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

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

body {
    word-break: break-word;
   
    color: #393939;
    overflow-x: hidden;
   background-color: #f7f2ef;
}


a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", serif;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

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

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

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

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

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

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

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

img {
    max-width: 100%;
}

.theme1-btn {
    background-color: #008080;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1-btn:hover {
    background-color: #7b370cd4;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1-btn span.theme1-txt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}


/* btn Starts */


/* btn Ends */


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

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BlenderPro-Medium";
    src: url(../fonts/Fontspring-DEMO-theseasons-reg.otf);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

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

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

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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;
}

h1 {
    font-family: "BlenderPro-Medium";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "BlenderPro-Medium";
    font-size: 28.31px;
    color: #010101;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "BlenderPro-Medium";
    font-size: 35px;
    color: #000000;
    margin: 0 0 0px;
}

h4 {
    font-family: "BlenderPro-Medium";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    /* font-family: "BlenderPro-Medium"; */
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/* Sidebar SEction Start */

section.side_bar {
    position: relative;
    z-index: 1;
    background: #fff;
    gap: 10vh;
    height: 100%;
}

.side-bar-logo {
    text-align: center;
    padding: 20px 20px;
    background: #fff;
}

.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;
    background: #803813;
    padding: 30px 0;
    border-radius: 20px;
    overflow: hidden;
}

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

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.side-bar-profile h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.side-bar-profile p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 12.17px;
    text-transform: uppercase;
    color: #b2b2b2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    /* height: 70px; */
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    border-color: #7e3713;
    color: #000000;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 35px;
    object-fit: none;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    object-fit: none;
}

.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: transparent;
    width: 100%;
    height: 100%;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

.slidebar_menu {
    position: relative;
    /* height: 62vh; */
    /* overflow-y: scroll; */
    border: 2px solid #e5e5e5;
    border-radius: 25px;
    padding-top: 50px;
}

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

.side-bar-list {
    padding: 0;
    /* height: 70vh; */
    display: block;
    align-content: center;
    margin: 10px;
    margin-top: 0;
    border-radius: 20px;
    /* border: 1px solid #00000021; */
}

li.list-item a {
    border-bottom: 0;
}


/* Sidebar SEction End */

ul.slidebar_menu li:last-child a {
    border: 0;
}

.slidebar_menu::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 60px;
    background: #fff;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}


/*  Header Nav Bar Start */

.search-nav {
    background: #ffffff;
    position: relative;
    height: 116px;
    padding: 0 30px;
    margin-bottom: 0;
    z-index: 99;
    /* border-bottom: 1px solid #e9e9eb; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-nav .row {
    width: 100%;
}

.header-search button {
    width: 60px;
    height: 50px !important;
    background: unset;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 50px;
    height: 50px;
    padding-left: 80px;
    font-family: 'Montserrat';
    background: transparent;
}

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

a.mailbox i {
    font-size: 18px;
    color: #7b370c;
    position: relative;
    width: 50px;
    border: 1px solid #c0c0c0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    font-weight: 600;
    z-index: 99;
}

a.mailbox i::after {
    position: absolute;
    content: '';
    width: 103%;
    height: 103%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #763603;
    border-radius: 50%;
    /* border-bottom-color: transparent; */
    border-left-color: transparent;
    z-index: -1;
    transform: rotate(-45deg);
}

.mail-box a.mailbox i:after {
    transform: rotate(-55deg);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #1fb7a5;
    padding: 1px;
    position: absolute;
    top: 10px;
    right: 13px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
    align-items: baseline;
}

.user-profile-img {
    border-radius: 65px;
}

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

.user-profile-info h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    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: #7b370c;
    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: #03101e;
}

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;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #763603;
    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: #61656a;
}

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: #000000;
    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;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #000000;
    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: #1fb7a5;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #763603;
    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: 60%;
    margin-left: auto;
    margin-right: -80px;
}


/* Profile Box */


/* Home PAge Start */

div#sidebar a.close-btn {
    display: none;
}

div#sidebar a.toggle-btn {
    display: none;
}

.dashboar_page-content {
    padding: 30px;
    background: #efefef;
    border-radius: 30px;
}

.welcome-box h3 {
    font-size: 34.35px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    padding-bottom: 10px;
}

