.form-right-img {
    height: 90vh;
    position: absolute;
    bottom: 0;
    right: 50px;
}
.signin-bg{
    background: #f6f8ff;
}
.logo {
    height: 45px;
    margin: 0 auto;
}
#close-sidebar img {
    height: 18px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
a.btn.btn-g {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a408f;
    color: #FFF;
    grid-gap: 15px;
    border-radius: 2px;
    margin-top: 30px;
    padding: 10px 20px;
    height: 3rem !important;
    margin-bottom: 30px;
}
a.btn.btn-g img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
    position: absolute;
    left: 10px;
}
h5.text-xl.font-bold.mt-3.signin-h {
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
}
.text-indigo-400 {
    color: #2a408f;
}
.h-10 {
    height: 3rem !important;
}
.page-wrapper .sidebar-wrapper .sidebar-brand img{
	height: 45px;
}
.page-wrapper .sidebar-wrapper .sidebar-brand > a, .page-wrapper .sidebar-wrapper .sidebar-menu li a {
    font-size: 16px;
    font-weight: 500 !important;
    color: #093C9B !important;
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity));
}
.bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: #093C9B !important;
    border-color: #093C9B !important;
}
.hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: #093C9B !important;
}
a:hover {
    --bs-link-color-rgb:  #093C9B;
}
select.form-select.form-input.mt-2.w-full.py-2.px-3.h-10.bg-transparent.dark\:bg-slate-900.dark\:text-slate-200.rounded.outline-none.border.border-gray-200.focus\:border-indigo-600.dark\:border-gray-800.dark\:focus\:border-indigo-600.focus\:ring-0.w-300 {
    width: 300px !important;
}
.page-wrapper .sidebar-wrapper .sidebar-menu li a i {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 1.8rem !important;
    width: 1.8rem !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: transparent !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.5rem !important;
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
}
.bg-white-600\/\[0\.02\] {
    background-color: rgb(255 255 255 / 2%) !important;
}
.page-wrapper .sidebar-wrapper .sidebar-menu li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    }
.page-wrapper .sidebar-wrapper {
    position: fixed;
    top: 0px;
    inset-inline-start: -250px;
    z-index: 999;
    height: 100vh;
    max-height: 100vh;
    width: 250px;
    }
    .page-wrapper.toggled .top-header {
    inset-inline-start: 251px;
}
span.bg-red-600\/10.dark\:bg-red-600\/20.text-red-600.text-\[12px\].font-bold.px-2\.5.py-0\.5.rounded.h-5.ms-1.processing {
    background: #afbae133 !important;
    color: #2a408f !important;
}
span.bg-red-600\/10.dark\:bg-red-600\/20.text-red-600.text-\[12px\].font-bold.px-2\.5.py-0\.5.rounded.h-5.ms-1.completed {
    background: #ecfdec !important;
    color: #074e07 !important;
}
a.py-1.px-4.inline-block.font-semibold.tracking-wide.border.align-middle.duration-500.text-sm.text-center.bg-indigo-600\/5.hover\:bg-indigo-600.border-indigo-600\/10.hover\:border-indigo-600.text-indigo-600.hover\:text-white.rounded-md.ms-2 {
    background: #d8371f !important;
    color: #fff !important;
}
.dash-box.overflow-hidden.bg-white {
    border-left: 3px solid #FF0000;
    border-radius: 3px;
    box-shadow: 2px 2px 6px 0px #00000040;
    margin-bottom: 20px;
    position: relative;
    height: 160px;
}
.s-btn {
    width: 100px !important;
    height: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    padding: 10px !important;
}
.rounded-md {
    border-radius: 2px !important;
    border: solid 1px #f5f5f5;
}
.dropzone {
    background: white;
    border-radius: 5px;
    border: 1px dashed rgb(42 64 143);
    border-image: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.dz-message.needsclick img {
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em auto;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}
.buttons {
  position: fixed;
  top: 0;
  right:0;
}
.grid-gap-20{
    grid-gap: 20px;
}
img.doc-icon {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
a.border.bg-indigo-600.hover\:bg-indigo-700.border-indigo-600.hover\:border-indigo-700.text-white.rounded-full {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 7px 12px !important;
    border-radius: 2px !important;
}
a.border.bg-indigo-600.hover\:bg-indigo-700.border-indigo-600.hover\:border-indigo-700.text-white.rounded-full:hover {
    background-color: #ffffff !important;
    border-color: #093c9b !important;
    color: #093c9b !important;
}
.max-h-\[525px\] {
    max-height
    : 525px !important;
}
button.dropdown-toggle.items-center.mt-4.pull-right {
    float: right;
}
.file-neme.font-medium {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #082c6f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
select.form-select.form-input {
    width: 300px !important;
}
.pull-right {
    float: right;
}
.righ-sidebar{
    height: calc(100vh - 105px);
    overflow: auto;
}
.invoice-col h6 {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-left: 10px;
    color: #082c6f;
}
.title-block{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.block-clr{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    align-self: center;
}
/* .invoice-col h6:before {
    position: absolute;
    content: "";
    background: #2e7d32;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: 5px;
    left: -16px;
} */
.invoice-col .red-bg:before {
    background: #e91e63;
}
.title{
    font-weight: 200;
    padding-bottom: 5px;
    display: flex;
}
p.text-slate-400 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    padding: 16px 16px;
    float: left;
    --tw-text-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    float: right;
    padding: 16px 16px;
    --tw-text-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
    display: flex;
    grid-gap: 18px;
    align-items: center;
}
.paginate_button.current {
    background: #2a408f;
    color: #fff;
    border-radius: 6px;
}
.paginate_button {
    padding: 6px 14px !important;
    cursor: pointer;
}
.button_dropdown {
    background: transparent !important;
    color: #2a408f !important;
    padding: 2px 10px !important;
}
.button_dropdown:disabled,
.button_dropdown[disabled]{
    border-color: #ccc!important;
    color: #ccc!important;
}
.link_disable{
    background-color: #ccc !important;
    border-color: #ccc !important;
}
input[type="file"] {
    position: absolute;
    right: -9999px;
    visibility: hidden;
    opacity: 0;
}
.file-upload label {
    position: relative;
    padding: 40px;
    background: #eee;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    background: white;
    border-radius: 5px;
    border: 1px dashed #2055B8;
    border-image: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 175px;
    text-align: center;
    cursor: pointer;
}
.upload-img {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.upload-text h4 {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
}
.upload-text p {
    color: #14141480;
    font-size: 16px;
    font-weight: 500;
}
.upload-img img {
    height: 36px;
}
.files {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    height: 176px;
}
.m-title{
    color: #082C6F !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.files ::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.files ::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.files ::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
}
.files ul {
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow: auto;
}
.files ul li {
    padding: 0.5rem 0;
    padding-right: 2rem;
    position: relative;
    border-bottom: solid 1px;
    margin-right: 10px;
    border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
    --tw-border-opacity: 1 !important;
}
.files ul li i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    color: #df263f;
}
.dropdown-menu.absolute.start-0.m-0.z-10.w-48{
    min-width: 140px !important;
    max-width: 140px !important;
}
.dropdown-menu.absolute.start-0.m-0.z-10.w-48.rounded-md.overflow-hidden.bg-white.dark\:bg-slate-900.shadow.dark\:shadow-gray-700.block a {
    font-size: 14px;
    padding: 8px !important;
}
span.file-size {
    color: #999;
    padding-left: 0.5rem;
}
.file-upload.row {
    margin-top: 30px;
}
.files h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.file-sidebar-inner a {
    margin-bottom: 10px;
}
.file-sidebar-inner {
    height: calc(100vh - 143px);
    overflow: auto;
    margin-right: 10px;
    margin: 10px;
}
.chat-h {
    position: relative;
    height: calc(100vh - 208px) !important;
}
.file-sidebar ::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.file-sidebar ::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.file-sidebar ::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
}

.map ::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.map ::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.map ::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
}
.notification-l .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.badge {
    position: relative;
}
.badge::before {
    position: absolute;
    content: "";
    height: 7px;
    left: 0;
    width: 7px;
    top: 0;
    border-radius: 100%;
}
.badge.completed-badge::before{
    background: #074e07 !important;
}
.badge.pending-badge::before{
    background: rgb(220 38 38) !important;
}
.badge.processing-badge::before{
    background: #2a408f !important;
}
.w-64 {
    width: 20rem !important;
}
.custom-accordion button {
    padding: 0 !important;
}
.custom-accordion button {
    padding: 15px !important;
    color: #082C6F !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.custom-accordion h2 {
    display: flex;
    border-bottom: solid 1px #e5e7eb;
}
.custom-accordion button.bg-gray-50 {
    background: #F5F9FF !important;
}
.custom-accordion .dropdown-menu.absolute.w-44 {
    max-width: 135px !important;
    min-width: 135px !important;
    padding: 7px 0;
    margin-top: 0 !important;
}
.custom-accordion .dropdown-menu a {
    color: #555 !important;
    font-size: 14px;
    font-weight: 400px;
    padding: 0px 10px !important;
}
.custom-accordion .dropdown-menu a:hover {
    color: #082C6F !important;
}
.hover\:bg-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    background-color: #082C6F !important;
}
.file-name{
    display: flex;
    align-items: center;
    grid-gap: 5px;
    flex:1;
}
.contexts {
    color: #082C6F;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.plus-btn {
    background: #093c9b;
    color: #fff;
    border:solid 1px #093c9b; 
    padding: 3px 8px;
    border-radius: 2px;
    font-size: 16px;
}
.plus-btn:hover {
    color:#093c9b;
    background: #fff;
}
.custom-accordion button span svg {
    height: 16px;
}
span.count {
    color: #89909E;
    font-weight: 400;
}
.md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
}
.md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
}
.md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
}
.md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
}
.md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
}
.submenu {
    padding-left: 30px;
}
.submenu li a {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #E8E8E8;
    padding: 8px;
    border-left: solid 3px #ffffff;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
}
.submenu li a svg{
    width: 14px;
    height: 14px;
}
.submenu .accordion-inner-delete svg{
    width: 12px;
    height: 12px;
}
.submenu a.active {
    background: #FFF6F6;
    color: #FF0000;
    border-left: solid 3px;
}
.submenu a.active svg path{
    stroke: #FF0000;
}
.submenu a:hover {
    background: #FFF6F6;
    color: #FF0000;
    border-left: solid 3px;
}
.submenu a:hover svg path{
    stroke: #FF0000;
}
.page-wrapper .page-content .layout-specing2 {
    min-height: calc(100vh - 66px) !important;
    position: relative !important;
    padding-top: 70px !important;
    padding-bottom: 10px !important;
}
.bg-light-theme {
    background-color: #F5F9FF !important;
    border-bottom: 1px solid #DEDEDE !important;
    height: 73px;
    display: flex;
    align-items: center;
}
main.page-content.bg-gray-50.dark\:bg-slate-800 {
    background: #f5f5f5 !important;
}
.preview-header h4 {
    color: #082C6F;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.preview-header p {
    color: #14141480;
    font-size: 16px;
    font-weight: 400;
}
.grid-gap-10{
    grid-gap: 10px !important;
}
.chat-container {
    background: #F5F9FF;
}
.user-img {
    width: 30px;
    height: 30px;
    background: #DDE4EF;
    border-radius: 50%;
    padding: 7px;
}
.user-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.question {
    color: #082c6f;
    font-size: 16px;
    font-weight: 400;
}
input.form-input{
    font-size: 16px;
    font-weight: 400;
}
.time {
    color: #14141480;
    font-size: 14px;
    font-weight: 400;
}
.chart-delete {
    background: #FFFFFF;
    padding: 7px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chart-delete img{
    width: 100%;
    height: 100%;
}
.desc-ic {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.flex.chat-body {
    background: #fff;
    width: 80%;
    margin-left: 20%;
    border-radius: 3px;
}
li.chat-list {
    margin-bottom: 10px;
}
.chat-list-heading {
    background-color: #F5F9FF;
    background: #ffffff;
    margin-bottom: 10px;
    width: 80%;
    border-radius: 3px;
}
p.chat-desc {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.day-divider {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #093C9B;
}
.day-divider::before, .day-divider::after {
    flex: 1;
    content: '';
    padding: 1px;
    background-color: #ccc;
    margin: 5px;
}
.date-field{
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 30px;
}
.bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: #f5f9ff !important;
}
.tabs {
    background-color: #F5F5F5 !important;
    border-radius: 10px;
}
.tabs .bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.tabs button {
    color: #141414B2 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 12px !important;
    border-radius: 10px !important;
}
.tabs .text-white {
    --tw-text-opacity: 1 !important;
    color: #141414 !important;
}
.max-w-lg {
    max-width: 60rem !important;
}
#delete-modal .max-w-lg {
    max-width: 30rem !important;
}
.delete-modal-body {
    text-align: center;
    margin: 0 auto;
}
.delete-modal-body svg{
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;
    height: 50px;

}
.delete-modal-body svg path{
    stroke: #FF0000;
}
select.form-select.form-input {
    width: 100% !important;
}
.tabs .text-dark {
    --tw-text-opacity: 1 !important;
    color: #14141480 !important;
}
.check-files{
    background: #F5F9FF;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
.accordion-delete {
    display: none;
}
.custom-accordion button.bg-gray-50 ~ .accordion-delete {
    display: block;
}
.accordion-inner-delete {
    display: none;
}
.submenu a.active .accordion-inner-delete {
    display: block;
}
.submenu a:hover .accordion-inner-delete {
    display: block;
}
h4.modal-title {
    color: #082c6f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.btn.btn-add {
    background: #093c9b;
    color: #ffffff;
    font-size: 14px;
    border: solid 1px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 20px;
    margin-right: 10px;
}
.btn.btn-add:hover {
    background: #ffffff;
    color: #093c9b;
}
.btn.btn-cancel {
    background: #ffffff;
    color: #141414;
    border: solid 1px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 20px;
}
input.form-input.ps-12.w-full.py-2.px-3.h-10.bg-transparent.dark\:bg-slate-900.dark\:text-slate-200.rounded.outline-none.border.border-gray-200.focus\:border-indigo-600.dark\:border-gray-800.dark\:focus\:border-indigo-600.focus\:ring-0 {
    border: solid 1px #DEDEDE !important;
    height: 50px !important;
}
select.form-select.form-input.mt-2.w-full.py-2.px-3.h-10.bg-transparent.dark\:bg-slate-900.dark\:text-slate-200.rounded.outline-none.border.border-gray-200.focus\:border-indigo-600.dark\:border-gray-800.dark\:focus\:border-indigo-600.focus\:ring-0 {
    border: solid 1px #DEDEDE !important;
    height: 50px !important;
}
label.form-check-label.text-slate-400 {
    color: #141414 !important;
}    
span#basic-addon1 {
    top: 8px !important;
    color: #14141480 !important;
}
.text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: #093C9B !important;
}
.z-50 {
    z-index: 999 !important;
}
.border-b {
    border-bottom-width: 1px !important;
    color: #093C9B !important;
}
.choose-files h5 {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
}
.panel-left {
    flex: 0 0 auto;
    /* only manually resize */
    width: 50%;
    /* min-width: 30%; */
    min-width: 440px;
}

