
.fade.show {
    opacity: 0.9;
}

.btn-notify {
    min-width: 120px;
    border-radius: 15px;
    box-shadow: 0 4px 6px -1px #333335, 0 2px 4px -1px #292730;
    transition: all .6s ease;
}

.side-bar-item span {
    color: #FFFFFF;
}

.wa-footer {
    display: none;
}

.footer-icon {
    min-height: 24px;
}

.wa-mb-group-btn {

}

.wa-mb-item {
    border: 1px solid #808EA4;
    border-radius: 5px;
    background-color: #252A36;
    min-height: 50px;
}

.wa-mb-icon {
    min-width: 40px;
}

.wa-mb-icon-profile {
    min-width: 20px;
}

.wa-mb-dropdown {
    border: 1px solid #808EA4;
    border-radius: 5px;
    background-color: #252A36;
}

.w-50 {
    width: 50%;
}

.w-48 {
    width: 48%;
}

.w-45 {
    width: 45%;
}

.wa-mb-dropdown-btn-wp {
    background-color: #343A47;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

.bg-464F50 {
    background-color: #464F50;
}

.bg-F5BD00 {
    background-color: #F5BD00;
}

.bg-FFFFFF {
    background-color: #FFFFFF;
}


.wa-mb-collapse {
    background-color: #2c3140;
    padding: 0;
}

.wa-mb-fontawesome {
    transition: all 0.2s ease;
}

.wa-mb-dropdown-item.active .wa-mb-dropdown-btn-wp .wa-mb-fontawesome {
    transform: rotate(180deg);
}

.wa-mb-dropdown-item.active {
    background-color: #3f4655;
    border-radius: 5px;
}

.wa-mb-dropdown-href {
    cursor: pointer;
}

.wa-mb-dropdown-href:hover,.wa-mb-dropdown-href:active {
    background-color: #3f4655;
}

.pm-item {
    background-color: #384343;
    border-radius: 5px;
}

.pm-item-clickable:hover {
    background-color: #465454 !important;
}

.bg-384343 {
    background-color: #384343;
}
.bg-384343-important {
    background-color: #384343 !important;
}
.bg-535e5e {
    background-color: #535e5e;
}
.bg-3A4142 {
    background-color: #3A4142;
}

.progress-custom {
    background-color: #2C3434;
}
.progress-circle, .progress-circle-inside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #2A6A4D;
    border-radius: 50%;
    z-index: 999;
}

.progress-circle-inside {
    width: 10px;
    height: 10px;
    background-color: #24EE89;
}

.box-refer {
    width: 100%;
    border-radius: 5px;
    background-color: #0F131D;
}

.box-refer-copy {
    background-color: #464F50;
    border-radius: 5px;
}

.box-refer-rs {
    background-color: #0F131D;
    width: 500px;
}
@media screen and (max-width: 768px) {
    .box-refer-rs {
        width: 360px;
    }
}
@media screen and (max-width: 500px) {
    .wa-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        display: block;
    }
    .box-refer-rs {
        width: 300px;
    }
}
@media screen and (max-width: 375px) {
    .box-refer-rs {
        width: 270px;
    }
}
@media screen and (max-width: 320px) {
    .box-refer-rs {
        width: 220px;
    }
}


/* checkbox custom */
.checkbox-wp {

}

.checkbox-wp input {
    display: none;
}

.checkbox-wp .checkmark-checkbox {
    display: block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    border: 3px solid #FFFFFF;
}

.checkmark-checkbox {
    border: 3px solid #FFFFFF;
}

.checkbox-wp .checkmark-checkbox::before {
    content: '';
    background-color: transparent;
    border: 2px solid;
    width: 55%;
    height: 40%;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    visibility: hidden;
}

.checkmark-checkbox::before {
    border-color: transparent transparent #FFF #FFF;
}

.checkbox-wp input[type="checkbox"]:checked+.checkmark-checkbox::before {
    visibility: visible;
}

.checkmark-checkbox {
    width: 24px;
    height: 24px;
}

.btn-help {
    border-radius: 50%;
    border: none;
    width: 59px;
    height: 59px;
    background-color: #FFFFFF;
    position: fixed;
    right: 9px;
    z-index: 9999;
    cursor: pointer;
}
.button-support {
    bottom: 20px;
}
.button-call {
    bottom: 13px;
}
@media screen and (max-width: 500px) {
    .btn-help {
        right: 12px;
    }
}

.md-wp {
    width: 100%;
}

.md-tab {
    width: 50%;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}
