h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

.action-btn-div .btn {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
    padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
    height: 40px;
    line-height: 1.53;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9dee3;
    height: 40px;
    line-height: 1.53;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0.375rem;
    height: auto;
    overflow: hidden;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 95% !important;
    width: 40px !important;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
    overflow: hidden;
    height: auto;
}
input.form-control {
    height: 40px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    /* height: 0; */
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    /* width: 0; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: center center;
    width: 15px;
    background-repeat: no-repeat;
    right: 15px;
    background-size: 17px 12px;
    bottom: 0;
    display: flex;
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 22px;
    color: #00000049 !important;
}
.table th {
    padding: 1.025rem 1.25rem;
}
.page-link {
    background-color: #ffffff;
    border: 1px solid #d9dee3;
}
.add-user-btn-div .btn {
    font-size: 13px;
}
.table tbody tr td {
    font-size: 14px;
}

/* Franchise list start */
.fran-img-div {
    width: 160px;
    flex: 0 0 160px;
    height: 160px;
    border-radius: 50%;
    border: 5px solid #e1e1e1;
    margin: 0 auto 15px;
}
.fran-img-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.franc-footer {
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}
.franc-footer .btn {
    min-width: 130px;
}
.dropdown.franchise-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
}
.franchise-dropdown .dropdown-menu a {
    padding: 6px 15px;
    font-size: 14px;
}
.franchise-dropdown .dropdown-menu {
    min-width: 120px;
}
.circle-status {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
}
.form-label,
.col-form-label {
    text-transform: capitalize;
}
.image-attach-div label[for="upload"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
}
/* Franchise list End */

.permission-table .form-check-input {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #000000;
    cursor: pointer;
}
.permission-table .form-check-input:checked {
    border-color: #ffa401;
}
.uploaddocument-table-div {
    overflow: auto;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 9999;
    width: -webkit-fill-available !important;
    position: relative;
    z-index: auto;
}
.selec2100 + .select2-container {
    width: 100% !important;
}

/* Step Wizard Start */
#msform fieldset {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}
.fieldset-div {
    display: flex;
    overflow: hidden;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*headings*/

/*progressbar*/
#stepprogressbar {
    margin-bottom: 50px;
    overflow: hidden;
    counter-reset: step;
    display: block;
    z-index: 9;
    position: relative;
    display: flex;
    padding: 0;
}
#stepprogressbar li {
    list-style-type: none;
    color: #999999;
    font-size: 14px;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    align-items: center;
    text-transform: capitalize;
    flex: 1 0 0%;
}
#stepprogressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    line-height: 20px;
    background: #ddd;
    margin: 0 auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #999;
    font-size: 20px;
    font-weight: 700;
    flex: 0 0 45px;
}
/*stepprogressbar connectors*/
#stepprogressbar li::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: -1;
}
#stepprogressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
#stepprogressbar li.active {
    color: #333333;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#stepprogressbar li.active::before,
#stepprogressbar li.active::after {
    background: #0db02b;
    color: white;
}
/* Step Wizard End */
.planselectradio {
    position: relative;
}

