::-webkit-scrollbar {
    width: 7px;
    height: 12px;
    transition: all 2s;
}

body[data-layout="vertical"] .vertical-menu {
    display: block;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #495057, #49505774);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    transition: all 2s;
}

input.gridjs-input:focus {
    border-color: #3172b3bd;
}

.preloader {
    display: grid;
    place-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.password-input-container {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;
}

.edit_show_preview-containernew img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    border-radius: 117px;
}

.password-toggle-icon i {
    display: none;
}

.password-toggle-icon i.password-toggle-icon-show {
    display: inline-block;
}

.password-input-container input[type="password"]+.password-toggle-icon i.password-toggle-icon-show {
    display: none;
}

.password-input-container input[type="password"]+.password-toggle-icon i.password-toggle-icon-hide {
    display: inline-block;
}

.login_card {
    animation: fall_in 0.5s ease-in;
    transition: all 0.5s;
}

@keyframes fall_in {
    0% {
        transform: scale3d(0.5, 0.5, 0.5, 0.5);
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: scale3d(1, 1, 1, 1);
    }
}

/*  */

.prelader_image_container {
    width: 250px;
}

.prelader_image_container img {
    max-width: 100%;
    height: auto;
}

.gridImage {
    max-width: 150px;
    height: 50px;
    object-fit: cover;
}

.choices__list--dropdown {
    border: 1px solid #1f6cba !important;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}

.input-group {
    position: relative;
}

.input-group .just-validate-error-label {
    position: absolute;
    top: 100%;
}

.edit_btn,
.manual_edit_btn,
.delete_btn,
.add_btn_top_el {
    transition: all 0.28s linear;
    margin-right: 8px;
}

.edit_btn:hover,
.manual_edit_btn:hover,
.delete_btn:hover,
.add_btn_top_el:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(56, 72, 97, 0.354);
}

form#addProductForm .dropzone {
    min-height: auto !important;
}

