@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --text-color: #1E1E1E;
    --text-red: #CE2528;
    --text-label-title: #585858;
    --border-color: #C1C1C1;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--text-red);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--text-red);
}

.mb_search_bar {
    display: none;
}

.dark_style {
    display: none;
}

.mb_navbar_logo {
    display: none;
}

.login_main_wrap .authentication-inner .auth-cover-bg {
    margin: 1.5rem 1.5rem 1.5rem;
}

body .authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
    max-height: 100%;
    width: 100%;
    margin: 0 !important;
    height: 100vh;
}

.login_main_wrap .app-brand-logo.demo,
.login_main_wrap .app-brand-logo.demo svg,
.login_main_wrap .app-brand-logo.demo img {
    width: 158px;
    height: 110px;
}

.login_main_wrap .main_logo {
    justify-content: center;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right_side_login {
    width: 100%;
    max-width: 520px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn {
    font-weight: bold !important;
}

.login_title {
    font-family: "Plus Jakarta Sans", serif;
    color: #000000;
    margin: 0 0 48px;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: center;
}

.right_side_login .form-label {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin: 0 0 6px;
}

.right_side_login .input-group .form-control {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-label-title);
    padding: 18px 22px;
    border-color: #C1C1C1;
    border-radius: 10px;
}

.right_side_login .input-group .form-control::placeholder {
    color: var(--text-label-title);
}

.right_side_login .input-group:focus-within .input-group-text {
    border-color: #C1C1C1;
}

.right_side_login .input-group .input-group-text {
    border-color: #C1C1C1;
}

.right_side_login .login_input {
    margin-bottom: 20px;
}

.right_side_login .form-password-toggle.login_input {
    margin-bottom: 24px;
}

.right_side_login .right_side_form .sign-in-btn,
.sign-in-btn {
    padding: 18px;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background: linear-gradient(0deg, #000000 -21.67%, #2F2F2F 73.33%);
    border-radius: 10px;
    border-color: var(--text-color);
}

.right_side_login .right_side_form .sign-in-btn:hover {
    background: #fff !important;
    border-color: #000000 !important;
    color: #000 !important;
}

.right_side_login .right_side_form .sign-in-btn {
    transition: 0.5s ease;
}

.right_side_login .forgot_pass {
    margin: 24px 0 0;
    color: var(--text-red);
    display: block;
    text-align: end;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.rems_btm {
    width: 100%;
}

.rems_btm p {
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-label-title);
    margin: 0;
}

.rems_btm p a {
    color: #000000;
}

.login_main_wrap form .error:not(li):not(input) {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
}

.login_main_wrap .authentication-inner.row {
    align-items: center;
}

.login-left.col-lg-6 {
    width: 40%;
}

.login-right.col-lg-6 {
    width: 60%;
    height: 100vh;
}

.rems_btm p a {
    text-decoration: underline;
}

.password_main_wrap .login_title {
    margin: 0 0 16px;
}

.password_main_wrap .right_side_login {
    max-width: 590px;
}

.forgot_details .login-text {
    text-align: center;
}

.navbar_search {
    width: 100%;
    max-width: 575px;
    position: relative;
}

.navbar_search input {
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    width: 100%;
    padding: 10px 16px 10px 44px;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.navbar_search input::placeholder {
    color: var(--border-color)
}

.navbar_search a {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.navbar_search a svg {
    width: 18px;
    height: 18px;
}

.navbar_search input:focus-visible {
    box-shadow: none;
    border: 1px solid #C1C1C1;
    outline: none;
}

.navbar_search a img {
    width: 24px;
    height: 24px;
}

.navbar_search .search-container {
    margin: 0;
}

body .layout-navbar.main_navbar {
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
    width: 100%;
}

.main_navbar .navbar-nav {
    gap: 18px;
}

.main_navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.main_navbar.layout-navbar .navbar-dropdown .badge-notifications {
    top: -2px;
    left: 22px;
}

.dropdown_users .dropdown-toggle {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user_name_dls p {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 0px;
    color: var(--text-color);
}

.user_name_dls span {
    font-family: Plus Jakarta Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-label-title);
}

.dropdown_icon {
    transition: ease 0.5s;
}

.main_navbar .navbar-nav .nav-item .nav-link.show .dropdown_icon {
    transform: rotate(-180deg);
}

.bg-menu-theme .menu-inner .menu-item>.menu-link.menu-toggle div,
.bg-menu-theme .menu-inner .menu-item>.menu-link.menu-toggle-crm div {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle div,
.bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle-crm div {
    color: var(--text-red);
}

.menu-sub .menu-link div {
    color: var(--text-label-title);
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

body .app-brand.demo .app-brand-text {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-left: 18px !important;
}

body .left_dashboard_wrap.layout-menu {
    position: fixed;
    height: 100vh;
    overflow: unset;
}

.left_dashboard_wrap .app-brand-link {
    gap: 0;
}

.left_dashboard_wrap .menu-inner.py-1.overflow-auto {
    overflow: hidden !important;
}

.menu-vertical .menu-inner {
    margin: 18px 0 0;
    gap: 8px;
}

body .left_dashboard_wrap.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
    content: '';
    background-image: url('../../assets/img/icons/sidebar/left_sidebar.svg');
    background-size: cover;
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    bottom: 15px;
}

body .menu-vertical.left_dashboard_wrap .menu-sub .menu-item {
    margin: 0;
}

body .menu-vertical.left_dashboard_wrap .menu-sub {
    margin-top: 0;
}

body .left_dashboard_wrap.bg-menu-theme .menu-item.open .menu-sub::after {
    content: '';
    top: 0px;
    left: 34px;
    width: 2.5px;
    position: absolute;
    background-color: #C1C1C1;
    bottom: calc(34px - 2px - -10px / 2);
}

.menu-item.open>.menu-sub {
    position: relative;
    margin: 10px 0 0;
}

body .menu-vertical.bg-menu-theme .menu-sub .menu-link {
    padding-left: 4.5rem;
}

.footer-container div {
    color: var(--text-label-title);
    font-size: 13px;
    line-height: normal;
}

.enquiry_title {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.app-ecommerce .breadcrumb {
    margin-bottom: 1rem;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb li {
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-top: -5px;
}

.breadcrumb-item.active {
    font-size: 16px;
    line-height: normal;
}

.breadcrumb-item.active a {
    font-size: 16px;
    line-height: normal;
    color: var(--bs-breadcrumb-item-active-color);
    font-weight: 600;
}

body .breadcrumb-item.active a:not(:hover, :focus) {
    color: var(--bs-breadcrumb-item-active-color);
}

.breadcrumb-item.active::before {
    margin-top: -2px;
}

.breadcrumb {
    align-items: center;
}

.right_enquiry_form.row,
.right_enquiry_form.row form,
.right_enquiry_form.row form .col-12.col-lg-12 {
    margin: 0;
    padding: 0;
}

.card-title {
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.right_enquiry_form .form-label,
.filter_modal .form-label,
.reset_modal_wrap form .form-label,
.modal-enquiry-transfer form .form-label,
.employee_audit_wrap .form-label {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.requried-label {
    color: #FF0D00;
}

.right_enquiry_form .budget_range .form-label {
    display: flex;
}

.right_enquiry_form .budget_range .form-label .requried-label {
    width: auto;
    margin-left: 1px;
    line-height: normal;
}

.right_enquiry_form .form-control,
.right_enquiry_form .form-select,
body .select2-container--default .select2-search--inline .select2-search__field,
.dataTables_filter .form-control,
.right_user_form .form-control,
.right_user_form .form-select,
.filter_modal .form-select,
.filter_modal .form-control,
.table_role_manage .form-control,
.table_role_manage .form-select,
.modal-enquiry-transfer form .form-select,
.employee_audit_wrap .form-select,
.employee_audit_wrap .form-control,
body div.dataTables_wrapper div.dataTables_filter input,
.property_confi table tr td,
html.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    padding: 14px 16px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 #0C0C0D0D;
    border-color: var(--border-color);
    margin: 0;
}

html.light-style .select2-container--default .select2-selection--single {
    height: unset;
}

html.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
}

#customer-email {
    text-transform: lowercase;
}

.customer_information .col-lg-3.col-md-4 .btn.btn-primary {
    padding: 14px 16px;
}

body .form-control::placeholder {
    color: var(--border-color);
    font-weight: 300 !important;
}

.right_user_form .card-body .row {
    row-gap: 16px;
}

body .dataTables_filter .form-control {
    font-size: 13px;
    padding: 10px 16px;
    line-height: normal;
    width: 100%;
    color: var(--text-color);
}

body div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
}

.table_role_manage .dataTables_filter,
.table_role_manage .dataTables_filter label {
    width: 100%;
    max-width: 450px;
}

.table_role_manage .enquiry_con_list .btn-primary {
    height: 100%;
    line-height: normal;
}

body .table_role_manage div.dataTables_wrapper div.dataTables_filter {
    margin-top: 0;
    margin-bottom: 0;
}

.light-style body .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin: 0;
    max-height: 60px;
    overflow-y: scroll;
}

.light-style body .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    width: 5px;
}

.light-style body .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
    box-shadow: none;
}

.right_enquiry_form textarea.form-control {
    height: auto;
}

.right_enquiry_form .form-control::placeholder,
.light-style body .select2-container--default .select2-search--inline .select2-search__field::placeholder,
.dataTables_filter .form-control::placeholder {
    color: var(--border-color);
    font-weight: 400;
}

.light-style body .select2-container--default .select2-selection {
    border-radius: 10px;
    border-color: var(--border-color);
}

.right_enquiry_form .customer_information .input-group .form-select {
    width: 25%;
    color: var(--text-color);
    border-radius: 10px 0px 0 10px;
}

.right_enquiry_form .customer_information .input-group .form-select:focus {
    border-right: none;
    box-shadow: none;
}

.right_enquiry_form .customer_information .input-group .form-control {
    width: 75%;
    border-left: none;
    box-shadow: none;
    padding-left: 22px;
}

.right_enquiry_form .customer_information .input-group .form-control.is-invalid {
    border-left: 1px solid #ea5455;
}

.right_enquiry_form table {
    border: 1px solid transparent;
    border-radius: 10px;
}

.right_enquiry_form table thead tr {
    background: #FAFBFC;
}

.right_enquiry_form table thead tr th,
.table_role_manage table th,
.enquiry_list_form table th,
.project-view .property_row_wrap .table tr th {
    letter-spacing: 0;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-label-title);
    text-transform: capitalize;
}

body .enquiry_list_form div.dataTables_wrapper div.dataTables_length {
    margin-top: 0;
    margin-bottom: 0;
}

.enquiry_list_form_header {
    padding: 14px 0;
}

.enquiry_list_form_header .form-select {
    line-height: 26px;
}

.enquiry_list_form div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.right_enquiry_form .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #C1C1C180;
}

