.bg_done {
    background: #28a745 !important;
    color: #fff;
    padding: 0px 4px;
    border-radius: 3px;
}

.bg_approved {
    background: #2674da !important;
    color: #fff;
    padding: 0px 4px;
    border-radius: 3px;
}

.bg_pending {
    background: #e0820c !important;
    color: #fff;
    padding: 0px 4px;
    border-radius: 3px;
}

.btn-save{
    background: #ffa54f !important;
    color: #fff;
   
}

.btn-save:hover{
    background: #e0820c !important;
   
}

.bg_processing {
    background: #17a2b8 !important;
    color: #fff;
    padding: 0px 4px;
    border-radius: 3px;
}

.bg_cancel {
    background: #d60519 !important;
    color: #fff;
    padding: 0px 4px;
    border-radius: 3px;
}

.fc_done {
    color: #28a745 !important;
}

.fc_approved {
    color: #2674da !important;
}

.fc_pending {
    color: #ffad46 !important;
}

.fc_processing {
    color: #17a2b8 !important;
}

.fc_cancel {
    color: #fe3145 !important;
}

.color-black {
    color: #6c757d;
}

.mh-600 {
    min-height: 600px;
}

.fs-18 {
    font-size: 18px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-11 {
    font-size: 11px;
}

.iti {
    width: 100% !important;
}

.app-login-box {
    background: rgba(26, 26, 26, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 100px rgba(255, 165, 0, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.2);
    animation: fadeIn 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

.alert {
    padding-left: 18px !important;
}

.alert span:nth-child(3) {
    display: none !important;
}

.alert button {
    border: none !important;
    background: none !important;
    font-size: 18px !important;
    color: darkgray;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

@media only screen and (max-width: 712px) {
    .header-top-left {
        display: none;
    }

    .top-section .overlay-bg {
        background: #2727275c;
    }

    .top-section h1 {
        font-size: 1.9rem !important;
        color: #fff !important;
    }

    .top-section p {
        color: #fff !important;
    }

    .top-section .top-banner {
        min-height: 650px !important;
    }

    /*.top-section .about-service>div {*/
    /*    margin-top: -80px !important;*/
    /*}*/

    .top-section .about-service>div>h1 {
        text-align: center;
    }

    .top-section .about-service>div>p {
        text-align: justify;
    }

    .top-section .banner-right-content>div {
        margin-top: 30px !important;
        float: left !important;
    }

}

.header-top-right {
    margin: 0px !important;
}

.float-right-banner {
    float: right;
}

.margin-top-110 {
    margin-top: 110px;
}

.cursor-pointer {
    cursor: pointer;
}

.bdr-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#cmbLang {
    border: none;
    background: none;
    color: #fff;
    font-size: 12px;
}

#cmbLang>option {
    background-color: var(--theamColor);
}

.cursor-pointer {
    cursor: pointer;
}

.w-70 {
    width: 70%;
}

#shipping-form {
    margin-left: auto;
    margin-right: auto;
}
.shipping-address-card{
    padding: 15px !important;
}
.cart-count {
    position: relative;
    right: 7px;
    background: red;
    padding: 0px 4px;
    border-radius: 51px;
    top: -8px;
}
.card{
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 100px rgba(255, 165, 0, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.2);
    background: rgba(26, 26, 26, 0.9);
}

.form-control{
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color:  var(--theamColor);
    background: rgba(255, 165, 0, 0.05);
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.2);
    color: white;
}

.login-button {
    width: 100%;
    padding: 18px;
    background: var(--theamColor);
    color: #000000;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.login-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 165, 0, 0.4);
    background: var(--theamColor);
}
.login-button:active,
.login-button:focus{
    background: var(--theamColor);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 100px rgba(255, 165, 0, 0.1);
}
.btn-link{
    color:  var(--theamColor);
    text-decoration: none;
}
.btn-link:hover{
    color:  var(--theamColor);
}
.form-check-label a,
.login-singnup{
    color: var(--theamColor);
    text-decoration: underline;
}

.verify-card{
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}
.verify-card .card-header{
    border-bottom: 1px solid rgba(255, 165, 0, 0.2);
}

.form-check-input:checked{
    background-color: var(--theamColor);
    border-color: var(--theamColor);
}
.iti__country-list{
    background: black;
}
.user-balance span{
    background: #198754;
    border-radius: 50px;
    padding: 3px 14px;
    color: #fff;
}
.status-pill{
    padding: 2px 8px;
    border-radius: 25rem;
    border: 1px solid;
}