body {
    font-family: "Montserrat";
    margin: 0px;
    padding: 0px;
    color: var(--textcolor);
    background: var(--lighgreybg);
}
/* body, html {overflow-y: hidden;} */
@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Regular.eot");
    src: url("../font/Montserrat-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../font/Montserrat-Regular.woff2") format("woff2"),
        url("../font/Montserrat-Regular.woff") format("woff"),
        url("../font/Montserrat-Regular.ttf") format("truetype"),
        url("../font/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.eot");
    src: url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        url("../font/Montserrat-Bold.woff2") format("woff2"),
        url("../font/Montserrat-Bold.woff") format("woff"),
        url("../font/Montserrat-Bold.ttf") format("truetype"),
        url("../font/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 30px;
    color: var(--textcolor);
    font-family: "Montserrat-Bold";
}
h2 {
    font-size: 34px;
    color: var(--textcolor);
    font-family: "Montserrat-Bold";
}
h3 {
    font-size: 30px;
    color: var(--textcolor);
    font-family: "Montserrat-Bold";
}
h4 {
    font-size: 26px;
    color: var(--textcolor);
    font-family: "Montserrat-Bold";
}
h5 {
    font-size: 22px;
    color: var(--textcolor);
    font-family: "Montserrat-Bold";
}
h6 {
    font-size: 18px;
    color: var(--textcolor);
    font-family: "Montserrat-Bold";
}
p {
    font-size: 16px;
    color: var(--textcolor);
}
a {
    color: var(--textlink);
    text-decoration: none;
    font-size: 16px;
}
.mt_30 {
    margin-top: 30px;
}
.mb_30 {
    margin-bottom: 30px;
}
.darkgrytext {
    color: var(--darkgreytext);
}
.bgmdblue {
    background: var(--bgmdblue);
}
:root {
    --textcolor: #282828;
    --lightskybluebg: #f3f7f8;
    --blueborder: #48b8f4;
    --greybg: #e7e8ec;
    --greyborder: #e7e8ec;
    --whitebg: #ffffff;
    --greytext: #b8b8b8;
    --darkgreytext: #555555;
    --borderradious: 10px;
    --textlink: #336aea;
    --btnprimary: #b7c74b;
    --btnprimaryHover: #c3db87;
    --btnsecondary: #336aea;
    --btnsecondaryHover: #0077b5;
    --bluebg: #336aea;
    --lighgreybg: #f9f9f9;
    --mediumgraybg: #dae3e2;
    --bgmdblue: #48b8f4;
}

.text-dark {
    color: var(--textcolor);
}
.form-control {
    font-size: 16px;
    color: var(--textcolor);
    padding: 6px 20px;
    background: var(--whitebg);
    border-radius: var(--borderradious);
}

.form-control#uploadDocument {
    padding: 0.375rem 0.75rem;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.blueborder {
    border: 1px solid var(--blueborder);
}

.btn-primary {
    color: var(--textcolor);
    background-color: var(--btnprimary);
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    border: 0px;
    line-height: normal;
    font-weight: 600;
}
.btn-primary:hover {
    color: var(--textcolor);
    background-color: var(--btnprimaryHover);
}
.btn-primary:active {
    color: var(--textcolor);
    background-color: var(--btnprimary);
}
.btn-primary:focus {
    color: var(--textcolor);
    background-color: var(--btnprimary);
    box-shadow: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
    color: var(--textcolor);
    background-color: var(--btnprimary);
}

.btn-secondary {
    color: var(--whitebg);
    background-color: var(--btnsecondary);
    padding: 7px 40px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: capitalize;
    border: 0px;
    line-height: normal;
    font-weight: 600;
}
.btn-secondary:hover {
    color: var(--whitebg);
    background-color: var(--btnsecondaryHover);
}
.btn-secondary:active {
    color: var(--whitebg);
    background-color: var(--btnsecondary);
}
.btn-secondary:focus {
    color: var(--whitebg);
    background-color: var(--btnsecondary);
    box-shadow: none;
}
.btn-secondary:disabled,
.btn-secondary.disabled {
    color: var(--whitebg);
    background-color: var(--btnsecondary);
}