div.dataTables_wrapper .card-header {
    padding: 16px 24px;
}

td.clent_requirement_wrap {
    height: 180px;
}

#layout-navbar {
    /* width: 100%;
    position: relative;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease; */
}

#layout-navbar.sticky {
    transform: translateY(0);
    position: sticky;
    top: 0;
    background: #fff;
    /* or any background color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.table_role_manage thead {
    background-color: #FAFBFC;
}

.table_role_manage tr td span,
.table_role_manage tr td  {
    font-size: 13px;
    color: var(--text-label-title);
    font-weight: 400 !important;
}

.right_enquiry_form .btn.btn-label-danger {
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.right_enquiry_form .btn.btn-label-danger i {
    font-size: 24px;
}

.right_enquiry_form .btn.btn-label-danger:hover {
    background: transparent !important;
}

.right_enquiry_form table tfoot .btn.btn-primary {
    box-shadow: none;
}

.right_enquiry_form tfoot {
    background: #FAFBFC;
    border-top: 1px solid #C1C1C180;
}

.right_enquiry_form tfoot td {
    padding: 0;
}

.right_enquiry_form tfoot td button {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--text-red);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 8px;
    border-top: 1px solid #C1C1C180;
    border-radius: 0 0 10px 10px;
}

.right_enquiry_form tfoot td button i {
    font-size: 13px !important;
}

.right_enquiry_form tfoot td button:hover,
.right_enquiry_form tfoot td button:focus,
.right_enquiry_form tfoot td button:active {
    background-color: transparent !important;
    border-color: #C1C1C180 !important;
    color: var(--text-red) !important;
}

.right_enquiry_form tfoot td button i {
    font-weight: 600;
}

.contact_cards .card-header {
    padding-top: 0;
}

.right_enquiry_form .contact_cards .card-header {
    padding-top: 0;
}

.budget_range .input-group .form-control {
    width: 50%;
}

.budget_range .input-group .form-select {
    background-color: #F5F5F7;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    padding: 14px;
    border-left: none;
    box-shadow: none;
    width: 10%;
    border-radius: 0 10px 10px 0;
}

.budget_range {
    align-items: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.budget_range .col-md-5 {
    width: 45%;
}

.form-check .form-check-label {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    text-transform: capitalize;
}

.edit_update_btn {
    text-align: end;
    gap: 14px;
    display: flex;
    justify-content: end;
}

.btn_frp_btm .btn-primary {
    background-color: var(--btn-bg);
    border-color: var(--border-color-check);
    font-size: 13px;
    line-height: normal;
}

.btn_frp_btm .btn-label-primary {
    border-color: var(--border-color-check);
    background: #ffffff;
    color: var(--text-red);
}

.btn_frp_btm .btn-primary:hover {
    background: transparent !important;
    border-color: var(--border-color-check) !important;
    color: var(--text-red) !important;
}

body .btn-primary:hover,
body div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-image: unset;
}

.btn_frp_btm .btn-label-primary:hover {
    background-color: var(--btn-bg) !important;
    color: #ffffff !important;
}

.btn_frp_btm .btn-label-secondary,
.edit_update_btn .btn.btn-label-secondary,
.filter_modal .btn-label-secondary,
body .btn-label-secondary {
    background: transparent;
    color: var(--text-red);
    border-color: var(--border-color-check);
    font-size: 13px;
    line-height: normal;
}

.btn_frp_btm .btn-label-secondary:hover,
.edit_update_btn .btn.btn-label-secondary:hover,
.filter_modal .btn-label-secondary:hover,
body .btn-label-secondary:hover {
    background: var(--text-red) !important;
    color: #ffffff !important;
}

.budget_range .row {
    align-items: start;
}

.budget_range .row span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: normal;
}

.mb_search_bar .primary {
    width: 100%;
}

.mb_search_bar .secondary {
    background: #fff;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 1;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(85, 80, 80, 0.29);
}

.mb_search_bar .search {
    color: #000;
    font-size: 150%;
    right: 30px;
    top: 25%;
    cursor: pointer;
}

.mb_search_bar .secondary ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0;
    padding: 8px 16px;
    margin: 0;
    align-items: center;
}

.mb_search_bar .secondary ul li {
    list-style-type: none;
}

.mb_search_bar .secondary ul li:first-child {
    width: 100%;
}

.mb_search_bar .secondary ul li:last-child {
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
}

.mb_search_bar .back,
.mb_search_bar .search-btn {
    font-size: 140%;
    color: #909090;
    cursor: pointer;
}

.mb_search_bar form {
    position: relative;
}

.mb_search_bar input {
    width: 100%;
    padding: 10px 10px 10px 24px;
    border: none;
    border-bottom: 1px solid #909090;
    position: relative;
    top: 0;
    right: 0;
    letter-spacing: 0;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    line-height: normal;
}

.mb_search_bar input:focus {
    outline: none;
}

.mb_search_bar .search-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.mb_search_bar .work {
    background: #fff;
    position: absolute;
    top: 40%;
    padding: 10px;
}

.mb_search_bar .work p {
    font-size: 0.8em;
    color: #989898;
}

.mb_search_bar .work p strong {
    font-weight: 700;
}

.mb_search_bar .search-btn svg {
    width: 18px;
}

.enquiry_allocation .card {
    height: auto;
}

body .btn_frp_btm {
    margin-top: 0px;
}

body .menu-sub .menu-item .menu-link {
    background: transparent !important;
}

body .menu-sub .menu-item .menu-link:hover div {
    color: var(--text-red) !important;
}

.menu-vertical .menu-inner>.menu-item .menu-link svg {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 1.5rem;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) svg path,
.bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle svg path,
.bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle-crm svg path {
    fill: var(--text-red);
}

.menu-vertical .menu-inner>.menu-item.open .menu-link {
    background: linear-gradient(96.81deg, rgba(255, 61, 0, 0.1) 54.67%, rgba(206, 37, 40, 0.1) 99.11%);
}

.permission_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
}

.permission_wrap .form-check .form-check-label,
.permissions_dls .form-check .form-check-label {
    font-weight: 400;
}

.create_role_wrap .btn-primary,
.card-header .btn-primary {
    background-color: var(--text-red);
    border-color: var(--text-red);
    font-size: 13px;
    line-height: normal;
}

.create_role_wrap .btn-primary:hover,
.card-header .btn-primary:hover {
    background-color: #ffffff !important;
    border-color: var(--text-red) !important;
    color: var(--text-red) !important;
}

.permission_card {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 #0C0C0D0D;
}

.create_role_wrap h1 {
    font-family: Plus Jakarta Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 34px;
    color: var(--text-color);
}

.create_role_wrap .assign_titles {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 6px;
}

.content-wrapper .form-group label {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 6px;
}

.permission_card_title {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 10px;
}

.permission_card_title h4 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 6px;
}

.assign_permiosiontitle {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 6px;
}

.permissions_dls .row,
.permission_wrap .row {
    row-gap: 24px;
}

.permissions_dls .row .card-body {
    padding-bottom: 0;
}

.permissions_dls .row .card,
.permission_wrap .row .permission_card {
    height: 100%;
}

.permissions_dls {
    margin-bottom: 36px;
}

.roles_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.roles_card_header .card-title {
    margin-bottom: 0;
}

.role_management_head .breadcrumb_main {
    width: 100%;
}

.roles_card_header .enquiry_title {
    margin-bottom: 0;
}

.roles_card_header .btn.btn-primary {
    gap: 10px;
    align-items: center;
    line-height: normal;
}

.roles_card_header .btn.btn-primary svg {
    width: 16px;
    height: 16px;
}

.roles_card_header .btn.btn-primary:focus-visible svg path {
    fill: #ffffff;
}

.roles_card_header .btn.btn-primary:hover svg path {
    fill: var(--text-red);
}

.dropdown_item_edit {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 8px;
}

.dropdown_item_edit:hover svg path,
.dropdown_item_delete:hover svg path {
    fill: var(--text-red);
}

.enquiry_list_actions .dropdown-item.view_process:hover svg path {
    fill: var(--text-red);
}

.enquiry_list_actions .dropdown-item.view_process:hover svg path {
    fill: var(--text-red);
    stroke: var(--text-red);
}

.enquiry_list_actions .dropdown-item:hover svg circle,
.enquiry_list_actions .dropdown-item:hover svg path {
    stroke: var(--text-red);
}

.enquiry_list_actions .dropdown-item.contact_list_menu:hover svg g {
    fill: var(--text-red);
}

.enquiry_list_actions .dropdown-item.contact_list_menu:hover svg rect,
.enquiry_list_actions .dropdown-item.contact_list_menu:hover svg line {
    stroke: var(--text-red);
}

.users_dropdowns_list .dropdown-item:hover svg path {
    fill: var(--text-red);
}

.users_dropdowns_list .dropdown-item:hover {
    color: var(--text-red);
}

.users_dropdowns_list .btn.text-primary:hover {
    color: var(--text-red) !important;
    background: linear-gradient(96.81deg, rgba(255, 61, 0, 0.1) 54.67%, rgba(206, 37, 40, 0.1) 99.11%) !important;
}

body .menu-vertical .app-brand.demo {
    margin-top: 14px;
}

.contact_cards .table-responsive {
    border-radius: 10px;
    padding: 0;
    border: 1px solid #C1C1C180;
}

.right_enquiry_form .contact_cards .row {
    margin: 0;
    padding: 0;
}

#formValidationEnquiryCreate #customer-email,
#formValidationEnquiryUpdate #customer-email {
    text-transform: none !important;
}

/* Ensure border and height remain consistent */
.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Ensure placeholder text remains visible  */
.select2-container--default .select2-selection__placeholder {
    color: #aaa !important;
}

/* Fix border misalignment when clearing */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 0 16px;
}

.enquiry_list_form .card-header.border-top {
    border-top: none !important;
}

.card.enquiry_list_form .table-responsive::-webkit-scrollbar {
    scrollbar-width: thin;
}

