:root {
    --tv-white: #fff;




    --font-w-medium: 500;
    --font-w-semi: 600;
    --font-w-bold: 700;

}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


html {
    font-size: 14px;
}

@media (min-width: 1680px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #F7F8FA !important;
    font-size: 1.125rem;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
}

.fnt-medium {
    font-weight: var(--font-w-medium);
}

.fnt-semiBold {
    font-weight: var(--font-w-semi);
}

.fnt-bold {
    font-weight: var(--font-w-bold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none !important;
}

header {
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
}

.loginBg {
    background: linear-gradient(135deg, #1e66f5, #2b8cff);
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.dashboardLogoText {
    background: #fff;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.dashSubText {
    color: #B2D1FF;
    font-size: 1rem;
    max-width: 388px;
}

.dashFeatures li {
    position: relative;
    padding-left: 28px;
}

.feature-icon {
    width: 16px;
    height: 16px;
    background: #A9D3FF;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 100%;
    overflow: hidden;
}

.feature-icon::after {
    background: url(../images/dashIcon.png) no-repeat 4px 3px;
    background-size: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

.loginBg h4 {
    color: #30345E;
    font-size: 1.875rem;
}

.loginBg label {
    color: #30345E;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: var(--font-w-medium);
}

.loginBg input {
    border: #146AF3 1px solid;
}

.loginBg input:focus {
    /* outline: unset; */
    box-shadow: none;
}

.forget {
    font-size: 0.75rem;
    color: #146AF3;
    margin-bottom: .5rem;
}

.lnk-color {
    color: #146AF3;
}

.accText {
    font-size: 1rem;
    color: #606060;
}

.logingWrap {
    padding: 0 21%;
    width: 100%;
}

.logingWrap .btn-group {
    padding: 1px;
    border: #B3C0D4 1px solid;
    border-radius: 8px;
}

.loginToggle label {
    border: unset;
    border-radius: 7px !important;
}

.logingWrap .btn-primary {
    background: #146AF3;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: var(--font-w-medium);
}

.btn-primary {
    font-family: "Roboto", sans-serif !important;
    border-radius: 8px !important;
}

.enterpriseWrap {
    border-top: 1px solid #B3C0D4;
    margin-top: 19px;
    color: #606060;
    line-height: 1.063rem;
}

.lftLogo {
    border-bottom: #B3C0D4 1px solid;
}

.sidebar {
    width: 240px;
    min-height: 100vh;
    background: #fff;
    border-right: 1px solid #B3C0D4;
    position: fixed;
    left: 0;
    top: 0;
}

.main {
    margin-left: 240px;
}

.sidebar .nav-link {
    color: #555;
    border-radius: 8px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
}



.sidebar .nav-link i {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 6px;
}

.sidebar .nav-link.categories i {
    background-image: url('../images/nav/categories.png');
}

.sidebar .nav-link.active.categories i,
.sidebar .nav-link.categories:hover i {
    background-image: url('../images/nav/categories_active.png');
}

.sidebar .nav-link.dashboard i {
    background-image: url('../images/nav/dashboard.png');
}

.sidebar .nav-link.aiLink i {
    background-image: url('../images/nav/dashboard_active.png');
}

.sidebar .nav-link.aiLink i {
    background-image: url('../images/nav/ai_icon.png');
}

.sidebar .nav-link.active.dashboard i,
.sidebar .nav-link.dashboard:hover i {
    background-image: url('../images/nav/dashboard_active.png');
}

.sidebar .nav-link.documents i {
    background-image: url('../images/nav/documents.png');
}

.sidebar .nav-link.active.documents i,
.sidebar .nav-link.documents:hover i {
    background-image: url('../images/nav/documents_active.png');
}

.sidebar .nav-link.upload-status i {
    background-image: url('../images/nav/upload_status.png');
}

.sidebar .nav-link.active.upload-status i,
.sidebar .nav-link.upload-status:hover i {
    background-image: url('../images/nav/upload_status_active.png');
}

.sidebar .nav-link.users i {
    background-image: url('../images/nav/users.png');
}



.sidebar .nav-link.active.users i,
.sidebar .nav-link.users:hover i {
    background-image: url('../images/nav/users_active.png');
}

.sidebar .nav-link.logout i {
    background-image: url('../images/nav/logout.png');
}

.sidebar .nav-link.logout {
    color: #FF0000;
}

.sidebar .nav-link.logout:hover {
    background-color: #fff1f1;

}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    background: #F0F6FF;
    color: #0B64F4;
}



.text-muted {
    color: #606060 !important;
}

.m_doc {
    background: url('../images/manageIcon.png') no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-right: 6px;
}

.user_icon_button {
    background: url('../images/total_documents_button.png') no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-right: 6px;
}

.statList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 16px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.statList>li {
    border: 1px solid #B3C0D4;
    border-radius: 12px;
    padding: 24px;
    background-color: #fff;
}


.statList>li.pending {
    background-color: #FEF0E7;
    border-color: #FF57003D;
}

/* #F7DCDD */
.statList>li.trash {
    background-color: #FAF1F2;
    border-color: #F7DCDD;
}

/* #FF57003D */
.statList>li .sTitle {
    color: #3E4241 !important;
    font-size: 0.75rem;
    line-height: 1rem;
}

.statList>li h4 {
    color: #30345E;
    font-size: 1.5rem;
    line-height: 2rem;
}

.statListCat li h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.statListCat>li .sTitle {
    font-size: 0.75rem;
    line-height: 1rem;
}

.statList>li small {
    color: #52B21A;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
}

.statList>li.pending small {
    color: #FF5700;
}

.statList>li.trash h4 {
    color: #FF5700;
}

.statList>li small img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.card {
    overflow: hidden;
    border-radius: 12px !important;
}

.pageTitle {
    color: #30345E;
    font-size: 1.45rem;
    line-height: 1.313rem;
    font-weight: var(--font-w-semi);
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}

.sectionTitle {
    color: #30345E;
    font-size: 1.099rem;
    line-height: 1.313rem;
    font-weight: var(--font-w-semi);
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}

.viewAllLnk {
    position: relative;
    padding-right: 21px;
    font-weight: var(--font-w-semi);
    font-size: 1.2rem;
}

.viewAllLnk:after {
    background: url('../images/view_all_btn.png') no-repeat center center;
    background-size: cover;
    width: 21px;
    height: 21px;
    display: inline-flex;
    right: 0;
    position: absolute;
    content: '';
    top: 2px;
}



.table>:not(caption)>*>* {
    background-color: #fff !important;
    padding: 11px 22px !important;
    font-size: 0.938rem;
    font-family: "Roboto", sans-serif;
    color: #30345E !important;
    font-weight: var(--font-w-semi);
    border-bottom: 1px solid #B3C0D4;
}

.table>thead.table-light th {
    background-color: #E8ECF2 !important;
    padding: 11px 22px !important;
    font-size: 0.938rem;
    font-family: "Roboto", sans-serif;
    color: #30345E;
    font-weight: var(--font-w-semi);
}

.grid_icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge {
    line-height: 24px !important;
    padding: 0 8px !important;
    border-radius: 12px !important;
}

.badge-soft {
    background: #E6F5FC;
    color: #0090D3;
}

.badge-success-soft {
    background: #E8F9EE;
    color: #52B21A !important;
}

.badge-success-indexed {
    background: #E6F5FC !important;
    color: #0090D3 !important;
}

.badge-warning-soft {
    background: #FEF0E7;
    color: #FF5700 !important;
}

.badge-danger-soft {
    background: #FBE9E9;
    color: #DC2828 !important;
}

.badge-pending-soft {
    background: #F0F3F7;
    color: #6C7A8F !important;
}

.badge-disbaled-soft {
    background: #E8ECF2;
    color: #4E5C7E !important;
}

.catInfo {
    color: #3E4241;
    font-size: 0.75rem;
    line-height: 1rem;
}

.catInfo span {
    font-weight: var(--font-w-bold);
}

.catSearchBorder {
    border-bottom: #B3C0D4 1px solid;
}

.catSearch label {
    color: #30345E;
    font-size: 1rem;
    font-weight: var(--font-w-semi);
}

.catSearch input[type="text"] {
    width: 540px;
    border-radius: 8px;
    border: 1px solid #B3C0D4;
    line-height: 30px;
}

.catSearch select {
    line-height: 30px;
    width: 333px;
}

.btn-doc {
    width: 333px;
}

.catSearch button {
    line-height: 30px;
}

.dottedCircle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
}

.dottedCircle span {
    background-color: #000;
    border-radius: 100%;
    width: 4px;
    height: 4px;
}

.dottedCircle:hover {
    background-color: #f0f6ff;
}

.editWrap {
    position: absolute;
    /* height: 52px; */
    width: 75px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D9DFE9;
    border-radius: 8px;
    /* bottom: -52px; */
    right: 0;
    top: 30px;
    padding: 0 10px;
    display: none;
    z-index: 1
}

.dottedCircle:hover .editWrap {
    display: block;
}

.editWrap ul {
    padding: 0;
    margin-bottom: 0;
}

.editWrap li {
    border-bottom: 1px solid #D9DFE9;
    padding: 5px 0;
}

.editWrap li:last-child {
    border-bottom: none;
}

.editWrap li a {
    display: flex;
    align-items: center;
    gap: 0 6px;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #30345E;
}

.editWrap li:last-child a {
    color: #DC2828;
}

.sp-upload-xl {
    background: #0B64F40D;
    border: 1px dashed #146AF3;
    border-radius: 6px;
    text-align: center;
    padding: 8px 0;
    margin-top: 18px;
}

.sp-upload-xl label {
    flex-direction: column;
    min-height: 96px;
    gap: 4px;
    cursor: pointer;
}

.sp-upload-xl span.drag {
    font-size: 14px;
    color: #30345E;
}

.sp-upload-xl span.ext {
    font-size: 13px;
    line-height: 20px;
    color: #0B64F4;
}


.documentTable p {
    color: #606060;
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}

.documentTable .dottedCircle {
    float: right;
}

.documentTable .dottedCircle .editWrap {
    width: 135px;
}

.statList.uploadStatus {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);

}

.statList.uploadStatus>li {
    padding: 16px;
}

.statList.uploadStatus>li h4 {
    font-size: 1.125rem;
    line-height: 1.313rem;
}

.statList.uploadStatus>li.processing {
    border: 1px solid #FF5700;
}

.statList.uploadStatus>li.index {
    border: 1px solid #0090D3;
}

.statList.uploadStatus>li.failed {
    border: 1px solid #E11D48;
}

.user_range {
    padding: 16px 24px;
    background-color: #EAF0FA;
    border: 1px solid #0B64F4;
    border-radius: 12px;
}

.user_range h4 {
    font-size: 1.125rem;
    line-height: 1.313rem;
}

.user_range small {
    color: #3E4241;
    font-size: 0.75rem;
    line-height: 1rem;
}

.user_range_info {
    border: #0B64F429 1px solid;
    width: 138px;
    border-radius: 12px;
    height: 12px;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
}

.user_range_info span {
    position: absolute;
    top: -1px;
    left: 0;
    /* width: 50%; */
    height: 12px;
    background-color: #0B64F4;
    border-radius: 12px;
}

.user_range_info.p-20 span {
    width: 20%;
}

.user_range_info.p-40 span {
    width: 40%;
}

.user_range_info.p-60 span {
    width: 60%;
}

.user_range_info.p-80 span {
    width: 80%;
}

.user_range_info.p-100 span {
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-right: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B3C0D4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0B64F4;
}

input:focus+.slider {
    box-shadow: 0px 1px 2px #8390A5;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.chat-input {
    border-radius: 12px;
}


.suggestion:hover {
    background: #f1f5ff;
}

.chatList li {
    position: relative;
}

.chatList li:first-child {
    color: #606060;
}

.chatList li a {
    color: #30345E;
}

.ai_heading {
    font-size: 2.25rem;
    color: #30345E;
}

.ai_heading+p {
    font-size: 1rem;
    line-height: 1.25rem;
}

.textareaWrap {
    padding: 24px 16px;
    border: #B3C0D4 1px solid;
    border-radius: 12px;
    position: relative;
    background-color: #fff;
}

.textareaWrap textarea,
.textareaWrap textarea:focus {
    border: unset;
    outline: unset;
}

#autoTextarea {
    width: 85%;
    display: block;
    resize: none;
    /* User resizing breaks auto height */
    overflow: hidden;
    /* Prevent scrollbar */
    box-sizing: border-box;
    max-height: 260px;
    border: unset;
}