.planselectradio label {
    border: 1px solid #dddddd;
    padding: 10px 25px;
    border-radius: 5px;
    width: 100%;
    background-color: #ffffff;
    text-transform: uppercase;
}
.planselectradio input:checked + label {
    background-color: #ffa401;
    color: #ffffff;
    border-color: #ffa401;
}
.planselectradio input {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

input[type="file"] {
    display: block;
}
.imageThumb {
    width: 120px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
    height: 120px;
    object-fit: cover;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    color: #ff3e1d;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px 0;
    border: 1px solid #ff3e1d;
}
.remove:hover {
    background: #ff3e1d;
    color: #ffffff;
}

.property-list-tab ul li button {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 30px;
}

.qiophotolist {
    display: flex;
    flex-wrap: wrap;
}
.qphbox {
    width: 120px;
    height: 120px;
}
.qphbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qphbox {
    width: 100px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
}
.ra-btn-div {
    position: relative;
}
.ra-btn-div label {
    padding: 10px 35px;
    border: 1px solid #ddd;
    margin-left: 15px;
    font-size: 14px;
}
.ra-btn-div input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.ra-btn-div input:checked + .acp-btn {
    background-color: #0db02b;
    color: #ffffff;
    border-color: #0db02b;
}
.ra-btn-div input:checked + .rej-btn {
    background-color: #ff3e1d;
    color: #ffffff;
    border-color: #ff3e1d;
}

.com-body-div {
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
}
.pincode-custom-div .accordion-header {
    border-bottom: 1px solid #dddddd;
}
.pincode-custom-div .accordion-header + .accordion-collapse .accordion-body {
    padding-top: 20px;
}
.pincode-custom-div .accordion-button {
    font-size: 16px;
}
.pc-head {
    padding: 30px;
}
.pc-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 5px solid #eee;
}
.pc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-li {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.pc-label {
    font-weight: 400;
    font-size: 14px;
    color: #999;
}
.pc-head {
    padding: 30px;
    background-color: #1d4991;
}
.profile-card-div {
    border-radius: 10px;
    overflow: hidden;
}

.upc-group {
    margin-bottom: 20px;
}
.upc-body {
    padding: 30px 0;
}
.user-property-card {
    border-radius: 10px;
    overflow: hidden;
}
.upc-img {
    height: 100%;
}
.upc-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.upc-group label {
    font-size: 12px;
}

.user-subscriptions-card {
    border: 2px solid #1d4991;
}

.usc-service-list {
    display: flex;
    padding: 0;
    margin: 0;
}
.usc-service-list {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.usc-service-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px 0;
}

.usc-service-list li i {
    font-size: 18px;
    color: #71dd37;
}
.plan-icon-div i {
    width: 60px;
    height: 60px;
    background-color: #c0cce0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4991;
    font-size: 24px;
    border-radius: 50%;
    margin: auto;
}
.cb-header h2 {
    font-size: 18px;
    color: #1d4991;
    margin-top: 10px;
}
.cb-contet h1 {
    font-size: 28px;
    margin: 10px 0 0;
    color: #1d4991;
}
.plan-card-selected {
    border: 2px solid #71dd37;
    background-color: rgba(113, 221, 55, 0.1);
}
.plan-card-selected2 {
    border: 2px solid #1d4991;
    /* background-color: rgba(113, 221, 55, 0.1); */
}
.usc-sl-box .usc-div-box {
    display: flex;
    gap: 15px;
    align-items: center;
}
.usc-sl-box h4 {
    font-size: 22px;
    color: #1d4991;
    margin-top: 5px;
}
.usc-sl-icon i {
    font-size: 24px;
    background-color: #f5f5f9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1d4991;
}
.usc-sl-content h5 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.cb-contet p {
    font-weight: 500;
}
.plan-card-selected .plan-icon-div i {
    background-color: #1d4991;
    color: #ffffff;
}
.crnt-plan {
    background-color: #71dd37;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}
.crnt-plan2 {
    background-color: #1d4991;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}
.preview-img {
    max-width: 10%;
    max-height: 30px;
    margin: 10px;
}
i.fas.fa-plus {
    margin-top: 8px;
    cursor: pointer;
    font-size: 25px;
}
i.fas.fa-plus.custom {
    margin-top: 8px;
    cursor: pointer;
    font-size: 13px;
}

/* **********************************
Reset CSS
************************************** */
.cl-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.chat-lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.message-area .modal-content {
    box-shadow: none !important;
}

/* *******************************
message-area
******************************** */

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    bottom: 11px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.msg-search {
    display: flex;
    gap: 15px;
}
.msg-search .btn {
    padding: 7px 10px;
    width: 45px;
}
.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
    border: none;
    background: #1d4991;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}
.custom-dropdown-arrow {
    position: relative;
}

.custom-dropdown-arrow::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f6f7fa;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    flex: 0 0 100px;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #3f64a1 !important;
    border-radius: 7px !important;
}
.layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    z-index: 99999 !important;
}
@media (max-width: 991px) {
    .add-user-btn-div .d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }
    .button-wrapper {
        flex: 0 0 100px;
    }
}
@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 12px;
    }
    .chat-list p {
        font-size: 10px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .chat-area {
        overflow: auto;
    }
    .cl-img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1199.98px) {
    .layout-menu {
        z-index: 99999;
    }
    .layout-navbar.navbar-detached {
        padding: 0 15px;
    }
    .navbar-nav h5 {
        font-size: 14px;
    }
    .dropdown-user .flex-grow-1 span {
        font-size: 16px;
    }
    .dropdown-user .flex-grow-1 small {
        word-break: break-all;
        white-space: break-spaces;
        line-height: 12px;
        display: block;
    }
}