.enquiry_list_form .dt-action-buttons {
    margin-left: 16px;
    margin-top: 1rem !important;
    margin-bottom: 1rem;
}

body .enquiry_list_form .dt-action-buttons .btn {
    font-size: 16px;
    padding: 12px 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color);
    border-color: var(--border-color);
    border-radius: 10px !important;
}

.enquiry_list_form .dt-action-buttons .dt-buttons {
    gap: 16px;
}

.enquiry_list_form .dt-action-buttons .dt-buttons .add-new {
    color: #ffffff;
    border-color: var(--text-red);
}

/* user list css */
.required-label {
    color: #FF0D00;
}

.right_user_form .form-label {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.enquiry_list_title_right {
    gap: 14px;
}

.enquiry_list_title_right .btn {
    padding: 10px 16px;
    border-radius: 6px;
    border-color: var(--border-color);
    font-weight: 400;
}

.enquiry_list_title_right .btnspan {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: 0.4300000071525574px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.enquiry_list_title_right .btn span svg {
    margin-right: 8px;
}

.enquiry_list_title_right .btn.btn-primary span {
    color: #ffffff;
}

.enquiry_list_title_right .btn.btn-primary:hover span {
    color: var(--text-red);
}

.enquiry_list_title_right .search_list_enquiry .form-control {
    padding: 10px 16px 10px 45px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    line-height: normal;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.enquiry_list_title_right .search_list_enquiry .form-control::placeholder {
    color: var(--border-color);
}

.enquiry_list_title_right .search_list_enquiry label {
    position: relative;
    width: 100%;
}

.enquiry_list_title_right .search_list_enquiry label svg {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    left: 5px;
}

.enquiry_list_title .search_list_enquiry {
    width: 315px;
}

.enquiry_list_title .enquiry_title {
    margin-bottom: 0;
}

.enquiry_list_title {
    margin-bottom: 24px;
}

.enquiry_list_filter {
    margin-bottom: 0;
}

.enquiry_list_filter .btn_grp_filter {
    display: flex;
    gap: 14px;
    align-items: center;
}

.enquiry_list_filter .btn_grp_filter a,
.enquiry_list_filter .btn_grp_filter button {
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: #fff;
    box-shadow: none;
    font-family: Public Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 6px;
    padding: 8px 16px;
}

.enquiry_list_filter .btn_grp_filter a:hover,
.enquiry_list_filter .btn_grp_filter button:hover {
    background: var(--text-red);
    background-color: var(--text-red) !important;
    border-color: var(--text-red) !important;
}

.enquiry_list_filter .btn:not([class*=btn-label-]):not([class*=btn-outline-]) {
    box-shadow: none;
}

.enquiry_list_filter .btn_grp_filter a svg,
.enquiry_list_filter .btn_grp_filter button svg {
    margin-right: 4px;
    width: 14px;
}

.enquiry_list_filter .btn_grp_filter a:hover svg path,
.enquiry_list_filter .btn_grp_filter button:hover svg path {
    fill: #fff;
}

.enquiry_list_filter .btn_grp_filter a>span,
.enquiry_list_filter .btn_grp_filter button>span {
    display: flex;
    align-items: center;
}

.enquiry_list_filter .btn_grp_filter .filter-btn .badge.rounded-pill {
    top: 0;
    font-size: 10px;
    background: #fff;
    color: var(--text-red);
    padding: 1px;
    line-height: normal;
    width: 17px;
    height: 17px;
}

a.btn.filter-btn.btn-secondary.ms-2.ms-sm-0.waves-effect.waves-light.active,
.btn.column-btn.btn-secondary.ms-2.ms-sm-0.waves-effect.waves-light.show,
.btn_grp_filter .btn.active {
    background: var(--text-red) !important;
    background-color: var(--text-red) !important;
    border-color: var(--text-red) !important;
}

.btn_grp_filter .btn.active svg path {
    fill: #fff;
}

.btn.column-btn.btn-secondary.ms-2.ms-sm-0.waves-effect.waves-light.show span {
    color: #fff;
}

.btn.column-btn.btn-secondary.ms-2.ms-sm-0.waves-effect.waves-light.show svg path {
    fill: #fff;
}

a.btn.filter-btn.btn-secondary.ms-2.ms-sm-0.waves-effect.waves-light.active svg path {
    fill: #fff;
}

.card.enquiry_list_form .client-name,
.card.enquiry_list_form .budget,
.card.enquiry_list_form .product-name,
.card.enquiry_list_form .clent_requirement {
    flex-direction: column;
    justify-content: left;
    gap: 0px;
    display: flex;
}

tr td .clent_requirement:last-child {
    border-bottom: unset;
}

tr td .clent_requirement {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 10px;
    padding-top: 10px;
}

tr td .clent_requirement:first-child {
    padding-top: 0px;
}

.card.enquiry_list_form .product-name,
.card.enquiry_list_form .budget {
    gap: 6px;
}

.card.enquiry_list_form .client-name {
    gap: 10px;
}

.card.enquiry_list_form .client-name .progress-icons {
    display: flex;
    gap: 8px;
}

.card.enquiry_list_form .client-name .progress-icons img {
    filter: grayscale(100%);
    cursor: pointer;
}

.card.enquiry_list_form .client-name .progress-icons img.active {
    filter: brightness(1.2) contrast(1.2);
}

.card.enquiry_list_form .client-name h6 a,
.card.enquiry_list_form .product-name h6 {
    font-weight: 600;
    text-transform: capitalize;
}

.card.enquiry_list_form .product-name.assign_names h6 {
    font-weight: 400;
}

.card.enquiry_list_form .budget h6 {
    margin-bottom: 0;
}

.enquiry_list_form table .clent_requirement_rent {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-label-title);
}

.card.enquiry_list_form .budget span {
    /*background-color: #4769FF1A;*/
    border-radius: 6px;
    font-size: 12px;
    line-height: normal;
    width: fit-content;
    color: #4769FF;
    padding: 6px 0px;
    text-transform: capitalize;
}

.card.enquiry_list_form .enquiry_source {
    padding: 6px 0px !important;
    color: none !important;
}

.action_settings .dropdown-menu .dropdown-item img,
.action_settings .dropdown-menu .dropdown-item svg,
.users_dropdowns_list .dropdown-item svg,
.users_dropdowns_list.dropdown-menu .btn svg {
    margin-right: 10px;
}

.action_settings .btn-icon.btn-sm {
    width: 20px;
    height: 20px;
}

.action_settings .btn-icon.btn-sm svg.active {
    background: var(--text-red);
    padding: 2px;
}

.action_settings .btn-icon.btn-sm svg.active path {
    fill: #fff;
}

.action_settings .btn-icon.btn-sm img {
    width: 100%;
}

.action_settings .btn i {
    font-size: 18px !important;
}

.datatables_enquiries_list .border_thead tr th:first-child {
    padding: 0;
}

html:not([dir=rtl]) div.card-datatable table.dataTable.datatables_enquiries_list tbody td:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.datatables_enquiries_list thead th:first-child {
    padding-left: 0;
    padding-right: 0;
}

.datatables_enquiries_list tbody tr.active-status td:first-child,
.logged-in-list-table tbody td.active-status {
    border-left: 5px solid #64ac37 !important;
    padding: 0;
    width: 0;
}

.logged-in-list-table tbody td.active-status {
    border-left: 5px solid #64ac37 !important;
    width: 0;
    padding: 10px;
}

.datatables_enquiries_list tbody tr.inactive-status td:first-child,
.logged-in-list-table tbody td.inactive-status {
    border-left: 5px solid #CE2528 !important;
    padding: 0;
    width: 0;
    background: #CE2528;
}

.display_item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.display_item .dataTables_info {
    padding-top: 0;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.display_item .form-select {
    color: var(--text-color);
}

.table_btm_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 20px 0;
}

.light-style div.dataTables_wrapper .table_btm_wrap .display_item div.dataTables_info,
.property_confi_btm .property_confi_btm_left {
    color: #1E1E1E;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 0;
}

.table_btm_wrap .form-select {
    padding: 10px 40px 10px 14px;
    line-height: normal;
    font-size: 12px;
}

.row.table_btm_pagination {
    padding: 0;
    margin: 0;
}

.row.table_btm_pagination .col-sm-12 {
    padding: 0;
}

.row.table_btm_pagination .col-sm-12 .pagination {
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 8px;
}

.row.table_btm_pagination .col-sm-12 .pagination li.disabled,
.employee_pagination .pagination li.disabled {
    opacity: 0.5;
}

.row.table_btm_pagination .col-sm-12 .pagination li {
    background-color: #fff;
    min-height: 30px;
    margin: 0;
    width: 30px;
    display: flex;
    border: 1px solid #C1C1C180;
    border-radius: 6px;
    justify-content: center;
}

body .row.table_btm_pagination .col-sm-12 .pagination li .page-link {
    padding: 0;
    margin: auto;
    background-color: transparent;
}

body div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link {
    background-color: transparent;
}

.row.table_btm_pagination .col-sm-12 .pagination li.page-item .page-link {
    color: var(--text-color);
    font-size: 12px;
    box-shadow: none;
    font-weight: 500;
}

.row.table_btm_pagination .col-sm-12 .pagination li.page-item.active {
    background-color: var(--text-red);
    border: 1px solid var(--text-red);
}

.row.table_btm_pagination .col-sm-12 .pagination li.page-item.active .page-link {
    color: #ffffff;
}

.employee_pagination .pagination li.paginate_button {
    background-color: #fff;
    min-height: 30px;
    margin: 0;
    width: 30px;
    display: flex;
    border: 1px solid #C1C1C180;
    border-radius: 6px;
    justify-content: center;
    height: 30px;
}

body div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next .page-link {
    padding: 0;
    font-size: 12px;
    line-height: normal;
    background: transparent;
}

body .employee_pagination .pagination li.paginate_button a {
    padding: 0;
    margin: auto;
    line-height: normal;
    min-width: auto;
    height: 30px;
    transition: none;
    font-size: 12px;
    box-shadow: none;
    font-weight: 500;
    display: flex;
    justify-content: center;
    background: transparent;
}

body .employee_pagination .pagination li.paginate_button.active a {
    border-color: var(--text-red);
    background-color: var(--text-red);
    color: #fff;
}

.employee_pagination ul.pagination {
    gap: 8px;
}

.employee_pagination .pagination li.paginate_button a i {
    margin: auto;
}

body div.dataTables_wrapper .employee_pagination div.dataTables_paginate ul.pagination .page-item.disabled .page-link,
body div.dataTables_wrapper div.dataTables_paginate ul.pagination .previous .page-link {
    padding: 0;
    line-height: normal;
    font-size: 12px;
}

div.dataTables_wrapper .table_btm_wrap div.dataTables_length {
    margin-top: 0;
    margin-bottom: 0;
}

.clent_requirement_title {
    display: flex;
}

.clent_requirement hr {
    margin: 12px 0;
}

.clent_requirement_title h6 {
    margin-bottom: 0;
}

.rent_btm_td {
    color: var(--text-label-title);
}

.enquiry_list_title_right .btn-primary:focus-visible {
    background-color: var(--text-red) !important;
    border-color: var(--text-red) !important;
}

body .enquiry_list_title_right .btn-primary {
    border-color: var(--text-red);
}

body .enquiry_list_title_right .btn-primary p {
    margin-bottom: 0;
}

.permissions_dls .card-header {
    padding-bottom: 0;
}

.enquiry_list_title .enquiry_list_title_right .btn span,
.enquiry_list_title .enquiry_list_title_right .btn p {
    font-size: 13px;
    line-height: normal;
}

.enquiry_list_title .enquiry_list_title_right .btn i {
    font-size: 14px !important;
}

.filter_modal .modal-simple .modal-content {
    padding: 0;
}

.filter_modal_title h4,
.reset_pass_title h4,
.filter_modal_cls h4 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 8px;
}

.filter_modal_title p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: normal;
}