.btn-white {
    color: var(--textlink);
    background-color: var(--whitebg);
    padding: 9px 50px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
    border: 0px;
    line-height: normal;
    font-weight: 500;
}
.btn-white:hover {
    color: var(--textlink);
    background-color: var(--whitebg);
}
.btn-white:active {
    color: var(--textlink);
    background-color: var(--whitebg);
}
.btn-white:focus {
    color: var(--textlink);
    background-color: var(--whitebg);
    box-shadow: none;
}
.btn-white:disabled,
.btn-secondary.disabled {
    color: var(--textlink);
    background-color: var(--whitebg);
}

.btn-info {
    color: var(--whitebg);
    background-color: var(--btnprimary);
    padding: 4px 40px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: capitalize;
    border: 0px;
    line-height: normal;
    font-weight: 600;
}
.btn-info:hover {
    color: var(--whitebg);
    background-color: var(--btnprimaryHover);
}
.btn-info:active {
    color: var(--whitebg);
    background-color: var(--btnprimary);
}
.btn-info:focus {
    color: var(--whitebg);
    background-color: var(--btnprimary);
    box-shadow: none;
}
.btn-info:disabled,
.btn-info.disabled {
    color: var(--whitebg);
    background-color: var(--btnprimary);
}

#maincontainer {
    width: 100%;
    height: 100%;
}
header {
    background: var(--whitebg);
    transition: margin-left 0.3s ease-in-out;
    margin-left: 0px;
    box-shadow: 0px 3px 4px 0px rgb(209 207 207);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(209 207 207);
    -moz-box-shadow: 0px 3px 4px 0px rgba(209, 207, 207, 1);
    border-bottom: 0px;
    height: auto !important;
    padding: 0px 0px 0px 20px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.heading_search {
    position: relative;
}
.heading_search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: auto;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
    color: var(--greytext);
}
.navbar-expand {
    justify-content: space-between;
}
.heading_search .form-control {
    padding: 6px 20px 6px 40px;
    border-radius: 10px;
    border: 1px solid var(--greyborder);
    background: var(--lighgreybg);
}
.navbar-nav li #localeSelect {
    padding: 0.25rem 2.25rem 0.25rem 0.75rem !important;
    margin-top: 7px;
}
.navbar-nav li.dropdown {
    margin-left: 10px;
}
.navbar-nav li.dropdown a.dropdown-toggle {
    color: var(--textcolor);
}
.navbar-nav li.dropdown a {
    font-size: 14px;
    font-weight: bold;
}
.navbar-expand .navbar-nav .dropdown-menu {
    right: -10px;
}
.navbar-expand .navbar-nav .dropdown-menu li a.profile span {
    font-size: 14px;
}
.profile {
    position: relative;
    float: left;
    margin-right: 10px;
}
.profile span {
    font-size: 16px;
    color: var(--textcolor);
    font-weight: bold;
    display: flex;
    text-align: left;
}
.profile span i {
    margin-right: 10px;
}
.profile span + span {
    color: var(--greytext);
    font-weight: normal;
}
.profile-ava {
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #f6f8ee;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f6f8ee;
    margin: 0 10px 0 0;
}
.profile-ava i {
    vertical-align: middle;
    color: var(--btnprimary);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-right: 0px !important;
}
#main-content {
    margin-left: 330px;
    min-height: 100vh;
}
.main_wrapper {
    display: inline-block;
    margin-top: 50px;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    background: var(--lighgreybg);
}
.toggle_nav {
    position: absolute;
    right: -10px;
    top: 40px;
    background: var(--bluebg);
    padding: 0px 7px;
    border-radius: 50%;
    z-index: 555;
    width: 22px;
    height: 22px;
}
.toggle_nav i {
    color: var(--whitebg);
}
#maincontainer.sidebar-closed .toggle_nav i {
    transform: rotate(180deg);
}
.fa-fw {
    width: auto;
}
.main-sidebar #sidebar {
    background: #f8f8f8 !important;
    height: 80vh;
    float: left;
    margin-top: 123px;
    position: relative;
    width: 310px;
    box-shadow: none;
    border: 1px solid var(--greyborder);
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 90px;
}
.sidebar-closed #sidebar {
    width: 85px;
}
.upgradeplan {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: var(--greybg);
    border-radius: 0 0 10px 10px;
}
.upgradeplan a span {
    font-size: 16px;
}
.upgradeplan a {
    color: var(--textcolor);
    font-weight: 700;
    padding: 10px 8px;
}
.upgradeplan a span {
    margin-left: 5px;
}
.sidebar-closed .upgradeplan a span {
    display: none;
}
.scrollbar {
    float: left;
    height: calc(100vh - 174px);
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}

