<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-page .content {
    position: relative;
}

/* table loader */
.table-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: red; Uncomment for testing */
    z-index: 9999;
    display: flex;
    /* Use Flexbox for easier centering */
    justify-content: center;
    /* Horizontally center the loader */
    align-items: center;
}

.table-loader-icon {
    font-size: 50px;
    color: #000;
}

.table-loading {
    position: relative;
    opacity: 1;
    pointer-events: none;
}

.table-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../images/table-loader.gif") center center;
    /* background-size: cover; */
    background-size: 120px 20px;
    pointer-events: none;
    filter: none;
    z-index: 10;
}

/* table loader */

.text-danger {
    font-weight: 400 !important;
    /* color: #dc3545 !important; */
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
    height: 45px !important;
    /* padding-top: 1px !important; */
}

input.button {
    padding: 20 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d5d5d5 !important;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05) !important;
    background-color: #fbfdff !important;
}

.pe-auto {
    cursor: pointer;
}

.text-align-last-left {
    text-align-last: left;
}

.formLink button {
    color: rgba(49, 58, 70, 0.8);
}

.bg-transparent {
    background-color: transparent !important;
}

.w-100 {
    width: 100% !important;
}

.btn {
    border-radius: 2px;
    font-size: 15px;
    outline: none !important;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (max-height: 1400px) and (min-width: 600px) {

    .ml-1,
    .mx-1 {
        margin-left: 0.25rem !important;
    }
}

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

    .ml-1,
    .mx-1 {
        margin-left: 0.25rem !important;
        display: none;
    }

    .user-profile {
        margin: 0;
        padding: 5px;
    }

    .multi-steps {
        padding: 50 !important;
    }
}

.user_profile_dropdown_img {
    width: 32px !important;
    height: 32px !important;
}

.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px;
}

.dropdown-menu {
    padding: 4px 0;
    font-size: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

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

.inline-flex {
    display: inline-flex !important;
}

.select2-container {
    /* width: 100% !important; */
    width: -webkit-fill-available !important;
    margin-bottom: 15px !important;
}

.justify-items-center {
    justify-items: center;
}

.justify-content-center {
    justify-content: center;
}

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

.justify-content-space-between {
    justify-content: space-between;
}

.three-action i {
    cursor: pointer;
}

.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
    padding: 12px 10px;
    text-align: left;
    align-content: center;
    position: relative;
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
    outline: none;
    box-sizing: border-box;
    display: block;
    background-color: #fbfdff;
    font-size: 16px;
    /* font-weight: 600; */
    /* border: 1px solid #d5d5d5; */
    opacity: 1;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    line-height: 24px;
    padding: 0px 0px 0px 11px;
}

textarea {
    background-color: #fbfdff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: 1px solid #b4b4b4;
}

textarea {
    /* min-height: 150px;
    line-height: normal; */
}

.filter-btn {
    width: auto !important;
    margin: 0;
}

.clickable {
    cursor: pointer;
    /* height: 44px; */
    /* background: #202a54; */
    /* color: #fff; */
}

#table_img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.table-icon-container {
    /* font-size: 36px; */
    color: #fff;
    background-color: #202a54;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}

::selection {
    color: #892222;
    background: #664aff;
}

/* .search-input{
    position: absolute;
} */

.wrapper .search-input {
    background-color: #4b578500;
    width: 100%;
    border-radius: 20px;
    position: relative;
    /* box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12); */
}

.search-input input {
    height: 40px !important;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 2px 20px;
    font-size: 15px;
    background-color: #202a54;
    border: 1px solid #d1d1d1;
    margin-top: 6px;
    color: #ffffff;
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    width: 400px;
    background-color: #ffffff;
    color: #2c2c2c;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    /* border-radius: 20px; */
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #e5e5e5;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: -4px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    color: #d1d1d1;
    cursor: pointer;
}

.search-input {
    background-color: #ffffff;
}

.bottom-0::after {
    bottom: 0px !important;
}

/* Hidden text for the loading state */
.btn-loading {
    /* transition: opacity 0.3s; */
    color: transparent !important;
}

.btn-loading::after {
    content: "";
    position: absolute;
    top: 22%;
    left: 45%;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

.has_error::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f06a";
    /* Font Awesome exclamation-circle */
    top: 50%;
    transform: translateY(-50%);
    color: #a94442;
    background: white;
    border-radius: 100%;
}

/* button.tablinks {
    background: white !important;
    color: black !important;
    border-radius: 0 !important;
}

button.tablinks.active {
    border-bottom: 3px solid #202a54;
} */

.back-button {
    background: transparent !important;
    color: #000 !important;
    border: solid 3px #eee !important;
}

.pr-7 {
    padding-right: 7px;
}

.pt-9 {
    padding-top: 0 !important;
}