.welcome-box p {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.wecolme-box-main {
    position: relative;
}

.baner-slider {
    position: absolute;
    top: 0;
    left: 4%;
    width: 55%;
    padding-right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
    margin-bottom: 0 !important;
}

img.wecolme-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.welcome-box h3 span {
    /* display: block; */
}

.welcome-box h3:after {
    content: '';
    position: absolute;
    top: 86px;
    left: 0;
    height: 1px;
    background: #fff;
    width: 18%;
}

.welcome-box h3:before {
    content: '';
    position: absolute;
    top: 86px;
    right: -20px;
    height: 1px;
    background: #ffffff94;
    width: 105%;
}

.upload-resume-box {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 79px 0px rgba(58, 58, 58, 0.08);
    padding: 20px 20px;
    margin-top: 20px;
}

.upload-resume-in img {filter: brightness(0) saturate(100%) invert(26%) sepia(13%) saturate(4069%) hue-rotate(343deg) brightness(94%) contrast(97%);}

.upload-resume-box h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.upload-resume-in {
    border-width: 1px;
    border-color: rgb(255 255 255 / 29%);
    border-style: dashed;
    border-radius: 5px;
    background-color: #ededed;
    box-shadow: 0px 0px 79px 0px rgba(58, 58, 58, 0.08);
    position: relative;
    padding: 60px 30px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.upload-resume-in input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-resume-in button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-resume-in p {
    color: #666;
}

.chart-container {
    position: relative;
}

.card p span {
    display: block;
    font-size: 22px;
    margin: 0px 0;
    font-weight: 600;
    color: #1c2b3e;
}

.month-display {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin: 30px 0 -25px 0;
}


/* Date Row Styling */

.date-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 25px 0;
}


/* Date Item */

.date-item {
    width: 60px;
    /* height: 65px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 40px;
    /* background-color: #444; */
    color: #fff;
    transition: 0.3s;
    padding: 15px 4px;
}


/* Day and Date Styling */

.day {
    font-size: 15px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.date {
    font-size: 20px;
    color: #000;
    transition: ease-in;
    transition-duration: 0.5s;
}


/* Active Date Styling */

.date-item.active {
    background-color: #7b370c;
    color: #fff;
    display: grid;
    place-content: center;
    border-radius: 30px;
}

.date-item:hover {
    background-color: #555;
    transition: ease-out;
    transition-duration: 0.5s;
}

.date-item:hover .day,
.date-item:hover .date {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.calendar-nav {
    display: flex;
    justify-content: space-between;
    /* margin-top: -35px; */
}

.calendar-nav button {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 12px;
    border: 1px solid #000;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 40px;
}

.Upcoming-Appointment-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 79px 0px rgba(58, 58, 58, 0.08);
    padding: 19px 20px;
    height: 465px;
    overflow: hidden;
    overflow-y: scroll;
}

.Upcoming-Appointment-box h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
}

.date-item.active .day {
    color: #fff;
}

.date-item.active .date {
    color: #fff;
}

.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ccc;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: white;
    border: 3px solid #763603;
    border-radius: 50%;
}

.timeline-item label {
    display: block;
    cursor: pointer;
}