.filter_modal_title {
    margin-bottom: 16px;
}

.budget_slidebar {
    margin-bottom: 16px;
}

.budget_slidebar .row {
    margin: 0;
    background: #F5F5F7;
    padding: 24px 12px 4px;
    border-radius: 10px;
}

.budget_slidebar .row .form-control {
    background: #fff;
}

.filter_modal_cls,
.modal-enquiry-transfer .filter_modal_cls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-enquiry-transfer {
    margin-top: 12px;
}

.filter_modal .modal-simple .filter_modal_cls .btn-close,
html body .modal-enquiry-transfer .filter_modal_cls .btn-close {
    position: unset;
    transform: unset;
    box-shadow: none;
}

.filter_modal .modal-simple .filter_modal_cls .btn-close:hover,
html body .modal-enquiry-transfer .filter_modal_cls .btn-close:hover {
    transform: unset;
}

.other_contact_btn {
    display: flex;
    flex-direction: column;
}

.other_contact_btn label {
    opacity: 0;
}

.right_enquiry_form .card-body {
    padding-bottom: 16px;
}

.right_enquiry_form .card-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.table_role_manage table.dataTable .form-check-input {
    width: 36px;
    height: 20px;
}

.table_role_managev .form-switch .form-check-input {
    background-image: url('../../assets/img/icons/sidebar/download-dot-white.svg') !important;
}

.pre_leased_check .form-label {
    opacity: 0;
}

.budget_range .select2-results__option {
    text-align: left;
}

.col-md-2.project_cols_wrap {
    width: 20%;
}

.col-md-2.pre_leased_check {
    width: 10%;
    margin: auto;
    margin-left: 0;
}

.pre_leased_check .form-check {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    padding-left: 0;
}

.right_enquiry_form .contact_cards tr th,
.property_confi table th {
    padding: 10px 14px;
    line-height: normal;
}

.budget_range .select2-selection__choice .select2-selection__choice__remove {
    width: auto;
    line-height: normal;
    top: 40%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    line-height: normal;
    align-items: center;
}

.btn_frp_btm .btn_cancel_secondary {
    border-color: transparent;
    color: var(--text-color);
}

.contact_cards table.table tbody tr td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.users-list-table tbody tr td,
.roles-list-table tbody tr td {
    padding: 5px;
}

.right_enquiry_form .customer_information .contact_cards .input-group .form-select {
    width: 10%;
}

.swal2-title {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--text-color);
    padding-top: 0;
}

.swal2-actions .btn-success {
    font-size: 13px;
    line-height: normal;
    padding: 10px 20px;
    margin: 0;
}

.swal2-actions {
    gap: 14px;
}

body div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: var(--text-red);
}

body div:where(.swal2-icon).swal2-error {
    border-color: var(--text-red);
}

.swal2-html-container {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    color: #000;
    padding-top: 8px;
}

.filter_btn_btm {
    display: flex;
    justify-content: end;
    gap: 14px;
}

.filter_btn_btm .btn_reset,
.btn.btn_reset {
    font-family: Plus Jakarta Sans;
    background: transparent;
    color: var(--text-color);
    font-size: 13px;
    line-height: normal;
}

.filter_btn_btm .btn_reset:hover,
.btn.btn_reset:hover {
    background-color: var(--text-red);
    color: #fff;
}

.btn_grp_filter .dropdown-menu.show {
    z-index: 9999;
}

.filter_modal.enquiry_dls_modal .filter_btn_btm {
    gap: 14px;
}

.filter_grp_status .btn.btn-primary i {
    margin-right: 6px;
}

body div:where(.swal2-container) div:where(.swal2-actions) {
    margin: 1em auto 0;
}

.filter_badges_wrap {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.filter_badges_wrap span {
    line-height: normal;
    font-size: 12px;
    min-height: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    word-break: break-all;
    white-space: unset;
    text-align: left;
    cursor: pointer;
}

.filter_badges_wrap span i {
    font-size: 12px;
    line-height: normal;
}

.remark_text_nfd {
    max-width: 260px;
}

.datatables_projects_list td {
    position: relative;
}

.datatables_projects_list td .btn-primary {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 600 !important;
    left: 0;
    border-radius: 0;
    font-size: 10px;
    background-color: var(--text-color);
    border-color: var(--text-color);
}

.datatables_projects_list .project_name_check input {
    margin-right: 10px;
}

.projects_features_status thead {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}

.project-view .property_row_wrap table.table.projects_features_status thead tr {
    width: 50%;
    margin: 0;
}

.datatables_projects_list td .btn-primary:hover {
    border-color: var(--text-color) !important;
    color: var(--text-color) !important;
}

.project_img_check {
    display: flex;
    gap: 10px;
}

body .card.enquiry_list_form .project_img_check .client-name {
    flex-direction: row;
}

body .card.enquiry_list_form .project_img_check .client-name img {
    border-radius: 6px;
}

body .card.enquiry_list_form .project_img_check .client-name>img {
    width: 30px;
    height: 30px;
}

.project_img_check .project-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.project_img_check .project-icons img {
    width: 20px;
}

.datatables_projects_list .project_name_check input {
    margin-right: 10px;
}

.amenities-view {
    background: var(--text-red) !important;
    color: #ffffff !important;
    padding: 12px !important;
    border-radius: 10px !important;
    margin-bottom: 0.125rem !important;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-color: #ffffff !important;
    text-transform: capitalize;
}

/* ===========================================================
                     Dark mode css
=========================================================== */

.dark-style .navbar_search input {
    background: transparent;
}

.dark-style .navbar_search a svg path {
    stroke: var(--text-color);
}

.dark-style body .menu-vertical.left_dashboard_wrap .menu-sub .menu-item.active.open div,
.dark-style .bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle div {
    color: var(--text-red);
}

.dark-style .right_enquiry_form table thead tr,
.dark-style .right_enquiry_form tfoot {
    background: transparent;
}

.dark-style .table:not(.table-dark) thead:not(.table-dark) th {
    color: var(--text-color);
}

.dark-style .mb_search_bar .search svg path {
    stroke: #fff;
}

.dark-style .mb_search_bar .secondary {
    background: #000;
}

.dark-style .mb_search_bar .search-btn svg path {
    stroke: #909090;
}

.dark-style .right_enquiry_form .form-control,
.dark-style .right_enquiry_form .form-select,
body .dark-style .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
}

.dark-style .right_enquiry_form .customer_information .input-group .form-select {
    border-right: none;
}

.toggle_menu_icon.menu-link {
    position: absolute;
    right: -11px;
    z-index: 99;
}

.light-style.customizer-hide.layout-menu-collapsed .menu-vertical.left_dashboard_wrap,
.dark-style.customizer-hide.layout-menu-collapsed .menu-vertical.left_dashboard_wrap {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin;
}

.light-style.customizer-hide.layout-menu-collapsed.layout-menu-hover .menu-vertical.left_dashboard_wrap {
    overflow: unset;
}

.dark-style .dark_style {
    display: block;
}

.dark-style .light_style {
    display: none;
}

.enquiry_list_form table td,
.enquiry_list_form table td span,
.enquiry_list_form table td a,
.enquiry_list_form table td h6,
.table-enquiry-summery tr td {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    text-transform: capitalize;
}

.employee-by-enquiry-list-table td a,
.source-by-enquiry-list-table td a,
.enquiry-by-period-list-table td a {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-red);
}

.enquiry_dls_modal table tbody tr td:first-child {
    border-left: 3px solid var(--text-red);
}

.enquiry_dls_modal .filter_modal_title {
    width: 100%;
    margin-bottom: 0;
}

.enquiry_dls_modal .modal-header {
    padding-bottom: 0;
}

.enquiry_dls_modal .filter_modal_cls h4 {
    margin-bottom: 0;
}

#formValidationEnquiryUpdate .select2-container--default .select2-selection--single .select2-selection__arrow b, #formValidationEnquiryCreate .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    height: 18px;
    width: 20px;
    top: 20%;
    background-repeat: no-repeat;
    background-size: 26px 21px;
    right: 16px; 
}
#formValidationEnquiryCreate .select2-dark .position-relative span, #formValidationEnquiryUpdate .select2-dark .position-relative span {
    text-align: left;
    color: #1E1E1E !important;
}
.enquiry_dls_modal table th {
    letter-spacing: 0;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 17.64px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: capitalize;
    color: var(--text-color);
    padding: 10px;
    background-color: rgba(219, 218, 222, 0.3);
}

.enquiry_dls_modal table tbody td {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    padding: 10px;
}

.enquiry_dls_modal table tr td em {
    display: block;
    color: var(--text-red);
}

.currency-input {
    display: flex;
    align-items: center;
    gap: 6px;
}

.column_grp_wrap .dropdown-item {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 6px;
}

.column_grp_wrap .dropdown-item input {
    width: 17px;
    height: 17px;
}

input.select2-search__field {
    width: auto !important;
}