.box-box-1 {
    /* margin-left: 330px; */
    position: relative;
    /* max-width: 650px; */
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.box-box-1 i,
.box-box-1 .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box-box-1 i {
    left: 20px;
    font-size: 80px;
    padding: 10px;
    color: #707070;
}

.box-box-1 .int {
    height: 100px;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 9px;
    background-color: transparent;
    border: 1px solid rgb(174, 174, 174);
}

.box-box-1 .button {
    right: -3px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 6px 21px;
    border-radius: 5px;
    background-color: #202a54;
    cursor: pointer;
}

.box-box-1 .button:active {
    transform: translateY(-50%) scale(0.98);
}

.gap {
    height: 30px;
}

.gap-2 {
    height: 50px;
}

@media screen and (min-width: 600px) {
    .box-box-1 {
        width: 100%;
    }
}

@media (min-width: 300px) and (max-width: 700px) {
    .box-box-1 {
        /* margin-left: 13px; */
    }

    .gap {
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 850px) {
    /* .box-box-1 {
        margin-left: 51px;
    } */

    .gap {
        display: none;
    }
}

@media (min-width: 852px) and (max-width: 978px) {
    /* .box-box-1 {
        margin-left: 51px;
    } */

    .gap {
        display: none;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    /* .box-box-1 {
        margin-left: 140px;
    } */

    .gap {
        display: none;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    /* .box-box-1 {
        margin-left: 260px;
    } */

    .gap {
        display: none;
    }
}

@media (min-width: 1801px) and (max-width: 1900px) {
    /* .box-box-1 {
        margin-left: 460px;
    } */

    .gap {
        display: none;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-4 {
    margin-top: 4px 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-4 {
    margin: 4px 0 !important;
}

/* filter-rg */
.filter-reg {
    font-size: 16px;
}

.t-dark {
    color: #000;
    padding: 7px 20px;
}

.t-dark:hover {
    color: #fff;
}

.profile-logo #logo img {
    margin: 0;
}

.req {
    color: #a94442;
    font-weight: bolder;
}

.ppd_step_tab {
    cursor: pointer;
}

.fw-bold {
    font-weight: bold;
}

/* loaction */

main.table {
    width: 61vw;
    height: 116vh;
    background-color: #fff5;

    backdrop-filter: blur(7px);

    border-radius: 0.8rem;

    overflow: hidden;
}

.table__header {
    width: 129%;
    height: 10%;
    background-color: #fff4;
    padding: 0.8rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table__header .input-group {
    width: 35%;
    height: 100%;
    background-color: #fff5;
    padding: 0 0.8rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.2s;
}

.table__header .input-group img {
    width: 1.2rem;
    height: 1.2rem;
}

.table__header .input-group input {
    width: 100%;
    padding: 0 0.5rem 0 0.3rem;
    background-color: transparent;
    /* border: none;
    outline: none; */
    border: 1px solid #989898;
}

.table__body {
    width: 95%;
    max-height: calc(89% - 1.6rem);
    background-color: #fffb;
    margin: 0.8rem auto;
    border-radius: 0.6rem;
    overflow: auto;
    overflow: overlay;
}

.table__body::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

.table__body::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: #0004;
    visibility: hidden;
}

.table__body:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

table {
    width: 100%;
}

td img {
    width: 36px;
    height: 36px;
    margin-right: 0.5rem;
    border-radius: 50%;
    /* border: 1px solid; */
    vertical-align: middle;
}

table,
th,
td {
    border-collapse: collapse;
    padding: 1rem;
    text-align: left;
}

thead th {
    /* position: sticky; */
    top: 0;
    left: 0;
    /* background-color: #d5d1defe; */
    cursor: pointer;
    text-transform: capitalize;
}

.table td {
    padding: 0.75rem;
    vertical-align: 0px;
    border-top: 1px solid #ffffff;
}

tbody tr:nth-child(even) {
    background-color: #ffffff0b;
}

tbody tr.hide {
    opacity: 0;
    transform: translateX(100%);
}

tbody tr:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

tbody tr td,
tbody tr td p,
tbody tr td img {
    transition: 0.2s ease-in-out;
}

tbody tr.hide td,
tbody tr.hide td p {
    padding: 0;
    font: 0 / 0 sans-serif;
    transition: 0.2s ease-in-out 0.5s;
}

tbody tr.hide td img {
    width: 0;
    height: 0;
    transition: 0.2s ease-in-out 0.5s;
}

.status {
    /* padding: .4rem 0; */
    border-radius: 4px;
    text-align: center;
    width: 50px;
    margin-top: 15px;
}

.status.delivered {
    background-color: #3ec396;
    color: #ffffff;
}

.status.cancelled {
    background-color: #3ec396;
    color: #ffffff;
}

.status.pending {
    background-color: #3ec396;
    color: #ffffff;
}

.status.shipped {
    background-color: #3ec396;
    color: #ffffff;
}

@media (max-width: 1000px) {
    td:not(:first-of-type) {
        min-width: 12.1rem;
    }
}

thead th span.icon-arrow {
    display: inline-block;
    /* width: 1.3rem; */
    height: 1.3rem;
    border-radius: 50%;
    border: 1.4px solid transparent;

    text-align: center;
    font-size: 1rem;

    margin-left: 0.5rem;
    transition: 0.2s ease-in-out;
}

thead th.asc span.icon-arrow {
    transform: rotate(180deg);
}

thead th.active,
tbody td.active {
    color: #6c00bd;
}

.export__file {
    position: relative;
}

.export__file .export__file-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    /* background: #fff6 url(images/export.png) center / 80% no-repeat; */
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.export__file .export__file-btn:hover {
    background-color: #fff;
    transform: scale(1.15);
    cursor: pointer;
}

.export__file input {
    display: none;
}

.export__file .export__file-options {
    position: absolute;
    right: 0;

    width: 12rem;
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;

    opacity: 0;
    transform: scale(0.8);
    transform-origin: top right;

    box-shadow: 0 0.2rem 0.5rem #0004;

    transition: 0.2s;
}

.export__file input:checked+.export__file-options {
    opacity: 1;
    z-index: 100;
}

.export__file .export__file-options label {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
    background-color: #f2f2f2;

    display: flex;
    justify-content: space-around;
    align-items: center;

    transition: 0.2s ease-in-out;
}

.export__file .export__file-options label:first-of-type {
    padding: 1rem 0;
    background-color: #202a54 !important;
    color: #ffffff;
}

.export__file .export__file-options label:hover {
    transform: scale(1.05);
    background-color: #fff;
    cursor: pointer;
}

.export__file .export__file-options img {
    width: 2rem;
    height: auto;
}

.is_hidden {
    display: none !important;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: auto;
    background-color: #fff;
    width: 813px;
    margin-left: -30px;
}

#gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.image-preview {
    /* position: relative;
    margin: 10px; */
    /* border: 2px solid; */
    position: relative;
    margin: 10px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    align-content: center;
}

.image-preview img,
.image-preview video {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    object-fit: cover;
}

.delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 29px;
    width: 25px;
}

.delete-btn:hover {
    background-color: #ff8418;
}

.delete-btn h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    margin-left: -4px;
}

.wrapper {
    width: 100%;
    /* margin: 150px auto; */
    margin-bottom: 20px;
}

/* file css uplode */
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 5px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px !important;
    user-select: none;
    -webkit-user-select: none;
}

.modal-footer-second {
    text-align: center;
}

.modal-footer-second .cancel {
    background: transparent;
    border: solid 3px #eee;
    margin-top: 0px;
}

.modal-footer-second .cancel-modal {
    background: #ff9202;
    border: solid 3px #ff9202;
    margin-top: 0px;
}

.modal-footer-second .confirm {
    background: #202a54;
    border: solid 3px #202a54;
    margin-top: 0px;
    color: #fff;
}

.reset-btn {
    background: #f36270 !important;
    border: solid 3px #f36270;
}

/* profile image */
.profile-pic {
    text-align: center;
    justify-items: center;
}

.profile-pic img {
    border-radius: 100px;
    width: 200px;
    height: 200px;
}

.details {
    /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12); */
    padding: 20px;
    border-radius: 10px;
}

.details h4 {
    font-size: 25px;
    color: #000;
    background: transparent;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
}

.utf-section-headline-item h2::before {
    background: #202a54;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 30px;
    position: absolute;
    bottom: -6px;
    width: 40px;
    text-align: center;
}

.profile-pic img {
    border-radius: 100px;
}

.utf-user-photo-upload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
    background: #202a54;
    border-radius: 20px;
    color: #fff;
    width: 40px;
}

