/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.filter-input-width {
    min-width: 250px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.navbar {
    display: flex !important;
    height: 70px !important;
    align-items: center !important;
    padding: 0 35px !important;
    justify-content: space-between !important;
}

.header-profile-user {
    height: auto !important;
    width: 37px !important;
}

.logo {
    line-height: 0 !important;
}

.nav-menu {
    height: 52px !important;
    list-style: none !important;
    display: flex !important;
}

.nav-item .nav-link {
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 18px 15px !important;
    margin: 0 15px !important;
    color: #5a5959 !important;
    align-items: center !important;
}

.nav-link img {
    padding-right: 8px;
    display: none;
    height: 20px !important;
    padding-bottom: 2px !important;
}

.nav-link:hover {
    color: black !important;
    border-bottom: 3px solid #000000;
}

.nav-link.active {
    color: black !important;
    font-weight: 700 !important;
    border-bottom: 3px solid #000000;
}

.nav-link.active img {
    display: inline-block;
}

.setting-icon {
    --size: 42px;
    width: var(--size) !important;
    height: var(--size) !important;
    border-radius: 50% !important;
    border: 1px solid #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.order-link {
    --size: 40px;
    width: var(--size) !important;
    height: var(--size) !important;
    border-radius: 50% !important;
    background-color: #F5F5F5 !important;
    padding: 9px 11px !important;
    cursor: pointer !important;
}

.order-icons {
    padding: 9px 11px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
}

.order-icons:hover {
    background-color: #DCF3FF !important;
}

.setting-icon-publish {
    border-radius: 40px !important;
    border: 1px solid #0000001A !important;
    padding: 9px 11px !important;
    cursor: pointer !important;
    color: #000000 !important;
}

.page-title-box {
    border: none !important;
    color: #000000 !important;
    background-color: #F5F5F5 !important;
    margin: 0px !important;
    padding: 15px !important;
}

.page-title-box h4 {
    font-weight: 700 !important;
    font-size: 28px !important;
    text-transform: none !important;
}

.breadcrumb {
    text-transform: uppercase !important;
    color: #5a5959 !important;
    font-size: 14px !important;
    margin-top: 3px !important;
}

.breadcrumb-item.active {
    font-weight: 700 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding-top: 2px !important;
}

.breadcrumb-header {
    color: #000000 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}


.form-check-new-primary>.form-check-input:checked {
    background-color: #60a500 !important;
}

.form-check-xl.form-check-new-primary .form-check-input {
    --size: 40px;
    width: var(--size);
    height: var(--size);
}

.btn.btn-back {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.btn.btn-back:hover {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15), 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.btn.btn-back:active {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}


.table-title {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}


.btn.btn-create {
    background-color: #72c100;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 25px;
    padding: 9px 20px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    pointer-events: all !important;
}

.btn.btn-create:hover {
    background-color: #60a500;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

.btn.btn-create:active {
    background-color: #4d8a00;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.btn.btn-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #0000001A !important;
    border-radius: 25px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.btn.btn-filter:hover {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #0000001A !important
}


.btn-filter .badge {
    background-color: #ff7300;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
}

.text-create {
    color: #72c100 !important;
}

.table-light {
    color: rgba(0, 0, 0, 1) !important;
    --vz-table-bg: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 10px !important;
}

.table-light tr td {
    opacity: 0.5 !important;
    font-weight: 600 !important;
}

table tr td:first-child {
    padding-left: 35px !important;
}

table tbody tr td {
    font-weight: 600 !important;
    padding: 16px !important;
}

table tr td:last-child {
    text-align: end;
    padding-right: 48px !important;
}

.table-custom-head {
    align-items: center !important;
    padding-top: 25px !important;
    margin-left: 24px !important;
    margin-right: 12px !important;
    padding-bottom: 14px !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none !important;
}

.table-striped tbody tr:nth-child(odd) {
    /* background-color: #ffffff9d !important; */
    background-color: #f5f5f55d;
}

.table-striped tbody tr:nth-child(even) {
    /* background-color: #ffffff9d !important; */
    background-color: #ffffff;
}

.badge.badge-outline-danger {
    background-color: #FFC2C2 !important;
    color: #000000;
    padding: 9px 12px !important;
    border: none !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.badge.badge-outline-success {
    background-color: #94EFAD !important;
    color: #000000;
    padding: 9px 12px !important;
    border: none !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.pagination {
    position: fixed;
    z-index: 9 !important;
    right: 2% !important;
    border-radius: 40px !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.17);
    top: 92%;
    background-color: #FFFFFF !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50% !important;
    padding: 7px 9px !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    background-color: #000000 !important;
    color: white !important;
}

.page-link {
    border-radius: 50% !important;
    background-color: white !important;
    border: 0px !important;
    padding-left: 17px !important;
    padding: 10px;
    padding-right: 15px !important;
    color: black !important;
}

.page-link.active {
    background-color: #F5F5F5 !important;
}


.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-input-icon {
    position: absolute;
    padding: 10px 15px;
    font-size: 14px;
}

.search-input {
    width: 100% !important;
    min-width: 350px !important;
    padding: 10px 100px 10px 40px !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 48px;
    font-weight: 600 !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.17);
}

.search-input:focus {
    outline: none !important;
}

.reset-btn {
    padding: 5px 24px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    right: 6px !important;
    top: 5px !important;
    background-color: #333;
    color: white;
    border-radius: 20px;
}

.reset-btn:hover {
    color: white !important;
    background-color: #000000;
}

.filter-multiselect {
    border-radius: 50px !important;
    border: 1px solid #000000 !important;
}

.image-upload {
    width: 220px;
    border-radius: 136px !important;
}

.profile-image-icon {
    position: absolute;
    top: 184px;
    right: 24px;
    margin: 0 auto;
    background-color: #F5F5F5;
    padding: 12px;
    padding-top: 7px;
    border-radius: 36px;
    border: 5px solid white
}

.nav-tabs-custom {
    align-items: center;
}

.nav-tabs-custom .nav-item .nav-link {
    background-color: white !important;
    color: black !important;
    border-radius: 60px !important;
    padding: 11px 30px !important;
    border: 1px solid black !important;
    font-weight: 600 !important;
}

.nav-tabs-custom .nav-item .nav-link.active {
    background-color: black !important;
    color: white !important;
    border-radius: 60px !important;
    padding: 13px 30px !important;
    border: none !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
    content: none !important;
    background: #25a0e2;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-label {
    margin-bottom: 4px !important;
    font-weight: 500;
    opacity: 0.7;
}

.form-control {
    border: 0px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 500;
    color: black !important;
    opacity: 1 !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #00000020 !important;
}

.form-control.with-border {
    border-bottom: 1px solid black !important;
}

.form-control:focus {
    color: var(--vz-body-color);
    border-bottom: 2px solid black !important;
    -webkit-box-shadow: 0 0 0 0 rgba(37, 160, 226, .25);
    /* box-shadow: 0 0 0 0 rgba(37, 160, 226, .25); */
}

.google-map {
    border-radius: 22px !important;
}

.form-control:disabled {
    background-color: white !important;
    opacity: 0.7 !important;
}

.form-multiselect {
    border: 0 !important;
    border-bottom: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

.form-multiselect .multiselect-placeholder,
.form-multiselect .multiselect-single-label,
.form-multiselect .multiselect-search {
    padding-left: 5px !important;
    font-weight: 500 !important;
}


.custom-delete-drop {
    padding: 20px 45px !important;
    border-radius: 35px !important;
}

.custom-delete-drop img {
    width: 60px !important;
}

.custom-delete-drop .title {
    margin-top: 10px !important;
    font-size: 35px !important;
    font-weight: 700 !important;
}

.custom-delete-drop .message {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}

.custom-delete-drop .button {
    margin-top: 25px !important;
    font-size: 18px !important;
}

.btn.btn-close-model {
    background-color: #363636;
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 25px;
    padding: 9px 20px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.btn.btn-close-model:hover {
    background-color: #000000;
}

.dropdown-menu {
    position: absolute;
    top: auto;
    bottom: auto;
    transition: top 0.9s ease, bottom 0.9s ease !important;
}

/* Set a fixed width for the dropdown */
.dropdown-menu.show {
    width: 400px;
    position: absolute;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    left: auto !important;
    bottom: auto;
    transition: top 0.3s ease, bottom 0.3s ease;
    pointer-events: all !important;
}


.dropdown-menu.show[data-popper-placement="top-end"] {
    border-radius: 34px 34px 5px 34px !important;
}

.dropdown-menu.show[data-popper-placement="bottom-end"] {
    border-radius: 34px 5px 34px 34px !important;
}

body:has(.dropdown-menu.show) {
    pointer-events: none !important;
}

div:where(.swal2-container) {
    backdrop-filter: blur(3px) !important;
}

.swal2-show {
    border-radius: 30px !important;
}

thead,
div,
tr {
    filter: none;
    transition: filter 0.2s ease;
}

/* Apply blur when modal is visible */
.blur {
    filter: blur(3px);
    transition: filter 0.2s ease;
}

.pop-tr {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1) !important;
    background: #FFFFFF !important;
    background: rgba(0, 0, 0, 0.5);
}

.disabled {
    color: gray;
    pointer-events: none;
    /* Prevent clicking */
    text-decoration: none;
}

.order-number {
    border: 1px solid #1514171A;
    border-radius: 15px;
    padding: 1px 8px;
    font-size: 13px;
    font-weight: 600;
}

.order-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
}

.order-view-btn {
    padding: 11px 20px;
    border: 1px solid #1514171A;
    border-radius: 41px;
    cursor: pointer;
    font-weight: 700;
}

.order-view-btn:hover {
    transition: all 0.3s ease;
    border-color: #000000;
}

.order-details {
    padding: 30px 18px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 19px;
}

.details-card {
    padding: 23px 20px 15px 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 13px;
}

.details-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.details-card-header .title {
    font-weight: 600;
    font-size: 20px;
}

.view-container {
    max-width: 1240px;
    display: flex;
    justify-content: center;
}

.details-card-body {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 10px;
}

.quantity-label {
    font-weight: 600;
    padding: 7px 13px;
    background-color: #f5f5f5 !important;
    border-radius: 4px;
    display: block;
}

.status-track {
    width: 200px;
    height: 160px;
    border-radius: 15px;
}

.icon-container {
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    white-space: normal;
    max-width: 300px;
    word-wrap: break-word;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease-in-out;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

.custom-tooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    /* Arrow above the tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    /* Arrow pointing down */
}

.order-track-icon {
    width: 24px;
    height: 24px;
}

.line.dashed {
    width: 206px;
    border-top: 1px dashed;
    position: absolute;
    z-index: 0;
}

.modal-content {
    border-radius: 40px !important;
}

.model-date-input {
    border-bottom: 2px solid #f5f5f5 !important;
}

.modal.show {
    position: absolute !important;
    backdrop-filter: blur(2px) !important;
}

.logout-btn {
    background-color: #f5f5f5 !important;
    border-radius: 50px !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-top: 10px !important;
    display: flex !important;
    padding: 10px !important;
    align-items: center !important;
    justify-content: center !important;
}

.profile-dropdown {
    width: auto !important;
    left: auto !important;
    margin: 15px auto 0 auto !important;
    padding: 13px !important;
    border-radius: 20px 2px 20px 20px !important;
}

.toggle-icon {
    display: none !important;
}

.rounded-profile {
    border-radius: 13px !important;
    background-color: #F5F5F5;
}

.responsive-background {
    display: flex !important;
}

.vr {
    height: 100% !important;
    width: 1px !important;
    background-color: black !important;
}

.table .sort::after {
    left: .5rem !important;
}

.table .sort::before {
    left: .5rem !important;
}

.table .sort {
    padding-left: 25px !important;
}

.search-multiselect {
    border: 1px solid #0000001A !important;
    border-radius: 35px !important;
}

.search-multiselect .multiselect-search {
    border-radius: 35px !important;
}

.dp__main.dp__theme_light.VueDatePicker {
    border: 1px solid #0000001A !important
}

.body-scroll {
    overflow-y: unset !important;
}

.bg-transparent .dp__input {
    background-color: transparent !important;
}

/* Add this to your global CSS file */
/* General Styles */

/* Responsive for large laptop and below (max-width: 1440px) */
@media(max-width: 1440px) {
    .nav-item .nav-link {
        padding: 18px 0 !important;
        font-size: 14px !important;
        display: flex !important;
    }
}

/* Responsive for medium devices like tablets and smaller laptops (max-width: 1200px) */
@media(max-width: 1200px) {

    .nav-link img {
        padding-right: 8px;
        display: flex;
        height: 20px !important;
        padding-bottom: 2px !important;
    }

    .toggle-icon {
        display: block !important;
    }

    .responsive-background {
        display: unset !important;
        background-color: #FFFFFF !important;
        padding: 0px 20px;
    }

    .nav-menu {
        display: none !important;
    }

    .nav-menu.active {
        display: flex !important;
        position: absolute;
        flex-direction: column;
        top: 70px;
        height: auto !important;
        width: 100% !important;
        padding: 0 !important;
        left: 0 !important;
        z-index: 99 !important;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-background {
        background-color: #25a0e2 !important;
    }
}

/* Responsive for small devices like mobile phones (max-width: 425px) */
@media(max-width: 425px) {
    .logo {
        width: 215px !important;
    }

    .search-input {
        min-width: unset !important;
    }

    .navbar {
        padding: 0 16px !important;
    }

    .responsive-background {
        display: unset !important;
        background-color: #FFFFFF !important;
        padding: 0px 10px !important;
    }

    .page-title-box {
        padding: 15px 5px !important;
    }

    .breadcrumb {
        text-transform: uppercase !important;
        color: #5a5959 !important;
        font-size: 12px !important;
        margin-top: 3px !important;
    }

    .table-custom-head {
        margin-left: 12px !important;
    }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
    pointer-events: all !important;
}