.timeline-item input[type="radio"] {
    display: none;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card {
    background-color: #7b370c;
    color: white;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card * {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card i {
    color: #008080 !important;
}

.timeline-item-card {
    padding: 20px 15px;
    border-radius: 10px;
    background: #f8f8f8;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card p {
    color: #fff;
}

.timeline-item-card h6 {
    font-size: 20px;
    text-transform: uppercase;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card i {
    color: #844b20 !important;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card * {
    color: #fff !important;
    display: flex;
    align-items: center;
}

small {}

.timeline-item input[type="radio"]:checked+.timeline-item-card i {
    justify-content: center !important;
}

html .timeline-item-card small i {
    background: #fff;
    color: #008080 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Home PAge End */


/* Notification Page */

.notify-page.theme-box {
    height: 80vh;
}

.notification-page {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.mail-tile {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
    border-radius: 10px;
}

.cont-mal {
    display: flex;
    align-items: center;
    /* width: 40%; */
    gap: 15px;
}

.cont-mal>i {
    font-size: 20px;
    margin-right: 10px;
    color: #008080;
    background: #0080801f;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    border: 1px solid #00808030;
    border-radius: 5px;
}

.cont-mal h6 {
    font-size: 18px;
    color: #030303;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 0;
}

.cont-mal span {
    font-size: 12px;
    color: #7a7a7a;
    display: block;
    text-transform: none;
}

.mail-tile>div>span {
    font-size: 17px;
    color: #938989;
    font-weight: 600;
}

button.detelt-mail {
    height: 55px;
    width: 55px;
    border-radius: 5px;
    background: #00000014;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    margin-left: 70px;
}

.all-mail-area {
    padding: 0 20px 20px 20px;
}


/* Notification Page */

.wecolme-box-main .slick-dots {
    bottom: 30px;
    left: 0;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    background: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 20px;
}

.wecolme-box-main .slick-slide {
    margin: 0;
    opacity: 1;
}

.wecolme-box-main .slick-dots li button:before {
    display: none;
}

.wecolme-box-main .slick-dots li {
    opacity: 1;
    padding: 0;
    width: 15px;
    height: 10px;
    background: #7b370cc9;
    margin: 0;
    border-radius: 10px;
    transition: .5s all;
}

.wecolme-box-main .slick-dots li button {
    display: none;
}

.wecolme-box-main li.slick-active {
    width: 25px;
    background: #7b370c;
}

ul.category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

ul.category-list li {
    width: 32%;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
}

.catg-imag {
    width: 50px;
    height: 50px;
    background: #8038137d;
    display: grid;
    place-content: center;
    border-radius: 5px;
}

.catg-imag img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(26%) sepia(13%) saturate(4069%) hue-rotate(343deg) brightness(94%) contrast(97%);
}

.catg-text {
    width: 70%;
}

.catg-text h5 {
    font-size: 13px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    font-weight: 600;
}

.catg-text p {
    font-size: 12px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
}

.care-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    padding: 0 5px 15px;
}

.care-box h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0px 5px 10px;
}

.recomend-box {
    margin: 10px 0;
}

.recomend-imag img {
    width: 100%;
    border-radius: 10px;
}

.recomend-text {
    border-top: 0;
    margin-top: -15px;
    padding: 20px 10px 0;
}

.recom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}

.recom-head::before {
    position: absolute;
    content: '';
    width: 10%;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #7a3c0b;
    transition: .4s all;
}

.recomend-box:hover .recom-head::before {
    width: 100%;
}

.recom-head h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    line-height: 21px;
}

.recom-head h5 {
    font-size: 15px;
    color: #7b370c;
    font-weight: 600;
}
.recom-head h4 {
    font-size: 30px;
    line-height: 1;
    margin: 20px 0px 0;
    text-transform: uppercase;
}

.recomend-text h5 span {
    font-size: 15px;
    color: #7b370c;
}

.recomend-text h5 {font-family: 'BlenderPro-Medium';margin: 20px 0px 0px;text-transform: uppercase;}

.recomend-text ul li {
    list-style: disc;
}
.recomend-text p {
    font-size: 11px;
    color: #292e38;
    line-height: 18px;
    margin: 10px 0;
    font-weight: 500;
    font-family: 'Montserrat';
}

.care-slider .slick-list {
    margin: 0 5px;
}

.care-slider .slick-slide {
    margin: 0 5px;
    opacity: 1;
}

.care-slider .slick-list.draggable {
    padding-right: 50px;
}

.care-slider .slick-dots {
    bottom: auto;
    top: -40px;
    left: auto;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    background: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #777;
}

.care-slider .slick-slide {
    margin: 0 6px;
    opacity: 1;
}

.care-slider .slick-dots li button:before {
    display: none;
}

.care-slider .slick-dots li {
    opacity: 1;
    padding: 0;
    width: 15px;
    height: 10px;
    background: #be9d88;
    margin: 0;
    border-radius: 10px;
    transition: .5s all;
}

.care-slider .slick-dots li button {
    display: none;
}

.care-slider li.slick-active {
    width: 25px;
    background: #7b370c;
}


/* Document Manager page */

.document-management-page {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

h2.heading {
    font-size: 20px;
    color: #1c2b3e;
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 1px solid #00000030;
}

.manager-input-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 20px;
}

.manager-input-search {
    width: 35%;
}

.manager-input input,
.manager-input select {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #00000029;
    font-size: 20px;
    font-family: 'BlenderPro-Medium';
    background-color: #0000;
    outline: none;
    font-family: 'Montserrat';
}

.manager-input-status,
.manager-input-date {
    width: 20%;
    position: relative;
    z-index: 11;
}

.manager-input select {
    cursor: pointer;
}

.manager-input-status i {
    position: absolute;
    top: 40%;
    right: 4%;
    z-index: -1;
}

.theme1-btn {
    background-color: #803813;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1-btn span.theme1-txt {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 50px;
}

.manager-grid-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.manager-table {
    padding: 20px;
}

table.table {
    margin: 0;
}

table.table th {
    border-bottom: 1px solid #00000038 !important;
    padding: 10px;
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
}

table.table td {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    vertical-align: middle;
    border: 0;
    padding: 13px 10px;
}

.manager-table-icon-txt {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

table.table td img {
    padding: 10px;
    border: 1px solid #dedede;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

span.manager-table-color1 {
    background-color: #dcfce7;
    color: #3aa05d;
    transition: ease-in;
    transition-duration: 0.5s;
}

span.manager-table-color1 {
    background-color: #803813;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

span.manager-table-color1,
span.manager-table-color2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    width: 50%;
}

.responsive-table table tr:hover span.manager-table-color1 {
    background-color: #803813;
    color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

span.manager-table-color2 {
    background-color: #803813;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.responsive-table table tr:hover span.manager-table-color2 {
    background-color: #803813;
    color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.manager-table-down {
    color: #008080;
    font-weight: 600;
}

.manager-table-down-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manager-table-down {
    color: #7b370c;
    font-weight: 600;
}

.manager-table-down a {
    color: #000;
    font-size: 13px;
}

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

.dropdown-container {
    position: relative;
    display: inline-block;
}

.elips-dropdown {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 5px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.elips-dropdown a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    width: 140px;
}

.elips-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}


/* Document Manager page */


/* form & onboarding Page */

.form-onboarding-page {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.form-onboarding-page h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #232323;
}

.form-onboarding-page h2.head {
    border-bottom: 1px solid #e7e7e7;
    padding: 13px 0;
}

.digtal-form {
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    margin: 20px 0;
}

.digtal-form h2.head {
    border: 0;
}

.digital-input input {
    width: 100%;
    height: 55px;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    margin: 7px 0;
    padding: 0 20px;
    color: #767676;
}

.digital-input input::placeholder {
    text-transform: uppercase;
    color: #767676;
}

.theme-btn {
    background: #7b370c;
    margin: 12px 0 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 40px;
    border-radius: 50px;
}

.form-alert {
    background: #efefef;
    padding: 35px 0;
    text-align: center;
    border-radius: 15px;
}

.form-alert h3 {
    color: #7b370c;
    text-transform: uppercase;
    font-size: 28px;
}

.form-alert p {
    font-size: 14px;
    color: #101010;
    text-transform: uppercase;
    font-weight: 500;
}

.consent-box {
    background: #763603c7;
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 15px;
}

.consent-box h2 {
    font-size: 28px;
    color: #ffffff;
}

.consent-box p {
    font-size: 12px;
    color: #ffffff;
}

.consent-content {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
}

.consent-content p {
    color: #767676;
    padding: 6px 0;
}


/* form & onboarding Page */


/* Appointment Page */


/* Appointment Box */

.hm-apoint-box ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.hm-apoint-box ul {
    margin: 0;
}

.sch-image {
    width: 80px;
    height: 60px;
    background: #eeeeee;
    display: grid;
    place-content: center;
    border-radius: 10px;
}

.hm-apoint-box ul li:last-child {
    border-bottom: 0;
}

.sch-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.sch-text p {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}

.hm-apoint-box {
    padding: 13px 30px;
}


/* Appointment Box */


/* UpComming Box */

.calendar-nav button:hover {}

.calendar-container {
    padding: 0;
    text-align: center;
}


/* Month Display Styling */

.month-display {}


/* Date Row Styling */

.date-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2px;
    margin: 20px 0;
}


/* Date Item */

.date-item {}


/* Day and Date Styling */

.day {
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.date {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}


/* Active Date Styling */

.date-item.active {}

.date-item:hover {}


/* Navigation Arrows */

.calendar-nav {
    display: flex;
    justify-content: space-between;
    margin-top: -24px;
}

.calendar-nav button {}

.upcoming-bx {
    margin-top: 30px;
}

.upcoming-bx h2 {
    font-size: 18.78px;
    color: #0e0e0e;
    text-transform: uppercase;
    text-align: center;
}

.date-item.active .date,
.date-item.active .day {
    color: #fff;
}

.date-item:hover .date,
.date-item:hover .day {
    color: #fff;
}

ul.upcm {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

ul.upcm li:first-child {
    width: 30%;
}

ul.upcm li:last-child {
    width: 70%;
}

ul.upcm img {
    border-radius: 10px;
    width: 85px;
    height: 93px;
    object-fit: cover;
}

ul.upcm p {
    font-size: 12px;
    color: #7b370c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-weight: 700;
}

ul.upcm p img {
    width: auto;
    height: auto;
}

ul.upcm h6 {
    font-size: 14px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}

ul.upcm h6 span {
    font-size: 12px;
    color: #a7a7a7;
    display: block;
}


/* UpComming Box */


/* My Appointment Page */

.filtr-div {
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.my-appoint-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.my-appoint-main .upcoming-bx {
    margin: 0;
}

.my-appoint-head h2 {
    font-size: 28px;
    color: #232323;
    text-transform: uppercase;
    margin: 0;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.filter-icon {
    color: #555;
    font-size: 18px;
}

.filter-text {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.year-dropdown {
    position: relative;
    display: inline-block;
}

.year-display {
    padding: 12px 35px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    min-width: 80px;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.year-display::after {
    content: "Ã¢â€“Â¼";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.year-options {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 5px;
    z-index: 9;
}

.year-options.show {
    display: block;
}

.year-option {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.year-option:hover {
    background-color: #f5f5f5;
}

ul.my-appointment-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    border-left: 10px solid #e9e9e9;
    border-radius: 5px;
    padding-left: 5px;
    margin: 25px 0 0;
}

ul.my-appointment-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.my-app-image img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.my-app-det h5 {
    font-size: 13.5px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    font-weight: 600;
}

.my-app-det p {
    font-size: 12px;
    color: #959595;
    /* font-family: 'BlenderPro-Medium'; */
    text-transform: uppercase;
    margin: 0;
}

.my-app-schd p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #959595;
    /* font-family: 'BlenderPro-Medium'; */
    text-transform: uppercase;
    margin: 0;
}

.my-app-schd i {
    color: #000;
}

.my-app-btn a {
    height: 70px;
    display: inline-flex;
    align-items: center;
    width: 50px;
    display: grid;
    place-content: center;
}

img.right-arrow {
    opacity: .5;
}

ul.my-appointment-list:hover img.right-arrow {
    opacity: 1;
    filter: invert(1);
}

.my-app-btn {
    height: 90px;
    background: #ebebeb;
    display: grid;
    place-content: center;
    border-radius: 5px;
    width: 50px;
}

ul.my-appointment-list li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e9e9e9;
}

ul.my-appointment-list li:last-child::before {
    width: 0;
}

ul.my-appointment-list:hover .my-app-btn {
    background: #763603;
}

ul.my-appointment-list:hover .my-app-schd i {
    color: #7b370c;
}

ul.my-appointment-list:hover {
    border-left-color: #7b370c;
}

.booking-calender .calendar-container {}

.booking-calender .month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

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

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

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

.booking-calender .date-item:hover,
.booking-calender .date-item.selected {
    background-color: #7b370c;
    color: white !important;
}

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

.booking-calender .month-header button:hover {
    border-color: #1fb7a5;
    color: #1fb7a5;
}

.booking-calender .calendar-container h2 {
    font-size: 21.15px;
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.booking-calender h2 {
    font-size: 30px;
    text-align: left;
    padding: 0 0 14px 30px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.booking-calender .date-item:hover,
.booking-calender .date-item.selected .day {
    color: #fff !important;
}

.booking-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 300px;
}

.booking-checkbox input {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.date-item:hover .day {
    color: #fff;
}


/* My Appointment Page */

.theme-box.my-appoint-main {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.schedule-page.theme-box {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

h2.form-title {
    margin-bottom: 0px;
}

.appoint-input input,
.appoint-input select,
.appoint-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #aaaaaa;
    padding: 0 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.appoint-input input::placeholder,
.appoint-input textarea::placeholder {
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
}

.appoint-input {
    position: relative;
    z-index: 1;
}

img.input-devider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    margin: auto;
    height: 55px;
}

img.calendar,
img.clock,
img.angle-down {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    user-select: unset;
}

.appoint-input textarea {
    height: 150px;
    display: block;
    align-content: end;
    padding: 20px;
}


/* Appointment Page */


/* personalized care plans Page */

.care-box.careplane-page h2 {
    border-bottom: 1px solid #e7e7e7;
}

.care-box.careplane-page {
    padding: 20px;
}

.care-box.careplane-page .recomend-box {
    margin: 20px 0;
}

.recomend-imag a,
.recomend-imag img {
    width: 100%;
}


/* personalized care plans Page */


/* Plan Detail Page */


/* Plan Detail Page */


/* Payment Page */

.pay-bg-imag .welcome-box h3:before {
    bottom: 7px;
    top: auto;
}

.pay-bg-imag .welcome-box h3:after {
    display: none;
}

.pay-bg-imag ul.slick-dots {
    display: none;
}

.pay-bg-imag .plan-prem {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.plan-prem h4 {
    font-size: 14px;
    color: #1b1b1b;
    text-transform: uppercase;
}

span.green {
    color: #1fb7a5;
}

.plan-prem h5 {
    font-size: 12px;
    color: #958a8a;
    text-transform: uppercase;
}

.theme-btn-2 {
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-flex;
    margin-top: 40px;
}

.save-payment-box {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px 20px 1px;
}

ul.saved-list li:hover,
ul.saved-list li.active {
    background: #fff;
    border-color: #c9c9c9;
    box-shadow: 2px 11px 20px 0 #7c9f9847;
}

ul.saved-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    margin: 10px 0;
    transition: .5s all;
    border: 1px solid transparent;
    border-radius: 10px;
}

ul.saved-list li .method-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.saved-list .btn-1 {
    color: #00d3aa;
    background: #ddfaf4;
    border: 0;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
}

ul.saved-list li .method-content img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

ul.saved-list li span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: #878787;
}

ul.saved-list li h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.saved-pay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.saved-pay-head a {
    font-size: 12px;
    text-transform: uppercase;
    color: #1fb7a5;
}

.saved-pay-head h2 {
    font-size: 24px;
}

.history-box {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px 20px;
    margin-top: 30px;
}

.history-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.history-box .table thead {
    background: #f2f2f2;
    border: 0 !important;
}

.history-box .table thead th {
    border: 0 !important;
    font-size: 10px;
    text-transform: uppercase;
    color: #3f3f3f;
}

.history-box .table tbody tr {
    transition: .5s all;
    border: 1px solid transparent !important;
    border-radius: 15px;
}

.history-box .table tbody td {
    font-size: 12px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 600;
    line-height: 16px;
    vertical-align: middle;
    border: 0;
    padding: 12.5px 10px;
}

.responsive-table .theme-btn {
    padding: 13px 15px;
}

.history-box .table tbody tr:hover {
    box-shadow: 0px 0px 20px 0 #7c9f9847;
    background: #fff;
    border-color: #c9c9c9;
}

.pricing-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 10px 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.pricing-card.active {
    background: #00a99d;
    color: #fff;
    border: none;
}

.pricing-card.active h5,
.pricing-card.active p,
.pricing-card.active h3 {
    color: #fff;
}

.pricing-card h3 {
    font-size: 20px;
    margin: 10px 0 0;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    margin: 8px 0;
    font-size: 14px;
}

.features-list li i {
    color: #00a99d;
    margin-right: 5px;
}

.pricing-card.active .features-list li i {
    color: #fff;
}

.choose-plan.py-5 {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px 20px !important;
    margin-top: 30px;
}

.text-muted {
    font-size: 11px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.pric-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.pric-left h3 {
    margin: 0;
}

p.small.mb-1 {
    font-size: 10px;
}


/* Payment Page */


/* message-page */


/* InnerPage Chat Room start */

.chat-list {
    background: #fff;
    padding: 20px;
    overflow-y: auto;
}

.chat-list .chat-item {
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.chat-list .chat-item.active::after {
    content: '\2022';
    color: #6488ea;
    font-size: 20px;
    margin-left: auto;
}

.chat-list .chat-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

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

.chat-header {
    padding: 15px;
    border-bottom: 1px solid #ddebf4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header .icons i {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
    color: #c9d6df;
}

.chat-input {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.chat-input i {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.sideNav1 {
    display: flex;
    backdrop-filter: blur(55px);
    list-style: none;
    flex-direction: column;
    font-size: 1.5rem;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    align-items: center;
    padding: 0px;
    width: calc(100% - 10px);
    gap: 5px;
    padding: 10px 0px;
    justify-content: center;
    height: fit-content;
    border: 1px solid #ffffff21;
}

.sideNav1 li {
    padding: 13px 0px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.27s;
    margin: 0px;
    width: calc(100% - 10px);
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
}

.sideNav1 li:hover,
.sideNav1 li.active {
    color: #00f5d4;
    background-color: #00f5d424;
}

.sideNav2 {
    height: 100%;
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(55px);
    border-radius: 10px;
    overflow: auto;
    /* border: 1px solid #ffffff21; */
    padding: 0;
    background: #fff;
    border: 1px solid #c9d6df;
}

.SideNavhead {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #f2f4f5;
}

.SideNavhead h2 {
    text-transform: capitalize;
    color: #000000;
    font-size: 14px;
    margin-right: 0;
    margin: 0;
}

.SideNavhead i {
    padding: 15px;
    cursor: pointer;
    font-size: larger;
    border-radius: 5px;
    padding: 0;
}

.SideNavhead i:hover {
    background-color: #9090903a;
}

.SearchInputHolder {
    position: relative;
}

.searchInput {
    width: calc(100% - 40px);
    padding: 7px;
    border: none;
    background-color: transparent;
    color: white;
    font-family: Roboto;
    transition-duration: 0.25s;
    border-radius: 5px;
    padding-left: 30px;
    margin: 5px 20px;
    position: relative;
}

.SearchInputHolder i {
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.searchInput::placeholder {
    color: #b0b0b0;
}

.SearchInputHolder hr {
    content: "";
    width: calc(100% - 40px);
    height: 2px;
    border-radius: 5px;
    padding: 1px;
    position: absolute;
    z-index: 100;
    left: 20px;
    background-color: #b0b0b0;
    border: none;
    bottom: 0px;
}

.SearchInputHolder .searchInput:focus+hr {
    background-color: #00f5d4;
    color: #00f5d4
}

.searchInput:focus {
    color: #00f5d4;
    outline: none;
}

.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;
}

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

.GroupName {
    font-weight: 500;
    padding: 5px 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #34495e;
}

.group:hover {
    background-color: #ffffff21;
}

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

.ChatHead {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ffffff21;
}

.ChatHead .group:hover {
    background-color: transparent;
}

.ChatHead .group {
    width: 300px;
    display: flex;
    align-items: center;
}

.ChatHead .group .GroupName {
    font-size: 1.3rem;
    padding-left: 20px;
}

.ChatHead .group .avatar {
    padding: 5px;
    height: 40px;
    width: 40px;
}

.callGroup {
    margin-left: auto;
    padding: 10px;
    font-size: 1rem;
}

.callGroup i {
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.callGroup i:hover {
    background-color: #9090903a;
}

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


/* ::-webkit-scrollbar-track {
    background: #e9e9e948;
}

::-webkit-scrollbar-thumb {
    background: #e9e9e962;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e9e9e9c8;
} */

.MessageContainer {
    flex: 1;
}

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

#MessageForm input {
    padding: 20px 10px;
    flex: 1;
    border-radius: 10px;
    border: none;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 1px 1px 20px 20px #f9f9f9;
    border: 1px solid #e1e1e1;
    margin: 0 0 10px 0;
}

#MessageForm button {
    border-radius: 50%;
    width: 40px;
    padding: 0;
    border: none;
    background-color: #1fb7a5;
    color: white;
    cursor: pointer;
    margin: 0px 5px;
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

#MessageForm input:focus {
    outline: none;
    border: 1px solid #00f5d4;
}

.you {
    background-color: #dee2e6;
    color: #000000;
    text-align: left;
}

.message i {
    color: #00f5d4
}

.messageDetails {
    font-size: 0.7rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    align-items: center;
    padding: 2px 0px;
}

.messageContent {
    font-size: 0.9rem;
}

.messageDetails .messageTime {
    margin-left: auto;
    padding-right: 5px;
    font-weight: 300;
    color: #c3c1c1;
}

.you .messageDetails .messageTime {
    color: rgb(38, 38, 38);
}

.you i {
    color: #036666
}

.me {
    margin-left: auto;
    background-color: #036666;
    text-align: right;
}

.messageSeperator {
    margin: 10px auto;
    padding: 8px 15px;
    border-radius: 20px;
    width: fit-content;
    background-color: #036666;
}

a.new {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 40px;
    border-radius: 5px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
}

.group:hover {
    transition: 0.3s ease-in-out;
    background: #efefef;
}

span.time {
    font-size: 11px;
    color: #cfdbe3;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 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: #1fb7a5;
    color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
}

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

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


/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #989898;
    background-color: #27aae1;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #27aae1;
    border: 2px solid #27aae1;
}

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

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

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

.message .text {
    padding: 10px 15px;
    border-radius: 45px;
    max-width: 60%;
    position: relative;
}

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

.message.sent .text {
    background: #1fb7a5;
    color: white;
}

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

.chat-input {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.chat-input i {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}

#MessageForm button i {
    font-size: 13px;
}

.chat-header span {
    font-size: 17px;
    font-weight: 500;
}

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

.chat-header.dot-relative span.dot {
    width: 10px;
    height: 10px;
    right: unset;
    left: 15%;
    top: 46%;
    transform: translateY(-50%);
    position: absolute;
    background: #1fb7a5;
    border-radius: 50px;
}

.message.sent .text::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -6px;
    background: #1fb7a5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
}

.MessageContainer {}

.clip-icon {
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    margin-left: 5px;
}

.clip-icon:hover {
    color: blue;
}

#fileInput {
    display: none;
}

.input-container input {
    display: none;
}

span.clip-icon {
    position: absolute;
    right: 11%;
    top: 50%;
    transform: translateY(-50%);
    color: #27aae1;
}

.chat-heading-text h6 {
    width: 72%;
    font-family: 'Montserrat';
    color: #9e9f9f;
    font-size: 15px;
}

.chat-content-heading {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cbcbcb;
}

form.chat-top-input-form {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}

button.chat-top-input-button {
    padding: 10px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #000000;
    background: #1fb7a5;
    color: #ffffff;
    text-transform: uppercase;
    font-family: montserrat;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
}

form.chat-top-input-form input {
    width: 74%;
    height: 50px;
    font-size: 11px;
    font-family: montserrat;
    padding: 15px 30px;
}

.chat-content-heading .row {
    align-items: center;
}

.dashboar_page-content.chat-content.white-box {
    margin: 30px 10px 40px 40px;
    background: #fff;
}

a.search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

a.search i {
    color: #8a8a8a;
}

.dashboard_page-box.chat-room-page .side-bar-logo {
    padding: 0 0 10px 0;
}

button.attach {
    right: 9% !important;
    background: transparent !important;
}


/* InnerPage Chat Room end */


/* message-page */


/* Complaince Page */

.section-box {
    background: #eaeaea;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.section-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.btn-summary {font-size: 13px;font-family: 'Montserrat';color: #0a0a0a;padding: 15px 50px;border: 1px solid #7b370c;display: inline-block;font-weight: 500;letter-spacing: 2px;}

.accordion-button {
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: #00a99d;
    background-color: #f1fdfc;
    box-shadow: none;
}

.accordion-body {
    font-size: 14px;
    color: #555;
}

.list-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
    margin-top: 10px;
}

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

.list-box li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
    z-index: 1;
    font-family: 'Montserrat';
    font-weight: 500;
}

.list-box li::before {
    content: "Ã¢â€”â€°";
    position: absolute;
    left: 0;
    color: #646464;
    font-size: 19px;
    z-index: 1;
}

.list-box li.active::before {
    content: "Ã¢â€”â€°";
    color: #00a99d;
    z-index: 1;
}

.list-box li strong {
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
}

.complaince-page {
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
}

.complaince-page h4.fw-bold.mb-4 {
    font-size: 28px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
}

.accordion-item.border-0 {
    margin: 10px 0;
    border-radius: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #00a99d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(31 183 165 / 10%);
}

.list-box li::after {
    position: absolute;
    content: '';
    left: 1.5%;
    top: 44%;
    width: 1px;
    height: 145%;
    background: #000;
    z-index: -2;
}

.section-box .list-box li {
    padding: 20px 0 0 27px;
}


/* Complaince Page */


/* appointment-detail-page */

.appointment-detail-page {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

.appointment-det-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.appoint-content h5 {
    font-size: 24.86px;
    color: #1b1b1b;
    text-transform: uppercase;
}

.appoint-content h6 {
    font-size: 16px;
    color: #1b1b1b;
    text-transform: uppercase;
}

.appoint-content {}

.appoint-content ul.my-appointment-list {
    border: 0;
    width: 60%;
}

.appoint-content ul.my-appointment-list li::before {
    display: none;
}

.apoint-det-list ul.my-appointment-list h5 {
    font-size: 17px;
}

.apoint-det-list .my-app-det p {
    font-size: 14px;
}

.apoint-det-list .my-app-schd p {
    font-size: 14px;
}

.appoint-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    color: #767676;
}

.appoint-bottom-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    color: #767676;
}

.appointment-btn .theme-btn-2 {
    border: 1px solid #1fb7a5;
    color: #000;
    margin-left: 20px;
}


/* appointment-detail-page */
.recom-head.on {
    display: block;
}