/* new css start 28/8/2023 */
header {
    z-index: 9;
}
.dash_hldr {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
}
.sidebar {
    position: fixed;
    height: 100%;
    width: 200px;
    padding-top: 150px;
    top: 0;
    left: 0;
    background: #175385;
    transition: all 0.5s ease-in-out;
    z-index: 5;
    overflow-y: auto;
}
.dash_main {
    width: calc(100% - 200px);
    transition: all 0.5s ease-in-out;
}
.side_menu {
    list-style: none;
    padding: 0 16px;
}
.side_menu li {
    transition: all 0.5s ease-in-out;
}
.side_menu li a {
    font-size: 0.75rem;
    font-weight: var(--fw-semi);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
}
.side_menu li a i {
    margin-right: 15px;
    max-width: 11px;
}
.side_menu li:not(:last-child) {
    margin-bottom: 20px;
}
.side_menu li a:is(:hover, :focus),
.side_menu .nav-link.active {
    color: var(--primaryG);
}
.side_menu .nav-link {
    padding: 0;
    position: relative;
}
.pagination_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination li a {
    font-size: 14px;
    line-height: 1;
    margin: 0 5px;
}
.page-item.active .page-link {
    background-color: #084170;
    border-color: #084170;
}
.sidebar_toggle {
    position: absolute;
    top: 105px;
    right: 15px;
    font-size: 20px;
    padding: 4px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.sidebar_toggle:hover {
    color: var(--primaryG);
}
.sidebar.hide .side_menu .nav-link {
    font-size: 0;
}
.sidebar.hide .side_menu .nav-link i,
.sidebar .side_menu .nav-link i {
    font-size: 0.85rem;
}
.sidebar.hide {
    width: 68px;
}
.sidebar_toggle.toggle {
    transform: rotateY(180deg);
}
.dash_main.full_size {
    width: calc(100% - 50px);
}

.card-panel {
    /* box-shadow: 0px 1px 6px 1px; */
    margin-bottom: 20px;
}

option {
    font-weight: 600;
}

.btn.search-btn.blue.waves-effect.waves-light.right {
    float: right;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    margin-top: -15px;
    transition: 0.3s;
}
.btn.search-btn.blue.waves-effect.waves-light.right:hover {
    transition: 0.3s;
    background-color: #a9c0eb;
    color: #000;
}
label {
    display: inline-block;
    color: #837777;
    font-weight: 500;
}
select {
    width: 100%;
    height: 35px;
    padding: 5px 7px;
    background: transparent;
    border: 1px solid black;
    border-radius: 0;
    border: none;
    font-weight: 500;
    color: #084170;
    font-size: 12px;
}
.select {
    color: #be7200;
}
.card-panel .row {
    /* border: 1px solid #00000057;
    padding: 14px 0px;
    margin: 0; */
}
#users-list-verified {
    margin-top: 0;
    height: 35px;
}
.text {
    font-size: 13px;
    margin-bottom: 7px;
    font-weight: 500;
}
.row.top_form {
    border-bottom: 0 !important;
}
.row.btm_form {
    border-top: 0;
}
.input-field {
    text-align: center;
}

