@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* albert-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/albert-sans-v1-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* albert-sans-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/albert-sans-v1-latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* albert-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/albert-sans-v1-latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* albert-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/albert-sans-v1-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* albert-sans-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/albert-sans-v1-latin-800.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    scroll-behavior: inherit;
}

html,
body {
    width: 100%;
}

body {
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    color: #0b1932;
    font-weight: normal;
    position: relative;
    background-color: #f2f4f8;
    font-family: "Albert Sans";
    overflow-x: hidden;
}

body.dialog-open,
body.sidebar-open {
    overflow: hidden;
}

*,
::before,
::after {
    box-sizing: border-box;
    outline: none;
}

a {
    color: #e2231a;
    display: inline-block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
    outline: none;
}

button {
    cursor: pointer;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

textarea {
    width: 100%;
}

ul,
menu,
dir {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin-bottom: 0;
}

section {
    position: relative;
}

a,
button {
    transition: all 200ms ease-in-out 0s;
}

/* .row {
    --bs-gutter-x: 0;
} */

img {
    max-width: 100%;
}

:root {
    --primary-color: #0b1932;
    --secondary-color: #4dc0b3;
    --white-color: #ffffff;
    --light-color: #6c7584;
    --light-text-color: #858c99;
    --border-color: #ced1d6;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    line-height: initial;
    border: none;
    background: url("../images/select-arrow.svg") no-repeat 0 0;
    background-size: 10px;
    background-position: calc(100% - 7px) 50%;
} */

.topbar-section {
    background-color: #0b1932;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    overflow: hidden;
    padding: 0 10px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.topbar-left-items {
    display: flex;
    align-items: center;
}

.menu-imges,
.logo-items {
    padding: 20px 10px;
    border-right: 2px solid #4dc1b4;
}

.insights-items {
    padding: 15px 10px;
    border-right: 2px solid #4dc1b4;
}

.Setup-items {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
}

.right-menu {
    display: flex;
    align-items: center;
}

.right-menu li {
    color: var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.right-menu li p {
    margin-top: 8px;
    font-size: 14px;
}

.right-menu li:first-child {
    padding: 20px 10px;
}

.menubar-items {
    border-right: 0 !important;
    position: relative;
}

.menubar-items span {
    position: absolute;
    top: 0;
    font-size: 12px;
}

/* ----date-range-picker----- */
.daterangepicker {
    border: 1px solid #898a88;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    z-index: 99999;
}

.daterangepicker .calendar-table table {
    border-spacing: 0px 1px;
    border-collapse: separate;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 32px;
    width: 32px;
    line-height: 20px;
    border-radius: 8px;
    color: #6c7584;
    font-size: 14px;
}

.daterangepicker .ranges li {
    color: #6c7584;
    font-weight: 400;
}

.daterangepicker .ranges li.active {
    background-color: #edf9f7;
    color: #0b1932;
}

.daterangepicker .drp-buttons .btn {
    display: inline-block;
    padding: 6px 15px;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #e7e8eb;
}

.daterangepicker td.in-range {
    background-color: #edf9f7;
    border-color: transparent;
    color: #0b1932;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
    background-color: #4dc1b4;
}

.daterangepicker td.end-date {
    background-color: #4dc1b4;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.date-picker-group {
    position: relative;
}

.date-picker-group:before {
    content: url(../images/icons/date.svg);
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
    color: #4dc1b4;
    opacity: 0.6;
}

.date-picker-group::after {
    content: "\e006";
    font-family: WebComponentsIcons;
    margin: auto;
    width: 1em;
    height: 1em;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
}

.date-range-picker-input {
    background: #ffffff;
    border: 1px solid #b6b8b5;
    border-radius: 4px;
    /* width: 100%; */
    padding: 8px 12px;
    font-weight: 400;
    color: #0b1932;
    font-size: 14px;
    line-height: 18px;
    min-width: 250px;
}

.date-range-picker-input:focus {
    border-color: #4dc1b4;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border: 1px solid #b6b8b5;
    border-radius: 4px;
    padding: 6px 7px;
    font-weight: 400;
    color: #0b1932;
    font-size: 12px;
}

.daterangepicker tbody tr td.start-date {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.daterangepicker tbody tr td.start-date:last-child {
    border-radius: 6px;
}

.daterangepicker tbody tr td.in-range:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.daterangepicker tbody tr td.end-date,
.daterangepicker tbody tr td.in-range:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-right: 1px solid #ddd;
    padding-bottom: 65px;
}

.daterangepicker {
    border: 0 solid #e5e6e2;
    box-shadow: 2px 5px 50px 0px #00000017;
    margin-top: 17px;
    margin-right: 10px;
    border-radius: 16px;
}

.daterangepicker:before {
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ccc;
}

.daterangepicker:after {
    top: -9px;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
}

.daterangepicker.opensright:after {
    left: 50%;
}

.daterangepicker.opensright:before {
    left: calc(50% - 1px);
}

.custom-datetime .date-range-picker-input {
    min-width: 420px;
}

.daterangepicker .drp-buttons .btn {
    display: inline-block;
    padding: 6px 15px;
    background-color: #0b1932;
    color: white;
}

.daterangepicker .drp-buttons .cancelBtn {
    background-color: transparent;
    border: 1px solid #ced1d6;
    color: #0b1932;
}

.daterangepicker tbody tr td.start-date {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #4dc0b3;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .drp-buttons {
    padding: 12px;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    border: 1px solid #b6b8b5;
    border-radius: 4px;
    padding: 6px 7px;
    font-weight: 400;
    color: #0b1932;
    font-size: 12px;
    background-color: transparent;
}

/* --------slider-theme */
.slider-theme .swiper-pagination {
    position: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider-theme .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid #d5d5d5;
}

.slider-theme .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d5d5d5;
}

.checkbox-group .check-label {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    position: relative;
    top: 1px;
    padding-left: 8px;
    cursor: pointer;
}

/* datepicker wrapper */
.datepicker-wrapper .k-floating-label-container {
    padding-top: 0;
}

.datepicker-wrapper .k-floating-label-container.k-empty>.k-label {
    left: 15px;
    top: 17px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.96px;
    letter-spacing: 0.24px;
}

.datepicker-wrapper .k-floating-label-container.k-focus>.k-label,
.datepicker-wrapper .k-floating-label-container>.k-label {
    top: -6px;
    left: 10px;
    line-height: 12px;
}

.datepicker-wrapper .k-floating-label-container>.k-label {
    font-size: 13px;
    font-weight: 500;
    color: #8e8e8e;
    padding: 0px 4px;
    letter-spacing: 0.24px;
}

.datepicker-wrapper .k-datepicker .k-input-button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 1;
    width: 38px;
    bottom: 0;
}

.datepicker-wrapper .k-floating-label-container>.k-label:before {
    height: 1px;
    content: "";
    position: absolute;
    background-color: #f3f6fa;
    opacity: 1;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
}

.datepicker-wrapper .k-floating-label-container .k-input-inner {
    padding: 13px 10px;
    min-height: 46px;
    padding-left: 15px;
}

.datepicker-wrapper .k-calendar .k-calendar-decadeview,
.datepicker-wrapper .k-calendar .k-calendar-yearview {
    width: calc(100% - 32px);
}

.datepicker-wrapper.hide-today-selection .k-nav-today {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.datepicker-wrapper .k-calendar .k-calendar-monthview .k-content .k-link {
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    padding-top: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datepicker-wrapper .k-prev-view,
.datepicker-wrapper .k-next-view {
    border-radius: 50%;
}

.datepicker-wrapper .k-prev-view .k-i-arrow-60-left:before {
    content: "\e016";
}

.datepicker-wrapper .k-next-view .k-i-arrow-60-right:before {
    content: "\e014";
}

.datepicker-wrapper .k-datepicker .k-input-inner {
    padding: 8px 12px;
    line-height: 18px;
    border-color: #b6b8b5;
}

.datepicker-wrapper .k-datepicker.k-input-solid {
    border-color: #b6b8b5;
}

.datepicker-wrapper .k-datepicker.k-input-solid.k-focus {
    border-color: #4dc1b4;
}

.totle-footer td {
    color: #4dc1b4 !important;
    background-color: #f8f8f8;
}


/* ----------sidebar-layout------ */
.sidebar-layout {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 85%;
    right: -110%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 8px 30px rgb(0 0 0 / 40%);
    transition: all 200ms ease-in-out 0s;
}

.sidebar-layout.active {
    right: 0;
}

.upload-sidebar,
.note-sidebar,
.customer-sidebar,
.customer-edit-sidebar,
.checklist-sidebar {
    max-width: 525px;
}

.payroll-sidebar,
.category-sidebar,
.sub-category-sidebar {
    max-width: 710px;
}

.allowance-sidebar,
.period-sidebar,
.functional-sidebar,
.sidebar-md {
    max-width: 722px;
}

.sidebar-data-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-data-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c8c8c8;
    padding: 16px 25px;
}

.sidebar-title-flex h6 {
    color: #0b1932;
    font-size: 26px;
    flex: 1;
}

.sidebar-layout .sidebar-title-flex .btn-theme {
    padding: 8px 12px;
}

.sidebar-layout .sidebar-footer-flex .btn-theme {
    padding: 6px 12px;
}

.sidebar-footer-flex {
    border-top: 1px solid #c8c8c8;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-footer-flex .btn-theme {
    min-width: 68px;
    justify-content: center;
}

.sidebar-content-area {
    height: calc(100vh - 130px);
    padding: 0;
    overflow-x: hidden;
}

.sidebar-content-wrapper {
    padding: 0 25px 25px 25px !important;
}

.sidebar-content-area.sidebar-header-without-btn {
    height: calc(100vh - 107px);
}

.sidebar-content-area.sidebar-without-footer {
    height: calc(100vh - 62px);
}

.sidebar-content-area.sidebar-header-without-btn.sidebar-without-footer {
    height: calc(100vh - 46px);
}

.sidebar-content-area .form-group {
    margin-bottom: 1rem;
}

.sidebar-data-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-data-overlay.active {
    opacity: 1;
    visibility: visible;
}

.Order-Details-sidebar,
.Ordertwo-Details-sidebar {
    width: 950px;
}

.Sales-text {
    color: #0b1932;
    font-size: 28px;
}

.Reports-boxs {
    padding: 25px;
    background-color: white;
    box-shadow: 0px 2px 6px 0px #0d0a2c14;
    border-radius: 30px;
}


.web-contanier {
    margin: 24px;
}

.ai-content {
    height: 85vh;
    width: 100%;
    background: #FFFFFF;
}

.main-section {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
}


.aichat-section {
    padding: 16px;
    border-left: 1px solid #D9DCE1;
    transition: 0.4s;
    height: calc(100vh - 62px);
    overflow: auto;
    background-color: #F2F4F8;
    width: 420px;
    position: absolute;
    right: -500px;
    top: 0;
    z-index: 1011;
}

.aichat-section.active {
    right: 0;
}

.aichat-search {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;


}

.aichat-search input {
    padding: 20px;
    border: 0;
    width: 100%;
    font-size: 14px;
    border-radius: 16px;
    padding-left: 40px;
    padding-right: 35px;

}

.aichat-items {
    width: 100%;
    height: calc(100vh - 240px);
    overflow: auto;
    margin-top: 20px;
    padding: 0 15px;
}



.voicechat-icon {
    position: absolute;
    left: 10px;
    cursor: pointer;
    z-index: 22;
}


.send-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 22;
}

.aichat-search::after {
    background: linear-gradient(109.51deg, #F7BB2F -0.48%, #84CB6C 63.08%);
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 16px;
}

.chat-message.right {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 8px;
}

#chatMessages-Newchat li,
#chatMessages li {
    margin-bottom: 48px;
}

.chat-message.right p {
    background-color: #D4EDE8;
    text-align: start;
    padding: 12px 16px;
    border-radius: 24px;
    display: inline-block;
    color: #000000;
}

/* Reply messages (left side) */
.chat-message.left {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 8px;
    font-size: 16px;
    color: #000000;
}

.time {
    color: #808080;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}



/* ----- custom-scrollbar ------- */
.custom-scrollbar::-webkit-scrollbar,
select::-webkit-scrollbar,
.k-list-scroller::-webkit-scrollbar,
.k-tabstrip-items::-webkit-scrollbar,
.k-tabstrip-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 50px;
}

.custom-scrollbar::-webkit-scrollbar-track,
select::-webkit-scrollbar-track,
.k-list-scroller::-webkit-scrollbar-track,
.k-tabstrip-items::-webkit-scrollbar-track,
.k-tabstrip-content::-webkit-scrollbar-track {
    border-radius: 50px;
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
.k-list-scroller::-webkit-scrollbar-thumb,
.k-tabstrip-items::-webkit-scrollbar-thumb,
.k-tabstrip-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 50px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover,
select::-webkit-scrollbar-thumb:hover,
.k-list-scroller::-webkit-scrollbar-thumb:hover,
.k-tabstrip-items::-webkit-scrollbar-thumb:hover,
.k-tabstrip-content::-webkit-scrollbar-thumb:hover {
    background: #999;
    border-radius: 50px;
}

.close-chat,
.view-chatscreen {
    cursor: pointer;
}

.Hello-text {
    text-align: center;
    background: linear-gradient(165deg, #F8BC2E 21.42%, #A3BE70 33.6%, #4DC1B4 47.81%, #30787B 57.45%, #0B1932 72.17%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* Newchat-section */

.Newchat-section {
    display: grid;
    grid-template-columns: 280px auto;
    background-color: #EDF6F5;
}

.Newchat-sidebar {
    background-color: white;
    border-right: 1px solid #1C1C1C1A;
    height: 100vh;

    padding: 20px;
}

.Newchat-button {
    background: linear-gradient(109.51deg, #F7BB2F -0.48%, #84CB6C 63.08%);
    border-radius: 12px;
    border: 0;
    padding: 11px;
    width: 100%;
    margin-top: 20px;
    color: #0B1932;
    font-size: 18px;
    font-weight: 500;
}

.day-text {
    font-size: 14px;
    color: #0B1932;
    font-weight: 600;
}

.Chat-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 8px 0;
    margin-top: 10px;
}

.Chat-list li:hover p {
    padding-left: 4px;
}

.Chat-list li p {
    color: #0B1932;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.chat-history {
    height: calc(100vh - 185px);
    overflow: auto;
    padding-right: 10px;
}

.Newchat-content {
    margin: 0 220px;
    margin-top: 100px;
}


.Hellotwo-text {
    text-align: center;
    background: linear-gradient(165deg, #F8BC2E 21.42%, #A3BE70 33.6%, #4DC1B4 47.81%, #30787B 57.45%, #0B1932 72.17%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
    margin-top: 200px;
    width: 100%;
}

.history-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.history-item {
    padding: 10px 15px;
    border: 1px solid #0B193233;
    background: #FFFFFF;
    border-radius: 16px;
    cursor: pointer;
}

.Newchat-items {
    height: calc(100vh - 250px);
    overflow: auto;

}

.history-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}