.utf-user-photo-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (min-width: 508px) and (max-width: 590px) {
    .utf-user-photo-upload {
        margin-left: 60px;
    }
}

@media (min-width: 600px) and (max-width: 765px) {
    .utf-user-photo-upload {
        margin-left: 60px;
    }
}

@media (min-width: 229px) and (max-width: 320px) {
    .utf-user-photo-upload {
        width: 40px;
        margin-left: -14px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .utf-user-photo-upload {
        width: 40px;
        margin-left: -34px;
    }
}

@media (min-width: 901px) and (max-width: 1000px) {
    .utf-user-photo-upload {
        width: 40px;
        margin-left: -16px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .utf-user-photo-upload {
        margin-left: -16px;
        width: 40px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .utf-user-photo-upload {
        margin-left: -29px;
    }
}

.utf-change-photo-btn-item:hover {
    color: #fff;
    background-color: #202a54;
}

.utf-change-photo-btn-item i {
    margin-right: 2px;
}

.utf-user-profile-item h4 {
    background-color: #424242;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    padding: 18px 20px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.utf-user-profile-item label {
    margin-top: 5px;
    font-weight: 600;
    color: #4f4f4f;
}

.utf-user-profile-item label i {
    margin-right: 3px;
}

.utf-user-profile-item textarea {
    height: 180px;
}

.utf-user-profile-item .utf-submit-page-inner-box label i {
    margin-right: 5px;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-facebook {
    color: #3b5998;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-twitter {
    color: #00acee;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-linkedin {
    color: #0e76a8;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-google-plus-g {
    color: #db4a39;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-pinterest {
    color: #c8232c;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-feather-instagram {
    color: #c8232c;
}

.text-light {
    color: #fff;
}

a.text-light {
    padding: 18px;
}

.edit-btn .button {
    border-radius: 30px;
    padding: 11px;
}

.edit-btn {
    position: absolute;
    right: -10px;
    top: -10px;
}

.upload-area span {
    font-size: 17px;
    color: #2d2d2d;
    font-weight: 400;
    padding: 4px;
}

.upload-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 200px;
    cursor: pointer;
}

.video-preview {
    margin-top: 20px;
    display: none;
    width: 22%;
}

.delete-btnn {
    margin-top: 10px;
    display: none;
    font-weight: 700;
    color: rgb(207, 0, 0);
}

.fw-0 {
    font-weight: 500 !important;
}

#imageUload {
    padding: 0;
    margin-left: 323px;
    width: 108px;
    border: none;
    background-color: #fff;
}

.tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 9px;
    margin-top: 0px;
    border-radius: 4px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    justify-content: center;
}

.tab {
    border-radius: 20px;
    margin-right: 27px;
    padding-right: 7px;
}

.tab.active {
    color: #202a54;
    font-weight: 700;
}

.preview {
    display: none;
}

.preview.active {
    display: block;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-preview {
    position: relative;
    margin: 5px;
}

#drop-area p {
    color: #000;
    margin-top: 21px;
    font-size: 16px;
}

@media (max-width: 320px) and (min-width: 0px) {
    .tabs {
        text-align: center;
        box-shadow: none;
        border: none;
        flex-direction: column;
        width: auto;
    }

    .wrapper {
        max-width: 81%;
        margin-left: 28px;
    }

    .tab {
        font-size: 12px;
    }

    #drop-area {
        height: auto;
        width: 217px;
        background-color: #fff;
        margin-left: -43px;
        align-content: center;
    }

    #imageUload {
        margin-left: 28px;
    }

    #drop-area p {
        font-size: 13px;
    }
}

@media (max-width: 420px) and (min-width: 321px) {
    .tabs {
        text-align: center;
        box-shadow: none;
        border: none;
        flex-direction: column;
        width: auto;
    }

    .wrapper {
        max-width: 81%;
        margin-left: 28px;
    }

    .tab {
        font-size: 14px;
    }

    #drop-area {
        height: auto;
        width: 264px;
        background-color: #fff;
        margin-left: -40px;
        align-content: center;
    }

    #imageUload {
        margin-left: 54px;
    }

    #drop-area p {
        font-size: 13px;
    }
}

@media (max-width: 508px) and (min-width: 500px) {
    .tabs {
        text-align: center;
        margin-left: 21px;
        box-shadow: none;
        border: none;
        flex-direction: column;
        width: 227px;
    }
}

@media (max-width: 765px) and (min-width: 446px) {
    .tabs-45 {
        text-align: center;
        margin-left: 21px;
        box-shadow: none;
        border: none;
        flex-direction: column;
        width: 227px;
    }
}

@media (max-width: 446px) and (min-width: 440px) {
    .tabs {
        text-align: center;
        margin-left: 21px;
        box-shadow: none;
        border: none;
        flex-direction: column;
        width: 227px;
    }
}

@media (max-width: 445px) and (min-width: 421px) {
    .tabs {
        text-align: center;
        box-shadow: none;
        border: none;
        flex-direction: column;
        width: auto;
    }
}

.wrapper {
    max-width: 81%;
    margin-left: 28px;
}

.tab {
    font-size: 14px;
}

.tab.active {
    height: 36px;
    width: 50%;
    padding: 5px;
}

