@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* font-family: "Montserrat", sans-serif; */


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat';
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    font-size: 13px;
    color: #919191;
    font-family: 'Montserrat';
    line-height: 21px;
    margin: 0;
}


/***** Font Files *****/

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}

@font-face {
    font-family: 'Ginger';
    src: url(../fonts/GingerBrand.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

.theme-h1,
.theme-h2,
.theme-h3,
.theme-h4 {
    font-family: 'Ginger';
}

h1 {
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 13px;
}

h5 {
    font-family: 'BlenderPro-Medium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50% !important;
    background-size: 9px 6px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.dashboard_page-box {
    position: relative;
    z-index: 9;
}

section.side_bar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0vh;
}

.side-bar-logo {
    text-align: center;
    padding: 20px 0px;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #101010;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0 10px 10px;
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    position: relative;
    z-index: 1;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #fff;
    opacity: 1;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    object-fit: contain;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: invert(1);
    opacity: 1;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.header-profile {
    text-align: center;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.user-imag-sid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

.header-profile h5 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    width: fit-content;
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
}

.header-profile span {
    color: #9e9e9e;
    font-family: 'BlenderPro-Medium';
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.slidebar_menu {
    border-radius: 30px;
    margin: 20px 0 0;
    position: relative;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0 10px;
}

.log-out-bottom {
    margin: 60px 0 20px 0;
}

.log-out-bottom a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 15px;
}

.log-out-bottom a img {
    transition: .2s all;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 7px;
    object-fit: contain;
}

.log-out-bottom a.logout-btn {
    font-size: 14px;
    color: #fff;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    display: block !important;
    width: 100%;
    padding: 20px 50px !important;
    border-radius: 40px;
    margin: 0 auto !important;
    text-align: center;
}

ul.slidebar_menu a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    background-image: -webkit-linear-gradient( -90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    z-index: -1;
    box-shadow: 0px 8px 32px 0px rgba(145, 117, 105, 0.25);
    border-radius: 50px;
    transition: .3s all;
}

ul.slidebar_menu a:hover::before,
ul.slidebar_menu a.active::before {
    top: 0;
    height: 100%;
}


/* Header Nav Bar */

.search-nav {
    position: relative;
    z-index: 1;
    padding: 24px 10px 24px 10px;
    margin-bottom: 0;
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 8px;
    height: 50px;
    padding-right: 60px;
    font-family: 'BlenderPro-Medium';
    background: #f5f5f5;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 0;
    margin-right: 0;
}

a.mailbox i {
    font-size: 20px;
    color: #918f8f;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f5f5f5;
    width: 55px;
    height: 50px;
}

a.mailbox span {
    width: 6px;
    height: 6px;
    background: #006597;
    padding: 1px;
    position: absolute;
    top: 15px;
    right: 18px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
}

.user-profile-img img {
    width: 55px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #c0a259;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #c0a259;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

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

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #c0a259;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000;
}


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #c0a259;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #737373;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    width: 115%;
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}


/* Page Content */

.dashboar_page-content {
    background: #ffffff;
    border-radius: 20px;
    margin: 10px;
}


/* simple flex grid (replaces Bootstrap) – keeps sidebar & main side by side */

.dashboard_page-box .row {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-col {
    flex: 0 0 16%;
    max-width: 20%;
}

.page-col {
    flex: 0 0 84%;
    max-width: 84%;
}

@media (max-width: 768px) {
    .sidebar-col,
    .page-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Home Page Start */


/* Welcome Box  */

.welcome-box {
    position: relative;
    z-index: 1;
    background-image: url(../images/welcome-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 12px;
}

.welcome-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.43) 10%, rgb(0 0 0 / 98%) 70%);
    z-index: -1;
}

.Rectangle_6_copy_2 {
    border-radius: 10px;
    background-color: rgb(12, 12, 12);
    position: absolute;
    left: 281px;
    top: 88px;
    width: 938px;
    height: 164px;
    z-index: 3;
}

.welcome-box h3 {
    font-size: 28px;
    color: #ffffff;
    margin: 0;
}


/* Welcome Box  */


/* Counter */

.count-icon {
    border-radius: 50%;
    background-color: rgb(255, 247, 240);
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.count-icon.cnt-2 {
    background: #f0f9ff;
}

.count-icon.cnt-3 {
    background: #fceff0;
}

.count-icon.cnt-4 {
    background: #dcfce7;
}

.count-card {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    padding: 10px;
    margin: 20px 0;
}

.count-card .text h4 {
    font-size: 16px;
    font-family: 'Ginger';
    margin-bottom: 4px;
}

.count-card .text h6 {
    font-size: 12px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    color: #202020;
    margin: 0;
    height: 28px;
}

.weeks h5 {
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #999595;
    color: #999595;
}

.count-card .d-flex {
    gap: 5px;
    align-items: center;
}


/* Counter */


/* Feature Properties  */

.feature-property {
    margin: 10px 0;
}

.feature-scroll {
    height: 360px;
    overflow-y: auto;
    padding-right: 10px;
}

.feature-scroll::-webkit-scrollbar {
    width: 5px;
}

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

.feature-scroll::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
}

.feature-scroll::-webkit-scrollbar-thumb:hover {
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
}

.f-25 {
    font-size: 25px;
    color: #202020;
}

.feature-property .row {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    padding: 0px 5px;
    margin: 10px 0;
    align-items: center;
}

.feature-imag img {
    width: 100%;
    height: 110px;
    border-radius: 8px;
    object-fit: cover;
}

.feature-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-review .rating i {
    font-size: 9px;
    color: #f5a115;
}

.feature-review .rating span {
    font-size: 12px;
    font-family: 'BlenderPro-Medium';
    font-weight: 500;
}

.feat-tag span {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
}

.due {
    color: #f59e0b !important;
    background: #fef3c7;
}

.count-card .active {
    background: #dcfce7;
    color: #1ebd88;
}

.feature-cotent p {
    font-size: 11px;
    color: #6c6c6c;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.feature-cotent h3 {
    font-size: 18px;
    color: #202020;
    font-family: 'Ginger';
    margin-bottom: 0;
}

.ft_address {
    margin-top: 20px;
}

.feature-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #6c6c6c;
    padding: 10px 0;
}

.feature-list {
    position: relative;
    z-index: 1;
}

.feature-list::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    border-left: 1px dashed #ccc;
    left: -35px;
    top: 0;
    margin: auto;
}

