@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;
    background: #ffffff;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 25px;
    margin: 0;
}


/***** Font Files *****/

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.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;
}

h1 {
    font-family: 'Cutmark';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'BlenderPro-Medium';
    font-size: 39px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'BlenderPro-Medium';
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0;
}

h5 {
    font-family: 'BlenderPro-Medium';
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'BlenderPro-Medium';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*-------------------------------- Sidebar SEction Start --------------------------------*/

.dashboard_page-box {
    position: relative;
    z-index: 9;
    background: #fff;
}

section.side_bar {
    position: absolute;
    z-index: 1;
    background: #fff;
    height: 92vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0vh;
    margin: 10px 0px 2px 10px;
    border-radius: 25px;
    width: 16%;
}

.side-bar-logo {
    text-align: center;
    padding: 35px 40px 13px;
    background: #f5f5f5;
    border-radius: 9px;
    margin: 0px 0px 28px;
}

.side-bar-txt-logo h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
    background: #fff;
    padding: 10px 0px;
    border-radius: 5px;
}

.side-bar-txt-logo p {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-family: 'BlenderPro-Medium';
    line-height: 1;
    margin-bottom: unset;
}

.sidebar-logo-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    /* border-radius: 50%; */
}

.sidebar-logo-img {
    margin-bottom: 22px;
}

.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: 15px;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    /* padding: 25px 0 25px 20px; */
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    position: relative;
    z-index: 1;
    border-radius: 0px;
    height: 62px;
}

ul.slidebar_menu li:last-child a {
    border: 0;
}

ul.slidebar_menu a::before {
    /* position: absolute; */
    /* content: ''; */
    width: 0;
    height: 114px;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/bg-shap.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: .2s all;
}

ul.slidebar_menu a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 14vh;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/bg-shap1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: .2s all;
}

ul.slidebar_menu a:hover::before,
ul.slidebar_menu a.active::before {
    width: 100%;
}

img.lougout-img {
    width: 20px;
    filter: invert(1);
}

ul.slidebar_menu a img {
    transition: 0.5s all;
    width: 24px;
    height: 49px;
    padding: 5px;
    border-radius: 0px;
    object-fit: contain;
    /* padding: 22px 11px; */
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    /* width: 30px; */
    /* filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(2598%) hue-rotate(164deg) brightness(93%) contrast(106%); */
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(774%) hue-rotate(222deg) brightness(115%) contrast(100%);
}

.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: #f0f0f0;
    height: -webkit-fill-available;
    margin: 10px 10px 15px 15px;
    border-radius: 25px;
}

.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;
}

.logout-button a.suport-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px 30px;
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    position: relative;
    z-index: 1;
    border-radius: 60px;
}

a.suport-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(360deg) brightness(106%) contrast(101%);
    width: 20px;
}

.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;
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}

img.search-voice {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}

ul.header-profile-list i {
    font-size: 18px;
    color: #878686;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.slidebar_menu {
    margin-left: 0px;
}
ul.slidebar_menu a:hover span, ul.slidebar_menu a.active span {
    background: #ff3a9b;
}
ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
}

li.list-item a {
    border-bottom: 0;
}

.slidebar_menu i.fa-solid.fa-angle-down.rotate {
    transform: rotate(180deg);
}

.slidebar_menu i {
    transition: .3s all;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #fff!important;
    background: #ea3890;
    border-radius: 5px;
}
.header-search input::placeholder {
    font-size: 14px;
}

/*------------------------------------------- Sidebar SEction End -----------------------------------------------------*/


/*-----------------------------------------  Header Nav Bar Start -----------------------------------------------------*/

.search-nav {
    position: relative;
    z-index: 1;
    padding: 15px 15px 6px 0px;
    margin-bottom: 0;
}

.header-search {
    position: relative;
    width: 100%;
    /* margin-right: -40px; */
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 70px;
    top: 0;
    height: 60px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #00000061;
}

.header-search input {
    width: 94%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: unset;
    border-radius: 8px;
    height: 60px;
    padding-left: 50px;
    font-family: 'BlenderPro-Medium';
    background: #f5f5f5;
    font-size: 19px;
}

.header-search input::placeholder {
    text-transform: uppercase;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    margin-bottom: 0;
    margin-right: 0;
    z-index: 9;
    position: relative;
    width: 100%;
    margin-left: -60px;
}

a.mailbox i {
    font-size: 18px;
    color: #888;
    position: relative;
    z-index: 1;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    background: #f2f2f2;
    width: 56px;
}

a.notift-icon span,
a.mailbox span {
    width: 10px;
    height: 10px;
    background: #ea3890;
    padding: 1px;
    position: absolute;
    top: 7px;
    right: 9px;
    border-radius: 10px;
    z-index: 1;
    border: 2px solid #fff;
}

.mail-box {
    position: relative;
}

.head-log-ser {
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    gap: 16px;
    margin-left: 16px;
}

.user-profile-img {
    position: relative;
}

.logo-main-dashbd img {
    width: 270px;
    /* height: 23px; */
    object-fit: contain;
    padding-left: 22px;
}

ul.header-profile-list i.fas.fa-bookmark {
    color: #d80842;
}

