:root {
    --main-color: #2d437e;
    --vz-body-bg: #fff;
    --main-title: #2d437e;
    --menu-color-1: rgba(49, 124, 109, 1);
    --menu-color-2: rgba(67, 103, 129, 1);
    --menu-color-3: rgba(28, 50, 105, 1);
    --bg-menu: linear-gradient(to bottom, var(--menu-color-1) 24%, var(--menu-color-2) 63%, var(--menu-color-3) 100%);
    --green-color: rgba(49, 124, 109, 1);
}

[data-layout-mode=dark] {
    --vz-body-bg: #061f3b;
    --vz-header-item-color: #061f3b;
    --bg-menu: #041324;
    --main-title: #299cdb;
    --green-color: #212529;
    --border-color: #2a4562;
}

.modal {
    z-index: 1111;
    background: #0000007a;
}

.mt-20-min {
    margin-top: -20px;
}

.mt-4-point-5 {
    margin-top: 2rem;
}

.border-bottom-1px {
    border-bottom: 1px solid var(--vz-border-color);
}

[data-layout=vertical][data-sidebar=dark] .logo-light {
    margin: 10px 0 0;
}

[data-layout=vertical][data-sidebar=dark] .navbar-menu {
    background: #2d437e !important;
    /* background: var(--bg-menu); */
    border-right: 1px solid var(--border-color);
}

[data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm] .navbar-brand-box {
    background: var(--green-color);
}

[data-layout=vertical][data-sidebar=light] .navbar-menu {
    background: var(--vz-vertical-menu-bg-dark);
}
[data-layout-mode=dark] body{
    background: var(--bg-menu);
}
[data-layout-mode=dark] .card {
    --vz-card-bg: #041324;
    --vz-card-cap-bg: #041324;
}
[data-layout-mode=dark] .dropdown-item:focus, [data-layout-mode=dark]  .dropdown-item:hover {
    background-color: #061f3b;
}
[data-layout-mode=dark] #page-topbar {
    border-bottom: 1px solid var(--border-color);
}
[data-layout-mode=dark]  .btn-ghost-secondary:active,
[data-layout-mode=dark]  .btn-ghost-secondary.active,
[data-layout-mode=dark]  .btn-ghost-secondary:focus,
[data-layout-mode=dark]  .btn-ghost-secondary:hover {
    color: #fff !important;
    background-color: #061f3b!important;
}

