@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    list-style: none;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Syne", sans-serif;
    overflow-x: hidden;
    background-color: #f2f2f2;
}
.z-open-sans{
    font-family: "Montserrat", sans-serif;
}
.zz {
    border: 2px solid red;
}
.z-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.z-center-down {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
img {
    width: 100%;
    border-radius: 4px;
}
a {
    text-decoration: none;
    color: unset;
}
p {
    color: gray;
    font-family: "Montserrat", sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
.z-bg-gradient-1 {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.z-bg-gradient-2 {
    background-image: linear-gradient(to top, #dfe9f3 100%, white 100%);
}
.z-badge-red {
    padding: 5px 10px;
    border-radius: 20px;
    color: red;
    font-size: 14px;
    background-color: #ffe5e5;
    width: fit-content;
}
.z-badge-blue {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: blue;
    background-color: #e5f2ff;
    width: fit-content;
}
.z-badge-yellow {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #b38f00;
    background-color: #faf3cf;
    width: fit-content;
}
.z-badge-green {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: green;
    background-color: #e5ffe5;
    width: fit-content;
}
.z-avatar{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #393D7E;
    display: inline-block;
    margin-right: 10px;
    line-height: 35px;
    color: white;
}
.z-avatar-2{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #8FABD4;
    display: inline-block;
    margin-right: 10px;
    line-height: 35px;
    color: white;
}

.z-money-card-style{
    background-color: white;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0px 1px 16px -7px #00000069;
    width: fit-content;
}
.z-money-card-style-icon{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #393D7E;
}
.gray-color {
    color: gray;
}
/* -------------------- */
#mySidebar {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    overflow-x: hidden;
    /* padding-top: 60px; */
    transition: 0.5s;
}
/* .sidebar a {
    padding: 20px;
    color: #818181;
    font-size: 31px;
    transition: 0.3s;
}
.sidebar a:hover {
    color: #f1f1f1;
} */
.sidebar button {
    background: transparent;
    border: none;
    margin-bottom: 20px;
}
.sidebar ul {
    padding: 0;
}
.sidebar ul li {
    list-style: none;
    display: flex;
}
.sidebar ul li a {
    display: -webkit-inline-box;
    text-decoration: none;
}
/* .sidebar ul li a:hover .z-sidebar-icon i {
    color: black;
    transition: .50s all ease;
}
.sidebar ul li a:hover .z-sidebar-title {
    color: black;
    transition: .50s all ease;
} */
.z-sidebar-icon {
    width: 100px;
    height: 55px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z-sidebar-icon svg {
    color: gray;
}
.z-black-sidebar {
    color: #000;
}
.z-black i {
    color: black;
    font-size: 28px;
}
.z-sidebar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
}
.z-sidebar-title h5 {
    margin: 0;
}
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}
.openbtn:hover {
    background-color: #444;
}
#mySidebar.collapsed {
    width: 75px;
}
#main.expanded {
    margin-left: 100px;
}
#mySidebar {
    width: 270px;
}
#main {
    margin-left: 300px;
}
.z-left-container {
    width: 100% !important;
}
/* ------------------------- */
#main {
    transition: margin-left .5s;
    padding: 20px;
    margin-left: 300px;
    padding: 50px 0;
}
.z-table-container {
    border-radius: 20px;
    background-color: white;
    height: 100%;
}
.factory-dropdown, .factory-dropdown-edit, .sales-dropdown, .sales-dropdown-edit {
    position: absolute;
    top: 50px;
    background: white;
    z-index: 20;
    padding: 15px;
    width: 100%;
    box-shadow: -2px 5px 19px -12px black;
    border-radius: 10px;
    max-height: 300px;
    overflow: scroll;
}
.z-main-heading h2 {
    font-size: 40px;
}
.z-left-container {
    margin-left: 0;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}