.logout-button {
    /* margin-top: 200px; */
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.logout-button a.logout-btn {
    background: #ea3890;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 63px;
    border-radius: unset;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 0 35px 0 35px;
    border: 1px solid #fff;
    font-family: 'BlenderPro-Medium';
    transition: 0.5s ease all;
    width: 100%;
    border-radius: 7px;
}

.logout-button a.logout-btn:hover {
    background: #fff;
    border-color: #1e6e6c;
    color: #1e6e6c;
}

.logout-button a.logout-btn:hover img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(2598%) hue-rotate(164deg) brightness(93%) contrast(106%);
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
    /* border-left: 1px solid #e7e7e7; */
    padding-left: 4px;
    align-items: center;
}


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: -70px;
    width: 200px;
    background: #e22f90;
    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: #2a2a28;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #777777;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'BlenderPro-Medium';
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.user-profile-img {
    position: relative;
    /* border: 3px solid #25817e; */
    border-radius: 0px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.user-profile-img:after {
    content: '';
    position: absolute;
    top: -9px;
    left: -6.5px;
    background: #f2f2f2;
    width: 57px;
    height: 53px;
    border-radius: 6px;
    z-index: -1;
}

.user-profile-img img {
    width: 41px;
    height: 37px;
    border-radius: 0px;
    object-fit: cover;
    padding: 2px;
    margin-left: 3px;
    object-fit: contain;
    margin-top: 0px;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #e22f90;
    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: #1a1917;
}

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: #e22f90;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 999999999999999999999999999999;
}

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: #1a1917;
}

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;
}

button.detelt-mail:hover {
    background: #d80842;
    color: #fff;
}

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: #e22f90;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #ffffff;
}

ul.notification-messages-list li .notification-dropdown-btns a:hover {
    background: #1a1917;
}


/* Notification Box */


/* Page Css */

.dashboar_page-content {
    border-radius: 20px;
    margin: 0px 0;
    background: #f2f2f2;
    padding: 15px;
}


/* Page Css */


/* Candidate Button */

.candidate-btn-div {
    position: absolute;
    top: 8%;
    right: 1%;
    z-index: 9;
}

.cndv {
    position: relative;
    z-index: 9;
}

.cndv .candidate-button {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    padding: 5px 15px;
    border-radius: 60px;
    cursor: pointer;
    font-size: 14px;
    width: 90px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    height: 50px;
    position: relative;
    z-index: 1;
}

.candidate-button i {
    margin-left: 8px;
}

.candidate-list {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: #2a2a28;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    width: 130px;
}

.candidate-list li {
    border-bottom: 1px solid #eee;
}

.candidate-list li:last-child {
    border-bottom: none;
}

.candidate-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    background: #52508c;
    right: 0;
    top: 0;
}

.candidate-list li a:hover {
    background-color: #2a2a28;
}

.candidate-list.show {
    display: block;
}


/* Candidate Button */


/* Acitvities */

.activities-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    height: 88px;
    padding: 0 10px;
    width: 195px;
}

.activities-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activities-list ul li i {
    border-width: 1px;
    border-color: rgb(30 110 109);
    border-style: solid;
    border-radius: 50%;
    background-color: #00000017;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    color: #1e6e6d;
}

.activities-list li h5 {
    color: #1b1b1b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.activities-list li h5 span {
    display: block;
    color: #666;
}


/* Acitvities */

.theme-head {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.btn-1 {
    display: inline-block;
    font-size: 14px;
    color: #000;
    background: #f2f2f2;
    padding: 12px 22px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 5px 0 0;
}


/* Welcome */

.welcome-box {
    background-image: url(../images/banner-index.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 13px 9px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.welcome-text h6:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #9b9b96;
    width: 100%;
    height: 1px;
    border-radius: 10px;
}

.welcome-text h6:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -1px;
    background: #fff;
    width: 5%;
    height: 2px;
    border-radius: 15px;
}

.welcome-text h2 {
    font-size: 25.51px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    line-height: 1.2;
    position: relative;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 21px;
}

.welcome-text h6 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    max-width: fit-content;
}

.my-appoint-head a:hover {
    color: #d80842 !important;
    background: #fff;
    border: 1px solid #d80842;
}
.welcome-text h2::before {
    position: absolute;
    content: '';
    background: #00000036;
    width: 200px;
    right: -16px;
    height: 1px;
    bottom: -9px;
}

.welcome-text h2::after {
    position: absolute;
    content: '';
    background: #e22f90;
    width: 30px;
    right: 153px;
    height: 1px;
    bottom: -9px;
}
.welcome-text p {
    margin: 0;
    font-size: 12px;
    color: #00000082;
    width: 100%;
    line-height: 22px;
    opacity: 100;
    font-weight: 600;
    margin-bottom: 20px;
}


/* Welcome */


/* Recomend Job */

.recomend-job-main {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    padding: 36px 25px 16px;
}

.job-info {
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 15px;
    margin: 12px 0;
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}

ul.job-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

ul.job-list li {
    position: relative;
    z-index: 1;
}

ul.job-list li:first-child {
    width: 40%;
}

ul.job-list li:nth-child(2) {
    width: 45%;
}

ul.job-list li:last-child {
    width: 10%;
}

ul.job-list li img {
    width: 100%;
    height: 109px;
    border-radius: 10px;
}

ul.job-list h3 {
    font-size: 20px;
    color: #272725;
    text-transform: capitalize;
}

ul.job-list p {
    font-size: 13px;
    color: #9e9e9e;
    line-height: 20px;
    font-weight: 600;
}

ul.job-list h6.tag {
    width: fit-content;
    font-size: 10px;
    color: #000;
    background: #dbeafe;
    padding: 6px 10px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
}

.save-btn {
    width: 50px;
    height: 50px;
    border: 0;
    background: #f2f2f2;
    border-radius: 60px;
    border: 1px solid #c2bebe;
    color: #3c3b6e;
    position: relative;
    top: -21px;
}

.jobs-detl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    flex-wrap: wrap;
}

.jobs-detl p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #f2f2f2;
    border: 1px solid #80807f;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 60px;
    cursor: pointer;
    text-transform: uppercase;
    color: #50504e;
}

.jobs-detl p i {
    color: #3c3b6e;
    font-size: 18px;
}


/* Recomend Job */