#drop-area {
    height: auto;
    width: auto;
    background-color: #fff;
    margin-left: -15px;
    align-content: center;
}

#imageUload {
    margin-left: 7px;
}

#drop-area p {
    font-size: 13px;
}

@media only screen and (max-width: 769px) and (min-width: 601px) {
    .tabs {
        display: flex;
        padding: 4px;
        margin-top: -4px;
        width: 109%;
        margin-left: -42px;
    }

    .tab {
        margin-right: 8px;
        font-size: 15px;
    }

    .wrapper {
        max-width: 100%;
        margin-left: 28px;
    }

    .tabs {
        display: flex;
        cursor: pointer;
        margin-bottom: 20px;
        background-color: #ffffff;
        padding: 4px;
        margin-top: 0px;
        border-radius: 4px;
        margin-left: -27px;
    }

    #drop-area {
        border: 2px dashed #ccc;
        border-radius: 20px;
        padding: 20px;
        text-align: center;
        height: auto;
        background-color: #fff;
        width: 109%;
        margin-left: -43px;
    }

    #drop-area p {
        color: #000;
        margin-top: 21px;
        font-size: 16px;
    }

    #imageUload {
        padding: 0;
        margin-left: 247px;
        width: 108px;
        border: none;
        background-color: #fff;
    }
}

/* chickbox */

.checkbox-container {
    display: flex;
    flex-direction: column;
    margin-top: 85px;
}

.custom-checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox .txt {
    font-size: 15px;
    font-weight: 400;
}

.custom-checkbox .txt span {
    font-size: 14px;
    font-weight: 600;
    color: #202a54;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkk {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #ffffff;
    border-radius: 31px;
    transition: background-color 0.3s;
    border: 1px solid #202a54;
}

.custom-checkbox input:checked~.checkmarkk {
    background-color: #202a54;
}

.checkmarkk:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmarkk:after {
    display: block;
}

.custom-checkbox .checkmarkk:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    font-size: 33px;
}

.custom-textt {
    font-size: 18px;
    color: #333;
    margin-bottom: 14px;
    margin-top: 16px;
    font-weight: 700;
}

.customm-paragraph {
    font-size: 15px;
    color: #666;
    text-align: justify;
}

.gapp {
    margin-top: 32px;
}

.content-page .content h5 {
    /* color:  #ffffff; */
    font-size: 14px;
}

.headline {
    color: #000;
}

/* Badge */
.badge {
    font-family: "Roboto", sans-serif;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    padding: 0.35em 0.5em;
}

.badge-gradient {
    background: #202a54 !important;
    color: #ffffff;
}

.badge-primary {
    background-color: #5d6dc3 !important;
}

.badge-secondary {
    background-color: #9a9a9a !important;
}

.badge-success {
    background-color: #3ec396 !important;
}

.active-plan-btn {
    background-color: #00a539 !important;
}

.badge-delete {
    background-color: #ff0000 !important;
    color: #fff;
}

.badge-info {
    background-color: #4fbde9 !important;
}

.badge-warning {
    background-color: #ff9202;
    color: #ffffff;
}

.text-danger {
    color: #dc3545 !important;
}

.badge-danger {
    background-color: #dc3545 !important;
}

.badge-purple {
    background-color: #9368f3;
    color: #ffffff;
}

.badge-pink {
    background-color: #e061c9;
    color: #ffffff;
}

.badge-dark {
    background-color: #313a46 !important;
}

tr {
    text-wrap-mode: nowrap;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background: #fff !important;
}

.product-cardd:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.badgee {
    position: absolute;
    /* left: -30px; */
    left: 20px;
    top: 20px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    background: #ff9202;
    color: #fff;
    padding: 0px 10px;
    border-radius: 6px;
    z-index: 5;
}

.badgeee {
    position: absolute;
    /* left: 217px; */
    right: 20px;
    top: 20px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    background: #ff9202;
    color: #fff;
    padding: 0px 10px;
    border-radius: 6px;
    z-index: 5;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.bookmarkLiked {
    color: #ff9202;
}

.containerb .delete-section {
    /* margin-right: 13px; */
    margin-left: 62px;
    margin-top: 12px;
    font-size: 20px;
    color: red;
}

.containerb .delete-section a {
    color: red;
}

/* Container for all sections */
.containerb {
    width: 112%;
    max-width: 1182px;
    background-color: #fff;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    height: 200px;
    margin-bottom: 40px;
    margin-left: -67px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}

.containerb:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Image Slider */
.slider-containerb {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
} */

.sliderr .imm {
    display: block;
    padding: 10px;
    border-radius: 26px;
}

.slider-section img {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    object-fit: cover;
}

/* Text Section */
.text-section {
    margin: 0;
    padding: 20px;
    border-radius: 8px;
}

.text-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 700;
}

.text-section p {
    font-size: 16px;
    width: 709px;
    height: 105px;
}

.product-bottom-detailss {
    background-color: #202a54;
    width: 20%;
    padding: 3px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-top: -15px;
}

#custom-sidebar-h {
    max-height: 300px;
}

#custom-comment-h {
    max-height: 1000px;
}

#custom-plan-h {
    height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.price-property-main-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-main-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#titlebar-dtl-item.property-titlebar ul.price-property-main-features li,
ul.price-property-main-features li {
    font-size: 12px;
    color: #888;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 7px;
    line-height: 22px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 10px;
}

#titlebar-dtl-item.property-titlebar ul.property-main-features li {
    font-size: 15px;
    color: #888;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 22px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 10px;
}

#titlebar-dtl-item.property-titlebar ul.price-property-main-features span {
    font-size: 12px;
    color: #444444;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

#titlebar-dtl-item.property-titlebar ul.property-main-features span {
    font-size: 16px;
    color: #444444;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

#titlebar-dtl-item.property-titlebar ul.price-property-main-features span {
    font-size: 12px;
    color: #444444;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

.property-main-features li:last-child {
    margin: 0;
}

.price-property-main-features li span {
    display: inline-block;
    color: #444;
    font-weight: 600;
    padding-left: 5px;
}

#titlebar-dtl-item.property-titlebar ul.price-price-property-main-features span {
    font-size: 12px;
    color: #444444;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

