div.dataTables_wrapper div.dataTables_paginate {
    margin-left: 1px !important;
}

.btn {
    min-height: unset !important;
}

.bg-boronz {
    background: url("../img/userbg_boronz.jpg") center center no-repeat !important;
    background-size: cover !important;
}

.bg-silver {
    background: url("../img/userbg_silver.jpg") center center no-repeat !important;
    background-size: cover !important;
}

.bg-gold {
    background: url("../img/userbg_gold.jpg") center center no-repeat !important;
    background-size: cover !important;
}

.nav-tabs .nav-item {
    cursor: pointer;
}

.validation-error-label {
    color: #f16d75;
    margin-top: .5rem;
    font-weight: normal;
    font-size: 12px;
}

.dark-theme .owl-theme:after {
    background: linear-gradient(270deg, transparent, #24243e) !important;
}

.dark-theme .owl-theme:before {
    background: linear-gradient(90deg, transparent, #24243e) !important;
}

@media screen and (max-width: 599px) {
    .main-header-right .country-Flag, .main-header-right .full-screen-link, .main-header-right .header-search, .main-header-right .header-settings, .main-header-right .main-header-notification, .main-header-right .main-profile-menu {
        display: block !important;
    }

    .footer-trust-icons-box .avatar-xl {
        width: 50px;
        height: 50px;
    }
}

.how-it-works .step .step-number {
    position: absolute;
    right: 0%;
    top: -20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #222295;
    background: #2c2cbf;
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.how-it-works .step:nth-of-type(2) .step-number {
    border-color: #e66160;
    background: #ff6c6b;
}

.how-it-works .step:nth-of-type(3) .step-number {
    border-color: #dd863e;
    background: #ffab66;
}

.how-it-works .step:nth-of-type(4) .step-number {
    border-color: #8282f0;
    background: #b3b3ff;
}

.list-inline-item:not(:last-child) {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

@media screen and (min-width: 992px) {
    .main-footer {
        margin-right: 240px;
    }
}

@media screen and (max-width: 767px) {
    .order_tracking .card-body {
        overflow-x: scroll;
    }

    .order_tracking .track {
        width: max-content;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_length,
    .dataTables_filter,
    .dataTables_info {
        text-align: center !important;
    }

    .dataTables_paginate {
        display: flex;
        justify-content: center;
    }
}