/* Schedule */

.schedule {
    border-radius: 20px;
    background-color: rgb(37 129 125);
    margin-top: 0px;
    padding: 33px 21px 1px;
}

ul.schedule-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.date span {
    font-size: 10px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-family: 'BlenderPro-Medium';
    line-height: 12px;
}

.date h6 {
    font-size: 18px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    line-height: 20px;
}

.date {
    text-align: center;
    width: 30px;
}

.descrb {
    width: 82%;
    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: 23px 18px;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.descrb h6 {
    font-size: 14px;
    color: #272725;
    text-transform: capitalize;
    font-weight: 700;
}

.descrb p {
    font-size: 11px;
    color: #9e9e9e;
    font-weight: 600;
}

.descrb::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 40px;
    background: #ac1836;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.descrb.evn::before {
    background: #3c3b6e;
}


/* Schedule */


/* Profile Box */

.profile-card {
    background: #fcfcfc;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.profile-card .profile-header {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000024;
}

.profile-card .profile-btns label {
    width: 40px;
    height: 50px !important;
}

.profile-card .header-bg {
    width: 100%;
    height: 130px;
    object-fit: cover;
    background: linear-gradient(135deg, #6b3ce9, #8c7cf5);
    background-image: url(../images/profile-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.profile-card .profile-img-container {
    position: relative;
    width: fit-content;
    margin: -50px 0 0 20px;
}

.profile-card .profile-img-container img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 8px solid #fff;
    object-fit: cover;
}

.profile-card #imageUpload {
    display: none;
}

.profile-card .profile-name {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #272725;
}

.profile-card .profile-role {
    color: #9e9e9e;
    font-size: 12px;
    font-family: 'BlenderPro-Medium';
    text-align: left;
}

.profile-card .profile-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    position: absolute;
    bottom: 8%;
    right: 10px;
}

.profile-card .profile-btns a,
.profile-card .profile-btns label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f5f5f5;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 13px;
    color: #161616;
    text-decoration: none;
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
}

.profile-card .profile-btns a:hover,
.profile-card .profile-btns label:hover {
    background: #e9e9e9;
}

.profile-card .experience,
.profile-card .education {
    padding: 24px 20px;
    /* border-top: 1px solid #eee; */
}

.profile-card .section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #272725;
}

.profile-card .info-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 0px 0px 1px rgb(0 0 0 / 21%);
    transition: 0.3s;
}

.profile-card .info-card:hover {
    transform: translateY(-3px);
}

.profile-card .info-icon {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: grid;
    place-content: center;
    margin-right: 20px;
    padding: 10px;
}

.profile-card .info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.profile-card .info-content p {
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

.profile-card .info-content span {
    font-size: 11px;
    color: #999;
}

.profile-card .blue .info-icon {
    background: #3b82f6;
}

.profile-card .orange .info-icon {
    background: #ff6600;
}

.profile-card .red .info-icon {
    background: #f7e8ea;
    border: 1px solid #b22234;
    color: #b22234;
}

@media (max-width: 400px) {
    .profile-card {
        width: 95%;
    }
}


/* Profile Box */




i.fa-solid.fa-bookmark {
    color: #2b6f6c;
}
.personal-info-box ul li {
    font-family: 'BlenderPro-Medium';
    color: #9e9e9e;
    font-size: 13px;
    margin-bottom: 4px;
}

.personal-info-box ul li b {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.personal-info-box ul {
    column-count: 2;
    border: 1px solid #00000054;
    padding: 15px 22px;
    border-radius: 10px;
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}

.personal-info-box {
    margin-bottom: 18px;
}
.hm-contact-box .descrb p a {
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    font-weight: 500;
    color: #9e9e9e;
}

.hm-contact-box ul.schedule-list li i {
    color: #25817e;
}

.hm-contact-box .descrb {
    width: 74%;
    padding: 11px 18px;
}

.hm-contact-box .descrb::before {
    height: 28px;
    background: #25817e;
}

.experience p {
    font-weight: 500;
    color: #9e9e9e;
}
.hm-contact-box {
    border: 1px solid #00000054;
    padding: 15px 22px;
    border-radius: 10px;
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}

.education ul.schedule-list li {
    margin: 9px 0;
}
.profile-btns label {
    width: 50px !important;
}
.candidate-btn-div {
    display: none;
}
ul.header-profile-list li:hover a i {
    background: #e4e4e4;
}

.home-calendr {
    margin-left: 0px;
    /* background: #fff; */
    width: 100%;
    /* padding: 16px 15px 9px; */
    border-radius: 19px;
    /* margin-bottom: 20px; */
}

.home-calendr button#prevMonth {
    color: #00000070;
    border-color: #eeeeee;
}

.home-calendr button#nextMonth {
    border-color: #eeeeee;
    color: #00000070;
}

.home-calendr h2#monthDisplay {
    color: #fff;
    border-bottom: unset;
    padding-bottom: unset;
}

.home-calendr .day {
    color: #fff !important;
}

.home-calendr .date-item {
    color: #fff !important;
}

.home-calendr .date-item:hover,
.home-calendr .date-item.selected {
    background: #be0438 !important;
}

.home-calendr h2 {
    color: #000 !important;
    margin: 10px 0 15px !important;
}
.filtr-div {
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    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;
    margin-top: 10px;
}

.my-appoint-main .upcoming-bx {
    margin: 0;
    background: #f2f2f2;
    padding: 20px 18px 30px;
    border-radius: 20px;
    margin-left: 20px;
}