.price-property-main-features li:last-child {
    margin: 0;
}

.property-main-features li span {
    display: inline-block;
    color: #444;
    font-weight: 600;
    padding-left: 5px;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.h-w-auto {
    height: auto !important;
    width: auto !important;
}

.border-none {
    /* border: none !important; */
}

.pt-0 {
    padding-top: 0 !important;
}

#ajaxCommonModal .modal-body * {
    /* box-shadow: none !important; */
    /* border:none !important; */
}

.popp {
    text-align: right;
    margin-top: -67px;
    margin-right: 0px;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.popup-content h2 {
    margin-bottom: 15px;
    font-size: 28px;
}

.popup-content textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 17px;
}

.rating-box .stars {
    align-items: center;
    margin-bottom: 17px;
}

.stars i {
    color: #d0d0d0;
    font-size: 35px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.stars i.active {
    color: #ff9c1a;
}

.list-table-action .btn {
    width: 23px;
    border-color: transparent;
    font-size: 18px;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.common-modal-img-header {
    text-align: center;
}

.common-modal-img-header img {
    width: 200px;
}

.common-modal-img-header h5 {
    margin: 20px 0 !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.checkboxes {
    line-height: normal !important;
}

.error_img {
    width: 300px;
}

.no_result_img {
    max-width: 40px;
    max-height: 40px;
}

.no_data_tr {
    display: flex;
}

.no_data_tr td {
    width: 100%;
}

/* General reset */

/* Toggle button in popup*/
.toggle-container {
    position: relative;
    border: none;
    padding: 10px;
}

/* Toggle button */
.toggle-button {
    width: 60px;
    height: 26px;
    background-color: #989898;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    float: right;
}

.toggle-button.active {
    background-color: #202a54;
}

.toggle-circle {
    width: 23px;
    height: 22px;
    background-color: white;
    border-radius: 54%;
    position: absolute;
    top: 2px;
    right: 34px;
    transition: transform 0.3s ease;
    text-align: right;
}

.toggle-button.active .toggle-circle {
    transform: translateX(30px);
}

.dropdownnn-menu {
    display: none;
    top: 40px;
    left: 0;
    background-color: white;
}

.dropdownnn-menu.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* custom_scroller */
.custom_scroller::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

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

/* Handle */
.custom_scroller::-webkit-scrollbar-thumb {
    background: #202a54;
    border-radius: 10px;
}

#toggleButton {
    cursor: pointer;
}

.text-container {
    background: #c12020;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 990;
    left: 0;
    text-align: center;
    margin-top: 55px;
}

.text-container p {
    margin: 0;
    padding: 0px 60px 0px 60px;
}

.title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.padding-20 {
    padding: 20px 0;
}

.padding-30 {
    padding: 30px 0;
}

.padding-40 {
    padding: 40px 0;
}

/* General Reset */
.m-h-500 {
    overflow: auto;
    max-height: 500px;
}

.timelinee-container {
    /* width: 90%;
    max-width: 700px; */
    margin: 20px auto;
    position: relative;
}

.timelinee-line {
    position: absolute;
    left: 20px;
    top: 21px;
    bottom: 0;
    width: 2px;
    background-color: #d3d3d3;
    z-index: 1;
}

.timelinee-item {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    position: relative;
    padding-left: 85px;
    padding-right: 55px;
}

.timelinee-dot {
    position: absolute;
    left: 11px;
    top: 0px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    z-index: 2;
}

.dot-neutral {
    background-color: #17a2b8;
}

.dot-negative {
    background-color: #dc3545;
}

.dot-positive {
    background-color: #3ec396;
}

.timelinee-date {
    font-weight: bold;
    color: #555;
    margin-bottom: 0px;
}

.card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(148 148 148 / 20%),
        0 6px 20px 0 rgb(139 139 139 / 19%);
    padding: 15px 20px;
    flex: 1;
    gap: 10px;
}

.card .badge {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 0px;
    color: #ffffff;
    /* width: 82px; */
}

.badge-neutral {
    background-color: #17a2b8;
}

.badge-negative {
    background-color: #dc3545;
}

.badge-positive {
    background-color: #3ec396;
}

.badge-rejected {
    background-color: #dc3545;
}

.badge-approved {
    background-color: #3ec396;
}

.badge-pending {
    background-color: #ff9202;
}

.badge-pending_re_approval {
    background-color: #5d6dc3;
}

.card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.card-meta {
    font-size: 0.9rem;
    color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.card-meta span {
    font-size: 0.9rem;
    background: #f8f8f8;
    padding: 3px 10px;
    border-radius: 5px;
    color: #666;
}

.user-info {
    display: flex;
    align-items: center;
    margin-top: 0px;
    gap: 10px;
}

.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-name {
    font-size: 0.9rem;
    color: #555;
    font-weight: bold;
}

@media (min-width: 430px) and (max-width: 500px) {
    .utf-user-photo-upload {
        margin-left: 25px;
    }
}

@media (min-width: 412px) and (max-width: 429px) {
    .utf-user-photo-upload {
        margin-left: 14px;
    }
}

@media (min-width: 336px) and (max-width: 411px) {
    .utf-user-photo-upload {
        margin-left: -14px;
    }
}

@media (min-width: 390px) and (max-width: 410px) {
    .utf-user-photo-upload {
        margin-left: 2px;
    }
}

@media (min-width: 540px) and (max-width: 620px) {
    .utf-user-photo-upload {
        margin-left: 79px;
    }
}

@media (min-width: 320px) and (max-width: 424px) {
    .containerb {
        flex-direction: column;
        width: 301px;
        padding: 0px;
        border-radius: 10px;
        height: 481px;
        margin-bottom: 40px;
        margin-left: -28px;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06),
            0 1px 0 0 rgba(0, 0, 0, 0.02);
    }

    .badgeee {
        position: absolute;
        /* left: 217px; */
        right: 33px;
        top: 20px;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 700;
        background: #ff9202;
        color: #fff;
        padding: 0px 10px;
        border-radius: 6px;
        z-index: 5;
    }

    .dtl-item.property-titlebar h2 {
        line-height: 0px;
        margin: 20px 0;
    }
}

/* Responsive Design */
@media (min-width: 320px) and (max-width: 400px) {
    .card {
        padding: 20px;
        width: auto;
    }

    .card-title {
        padding: 10px;
    }

    .user-info {
        padding: 10px;
        flex-direction: column;
    }

    .extra-content {
        padding: 15px;
    }

    .card-meta {
        flex-direction: column;
    }
}

@media (min-width: 401px) and (max-width: 600px) {
    .card {
        width: auto;
        text-align: -webkit-center;
    }

    /* .d-flex {
        padding: 10px;
    } */

    .card-title {
        padding: 10px;
    }

    .user-info {
        padding: 10px;
    }

    .extra-content {
        padding: 15px;
    }

    .card-meta {
        flex-direction: column;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .card {
        padding: 20px;
        width: auto;
    }

    .card-title {
        padding: 10px;
    }

    .user-info {
        padding: 10px;
    }

    .extra-content {
        padding: 15px;
    }

    .card-meta {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .timelinee-container {
        width: 95%;
    }

    .timelinee-item {
        padding-left: 40px;
    }

    .timelinee-dot {
        left: 8px;
    }
}

.contentd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.more-text {
    display: none;
}

.read-more-btn {
    font-size: 0.9rem;
    color: #545454;
    background-color: #f8f8f8;
    border: none;
    border-radius: 4px;
    padding: 1px 17px;
    cursor: pointer;
}

.read-more-btn span {
    font-size: 16px;
    color: #00acee;
}

.read-more-btn:hover {
    background-color: #f8f8f8;
    color: #545454;
}

.extra-content {
    display: none;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

.btn-close.og-closed {
    background-color: #202a54;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    outline: none;
    opacity: initial;
    right: -95%;
}

.btn-close.og-closed::before,
.btn-close.og-closed::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 60%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close.og-closed::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-close.og-closed:hover {
    background-color: #202a54;
    /* Hover effect */
}

/* property form */
.multi-steps&gt;li.is-active~li:before,
.multi-steps&gt;li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps&gt;li.is-active~li:after,
.multi-steps&gt;li.is-active:after {
    background-color: #e1e1e1;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 50px;
}

.multi-steps&gt;li {
    counter-increment: stepNum;
    /* Corrected the incomplete property */
    text-align: center;
    display: table-cell;
    position: relative;
    color: #027f00;
}

.multi-steps&gt;li:before {
    content: "âœ“";
    /* Use only one content declaration */
    display: block;
    margin: 0 auto 4px;
    background-color: #027f00;
    width: 36px;
    height: 36px;
    line-height: 36px;
    /* Corrected alignment to match the circle */
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #027f00;
    border-radius: 50%;
    color: white;
    position: relative;
    z-index: 1;
}

.multi-steps&gt;li:last-child:after {
    display: none;
}

.multi-steps&gt;li.is-active:before {
    background-color: #fff;
    border-color: #027f00;
    color: #027f00;
    animation: pulse 2s infinite;
}

.multi-steps&gt;li.is-active~li {
    color: #808080;
}

.multi-steps&gt;li.is-active~li:before {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #808080;
}

.is-complete {
    background: linear-gradient(to right, #027f00 50%, #e1e1e1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #027f0070;
    }

    100% {
        box-shadow: 0 0 0 10px #027f0000;
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.progress-bar {
    cursor: pointer;
    user-select: none;
}

.progress-bar {
    background-color: #e1e1e1;
    height: 7px;
    overflow: hidden;
    position: absolute;
    left: 58%;
    bottom: calc(25% + 7px);
    width: 100%;
    z-index: -1;
}

.progress-bar--success {
    background-color: #027f00;
    z-index: 0;
}

.progress-bar__bar {
    background-color: #e1e1e1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-out;
}

/* testimonial wrapper */
.testimonial-container {
    width: 100%;
    margin: 50px auto;
}

.testimonial-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    text-align: justify;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #bebebe;
    height: 300px;
    width: 400px;
}

.testimonial-item:hover {
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 30%);
}

.testimonial-item .rat {
    display: flex;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 434px;
}

.testimonial-item .rat span {
    background-color: #ffffff;
    width: 40px;
    height: 34px;
    padding: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 20%);
}

/* testimonial wrapper */

.b-radius-3 {
    border-radius: 3px !important;
}

.filterCount {
    position: absolute !important;
    border-radius: 100% !important;
}

.btn-padding-icon {
    padding: 16px 0 !important;
}

.btn-padding-noicon {
    padding: 23px 0 !important;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
    padding: 0px 20px 0px 11px !important;
}

/* responsive for desktop */
@media only screen and (min-width: 600px) {
    .btn-close.og-closed {
        background-color: #202a54;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        cursor: pointer;
        outline: none;
        opacity: initial;
        right: -94%;
    }
}

/* responsive for mobile */
@media only screen and (max-width: 600px) {
    .btn-close.og-closed {
        background-color: #202a54;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        cursor: pointer;
        outline: none;
        opacity: initial;
        right: -90%;
        top: 10px;
    }

    .topbar-left {
        display: none;
    }
}

.cancel-btn {
    background: #a94442 !important;
}

.select2-selection__arrow {
    margin-top: 5px;
}

.select2-selection__clear {
    margin-top: 5px;
}

#imageUload_bedroom,
#imageUload_exterior_view,
#imageUload_floor_plan,
#imageUload_kitchen,
#imageUload_living_room,
#imageUload_location_map,
#imageUload_video {
    padding-top: 7px;
}

.disabled-btn {
    cursor: not-allowed !important;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.disabled-look {
    pointer-events: none;
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 1;
}

.question-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background-color: #232323;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 6px;
}

.tooltip-feature {
    display: none;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: -33px;
    left: 0px;
    width: 650px;
    position: absolute;
}

.option-item {
    display: flex;
}

.btn-remove {
    height: 45px;
    background: red;
    color: #fff;
}

textarea.select2-search__field {
    min-height: 18px;
    height: 18px;
}

.option-row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.preview-container {
    display: flex;
    gap: 5px;
}

.preview-container img {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 20px;
}

button.add-btn {
    background-color: #202a54;
    color: white;
    border: none;
    padding: 6px 29px;
    cursor: pointer;
    border-radius: 26px;
    margin-bottom: 10px;
}

.options-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.option-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.option-row input {
    flex: 1;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.option-row button {
    background-color: #dc3545;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: -18px;
}

.option-row button img {
    width: 50px;
    height: 40px;
}

@media (max-width: 600px) {
    .option-row {
        flex-direction: column;
        align-items: stretch;
    }

    .option-row button {
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
        height: 40px;
    }

    .property-features a {
        text-align: r;
    }
}

/* media */
.media-image-preview,
.media-video-preview {
    max-width: 49px;
    max-height: 60px;
    margin-right: 5px;
    margin-top: -15px;
}

.preview-file {
    cursor: pointer;
}

.previewFile {
    width: 100%;
}

/* ckeditor */
.ck-content .text-tiny {
    font-size: 0.7em;
}

.ck-content .text-small {
    font-size: 0.85em;
}

.ck-content .text-big {
    font-size: 1.4em;
}

.ck-content .text-huge {
    font-size: 1.8em;
}

/* ckeditor */

/* map places */
.pac-container {
    z-index: 99999;
}

/* map places */

.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slides img,
.slides video {
    width: 100%;
    height: 160px;
    border-radius: 4px;
}

.swiper-slide video,
video {
    width: 100%;
}

/* Dots Style */
.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #cfcfcf;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #202a54;
}

.dynamicSortableTable tr,
.dynamicSortableTable th,
.dynamicSortableTable td {
    border-collapse: collapse;
    cursor: all-scroll;
}

.comment-top {
    display: flex;
}

.comment-owner-img img {
    /* max-width: 50px; */
    max-height: 60px;
}

/* dropzone */
.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.dz-remove {
    /* display: none !important; */
    position: relative;
    z-index: 999999;
}

.dz-filename {
    padding-top: 14px !important;
}

.banner_has_link {
    cursor: pointer;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.flatpickr-current-month {
    display: flex !important;
    justify-content: space-between !important;
}

.flatpickr-monthDropdown-months,
.numInputWrapper input {
    height: auto !important;
}

.less p {
    padding: 0px !important;
}

.cta {
    padding: 4rem 0;
    background-color: #2563eb;
    color: #fff;
}

.cta-content {
    text-align: center;
    color: #fff;
}

.cta h2 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff !important;
}

.cta p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-white {
    background-color: #fff !important;
    color: #0f172a !important;
    font-weight: bold !important;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 2rem; */
}

.section-header h3 {
    font-weight: bold;
    color: #202a54;
}

.view-all {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1d4ed8;
    font-weight: bold;
}

.text-align-center {
    text-align: center !important;
}

/* form popup */
@media only screen and (min-width: 991.98px) {
    .filter-form {
        display: none;
    }

    .filter-form-desktop {
        display: block;
    }
}

@media only screen and (max-width: 991.98px) {
    .filter-form {
        display: block;
    }

    .filter-form-desktop {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .form-popup {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        border: 3px solid #f1f1f1;
        z-index: 9;
    }

    .button-filters {
        background: #202a54;
        color: #fff;
        padding: 6px 20px 6px 20px;
        position: absolute;
        top: -60px;
        margin: 27px 0 0 0;
    }

    .utf-submit-page-inner-box {
        box-shadow: none;
    }

    .px-4 {
        padding: 0 !important;
    }
}

.filter-form {
    margin: 0 14px;
}

.button-filters {
    background: #202a54;
    color: #fff;
    border-radius: 4px;
    padding: 6px 20px 6px 20px;
}

.reset-btn {
    margin-bottom: 20px;
}

.display-flex {
    display: flex !important;
}

@media (min-width: 600px) {
    .hold-1 {
        position: fixed;
        width: 420px;
        /* or the actual width of your sidebar */
        height: 600px;
        /* full height */
        overflow-y: auto;
        background: #fff;
        /* optional, for visibility */
        z-index: 0;
    }
}

.part-45 p {
    color: rgb(183, 0, 0);
    background-color: #c4eeff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 7px !important;
}

.p-2 {
    padding: 14px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-2 {
    margin-top: 14px !important;
}

.mt-3 {
    margin-top: 21px !important;
}

.mt-4 {
    margin-top: 28px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.padding-left-17 {
    padding-left: 17px;
}

/* lnav logo header */
.mmenu-trigger {
    margin: auto 0;
}

.left-side {
    display: flex;
}

#logo {
    max-width: 300px;
    height: 60px;
    align-content: center;
}

#logo a img {
    /* vertical-align: initial !important; */
}

@media (max-width: 576px) {
    #logo {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    #logo {
        padding: 10px;
    }
}

@media (max-width: 992px) {
    #logo {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-phone {
        display: none !important;
    }
}

@media (min-width: 1400px) {}

@media (max-width: 1200px) {
    .mmenu-trigger {
        display: inline-block !important;
    }

    .right-side {
        display: none;
    }
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}

.mb-1 {
    margin-bottom: 7px;
}

.mb-2 {
    margin-bottom: 14px;
}

/* nav logo header */

/* cjcn */
.navbar-phone {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin-left: auto;
}

.menu-icon {
    font-size: 20px;
    cursor: pointer;
    margin-top: -1px;
}

.dropdown-menuphone {
    display: none;
    background-color: white;
    color: black;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 100;
    height: 900px;
}

.dropdown-item-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-weight: 600;
}