@media (max-width: 1199.98px) {
    .layout-overlay {
        z-index: 9999;
    }
    .layout-menu {
        height: 100vh !important;
    }
}

@media (min-width: 1199.98px) and (max-width: 1398.98px) {
    .plan-card-selected-custom {
        border: 2px solid #3f64a1;
        background-color: rgba(113, 221, 55, 0.1);
        height: 300px !important;
        min-height: 260px;
        transition: all 0.3s ease-in-out;
        background: #ffffff;
        border-radius: 20px;
    }
    .property-detail-img {
        position: relative;
        overflow: hidden;
        height: 200px !important;
    }
    .property-detail-img .item img {
        height: 200px !important;
    }
}

@media (min-width: 360px) and (max-width: 505px) {
    .plan-card-selected-custom {
        border: 2px solid #3f64a1;
        background-color: rgba(113, 221, 55, 0.1);
        height: max-content !important;
        min-height: 275px;
        transition: all 0.3s ease-in-out;
        background: #ffffff;
        border-radius: 20px;
    }
    .custom-border-golden {
        width: 85% !important;
    }
}

@keyframes shake-horizontal {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-2px);
    }
    50% {
        transform: translateX(2px);
    }
    75% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}

.notification-custom {
    position: relative !important;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    color: rgba(29, 73, 145, 0.85);
}
.notification-custom:hover {
    display: inline-block;
    animation: shake-horizontal 1s infinite ease-in-out;
    position: relative !important;
    color: rgba(29, 73, 145, 0.85);
    transform: scale(110%);
}

.notification-number-custom {
    position: absolute !important;
    top: -40%;
    left: 25%;
    font-size: 8px;
    color: #fff;
    background-color: #1d4991;
    border-radius: 50%;
    padding: 6px 4px;
}

.plus-custom {
    font-size: 14px !important;
}

.custom-form-select {
    color: #697a8d96 !important;
    height: 40px;
    padding: 0.4375rem 0.875rem;
    padding-right: 10px;
    padding-left: 12px;
    border-radius: 0px 7px 7px 0px;
    font-size: 14px;
    border-color: #3f64a1;
    border-left-width: 0px;
}

.custom-add-select {
    color: #697a8d96 !important;
    height: 40px;
    padding: 0.4375rem 0.875rem;
    padding-right: 10px;
    padding-left: 12px;
    border-radius: 7px 0px 0px 7px;
    font-size: 14px;
    border-color: #3f64a1;
}

.custom-form-select option {
    color: #697a8dce !important;
    font-size: 16px;
}

.custom-form-input {
    border-radius: 7px 0px 0px 7px;
    border: 1.7px solid #1d4991;
}

