/* ==================== P2 ==================== */

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: unset;
}

.hidden {
    display: none !important;
}


/* .select-control~.form-control-feedback {
    right: 70px;
} */

.form-default .has-error .form-control:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.dashboard-card.card-info .inner .desc {
    margin-top: 0.5em;
}

.alert-dismissible .close {
    padding: 0;
    font-family: 'feather';
    font-size: 18px;
}

.alert-dismissible .close:hover {
    color: #721c24;
}

.alert-dismissible .close:after {
    content: '\e8f6';
}

.alert-dismissible .close span {
    display: none;
}

.topgraphic .cover {
    padding-top: 34%;
}

.reqotp {
    color: #999;
    font-size: 18px;
}

.reqotp:hover {
    color: #999;
    text-decoration: underline;
}


/* ==================== P3 ==================== */

.select2-container .img-thumb {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border: none;
}

.select2-results__option>span {
    display: block;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 280px;
}

.topgraphic .qrcode {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 15px;
    padding: 0;
}

.topgraphic .qrcode>.btn {
    min-width: inherit;
    width: 64px;
    padding: 0 10px;
    background-color: #1c1c1c;
    border-radius: 10px;
    width: 54px;
    height: 54px;
}

.topgraphic .qrcode>.btn:before {
    display: none;
}

.topgraphic .qrcode>.btn img {
    display: block;
}

.topgraphic .qrcode .dropdown-menu {
    margin-top: 15px;
    border-radius: 10px;
    padding: 15px;
    border: none;
    box-shadow: 0 4px 0 4px #ed3b22;
    width: 180px;
}

.topgraphic .qrcode .cover {
    padding-top: 100%;
}

.seller-login .whead {
    margin-bottom: 30px;
}

.seller-login .forgot .link:hover {
    text-decoration: underline;
}

.dashboard-card.card-dashboard .card {
    display: block;
}

.dashboard-card.card-dashboard .card .percent_com {
    display: inline;
}

.dashboard-card.card-dashboard .card.agentype {
    background-color: #444;
    padding: 30px;
}