.arrowphone {
    margin-left: auto;
    font-size: 14px;
}

.dropdown-item-phone:hover {
    background-color: #f9f9f9;
}

.submenu {
    display: none;
    background-color: #f0f0f0;
    padding: 0px 5px 5px 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* height: 400px; */
}

.accordion-content-wrapper {
    max-height: 200px;
    overflow: scroll;
}

.submenu a {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #ddd;
}

.submenu a:hover {
    background-color: #e9e9e9;
}

.post-button {
    background-color: white;
    color: black;
    padding: 8px 12px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}

.lop {
    background-color: #dfdfdf;
    padding: 10px;
}

.accordion-container {
    border-top: 2px solid #ccc;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #2d2d2d;
    background-color: #fafafa;
}

.accordion-header:hover {
    background-color: #f0f0f0;
}

.accordion-header .plus {
    font-size: 20px;
    font-weight: 800;
    color: #ff4800;
    transition: transform 0.2s ease;
}

.accordion-content {
    display: none;
    padding: 10px 15px;
    background: #dfdfdf;
    color: #444;
    font-size: 14px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .plus {
    transform: rotate(45deg);
}

.auth-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #dfdfdf;
}

.auth-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

/* Different styles for each */
.login-btn {
    background-color: white;
    color: black;
}