.my-appoint-head h2 {
    font-size: 29px;
    margin: 0;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.filter-icon {
    color: #000;
    font-size: 16px;
}

.filter-text {
    font-weight: 600;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.year-dropdown {
    position: relative;
    display: inline-block;
}

.year-display {
    padding: 12px 33px 12px 24px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    min-width: 80px;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.year-display::after {
    content: "\f078";
    font-size: 10px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-family: 'Font Awesome 6 Pro';
}

.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: 15px;
    margin: 25px 0 0;
}

ul.my-appointment-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    position: relative;
    z-index: 1;
}

.my-app-image img {
    width: 140px;
    height: 80px;
    object-fit: cover;
    border-radius: 22px;
}

.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: 12px;
    font-size: 13px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
}

.my-app-schd i {
    color: #000;
}

.my-app-btn a {
    height: 40px;
    display: inline-flex;
    align-items: center;
    width: 50px;
    display: grid;
    place-content: center;
}

img.right-arrow {
    /* opacity: .5; */
    filter: brightness(0) saturate(100%) invert(89%) sepia(9%) saturate(2%) hue-rotate(16deg) brightness(91%) contrast(87%);
}

ul.my-appointment-list:hover img.right-arrow {
    opacity: 1;
    filter: invert(1);
}

.my-app-btn {
    height: 110px;
    background: #ebebeb;
    display: grid;
    place-content: center;
    border-radius: 25px;
    width: 80px;
}

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: #d80842;
}

ul.my-appointment-list:hover .my-app-schd i {
    color: #d80842;
}

ul.my-appointment-list:hover {
    border-left-color: #d80842;
}

.booking-calender .month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    align-items: center;
    border-bottom: unset;
    padding-bottom: 10px;
}

.booking-calender .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    text-align: center;
}

.booking-calender .date-item {
    padding: 4px 0px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 500 !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;
    font-family: 'BlenderPro-Medium' !important;
}

.booking-calender .date-item .day {
    font-size: 10px;
    color: #000000a6 !important;
    font-weight: 500;
    margin: 1.5px 0;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    /* display: none; */
}

.booking-calender .date-item:hover,
.booking-calender .date-item.selected {
    background-color: #ea3890 !important;
    color: white !important;
}

.booking-calender .month-header button {
    width: 35px;
    height: 35px;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    color: #443e3ecc;
    background: #eeeeee;
}

.booking-calender .month-header button:hover {
    border-color: #d80842;
    color: #d80842;
}

.booking-calender .calendar-container h2 {
    font-size: 17.15px;
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #00000038;
    padding-bottom: 15px;
}

.booking-calender h2 {
    font-size: 30px;
    text-align: left;
    padding: 0 0 0px 22px;
    /* border-bottom: 1px solid #ccc; */
    color: #000;
}

.booking-calender .date-item:hover,
.booking-calender .date-item.selected {
    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;
}
.notification-box h5 {
    font-family: 'BlenderPro-Medium';
    font-weight: 500;
    font-size: 18px;
}

.notifi-main ul li i {
    padding: 19px 23px;
    color: #ea3890;
    background: #fcebf4;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    width: 50px;
    height: 50px;
    border: 1px solid #e22f90;
    font-size: 20px;
}

.notification-box h5 span {
    display: block;
    font-size: 15px;
    color: #00000087;
}

.notifi-main h2 {
    font-weight: 300;
    font-size: 17px;
    padding-left: 0px;
    margin: 4px 0 18px !important;
    font-family: 'BlenderPro-Medium';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.notifi-main {
    margin-top: 27px;
    padding: 25px 15px 31px;
    border-radius: 10px;
    background: #fdfdfd;
    height: 100%;
}

.notifi-main ul li {
    display: flex;
    gap: 10px;
    border: 1px solid #0000003b;
    padding: 10px 10px;
    border-radius: 7px;
    align-items: center;
    margin-bottom: 18px;
    background: #fff;
}
.date-item.selected .day {
    color: #fff !important;
}
.welcome-text {
    background: #fff;
    padding: 27px 16px;
    width: 43%;
    border-radius: 17px;
}

.welcome-text a {
    border: 1px solid #1e6e6c;
    padding: 16px 22px;
    border-radius: 25px;
    background: #1e6e6c;
    color: #fff;
    font-family: 'BlenderPro-Medium';
    font-size: 13px;
    text-transform: uppercase;
}
ul.active-chats-list li img {
    border-radius: 20px;
}

ul.active-chats-list li {display: flex;align-items: center;gap: 11px;font-family: 'BlenderPro-Medium';font-size: 15px;color: #fff;border-top: 1px solid #ffffff7d;padding: 15px 0px;}

.schedule h2.theme-head {
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}
.recomend-job-main .client-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      /* border-radius: 10px; */
      padding: 21px 0px;
      margin-bottom: 20px;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
      border-top: 1px solid #00000036;
    }

   .recomend-job-main .client-info {
      display: flex;
      align-items: center;
      gap: 11px;
    }

   .recomend-job-main .client-info img {
      width: 123px;
      height: 78px;
      border-radius: 4px;
      object-fit: cover;
    }

   .recomend-job-main .client-text h3 {
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      font-family: 'BlenderPro-Medium';
      color: #000;
    }

   .recomend-job-main .client-text p {
      margin: 3px 0 0 0;
      font-size: 12px;
      color: #555;
      font-family: 'Montserrat';
      font-weight: 500;
    }

   .recomend-job-main .status {
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
    }

  .recomend-job-main  .active {
      color: #28a745;
      font-family: 'BlenderPro-Medium';
      font-weight: 500;
      font-size: 16px;
    }

   .recomend-job-main .pending {
      color: #ffb400;
    }

   .recomend-job-main .inactive {
      color: #dc3545;
    }

   .recomend-job-main .view-btn {
      background: #005c5c;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 12px 35px;
      cursor: pointer;
      font-weight: 500;
      transition: background 0.3s ease;
      font-family: 'BlenderPro-Medium';
      font-size: 13px;
    }

    .recomend-job-main .view-btn:hover {
      background: #007575;
    }
    span.status.active.yellow {
    color: #dca129;
}

span.status.active.red {
    color: red;
}
.date-item:hover .day {
    color: #fff !important;
}
.avatar span {
    font-family: 'Montserrat';
    font-size: 10px;
    border: 1px solid #25817e;
    width: 21px;
    height: 22px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2px;
    border-radius: 20px;
    background: #25817e;
    color: #fff;
    top: 4px;
}
span.non-active-dot.active.non-ac {
    background-color: #a8b7b7;
}

/* Chat Page  Start*/
.chat-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    max-width: 81%;
    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: 13px;
    color: #333;
    font-family: 'Montserrat';
}