.dashboard-card.card-dashboard .card.agentype strong {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-card.card-dashboard .card.comsub {
    background-color: #e6c166;
}

.dashboard-card.card-info .inner .desc {
    margin-top: 0.3em;
}

.lottery-block.agen .cart-lottery.infoDetail {
    padding: 30px 40px 10px 40px;
}

.profile-history.reward .header {
    margin-bottom: 15px;
}

.profile-bankPayment .link {
    color: #999;
    font-size: 0.7em;
    margin-left: 10px;
}

.profile-bankPayment .link:hover {
    color: #ed3b22;
}

.auth-block::before {
    border-radius: 0;
}


/* ==================== Respinsive ==================== */

@media (max-width: 1440px) {
    .form-default .control-label {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .lottery-block.agen .cart-lottery.infoDetail {
        padding-top: 25px;
    }
    .lottery-block.agen .cart-lottery.infoDetail .body .form-group {
        margin-bottom: 20px;
    }
    .profile-history .thead {
        margin-bottom: 20px;
    }
    .profile-history .thead .title {
        font-size: 20px;
    }
    /* .seller-login .form-button {
        margin-top: 45px;
    } */
    /* .seller-login .forgot {
        margin-top: 15px;
    } */
    .alert-dismissible .close {
        font-size: 14px;
        width: 36px;
        height: 40px;
    }
}

@media (max-width: 1199px) {
    div.swal2-popup {
        /* box-shadow: 0 8px 0 8px #ed3b22; */
        /* border-radius: 20px; */
        border-width: 4px;
    }
    h2.swal2-title {
        font-size: 30px
    }
    div.swal2-html-container {
        font-size: 18px
    }
    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 16px;
    }
    .seller-login .whead {
        margin-bottom: 20px;
    }
    .select2-results__option {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .form-default .control-label {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .seller-login .form-button {
        margin-top: 25px;
    }
    .alert-dismissible .close {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .select2-results__option>span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .profile-side .menu {
        display: block;
    }
}

@media (max-width: 767px) {
    div.swal2-popup {
        /* box-shadow: 0 6px 0 6px #ed3b22; */
        /* border-radius: 20px; */
    }
    div.swal2-container {
        padding-left: 21px;
        padding-right: 21px;
    }
    h2.swal2-title {
        font-size: 26px;
        padding: 0 30px;
        margin-top: 10px
    }
    div.swal2-html-container {
        font-size: 16px;
        padding: 0 30px;
    }
    div.swal2-actions {
        margin-bottom: 20px;
    }
    /* .dashboard-card.card-profile .action .row div+div {
        margin-top: 20px
    }
    .dashboard-card.card-url .url {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .dashboard-card.card-info .cover-wrapper {
        width: 70px;
    }
    .dashboard-card.card-info .cover-wrapper .link {
        width: 26px;
        height: 26px;
        padding-top: 1px;
    } */
    .topgraphic .qrcode {
        top: 10px;
        right: 10px;
    }
    .topgraphic .qrcode>.btn {
        width: 34px;
        height: 34px;
        border-radius: 5px;
        padding: 0 7px;
    }
    .topgraphic .qrcode .dropdown-menu {
        width: 120px;
        min-width: inherit;
        padding: 10px;
        margin-top: 10px;
    }
    .profile-history .thead {
        margin-bottom: 15px;
    }
    .profile-history .thead .title {
        font-size: 16px;
    }
    .seller-login .form-button {
        margin-top: 0;
    }
}


/*===== Add Document Footer =====*/


/* .site-footer .menu {
    margin-left: 40px;
    margin-right: 40px;
} */

@media (max-width: 1440px) {
    .site-footer .brand {
        width: 290px;
        margin-right: 0;
    }
    /* .site-footer .contact {
        width: 290px;
    } */
    .site-footer .contact .title {
        font-size: 18px;
    }
    .site-footer .contact .desc {
        font-size: 18px;
    }
    /* .site-footer .menu {
        margin: 0 20px;
        width: 290px;
    } */
    /* .site-footer .menu li+li {
        margin-top: 18px;
    } */
    .site-footer .menu .link {
        font-size: 18px;
    }
    .site-footer .social .link {
        font-size: 20px;
    }
    .site-footer .social .icon {
        width: 50px;
    }
    /* .site-footer .document {
        width: 138px;
    } */
}

@media (max-width: 1199px) {
    .site-footer .brand {
        width: 260px;
    }
    .site-footer .contact {
        width: 260px;
        margin-top: 15px;
    }
    .site-footer .contact .title {
        font-size: 16px;
    }
    .site-footer .contact .desc {
        font-size: 16px;
    }
    .site-footer .menu {
        margin: 0 10px;
        width: 230px;
    }
    /* .site-footer .menu li+li {
        margin-top: 16px;
    } */
    .site-footer .menu .link {
        font-size: 16px;
    }
    .site-footer .social .link {
        font-size: 16px;
    }
    .site-footer .social .icon {
        width: 40px;
    }
    .site-footer .document {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .site-footer .main {
        padding-bottom: 15px;
    }
    .site-footer .brand {
        width: 160px;
    }
    .site-footer .contact {
        width: auto;
        margin-top: 15px;
    }
    .site-footer .menu {
        margin: 15px 0 0 0;
        width: auto;
    }
    .site-footer .document {
        width: 160px;
        margin-top: 30px;
    }
}


/*===== Add Document Footer =====*/

.card_qrcode {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: unset;
    padding: 0px;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.card_qrcode .btn {
    width: 100%;
}

#modalQrcode .modal-header .title {
    text-align: center;
    /* padding: 15px 0px;
    color: #1c1c1c; */
}

#modalQrcode .modal-header .desc {
    text-align: center;
}

#paymentQr {
    padding: 0px;
}

.seller-header .action .btn.loginvip {
    width: 270px;
}

@media (max-width: 767px) {
    .seller-header .action .btn.loginvip {
        width: 196px;
    }
}

@media (max-width: 1199px) {
    .seller-header .action .btn {
        width: 220px;
    }
    .seller-header .action .btn.loginvip {
        width: 250px;
    }
}

.site-header .tool .buy .btn {
    color: #945E02;
    background-color: #945E02;
}

.site-header .tool .buy .btn span {
    background: rgb(244, 208, 115);
    background: -moz-linear-gradient(top, rgba(244, 208, 115, 1) 60%, rgba(242, 186, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 208, 115, 1) 60%, rgba(242, 186, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 208, 115, 1) 60%, rgba(242, 186, 46, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4d073', endColorstr='#f2ba2e', GradientType=0);
    border-radius: 8px;
}