.register-btn {
    background-color: #1a2453;
    color: white;
}

.lop h3 {
    text-align: center;
}

/* nav logo header */

.accordion-content-link {
    padding: 0 !important;
}

.mobile-profile img {
    width: 50px;
    height: 50px;
}

.mobile-profile {
    margin-right: 7px;
}

@media only screen and (max-width: 600px) {
    .section-header h3 {
        font-size: 16px;
    }

    .view-all {
        font-size: 9px;
        margin-top: 10px;
    }
}

@media (min-width: 340px) and (max-width: 443px) {
    .slick-dots {
        bottom: -56px;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .topo {
        position: fixed;
        width: 326px;
        height: 620px;
        overflow: auto;
        margin-top: -15px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .topo {
        position: fixed;
        width: 326px;
        height: 620px;
        overflow: auto;
        margin-top: -15px;
    }
}

@media (min-width: 1200px) and (max-width: 1238px) {
    .topo {
        position: fixed;
        width: 330px;
        height: 620px;
        overflow: auto;
        margin-top: -15px;
    }
}

@media (min-width: 1240px) and (max-width: 1600px) {
    .topo {
        position: fixed;
        width: 410px;
        height: 620px;
        overflow: auto;
        margin-top: -15px;
    }

    .link-button {
        background: transparent;
        color: white;
        border: none;
    }

    .search-icon-btn {
        width: 50px;
        height: 45px;
        text-align: center;
        border-radius: 0 4px 4px 0;
        background-color: #202a54;
        color: #fff;
    }
}

.filter-button {
    outline: none;
    border: none;
    background: transparent;
    color: #202a54;
    font-weight: 500;
}

.list-layout .listing-image {
    height: 274px !important;
}

.text-dark {
    color: black;
}

/* tabs in home page */

.tabss {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}

.tab {
    padding: 4px 4px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background-color: #f1f1f1;
    /* width: 90px; */
    text-align: center;
    border-radius: 4px;
}

.tab.active {
    background-color: #1c1860;
    color: #fff;
    width: auto;
}

.preview {
    display: none;
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.preview.active {
    display: block;
}

.search-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
}

.search-section {
    display: flex;
    flex-direction: column;
}

.search-section h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.search-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-section ul li {
    margin-bottom: 10px;
}

.search-section ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 15px;
}

.search-section ul li a:hover {
    text-decoration: underline;
    color: #1c1860;
    font-weight: 600;
    transition: 0.5s;
}

.captchaWrapper {
    width: 100%;
    overflow: hidden;
    /* overflow-x: scroll; */
}

label.error {
    color: #dc3545 !important;
}

.warning-bg-danger {
    background-color: #fff1f1;
    border-color: #f4d8d8;
}

.warning-bg-success {
    background-color: #f1fff2;
    border-color: #f1fff2;
}

.countdown-container {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999;
    background: #1e293b;
    color: #fecd3f;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
    z-index: 100;
}

.countdown-container h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 15px 0px 0px 0px;
}