.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(227 254 255);
    width: 52px;
    height: 48px;
    position: absolute;
    right: -15%;
    bottom: 0;
    top: 0;
    margin: auto;
}

.chat-input-wrapper .mic-btn .fa-microphone {
    color: #6d6d6d;
    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: 16px 20px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddebf4;
}

.client-input {
    position: relative;
}

form.chat-top-input-form input {
    width: 100%;
    height: 50px;
    font-size: 12px;
    font-family: montserrat;
    padding: 15px 10px;
    border: 1px solid #e1e0e0;
    margin: auto;
    border-radius: 90px;
    text-transform: uppercase;
}

.client-input input {
    background: #ffffff;
    border-radius: 5px;
    color: #101010;
    text-transform: inherit;
    border: 0;
}

.client-input button {
    color: #fff;
    background: #038388;
    font-size: 14px;
    border: 0;
    position: absolute;
    margin: auto;
    right: 4px;
    padding: 4px 20px;
    border-radius: 50px;
    bottom: 8px;
    margin-right: 8px;
}

.group {
    display: grid;
    grid-template-columns: 54px calc(100% - 55px);
    grid-template-rows: repeat(2, 30px);
    width: calc(100% - 0px);
    /* 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: 600;
    padding: 0px 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
    line-height: 40px;
    margin: 0;
}

.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: #000000;
    position: absolute;
    right: 14px;
    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: 17px;
    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: #038388;
    color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
}

li.group.actve-chat {
    background: #038388;
}

span.non-active-dot.active {
    background-color: #038388;
}

.MessageContainer {
    flex: 1;
}

.chat-box {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.chat-header.dot-relative {
    position: relative;
    width: 96%;
}

.chat-header {
    padding: 27.5px 20px;
    border-bottom: 1px solid #ddebf4;
    display: flex;
    justify-content: space-between;
}

.chat-header.dot-relative span.dot {
    width: 7px;
    height: 7px;
    right: unset;
    left: 15%;
    top: 47%;
    transform: translateY(-55%);
    position: absolute;
    color: #000;
    background: #038388;
    border-radius: 60px;
}

.chat-header span {
    font-size: 18px;
    font-weight: 500;
    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: #000000d1;
    font-weight: 500;
}

.message .text {
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 60%;
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 17px;
}

.message.sent .text {
    background: #038388;
    color: white;
}

#MessageForm {
    /* padding: 10px; */
    /* display: flex; */
    width: 100%;
    position: relative;
}

.chat-page-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 10px;
}

form.chat-top-input-form {position: relative;}

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: #6d6d6d;
    font-size: 20px;
}

.chat-header .icons i:first-child {
    border: 0;
}

.chat-typ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.chat-typ button {
    background: #e90004;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'BlenderPro-Medium';
    border: 0;
    border-radius: 5px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
}

.chat-typ button.admin-btn {
    background: #e9e9e9;
    color: #000;
}

.pat-btn::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #e90004;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
    z-index: -2;
}

li.group.actve-chat * {
    color: #fff;
}

li.group.actve-chat span.non-active-dot.active {
    background: #fff;
}
.chat-page-box .manager-heading {
    border-bottom: 1px solid #deebf4;
    margin: 0px 29px;
    padding: 0px;
    width: 95%;
}
p.GroupDescrp {
    font-size: 11px;
}
/* Chat Page */


/* Profile Page Start */

.setting-main-all {
    margin-bottom: 0px;
    padding: 30px;
    background: #ffffff;
    height: 86vh;
    border-radius: 20px;
    padding-bottom: 29px;
}

.prf-heading h2 {
    font-size: 28.31px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin-bottom: 7px;
}

.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: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'BlenderPro-Medium';
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 49px;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 16px;
    color: #000000a3;
    border: 2px solid #e7e7e7;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.prf-input input[type="password"]::placeholder {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;

}

.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: #000000;
    height: 100px;
    resize: none;
}

.setting-main-all form button {
    font-size: 14px;
    color: #ffffff;
    background: #04898f;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 40px;
    border-radius: 25px;
    border: 0;
    letter-spacing: 1px;
    font-family: 'BlenderPro-Medium';
}

.pofile-chg-box h5 {
    font-size: 25px;
    color: rgb(20 20 20);
    text-transform: uppercase;
}

.pofile-chg-box ul li img {
    width: 121px;
    height: 121px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 38px;
    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 39px;
    font-size: 14.79px;
    color: #434343;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
    border-radius: 30px;
}

.pofile-chg-box {
    padding: 0 13px;
    border-left: 1px solid #00000038;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.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: 500;
    margin-bottom: 10px;
    font-family: 'BlenderPro-Medium';
    line-height: 26px;
}

.profile-pic img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    margin-top: 12px;
}


.profile-pic p {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'BlenderPro-Medium';
    color: #fff;
    margin-bottom: 0px;
}
/* Profile Page End */




/*Client page Start*/