.feature-btn a {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-image: -webkit-linear-gradient( -90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    height: 170px;
    display: grid;
    width: 80%;
    margin: auto;
    place-content: center;
    margin-right: -18px;
}

.feature-list li span {
    font-size: 12px;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.feature-cotent {
    margin: -30px 0 0;
}


/* Feature Properties  */


/* Calender Box */


/* ===== Calendar Component Styles ===== */

.booking-calender .month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.booking-calender .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    text-align: center;
}

.booking-calender .date-item {
    padding: 10px 0px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 20px;
    cursor: pointer !important;
    transition: 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 40px !important;
    color: #000;
    height: fit-content !important;
    background: #f8f8f8;
    margin: 5px 0;
}

.booking-calender .date-item .day {
    font-size: 11px;
    color: #565656;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    line-height: 12px;
}

.booking-calender .date-item:hover,
.booking-calender .date-item.selected div {
    color: white !important;
}

.booking-calender .month-header button {
    width: 35px;
    height: 35px;
    border: 1px solid #0070a7;
    border-radius: 50px;
    color: #0070a7;
    background: transparent;
}

.booking-calender .month-header button:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    border: 0;
}


/* Home calendar overrides (adds red theme) */

.home-calendr {
    padding: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
}

.home-calendr h2#monthDisplay {
    font-size: 20px;
    font-family: 'Ginger';
    margin: 0;
    font-weight: 600;
}

.home-calendr .date-item:hover .day {
    color: #fff !important;
}

.home-calendr .date-item:hover,
.home-calendr .date-item.selected {
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    color: #fff !important;
}


/* Calender Box */


/* Notification */

.notification.home {
    border: 1px solid #dddddd;
    padding: 15px 10px;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
}

.notification.home ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    padding: 10px;
}

.notification.home ul {
    margin-top: 20px;
}

.notification.home ul li h5 {
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    text-transform: uppercase;
}

.notf-side-icon {
    width: 60px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    transition: 0.5s ease all;
}

.notf-side-icon i {
    font-weight: 100;
    font-size: 20px;
}

.notif-head h4 {
    font-size: 19px;
    text-transform: uppercase;
}

.theme_btn {
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-size: 13px;
    border: 1px solid #dddddd;
    padding: 13px 25px;
    width: max-content;
    border-radius: 40px;
    color: #000 !important;
    font-weight: 600;
    display: block;
    transition: 0.5s ease all;
}

.f-20 {
    font-size: 20px;
    margin-bottom: 5px;
}

.notification.home ul li p {
    font-size: 11px;
    font-family: 'Montserrat';
    line-height: 16px;
}


/* Notification */


/* Home Page End */