.timer div {
    background: #0f172a;
    padding: 5px 20px;
    border-radius: 10px;
    min-width: 79px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.timer span {
    font-size: 28px;
    font-weight: bold;
    color: #fecd3f;
    display: block;
}

.timer p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

/* Responsive styles */
@media (max-width: 768px) {
    .countdown-container {
        padding: 15px 10px;
    }

    .countdown-container h2 {
        font-size: 22px;
    }

    .timer {
        gap: 15px;
    }

    .timer div {
        padding: 10px 15px;
        min-width: 70px;
    }

    .timer span {
        font-size: 22px;
    }

    .timer p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .countdown-container h2 {
        font-size: 20px;
    }

    .timer {
        gap: 10px;
    }

    .timer div {
        padding: 8px 12px;
        min-width: 60px;
    }

    .timer span {
        font-size: 18px;
    }

    .timer p {
        font-size: 12px;
    }
}

.banner-widget {
    /* border: 2px solid red; */
}

.banner-widget img {
    height: 150px;
    width: 100%;
}

.form-group-8 {
    margin-bottom: 1rem;
    display: flex;
}

.phone-input-66 {
    width: 500px;
}

.phone-input-88 {
    width: 100px;
}

.button-group {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.butttones {
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    background-color: #202a54;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    flex: 1;
}

.butttones:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.options-1 {
    width: 106px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: #999;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}

.email-buttonr {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f3f6;
    border: 1px solid #ccc;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.email-buttonr:hover {
    background-color: #e2e6ea;
}

.email-buttonr img {
    width: 20px;
    margin-right: 10px;
}

.form-group-48 {
    column-count: 6;
}

.otp-inputs input {
    font-size: 24px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: border 0.2s ease;
}

.otp-inputs input:focus {
    border-color: #202a54;
}

.banner-widget img,
.banner-widget video {
    width: 100%;
}

.banner-widget img {
    height: 150px;
}

.banner-widget video {
    height: auto;
}

div#backBtn {
    font-size: 13px;
    padding-bottom: 7px;
    cursor: pointer;
}

/* samples page css */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio-item {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-5px);
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-title {
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 600px) {
    .portfolio-title {
        font-size: 14px;
    }
}

.filter-button:hover {
    color: #ff9202;
}

.our-samples {
    font-size: 25px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.carousel-caption {
    position: relative;
    z-index: 2;
}

.contact-details i {
    transition: transform 0.3s ease;
}

.contact-details i:hover {
    transform: scale(1.2);
}

.strikethrough {
    font-size: 18px;
}

#loginRegModal {
    /* z-index: 1057; */
}

.select2-dropdown {
    /* z-index: 1054 !important; */
    /* z-index: 105!important; */
}

.accordion-body span {
    font-size: 14px !important;

</pre></body></html>