.prf-slide {
    position: relative;
    z-index: 1;
    border: 1px solid #0000002e;
    padding: 22px 0px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.prf-slide img.prf-bg {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}

.prf-imag {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}


.profl-text {
    text-align: center;
}

.profl-text h3 {
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-family: 'BlenderPro-Medium';
}

.profl-text h5 {
    font-size: 13px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.profl-butns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0px 0px;
}

.profl-butns a {
    font-size: 14px !important;
    padding: 13px 28px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium' !important;
}

.profl-butns a.btn-1 {
    background: #04898f;
    color: #fff;
}

.profl-butns a.btn-2 {
    background: #e3fdfe;
    color: #000;
}
.profl-text a {
    font-size: 14px;
    display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #00000082;
}

.prf-imag img.prf-1 {
    border-radius: 40px;
    width: 80px;
    height: 80px;
}

/*Client page End*/


/*Client Detail Page Start*/
.img-client-detail img {
    width: 100%;
    border-radius: 10px;
}

.text-client-detail h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.text-client-detail p {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0000007d;
}

.text-client-detail {
    margin-top: 8px;
}

.chat-page-box .manager-heading h2 {
    font-size: 31px;
    padding-bottom: 10px;
    font-weight: 300;
}
.general-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*border-top: 1px solid #ccc;*/
  padding: 25px 0px 10px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.general-info::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  z-index: 0;
  width: 86%;
}

.general-info .info-item {
  text-align: left;
  flex: 1;
  padding: 0 0px;
  position: relative;
  z-index: 1;
}

.general-info .dot {
  width: 8px;
  height: 8px;
  background-color: #0e736c;
  border-radius: 50%;
  /* margin: 0 auto 8px; */
  position: relative;
  top: -20px;
}

.general-info .info-item h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-family: 'BlenderPro-Medium';
  font-weight: 400;
}

.general-info .info-item p {
  font-size: 15px;
  color: #333333a3;
  margin: 0;
  font-family: 'BlenderPro-Medium';
}

.general-info .status {
  /* text-align: center; */
}

.general-info .active {
  background-color: #d8f5e0;
  color: #2a9d53;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.heading-general h3 {
    font-size: 20px;
    padding-bottom: 12px;
}
.general-info-main {
    margin-top: 26px;
}

/*client Detail Page End*/

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.chat-input-wrapper .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    /* padding: 8px 20px; */
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    border: unset;
     cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.logo-main-dashbd {
    text-align: center;
}