.md-tab:hover {
    background-color: #242835;
}
.md-tab-active {
    border-bottom: 3px solid #FFFFFF;
}
.dm-modal-content {
    min-width: 900px;
    min-height: 610px;
    background-color: #1F2330;
}
@media screen and (max-width: 500px) {
    .dm-modal-content {
        min-width: auto;
    }
}

.pa-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.pa-wp {
    background-color: #1F2330;
    border-radius: 5px;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.pa-progress-wp {
    height: 80px;
}
.pa-progress {
    border-left: 2px solid #8D8A8A;
    height: 50%;
    position: absolute;
    left: 14px;
}
.pa-progress-active {
    border-left: 2px solid #FFFFFF;
}

.pa-crypto-symbol {
    min-width: 120px;
    border-radius: 5px;
    background-color: #595252;
}

.pa-crypto-symbol-active {
    background-color: #F5BD00;
}

.form-control-va {
    border-color: #1C202C !important;
}

.form-control-va-input-w {
    width: 300px;
}

.form-control-va-input-wd {
    width: 230px;
}

.form-control-va:focus {
    color: #FFFFFF;
    background-color: #1C202C;
    border-color: #FFFFFF !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 16, 33, 0.25);
}

.form-control-va:-webkit-autofill,
.form-control-va:-webkit-autofill:hover,
.form-control-va:-webkit-autofill:focus,
.form-control-va:-webkit-autofill:active{
    -webkit-text-fill-color: #FFFFFF;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control-va::placeholder {
    color: #7A7E7A;
    font-weight: 400;
}

.qrBox {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.qr-wp {
    display: flex;
}

.wd-redirect-btn {
    border: 1px solid #00C34B;
    border-radius: 5px;
    padding: 5px;
    color: #00C34B;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.wd-redirect-btn:hover {
    color: #00C34B;
    background-color: #181c25;
}

.af-refer-link {
    width: 470px;
}

.pa-check-payment-button {
    margin-left: 10px;
}

.aff-total-wp {
    width: 100%;
}

.aff-total-item {
    width: 20%;
    border: 1px solid #404756;
    background-color: #33394A;
    border-radius: 5px;
    margin-right: 3px;
    height: 70px;
}

.aff-table-nav {
    border-bottom: 1px solid #F5BD00;
    height: 28px;
}

.aff-table-tab {
    color: #F5BD00;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.aff-table-nav > .active {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    background-color: #F5BD00;
    border-radius: 5px 5px 0 0;
}

.aff-calendar {
    background-color: #3A4142 !important;
    border: none;
}
.aff-calendar[read-only] {
    background-color: #3A4142 !important;
}
.aff-calendar-previous-btn {
    border-radius: 5px 0 0 5px;
}
.aff-calendar-next-btn {
    border-radius: 0 5px 5px 0;
}
.aff-calendar:active, .aff-calendar:focus, .aff-calendar-previous-btn:focus, .aff-calendar-next-btn:focus {
    box-shadow: none;
}
.affiliate-table > thead > tr, .affiliate-table > tbody > tr {
    border-bottom: 1px solid #404756;
}

@media screen and (max-width: 500px) {
    .pa-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pa-wp {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .qr-wp {
        display: block;
    }
    .pa-wallet-address {
        white-space: nowrap;
        width: 245px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .af-refer-link {
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pa-check-payment-button {
        margin-left: 0;
        margin-top: 5px !important;
    }
    .aff-total-item-100 {
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .pa-progress-detail {
        width: 250px;
    }
    .pa-wallet-address {
        white-space: nowrap;
        width: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#changeCryptoModal {
    position: fixed;
    z-index: 9998 !important;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    overflow-y: auto;
    bottom: 0;
    left: 0;
}

#changeCryptoModal>div {
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

#changeCryptoModal .modal-content {
    max-width: 400px;
}

.form-control-va_v2 {
    color: #FFFFFF;
    background-color: #1C202C;
    border-color: #FFFFFF !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 16, 33, 0.25);
    cursor: pointer !important;
}

.pa-crypto-symbol-wp {
    display: flex;
    align-items: center;
}
.pa-crypto-symbol {
    min-width: 105px;
}
.pa-progress-wp-1 {
    height: 80px;
}
.pa-progress-1 {
    top: 40px;
}
@media screen and (max-width: 500px) {
    .pa-progress-c {
        width: 90px;
    }
    .pa-crypto-symbol-wp {
        flex-flow: wrap;
    }
    .pa-crypto-symbol {
        width: 105px;
        margin-bottom: 0.25rem;
    }
    .pa-progress-wp-1 {
        height: 173px;
    }
    .pa-progress-1 {
        top: 87px;
    }
}