.enquiry_list_form .clent_requirement .clent_requirement_title h6,
.enquiry_list_form .clent_requirement .clent_requirement_title {
    line-height: normal;
    font-weight: 600;
}

.enquiry_list_form table td,
body .employee-by-enquiry-list-table td,
body .source-by-enquiry-list-table td,
body .enquiry-by-period-list-table td,
.table-enquiry-summery tr td {
    padding: 8px;
    vertical-align: top;
}

#enquiryTable .view_more_btn {
    color: var(--text-red);
    text-decoration: underline;
    font-size: 12px;
}

.enquiry_list_form table th,
.table_role_manage .users-list-table th,
.table_role_manage .roles-list-table th,
body .employee-by-enquiry-list-table th,
body .source-by-enquiry-list-table th,
body .enquiry-by-period-list-table th {
    padding: 10px;
}

html:not([dir=rtl]) div.card-datatable table.dataTable.employee-by-enquiry-list-table thead th:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.employee-by-enquiry-list-table tbody td:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.source-by-enquiry-list-table thead th:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.source-by-enquiry-list-table tbody td:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.enquiry-by-period-list-table thead th:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.enquiry-by-period-list-table tbody td:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.users-list-table thead th:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.users-list-table tbody td:first-child,
html:not([dir=rtl]) div.card-datatable table.datatables-enquiry-contact thead th:first-child,
html:not([dir=rtl]) div.card-datatable table.datatables-enquiry-contact tbody td:first-child,
html:not([dir=rtl]) div.card-datatable table.dataTable.table-enquiry-summery tbody td:first-child {
    padding-left: 10px;
    padding-right: 10px;
}

.enquiry_list_form table td .d-inline-block.text-nowrap {
    display: flex !important;
    gap: 6px;
}

.enquiry_list_form table td .product-name span {
    /*background-color: #F5F5F7;*/
    border-radius: 6px;
    font-size: 12px;
    padding-bottom: 6px;
    line-height: normal;
    width: fit-content;
}

.enquiry_list_form table td .assign_names span {
    padding: 6px 0;
}

#BranchTable td .dropdown-menu a.dropdown_item_edit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#BranchTable td .dropdown-menu a.dropdown_item_delete {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

#builderTable td .dropdown-menu a.dropdown_item_delete {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.enquiry_list_form table.dataTable thead>tr>th:before,
.enquiry_list_form table.dataTable thead>tr>th:after,
.enquiry_list_form table.dataTable thead>tr>td:before,
.enquiry_list_form table.dataTable thead>tr>td:after {
    opacity: 1;
}