.splitter {
    flex: 0 0 auto;
    width: 10px;  
    background: url(../images/vsizegrip.png) center center no-repeat #ffffff;
    min-height: 100%;
    cursor: col-resize;  
}

.panel-right {
    flex: 1 1 auto;
    /* resizable */
    width: 50%;
    min-width: 200px;
}
.block.h-logo {
    height: 45px;
}
.page-wrapper.toggled .block.h-logo{
    display: none !important;

}
.converse p {
    font-weight: 500;
    color: #082c6f !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
footer.py-2 {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.custom-accordion.accordion-open h2 {
    background: #F5F9FF !important;
}
footer .text-slate-400 {
    color: #093c9b !important;
    font-size: 12px!important;
}
.page-wrapper .page-content .layout-specing {
    min-height: calc(100vh - 66px) !important;
    position: relative !important;
    padding-top: 85px !important;
    padding-bottom: 10px !important;
}
.main-title {
    color: #093C9B !important;
    font-size: 24px !important;
}
h5.font-semibold.sec-title {
    font-size: 20px;
    color: #082c6f;
    font-weight: 600;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left;
    color: #082C6F !important;
    font-weight: 500;
}
.text-slate-400 {
    --tw-text-opacity: 1 !important;
    color: #141414 !important;
    font-size: 16px !important;
}
.file-sidebar-inner.standar-file-height {
    height: calc(100vh - 192px);
    overflow: auto;
    margin-right: 10px;
    margin: 10px;
}
.righ-sidebar button {
    background: whitesmoke;
    padding: 7px 12px !important;
    margin-right: 10px;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.border-bottom{
    border-bottom: 1px solid #dedede !important;
}
.view-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.view-sec a {
    background: #093c9b;
    color: #fff !important;
    border: solid 1px #093c9b;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-radius: 2px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    width: 85px;
    height: 35px;
    align-items: center;
    justify-content: center;
}
.view-sec a:hover {
    background-color: #ffffff;
    color: #093c9b !important;
}
a.bg-indigo-600.hover\:bg-indigo-700.border-indigo-600.hover\:border-indigo-700.text-white.rounded-md.view:hover {
    background-color: #ffffff !important;
    border-color: #093c9b !important;
    color: #093c9b !important;
}
span.counter-value {
    color: #082C6F !important;
    font-size: 24px;
    font-weight: 500;
}
span.text-slate-400.font-semibold.block {
    color: #082C6F !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0;
    background: #F5F9FF;
}
.page-wrapper .sidebar-wrapper .sidebar-brand > a, .page-wrapper .sidebar-wrapper .sidebar-menu li a{
     color: #093C9B !important;
}
.simplebar-mask  li{
    margin:10px 0;
}
.simplebar-mask  li.active a {
    color: #093C9B !important;
    background: #ffffff;
}
.page-wrapper .sidebar-wrapper .sidebar-menu li.active > a, .page-wrapper .sidebar-wrapper .sidebar-menu li:active > a, .page-wrapper .sidebar-wrapper .sidebar-menu li:active > a:before, .page-wrapper .sidebar-wrapper .sidebar-menu li:hover > a:before, .page-wrapper .sidebar-wrapper .sidebar-menu li.active > a:before, .page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a, .page-wrapper .sidebar-wrapper .sidebar-brand > a:hover {
    --tw-text-opacity: 1 !important;
    color: #093C9B !important;
    border-left: solid 3px #ff0000 !important;
}
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover > a{
    --tw-text-opacity: 1 !important;
    color: #093C9B !important;
    border-left: solid 3px #093C9B !important;
    background-color: #ffffff;
}
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: solid 2px #ff0000;
}
ul#right_tab {
    border-bottom: solid 2px #e5e7eb;
    padding-bottom: 0px;
}
ul#right_tab button.bg-indigo-600{
      border-bottom: solid 3px red !important;
}
h3.text-lg.font-semibold.border-b.py-3 {
    color: #082C6F !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
#chat-loader {
    position: absolute;
    bottom: 8rem;
    margin-left: 30px;
    margin-right: auto;
}