.breadcrumb {
    width: 100%;
    float: left;
    margin: 10px 0 0px;
    padding: 0 0 10px 0;
    font-size: 14px;
    border-radius: 0;
    border-bottom: 1px solid var(--mediumgraybg);
}
.breadcrumb-item a span {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: normal;
}
.breadcrumb-item a img {
    margin-right: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-weight: 900;
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
    line-height: 26px;
    color: var(--textcolor);
}
.breadcrumb-item span {
    color: var(--textlink);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

footer {
    background: var(--mediumgraybg);
    width: 100%;
    float: left;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
footer .rightsection {
    float: left;
}
footer .rightsection ul {
    padding: 0px;
    margin: 0px;
    float: left;
}
footer .rightsection ul li {
    list-style-type: none;
    line-height: normal;
    border-right: 1px solid var(--textcolor);
    padding: 0 10px;
    float: left;
    font-weight: 600;
}
footer .rightsection ul li a {
    color: var(--textcolor);
}
footer .rightsection ul li:last-child {
    border-right: none;
    padding-right: 0px;
}
#heading_search {
    display: none;
}
.whitebgcontainer {
    background: var(--whitebg);
    border-radius: var(--borderradious);
    padding: 30px;
}
.table thead tr th,
.table tbody tr td {
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: 400;
    vertical-align: middle;
}
.next_pagination {
    background-color: var(--bluebg);
    border-radius: 5px;
    color: white;
    /* margin-left: 15px; */
    font-size: 12px;
    width: 40px;
    height: 34px;
    border: none;
}
.next_pagination:hover {
    background-color: var(--btnsecondaryHover);
}
.previous_pagination {
    border-radius: 5px;
    border: 1px solid var(--bluebg);
    font-size: 12px;
    color: #316be7;
    width: 40px;
    height: 34px;
}
.previous_pagination:hover {
    background-color: var(--btnsecondaryHover);
    color: white;
}
.previous_pagination:disabled {
    border-color: var(--bluebg);
}
.dropdown_cont_bg {
    background-color: #1c7daa;
    border-radius: 10px 10px 0 0;
    padding: 0 20px 0 20px;
}
.modal-header .btn-close {
    background: url(../images/close.png) no-repeat right center;
}
.common-button {
    padding: 7px 22px;
    border-radius: 5px;
    font-weight: 200;
    font-size: 14px;
}
.bginfo :hover {
    background-color: var(--bluebg);
    color: #ffffff;
}
.updcanbtn {
    padding: 7px 22px;
    border-radius: 5px;
    font-weight: 200;
    background-color: var(--bluebg);
    font-size: 14px;
}
.updcanbtn:hover {
    background-color: var(--btnsecondaryHover);
}
/*-----------------------------COMMON CSS----------------------------*/

/* .login_container {position: fixed;top: 50%;transform: translate(0, -50%);margin: 0 auto;-webkit-transform: translate(0, -50%);width: 100%;} */
.login_container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
}
.login {
    background: var(--lightskybluebg);
    z-index: 1;
    border-radius: var(--borderradious);
    position: relative;
    max-width: 1157px;
    margin: 0 auto;
    transition: 0.32s all ease-in-out;
    box-shadow: 0px 5px 8px #00000014;
}
.loginleft {
    padding: 60px 98px 60px 100px;
    border-radius: 10px 0 0 10px;
    float: left;
    width: 100%;
    text-align: center;
}
.loginleft h3 {
    font-weight: 600;
}
.loginleft .loginheader p {
    color: var(--greytext);
    font-size: 14px;
}
.loginleft span {
    text-transform: uppercase;
}
.loginleft span::before {
    background: var(--greybg);
    content: "";
    height: 1px;
    display: inline-block;
    width: 43%;
    margin-right: 10px;
    margin-bottom: 5px;
}
.loginleft span::after {
    background: var(--greybg);
    content: "";
    height: 1px;
    display: inline-block;
    width: 43%;
    margin-left: 10px;
    margin-bottom: 5px;
}
.loginright {
    float: left;
    width: 100%;
    border-radius: 0 10px 10px 0;
    background: var(--bluebg);
}
.loginright .rightinner {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 50px;
}
.loginright .rightinner img {
    margin-bottom: 80px;
}
.loginleft a.otherlogin {
    border-radius: var(--borderradious);
    border: 1px solid var(--bluebg);
    padding: 7px 30px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
    color: var(--textcolor);
}
.loginleft a.otherlogin span {
    text-transform: initial;
    margin-left: 15px;
}
.loginleft a.otherlogin span::before,
.loginleft a.otherlogin span::after {
    content: normal;
    display: none;
    margin-left: 15px;
}
ul.loginfooter {
    width: 100%;
    float: left;
    margin: 30px 0px 0;
    padding: 0px;
    text-align: center;
}
ul.loginfooter li {
    list-style: none;
    border-right: 1px solid var(--textcolor);
    display: inline-block;
    padding: 0 5px;
    line-height: normal;
}
ul.loginfooter li a {
    color: var(--textcolor);
}
ul.loginfooter li:last-child {
    border-right: none;
}
/*-----------------------------LOGIN CSS----------------------------*/
.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatbox .card-body {
    min-height: 600px;
    overflow-y: auto;
}