.preview-container {
    max-width: 180px;
    height: 180px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.preview-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.preview-container img {
    object-fit: cover;
    max-width: 60%;
    height: auto;
}

.banner_preview-container {
    max-width: 180px;
    height: 180px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.banner_preview-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.banner_preview-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.icon_preview-container {
    max-width: 180px;
    height: 180px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.icon_preview-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.icon_preview-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.edit_preview-container {
    max-width: 140px;
    height: 140px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.edit_banner-container {
    max-width: 140px;
    height: 140px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.edit_icon-container {
    max-width: 140px;
    height: 140px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.edit_show_preview-container {
    max-width: 140px;
    height: 140px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.edit_show_preview-container img {
    object-fit: cover;
    max-width: 75% !important;
    height: auto;
}

.edit_show_banner-container {
    max-width: 140px;
    height: 140px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.edit_show_banner-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.edit_icon_preview-container {
    max-width: 140px;
    height: 140px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.edit_icon_preview-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.edit_preview-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.edit_preview-container img {
    object-fit: cover;
    max-width: 60%;
    height: auto;
}

.edit_banner-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.edit_banner-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.edit_icon-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.edit_icon-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.product_remove_btn {
    padding: 5px 5px;
    text-align: center;
}

.edit_product_remove_btn {
    padding: 5px 5px;
    text-align: center;
}

.bproduct_remove_btn {
    padding: 5px 5px;
    text-align: center;
}

.bedit_product_remove_btn {
    padding: 5px 5px;
    text-align: center;
}

.cproduct_remove_btn {
    padding: 5px 5px;
    text-align: center;
}

.cedit_product_remove_btn {
    padding: 5px 5px;
    text-align: center;
}

.choices__list--multiple {
    gap: 10px;
}

.dark-asterisk {
    color: #680202;
}

.sortable-row {
    cursor: grab;
}

.selected_product_card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    max-width: 90%;
}

span.manual_regular_price,
span.other_manual_regular_price {
    text-decoration: line-through;
    font-size: 12px;
    margin-right: 5px;
}

.manual_mrp_price,
.other_manual_mrp_price {
    font-weight: bold;
}

.manual_card_image,
.other_manual_card_image {
    width: 150px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.date-input-container {
    position: relative;
}

.date-input-container::before {
    content: "\1F4C5";
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 5px;
    top: 6px;
    cursor: pointer;
}

.is_delivery_assigned {
    background-color: #718271;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    max-width: 70%;
    margin: 0 auto;
}

.is_delivery_not_assigned {
    background-color: #d23d3d;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    max-width: 70%;
    margin: 0 auto;
}

.modal.show .modal-dialog.custom-modal-dialog {
    transition: all 0.5s ease-in-out;
}

.mv_custom_grid_table {
    animation: gridTabeAnimation 0.5s linear;
}

.milk_table_top_row .dataTables_filter {
    float: left;
}

.milk_table_top_row div.dt-buttons {
    float: right;
}

.custom_export_btns button.dt-button {
    background: #3980c0;
    color: #fff;
    border: none;
    border-radius: 6px;
}

.custom_export_btns button.dt-button:hover {
    border: none;
    background: #3981c0d5;
}

.customer_edit_container {
    padding: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15), 0 -5px 5px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #007aff;
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: #ffffff;
}

input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
input:focus[type="password"] {
    border-color: #4f46e5;
    box-shadow: 0 0 0 0.25rem #4f46e540;
    outline: 0;
}



/* @keyframes gridTabeAnimation {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
} */
/*  */
/* Login Page */
.authentication-bg {
    background: #fbfcfe;
    position: relative;
    overflow: hidden;
}

.authentication-bg .container {
    max-width: 1180px;
}

.bg-overlay {
    display: none;
}

.auth-shapes {
    display: none;
}

.login-card-glass {
    background: #ffffff !important;
    border: 0;
    border-radius: 26px !important;
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.1) !important;
    position: relative;
    z-index: 10;
}

.login-card-glass .card-body {
    padding: 4.6rem 4.25rem !important;
}

.authentication-bg .text-primary,
.authentication-bg h4 {
    color: #20002f !important;
}

.authentication-bg .text-muted {
    color: #788094 !important;
}

.authentication-bg .form-label {
    color: #4a515f;
    font-size: 16px;
    margin-bottom: 10px;
}

.authentication-bg .form-control {
    border: 1px solid #d9dee8;
    border-radius: 7px;
    color: #1f2937;
    min-height: 58px;
    padding: 13px 46px 13px 20px;
}

.authentication-bg .form-control::placeholder {
    color: #adb5c3;
}

.authentication-bg .form-control.is-invalid,
.authentication-bg .form-control.just-validate-error-field {
    border-color: #ff5a6b;
    background-image: none;
}

.authentication-bg .password-toggle-icon {
    align-items: center;
    display: flex;
    height: 58px;
    justify-content: center;
    right: 14px;
    top: 0;
    width: 24px;
}

.authentication-bg .password-toggle-icon i {
    color: #7b8395 !important;
    font-size: 20px;
}

.login-btn-premium {
    background: #20002f;
    border: none;
    color: white;
    min-height: 59px;
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 7px 14px rgba(32, 0, 47, 0.14);
}

.login-btn-premium:hover {
    background: #33004d;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(32, 0, 47, 0.2);
}

.auth-logo-premium {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.auth-logo-premium:hover {
    transform: scale(1.05);
}

.authentication-bg .footer-copy {
    color: #151923;
    font-size: 18px;
}

body[data-layout="vertical"] .vertical-menu,
body[data-layout="vertical"] .sidebar-menu-scroll,
body[data-layout="vertical"] #sidebar-menu {
    background: #81552f !important;
}

body[data-layout="vertical"] #sidebar-menu .menu-title,
body[data-layout="vertical"] #sidebar-menu ul li a,
body[data-layout="vertical"] #sidebar-menu ul li a .nav-icon,
body[data-layout="vertical"] #sidebar-menu ul li a .menu-item {
    color: #ffffff !important;
}

body[data-layout="vertical"] #sidebar-menu ul li a:hover,
body[data-layout="vertical"] #sidebar-menu ul li.mm-active {
    background: rgba(0, 0, 0, 0.26);
}

body[data-layout="vertical"] #sidebar-menu ul li.mm-active>a {
    background: rgba(0, 0, 0, 0.34);
    color: #ffffff !important;
}

body[data-layout="vertical"] #sidebar-menu ul li.mm-active>a .nav-icon,
body[data-layout="vertical"] #sidebar-menu ul li.mm-active>a .menu-item,
body[data-layout="vertical"] #sidebar-menu ul li a:hover .nav-icon,
body[data-layout="vertical"] #sidebar-menu ul li a:hover .menu-item {
    color: #ffffff !important;
}

body[data-layout="vertical"] .navbar-brand-box {
    background: #ffffff !important;
}

@media (max-width: 575.98px) {
    .login-card-glass .card-body {
        padding: 2.2rem 1.4rem !important;
    }

    .authentication-bg .footer-copy {
        font-size: 18px;
    }
}