.attachWrap {
    position: absolute;
    right: 16px;
    bottom: 20px;
}

.attachWrap button {
    border: unset;
    border-radius: 7px;
}

.helpText {
    color: #889EC0;
    font-size: 1rem;
    line-height: 1.188rem;
    text-align: left;
    border-bottom: 1px dashed #B3C0D4;
    padding: 5px 0 16px 0;
}

.suggestionWrap small {
    color: #30345E;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: var(--font-w-semi);
    line-height: 1.188rem;
    margin-bottom: 10px;
}

.suggestionWrap .suggestion {
    background: #FFFFFF;
    border: 1px solid #B3C0D4;
    border-radius: 12px;
    margin-bottom: 10px;
    color: #606060;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: var(--font-w-semi);
    line-height: 1.188rem;
    padding: 0 16px;
    line-height: 40px;
}

.navLogout {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.chatInput {
    border-top: 1px solid #B3C0D4;
}

.chatInput input:focus {
    /* border: unset; */
    outline: unset;
    box-shadow: none;
}

.admin,
.user {
    display: flex;
    justify-content: center;
}



.admin i {
    background: url("../images/login_admin.png") no-repeat center center;
}

.loginToggle .btn-check:checked+.admin i {
    background: url("../images/login_admin_a.png") no-repeat center center;
}


.user i {
    background: url("../images/login_user.png") no-repeat center center;
}

.loginToggle .btn-check:checked+.user i {
    background: url("../images/login_user_a.png") no-repeat center center;
}

.loginToggle i {
    background-size: cover !important;
    height: 20px;
    width: 20px;
    display: flex;
    margin-right: 4px;
}

.loginToggle label:hover {
    color: #30345E !important;
}

.loginToggle .btn-check:checked+label:hover {
    color: #fff !important;
}

.mNav_con {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
}

.bar1,
.bar2,
.bar3 {
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.2s;
}

.change .bar1 {
    transform: translate(0, 5px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

@media (max-width: 767px) {
    .mNav_con {
        display: inline-block;
    }

    .dashSubText {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .left-panel>div.px-5 {
        padding: 0 0 20px 0 !important;
    }

    .logingWrap {
        padding: 24px 16px;
    }

    .loginBg .bg-light {
        margin-bottom: 24px;
    }

    .sidebar {
        transform: translateX(-240px);
        transition: 0.2s;
        z-index: 1;
    }

    .sidebar.sidebarOpen {
        transform: translateX(0);

    }

    .main {
        margin-left: 0;
        width: 100%;
    }

    .statList {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-bottom: 20px;
    }

    .table>thead.table-light th {
        white-space: nowrap;
    }

    .main>.d-flex.justify-content-between.align-items-center.mb-4 {
        display: block !important;
    }

    .main>.d-flex.justify-content-between.align-items-center.mb-4 button {
        margin-top: 16px;
    }

    .catSearchBorder div.d-flex {
        display: block !important;
    }

    .catSearchBorder div.d-flex button {
        margin-top: 16px;
    }

    .catSearch input[type="text"] {
        width: 100%;
    }

    .aiWrapper {
        padding: 1.5rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .statList {
        grid-template-columns: repeat(2, 1fr) !important;
        margin-bottom: 20px;
    }

    .catSearch input[type="text"] {
        width: 350px;
    }
}

@media (max-width: 576px) {}