/* My classes */
.justify_between{
    justify-content: space-between;
}
.ml-1{
    margin-left: 10px;
}

/* NOTIFICATIONS =============== */
.iziToast-wrapper-topRight{
    top: 70px !important;
}


/* Table @@@@@@@@@@@@@@@@@@@ */
.table th{
    text-align: left;
    padding: 15px 16px !important;
}
.table td{
    text-align: left;
}
table.table--light.style--two tbody td{
    padding: 8px 16px !important;
}
.table-responsive table{
    min-width: 800px;
}


/* Account Details ============== */
.user_avater{
    background-color: #ffffff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    padding-bottom: 10px;
}
.user_avater img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.widget-two__content{
    margin-bottom: 10px;
}
.in_usd{
    top: unset !important;
    bottom: -5px;
    font-size: 14px;
}

/* SIDEBAR ==================== */
.slimScrollBar{
    right: 0px !important;
}

/* NAV-MENU ==================== */
.icon-circle{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}
.sidebar__logo {
    padding: 10px 20px 10px 10px;
}
.sidebar__logo .sidebar__main-logo{
    width: 100%;
}
.dropdown-menu.dropdown-menu--sm{
    min-width: 15rem !important;
}

/* LOGIN-PAGE================= */
.login-main{
    background-color: #f9fbfc !important
}
.login-main::before{
    display: none !important
}
.login-area::after{
    display: none;
}
.login-wrapper{
    background-color: #ffffff;
    box-shadow: 0 3px 6px #0000000d;
}
.login-form label{
    color: #34495e;
}
.login-form .form-control {
    border: 1px solid #34495e;
    color: #34495e;
}
.login-form .form-check .form-check-label::before{
    border: 1px solid #34495e;
}
.login-form .forget-text{
    color: #34495e;
}


/* MENU UPDATE */
li.sidebar-menu-item a {
    border: 1px solid var(--color_1);
    border-left: 1px solid var(--color_1) !important;
    border-radius: 15px;
}
li.sidebar-menu-item{
    padding: 0px 18px !important;
}

/* DARK CARD */
.card.bg-light{
    background-color: var(--color_1) !important;
}

.parcel-status {
    background-color: #d4d4d4;
}

@media screen and (max-width: 767px) {
    .table td:first-child, .table th:first-child{
        min-width: 50px !important;
        padding: 8px 10px !important;
    }
    .table td, .table th{
        padding: 8px 4px !important;
        min-width: 150px;
    }
}