/* Browse Properties Page */

.browse-property-tab .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.browse-property-tab .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}

.browse-property-tab ul.tbing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 6px;
}

.browse-property-tab {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
    margin-bottom: 20px;
}

.property-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.property-head h3 {
    margin-bottom: 0;
}

.browse-property-tab ul.tbing li:hover,
.browse-property-tab ul.tbing li.current {
    border-width: 1px;
    border-color: rgb(0, 109, 162);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.browse-property-tab ul.tbing li span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.browse-property-tab ul.tbing li {
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    border-radius: 10px;
    background-color: transparent;
    width: 71px;
    height: 40px;
    display: grid;
    place-content: center;
    cursor: pointer;
}

.property-form select,
.property-form input,
.property-form textarea {
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    height: 58px;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 10px 15px;
    color: #000;
}

.theme-btn1 {
    font-size: 14px;
    color: #fff;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    display: block !important;
    padding: 20px 50px !important;
    border-radius: 40px;
    text-align: center;
    border: 0;
    width: fit-content;
    margin: 6px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}


/* Property  */

.row.custom-width {
    width: 85%;
}

.propt-pg-card-img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.propt-pg-card-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(-180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 63%) 50%);
}

.propt-pg-card-img .feature-review {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    width: 80%;
}

.propt-pg-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.propt-pg-card-img .feature-review span {
    color: #fff;
}

.propt-pg-card-img .feature-review i {
    font-size: 10px;
}

.propt-pg-card {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    padding: 10px;
}

.propt-pg-card-contetn {
    padding: 20px 0 0;
}

.propt-pg-card-contetn h3.theme-h3 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.propt-pg-card-contetn p {
    font-size: 12px;
    color: #202020;
    text-transform: uppercase;
}

.propt-pg-card-contetn .d-flex ul {
    width: 55%;
}

.feature-list a {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    height: 100px;
    display: grid;
    width: 70%;
    margin: auto;
    place-content: center;
    margin-right: -18px;
}

.feature-list .feature-btn {
    width: 40%;
}

.propt-pg-card-contetn .d-flex {
    align-items: center;
}

.property-pg-card {
    margin-bottom: 25px;
}


/* Property  */


/* Browse Properties Page */


/* Save Alert Page */

.save-alert-content {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
    margin-bottom: 20px;
}

.save-alert-content table {
    width: 100%;
    border-collapse: collapse;
}

.save-alert-content th {
    background-color: #f1f3f5;
    text-align: left;
    padding: 16px 12px;
    font-weight: 600;
    color: #101010;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.save-alert-content td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    font-size: 12px;
}

.save-alert-content .property {
    font-weight: 600;
    color: #222;
    font-size: 12px;
}

.save-alert-content .location {
    font-size: 10px;
    color: #444444;
    margin-top: 0;
}

.save-alert-content .price {
    font-weight: 700;
    color: #006a9d;
    font-size: 12px;
}

.save-alert-content .type {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    min-width: 100px;
}

.save-alert-content .for-sale {
    background-color: #e3f2fd;
    color: #1976d2;
}

.save-alert-content .for-rent {
    background-color: #f3e5f5;
    color: #8e24aa;
}

.save-alert-content .status {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    min-width: 110px;
}

.save-alert-content .available {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.save-alert-content .under-contract {
    background-color: #fff3e0;
    color: #ef6c00;
}

.save-alert-content .saved-on {
    color: #555;
    font-size: 14px;
}

.save-alert-content .view-btn {
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
}

.save-alert-content .view-btn:hover {
    background-color: #1565c0;
    transform: translateY(-1px);
}

.save-alert-content .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    margin: 20px 0 0;
}

.save-alert-content .alert-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.save-alert-content .bell {
    font-size: 20px;
    color: #777;
}

.save-alert-content .alert-text {
    line-height: 1.4;
}

.save-alert-content .alert-title {
    font-weight: 600;
    color: #222;
    font-size: 12px;
}

.save-alert-content .alert-desc {
    font-size: 12px;
    color: #666;
}

.save-alert-content .alert-status {
    display: flex;
    gap: 8px;
}