[data-layout=vertical][data-sidebar-size=sm] .logo span.logo-sm img {
    width: 25px;
}
[data-layout-mode=dark] .select2-container--default .select2-selection--single {
    background-color: var(--vz-body-bg) !important;
    color: var(--vz-body-bg) !important;
}
[data-layout-mode=dark] .select2-results{
    background: #041324;
    color: #fff;
}
[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
[data-layout-mode=dark] .scan-awb .form-control,
[data-layout-mode=dark] .scan-awb i {
    color: #fff !important;
}

[data-layout-mode=dark] .bg-light {
    background-color: #05172a !important;
}
[data-layout-mode=dark]  .text-primary {
    color: rgba(var(--vz-primary-rgb),var(--vz-text-opacity))!important;
}
[data-layout-mode=dark] .ck-reset_all :not(.ck-reset_all-excluded *), [data-layout-mode=dark] .ck.ck-reset, .ck.ck-reset_all {
    background: #061f3b !important;
}
[data-layout-mode=dark] .nav-tabs {
    background: #061f3b;
}
[data-layout-mode=dark] .nav-success.nav-tabs-custom .nav-link.active {
    background: #2a4562 !important;
}
[data-layout-mode=dark] .navbar-menu .navbar-nav .nav-link .badge {
    background-color: #0ab39c !important;
}

[data-simplebar] {
    margin: 5px 0;
}
[data-layout-mode=dark] .nav-tabs-custom .nav-item .nav-link.active, [data-layout-mode=dark] .nav-tabs-custom .nav-item .nav-link.active:hover {
    background: #05172a;
    color: #fff !important;
}

.page-title-box h4 {
    color: #2d437e;
}

.breadcrumb-item.active {
    color: #c1c1c1;
}

.footer {
    padding: 10px calc(1.5rem * .5);
    height: 40px;
    background-color: transparent;
    border-top: 1px solid var(--vz-border-color)
}

.logo-lg img {
    width: 120px;
    margin: 15px 0 0 0;
}

.page-title-box {
    background-color: var(--vz-topbar-search-bg);
}

.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-header {
    padding: 0 0 15px 0;
}

.card-body {
    padding: 15px 20px;
   
    box-shadow: 5px 5px 20px 20px #f9f2f2a6;
}

.auth-one-bg .shape > svg {
    fill: #ffffff;
}

.topbar-user {
    background-color: transparent;
}

.card-title {
    color: var(--main-title);
}

.table-card {
    margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f3f3f3;
}


[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link {
    color: #ffffff;
}

.border-0 {
    border-bottom-width: 0 !important;
}

.breadcrumb-margin {
    margin-top: -15px !important;
    margin-bottom: 30px !important;
}

.nav-tabs-custom .nav-item .nav-link.active, .nav-tabs-custom .nav-item .nav-link.active:hover {
    background: var(--vz-gray-400);
}

.nav-customize {
    margin: -10px 0 -10px -15px;
}

.page-title-box {
    box-shadow: none;
}

.navbar-menu {
    width: 265px;
}

.navbar-menu .navbar-nav .nav-link {
    padding: 0.625rem 1rem;
}

.offcanvas.offcanvas-end {
    width: 240px;
}

.btn-icon.btn-lg {
    width: 87px;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    position: relative;
    right: -70px;
    top: 20px;
    background: #317c6d;
    border-color: #317c6d;
}

.breadcrumb-item > a {
    color: #bbbbbb;
}

.btn-primary {
    --vz-btn-bg: #20376b;
    --vz-btn-border-color: #405189;
}

.navbar-brand-box {
    margin-bottom: 25px;
}

.nav-tabs-custom .nav-item .nav-link:hover {
    background: var(--vz-header-item-color);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link.active {
    background: #061f3b;
    color: #ffffff;
    font-weight: bold;
}

.customizer-setting .shadow-lg a {
    color: #fff
}

.min-height-360 {
    min-height: 360px;
}

.mt-label {
    margin-top: 27px
}

.border-left {
    border-left: 1px solid #ddd;
}

.fs-37 {
    font-size: 37px;
}

.search-customize {
    width: 100%;
    background-color: var(--vz-light) !important;
}

.search-customize i {
    position: absolute;
    font-size: 20px;
    padding: 9px;
    color: var(--vz-gray-900);
}


.search-customize i:last-child {
    top: 0;
    right: 15px;
    transform: rotatey(180deg);
}

.search-customize input {
    padding: .5rem 40px;
    background-color: var(--vz-light) !important;
    border: none;
    border-bottom: 1px solid var(--vz-border-color);
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 0.3rem 0.2rem 0.5rem 0.4rem !important;
    border: 1px solid var(--vz-input-border) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 7px !important;
}

.border-bottom-1 {
    border-bottom: 1px solid var(--vz-border-color);;
}

.fake-input {
    width: 100%;
    background: var(--vz-input-disabled-bg);
    padding: 0.5rem 0.9rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid var(--vz-input-border);
    border-radius: 0.25rem;
}

.filters-m span.me-3 {
    border: 1px solid #ffffff40;
    border-radius: 24px;
    padding: 3px 7px;
    margin: 0 0 7px 0;
    display: inline-block
}

[x-cloak] {
    display: none;
}

.select2-container--open {
    z-index: 5000;
}

.search-alert {
    position: absolute;
    right: -198px;
    font-size: 12px;
    padding: 9px 10px;
}

.dropdown-customized {
    position: initial
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #747474 !important;
}

.avatar-letter {
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 28px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active {
    background-color: var(--menu-color-1);
    color: var(--vz-white);
}

.scan-awb, .scan-awb input {
    min-height: 48px;
    background-color: var(--menu-color-1) !important;
    color: var(--vz-body-bg) !important;
}

.scan-awb .form-control, .scan-awb i {
    color: var(--vz-body-bg) !important;
}

.scan-awb .form-control::placeholder {
    color: var(--vz-body-bg) !important;
}
.top-3 {
    top: 3px
}
.top-15 {
    top: 15px
}

.top-15min {
    top: -15px
}

.right-0 {
    right: 0
}

.right-50 {
    right: 50px
}

.right-100 {
    right: 100px
}

.dashboard-m {
    padding: 13px 25px;
    height: 24px;
    margin: 0 15px 0px 2px;
    top: 67px;
    position: fixed;
    z-index: 1002;
    width: 100%;
}

.height-350 {
    height: 350px;
}

.min-height-70 {
    min-height: 70px;
}

.dashboard-customize .alert-label-icon .label-icon {
    width: 65px;
}

.dashboard-customize .alert-label-icon {
    padding-left: 75px;
}

.flatpickr-wrapper {
    width: 100%;
}

.min-width-120 {
    min-width: 120px;
}

.btn-close-style {
    top: -8px;
    right: -8px;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 17px;
}

#customerTable tbody .badge-outline-dark {
    border: 1px solid #cfcfcf;
}

/* .shadow-col::before{
    box-shadow: 4px -1px 15px rgba(0, 0, 0, 0.4) !important;
    content: "";
}
.shadow-col::after{
    box-shadow: 4px -1px 15px rgba(0, 0, 0, 0.4) !important;
    content: "";
} */

table.shadow-col {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

thead tr:first-child th.shadow-col {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4),
    0 7px 8px rgba(0, 0, 0, 0.4) !important;
    background: var(--vz-light);
    position: relative;
    border-top: 1px solid var(--vz-border-color);
}

td.shadow-col {
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.3) !important;
    position: relative;
    z-index: 2;
    background: var(--vz-light) !important;
}


@media (min-width: 768px) {
    .main-content {
        margin-left: 265px;
    }

    #page-topbar {
        left: 265px;
    }
}

@media (max-width: 767px) {
    .mt-0-mobile {
        margin-top: 0;
    }
}

.text-bg-warning {
    color: #20376b !important;
    padding: .55em;
    font-size: 1em;
}

.checkbox-lg.form-check-input {
    top: 0.2rem;
    scale: 1.4;
    margin-left: 0.7rem;
    display: inline;
    border: 2px solid #888;
}

.checkbox-lg.form-check-label {
    padding-top: 13px;
}

.form-check-label {
    font-size: 16px;
    color: #20376b;
}


.btn-clearTrash {
    padding: 3px 5px;
    line-height: 1;
}

.nav-tabs {
    background: #efefef;
}


.add_button_plus {
    font-size: 25px;
    color: black;
}

.add_button_plus:hover {
    color: green;
}

.remove_button_minus {
    font-size: 25px;
    color: red;
}

.remove_button_minus:hover {
    color: #820404;
}

.provider_name {
    font-size: 16px;
}

.provider_email {
    font-size: 16px;
}

.provider_phone {
    font-size: 16px;
}

.provider_logo {
    font-size: 16px;
}

.ofd-pill {
    font-size: medium;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    color: #ffffff;
}

.notification-pagination nav ul.pagination {
    justify-content: end;
}

.modal.manage-customer-service {
    z-index: 1056;
}
.alert-warning {
    --vz-alert-color: #b98a38;
    --vz-alert-bg: #fef4e44a;
    --vz-alert-border-color: #f2c880;
}
.btn-warning {
    --vz-btn-color: #20376b;
}
.card-assigned-to{
    border: 1px solid rgb(217, 216, 216);
}
.acitivity-timeline .acitivity-item:last-child::before {
    border-color: #a1d5ce;
}
.flex-grow-1{
    padding: 10px;
}

.custom-select2{
    position: relative;
}
.custom-select2 i{
    position: absolute;
    top: 9px;
    left: 16px;
}
.custom-select2 select.form-select{
    background: transparent;
    background: var(--menu-color-3);
    color: #fff;
    padding-left: 43px;
    border: 1px solid var(--menu-color-3);
    margin-bottom: 14px;
}
.navbar-menu .navbar-nav .nav-link {
    font-size: .9rem;
}
.issueSummaryAwbNumber{
    color: #ffca5b;
}
.issueSummaryCreatedAt{
    color: #ffca5b;
}
.title_receiver_information{
 color: #ead31c;
}
.title_seller_information{
    color: #ead31c;
}
.badge-border-assigned_order {
    border-left: 3px solid;
    margin-left: 10px;
    padding: 12px;
    font-size: 13px;
}