.ban-rt-list ul li {
    font-family: 'BlenderPro-Medium';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    background: #fff;
    padding: 20px 13px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.ban-rt-list ul li span {
    display: block;
    width: fit-content;
    padding: 8px 15px;
    font-size: 15px;
    font-family: 'BlenderPro-Medium';
    border: 1px solid #ea3890;
    background: #fdebf4;
    border-radius: 7px;
}

.ban-rt-list ul {
    column-count: 2;
}


.col-md-4.col-lg-4.col-12.fot-ban-rt {
    padding: 0px;
    padding-right: 14px;
}
    .upcoming-shift-table {
    border-collapse: separate;
    border-spacing: 0 15px; /* row gap = 15px */
    width: 100%;
    font-family: 'BlenderPro-Medium';
    /* background-color: #fafafa; */
    color: #000;
    /* padding: 0px 15px; */
}

.upcoming-shift-table th,
.upcoming-shift-table td {
    padding: 20px 16px;
    text-align: left;
    border: none;
    white-space: nowrap;
}

/* Header styles */
.upcoming-shift-table th {
    background-color: #f4f4f4;
    font-weight: 600;
}

/* Header border radius */
.upcoming-shift-table th:first-child {
    border-top-left-radius: 12px;
}

.upcoming-shift-table th:last-child {
    border-top-right-radius: 12px;
}

/* ===== ROW CARD STYLE ===== */
.upcoming-shift-table tbody tr {
    background-color: white;
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}

/* top & bottom borders */
.upcoming-shift-table tbody tr td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* left side */
.upcoming-shift-table tbody tr td:first-child {
    border-left: 1px solid #ddd;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* right side */
.upcoming-shift-table tbody tr td:last-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Status styles */
.upcoming-shift-status-active {
    background-color: #d4edda;
    color: #155724;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.upcoming-shift-status-pending {
    background-color: #fff3cd;
    color: #856404;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

/* View button */
.upcoming-shift-view-btn {
    background-color: #ea3890;
    color: white;
    border: none;
    padding: 18px 41px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.upcoming-shift-view-btn:hover {
    background-color: #ff1493;
}

/* Align actions column right */
.upcoming-shift-table th:last-child,
.upcoming-shift-table td:last-child {
    text-align: right;
}

/* Row hover effect */
.upcoming-shift-table tbody tr:hover td {
    background-color: #f9f9f9;
}
/* Bottom left radius on header */
.upcoming-shift-table th:first-child {
    border-bottom-left-radius: 12px;
}

/* Bottom right radius on header */
.upcoming-shift-table th:last-child {
    border-bottom-right-radius: 12px;
    text-align: center;
}
.upcoming-shift-table th {
    padding: 18px 16px;
    font-weight: unset;
}
.upcoming-main {
    background-color: #fafafa;
    color: #000;
    padding: 30px 15px;
    border-radius: 10px;
    height: 60vh;
}

.upcoming-main h2 {
    font-size: 25px;
}
ul.slidebar_menu li:last-child {
    position: absolute;
    bottom: 90px;
    width: 100%;
}
.calendar-container {
    padding: 16px 15px 9px;
    border-radius: 10px;
    background: #fff;
}

.form-container {
    margin-bottom: 20px;
}

.form-title {
    color: #232323;
    margin-bottom: 14px;
    font-size: 28.31px;
    text-transform: uppercase;
    font-weight: unset;
}

.btn-submit {
    background-color: #ea3890;
    color: white;
    padding: 15px 25px;
    font-weight: bold;
    width: fit-content;
    font-weight: unset;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.btn-secondary-user {
    background-color: #6c757d;
    color: white;
    margin-bottom: 20px;
    padding: 15px 0;
}

.secondary-form {
    border: 2px dashed #e90004;
    position: relative;
    padding: 25px;
    border-radius: 10px;
}

.remove-form {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.theme-box label {
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
    font-weight: unset;
    color: #000;
}

.form-container .form-select,
.form-container input {
    padding: 15px 15px;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}
.schedule-page.theme-box {
    background: #fff;
    padding: 18px 20px;
    border-radius: 15px;
    /* height: 86vh; */
}

textarea.form-control {
    height: 140px;
    padding: 10px 10px;
    font-family: 'BlenderPro-Medium';
}


/* CONTAINER */
.tech-container{
    width: 100%;
    margin: 0px 0px 50px;
}

/* TOP CARDS */
.tech-stats{
    display:flex;
    gap:20px;
    margin-bottom:25px;
}

.stat-box{
    flex:1;
    background:#fff;
    border-radius:10px;
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.stat-box h2{
    margin:0;
    font-size:20px;
}

.stat-box span{
    font-size:11px;
    color:#777;
}

.stat-icon{
    width:35px;
    height:35px;
    background:#ffe6ef;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    color:#ff4d8d;
}

/* HEADER */
.tech-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.tech-header h3{
    margin:0;
    font-size: 25px;
    letter-spacing:1px;
    font-weight: 600;
    color: #000;
}

/* FILTER + SEARCH */
.tech-actions{
    display:flex;
    gap:10px;
}

.filter-btn{
    border: 1px solid #afaeae;
    background:#fff;
    padding:8px 15px;
    border-radius:20px;
    font-size: 14px;
    cursor:pointer;
    font-family: 'BlenderPro-Medium';
    background: transparent;
}

.search-box{
    border: 1px solid #b1abab;
    border-radius:20px;
    padding: 8px 19px;
    font-size: 14px;
    outline:none;
    font-family: 'BlenderPro-Medium';
    width: 320px;
    background: transparent;
}

/* TABLE */
.tech-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 10px;
}

.tech-table th{
    text-align:left;
    font-size: 15px;
    color: #000;
    padding:10px;
    background: #e2e2e2;
    font-family: 'BlenderPro-Medium';
    font-weight: unset;
    text-transform: uppercase;
}

.tech-table td{
    background:#fff;
    padding: 15px 12px;
    font-size: 15px;
    font-family: 'BlenderPro-Medium';
    color: #000;
}

.tech-row{
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
    border-radius:10px;
}

/* USER INFO */
.user-info{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left: -20px;
}

.user-info img{
    width: 84px;
    height: 74px;
    border-radius: 10px;
    object-fit: cover;
}

.user-info small{
    display:block;
    font-size:11px;
    color:#888;
}

/* DOCUMENT TAG */
.doc-tag{
    display:inline-flex;
    align-items:center;
    gap:5px;
    /* background:#fff5f7; */
    padding:5px 8px;
    border-radius:6px;
    color: #000;
    font-size: 14px;
}

/* ACTION ICONS */
.actions{
    display:flex;
    gap:8px;
}

.action-btn{
    width: 36px;
    height: 32px;
    border-radius:6px;
    background:#f4f4f6;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color: #000;
}

.action-btn:hover{
    background:#ff4d8d;
    color:#fff;
}

/* CHECKBOX */
input[type="checkbox"]{
    width:15px;
    height:15px;
    cursor:pointer;
}
/* STATS */
.ass-tech-stats{
    display:flex;
    gap:20px;
    margin-bottom:25px;
}

.ass-tech-stat-box{
    flex:1;
    background:#fff;
    border-radius:12px;
    padding: 23px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.ass-tech-stat-box h2{
    margin:0;
    font-size:20px;
}

.ass-tech-stat-box span{
    font-size: 14px;
    color: #000;
    font-family: 'BlenderPro-Medium';
}

.ass-tech-stat-icon{
    width: 51px;
    height: 48px;
    background: #fdebf4;
    border-radius: 7px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff4d8d;
    border: 1px solid #ff4da5;
}

/* USER IMAGE FIX */
.ass-tech-user img{
    width:48px;   /* bigger */
    height:48px;
    border-radius:12px; /* less round */
    object-fit:cover;
}
.tech-row td:first-child {
    border-radius: 15px 0px 0px 15px;
}

.tech-row td:last-child {
    border-radius: 0px 15px 15px 0px;
}

.doc-tag i {
    font-size: 19px;
    color: red;
}

.tech-table th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.tech-table th:last-child {
    border-radius: 0px 10px 10px 0px;
}
.user-info small {
    font-size: 13px;
}
.user-info small a {
    color: #000;
}
.action-btn i {
    color: #0000007a;
}
.tech-table th i {
    font-size: 10px;
    margin-top: 3px;
}
.user-info div {
    text-transform: uppercase;
}


.log-p {
    padding: 84px 100px;
    position: relative;
    height: 100%;
}

.log-form {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 79px 0px rgba(58, 58, 58, 0.08);
}

.inner-banner-sec {
    background-image: url(../images/inneer-banner.jpg);
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-text h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 0;
}

.inner-banner-text {
    margin-left: 15px;
}

ul.dropdown-menu2.chg li {
    padding: 15px 70px !important;
}

.log-form.chg1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* background: #dedede; */
    right: -70px;
    top: 60px;
}

.log-form-heading ul li h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 600;
}

.log-form-heading {
    position: relative;
    z-index: 9999;
}

.log-form-input input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form {
    position: relative;
}

.log-form:after {
    content: "";
    position: absolute;
    /* background: #f5f6fa; */
    width: 100%;
    height: 135px;
    top: 0;
    left: 0;
    z-index: 1;
}

.log-form-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.log-form-heading ul li p {
    font-size: 12px;
    color: #aaabac;
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.log-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
    margin-top: 25px;
    background: unset;
    border-radius: 5px;
}

.btn-submits {
    background: #ea3890;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    font-family: 'BlenderPro-Medium';
}

.btn-submits:hover {
    color: #fff;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20px;
}

.log-form-footer input {
    width: 20px;
}

.log-form-footer a {
    color: #b7b6b6;
    font-size: 14px;
    font-weight: 600;
}

.log-form p {
    color: #0000008f;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.log-form p a {
    text-decoration: underline;
    color: #e22f90;
    font-weight: 500;
}

.login-with h2 {
    font-size: 16px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.login-with {
    margin-top: 35px;
}

.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 30px;
}

.login-with ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1976d2;
    border-radius: 5px;
    padding: 14px 25px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.login-with ul li h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}

li.back-colour {
    background: #121212 !important;
}

li.back-colour1 {
    background: #d84938 !important;
}

.login-with ul li i {
    font-size: 25px;
}

.log-form-input button.btn-1:before {
    width: 110px;
}

.log-form-input button.btn-1 {
    background: #e22f90;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
}

.btn-contact-log {
    text-align: center;
    margin-top: 20px;
}

.news-slide .slick-list.draggable {
    padding-right: 150px;
}

.account-head h3 {
    font-size: 34.35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    right: 12px;
    bottom: 22px;
    cursor: pointer;
}

.logn-check input[type="checkbox"] {
    display: none;
}

.logn-check label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

section.log-p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0000001f;
    margin: 0 auto;
}

.logn-check label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #021627;
    border-radius: 4px;
    background-color: white;
}

.logn-check input[type="checkbox"]:checked+label::before {
    background-color: #923748;
    border-color: #923748;
    content: 'Ã¢Å“â€';
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    top: 0;
    bottom: 0;
    display: grid;
    place-content: center;
}

.login-header {
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding: 18px 0;
    /* background: #021627; */
    margin-bottom: 0px;
}

.log-form-heading p {
    padding: 0;
    margin: 0;
}

.log-form-heading h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card h6 {
    color: #fff;
}

html .timeline-item-card small i {
    background: #fff;
    color: #923748 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container p {
    color: #737c88;
}

a.toggle-btn {
    display: none;
    color: #000;
}

a.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.login-with ul li a {
    color: #fff;
}
body.account-body {
    background: #f4f4f4;
}

.log-form select {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
    margin-top: 25px;
    background: unset;
    border-radius: 5px;
    appearance: auto;
}




.calendar-pg-main .calendar-container{
  width: 100%;
  margin: 0px auto;
}

.calendar-pg-main .header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.calendar-pg-main .toggle-btns{
  display:flex;
  background:#e6e6e6;
  border-radius:10px;
  overflow:hidden;
}

.calendar-pg-main .toggle-btns button{
  border:none;
  padding:10px 20px;
  cursor:pointer;
  background:transparent;
}

.calendar-pg-main .toggle-btns .active{
  background:#e91e63;
  color:#fff;
}

.calendar-pg-main .legend{
  display:flex;
  gap:20px;
  margin-bottom:10px;
}

.calendar-pg-main .legend span{
  display:flex;
  align-items:center;
  gap:5px;
  font-size: 14px;
  font-family: 'BlenderPro-Medium';
  color: #000;
}

.calendar-pg-main .dot{
  width: 14px;
  height: 15px;
  border-radius: 3px;
}

.calendar-pg-main .green{background: #4a964e;}
.calendar-pg-main .orange{background: #905328;}
.calendar-pg-main .gray{background: #9ca3af;}

.calendar-pg-main .month-title{
  text-align:center;
  font-weight:bold;
  margin:20px 0;
}

.calendar-pg-main .calendar{
  display:grid;
  grid-template-columns: repeat(7, 1fr);
  /* border:1px solid #ddd; */
}

.calendar-pg-main .day-name{
  padding:10px;
  font-size:12px;
  text-align:center;
  /* background:#fafafa; */
  border-bottom:1px solid #ddd;
  font-family: 'BlenderPro-Medium';
  font-size: 15px;
  color: #000;
}

.calendar-pg-main .day{
  height:120px;
  border:1px solid #eee;
  padding:5px;
  font-size:12px;
  position:relative;
  background:#fff;
  font-family: 'BlenderPro-Medium';
}

/* alternate box color like design */
.calendar-pg-main .day:nth-child(odd){
  background:#f9fafb;
}

.calendar-pg-main .day .date{
  position:absolute;
  top:5px;
  left:5px;
  font-size:11px;
  color:#888;
  font-family: 'BlenderPro-Medium';
  font-size: 15px;
  color: #000;
}

.calendar-pg-main .event{
  margin-top:20px;
  padding:3px 6px;
  border-radius:10px;
  font-size:10px;
  display:inline-block;
}

.calendar-pg-main .event.green{background:#c8e6c9;color:#2e7d32}
.calendar-pg-main .event.orange{background:#f8d7c1;color:#8a4b1f}
.calendar-pg-main .event.gray{background:#e0e0e0;color:#555}

.calendar-pg-main .time{
  display:block;
  font-size: 12px;
  color: #000;
  font-family: 'BlenderPro-Medium';
}
.calendar-pg-main .day:first-child {
    border-radius: 10px;
}
.calendar-container .header h2 {
    font-size: 28px;
    font-weight: unset;
}