.enquiry_list_form table.dataTable td .client-name h6 a {
    font-size: 16px;
    color: var(--text-red);
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.table_role_manage,
.card-datatable.table-responsive.table_role_manage {
    overflow: visible;
}

.table_role_manage td .dropdown-menu a,
.table_role_manage td .dropdown-menu .btn.text-primary {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    justify-content: left;
}

.table_role_manage td .dropdown-menu a.dropdown_item_edit,
.table_role_manage td .dropdown-menu a.dropdown_item_delete {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.table_role_manage td .dropdown-menu a.dropdown_item_edit:hover,
.table_role_manage td .dropdown-menu a.dropdown_item_delete:hover {
    color: var(--text-red);
}

.dropdown_users .dropdown-menu .dropdown-item i {
    font-size: 20px !important;
}

.dropdown_users .dropdown-menu .dropdown-item span {
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    color: var(--text-color);
    font-family: Plus Jakarta Sans;
}

.dropdown_users .dropdown-menu .dropdown-item:hover span {
    color: var(--text-red);
}

.users_dropdowns_list button {
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    color: var(--text-color);
    font-family: Plus Jakarta Sans;
}

.table_role_manage td .dropdown-menu .dropdown-divider {
    margin: 0;
    opacity: 0;
}

.filter_grp_status select.form-control {
    appearance: auto;
}

body div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2em;
}

body div:where(.swal2-icon).swal2-warning {
    border-color: var(--text-red);
    color: var(--text-red);
}

.reset_pass_title {
    display: flex;
    justify-content: space-between;
}

body .reset_pass_title .btn-close,
html:not([dir=rtl]) .modal .reset_pass_title .btn-close {
    position: unset;
    transform: unset;
    box-shadow: none;
}

html:not([dir=rtl]) .modal .reset_pass_title .btn-close:hover {
    transform: unset;
}

.reset_modal_wrap .modal-simple .modal-content {
    padding: 0px;
}

div.card-datatable.table_role_manage [class*=col-md-3] {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

body .modal-enquiry-transfer .modal-content {
    padding: 0;
}

.employee_audit_wrap .filter_btns label {
    opacity: 0;
}

.employee_audit_wrap .filter_btns {
    display: flex;
    flex-direction: column;
}

.employee_audit_wrap .filter_btns button {
    font-weight: 400;
}

.employee_audit_wrap .filter_btns button svg path {
    fill: #fff;
}

.employee_audit_wrap .filter_btns button svg {
    fill: #fff;
    margin-right: 4px;
    width: 14px;
}

.employee_audit_wrap .filter_btns button:hover svg path {
    fill: var(--text-red);
}

.employee_dls_card h6 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.16px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 14px;
    text-align: center;
}

.employee_dls_card h6 i {
    margin-right: 4px;
}

.employee_dls_card p {
    margin-bottom: 0;
}

.employee_card_wrap h5 {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.employee_card_wrap h5:hover {
    color: var(--text-red);
}

.employee_audit h5 {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: normal;
    font-family: Plus Jakarta Sans;
}

.employee_audit_wrap {
    padding: 24px;
    color: var(--bs-card-cap-color);
    background-color: #fff;
    box-shadow: 0 1px 4px 0 #0C0C0D1A;
    margin-bottom: 24px;
    border-radius: 14px;
}

.employee_dls_wrap .row {
    border: 1px solid var(--border-color);
    align-items: center;
    margin-bottom: 14px;
    border-radius: 8px;
}

.reset_modal_wrap.employeeAuditlist .employee_dls_wrap .row {
    margin: 0 0 14px;
}

.reset_modal_wrap.employeeAuditlist .employee_dls_wrap {
    max-height: 275px;
    overflow-x: hidden;
}

.right_employee_dls_wrap .employee_dls_right {
    border-bottom: 1px solid var(--border-color);
    padding: 8px;
}

.right_employee_dls_wrap .employee_dls_right:last-child {
    border-bottom: none;
    min-height: 43px;
}

.employee_dls_wrap .row .col-md-9 {
    padding: 0;
}

.employee_dls_wrap .row .col-md-9 {
    border-left: 1px solid var(--border-color);
}

.employee_dls_right span {
    font-size: 12px;
    line-height: normal;
    word-wrap: break-word;
}

.employee_dls_left span {
    font-size: 12px;
    line-height: normal;
    word-wrap: break-word;
}

.employee_dls_top {
    border-bottom: 1px solid var(--border-color);
}

.employee_dls_left {
    padding: 8px;
}

.employee_dls_btm {
    padding: 8px;
}

.employee_dls_btm span {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.property_confi .add_button_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property_confi .property_confi_btm {
    align-items: end;
}

.property_confi>.row {
    justify-content: space-between;
    height: 100%;
}

.property_confi .add_button_wrapper .btn.btn-primary {
    gap: 4px;
}

.property_confi .add_button_wrapper .btn.btn-primary .ti {
    font-size: 14px;
}

.property_confi .property_confi_action {
    justify-content: end;
}

.property_confi .property_confi_action .btn-danger {
    background-color: var(--text-red);
    padding: 6px;
}

.property_confi .property_confi_action .btn-danger:hover {
    background-color: transparent !important;
    border-color: var(--text-red) !important;
}

.property_confi .property_confi_action .btn-danger:hover i {
    color: var(--text-red);
}

.property_confi .property_confi_action .btn-danger i {
    font-size: 16px;
}

.property_confi .property_confi_action .btn-danger svg path {
    fill: #fff;
}

.property_confi .property_confi_action .btn-danger:hover svg path {
    fill: var(--text-red);
}

.property_confi .property_confi_action .btn-primary {
    background-color: transparent;
    padding: 6px;
}

.property_confi .property_confi_action .btn-primary:hover {
    background-color: var(--text-red) !important;
}

.property_confi .property_confi_action .btn-primary:hover i {
    color: #fff;
}

.property_confi .property_confi_action .btn-primary i {
    color: var(--text-red);
    font-size: 16px;
}

.property_confi .property_confi_action .btn-primary svg path {
    fill: var(--text-red)
}

.property_confi .property_confi_action .btn-primary:hover svg path {
    fill: #fff;
}

.property_confi table tr td {
    box-shadow: none;
}

.property_confi_btm {
    width: 100%;
    margin: 0;
    padding: 0;
}

.property_confi_btm .employee_pagination .pagination {
    justify-content: end;
    margin-bottom: 0;
}

.property_confi_btm .employee_pagination .pagination .page-link {
    padding: 0.594rem 0.35rem;
    min-width: calc(1.938rem + 0px);
    font-size: 0.75rem;
    line-height: 1;
}

.property_confi_btm .employee_pagination .pagination .previous .page-link,
.property_confi_btm .employee_pagination .pagination .next .page-link {
    padding: 0;
    line-height: normal;
    font-size: 12px;
}

html.light-style body div.dataTables_wrapper .employee_pagination_left .dataTables_info {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--text-color);
}

.row.property_confi_btm {
    margin: 0;
    padding: 0;
}

.property_wrap_configuration {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 24px;
}

.property_actions .btn-primary,
.property_actions .btn {
    width: 100%;
    justify-content: left;
    background-color: transparent;
    border: transparent;
    width: calc(100% - 1rem);
    margin: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.property_actions .btn-primary span,
.property_actions .btn span {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

.property_actions .btn-primary svg,
.property_actions .btn svg {
    margin-right: 10px;
}

.property_actions button.btn:hover {
    color: var(--text-red);
    background: linear-gradient(96.81deg, rgba(255, 61, 0, 0.1) 54.67%, rgba(206, 37, 40, 0.1) 99.11%);
}

.property_actions .btn:hover span {
    color: var(--text-red);
}

.property_actions .btn:hover svg path {
    fill: var(--text-red);
}

.property_actions .dropdown a:hover {
    color: var(--text-color) !important;
}

.progress_card_dls {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 #0C0C0D0D;
    width: 100%;
}

.progress_card_dls .enquiry_info h6 {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    text-transform: capitalize;
    margin-bottom: 0;
}

.nublist_dls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6px;
}

.nublist_dls h6 {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    margin-bottom: 0px;
}

.nublist_dls span {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-label-title);
    margin-bottom: 0px;
}

.modal-enquiry-contact .input-group select,
.modal-enquiry-contact-create .input-group select {
    width: 35%;
}

.modal-enquiry-contact .input-group input,
.modal-enquiry-contact-create .input-group input {
    width: 65%;
}

.modal-enquiry-contact .input-group .invalid-feedback,
.filter_modal .input-group .invalid-feedback {
    margin-top: 0;
}

body .modal-enquiry-contact-create .input-group .invalid-feedback {
    margin-top: 0;
}

.filter_modal form {
    margin-bottom: 0;
}

.search_btns.btn-primary,
.btn-label-secondary.fil_close_btns {
    gap: 6px;
}

.search_btns.btn-primary:hover svg path,
.search_btns.btn-primary:focus-visible svg path,
.search_btns.btn-primary:focus svg path,
.search_btns.btn-primary:active svg path,
.search_btns.btn-primary:not(.btn-check)+.btn:active svg path {
    fill: var(--text-red);
}

.search_btns.btn-primary:focus svg path,
.search_btns.btn-primary:active svg path {
    fill: #fff;
}

.search_btns.btn-primary:focus,
.search_btns.btn-primary:active {
    background-color: var(--text-red);
}

.btn-label-secondary.fil_close_btns:hover svg path {
    fill: #fff;
}

.customer_information input[type=number] {
    -moz-appearance: textfield;
}

.customer_information input::-webkit-outer-spin-button,
.customer_information input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.property_confi .property_row_wrap {
    padding-left: 0;
    padding-right: 0;
}

.datatables_enquiry_audit thead tr th {
    min-width: 150px;
}

.datatables_enquiry_audit .new_value_dls .fw-semibold {
    word-wrap: break-word;
    word-break: break-all;
}

.datatables_enquiry_audit .new_value_dls {
    max-width: 260px;
    min-width: 260px;
}

.btn_group_add_enquiry {
    gap: 14px;
    display: flex;
}

.card.enquiry_list_form {
    box-shadow: none !important;
    border: 1px solid rgba(193, 193, 193, 0.5);
}

.light-style table.dataTable th,
.light-style table.dataTable td {
    border-right: 1px solid var(--bs-border-color);
    border-top: 1px solid;
}

.light-style table.dataTable th:last-child,
.light-style table.dataTable td:last-child {
    border-right: none;
}

.enquiry_list_form table.datatables-enquiries th:first-child,
.enquiry_list_form table.datatables-enquiries td:first-child {
    border-right: none;
}

.right_enquiry_form .card {
    margin-bottom: 10px;
}

.right_enquiry_form.row {
    margin-bottom: 10px;
}

.modal-enquiry-filter .modal-body {
    overflow: auto;
    scrollbar-width: thin;
}

.content-wrapper .alert.alert-danger ul {
    margin: 0;
}

.right_user_form .card-header {
    padding: 16px 18px;
}

.right_user_form .card-body {
    padding: 18px;
    padding-bottom: 16px;
}

.right_user_form .card {
    margin-bottom: 18px;
    border-radius: 12px;
}

.nfd_remark {
    min-width: 300px;
}

.actions_wrap {
    max-width: 100px;
}

.date_and_times {
    display: flex;
    gap: 8px;
}

.right_user_form .employee_sec_contact .card-body .row {
    row-gap: 4px;
    margin: 0;
}

.right_user_form .employee_sec_contact .col-md-4,
.right_user_form .employee_sec_contact .col-md-8,
.right_user_form .employee_sec_contact .col-md-6,
.right_user_form .employee_sec_contact .col-lg-6,
.right_user_form .employee_sec_contact .col-md-12 {
    padding: 0 6px;
}

.right_user_form .employee_sec_contact .card {
    margin-bottom: 10px;
}

.card-datatable.table-responsive.table_role_manage .enquiry-by-period-list-table th:first-child {
    width: 20% !important;
}

.card-datatable.table-responsive.table_role_manage .employee-by-enquiry-list-table th:first-child,
.card-datatable.table-responsive.table_role_manage .source-by-enquiry-list-table th:first-child {
    width: 10% !important;
}

.card-datatable.table-responsive.table_role_manage .enquiry-by-period-list-table th,
.card-datatable.table-responsive.table_role_manage .employee-by-enquiry-list-table th,
.card-datatable.table-responsive.table_role_manage .source-by-enquiry-list-table th {
    width: 10% !important;
}

.datatables-branch tbody tr.active-status td:nth-child(2) {
    border-right: 10px solid #64ac37 !important;
}

.datatables-branch tbody tr.inactive-status td:nth-child(2) {
    border-right: 10px solid #CE2528 !important;
}

body .mobile_input_wrap .form-select {
    width: 30%;
}

body .mobile_input_wrap .form-control {
    width: 70%;
}

/* Add Project Css Start */

.send_email_btm .toggle-container {
    display: flex;
    gap: 40px;
    align-items: center;
    font-family: Arial, sans-serif;
}

.send_email_btm .toggle-label {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: var(--text-color);
}

.send_email_btm .send_email_btm .toggle {
    opacity: 0;
    width: 0;
    height: 0;
}

.send_email_btm .slider {
    position: relative;
    width: 50px;
    height: 28px;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;
    cursor: pointer;
    margin-top: 8px;
}

.send_email_btm .slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.send_email_btm .toggle:checked+.slider {
    background-color: var(--text-red);
    /* default active */
}

.send_email_btm .toggle.toggle-red:checked+.slider {
    background-color: var(--text-red);
}

.send_email_btm .toggle:checked+.slider:before {
    transform: translateX(22px);
}

.send_email_btm .slider:after {
    content: "✔";
    color: var(--text-red);
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 14px;
    opacity: 0;
    transition: 0.4s;
}

.send_email_btm .toggle.toggle-red:checked+.slider:after {
    opacity: 1;
}

.send_email_btm .toggle {
    opacity: 0;
    width: 0;
    height: 0;
}

.send_email_btm {
    margin: 0 0 14px;
}

.two_col_grp {
    display: flex;
    gap: 8px;
}

.two_col_grp input,
.two_col_grp select {
    width: 50%;
}

/* Builder List Css Start */

.builder_list_form .dataTables_length .form-select {
    padding: 0.422rem 2.45rem 0.422rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    background-size: 22px 20px;
    line-height: 2;
    color: #6f6b7d;
}

.builder_list_form .builder_img_check {
    display: flex;
    gap: 0px;
    align-items: center;
}

.builder_list_form .table_role_manage .builder_img_check input {
    width: 17px;
    height: 17px;
}

.builder_list_form .table_role_manage table.dataTable .form-check-input {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.builder_list_form .datatables_builder_list thead tr th:first-child {
    width: 220px !important;
}

.cp_friendly_check .form-label {
    opacity: 0;
}

/* Builder List Css End */
/*---------Projecy view page start ----------*/
.project-view-wrap .row {
    row-gap: 24px;
}

.project-view-wrap .row .card {
    height: 100%;
}

.project-view-wrap .project-view-header {
    display: flex;
    column-gap: 24px;
}

.project-view-wrap .row .col-md-6:first-child {
    padding-left: 0;
}

.project-view-wrap .row .col-md-6:nth-child(2) {
    padding-right: 0;
}

.project-view-wrap .contact_person thead {
    border-bottom: 1px solid #C1C1C180;
}

html body .project-view .property_row_wrap .table tr th {
    border: none;
    background-color: #ffffff;
    padding-left: 0 !important;
}

html body .project-view .property_row_wrap .table.contact_person tr th {
    background-color: transparent;
    padding-left: 14px !important;
}

.project-view .property_row_wrap .table tr td {
    border: none;
    background-color: #ffffff;
    color: #000000;
    margin: 10px 14px;
}

html.light-style body .bg-label-success {
    color: #53A321 !important;
    background: #53A3211A !important;
    border: 1px solid #53A321 !important;
    border-radius: 6px !important;
    display: block;
    width: fit-content;
    padding: 4px 12px !important;
}

html.light-style body .bg-label-danger {
    color: var(--text-red) !important;
    background: #CE25281A !important;
    border: 1px solid var(--text-red) !important;
    border-color: var(--text-red) !important;
    border-radius: 6px !important;
    display: block;
    width: fit-content;
    padding: 4px 12px !important;
}

.project-view .property_row_wrap table.table thead tr {
    margin: 8px 0;
    background: #fff;
}

table.dataTable {
    /* margin-bottom: 0px !important; */
}

.builder_upload_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

html.light-style .builder_upload_wrap .dz-preview {
    margin: auto;
    display: block;
}

/*---------Projecy view page end ----------*/

/* Dashboard Css Start */

.dashboard_cards .card-body {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 14px;
}

.dashboard_wrap .card table.dataTable thead .sorting::after,
.dashboard_wrap .card table.dataTable thead .sorting::before {
    line-height: 1rem !important;
    font-size: 0.75rem !important;
}

.dashboard_cards_dls p {
    text-align: end;
}

html.light-style body .dashboard_cards .bg-label-success {
    padding: 8px 8px !important;
}

.dashboard_wrap .card {
    padding: 14px;
}

.dashboard_wrap .card .card-header,
.dashboard_wrap .card .card-body {
    padding: 0;
}

.left_dashboard .card {
    padding: 14px;
}

.right_dashboard .card {
    padding: 14px;
}

.dashboard_wrap .card_header {
    padding-top: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
}

.dashboard_wrap .card_header h6 {
    margin: 0;
}

.dashboard_wrap .task_desc {
    padding-left: 10px;
    color: var(--text-color);
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 500;
}

.dashboard_wrap .task_list {
    background-color: #f6f6f6;
    width: 98%;
    margin: auto;
    margin-bottom: 3px;
    color: #606060;
}

.dashboard_wrap .task_counter {
    border-radius: 4px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 15px;
}

.right_navs_menus {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.message_popup {
    padding: 0;
    margin: 0;
}

.message_popup .menu_table_title {
    padding-left: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    background-color: gainsboro;
    border-bottom: 1px solid #ddd;
    font-size: 16px
}

.menu_table_title b {
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    line-height: 2;
    display: block;
}

.right_navs_menus .menu_table .row a {
    text-decoration: none;
    display: block;
    position: relative;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-color);
    text-align: center;
}

.right_navs_menus .menu_table .row a img {
    width: 35px;
    height: 35px;
}

.right_navs_menus .menu_table .row a .num {
    background-color: red !important;
    border-radius: 50% !important;
    color: #fff !important;
    top: 0px !important;
    position: absolute !important;
}

.right_navs_menus .menu_table .row a .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

html.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 40px;
    top: 4px;
}

/* Dashboard Css end */

@media screen and (max-width: 1600px) {

    .right_side_login .input-group .form-control {
        font-size: 13px;
        line-height: normal;
        padding: 10px 16px;
        border-radius: 6px;
    }

    .right_side_login .right_side_form .sign-in-btn {
        padding: 10px 18px;
        border-radius: 6px;
    }

    .login_main_wrap form .error:not(li):not(input) {
        font-weight: 400;
    }

    .right_enquiry_form .form-control,
    .right_enquiry_form .form-select,
    body .select2-container--default .select2-search--inline .select2-search__field,
    .dataTables_filter .form-control,
    .right_user_form .form-control,
    .right_user_form .form-select,
    .filter_modal .form-select,
    .filter_modal .form-control,
    .table_role_manage .form-control,
    .table_role_manage .form-select,
    .modal-enquiry-transfer form .form-select,
    .employee_audit_wrap .form-select,
    .employee_audit_wrap .form-control,
    body div.dataTables_wrapper div.dataTables_filter input,
    .property_confi table tr td,
    html.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        line-height: normal;
        padding: 10px 12px;
        border-radius: 6px;
    }

    .customer_information .col-lg-3.col-md-4 .btn.btn-primary {
        padding: 10px 12px;
    }

    .budget_range .input-group .form-select {
        padding: 10px 12px;
        border-radius: 0 6px 6px 0;
    }

    .right_enquiry_form .customer_information .input-group .form-control {
        width: 65%;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        width: 35%;
        border-radius: 6px 0px 0 6px;
    }

    .enquiry_budgets .col-lg-4.col-md-6 {
        width: 50%;
    }

    .enquiry_budgets .col-lg-4.col-md-12 {
        width: 100%;
    }

    .navbar_search {
        max-width: 390px;
    }

    .light-style body .select2-container--default .select2-selection {
        border-radius: 6px;
    }

    .navbar_search input {
        border-radius: 6px;
    }

    .right_enquiry_form.right_project_form .project_information .table td {
        min-width: 140px;
        padding: 16px 10px;
    }

    .right_enquiry_form.right_project_form .project_information .contact_cards .table-responsive {
        scrollbar-width: thin;
    }

    .right_enquiry_form.right_project_form .project_information .table td:first-child {
        min-width: 210px;
    }

}

@media screen and (max-width: 1400px) {

    .col-md-2.pre_leased_check {
        width: 13%;
    }

    .col-md-2.project_cols_wrap {
        width: 25%;
    }

    .right_enquiry_form .customer_information .contact_cards .input-group .form-select {
        width: 20%;
    }

    .card-datatable.table-responsive.table_role_manage .enquiry-by-period-list-table th,
    .card-datatable.table-responsive.table_role_manage .employee-by-enquiry-list-table th,
    .card-datatable.table-responsive.table_role_manage .source-by-enquiry-list-table th {
        font-size: 12px;
        line-height: normal;
        padding: 5px;
    }

}

@media screen and (max-width: 1300px) {

    .login-left.col-lg-6,
    .login-right.col-lg-6 {
        width: 50%;
    }

    .enquiry_list_title {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .right_enquiry_form .customer_information .contact_cards .input-group .form-select {
        width: 25%;
    }

    .right_enquiry_form.right_project_form .contact_details .table td {
        min-width: 300px;
    }

    .right_enquiry_form.right_project_form .contact_details .contact_cards .table-responsive {
        scrollbar-width: thin;
    }

}

@media screen and (max-width: 1200px) {
    .login_title {
        line-height: 36px;
        font-size: 28px;
    }

    .toggle_menu_icon.menu-link {
        right: 0;
        position: relative;
    }

    .mb_navbar_logo {
        display: block;
    }

    .navbar_search {
        display: none;
    }

    .mb_search_bar {
        display: block;
    }

    body .layout-page {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {

    body .layout-page {
        padding-left: 0;
    }

    .remark_text_nfd {
        max-width: 220px;
    }

}

@media screen and (max-width: 1024px) {

    .datatables_enquiries_list th {
        min-width: 130px;
    }

    .datatables_enquiries_list th.control.sorting_disabled {
        min-width: auto;
    }

    .source-by-enquiry-list-table th {
        min-width: 130px;
    }

    .table_role_manage, .card-datatable.table-responsive.table_role_manage {
        overflow: auto;
        scrollbar-width: thin;
    }


}

@media screen and (max-width: 991px) {

    .login-right.col-lg-6 {
        width: 100%;
    }

    .right_side_login {
        justify-content: center;
    }

    .login_main_wrap .main_logo {
        position: unset;
        transform: unset;
    }

    .right_enquiry_form .customer_information .input-group .form-control {
        width: 60%;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        width: 40%;
    }

    .navbar_search {
        max-width: 290px;
    }

    .col-md-2.pre_leased_check {
        width: 100%;
    }

    .col-md-2.project_cols_wrap,
    .col-md-2.area_cols_wrap {
        width: 25%;
    }

    .pre_leased_check .form-check {
        padding-left: 1.7em;
        justify-content: start;
    }

    .other_contact_btn label {
        display: none;
    }

    .customer_information .row {
        row-gap: 8px;
    }

    .right_enquiry_form .customer_information .contact_cards .input-group .form-select {
        width: 30%;
    }

    .budget_range .input-group .form-select {
        width: 40%;
    }

}

@media screen and (max-width:767px) {

    label:empty {
        display: none;
    }

    label.hidden {
        display: none;
    }

    body .form-control {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 14px;
        border-radius: 6px;
    }

    .navbar_search {
        display: none;
    }

    .user_name_dls {
        display: none;
    }

    .mb_search_bar {
        display: block;
    }

    .enquiry_budgets .col-lg-4.col-md-6 {
        width: 100%;
    }

    .breadcrumb-item a {
        font-size: 12px;
    }

    .enquiry_title {
        font-size: 18px;
        line-height: normal;
    }

    .card-title {
        font-size: 14px;
        line-height: normal;
    }

    .right_enquiry_form .form-label,
    .content-wrapper .form-group label,
    .filter_modal .form-label,
    .assign_permiosiontitle,
    .permission_card_title h4,
    .reset_modal_wrap form .form-label,
    .modal-enquiry-transfer form .form-label,
    .employee_audit_wrap .form-label {
        font-size: 12px;
        line-height: normal;
    }

    .permissions_dls .form-check .form-check-label {
        font-size: 12px;
        line-height: normal;
    }

    .right_enquiry_form .form-control,
    .right_enquiry_form .form-select,
    body .select2-container--default .select2-search--inline .select2-search__field,
    .dataTables_filter .form-control,
    .right_user_form .form-control,
    .right_user_form .form-select,
    .filter_modal .form-select,
    .table_role_manage .form-control,
    .table_role_manage .form-select,
    .modal-enquiry-transfer form .form-select,
    .employee_audit_wrap .form-select,
    .employee_audit_wrap .form-control,
    body div.dataTables_wrapper div.dataTables_filter input,
    .property_confi table tr td,
    html.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 14px;
        border-radius: 6px;
    }

    .customer_information .col-lg-3.col-md-4 .btn.btn-primary {
        padding: 7px 14px;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        width: auto;
    }

    .budget_range .input-group .form-select {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 14px;
    }

    .customer_requirment .col-md-4,
    .customer_requirment .col-md-6 {
        margin-bottom: 12px;
    }

    .customer_information .col-md-4 {
        margin-bottom: 0px;
    }

    .customer_requirment .row.mb-4 {
        margin-bottom: 8px !important;
    }

    .customer_requirment .row,
    .customer_information .row {
        row-gap: 8px;
    }

    .enquiry_allocation .col-lg-6.mb-4 {
        margin-bottom: 12px !important;
    }

    body .content-footer .footer-container {
        block-size: auto;
        gap: 10px;
        text-align: center;
        font-size: 14px;
    }

    .enquiry_allocation>.row {
        gap: 24px;
    }

    .btn_frp_btm {
        margin-top: 24px;
    }

    .form-check .form-check-label {
        font-size: 14px;
        line-height: normal;
    }

    .pre_leased_check .form-check .form-check-label {
        font-size: 14px;
    }

    .main_navbar .navbar-nav {
        gap: 0px;
    }

    .main_navbar .navbar-nav .nav-item .nav-link {
        position: relative;
    }

    body .layout-navbar.main_navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .budget_range .row span {
        font-size: 12px;
        line-height: 36px;
    }

    .create_role_wrap h1,
    .create_role_wrap .assign_titles {
        font-size: 14px;
        line-height: normal;
    }

    .table_role_manage .dataTables_filter,
    .table_role_manage .dataTables_filter label {
        margin-left: auto;
    }

    .right_enquiry_form .table td {
        min-width: 300px;
        padding: 16px 10px;
    }

    .right_enquiry_form .table th {
        min-width: 150px;
    }

    .right_enquiry_form .table th:last-child {
        min-width: auto;
    }

    .right_enquiry_form .table td:last-child {
        min-width: auto;
    }

    .right_enquiry_form .table tfoot td {
        padding: 0;
        min-width: auto;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        border-radius: 6px 0px 0 6px;
    }

    .enquiry_allocation>.row {
        row-gap: 24px;
    }

    .btn_group_add_enquiry {
        justify-content: end;
        width: 100%;
    }

    .right_user_form .card-body .row {
        row-gap: 12px;
    }

    .project-view .property_row_wrap table.table.projects_features_status thead tr {
        width: 100%;
    }

    .amnities_table_wrap thead tr {
        display: flex;
        flex-direction: column;
    }

    .amnities_table_wrap thead tr td.sorting_disabled {
        margin: 0;
        padding: 0;
    }

    .right_user_form .customer_information .col-md-4,
    .right_user_form .customer_requirment .col-md-4,
    .right_user_form .customer_requirment .col-md-6 {
        margin-bottom: 0;
    }

    .right_user_form .form-label {
        font-size: 14px;
        line-height: normal;
    }

    .row.right_user_form {
        margin: 0;
        padding: 0;
    }

    .enquiry_list_title .search_list_enquiry {
        width: auto;
    }

    .light-style body .select2-container--default .select2-selection {
        border-radius: 6px;
    }

    .right_enquiry_form table thead tr th,
    .table_role_manage table th,
    .enquiry_list_form table th,
    .project-view .property_row_wrap .table tr th {
        font-size: 12px;
        line-height: normal;
    }

    .right_enquiry_form tfoot td button {
        font-size: 12px;
        line-height: normal;
    }

    .mb_navbar_logo {
        width: 100%;
    }

    .right_enquiry_form .budget_range .form-label {
        align-items: baseline;
    }

    .table_role_manage .filter_grp_status {
        gap: 24px;
        flex-direction: row !important;
    }

    .table_role_manage .filter_grp_status .col-md-3.ms-2 {
        padding: 0 !important;
    }

    .table_role_manage .row.enquiry_con_list {
        display: grid;
    }

    .table_role_manage .row.enquiry_con_list .dataTables_filter {
        min-width: 200px;
    }

    .table_role_manage .row.enquiry_con_list .form-select {
        min-width: 150px;
    }

    body div.dataTables_wrapper div.dataTables_filter input {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 14px;
        border-radius: 6px;
    }

    .roles_card_header .btn.btn-primary,
    .enquiry_list_title .btn-primary,
    .enquiry_list_title_right .btn {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 6px;
        gap: 6px;
    }

    .enquiry_list_title_right .search_list_enquiry .form-control {
        padding: 9px 16px 9px 35px;
        font-size: 12px;
        border-radius: 6px;
        gap: 6px;
    }

    .enquiry_list_title_right .search_list_enquiry label svg {
        width: 14px;
    }

    .btn-primary i {
        font-size: 12px !important;
    }

    .enquiry_list_title {
        margin-bottom: 16px;
    }

    .roles_card_header .btn.btn-primary svg {
        width: 12px;
        height: 12px;
    }

    .other_contact_btn label {
        display: none;
    }

    body .right_enquiry_form .budget_range .pre_leased_check .form-label {
        display: none;
    }

    .col-md-2.project_cols_wrap,
    .col-md-2.area_cols_wrap {
        width: 100%;
    }

    .col-md-2.pre_leased_check {
        width: 100%;
    }

    .pre_leased_check .form-check {
        justify-content: left;
        padding-left: 1.7em;
    }

    .right_enquiry_form .customer_information .contact_cards .input-group .form-select {
        width: 15%;
    }

    .card.enquiry_list_form .table-responsive::-webkit-scrollbar,
    .contact_cards .table-responsive::-webkit-scrollbar,
    .table_role_manage::-webkit-scrollbar {
        scrollbar-width: thin;
    }

    ::-webkit-scrollbar {
        width: 4px;
    }

    .card.enquiry_list_form .table-responsive,
    .contact_cards .table-responsive {
        scrollbar-width: thin;
    }

    .right_enquiry_form .customer_information .contact_cards .input-group .form-select {
        width: 30%;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        width: 15%;
    }

    .employee_audit_wrap .filter_btns label {
        display: none;
    }

    .employee_audit_wrap .row {
        row-gap: 8px;
    }

    .employee_dls_card h6 {
        font-size: 12px;
    }

    .property_wrap_configuration {
        grid-template-columns: auto;
        column-gap: 0;
    }

    div.member_status:empty {
        display: none;
    }

    .table_role_manage,
    .card-datatable.table-responsive.table_role_manage {
        overflow: auto;
        scrollbar-width: thin;
    }

    .card-datatable.table-responsive.table_role_manage th {
        min-width: 110px;
    }

    .card-datatable.table-responsive.table_role_manage .enquiry-by-period-list-table th,
    .card-datatable.table-responsive.table_role_manage .employee-by-enquiry-list-table th,
    .card-datatable.table-responsive.table_role_manage .source-by-enquiry-list-table th {
        min-width: 85px;
    }

    .card-datatable.table-responsive.table_role_manage .enquiry-by-period-list-table th:first-child,
    .card-datatable.table-responsive.table_role_manage .employee-by-enquiry-list-table th:first-child,
    .card-datatable.table-responsive.table_role_manage .source-by-enquiry-list-table th:first-child {
        min-width: 200px;
    }

    .datatables_enquiries_list th {
        min-width: 110px;
    }

    .datatables_enquiries_list th:first-child {
        min-width: auto;
    }

    .btn_group_add_enquiry {
        justify-content: end;
        width: 100%;
    }

    .budget_range .input-group .form-select {
        width: auto;
    }

    .enquiry_list_form table td,
    .enquiry_list_form table td span,
    .enquiry_list_form table td a,
    .enquiry_list_form table td h6,
    .table-enquiry-summery tr td {
        font-size: 12px;
        line-height: normal;
    }

    .datatables_enquiries_list .client_name_check {
        min-width: fit-content;
    }

    .datatables_enquiries_list .nfd_remark {
        min-width: 180px;
    }

    .datatables_enquiries_list .client_required {
        min-width: 150px;
    }

    .project-view-wrap .row .col-md-6:first-child {
        padding-right: 0;
    }

    .project-view-wrap .row .col-md-6:nth-child(2) {
        padding-left: 0;
    }

    .dashboard_wrap .dashboard_cards .card,
    .left_dashboard .card,
    .right_dashboard .card,
    .dashboard_wrap .card {
        margin-bottom: 10px;
    }



}

@media screen and (max-width:576px) {

    .login_main_wrap .main_logo {
        margin-bottom: 36px;
    }

    .login_title {
        line-height: normal;
        font-size: 20px;
        margin: 0 0 36px;
    }

    .right_side_login .input-group .form-control {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 14px;
        border-radius: 6px;
    }

    .right_side_login .right_side_form .sign-in-btn {
        font-size: 14px;
        padding: 7px 14px;
        line-height: 20px;
        border-radius: 6px;
    }

    .login_main_wrap form .error:not(li):not(input) {
        font-size: 12px;
        font-weight: 400;
    }

    body div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0;
    }

    .enquiry_list_filter .btn_grp_filter {
        gap: 8px;
    }

    .builder_list_title .enquiry_list_filter .btn_grp_filter {
        gap: 0px;
    }

    .enquiry_list_filter .btn_grp_filter a {
        padding: 8px 10px;
    }

    .enquiry_list_filter .btn_grp_filter a svg {
        margin-right: 0;
    }

    .enquiry_list_title_right .btn span svg {
        margin-right: 0px;
    }

    .enquiry_list_title_right {
        gap: 14px;
    }

    .table_btm_wrap {
        flex-direction: column;
        gap: 16px;
    }

    .budget_range .col-md-5:last-child label {
        display: none;
    }

    .editrole_wrap .form-check-input {
        width: 14px;
        height: 14px;
    }

    .table_role_manage .filter_grp_status {
        gap: 0;
    }

    .enquiry_list_title .enquiry_list_title_right .btn i {
        font-size: 18px !important;
    }

    .enquiry_list_filter .btn_grp_filter button {
        padding: 8px 10px;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        width: 25%;
    }

    .employee_audit h5 {
        font-size: 12px;
    }

    .employee_audit .reset_pass_title h4 {
        font-size: 16px;
    }

    .employee_audit ul li {
        font-size: 12px;
    }

    .modal-enquiry-filter .modal-body {
        overflow: auto;
        scrollbar-width: thin;
    }

    .filter_modal.enquiry_dls_modal .filter_btn_btm {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter_badges_wrap span {
        flex-wrap: wrap;
        word-break: break-all;
        white-space: unset;
        text-align: left;
    }

    .remark_text_nfd {
        max-width: 160px;
    }

    .filter_btn_btm {
        flex-wrap: wrap;
        margin-top: 8px;
    }

    .enquiry_list_filter .btn_grp_filter a svg,
    .enquiry_list_filter .btn_grp_filter button svg {
        margin-right: 0;
    }

}

@media (max-width: 480px) and (min-width: 300px) {

    .employee_audit_wrap {
        padding: 19px;
    }

}

@media screen and (max-width:375px) {

    .form-check.show-only-assigned {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 4px;
        min-height: 100%;
        line-height: 100%;
        padding: 0 !important;
    }

    .form-check.show-only-assigned .form-check-label {
        font-size: 13px;
        line-height: 100%;
    }

}

@media screen and (max-width:360px) {

    .mb_navbar_logo .app-brand a img {
        width: 30px;
        height: 30px;
    }

    body .app-brand.demo .app-brand-text {
        font-size: 14px;
        margin-left: 6px !important;
    }

    body .mobile_input_wrap .form-select {
        width: 40%;
    }

    .builder_list_title.enquiry_list_title .btn-primary,
    .builder_list_title.enquiry_list_title_right .btn {
        font-size: 12px;
        padding: 9px 4px;
        border-radius: 6px;
        gap: 0px;
    }

    .builder_list_title.enquiry_list_title .enquiry_list_title_right .btn i {
        font-size: 14px !important;
    }

    .builder_list_title .enquiry_list_title_right {
        gap: 10px;
    }

    body .mobile_input_wrap .form-control {
        width: 60%;
    }

    .right_enquiry_form .customer_information .input-group .form-control {
        width: 70%;
    }

    .right_enquiry_form .customer_information .input-group .form-select {
        width: 30%;
    }

    .employee_dls_card h6 {
        display: grid;
        margin-bottom: 6px;
    }

    .right_navs_menus {
        gap: 6px;
    }

    body .layout-navbar.main_navbar {
        padding: 12px;
    }

    .property_wrap_configuration .property_confi .add_button_wrapper .btn.btn-primary {
        padding: 8px 10px;
        font-size: 12px;
        gap: 4px;
    }

    .property_wrap_configuration div.card-datatable [class*=col-md-] {
        padding: 16px 0 !important;
    }

    .property_wrap_configuration .row.property_confi_btm {
        flex-wrap: nowrap;
        gap: 14px;
        align-items: center;
    }

    .property_wrap_configuration div.card-datatable .row.property_confi_btm [class*=col-md-] {
        padding: 0px 0 !important;
        width: auto;
    }

    .table_role_manage .row.enquiry_con_list .dataTables_filter {
        min-width: 165px;
    }

}

/** sign-in loader */
.loader {
    width: 30px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
    display: block;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.coniner-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}