.cashout-info a {
    color: black;
}

.cashout_nere { /* ne rectangle*/
    display: inline-block;
    width: 19px; 
    height: 19px; 

    margin-bottom: -5px;
    margin-right: 5px;

    text-align: center;
}

.cashout_re { /* rectangle*/
    display: inline-block;
    width: 19px; 
    height: 19px; 
    border: 1px solid black; 
    border-radius: 3px; 
    background: white;

    margin-bottom: -5px;
    margin-right: 5px;

    text-align: center;
}

.cashout_re_warning {
    background-color: #dfa731;
    color: white;
    border: 0;
}

.cashout_re_info {
    display: inline-flex;
    width: auto;
    background-color: lightgray;
    color: black;
    border: 1px solid black;
    border-radius: 0;
    overflow: hidden;

    cursor: pointer;
}

    .cashout_re_info > div {
        padding: 5px;
    }

    .cashout_re_info div:first-child {
        border-right: 1px solid black;
        width: 19px;
    }

    .cashout_re_info div:last-child {
        /* border-left: 1px solid black; */
        /* padding-left: 0; */
    }

.cashout_re_info > div:hover {
    background-color: gray;
    color: white;
}




.cashout-fields {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* overflow: auto; for mobile especialy */
}

@media only screen and (min-width: 576px) {
    .cashout-fields {
        display: flex;
        justify-content: space-around;
    }
}

/* .cashout-field {} */


.cashout-empty {
    width: auto;
    padding: 5px 30px;
    margin-right: 10px;
}

.cashout-field-checkbox {
    width: auto;
    min-height: 55px;
    border: 1px solid darkgray;
    margin-left: 7px;
    border-radius: 3px;
    padding: 15px 18px;
    margin-right: 10px;
    margin-bottom: 20px;

    /* font-size: larger;
    font-weight: 500; */
    color: #3a3a3a;
}


.cashout-field {
    display: flex; /* for mobile especialy */
    justify-content: center; /* for mobile especialy */
    min-height: 282px;
    /* width: 150px; */
    /* height: 101px; */
    /* border: 1px solid darkgray; */
    /* border-radius: 3px; */
    /* padding: 15px 32px; */
    /* margin-right: 10px; */
    /* margin-bottom: 20px; */

    font-size: larger;
    font-weight: 500;
    color: #3a3a3a;
}

.cashout-field-empty {
    display: flex; /* for mobile especialy */
    justify-content: center; /* for mobile especialy */
}

/* @media only screen and (max-width: 576px) {
    .cashout-fields {
        flex-wrap: nowrap;
    }

    .cashout-field {
        min-width: 100vw;
    }
} */

    .cashout-cash {
        font-family: 'Courier Prime', monospace;;
        color: #dfa731;

        font-weight: 600;
        margin-bottom: -8px;
        /* letter-spacing: -4.5px; */
    }


.cashout-btn {
    min-width: 155px; /*211px*/
    background-color: #dfa731;
    color: white;

    /* transition: background .5s linear; */
}

.cashout-btn:hover, .cashout-btn:active  {
    background-color: #bb8c27;
    color: white;
}