.table-head-heading th {
    font-size: 17px;
    padding: 30px 20px;
    /* min-width: 120px; */
    white-space: nowrap;
    /* min-width: 150px; */
    overflow: hidden;
}
.table-head-heading th, .table-body td {
    font-size: 17px;
    padding: 12px 15px;
    text-align: center;
    /* max-width: 200px; */
}
.table-head-heading th {
    padding: 10px 20px 0 20px;
}
.z-table-controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logistics-table {
    padding: 0 20px;
}
.z-button {
    background-color: #111;
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
}
.z-outline-button {
    background-color: transparent;
    padding: 10px 20px;
    color: black;
    border: 2px solid black;
    border-radius: 5px;
}
.z-add-field-button-container {
    display: flex;
    gap: 10px;
}
.table-head-heading {
    border-top: 1px solid black;
    /* border-bottom: 1px solid black; */
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
    background-color: #fff;
    padding: 20px;
    margin: 5% auto;
    border-radius: 5px;
    width: 80%;
    height: 80vh;
    overflow: scroll;
    position: relative;
}
.close {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 25px;
    cursor: pointer;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
.z-profile img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.table-body td {
    white-space: nowrap;
    /* overflow: hidden; */
    position: relative;
}
.auth-form-z {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.input-wrapper {
    /* max-width: 360px; */
    width: 100%;
    position: relative;
}
.input {
    height: 50px;
    font-size: 16px;
    padding: 11px 15px;
    border-radius: 4px;
    border: 2px solid #CBD8E3;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
.placeholder {
    pointer-events: none;
    position: absolute;
    font-weight: 500;
    top: 13px;
    left: 8px;
    padding: 0 8px;
    background-color: white;
    border-radius: 5px;
    opacity: 1 !important;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    color: grey;
}
.input:not(:placeholder-shown).input:not(:focus)+.placeholder {
    transform: scale(.75) translateY(-36px) translateX(-15%);
    color: #252525;
    transition: .2s ease;
}
.input:focus {
    border-color: #252525;
}
.input:focus+.placeholder {
    transform: scale(.75) translateY(-36px) translateX(-15%);
    color: #252525;
    font-weight: 600;
    transition: .2s ease;
}
/* .input:invalid:not(:placeholder-shown) {
    transition: 0.2s ease;
    border-color: #ff4545;
} */
.input:invalid:not(:placeholder-shown)+.placeholder {
    transition: 0.2s ease;
    color: #ff4545;
}
.input:invalid:not(:placeholder-shown).input:not(:focus)+.placeholder {
    transform: scale(.75) translateY(-36px) translateX(-15%);
    color: #252525;
    transition: 0.2s ease;
}
.input:invalid:not(:placeholder-shown)~.form-text {
    color: #ff4545;
    display: block;
}
.form-text {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
    /* Hide by default */
}
#show-hide-password i {
    font-size: 13px;
}
#show-hide-password {
    position: absolute;
    right: 10px;
    top: 16px;
    border: none;
    background-color: transparent;
}
.input-icon i {
    font-size: 13px;
}
.input-icon {
    position: absolute;
    right: 2%;
    top: 16px;
    border: none;
    background-color: transparent;
}
.table-body {
    position: relative !important;
}
.table-body-absolute {
    position: absolute;
    top: 0;
}
.state-input {
    display: block;
}
.state-input.show {
    display: block;
}
.kebab-menu-static {
    position: relative;
    width: 25px;
    height: 25px;
}
.kebab-dropdown-static {
    display: none;
}
.kebab-dropdown-static.active {
    display: block;
    position: absolute;
    top: -71px;
    left: 52px;
    z-index: 10;
    border-radius: 10px;
    background-color: #f4f4f4;
    box-shadow: 10px 7px 12px -6px gray;
}
.kebab-dropdown-static ul li a {
    gap: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 13px 35px 13px 16px;
}
.z-red {
    color: #ff4545 !important;
}
.z-black {
    color: #000 !important;
}
.login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}
.auth-form-z hr {
    width: 12%;
    border: 1px solid #858585;
    margin: 20px 0;
}
.z-google-button {
    padding: 8px 14px;
    border: none;
    border-radius: 30px;
    background-color: white;
    border: 2px solid black;
    gap: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.z-google-button img {
    width: 28px;
}
.z-facebook-button img {
    width: 24px;
}
.z-facebook-button {
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    background-color: #0274ff;
    gap: 10px;
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-1 {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 0rem;
}
.switch {
    position: relative;
    display: inline-block;
    width: 168px;
    height: 50px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6E6E6E;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "Register";
    padding: 10px 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    transition: .35s ease;
}
input:checked+.slider:before {
    content: "Login";
    transform: translateX(calc(100% - 8px));
    transition: .35s ease;
}
input:checked+.slider {
    background-color: #1849AB;
}
input:focus+.slider {
    box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
    outline: none;
}
input:checked+.slider:before {
    transform: translateX(82px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50px;
}
.form-to-change {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.remember-me {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.remember-me input {
    width: 18px;
    height: 18px;
}
.forgot-password {
    color: #0274ff;
    font-size: 14px;
    font-weight: 500;
}
.z-form-login {
    display: none;
}
.try-login a {
    color: #0274ff;
}
.auth-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-form-z {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
    width: 100%;
    background-color: white;
    padding: 40px;
    border-radius: 15px;
}
.z-dropdown-submenu, .z-option-dropdown-submenu, .z-filter-dropdown-submenu {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
.z-dropdown-submenu.active, .z-option-dropdown-submenu.active, .z-filter-dropdown-submenu.active {
    display: block;
    opacity: 1;
    max-height: 500px;
    padding-left: 25%;
    font-size: 18px;
}
.z-dropdown-list {
    display: flex;
    flex-direction: column;
}
.create-user-form {
    background-color: white;
    border-radius: 20px;
}
.z-dropdown-submenu li, .z-option-dropdown-submenu li, .z-filter-dropdown-submenu li {
    padding: 10px;
}
.z-dropdown-submenu li a, .z-option-dropdown-submenu li a, .z-filter-dropdown-submenu li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: gray;
}
.z-dropdown-submenu li a i, .z-option-dropdown-submenu li a i, .z-filter-dropdown-submenu li a {
    font-size: 18px !important;
}
.user_card {
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    padding: 20px;
    width: 100%;
    position: relative;
}
.user_card_container {
    gap: 10px 0px;
}
.user_card .profile img {
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid black;
}
.z-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding: 1px 25px;
    border: 1px solid black;
    border-radius: 20px;
    width: min-content;
    background-color: #f2f2f2;
}
.user-remove-button {
    transition: .30s all ease;
}
.user-remove-button:hover {
    background: red !important;
}
.edit_user_container {
    position: absolute;
    top: -13px;
    right: -8px;
    background: white;
    padding: 10px;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 1px 2px 16px -10px #000;
}
.fixed-width-box {
    width: 220px;
    /* Set your desired width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.fixed-width-box .info-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    color: gray;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
}
.z-tooltip {
    display: none;
    position: absolute;
    left: 0;
    bottom: 66px;
    width: 600px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 20px -12px #000;
    z-index: 1000;
    white-space: normal;
}
.z-tooltip.show {
    display: block;
}
.note-update-time {
    font-size: 14px;
    color: gray;
}
.z-notes-data {
    height: 60vh;
    overflow: scroll;
}
.z-otp-input::-webkit-outer-spin-button,
.z-otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.z-otp-input[type=number] {
    -moz-appearance: textfield;
}
.shipping-details, .item-details {
    /* border: 1px solid black;] */
    border-radius: 10px;
    padding: 10px;
}
.item-details {
    grid-row: 2 / 2;
    grid-column: 1 / 3;
}
.shipping-information, .destination-process-ui {
    grid-row: 1 / 2;
    grid-column: 2;
    background-color: rgb(30, 30, 30);
    color: white;
    border-radius: 10px;
    padding: 10px;
}
.logistics-view-icon {
    font-size: 22px;
}
.z-details-chip {
    background-color: #0a58ca;
    color: white;
    width: fit-content;
    padding: 6px 18px;
    border-radius: 20px;
}
.destination-process-ui {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    align-items: center;
}
.circle-details {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: white;
    color: white;
    font-size: 12px;
}
.line-details {
    background: white;
    width: 2px;
    height: 70%;
}
.z-outline-details {
    border: 1px solid gray;
    width: fit-content;
    border-radius: 40px;
    padding: 5px 15px;
}
.billing-details {
    grid-row: 3 / 3;
    grid-column: 1/3;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}
.cross-details-sign {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.add-fields-container {
    padding: 30px;
    background: #ededed;
    border-radius: 10px;
    max-height: 500px;
    overflow: scroll;
}
.notes-details {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    grid-row: 4 / 4;
    grid-column: 1 / 3;
}
.fixed-notes-size {
    max-height: 300px;
    overflow: scroll;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.custom-share-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-share-popup.active {
    display: flex;
}
.custom-share-popup-content {
    background-color: #fff;
    padding: 20px;
    margin: 5% auto;
    border-radius: 5px;
    width: 80%;
    height: 80vh;
    overflow: scroll;
    position: relative;
}
.custom-share-popup-content form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.custom-share-popup-content .form-check-label {
    font-size: 18px;
}
.custom-share-popup-content .d-flex {
    border: 1px solid black;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
}
.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
}
.delete-btn {
    background-color: #ff4545;
}
.user_card .profile {
    width: 50px;
    height: 50px;
}
.z-item-details-table thead th {
    padding: 10px 27px;
    border: 1px solid black;
}
.z-item-details-table tbody td {
    text-align: center;
    border: 1px solid black;
}
.z-item-details-card {
    height: 250px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:focus {
    box-shadow: unset
}
.z-documment-handler {
    gap: 20px 0px;
}
.z-item-details-view-img {
    height: 700px;
    border: 1px solid black;
    border-radius: 10px;
    overflow: hidden;
}
.deposit-payment {
    border-radius: 10px;
    padding: 10px;
    background-color: #4A70A9;
    width: fit-content;
}
.item-card{
    background-color: #eeeeee;
    box-shadow: 0px 1px 16px -7px #00000069;


}