/*-----------------------------CHATBOX CSS----------------------------*/

.drop_down_padd {
    padding: 15px 10px 15px 0;
    width: auto;
}
.table_cell_padd {
    padding: 30px;
}
.dropdown_cont_bg {
    background-color: #1c7daa;
    border-radius: 10px 10px 0 0;
}
.add_lease_btn {
    background-color: var(--bluebg);
    width: 200px;
    height: 45px;
}
.table_head_bg {
    background-color: #47b8f4;
}
.next_pagination {
    background-color: var(--bluebg);
}
/*-----------------------------Lease document Analysis----------------------------*/

.spacing_btn {
    margin: 10px;
}
.blue_bg {
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    float: left;
    background: var(--bluebg);
}
.whitebtn {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    color: #6a27d9;
    border: 0px;
    font-size: 12px;
    font-weight: 600;
}
.userimgalign {
    display: flex;
    justify-content: center;
    align-items: center;
}
.userImage {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
}
.table-right-left-border table thead th:last-child {
    border-top-right-radius: 10px;
}
.table-right-left-border table thead th:first-child {
    border-top-left-radius: 10px;
}
.table-right-left-border table thead th {
    background-color: #187cab;
    color: #fff;
}
/*-----------------------------Setting-Admin-page----------------------------*/
.cardfont {
    font-size: 14px;
}
/*-----------------------------Profile Page----------------------------*/

/* Custom tooltip styling */
.custom-tooltip {
    --bs-tooltip-bg: #dae3e2;
    --bs-tooltip-color: var(--textcolor);
    --bs-tooltip-opacity: 1;
}
/* Custom tooltip inner styling */
.custom-tooltip .tooltip-inner {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
}

.custom-tooltip .tooltip-inner ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}

.custom-tooltip .tooltip-inner ul li {
    margin-bottom: 5px;
    text-align: left;
}

.btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.logo {
    height: 50px;
}

.page-title-heading {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* dashboard---------------------------*/
/* .stats-border{border-left: 5px solid rgb(255 255 255 / 50%);padding-left: 25px;} */
.media {
    padding: 25px 20px;
    border-radius: 15px;
    width: 100%;
}
.bg_purple {
    background-color: #82669f;
}
.bg_yellow {
    background-color: #ffc701;
}
.bg_drkblue {
    background-color: #1d8acf;
}
.bg_green {
    background-color: #8ac34a;
}
.bg_lightblue {
    background-color: #00bcd5;
}
.gradient-div {
    background: linear-gradient(to top, #dceaef, rgba(255, 255, 255, 0));
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 60px 10px 10px;
}
.cardborderrad {
    border-radius: 10px;
}

/*-----------------------------Chatbot-performance-dashboard---------------------------*/


#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom_pagination_btn{
    padding: 7px 10px;
}

#downloadSamplesBtn{
    display: none;
}


/* .unstructured-response-background{
    background-color: #a3b33b;
}

.structured-response-background{
   background-color: #007bff;
} */



.unstructured-response-background{
    background-color: #a3b33b;
}

.structured-response-background{
   background-color: #007bff;
}