/* fon */
.buy {
    position: absolute;
    width: 1289px;
    height: 1256px;
    left: -42px;
    top: -85.75px;

    background: #FFFFFF;
}

/* The Modal (background) */
.buy-modal {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    display: none;
    justify-content: center;
}

.buy-modal-dialog {
    background-color: #fefefe;
    width: 622px;
}

.buy-modal-content {
    width: auto;
}

.buy-rect {
    margin: 30px 37px 50px 35px;
    align-items: center;
}

.buy-title {
/* Buy Arcona Gold */
    height: 26px;
    left: -1px;
    top: 30px;

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    color: #000000;
}

.buy-description {
/* Arcona Gold are used in Arcona AR World to purchase virtual goods and services. How many Arcona Gold (Gold) would you like to purchase? */
    margin-top: 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    text-align: center;
    justify-content: center;
    width : 550px;

    color: #000000;
}

.buy-details {
/*    !* Rectangle 125 *!*/
/*    box-sizing: border-box;*/

/*    position: absolute;*/
/*    width: 550px;*/
/*    height: 391px;*/
/*    left: 37px;*/
/*    top: 137px;*/
    margin: 42px 0 73px 0;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    width: 550px;
}

.buy-details-text {
    margin-top: 22px;
    margin-left: 26px;
    margin-bottom: 16px;
/* I want to pay */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;

    color: #000000;
}

.buy-details-rect {
    /* Rectangle 197 */
    box-sizing: border-box;
    margin-left: 21px;
    margin-right: 23px;
    height: 61px;

    background: #EEEEEE;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    align-items: center;
    display: flex;
}

.buy-details-rect > img {
    /* Rectangle 197 */
    width: 38px;
}

.buy-details-rect-sel:hover {
    background: #6f94c6;
}

.buy-details-rect > div {
    display: inline-block;
    margin-left: 15px;
/* ARCONA ETH */

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;

    white-space: nowrap;
    color: #000000;
}

.buy-details-rect > img {
    display: inline-block;
    margin-left: 15px;
}

.buy-details-selector {
    display: none;
    position: fixed;
    width: 550px;
}
.buy-details-rect-right {
    text-align: end;
    width: 100%;
    display: inline-block;
    margin-left: 15px;
    margin-right: 16px;
    border: none;
    outline: none;
    background: inherit;/*#EEEEEE;*/

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    -moz-appearance: textfield;

    color: #000000;
}

.buy-details-rect-right::-webkit-inner-spin-button {
  display: none;
}

.buy-details-blockchain {
    color: #FF007A;
}

.buy-balance {
    height: 18px;
    left: 187px;

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    text-align: end;
    width: auto;
    margin: 20px 26px 26px;
}

.buy-details-rect-bottom {
    margin-bottom: 58px;
}

.buy-confirm {
/* CONFIRM */
position: absolute;
    width: 550px;
    height: 40px;

    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    background: #0085FF;

    justify-content: center;

    outline: none;
    border: none;
    cursor: pointer;

    transition: .3s ease;
    border-radius: 25px;
    gap: 12px;
}

.buy-confirm:hover {
    opacity: .7;
}