.save-alert-content .status-pill {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.save-alert-content .active-green {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.save-alert-content .active-pink {
    background-color: #fce4ec;
    color: #c2185b;
}

.alert-content .bell {
    width: 60px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    transition: 0.5s ease all;
}


/* Save Alert Page */


/* Schedule Visit Page */

.property-form textarea {
    height: 150px;
    display: block;
    align-content: end;
    resize: unset;
}

.schedul-propt .propt-pg-card {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.schedul-propt .propt-pg-card ul {
    width: 100%;
}

.schedul-propt .propt-pg-card .feature-list::before {
    display: none;
}

.schedul-propt .propt-pg-card::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: -16%;
    top: 0;
    bottom: 0;
    margin: auto;
    border: .5px dashed #ccc;
}


/* Schedule Visit Page */


/* Rental Application */

.schedule-form {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    position: relative;
    z-index: 1;
}

.schedule-form::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 11%;
    left: 0;
    right: 0;
    border: 1px dashed #cccc;
    margin: auto;
}


/* Rental Application */


/* Notification Page */

.notification.home ul li span {
    display: block;
}

.notification-pg .notification.home {
    height: 90vh;
}


/* Notification Page */


/* Support Page */

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

.hcen-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hcen-heading h2 {
    padding: 0;
}

.hcen-heading-issue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto 50px auto;
}

.hcen-heading h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
}

.hcen-issue {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 58px;
}

.hcen-issue-input {
    width: 55%;
    height: 100%;
}

.hcen-issue-input input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #0000002e;
    border-radius: 50px;
    color: #000;
}

.hcen-card {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border: 1px solid #00000026;
    border-radius: 30px;
}

.hcen-txt h5 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Ginger';
}

.hcen-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.hcen-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #00689c;
    border-bottom: 1px solid #00689c;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Ginger';
}

.hcen-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100px;
    background-color: #e5ecf1;
    border-radius: 10px;
}

.hcen-txt p {
    height: 60px;
}

.hcen-issue-btn {
    margin: 0 0 0 -60px;
}

.hcen-box {
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
}

.hcen-box .heading h2 {
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 1px solid #00000030;
    font-family: 'Ginger';
    margin-top: -30px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}


/* Support Page */


/* Chat Page */

.chat-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    max-width: 80%;
    background: #fff;
    margin: 0 auto 30px 30px;
    position: relative;
    z-index: 1;
}

.chat-icons button {
    border: 0;
    background: transparent;
    border-right: 1px solid #dddddd;
    padding: 0 10px 0 0;
}

.chat-icons button:last-child {
    border: 0;
}

.chat-input-wrapper .emoji-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #aaa;
}

.chat-input-wrapper .chat-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    font-family: 'BlenderPro-Medium';
}

.chat-input-wrapper .chat-icons {
    display: flex;
    gap: 15px;
    margin-left: 10px;
}

.chat-input-wrapper .chat-icons .icon {
    color: #aaa;
    font-size: 16px;
    cursor: pointer;
}

.chat-input-wrapper .mic-btn {
    border: none;
    cursor: pointer;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(242, 241, 241);
    width: 52px;
    height: 48px;
    position: absolute;
    right: -15%;
    bottom: 0;
    top: 0;
    margin: auto;
}

.chat-input-wrapper .mic-btn .fa-microphone {
    color: #787f7f;
    font-size: 18px;
}

.sideNav2 {
    height: 100%;
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(55px);
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: auto;
    /* border: 1px solid #ffffff21; */
    padding: 0;
    /* height: 640px; */
    /* overflow-y: scroll; */
}

.chat-top-input {
    padding: 0 20px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddebf4;
}

.client-input {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
}

form.chat-top-input-form input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    padding: 15px 10px;
    text-transform: uppercase;
}

.client-input input {
    background: #ffffff;
    border-radius: 5px;
    color: #101010;
    text-transform: inherit;
    border: 0;
}

.client-input button {
    color: #ffff;
    background: transparent;
    font-size: 14px;
    border: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 8px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
    width: 45px;
    height: 35px;
    border-radius: 50px;
}

.group {
    display: grid;
    grid-template-columns: 54px calc(100% - 55px);
    grid-template-rows: repeat(2, 30px);
    width: calc(100% - 10px);
    /* margin: 10px; */
    padding: 10px 30px;
    list-style-type: none;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
}

.avatar {
    grid-row: 1 / span 2;
    /* background-color: white; */
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    /* padding: 10px; */
    position: relative;
}

.GroupName {
    font-weight: 500;
    padding: 0px 10px;
    font-family: 'BlenderPro-Medium';
    font-size: 15px;
    color: #000;
    line-height: 40px;
}

.GroupDescrp {
    width: 100%;
    padding: 0px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    color: #000;
    line-height: 17px;
}

span.time {
    font-size: 11px;
    color: #cfdbe3;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 50%;
}

span.non-active-dot {
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    background: #d4e1ea;
    padding: 1px;
    position: absolute;
    top: 25px;
    right: 12px;
    border-radius: 10px;
    z-index: 1;
}