#circleWrapper {
    width: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.circle {
    position: relative;
    height: 8px;
    width: 8px;
    margin-left: 2px;
    margin-right: 2px;
    top: 15px;
    background: darkgray;
    display: inline-block;
    border-radius: 50%;
}

.circle {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#circle1 {
    animation-name: circle1;
}

#circle2 {
    animation-name: circle2;
}

#circle3 {
    animation-name: circle3;
}

@-webkit-keyframes circle1 {
    0% {
        top: 15px;
    }
    15% {
        top: 5px;
    }
    25% {
        top: 15px;
    }
}

@-webkit-keyframes circle2 {
    10% {
        top: 15px;
    }
    25% {
        top: 5px;
    }
    35% {
        top: 15px;
    }
}

@-webkit-keyframes circle3 {
    15% {
        top: 15px;
    }
    30% {
        top: 5px;
    }
    40% {
        top: 15px;
    }
}
button.bg-white.bg-gray-50.dark\:bg-slate-800.text-indigo-600 {
    background: #fff !important;
}
.table.table-striped {
  border-collapse: collapse;
  width: 100%;
}
.table.table-striped th {
    background: #cbe0f3;
    color: #141414 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    padding: 15px;
    border: none;
    text-transform: uppercase;
}
.table.table-striped td {
  color: #141414 !important;
  font-size: 16px !important;
  font-weight: 400;
  text-align: left;
  padding: 15px;
  border: none;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
    background: #fff !important;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
    background: #f1f8ff !important;
}
@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2 !important;
        width: 130px !important;
    }
    .md\:col-span-9 {
        grid-column: span 9 / span 9 !important;
    }
    .w-600{
        width: 600px;
    }
}
@media screen and (min-width: 1025px){
    .page-wrapper.toggled .page-content {
        -webkit-padding-start: 300px;
        padding-inline-start: 250px;
    }
}

#overlay{	
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.dz-preview{
    display: flex;
}
.dz-image-preview .dz-image,.dz-image-preview .dz-success-mark, .dz-image-preview .dz-error-mark{
    display: none;
}
.dz-image-preview .dz-details{
    display: flex;
    flex: 1
}
.dz-image-preview .dz-details .dz-size{
    padding-right: 10px
}
.alert-error{
    color: red
}
#chatbody{
    padding: 20px 10px;
    height:calc(100vh - 215px);
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.topic_error, .file_error{
    color: red;
    font-size: 14px;
}
.file_cont{
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
}
#ext_file_list{
    height: calc(100vh - 40rem);
    overflow: scroll;
}
.mdl_error{
    font-size: 14px;
    color: red;
    margin-top: 10px;
    display: none;
}