.profile_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.profile_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.profile_hldr {
    position: relative;
}
.profile_dd {
    width: 240px;
    position: absolute;
    right: 0;
    top: 50px;
    background: #a9c0eb9c;
    padding: 20px;
    border-radius: 3px;
    backdrop-filter: blur(5px);
}
.profile_dd figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.profile_dd figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prf_lg {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}
.prf_lg a {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 7px;
    background: #ffffff70;
    border-radius: 2px;
    color: var(--primaryB);
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.prf_lg a:hover {
    color: #a9c0eb;
    background: var(--primaryB);
}
.profile_dd {
    display: none;
}
.profile_hldr.show .profile_dd {
    display: block;
}
.sub-menu {
    list-style: none;
    margin-top: 15px;
    padding: 0;
    display: none;
    padding-left: 15px;
}
.sidebar.hide .sub-menu li a {
    font-size: 0;
}
.sidebar.hide .sub-menu li a i,
.sub-menu li a i {
    font-size: 0.85rem;
}
.has-menu .nav-link {
    position: relative;
}
.has-menu .nav-link::after {
    position: absolute;
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 500;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 12px;
}
.sidebar.hide .has-menu .nav-link::after {
    display: none;
}
.pixel-form {
    padding: 20px 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 25px;
    width: 65%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    align-items: flex-start !important;
}
.pixel-form .form-group label {
    font-size: 14px;
    color: var(--primaryB);
    line-height: 1.5;
    /* vertical-align: top; */
    margin-bottom: 5px;
    display: block;
    height: 35px;
}
.pixel-form
    input:not(
        input[type="submit"],
        input[type="checkbox"],
        input[type="radio"],

    ),
.pixel-form textarea,
.pixel-form select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 12px;
    color: #4c4a4a;
    height: 40px;
    border: 1px solid #cfcbcb;
}
.pixel-form textarea {
    min-height: 150px;
}
.pixel-form input[type="file"] {
    width: auto;
    color: var(--primaryB);
}
/* .dashboard-title {
    position: sticky;
    top: 100px;
} */
.dashboard_inner {
    display: flex;
    flex-direction: column;
    min-height: 700px;
}
footer {
    margin-top: auto;
}
/* .sweet-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #21252980;
    z-index: 9;
}
.sweet-alert.showSweetAlert.visible {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    z-index: 99;
    border-radius: 5px;
} */
.alert {
    padding: 15px;
}
.close {
    float: right;
    font-size: 20px;
    line-height: 1;
}
.error {
    color: rgb(194, 29, 29);
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    width: 100%;
    display: block;
}
.delete {
    background: rgb(194, 29, 29);
}
.swal2-actions button:is(:hover, :focus) {
    box-shadow: none;
}
.sidebar.hide .sub-menu {
    display: none !important;
}
.tab-content {
    padding: 0 !important;
    border: none !important;
}
div#nav-tab {
    border: none;
    margin-bottom: 25px !important;
}
.nav.nav-tabs .nav-link {
    padding: 10px;
    line-height: 1;
    border: 1px solid var(--primaryB);
    color: var(--primaryB);
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
    transition: all 0.5s ease-in-out;
}
.nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link:is(:hover, :focus) {
    background: var(--primaryB);
    color: #fff;
}
.nav.nav-tabs .nav-link {
    margin-right: 15px;
    margin-top: 10px !important;
}
.alert-error {
    background-color: #e6f5f0 !important;
    color: #198754;
    border-color: #b3d3c4;
}
.pixel-property-form {
    background: #c8e6ff;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
}
.pixel-property-form select,
.pixel-property-form input,
.pixel-property-form textarea {
    border: none !important;
    font-size: 14px;
    color: #084170 !important;
}
.pixel-property-form select,
.pixel-property-form input::placeholder,
.pixel-property-form textarea::placeholder {
    color: #084170 !important;
}
.pixel-property-form .form-select:disabled {
    background-color: #d6dbe0;
    color: #989797 !important;
}
.pixel-property-form label {
    margin-bottom: 10px !important;
}
.amenities_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
}
.pixel-property-form h6 {
    color: var(--primaryB);
}
/* form three style start */
.map-box {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}
.map-box iframe {
    height: 100%;
    width: 100%;
}
.pixel-property-form .btn {
    width: 100%;
}
/* form four css */
.property-image {
    padding-left: 15px;
    margin-top: 15px;
}
.property-image li {
    color: var(--primaryB);
    font-size: 14px;
}
.property-image li:not(:last-child) {
    margin-bottom: 10px;
}
.inp-img {
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inp-img span {
    height: 100%;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
}
.inp-img span i {
    font-size: 30px;
    color: var(--primaryG);
}
.inp-img span p {
    font-size: 12px;
    line-height: 1.5;
    color: var(--primaryB);
}
.inp-img input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.day_tab label span {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--primaryB);
    padding: 5px;
    border: 2px solid var(--primaryB);
    border-radius: 4px;
    width: 50px;
    text-align: center;
    display: inline-block;
}
.day_tab label input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.day_tab label input:checked ~ span {
    background: var(--primaryG);
    color: #fff;
    border: 2px solid var(--primaryG);
}
.day_tab label:not(:last-child) {
    margin-right: 5px;
}
.pixel-property-form h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #525861;
}
.time-range-hldr {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 4px;
    border: 1px solid var(--primaryB);
}
.time-range-hldr i {
    font-size: 18px;
    color: var(--primaryB);
    padding: 9px;
    border-right: 1px solid var(--primaryB);
}
.time-range-hldr span {
    display: inline-block;
    padding: 0 8px;
    min-width: 100px;
}
.time-range-hldr button {
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.time_slot_dlt {
    width: 45%;
}
.pixel-property-form p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--primaryB);
}
.pixel-property-form > div {
    position: relative;
}
.pixel-property-form > div .error {
    position: absolute;
    left: 13px;
    bottom: -23px;
}
.uploaded_image .close_btn {
    position: absolute;
    font-size: 15px;
    top: -3px;
    right: -3px;
}
.uploaded_image img {
    cursor: pointer;
}
.meeting_btn {
    padding: 10px;
    display: inline-block;
    background: #3e68e4;
    border: 0;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}
.pixel-form.property-form .form-group label {
    display: inline-block;
}
/* loader style */
.wrapper.mm-page.loader {
    position: relative;
    pointer-events: none;
}

.wrapper.mm-page.loader::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.5);
    z-index: 101;
}

/* Circle Loader */
.loader-circle {
    --line-color-rgb: 225, 225, 225;
    --size: max(10vh, 100px);
    --line-width: calc(var(--size) / 10);
    --speed: 8s;
    width: var(--size);
    height: var(--size);
    animation: circle-loader-1 var(--speed) linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    z-index: 123;
}