.button-custom-services {
    /* background-color: #3F64A1;
    border-color: #3F64A1; */
    background: linear-gradient(to bottom, #002971, #3f64a1);
    height: 40px;
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: none;
    margin-left: 20px;
}

.button-custom-Suggestion {
    background: linear-gradient(90deg, #002971, #3f64a1);
    height: 40px;
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: none;
    margin-left: 20px;
}

.button-custom-services:hover {
    transform: scale(1);
    border-radius: 10px;
}

.button-custom-Suggestion:hover {
    transform: scale(1);
    border-radius: 10px;
}

.custom-label {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    /* color: #3F64A1; */
}

.custom-width-hours {
    width: 25%;
}

.custom-width-hours-suggestion {
    width: 21%;
}

.custom-input-Recurrence {
    height: 40px !important;
    padding-right: 10px;
    padding-left: 12px;
    border-radius: 7px 0px 0px 7px;
    font-size: 14px;
    border-color: #3f64a1;
}

.custom-input-hours-suggestion {
    height: 40px !important;
    padding-right: 10px;
    padding-left: 12px;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    border-left: 0px;
    border-color: #3f64a1;
}

.custom-input-hours {
    height: 40px !important;
    padding-right: 10px;
    padding-left: 12px;
    border-radius: 7px 0px 0px 7px;
    font-size: 14px;
    border-color: #3f64a1;
}

.custom-width-user-suggestion {
    width: 38%;
}

.custom-width-user {
    width: 50%;
}

.custom-btn {
    color: #fff !important;
    font-size: 17px;
    border-radius: 15px;
    width: 28%;
    background: linear-gradient(90deg, #002971, #3f64a1);
    /* background-color: #3F64A1;
    border-color: #3F64A1; */
}

.custom-btn {
    border: 0;
}

.custom-width-notification {
    width: 26%;
    margin-left: 17.6px;
}

.custom-width-suggestion {
    width: 92%;
    margin-bottom: 30px;
}

.custom-margin-input {
    margin-bottom: 30px !important;
}

.fs-14 {
    font-size: 14px;
}

.custom-form-input-services {
    color: #697a8d96 !important;
    height: 40px;
    padding: 0.4375rem 0.875rem;
    padding-right: 10px;
    padding-left: 12px;
    border-radius: 7px;
    font-size: 14px;
    border-color: #3f64a1;
}

.custom-hr {
    color: #0a3379 !important;
}

.custom-heading {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 60px;
    font-size: 27px;
}

.card-custom {
    box-shadow: rgba(121, 107, 107, 0.2) 0px 7px 20px 0px;
    border-radius: 20px;
}

.custom-padding-btn {
    padding: 7px 15px;
}

.custom-table-service-purchase {
    /* background-color: ; */
    border: 1px solid #768ca2;
}

.custom-table-service-purchase thead {
    background-color: #768ca2;
    border-bottom: 2px solid #768ca2;
}

.custom-table-service-purchase thead tr th {
    color: #ffffff !important;
    font-weight: 700;
    padding: 20px !important;
}

.custom-table-service-purchase tbody tr td {
    font-weight: 500;
    padding: 20px 10px !important;
}

.border-custom {
    border-right: 1px solid #d9dee3;
}

.custom-color {
    color: #566a7f;
    font-weight: 500;
}

.custom-radius {
    border-radius: 20px;
}

.background-custom {
    background: #566a7f;
}

.white-color {
    color: white;
}

.custom-padding-bottom {
    padding-bottom: 35px;
}

.custom-border-golden {
    border: 2px solid #ffd600;
    width: 55%;
    border-radius: 100px;
}

.custom-border {
    border-color: #566a7f;
}

.plan-card-selected-custom {
    border: 2px solid #3f64a1;
    background-color: rgba(113, 221, 55, 0.1);
    height: 275px;
    min-height: 260px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    border-radius: 20px;
}

.plan-card-selected-custom:hover {
    /* background: #f1fceb; */
    background: #f2f4ff;
    /* background:  #E6EFFA; */
    transform: translateY(-5px);
    box-shadow: rgba(121, 107, 107, 0.2) 0px 7px 20px 0px;
}

.crnt-plan-custom {
    background-color: #3f64a1;
    border-radius: 0px 0px 15px 15px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

/* ============================================================
Property Details Page Css 
============================================================ */

.property-index {
    margin: 0 auto;
}

.property-detail-card .card {
    border-color: #dee2e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.property-detail-card .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.property-detail-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.property-detail-img img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-detail-card:hover .property-detail-img img {
    transform: scale(1.05);
}

.property-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(135deg, #1c4a92, #058fd3);
    color: white;
    padding: 8px 16px;
    /* border-radius: 20px; */
    font-size: 0.85rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.property-detail-content {
    padding: 1.5rem;
}

.site-visit-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 12px 14px;
    border: 1px solid #dee2e6;
}

.property-detail-card {
    border-radius: 15px;
    overflow: hidden;
}

.pc-li-custom {
    border-bottom: 1px dashed #d9d9d9;
    padding: 18px 18px;
}

.pc-li-custom:last-child {
    border-bottom: none;
}

.property-view-table thead th {
    background: #f5f5f5;
}
.property-view-table tbody td {
    padding: 12px 15px;
}

.property-detail-img {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.property-detail-img .item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.property-detail-img2 .item img {
    height: 200px !important;
}

/* Position navigation arrows inside image */
.property-detail-img .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
}

.property-detail-img .owl-nav button {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px !important;
    pointer-events: all;
}

.property-detail-img .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 34px; */
}

/* Optional hover effect */
.property-detail-img .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

.rounded-15 {
    border-radius: 15px;
}

/* Make parent div scrollable */
.custom-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.custom-scroll::-webkit-scrollbar {
    scrollbar-width: thin;
    height: 2px; /* thin horizontal scrollbar */
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}

/* For Firefox */
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #bbb #f1f1f1;
}