.avatar img {
    height: 45px;
    width: 45px;
    margin: auto;
    border-radius: 50%;
}

span.n-message {
    position: absolute;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e90004;
    color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
}

li.group.actve-chat {
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
}

span.non-active-dot.active {
    background-color: #e90004;
}

.MessageContainer {
    flex: 1;
}

.chat-box {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.chat-header.dot-relative {
    position: relative;
}

.chat-header {
    padding: 27.5px 20px;
    border-bottom: 1px solid #ddebf4;
    display: flex;
    justify-content: space-between;
}

.chat-header.dot-relative span.dot {
    width: 10px;
    height: 10px;
    right: unset;
    left: 15%;
    top: 43%;
    transform: translateY(-55%);
    position: absolute;
    color: #000;
    background: #00669a;
    border-radius: 60px;
}

.chat-header span {
    font-size: 18px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.chat-messages {
    flex: 1;
    padding: 35px;
    overflow-y: auto;
}

.message {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 24px;
}

.message.sent {
    justify-content: flex-end;
}

.message img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-position: top;
    object-fit: cover;
}

.message.received .text {
    background: transparent;
    color: #8ea1b4;
}

.message .text {
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 60%;
    position: relative;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}

.message.sent .text {
    color: white;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 117, 174) 0%, rgb(0, 84, 128) 100%);
}

#MessageForm {
    /* padding: 10px; */
    /* display: flex; */
    width: 100%;
    position: relative;
}

.chat-page-box {
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
}

form.chat-top-input-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 5px;
}

form.chat-top-input-form a {
    width: 35px;
    border-right: 1px solid #000;
    color: #000;
}

section.Chat {
    position: relative;
    z-index: 1;
}

section.Chat::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ddebf4;
}

.chat-page-box .col-lg-4 {
    padding: 0;
}

.chat-page-box .col-lg-8 {
    padding: 0;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.chat-header .icons i {
    border-left: 1px solid #c9d6df;
    padding: 0 10px 0 20px;
    margin-left: 0;
    color: #787f7f;
    font-size: 20px;
}

.chat-header .icons i:first-child {
    border: 0;
}

li.group.actve-chat * {
    color: #fff;
}

li.group.actve-chat span.non-active-dot.active {
    background: #fff;
}


/* Chat Page */


/* Profile Page Start */

.setting-main-all {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px 0 0 0;
}

.prf-heading h2 {
    font-size: 28.31px;
    margin: 0;
    font-family: 'Ginger';
}

.setting-main-all ul#myTab {
    border: 1px solid;
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
    border: 0;
    gap: 10px;
}

.setting-main-all .nav-link {
    text-transform: uppercase;
    border: unset !important;
    border-radius: unset;
    background: #eeeeee;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.setting-main-all form label {
    font-size: 12px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.setting-main-all form input,
.setting-main-all form select {
    border: 2px solid #e7e7e7;
    appearance: auto;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    height: 58px;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 10px 15px;
    color: #000;
    appearance: none;
}

.prf-input input[type="password"]::placeholder {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
}

.setting-main-all .nav-link.active {
    color: #fff;
    position: relative;
    background: #917569;
    border-radius: 4px;
}

.setting-main-all form textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(0 0 0 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
    height: 100px;
    resize: none;
}

.pofile-chg-box h5 {
    font-size: 25px;
    color: rgb(20 20 20);
    text-transform: uppercase;
}

.pofile-chg-box ul li img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    height: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    font-size: 14.79px;
    color: #434343;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
}

.pofile-chg-box {
    padding: 0 20px;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

.prf-top-head button {
    border: 0;
}

.follower-box {
    border: 1px solid;
    border-radius: 20px;
    padding: 30px 20px;
    background: #1d1d1d;
    margin-bottom: 20px;
}

ul.followers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.follower-box h4 {
    font-size: 32px;
    font-family: "BlenderPro";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0;
}

ul.followers p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
    text-transform: uppercase;
}

.followers-btn {
    display: flex;
    justify-content: center;
}

.Setting-main-box {
    border-radius: 15px;
    height: 100%;
}

.setting-main-all form input::placeholder {
    color: #8b8b8b;
}

.prf-input h2 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Ginger';
}

.profile-page.theme-box {
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -13.989px 11.328px 59px 0px rgba(0, 0, 0, 0.04);
}


/* Profile Page  */

.schedule-visit-pg .schedule-form::before {
    display: none;
}

.feat-tag span.active {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.weekday-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0;
}

.weekday-header div {
    font-size: 12px;
}