@keyframes circle-loader-1 {
    to {
        transform: rotate(360deg);
    }
}

.loader-circle span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    clip: rect(0, var(--size), var(--size), calc(var(--size) / 2));
    animation: circle-loader-2 calc(var(--speed) / 4) linear infinite;
}

@keyframes circle-loader-2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(220deg);
    }
}

.loader-circle span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    clip: rect(0, var(--size), var(--size), calc(var(--size) / 2));
    border: var(--line-width) solid rgb(var(--line-color-rgb));
    border-radius: 50%;
    animation: circle-loader-3 calc(var(--speed) / 4)
        cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes circle-loader-3 {
    0% {
        transform: rotate(-140deg);
    }

    50% {
        transform: rotate(-160deg);
    }

    100% {
        transform: rotate(140deg);
    }
}
/* form three style end */

/* 27-10-2023 */
.pixel-form > div,
.pixel-form.property-form > div {
    position: relative;
}
.pixel-form.pixel-form-new > div .error,
.pixel-form.property-form > div .error {
    position: absolute;
    bottom: -22px;
    left: 11px;
}
.pixel-form.property-form > div .error {
    bottom: -38px;
}
/* 12-02-2024 */
ul.action_list.action_list_iner.change_status_btn {
    position: absolute;
    right: 0;
    width: auto;
    top: 50%;
    transform: translate(0, -50%);
}

table.dataTable tbody th,
table.dataTable tbody td {
    position: relative;
}
.status-prop_curr {
    padding-right: 20px;
}

.active-border {
    border: 2px solid #198754;
}
@media (max-width: 1199px) {
    .pixel-form .form-group label {
        min-width: 125px;
        margin-bottom: 15px;
    }
    .pixel-form input,
    .pixel-form textarea,
    .pixel-form select {
        width: 100%;
    }
    .pixel-form {
        width: 85%;
    }
    .pixel-property-form.form-six .inp-img {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .pixel-form .form-group label {
        min-width: 120px;
    }
    .table .btn:not(:last-child) {
        margin-bottom: 5px;
    }
    .pixel-form {
        padding: 20px;
    }
    .pixel-form {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .pixel-form .form-group label {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }
    .pixel-form {
        padding: 10px;
    }
    .pixel-form input,
    .pixel-form textarea {
        width: 100%;
    }
    .dashboard-title h4 {
        font-size: 1rem;
        margin: 0;
    }
    .dashboard-title > div {
        flex-wrap: wrap;
    }
    .dashboard-title > div h4,
    .dashboard-title > div a {
        margin-bottom: 15px;
    }
    .pagination_permisssion {
        flex-wrap: wrap;
    }
    .user_info {
        margin-bottom: 15px;
    }
    footer {
        z-index: 9;
    }
    .pixel-form.property-form > div .error {
        bottom: -20px;
    }
    .time_slot_dlt {
        width: 100%;
    }
}

.dt-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    margin-left: auto;
}

.dt-buttons {
    margin-bottom: 15px !important;
}
#DataTables_Table_0_wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.dt-processing {
    font-size: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 26-06-2024 */

#DataTables_Table_0_wrapper .dt-length {
    position: absolute;
    left: 220px;
    transition: all 0.5s ease-in-out;
}

/* #DataTables_Table_0_wrapper .dt-scroll {
    min-width: calc(100vw - 255px);
    transition: all 0.5s ease-in-out;
} */

/* .noti-table #DataTables_Table_0_wrapper{
    display: block;
} */

/* #DataTables_Table_0_wrapper #DataTables_Table_0_length{
    position: relative;
    display: inline;
    right: 20%;
}

#DataTables_Table_0_wrapper #DataTables_Table_0_filter{
    display: inline;
} */
/* .role-edit-form{
    margin-top: 20px;
} */
.dtbl-body {
    width: calc(100vw - 255px);
}

.dtbl-body-hide {
    width: calc(100vw - 105px);
}

.dt-scroll-body table thead {
    display: none;
}

.side_menu .nav-link span {
    font-size: 20px;
    padding-right: 8px;
    min-width: 30px;
}
.chat-log {
    max-height: 70vh;
    overflow: auto;
    padding-right: 0.25rem;
}
.chat-row {
    display: flex;
    margin-bottom: 0.75rem;
}
.chat-row.user {
    justify-content: flex-end;
}
.chat-row.assistant {
    justify-content: flex-start;
}
.chat-bubble {
    max-width: 80%;
    padding: 12px 14px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    word-break: break-word;
    white-space: pre-wrap;
}
.chat-bubble.user {
    background: #e7f1ff;
    border: 1px solid #d0e3ff;
}
.chat-bubble.assistant {
    background: #f5f6f8;
    border: 1px solid #e6e8eb;
}
.chat-meta {
    font-size: 12px;
    color: #6c757d;
    margin-top: 0.35rem;
}
.chat-sources {
    margin-top: 0.5rem;
    padding-left: 1rem;
    font-size: 12px;
}
#dld-button-tabs button{
    margin-top: 10px !important;
}