:root {
    --white: #FFFFFF;
    --dark-white: #F2F2F2;
    --light-white: #F1F1F1;

    --black: #222020;
    --dark-black: #030303;
    --light-black: #1A1B1B;
    --light-slate-black: #222223;

    --red: #EE4136;
    --light-red: #FF8787;
    --dark-gray: #9c9696;
    --gray: #D6DBE1;
    --dim-gray: #F2F2F27A;
    --slate-gray: #737070;
    --dark-slate-gray: #F8F8F8;
    --light-slate-gray: #F4F4F4;
    --light-slate-gray-secondary: #726f6f;

    --brown: #554D4D;
    --dark-browm: #484849;
    --light-brown: #343334;
    --light-slate-brown: #272729;
    --light-slate-brown-v1: #666666;
    --light-slate-brown-v2t: #686868;

    --popup: #2c2c2c;
    --dropdown: #4c4c4c;
    --button: #9c9696;
    --light-black-v2: #242424;
    --light-slate-black-v2: #1c1c1c;
    --light-slate-brown-v2: #383838;

    --border-v2: #646464c4;
    --font-weight: var(--noraml);

    /* --navbar: #554d4d;
    --navbarheader: #FFFFFF;
    --middle-panel: #F2F2F2;
    --middle-msg: #554d4d;
    --menu-text: #FFFFFF; */
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui,
        BlinkMacSystemFont, Roboto, Ubuntu !important;
    height: 100vh;
    background: var(--white);
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 0.4rem;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.4rem transparent;
    border-radius: 0.3rem;
}

::-webkit-scrollbar-thumb {
    background: var(--dark-gray);
    border-radius: 0.3rem;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray);
}

::-moz-scrollbar {
    scrollbar-width: thin;
}

::-moz-scrollbar-track {
    box-shadow: inset 0 0 0.4rem transparent;
    border-radius: 0.3rem;
}

::-moz-scrollbar-thumb {
    background: var(--dark-gray);
    border-radius: 0.3rem;
}

::-moz-scrollbar-thumb:hover {
    background: var(--dark-gray);
}

/*==============start new book appoimnet================*/
.hideCls {
    display: none;
}

.full-Width {
    width: 100%;
}

.height-full {
    height: 100%;
}

.flex-Container {
    display: flex;
}

.p-relative {
    position: relative;
}

/* .BookingoverflowHidden {
    overflow: hidden;
} */

.bookingLogo {
    padding: 0.95rem 1.9rem;
}

.booking-t-header {
    border-bottom: 0.1rem solid var(--gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3rem;
}

.booking-btns-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.hFull {
    height: 100%;
    border-right: 0.1rem solid var(--gray);
}

.WFWidth {
    width: 22.4rem;
}

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

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

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

.w-full {
    width: 100%;
}

.h-full {
    height: calc(100vh - 8rem);
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1 1 0%;
}

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

.overflow-y-auto {
    overflow-y: auto;
}

.pb-2 {
    padding-bottom: .5rem;
}

.gap-2 {
    gap: .5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}
.publicPageLogo img {
    max-width: 21.9rem !important;
    width: 100%;
    height: 100%;
}
.userProfile img {
    width: 100%;
    max-width: 3.3rem;
    height: 100%;
    max-height: 3.3rem;
    border-radius: 0.3rem;
    margin-right: 0.8rem;
}

.SideBarBooking ul {
    margin: 0px;
    padding: 0px;
}

.SideBarBooking {
    padding: 3.3rem 0rem 3.3rem 1.2rem;
    display: block;
}

.SideBarBooking ul li {
    list-style: none;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--black);
    letter-spacing: 0.06rem;
    line-height: 2rem;
    margin-bottom: 1.1rem;
    margin-right: 1.2rem;
    cursor: pointer;
    padding: 0 0.8rem;
    /* text-transform: uppercase; */
    letter-spacing: 0.1rem;
    padding: 1rem;
}
.dashBoardCtaEvents{
    display: flex;
    gap: 1rem;
}
.eventActive .eventTitelTop {
    font-weight: 600;
}
.userProfile span {
    font-size: 1.4rem;
    color: #374151;
    font-weight: 600;
    line-height: 1.6rem;
}

.userProfile {
    padding-bottom: 2.9rem;
}

.SideBarBooking li span {
    margin-right: 0.8rem;
}

.SideBarBooking ul li:hover {
    background: #F2F2F2;
    border-radius: 0.4rem;
}

.bookingColumTitle h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #222020;
    padding-bottom: 1.7rem;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0.06rem;
}

.bookingColumTitle p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #222020;
    margin-bottom: 0;
    line-height: normal;
}

.bookingColumTitle p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.69;
    letter-spacing: 0.06rem;
    color: var(--brown);
    padding: 0;
    margin-bottom: 0rem;
}

.bookingColumTitle p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.69;
    letter-spacing: 0.06rem;
    color: var(--brown);
    padding: 0;
    margin-bottom: 0rem;
}

.BookingDashboardHomeScreen {
    padding-right: 2rem;
    /* max-width: 81%; */
}

.bookingScreen {
    width: 100%;
    padding-bottom: 5rem;
    padding-right: 4rem;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    /* max-height: calc(100vh - 14rem); */
}

.BookingCreateEventColum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 5rem;
}

.BookingLeftColum {
    /* flex: 1; */
}

.BookingRightColum {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.BookingRightColum1 {
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    margin-left: auto;
    flex: 1;
}
.bookingColumCta {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    /* padding-right: 1.8%; */
}

.bookingColumCta1 {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    /* padding-right: 1.8%; */
}

.bookingColumCta > *:nth-child(1) {
    margin-right: 2rem;
}

.bookingColumCta > *:nth-child(2) {
    margin-right: 1.5rem;
}

.CreateTypeCtaWrap {
    display: flex;
    justify-content: center; 
    align-items: center; 
   

}
.CreateTypeCta {
    background: var(--red);
    border: none;
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 1rem 1.9rem;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: normal;
}
.CreateTypeCta:hover {
    /* background-color: #464444; */
    /* transform: translateY(-2px); */
}

.CreateTypeCta img {
    width: 2.0rem;
    height: auto;
    margin-right: 0.8rem;
}

.CreateTypeShare {
    color: #979797;
    border: 0.1rem solid #979797;
    background: var(--white);
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 0.9rem 1.5rem;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    line-height: normal;
}

.CreateTypeShare img {
    width: 2.0rem;
    height: auto;
    margin-right: 0.5rem;
}

.CreateTypeMore {
    color: #979797;
    border: 0.1rem solid #979797;
    background: var(--white);
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 0.9rem 1.5rem;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    /* line-height: 3rem; */
    /* text-transform: capitalize; */
}

.activeCallsBtn{
}
.CreateTypeMore:hover {
        /* transform: translateY(-2px); */
}

.event-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds "..." if truncated */
    white-space: normal;
    /* min-height: 5rem; */
}
.BookingCreateEventColumBoxes {
    /* display: flex; */
    flex-wrap: wrap;
    padding-bottom: 2.2rem;
    gap: 2.2rem;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* flex-wrap: nowrap; */
}

.box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0.4rem !important;
    padding: 2.3rem 2.6rem;
    /* flex: 1 1 calc(32% - 0rem); */
    /* max-width: calc(32% - 0rem); */
    transition: transform 0.3s;
    position: relative;
    box-sizing: border-box;
}

.box:hover {
    /* transform: scale(1.02); */
    /* Slightly scale up on hover */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 1.5em;
    /* Heading font size */
    margin-bottom: 10px;
    /* Space below heading */
}

p {
    font-size: 1em;
    /* Paragraph font size */
    margin-bottom: 15px;
    /* Space below paragraph */
}

.cta-buttons {
    /* margin-bottom: 10px; */
    /* Space below buttons */
    display: flex;
    /* padding-top: 1rem; */
}

.ctaItem {

    border: none;
    border-radius: 0.4rem;
    padding: 0.8rem 0rem 0.8rem 1.7rem;
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s;
    /* Smooth background color transition */
    font-size: 1.1rem;
    font-weight: 400;
}

.cta {
    background-color: #E8EEF6;
    color: #222020;
    border: none;
    border-radius: 0.4rem;
    padding: 0.4rem 1.7rem;
    margin-right: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1.3rem;
    font-weight: 400;
}

.cta1{
    background-color: #fff;
    border: 0.1rem solid #D6DBE1;
}

.cta:hover {
    background-color: #efefef;
}

.copy-icon {
    font-size: 1.5em;
    /* Icon size */
    text-align: right;
    /* Align icon to the right */
}
.availabilityWrap {
    /* display: flex; */
    width: 100%;
    max-width: 55%;
}
.BookingCreateEventTypeRow {
    padding: 4.9rem 0rem 8rem 4.7rem;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    box-sizing: border-box;
    max-height: calc(100vh - 100vh);
    overflow-x: hidden;
    min-height: 100vh;
}

.copy-icon {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    cursor: pointer;
}

.box h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    font-weight: 600;
    color: #222020;
    padding-bottom: 1rem;
    display: inline-block;
    vertical-align: top;
    width: 24.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.box p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #222020;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    word-break: break-all;
}

.event-type-1 {
    border-radius: 0.8rem;
    border-top: 0.8rem solid #0099FF;
}

.event-type-2 {
    border-radius: 0.8rem;
    border-top: 0.8rem solid #E55CFF;
}

.event-type-3 {
    border-radius: 0.8rem;
    border-top: 0.8rem solid #FFA600;
}

.evebtTitelTop {
    display: flex;
    align-items: baseline;
    max-height: 10rem;
}

.eventTopRight {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    gap: 0.8rem;
    /* position: relative; */
}

.myEventsTypesTitle h1 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #222020;
    margin-bottom: 0;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.9rem;
}

.myEventsTypesTitle p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #554D4D;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0.06rem;
    line-height: 2rem;
}

.myEventsTypes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 2.1rem;
}

.CreateTypeViewAll {
    color: #222020;
    border-radius: 0.3rem;
    border: 0.1rem solid #444444;
    font-size: 1.1rem;
    font-weight: 500;
    background: var(--white);
    padding: 0.5rem 1rem;
    letter-spacing: 0.06rem;
    cursor: pointer;
}

.CreateTypeViewAll-eventTypes {
    color: #222020;
    border-radius: 0.3rem;
    border: 0.1rem solid #444444;
    font-size: 1.1rem;
    font-weight: 500;
    background: var(--white);
    padding: 0.6rem 1.1rem;
    letter-spacing: 0.06rem;
    cursor: pointer;
    /* text-transform: uppercase; */
}

.CreateTypeViewAll-upcomingEvents {
    color: #222020;
    border-radius: 0.3rem;
    border: 0.1rem solid #444444;
    font-size: 1.1rem;
    font-weight: 500;
    background: var(--white);
    padding: 0.5rem 1rem;
    letter-spacing: 0.06rem;
    cursor: pointer;
    line-height: 2rem;
}

.event-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 0.1rem solid #D6DBE1;
    padding: 1.5rem 2.3rem;
    border-radius: 0.4rem;
    margin-bottom: 2rem;
    position: relative;
    /* width: 92%; */
}

.event-item {
    flex: 0.8;
    text-align: left;
}

.event-item.date {
    flex: 0.5;
}

.event-item.EventDate{
    max-width: 25rem;
}
.bookingTabsPillRow {
    width: 100%;
    max-width: 95%;
}
.event-item.business-discussion {
    flex: 2.5;
    max-width: 38rem;
    padding-right: 4% !IMPORTANT;
}

.event-item.name {
    flex: 0.8;
    max-width: 16rem;
    display: flex;
    align-items: center;
}

.event-item.minutes {
    flex: 0.5;
    max-width: 18.5rem;
    padding-left: 5%;
    text-align: left;
}

.event-item.ctaItem {
    flex: 1;
    text-align: right;
    max-width: 27rem;
}

.cta-button {
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #0056b3;
}

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

.eventTimeFormat {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222020;
}

.eventTimeZone {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222020;
}

.business-discussion {
    display: flex;
    flex-direction: column;
    border-left: 0.1rem solid #E5E5E5;
    padding-left: 3.5rem;
}

.discussionScaling {
    font-size: 1.3rem;
    font-weight: 400;
    color: #757575;
    max-width: 40rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /* padding-right: 5rem; */
}

.BusinessDiscussion {
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #222020;
}

.eventTypeUser {
    font-size: 1.1rem;
    color: #000000;
    border: 0.1rem solid #D3D3D3;
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 4.2rem;
    font-weight: 500;
    margin-right: 1rem;
    border-radius: 2.6rem;
    max-width: 4rem;
    max-height: 4rem;
}

.EventUserName {
    color: #757575;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.minutesColum {
    font-size: 1.5rem;
    font-weight: 500;
    color: #757575;
}

.cancleCta {
    border: 0.1rem solid #444444;
    border-radius: 0.4rem;
    padding: 1rem 1.7rem;
    font-size: 1.3rem;
    color: #222020;
    background: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    letter-spacing: 0.06rem;
}

.cancleIcon {
    margin-right: 0.5rem;
}

.clockIcon {
    margin-right: 0.5rem;
}

.more_lastItem {
    background: none;
    border: none;
}

.event-item.morelastoption {
    flex: 0.2;
    text-align: right;
    position: relative;
}

.columBgP-1 {
    border-left: 0.4rem solid #E55CFF;
}

.columBgP-2 {
    border-left: 0.4rem solid #0099FF;
}

.columBgP-3 {
    border-left: 0.4rem solid #FFA600;
}
.availabilityDropdown ul li {
    line-height: 3.3rem;
    min-width: 21.1rem;
}
.bookingCommonDropDown ul {
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.20);
    right: 0;
    /* left: 0; */
    top: 5rem;
    border-radius: 0.4rem;
    /* max-width: fit-content; */
    margin-left: 0;
    padding-left: 0;
    z-index: 9;
    /* width: 100rem; */
    position: absolute;
    min-width: max-content;
}

.bookingCommonDropDown ul li {
    list-style: none;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    display: flex;
    gap: 1.4rem;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    min-width: max-content;
    padding: 1.2rem 1.6rem;
    align-items: center;
    cursor: pointer;
}

.CreateTypeMoreWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.limitSecondColum img {
    width: 100%;
    max-width: 1.8rem;
    height: 100%;
}

#et-createTypeMore_dropdown ul {
    position: absolute;
    /* top: 18rem; */
    right: 0;
    /* left: 0; */
    width: auto;
    max-width: fit-content;
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* margin-top: auto; */
    margin-bottom: auto;
}

.CreateTypeShareWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CreateTypeShare:hover {
    /* transform: translateY(-2px); */
}
.bookingCommonDropDown ul li:hover {
    background: #F2F2F2;
}

.onOffpanel {
    display: flex;
    /* padding: 9rem; */
    position: relative;
}

/* switch Btn */

.onOffChekBox[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switchBtn {
    cursor: pointer;
    text-indent: -9999px;
    /* width: 200px; */
    /* height: 100px; */
    background: var(--white);
    display: block;
    /* position: relative; */
    border: 0.1rem solid var(--dark-gray);
    border-radius: 1.4rem;
    width: 3.5rem;
    height: 2rem;
    /* padding-bottom: 0.5rem; */
    /* padding: 1rem; */
}

.switchBtn:after {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    transform: translate(0.4rem, 0.3rem);
}

.accountCheck:checked+.switchBtn {
    background: #ee4136;
    border: 0.727755px solid #ee4136;

}

.onOffChekBox:checked+.switchBtn:after {
    left: calc(100% - 0.2rem);
    transform: translate(-100%, 0.3rem);
    background: var(--white);
    /* transform: translate(0.4rem, 0.3rem); */
}

.switchBtn:active:after {
    /* width: 130px; */
}

.accountSettingNewPass ul li:first-letter {
    text-transform: capitalize;
}

/* switch Btn */
/* Hide the browser eye icon on tab in Microsoft Edge */
input[type="password"]::-ms-reveal {
    display: none;
}

.switchBtn:after {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    transform: translate(0.4rem, 0.3rem);
}

.onOffChekBox:checked+.switchBtn {
    background: #ee4136;
    border: 0.727755px solid #ee4136;
}

.onOffChekBox:checked+.switchBtn:after {
    left: calc(100% - 0.2rem);
    transform: translate(-100%, 0.3rem);
    background: var(--white);
    /* transform: translate(0.4rem, 0.3rem); */
}

.switchBtn:active:after {
    /* width: 130px; */
}

.more_option_drop {
    /* width: 15rem; */
    right: 0;
    margin-right: -16rem;
}

.more_option_drop ul {
    max-width: 21rem !IMPORTANT;
    right: 0 !IMPORTANT;
    left: 100%;
    top: 0;
    margin-top: 0;
    /* bottom: 100rem; */
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.more_option_drop ul:last-child {
    /* left: auto; */
    top: 5rem;
    left: auto;
}

.bookingEventsTab {
    padding-top: 0;
}

.bookingTabsPillTabs ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    padding-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 3rem;
}

.bookingTabsPillTabs ul li span {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
}

.bookingTabsPillTabs ul li {
    display: inline-flex;
    padding: 0.9rem 1.4rem;
    cursor: pointer;
}

.tabPillActive {
    border-radius: 0.4rem;
    background: #F2F2F2;
}

.bookingTabItem {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.confrenceingDrop {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
    padding: 0.8rem 1.6rem;
    display: block;
}

/*==================Create_event_popup==============*/

.createEventPopup {
    position: fixed;
    margin-top: 0rem;
    left: 0;
    top: 0rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0.2rem;
    background-color: rgba(34, 32, 32, 0.8);
    z-index: 999;
}

.createEventWrap {
    border-radius: 0.3rem;
    border: solid 0.1rem var(--silver);
    background-color: var(--white);
    padding: 1rem 0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    min-width: 38rem;
    /* height: 100%; */
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    padding: 2.0rem 1.6rem;
}

.createEventPoupTopItem {
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.6rem;
    border: 0.1rem solid #E8EEF6;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.createEventPoupListing ul {
    margin-bottom: 1.6rem;
    list-style: none;
    padding-left: 0;
}

ul li.checked {
    background: #888;
    color: #fff;
    text-decoration: line-through;
}

ul li.checked::before {
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 10px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}

.checkBoxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkBoxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    border-radius: 50% !IMPORTANT;
    border: 0.1rem solid #D0D5DD;
}

.checkBoxcontainer:hover input~.checkmark {
    background-color: #ccc;
}

.checkBoxcontainer input:checked~.checkmark {
    background-color: #222020;
}

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

.checkBoxcontainer input:checked~.checkmark:after {
    display: block;
}

.checkBoxcontainer .checkmark:after {
    left: 0.6rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 1.1rem;
    border: solid white 0.33rem;
    border-width: 0 0.3rem 0.3rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.createEventPopupColum {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.createEventPopupColum h1 {
    color: #222020;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0.06rem;
}

.createEventPopupColum p {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0;
}

.createOneColum {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.createPoupTopSec {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
}

.createPoupBottomSec {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
}

.createEventListingLeftColum {
    display: flex;
}

.createRadioBTn {
    flex: 0;
}

.createEventPoupListing ul li {
    padding: 1.6rem 0.5rem 1.6rem 1.6rem;
    align-items: center;
    gap: 3.4rem;
    align-self: stretch;
    border-radius: 1.2rem;
    /* border: 0.1rem solid #222020; */
    background: var(--white);
    /* margin-bottom: 1.2rem; */
    cursor: pointer;
    border-radius: 1.2rem;
    border: 0.1rem solid #D6DBE1;
    margin-bottom: 1.2rem;
}

.createRadioBTn ul li {
    border: none;
    padding: 0;
}

.createEventListinActive {
    background: #FFE7E5 !IMPORTANT;
    border: 0.1rem solid #222020 !IMPORTANT;
}

.createEventListingCta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* padding-top: 1rem; */
    /* padding-bottom: 0.5rem; */
}

button:focus {
    outline: none;
}

.proceedCta {
    border-radius: 0.4rem;
    background: #EE4136;
    display: flex;
    padding: 1.05rem 1.6rem;
    justify-content: center;
    align-items: center;
    gap: 1.0rem;
    align-self: stretch;
    color: var(--white);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.01rem;
    border: none;
    cursor: pointer;
}

.proceedCtaCancle {
    border-radius: 0.4rem;
    background: #fff;
    display: flex;
    padding: 1.05rem 1.6rem;
    justify-content: center;
    align-items: center;
    gap: 1.0rem;
    align-self: stretch;
    color: #222020;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.01rem;
    border: 0.1rem solid #979797;
    cursor: pointer;
}

.eventSetupWrap {
    display: flex;
    height: 100%;
    /* overflow: scroll; */
}

.eventSetupRightPanel {
    /* flex: 4 5 0%; */
    width:70%;
}

.eventSetupRightPanelColums {
    border-radius: 0.4rem;
    border: 0.1rem solid #E8EEF6;
    background: #FFF;
    padding: 3.7rem 4.1rem 0 3.7rem;
    margin-left: 3.3%;
    margin-top: 0;
    max-width: none;
    max-height: calc(100vh - 18rem);
    overflow: auto;
}

.eventSetupTitle {
    color: #222020;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
    padding-bottom: 2.4rem;
}

.eventSetupColum label {
    color: #222020;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06rem;
    display: inline-block;
    padding-bottom: 1rem;
}
.eventDateTitle {
    overflow: hidden;
color: #757575;

text-overflow: ellipsis;
font-family: Montserrat;
font-size: 1.1rem;
font-style: normal;
font-weight: 400;
line-height: 2rem; 
letter-spacing: 0.06rem;
}
.bookingSerachPanel {
        display: inline-block;
        background: url(../../images/Invite_contact/Invite_contact.svg) no-repeat center right;
        text-decoration: none;
        z-index: 9999;
        background-size: 2.5rem;
        cursor: pointer;
        text-align: right;
        margin-right: 1rem;
        float: right;
        position: absolute;
        left: 1.5rem;
        top: 1.1rem;
        z-index: 1;
}
.eventSetupColum input {
    width: 100%;
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    padding: 0.8rem 1.1rem;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06rem;
    height: 4.65rem;
}

.eventSetupColum {
    margin-bottom: 2.7rem;
    position: relative;
}

.eventSetupColum input:focus {
    border: 0.1rem solid #D6DBE1;
    background: #D6DBE1;
}

.eventSetupColum input:focus-visible {
    border: none;
    outline: 0.1rem solid #D6DBE1;
}

.durationWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
}

.durationTime {
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
    position: relative;
    cursor: pointer;
}

.durationTime span img {
    width: 100%;
    max-width: 2rem;
    height: 100%;
    max-height: 2rem;
    text-align: right;
    float: right;
}

.durationTime span {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9rem;
    letter-spacing: 0.01rem;
    padding-right: 1rem;
}

.durationDropDown ul {
    /* max-width: 100%; */
    /* width: 10rem; */
    max-height: calc(100vh - 74rem);
    overflow: scroll;
    overflow-x: hidden;
}

.durationColumMain {
    margin-right: 2rem;
    position: relative;
}

.locationItme {
    position: relative;
}

.eventDropDown {
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: 0;
}
.eventSetupContainer {
    width: 100%;
    max-width: 100%;
}
.eventDropDown ul {
    max-width: none;
    overflow: auto;
    left: auto;
    /* bottom: 0rem !IMPORTANT; */
    position: absolute;
    /* top: inherit; */
    /* width: min-content; */
    right: auto;
    margin-top: 3rem;
    top: 5rem;
    max-height: 100rem;
    /* height: 50rem; */
    /* overflow: scroll; */
}

.privatePublicRow {
    display: flex;
    justify-content: space-between;
}

.privatePublicColum {
    border-radius: 0.4rem;
    border: 0.2rem solid #D6DBE1;
    background: #FAFAFA;
    padding: 0rem 3rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0rem 3rem 2rem 0rem;
    height: 8.1rem;
    justify-content: center;
    cursor: pointer;
}

.privateTitle {
    color: #222020;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.3rem;
}

.privateBooking {
    color: #222020;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
}

.privatePublicColum:last-child {
    margin-right: 0;
}

/*==================Create_event_popup_end==============*/

/* events details */

.eventBack span {
    color: #222020;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.eventBack span img {
    margin-right: 0.5rem;
    width: 100%;
    max-width: 2rem;
}

.eventBack {
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

.eventLeftColum {
    width: 100%;
    max-width: 90%;
}

.eventLeftPanle ul {
    list-style: none;
    padding-left: 0;
}
.newOptionCommnCta img {
    width: 100%;
    max-width: 2rem;
    height: 100%;
    max-height: 2rem;
    margin-right: 0.2rem;
}
.eventTitelTop {
    color: #222020;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.4rem;
    display: inline-flex;
}

.eventDateTitel {
    display: block;
    overflow: hidden;
    color: #757575;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
}

.eventLeftPanle ul li {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    /* align-items: center; */
}

.eventLeftPanle {
    width: 27.2rem;
}

.eventRightColum {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12rem;
}

.eventIconWidth {
    width: 100%;
    max-width: 3rem;
    max-height: 25rem;
    height: 100%;
    float: left;
    padding-top: 1rem;
}

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

.eventActive {
    background: #F2F2F2;
    border-radius: 0.4rem;
}

.sidebaractive li.active {
    background: #F2F2F2;
    border-radius: 0.4rem;
    color: #222020;
    font-weight: 600;
}

.locationkBoxItem {
    /* width: 90.2rem; */
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    padding: 1.0rem 1.1rem;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06rem;
}

.locationkBoxItem {
    display: flex;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    align-items: center;
}

.location_expand_more {
    cursor: pointer;
    position: absolute;
    right: 0;
}

/* events details ends */

.serchHeaderIconEvents {
    display: block;
    background: url(../../images/icons/search-icon.svg) no-repeat center center;
    text-decoration: none;
    background-size: auto;
    position: absolute;
    top: 4.3rem;
    left: 0rem;
    width: 4rem;
    height: 4rem;
    z-index: 9999;
    cursor: pointer;
    background-size: 1.5rem;
}
.locationkBoxItem span img {
    display: inline-block;
    margin-right: 1rem;
    height: 2.4rem;
}
.EventSerachColum input {
    /* padding-left: 4rem; */
}

.eventDatesColum {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 76rem;
    position: relative;
}

.eventstratWrap {
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    /* padding: 1.3rem 2rem; */
    margin-top: 0.5rem;
    position: relative;
    cursor: pointer;
}

.eventStartrDateColum {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9rem;
    letter-spacing: 0.06rem;
    /* padding-right: 1rem; */
}

.startDurationDropDown ul {
    /* width: 14rem; */
    /* width: 100%; */
    /* This makes the dropdown take the full width of its parent */
    /* position: absolute; */
    /* Ensures it can drop down relative to the parent */
    /* top: 100%; */
    /* Position below the parent */
    /* left: 0; */
    /* Align with the left side of the parent */
    /* right: 0; */
}

/*calendar*/
.calendar-in-meeting-schedule {
    position: absolute;
    top: 8.2rem;
    width: 100%;
    background-color: white;
    border-radius: 0.3rem;
    box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(83, 83, 83, 0.35);
    border: solid 0.1rem var(--gray);
    padding-bottom: 2rem;
    padding-top: 2rem;
    left: 0%;
    z-index: 99;
    max-width: 40%;
}

.date-inner-header {
    padding: 0rem 1.8rem 0rem 1rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

.date-inner-header::after {
    content: "";
    display: table;
    clear: both;
}

.newevent-calendar-popup-left {
    float: left;
    /* padding-left: 3.3rem; */
}

.newevent-calendar-popup-date {
    line-height: normal;
    padding-bottom: 1.5rem;
    /* display: inline-block; */
}

.calendar-in-meeting-schedule .newevent-calendar-popup-date,
.calendar-in-meeting-schedule .newevent-calendar-popup-days {
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 0.06rem;
    color: var(--black);
}

.newevent-calendar-popup-right {
    /* float: right; */
    position: absolute;
    right: 2rem;
}

.calendar-in-meeting-schedule .chevron-right,
.calendar-in-meeting-schedule .chevron-left {
    margin-left: 2.5rem;
}

span.dateDropdown.newevent-calendar-popup-arrow-left {
    /* width: 10rem; */
    /* float: right; */
}

.calendar-in-meeting-schedule .newevent-calendar-popup-date,
.calendar-in-meeting-schedule .newevent-calendar-popup-days {
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 0.06rem;
    color: var(--black);
}

.popup-days,
.popup-date {
    width: 14.2857%;
    float: left;
    /* padding: 8px; */
    text-align: center;
}

.ineventpopup-date {
    cursor: pointer;
}

.popup-date {
    text-align: center;
}

.calendar-in-meeting-schedule .newevent-calendar-popup-date,
.calendar-in-meeting-schedule .newevent-calendar-popup-days {
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 0.06rem;
    color: var(--black);
}

.eventStartDates {
    position: relative;
}

.newevent-calendar-popup-arrow-left {
    /* width: 10rem; */
    /* float: right; */
}

.endDateShedule {
    right: 20%;
    left: inherit;
}

.activePrivatPublicColum {
    border-radius: 0.4rem;
    border: 0.2rem solid #F3918B;
    background: #FFF2F1;
}

.availabiltyWorkingHours {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
}
.availabilityMoreOptions {
    cursor: pointer;
}

.WorkingHoursRow {
    margin-top: 2.5rem;
    padding: 3.2rem 3rem 0;
    border-radius: 4px;
    border: 0.1rem solid #E8EEF6;
    background: #FFF;
}

.WorkingHoursItem {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0rem;
    /* 153.846% */
    letter-spacing: 0.06rem;
}

.WorkingHoursTime {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0rem;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.slots-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 4rem;
}

.WorkingHoursColumItems {
    display: flex;
    margin-bottom: 3rem;
    /* width: 50%; */
    /* justify-content: space-between; */
    /* padding: 0 3.4rem; */
}

.WorkingHoursColumItems_container {
    
}

.amTime {
    /* margin-right: 4rem; */
    width: 8rem;
    text-align: center;
}

.pmTime {
    /* margin-left: 4rem; */
    width: 8rem;
    text-align: center;
}

.workingHoursFirstItme {
    width: 18rem;
    display: inline-block;
}

.workingHoursSecondItme {
    /* width: 12rem; */
    display: inline-block;
}

.workingHoursThirdItme {
    width: 6rem;
    display: inline-block;
    text-align: center;
}

.workingInactiveStates {
    opacity: 0.5;
}

.editAvailability {
    padding: 2.85rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #E8EEF6;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: end;
}

.editAvailability span {
    color: #0073C1;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    /* line-height: 2.0rem; */
    letter-spacing: 0.06rem;
    text-align: right;
    /* float: right; */
    cursor: pointer;
}

.editAvailabilityText {
    padding-left: 1rem;
}

.LimitRightPanel {
    display: flex;
    /* padding: 9rem; */
    position: relative;
    margin-right: 3.4rem;
}

/* switch Btn */

.limitCheck[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switchBtn {
    cursor: pointer;
    text-indent: -9999px;
    /* width: 200px; */
    /* height: 100px; */
    background: var(--white);
    display: block;
    /* position: relative; */
    border: 0.1rem solid var(--dark-gray);
    border-radius: 1.4rem;
    width: 3.5rem;
    height: 2rem;
    /* padding-bottom: 0.5rem; */
    /* padding: 1rem; */
    float: right;
}

.switchBtn:after {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    transform: translate(0.4rem, 0.3rem);
}

.limitCheck:checked+.switchBtn {
    background: #ee4136;
    border: 0.727755px solid #ee4136;
}

.limitCheck:checked+.switchBtn:after {
    left: calc(100% - 0.2rem);
    transform: translate(-100%, 0.3rem);
    background: var(--white);
    /* transform: translate(0.4rem, 0.3rem); */
}

.switchBtn:active:after {
    /* width: 130px; */
}

/* switch Btn */

.limitCheckBox {
    position: relative;
}

.limitBookingBox h1 {
    color: #222020;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.limitBookingBox span {
    color: #757575;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    /* 153.846% */
    letter-spacing: 0.06rem;
}

.limitBookingFrequency {
    border: 0.1rem solid #E8EEF6;
    display: flex;
    align-items: center;
    /* gap: 40rem; */
    width: 100%;
    background: #FAFAFA;
}

.limitBookingBox {
    /* border-radius: 0.4rem; */
    /* border: 1px solid #E8EEF6; */
}

.eventOneOnColum {
    /* padding: 2.2rem 2.4rem; */
    /* background: #FAFAFA; */
    /* border-radius: 0.4rem; */
    /* border: 0.1rem solid #E8EEF6; */
    margin-bottom: 2.1rem;
}

.limitPerDay {
    /* background: #fff; */
    /* display: block; */
    padding: 2rem;
    display: flex;
    padding: 2.4rem;
    /* flex-direction: column; */
    align-items: flex-start;
    /* gap: 0.8rem; */
    align-self: stretch;
    border: 0.1rem solid #E8EEF6;
    position: relative;
    width: 100%;
    /* max-width: 19rem; */
    text-align: center;
    border-top: navajowhite;
}

.limitBookingBox {
    padding: 2.2rem 2.4rem;
    /* background: #FAFAFA; */
    border-radius: 0.4rem;
    display: flex;
    /* gap: 55rem; */
    flex-direction: column;
    width: 100%;
}

.limitFirstColum {
    border-radius: 0.4rem 0rem 0rem 0.4rem;
    border-top: 0.1rem solid #E8EEF6;
    border-bottom: 0.1rem solid #E8EEF6;
    border-left: 0.1rem solid #E8EEF6;
    background: #FFF;
    /* display: flex; */
    /* width: 100%; */
    padding: 0.8rem 0rem 0.8rem 1.3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    display: flex;
    text-align: center;
    width: auto;
    /* min-width: 9%; */
}

.limitSecondColum {
    border-radius: 0rem 0.4rem 0.4rem 0rem;
    border: 0.1rem solid #E8EEF6;
    background: #F3F4F6;
    display: flex;
    padding: 0.8rem 1rem 0.8rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-left: none;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    display: inline-block;
    cursor: pointer;
}

.paymentBookingBox {
    flex-direction: inherit;
}

.paymentBookingBox h1 {
    display: flex;
    flex-direction: column;
}

.payPalPayment {
    margin-right: 2rem;
}

.availabiltyBothColum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.newOptionCommnCta {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui,
        BlinkMacSystemFont, Roboto, Ubuntu !important;
    padding: 0.8rem 1.5rem;
    border-radius: 0.3rem;
    border: solid 0.1rem var(--red);
    font-size: 1.3rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: var(--white);
    /* text-transform: uppercase; */
    background-color: var(--red);
    cursor: pointer;
    height: 3.7rem;
}

.availabilityTabContainer {
    /* width: 90%; */
    /* height: calc(100vh - 23rem); */
    /* overflow: auto; */
    margin-right: 10%;
    height: calc(100vh - 25rem);
}

.availabiltyWorkingLeftWrap {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06rem;
    /* margin-right: 6rem; */
    display: inline-block;
    padding-bottom: 1rem;
}

.availabiltydefaultCta {
    border-radius: 0.2rem;
    background: #D5FEC7;
    display: inline-flex;
    padding: 0.2rem 0.6rem;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    font-size: 1.1rem;
    /* margin-top: 0.5rem; */
}

.availability-icons {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 1rem;
}

.availabiltyWorkingHoursRightDate {
    color: #757575;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.2rem;
    display: inline-block;
    width: 100%;
    max-width: 90%;
}

.availabiltyContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.availability-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.1rem;
}

.availability-content {
    margin-top: 2rem;
    padding: 2rem;
    border-top: 0.1rem solid #E8EEF6;
    transition: all 0.3s ease;
}


.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.availability-dropdown {
    cursor: pointer;
}

.availabiltyWorkingHourListing {
    margin-bottom: 10px;
}

.availability-heading {
    cursor: pointer;
}

.availabiltyContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.availability-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.1rem;
}

.availability-content {
    margin-top: 2rem;
    padding: 2rem;
    border-top: 0.1rem solid #E8EEF6;
    transition: all 0.3s ease;
}


.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.availability-dropdown {
    cursor: pointer;
}

.availabiltyWorkingHourListing {
    margin-bottom: 10px;
}

.availability-heading {
    cursor: pointer;
}

.availabiltyWorkingHourListing {
    border: 0.1rem solid #E8EEF6;
    background: #FFF;
    padding: 2.6rem 0;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.availabiltyListingLeftColum {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* gap: 10rem; */
}

.availabiltyWorkingMoreHorizonatl {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.4rem;
    border: 0.1rem solid #E8EEF6;
    background: #FFF;
    align-items: center;
}

.borderNone {
    border-top: inherit;
}

.availabilityEditTextWrap {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    /* padding-bottom: 0.5rem; */
    width: 100%;
    display: inline-flex;
}

.availabilityEditCreatingTopStrip {
    display: flex;
    align-items: center;
    /* width: 100%; */
    /* justify-content: space-around; */
}

.availabilityEditWrap {
    /* display: flex; */
    flex-direction: column;
}

.backArrowEdit {
    width: 100%;
    max-width: 3rem;
    cursor: pointer;
}

.backArrowEdit img {
    width: 100%;
    max-width: 1.8rem;
    max-height: 1.8rem;
    height: 100%;
}

.availabilityEditTextWrap img {
    width: 100%;
    max-width: 1.8rem;
    max-height: 1.8rem;
    height: 100%;
    vertical-align: baseline;
    margin-left: 1rem;
    cursor: pointer;
}

.availabilityEditDateContaier {
    color: #757575;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.availabilityDateTypeColum {
    border-radius: 0.3rem;
    width: 91.1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2.5rem;
}

.availabilityWeekDays {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    width: 100%;
    max-width: 25rem;
}

.availabilityWeekTime {
    border-radius: 0.4rem;
    border: 1.449px solid #D6DBE1;
    background: #FFF;
    display: flex;
    height: 5.7rem;
    padding: 1.8984rem 3.5411rem 1.8016rem 3.5589rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.availabilityWeekEndTime {
    border-radius: 0.4rem;
    border: 1.449px solid #D6DBE1;
    background: #FFF;
    display: flex;
    height: 5.7rem;
    padding: 1.8984rem 3.5411rem 1.8016rem 3.5589rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.availabilityWeekWidth {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.availabilityDash {
    width: 5rem;
    text-align: center;
}

.availabilityWeekPlus {
    width: 11rem;
    text-align: center;
}

.availabilityDateTypeRow {
    border-radius: 0.3rem;
    border: 1.449px solid #E8EEF6;
    padding: 1.56rem 1.76rem;
    width: 91.1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 3.4rem;
    flex-wrap: wrap;
}

.shedulingRightPublic {
    width: 100%;
    margin: 0px auto;
    max-width: 113rem;
}

.shedulingContainer {
    /* width: 122em; */
    /* height: 70rem; */
    /* flex-shrink: 0; */
    /* border-radius: 0.8rem; */
    /* border: 1px solid rgba(232, 238, 246, 0.10); */
    /* background: #FFF; */
    /* box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08); */
    /* margin: 10.4rem auto; */
    /* overflow: hidden; */
}

.shedulingLeftColum {
    /* width: 43rem; */
    height: 69.8rem;
    /* flex-shrink: 0; */
    border-right: 0.1rem solid rgba(26, 26, 26, 0.10);
    /* padding: 3.2rem 3.7rem; */
    /* width: max-content; */
    max-width: 40rem;
    display: inline-block;
}

.shedulingRightColum {
    /* width: 50.3%; */
    height: 100%;
    flex-shrink: 0;
    padding: 3.2rem 3.7rem;
    /* margin-left: 2rem; */
}

.shedulingInside {
    display: flex;
    flex-wrap: nowrap;
    /* padding: 3.2rem 3.7rem; */
    /* width: 68%; */
}
.heroProfilePicWrap img {
    width: 100%;
    max-width: 4.5rem;
    height: 100%;
    max-height: 4.5rem;
    object-fit: fill;
    border-radius: 0.3rem;
}

.attendeeLogo img {
    width: 100%;
    max-width: 9rem;
}


/* .shedulingRightColumWrap {
    display: flex;
    flex-wrap: nowrap;
} */
.shedulingFlowWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* min-width: 65rem; */
    /* width: 61rem; */
}

.shedulingProfileTite span {
    color: #737070;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.06rem;
}

.shedulingDiscussion span {
    color: #222020;
    /* font-family: Montserrat; */
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.06rem;
    word-break: break-word;
}

.shedulingCurentStatus span {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    /* overflow-wrap: break-word; */
}

.shedulingCurentStatus span {
    color: #737070;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.06rem;
    /* word-break: break-all; */
}

.shedulingCurentTime span {
    color: #737070;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

#locationType img{
    padding-right: 0.8rem;
}

.logo_melp {
    height: 3rem;
}

#location img{
    padding-right: 0.8rem;
    /* height: 3rem; */
}

.shedulingProfileTite {
    padding-bottom: 1.2rem;
}

.shedulingDiscussion {
    padding-bottom: 1.3rem;
}

.shedulingCurentStatus {
    padding-bottom: 1.5rem;
}

.shedulingCurentTime {
    padding-bottom: 1.8rem;
}

.shedulingProfile {
    padding-bottom: 1.7rem;
}

.shedulingRightInside span {
    color: #757575;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    /* 160% */
    padding-right: 0.5rem;
}

.shedulingCalendarContainer {
    /* width: 36.1rem; */
    /* height: 37.2rem; */
    flex-shrink: 0;
}

.customEventCreateButton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.8rem;
}

#createCustomEventButton:disabled {
    background-color: #9c9696;
}

/*calendar-end*/

/* Responsive Styles */
@media (max-width: 768px) {
    .event-row {
        flex-wrap: wrap;
        gap: 1rem;
    }
.bookingTabsPill {
    margin-right: 0% !important;
}
    .event-item {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 1.0rem;
    }

    .event-item.cta {
        text-align: center;
    }
}

/*---calendar---*/
.SheduleingContainer {
    align-items: center;
    display: flex;
    /* height: 100%; */
    justify-content: center;
    margin: 0 auto;
    /* max-width: 600px; */
    width: 100%;
}

.calendar {
    /* background: #2b4450; */
    border-radius: 4px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, .3); */
    /* height: 501px; */
    perspective: 1000;
    transition: .9s;
    transform-style: preserve-3d;
    width: 100%;
    position: relative;
}

/* Front - Calendar */
.front {
    transform: rotateY(0deg);
}

.current-date {
    /* border-bottom: 1px solid rgba(73, 114, 133, .6); */
    display: flex;
    justify-content: space-between;
    padding: 3rem 3rem;
    justify-content: center;
    align-items: center;
    /* margin: 0 5rem; */
}

.current-date h1 {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    /* 133.333% */
    letter-spacing: 0.06rem;
}

.week-days {
    display: flex;
    justify-content: space-between;
    color: #222020;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
    /* 109.091% */
    text-transform: uppercase;
    padding: 0;
}

.days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weeks {
    color: #fff;
    display: flex;
    flex-direction: column;
    /* padding: 0 40px; */
    position: relative;
}

.weeks div {
    display: flex;
    font-size: 1.2em;
    font-weight: 300;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.last-month {
    opacity: .3;
}
.next-month {
    opacity: .3;
}

.weeks span {
    /* padding: 1.1em; */
    line-height: 4.4rem;
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 0.2rem;
    padding-right: 0;
}

.weeks span.active {
    background: #E8EEF6;
    border-radius: 50%;
    color: #222020;
    padding: 0rem;
    font-weight: 500;
}


.current-month {
    position: relative;
    /* width: 4.4rem; */
    /* height: 4.4rem; */
    /* padding: 1.4rem; */
}
.current-month {
    position: relative;
}

.weeks span:not(.last-month):hover {
    cursor: pointer;
    /* font-weight: 600; */
}

.event {
    position: relative;
}

.event:after {
    content: '';
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    left: 0;
}

/* Back - Event form */

.back {
    height: 100%;
    transform: rotateY(180deg);
}

.back input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(73, 114, 133, .6);
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
    padding: 30px 40px;
    width: 100%;
}

.info {
    color: #dfebed;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.2em;
    padding: 30px 40px;
}

.info div:not(.observations) {
    margin-bottom: 40px;
}

.info span {
    font-weight: 300;
}

.info .date {
    display: flex;
    justify-content: space-between;
}

.info .date p {
    width: 50%;
}

.info .address p {
    width: 100%;
}

.actions {
    bottom: 0;
    border-top: 1px solid rgba(73, 114, 133, .6);
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.actions button {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    width: 50%;
}

.actions button:first-of-type {
    border-right: 1px solid rgba(73, 114, 133, .6);
}

.actions button:hover {
    background: #497285;
    cursor: pointer;
}

.actions button:active {
    background: #5889a0;
    outline: none;
}

/* Flip animation */

.flip {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
}

.week-days li {
    list-style: none;
    /* padding: 1.4rem; */
    width: 5.4rem;
    letter-spacing: 0.03rem;
}

.shedulingRightHeading span {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.LeftSlide {
    padding: 0.8rem;
    background: #E8EEF6;
    border-radius: 100rem;
    height: 100%;
    margin: 0 2rem;
    cursor: pointer;
}

.ViewMore {
    border-radius: 0.6rem;
    background: #FFF;
    box-shadow: 0px 0px 11.9px 0px rgba(0, 0, 0, 0.20);
    width: 24.4rem;
    height: 6.6rem;
    flex-shrink: 0;
    position: absolute;
    top: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ViewMoreNextMonth {
    color: #EE4136;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.ViewMoreTop {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.2rem;
}

.TimeZoneHeading span {
    color: #222020;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    /* 153.846% */
    letter-spacing: 0.06rem;
}

.timezonetiming {
    color: #222020 !IMPORTANT;
    /* text-align: center !important; */
    font-size: 1.3rem !IMPORTANT;
    font-style: normal !important;
    font-weight: 400 !IMPORTANT;
    line-height: normal !important;
    letter-spacing: 0.06rem !IMPORTANT;
    display: flex;
    align-items: center;
}

.TimeZoneColum {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: flex-start;
}

.TimeZoneHeading {
    padding-bottom: 1.0rem;
    width: 100%;
}

.sheduleContainerLeftRightColums {
    display: inline-flex;
    max-width: 100rem;
    /* max-width: 100%; */
    /* width: 100rem; */
}

.shedulingMidColum {
    /* width: 51.3%; */
    /* height: 69.8rem; */
    /* flex-shrink: 0; */
    /* border-right: 0.1rem solid rgba(26, 26, 26, 0.10); */
    padding: 3.2rem 3.7rem;
}

.shedulingLeftInSide {
    padding: 3.2rem 6.7rem 3.2rem 2.7rem;
    width: 37.8rem;
}

.sheduleMidTitle span {
    color: #222020;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

/* .sheduleMidList ul li {
    list-style: none;
    display: flex;
} */

/* .allslots{
    cursor: pointer;
} */

.sheduleMidList ul {
    padding: 0px;
    overflow-x: hidden;
    max-height: calc(100vh - 48rem);
    overflow-y: scroll;
    /* margin-left: 3rem; */
    height: auto;
    padding-right: 1rem;
}
.time-error{
    border: 0.1rem #EE4136 solid;
  }
  .sheduleMidListItems {
    width: 100%;
    height: 5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.3rem;
    cursor: pointer;
  }

.sheduleMidListItems span {
    color: #222020;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06rem;
    /* width: 15.2rem; */
    height: 5rem;
    text-align: center;
    line-height: 5rem;
}

.sheduleMidListItemsNextBtn{
    margin-right: 1.5rem;
    width: 100% !important;
    background-color: #EE4136;
    text-align: center;
}

.sheduleMidList {
    margin-top: 2.6rem;
    width: 100%;
}

/* Time button styles */
.allSlots {
    width: 100%;
    height: 5rem;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5rem;
    letter-spacing: 0.06rem;
    text-align: center;
    border: 0.1rem solid #e8eef6;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    position: absolute;
    left: 0;
  }
  
  /* Next button styles */
  .nextbuttonSlot {
    position: absolute;
    right: 0;
    /* width: 7.1rem; */
    height: 5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .nextbuttonSlotSpan {
    /* width: 100px; */
    height: 100%;
    color: #fff;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Active states */
  .SheduleMeetingGrayColor {
    background-color: #e8eef6;
    width: 100px;
    border: 0.1rem solid #e8eef6;
  }
  
  .nextbuttonSlot:not(.hideCls) {
    width: 7.1rem;
    opacity: 1;
  }
  
  .SheduleMeetingACtivatedColor {
    background-color: #ee4136;
  }
  

/* .SheduleMeetingGrayColor {
    background-color: #E8EEF6;
} */

.SheduleMeetingACtivatedColor {
    background-color: #EE4136;
    color: #fff !important;
}

.CalendarMeetingGrayColor {
    background-color: #E8EEF6;
    border-radius: 50%;
}

.sheduleMidListItems:last-child {
    border: none;
    width: 100px;
  }
  
  .sheduleMidListItems:not(.hideCls) .nextbuttonSlot {
    right: 0;
  }
  
  .sheduleMidList ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 210px;
  }
  /* ========================================== */
  
  /* .sheduleMidList ul li {
      list-style: none;
      display: flex;
    } */
  
  /* .allslots {
      cursor: pointer;
    } */
  
  /* .sheduleMidList ul {
    padding-right: 10px;
    overflow-x: hidden;
    max-height: calc(100vh - 48rem);
    overflow-y: scroll;
    height: auto;
  } */
  .time-error {
    border: 0.1rem #ee4136 solid;
  }
  
  /* .sheduleMidListItems {
        flex-shrink: 0;
        border: 0.1rem solid #E8EEF6;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.3rem;
        margin-right: 1.5rem;
        cursor: pointer;
    }
    
    .sheduleMidListItems span {
        color: #222020;
        font-family: Montserrat;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.06rem;
        width: 15.2rem;
        height: 5rem;
        text-align: center;
        line-height: 5rem;
    } */
  
  .sheduleMidList {
    margin-top: 2.6rem;
    width: 100%;
  }
  
  /* .SheduleMeetingGrayColor {
      background-color: #e8eef6;
    } */
  
  /* .SheduleMeetingACtivatedColor {
      background-color: #ee4136;
      color: #fff !important;
    } */
  
  .CalendarMeetingGrayColor {
    background-color: #e8eef6;
    border-radius: 50%;
  }

.AddGuests {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui,
        BlinkMacSystemFont, Roboto, Ubuntu !important;
    padding: 0.8rem 1.5rem !IMPORTANT;
    border-radius: 0.3rem !IMPORTANT;
    border: 0.1rem solid #D6DBE1 !IMPORTANT;
    font-stretch: normal;
    text-transform: uppercase !IMPORTANT;
    background-color: #fff !IMPORTANT;
    cursor: pointer !IMPORTANT;
    height: 3.7rem !IMPORTANT;
    color: #222020 !IMPORTANT;
    text-align: center !IMPORTANT;
    font-size: 1.3rem !IMPORTANT;
    font-style: normal !IMPORTANT;
    font-weight: 400 !important;
    line-height: 2rem !IMPORTANT;
    letter-spacing: 0.06rem !IMPORTANT;
}

.OrgnizerDetails {
    padding: 3.2rem 23.7rem 3.2rem 3.2rem;
}

.OrgnizerDetailsColumTitle h1 {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
}

.OrgnizerDetailsColumTitle {
    padding-bottom: 2rem;
}

.OrgnizerDetailsFields {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.OrgnizerDetailsFields label {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    /* 133.333% */
    letter-spacing: 0.06rem;
    padding-bottom: 1.1rem;
    word-break: break-word;
    width: 72%;
}

.OrgnizerDetailsFields input {
    width: 45rem;
    height: 4.6rem;
    flex-shrink: 0;
    border-radius: 0.3rem;
    border: 0.1rem solid #D6DBE1;
    background: #FFF;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    padding: 1.4rem 1.1rem;
}

.OrgnizerDetailsAddGuest {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    position: relative;
}

.OrgnizerDetailsFieldsBottom p {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0;
}

.OrgnizerDetailsFieldsBottom a {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    text-decoration: underline !IMPORTANT;
}

.OrgnizerDetailsFieldsBottom {
    margin-bottom: 1rem;
    margin-top: 3.5rem;
}

.ScheduleEventCta {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui,
        BlinkMacSystemFont, Roboto, Ubuntu !important;
    padding: 0.9rem 2.1rem;
    border-radius: 0.3rem;
    border: solid 0.1rem var(--red);
    font-size: 1.3rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--red);
    cursor: pointer;
    /* height: 3.7rem; */
}
.ScheduleEventCta:disabled {
    background-color: #9c9696;
    border: solid 0.1rem ;
}

.OrgnizerDetailsFields textarea {
    border-radius: 0.3rem;
    border: 0.1rem solid #D6DBE1;
    background: #FFF;
    height: 8.6rem;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    padding: 1.4rem 1.1rem;
    width: 46rem;
}

.OrgnizerDetailsSheduleEvent {
    margin-top: 2.3rem;
}

.backTitle {
    color: #222020;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    position: relative;
    left: -1rem;
}

.shedulingLeftInSideBack {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 1.81rem;
}

.shedulingFlowWrapper {
    /* max-width: fit-content; */
    /* height: auto; */
    flex-shrink: 0;
    border-radius: 0.8rem;
    border: 1px solid rgba(232, 238, 246, 0.10);
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    margin: 6.4rem auto;
    width: auto;
    overflow-y: scroll;
    max-height: calc(100vh - 18rem);
    overflow-x: hidden;
    max-width: max-content;
    /* min-height: fit-content; */
}

.publicPageContainer {
    /* padding: 6.8rem 11.8rem 3.2rem 7.2rem; */
    position: relative;
    width: 130rem;
    display: flex;
    padding: 5rem 10rem 2rem 10rem;
}

.publicPageCarsouelTitle h2 {
    color: #000;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 4rem;
}

.publicPageCarsouelWrap {
    
     /* 2 columns */
     /* Spacing between items */
     /* Smooth scrolling */
     /* Horizontal scrolling */
     /* 2 rows */
     /* Spacing between items */
     /* Smooth scrolling */
     /* Enable horizontal scrolling */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 3rem;
    scroll-behavior: smooth;
    padding: 1.0rem;
    /* width: 100rem; */
    overflow-x: hidden;
}

.sliderColum {
    /* flex: 0 0 45%; */
    border-radius: 0.4rem;
    background: #FFF;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.05);
    padding: 2rem 2.2rem;
    cursor: pointer;
    /* width: 46%; */
    /* min-width: min-content; */
    /* max-width: unset; */
    /* clear: both; */
    /* background-color: #f4f4f4; */
    border: 0.1rem solid #E8EEF6;
    /* text-align: center; */
    /* padding: 20px; */
    font-size: 1.5rem;
    clear: both;
}

.sliderTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.1rem;
}

.sliderMesTitle {
    color: #222020;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0.06rem;
    text-transform: capitalize;
    /* min-width: 70%; */
    max-width: 50rem;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

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

.slideMinutes {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 1.5rem;
    /* margin-top: 0.5rem; */
}

.SlidePara {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-right: 1rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 4rem;
}

.sliderTop button {
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    /* width: 10.6rem; */
    height: 2.6rem;
    flex-shrink: 0;
    background: none;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    /* max-width: 11rem; */
    padding: 0 2rem;
    cursor: pointer;
}

.QuickbookappoimentIcon {
    margin-right: 1rem;
    vertical-align: text-bottom;
    float: inline-start;
}

.publicPageCarsouelColum {
    /* padding-top: 4.5rem; */
    /* width: 100rem; */
    /* width: 66rem; */
    overflow: hidden; /* Hide the overflow to create a scrolling effect */
    position: relative;
}

.infohandale {
    margin-left: 2rem;
}

.slider-control {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    background-color: rgba(0, 0, 0, 0.5);
    color: #222020;
    border: none;
    /* font-size: 1.5rem; */
    cursor: pointer;
    padding: 10px;
    /* display: none; */
    /* Hidden by default */
    border-radius: 50rem;
    background: #E8EEF6;
    display: flex;
    /* width: 3.8rem; */
    /* height: 3.8rem; */
    padding: 0.9rem;
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-shrink: 0; */
    margin: 0px;
}

.prev {
    right: 2rem;
}

.next {
    left: 2rem;
}

.slider-dots {
    text-align: center;
    margin-top: 3.9rem;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #D6DBE1;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #222020;
}

/* request popup */
.requestReshedulePopup {
    position: fixed;
    margin-top: 0rem;
    left: 0;
    top: 0rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0.2rem;
    background-color: rgba(34, 32, 32, 0.8);
    z-index: 999;
}

.requestResheduleWrap {
    border-radius: 0.3rem;
    border: solid 0.1rem var(--silver);
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: 100%; */
    /* min-width: 70.8rem; */
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    /* padding: 2.0rem 1.6rem; */
    padding-bottom: 3rem;
    width: 40%;
    /* min-width: 80rem; */
}

.requestResheduleHeader {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #D6DBE1;
    padding-bottom: 2.5rem;
    padding: 4rem 2.8rem;
    /* position: relative; */
    /* top: 7rem; */
}

.requestLocation {
    display: inline-block;
    padding: 1.4rem;
    border-radius: 0.6rem;
    border: 1px solid #E8EEF6;
    background: #fff;

    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.requestLocation img {
    width: 100%;
}

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

.requestResheduleTop {
    color: #222020;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.5rem;

}

.requestResheduleBottom {
    color: #222020;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    width: 53.2rem;
}

.requestResheduleLocation {
    margin-right: 2rem;
}

.resheduleRequestOptionHeader {
    padding: 2rem 3rem;
}

.requestForReshedule span {
    color: #757575;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.6rem;
}

.requestForResheduleTeaxtArea textarea {
    width: 100%;
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    background: #fff;
    max-height: 100%;
    min-height: 14rem;
    padding: 1.3rem 1.3rem;
    font-size: 1.3rem;
    color: #757575;
}

.requestForReshedule {
    margin-bottom: 1.2rem;
}

.resheduleRequestOptionRow {
    border-bottom: 0.1rem solid #D6DBE1;
}

.requestForResheduleTeaxtArea textarea:focus-visible {
    outline: none;
}

.requestReshedulePopupCta {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    justify-content: space-around;
    width: 90%;
    margin: 3rem auto 0;
}

.requestResheduleCta {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui,
        BlinkMacSystemFont, Roboto, Ubuntu !important;
    padding: 1.5rem 0;
    border-radius: 0.3rem;
    border: solid 0.1rem var(--red);
    font-size: 1.3rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--red);
    cursor: pointer;
    width: 30rem;
    height: 4.5rem;
}

.requestResheduleBgInherit {
    color: #222020;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    padding: 1.5rem 0;
    background: none;
    border-radius: 0.4rem;
    border: 1px solid #D6DBE1;
    width: 30rem;
    height: 4.5rem;
}

.requestCurrentLocation {
    color: #222020;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 2rem;
    letter-spacing: 0.06rem;

}

.requestForReshedulelocation {
    /* position: relative; */
}

.requestForReshedulelocationItem {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    padding: 1.4rem 1.1rem;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
}

.requestForReshedulelocationItem_ExapandMore {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}

.more_Option {
    cursor: pointer;
}

.write_Option {
    cursor: pointer;
}

#eventTypesMoreOptions {
    /* max-height: max-content; */
    overflow: inherit;
    margin-bottom: 1rem;
}

.workshopTeamScroll{
    max-height: calc(100vh - 22rem);
    overflow: scroll !important;
    height: 100vh;
    min-height: calc(100vh - 22rem);
    overflow-x: hidden !IMPORTANT;
    /* padding-bottom: 21rem; */
}
.more_option_drop:last-child {
    margin-right: 0;
}

.eventDurationDrop {
    top: 9rem;
}

.eventDurationDrop ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.eventStartrDateColum img {
    width: 100%;
    max-width: 1.8rem;
    height: 100%;
    max-height: 1.8rem;
    margin-left: 0.5rem;
}

.requestAddColum {
    width: 100%;
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    background: #fff;
    max-height: 100%;
    min-height: 4.2rem;
    padding: 1.3rem 1.3rem;
    font-size: 1.3rem;
    color: #757575;
}

.provideDetails {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    /* 153.846% */
    letter-spacing: 0.06rem;
    margin-bottom: 1.5rem !IMPORTANT;
}

.requestSheduleTextAreaColum {
    margin-top: 1.5rem;
}

.locationMore {
    margin-right: 1rem;
}

.eventIconWidth img {
    width: 100%;
    max-width: 2rem;
    height: 100%;
    max-height: 2rem;
}

.rightEventArrow img {
    width: 100%;
    max-width: 1.8rem;
    height: 100%;
    max-height: 1.8rem;
}


/*selected-members-pop-section-start-here*/

.selected-member-list {
    position: fixed;
    right: 0rem;
    top: 0rem;
    /* width           : 43.9rem; */
    /* height          : 98.9rem; */
    box-shadow: -0.3rem 0 0.4rem 0 rgb(198 198 198 / 50%);
    border: solid 0.1rem var(--gray);
    background-color: var(--white);
    z-index: 999;
    min-width: 36rem;
    max-width: 25%;
    width: 100%;
}

.selected-members-list-header {
    border-bottom: 0.1rem solid #dbd6e1;
    border-top: 0.1rem solid #dbd6e1;
    max-height: 6rem;
}

.selected-members-list-header .search-section .search-icon {
    text-align: right;
}

.selected-member-title {
    font-size: 1.3rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.1rem;
    color: var(--black);
    text-transform: uppercase;
    padding: 5.5% 1% 5.5% 4.3%;
}

.selected-head-title .add_group {
    padding: 0rem 2rem;
}

.member-select-scroll-section {
    height: calc(100vh - 25.6rem);
    overflow: auto;
}

.member-scroll-height {
    height: calc(100vh - 19.9rem);
}

.member-select-scroll-section ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0rem;
}

.member-select-scroll-section ul li {
    border-bottom: 0.1rem solid var(--gray);
    padding: 1rem 0rem;
    display: -webkit-box;
    position: relative;
}

.main-section-member-list {
    width: 100%;
}

.select-member-icon {
    float: left;
    width: 12%;
    margin-top: 0.5rem;
}

.member-select-img {
    /* border       : 0.1rem solid var(--red); */
    border-radius: 0.5rem;
    padding: 0.2rem;
    height: 4.8rem;
    width: 4.8rem;
}

.select-member-details {
    float: left;
    width: 68%;
    padding-left: 1.6rem;
    margin-top: 0rem;
}

.select-member-details .member-name {
    font-size: 1.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.06rem;
    color: var(--black);
    width: 24.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-member-details .member-designation {
    font-size: 1.3rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.06rem;
    color: var(--brown);
}

.user-profession {
    text-transform: capitalize;
}

.select-member-details .member-address {
    font-size: 1.3rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.06rem;
    color: var(--brown);
}

.cityname {
    text-transform: capitalize !important;
}

.statename {
    text-transform: uppercase;
}

.csortname {
    text-transform: uppercase !important;
}

.check-box-icon {
    position: absolute;
    right: 0rem;
    top: 40%;
}

.withdrawIcon {
    top: 1rem;
}

.commom-chat-listing .check-box-icon {
    right: 2.2rem !important;
}

.contact-check-default {
    background-image: url(../../images/filetypeicon/uncheckbox.svg);
    background-repeat: no-repeat;
    width: 2rem;
    background-position: 50%;
    height: 2rem;
    cursor: pointer;
    background-size: 100%;
}

.contact-check-active {
    background-image: url(../../images/filetypeicon/checkbox.svg);
    background-repeat: no-repeat;
    width: 2rem;
    background-position: 50%;
    height: 2rem;
    cursor: pointer;
    background-size: 100%;
}

.list-section.network.isblock .contact-check-default {
    display: none !important;
    pointer-events: none;
    cursor: not-allowed;
}

.contact-cross-default {
    background-image: url(../../images/cancel-request.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 2rem;
    background-position: 50%;
    height: 2rem;
    /* border: 1px solid; */
    cursor: pointer;
}

.selected-members-list-header .search-section {
    position: absolute;
    right: 0rem;
}

.selected-head-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*serach-bar*/

.search-invite-section {
    height: 4.7rem;
    border: solid 0.1rem var(--gray);
    background-color: var(--dark-white);
    /* margin-top   : 15px; */
    display: flex;
    justify-content: space-between;
}

.input-search-invite {
    /* border-right: solid 0.1rem var(--gray); */
    /* flex        : 0 0 39em; */
    width: 100%;
}

.input-search-invite input {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.06rem;
    color: var(--slate-gray);
    border: none;
    padding: 1.2rem 2rem;
    background-color: var(--dark-white);
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;

}

.btn-search-invite {
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex: 0 0 2em;
    align-items: center;
    margin-right: 1rem;
    border-left: solid 0.1rem var(--gray);
    padding-left: 1rem;
}


/*single-selected-call-start*/

.selectedCalls {
    width: 100%;
    border-top: solid 0.1rem var(--gray);
    border-bottom: solid 0.1rem var(--gray);
    display: flex;
    flex-direction: row;
}

.selectedCommonIcons {
    float: left;
    width: 16.6%;
    cursor: pointer;
    border-right: 0.1rem solid var(--gray);
    text-align: center;
    height: 7.82rem;
    padding: 3.3rem 0rem;
}

.iconsGroups .display-default-icon {
    width: 100%;
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.createTemDefalut {
    min-width: 2.5rem;
    /* min-height: 2.5rem; */
}

.selectedMemberCommonBg {
    background: var(--dark-white);
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*single-selected-call-end*/


/*serach-bar*/


/*selected-members-pop-section-end-here
/*add-member-drop-down-start*/

#addmember-Width .add-invitees-popup-main {
    width: 78%;
}

.add-invitees-popup-main {
    position: absolute;
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 22rem;
    overflow: auto;
    margin-top: 1rem;
    border-radius: 0.4rem;
    box-shadow: 0 0.4rem 1rem 0 rgb(65 65 65 / 50%);
    background-color: var(--white);
    width: 50%;
    padding-bottom: 2rem;
    padding-top: 0;
    z-index: 99;
    display: none;
    overflow-x: hidden !important;
    left: 3rem;
}

#add-invitees-popup-main {
    padding-bottom: 0px !important;
}

.add-invitees-popup-main .sidebar-single-user {
    width: 100%;
    /* float   : left; */
    padding-top: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sidebar-single-user {
    padding: 1rem;
    border-bottom: 0.1rem solid var(--gray);
}

.newTeam-user-image {
    /* float: left; */
    /* width: 10%; */
}

.newTeam-user-detail {
    padding-left: 2rem;
}

.newTeam-user-name {}

.common-username-team {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92rem;
    letter-spacing: 0.06rem;
    color: var(--black);
    display: inline-block;
    text-transform: lowercase;
    font-size: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.addGuestEmail{
    text-transform: lowercase !important;
}

.coworker-title {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: var(--black);
    border-radius: 0.1rem;
    border: solid 0.1rem var(--slate-gray);
    background-color: var(--light-slate-gray);
    display: inline-block;
    text-transform: uppercase;
    padding: 0.1rem 0.3rem;
    vertical-align: top;
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

.newTeam-user-designation {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9rem;
    letter-spacing: 0.06rem;
    color: var(--brown);
    font-size: 1.3rem;
    text-transform: capitalize;
}

.newTeam-user-position {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9rem;
    letter-spacing: 0.06rem;
    color: var(--brown);
    font-size: 1.3rem;
    text-transform: capitalize;
}


/*create-group-pop-section-end-here*/

.scrol-listing {
    height: calc(100vh - 10rem);
    overflow: auto;
    overflow-x: hidden;
    /* height: 99.999vh !important; */
    padding-bottom: 10%;
    padding-left: 0;
}

.list-section {
    /* padding: 1.3rem 2.3rem; */
    /* border-bottom: solid 1px var(--gray); */
    /* cursor: pointer; */
    /* padding-left: 3.5rem; */
    list-style: none;
    position: relative;
    /* width     : 44rem; */
}

.common-postion {
    padding: 1.1rem 0rem 0.9rem;
    border-bottom: solid 0.1rem var(--gray);
    cursor: pointer;
    position: relative;
    padding-left: 0rem;
}

.commom-chat-listing .common-postion {
    padding-left: 6.3%;
}

.UserTitle {
    /* margin-bottom: 0.4rem; */
    display: flex;
    align-items: center;
}

.titleMargin {
    margin-bottom: 0.4rem;
}

.userProfile {
    /* margin-bottom: 0.4rem; */
}

.common-d-list {
    width: 100%;
    display: flex;
    /* grid-template-columns: minmax(65px, max-content) repeat(auto-fill, 305px) 25%; */
    align-items: center;
}

.common-user-icon {
    /* width: 12%; */
    /* float: left; */
    margin-right: 3.5%;
    cursor: default;
    position: relative;
}

.cursorPoint {
    cursor: pointer;
}

.common-icons-size {
    height: 4.3rem;
    width: 4.3rem;
    border-radius: 0.5rem;
    /* border       : solid 0.1rem var(--red); */
    padding: 0.1rem;
    margin: 0rem !important;
}

.scrol-listing .allListCommonWrapUserContact {
    max-width: 70%;
}

.user-label {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.9; */
    letter-spacing: 0.06rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.document-name {
    padding-left: 1.5rem;
}

.scrol-listing .allListCommonWrap {
    min-width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

.scrol-listing .check-box-icon {
    right: 1.2rem;
    top: 40%;
}

.coworker-label {
    font-family: 'Montserrat', 'Open Sans', 'Source Sans Pro', 'Segoe UI', sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: var(--black);
    border-radius: 0.2rem;
    border: 1px solid var(--dark-gray);
    display: inline-block;
    text-transform: uppercase;
    padding: 0.1rem 0.3rem;
    margin-left: 0.5rem;
    font-size: 0.9rem !important;
    margin-top: 0rem !important;
    top: 0rem !IMPORTANT;
    line-height: 1.3rem;
    padding-top: 0.2rem
}

.user-team-label {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 0.186rem;
    /* letter-spacing: 0.6px; */
    /* font-weight: 500; */
    line-height: 1.9rem;
    /* letter-spacing: 0.6px; */
}

.user-name-label {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 0.186rem;
    letter-spacing: 0.06rem;
    /* font-weight: 500; */
    line-height: 1.9rem;
    letter-spacing: 0.06rem;
    padding-left: 0.03rem;
    min-width: 14.5rem;
    max-width: 19%;
    width: 100% !important;
}

.common-user-list .userProfile {
    padding-bottom: 0;
}

.user-team-label {
    font-family: "Montserrat", "Open Sans", "Source Sans Pro", "Segoe UI", sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    font-size: 1.3rem !IMPORTANT;
    font-weight: inherit !IMPORTANT;
    line-height: 0.186rem !important;
    letter-spacing: 0.6px !IMPORTANT;
    font-weight: inherit !important;
    line-height: 1.9rem !important;
    /* letter-spacing: 0.6px; */
}

.disabled-date-calendar {
    color: var(--dark-gray) !important;
    pointer-events: none;
}

.today-date-calendar {
    background-color: #f0d4d2;
    padding-top: 0;
    border-radius: 100%;
    color: var(--red);
    font-weight: 600;
    display: inline-block;
    /* width: 3.1rem; */
    /* height: 3.1rem; */
    text-align: center;
    /* line-height: 3rem; */
    /* margin: 0.4rem 0rem; */
    /* padding: 0 !IMPORTANT; */
}

.hidden-card {
    display: none;
}

.visible-card {
    display: block;
}
.availabiltyListingRightColum {
    position: relative;
}
#participantsID .calenderInviteWarp {
    z-index: 1;
}

#participantsID .inviteMainWrap {
    max-width: 30%;
}

.inviteContactPeron {
    display: inline-block;
    background: url(../../images/Invite_contact/Invite_contact.svg) no-repeat center right;
    text-decoration: none;
    z-index: 9999;
    background-size: 2.5rem;
    cursor: pointer;
    text-align: right;
    margin-right: 2.2rem;
    float: right;
    position: absolute;
    right: 0;
    top: 1.1rem;
    z-index: 1;
}

.add-invite-member {
    height: auto;
    /* overflow: scroll; */
    max-height: 15rem;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    /* padding-top: 1rem; */
    /* padding-bottom: 1rem; */
    /* padding-right: 1%; */
}

.add-invite-main {
    border-radius: 0.2rem;
    border: solid 0.1rem var(--silver);
    background-color: var(--dark-white);
    display: flex;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
    align-items: center;
    flex-direction: row;
    margin-top: 0.8rem;
}

.invite-full-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: max-content;
    vertical-align: bottom;
    position: relative;
    box-shadow: unset;
}

.invitees-close-new {
    right: 0.5rem;
    position: absolute;
}

.inviteWrap {
    max-width: 85% !important;
    width: 85% !important;
    padding-right: 3rem !important;
    min-width: 25% !important;
}

.invite-full-name {
    display: inline-block !IMPORTANT;
    font-size: 1.4rem !IMPORTANT;
    font-weight: 500 !important;
    font-stretch: normal !IMPORTANT;
    font-style: normal !important;
    line-height: normal !IMPORTANT;
    letter-spacing: 0.05rem !IMPORTANT;
    color: var(--brown) !important;
    font-family: 'Montserrat', 'Open Sans', 'Source Sans Pro', 'Segoe UI', sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    margin-bottom: 0 !important;
    box-shadow: inherit !IMPORTANT;
}

.invite-short-name {
    padding: 1rem;
    border-radius: 0.1rem;
    background-color: var(--brown);
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.05rem;
    color: var(--white);
    font-family: 'Montserrat', 'Open Sans', 'Source Sans Pro', 'Segoe UI', sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    text-transform: uppercase;
}

.addParticipentAdd {
    /* width: 100%; */
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    padding: 0.5rem 1.1rem;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    position: relative;
}

.input-invite-section {
    /* margin-top: 2rem; */
}

/* .EventSerachColum input:focus {
    outline: none;
} */
.invitees-close-new img {
    width: 100%;
    max-width: 3.1rem;
    height: 100%;
    max-height: 1.1rem;
}
.meetingPlaceHolder {
    /* width: inherit !important; */
    border: inherit !IMPORTANT;
    padding-left: 0rem !IMPORTANT;
    height: inherit !important;
}

.eventSetupColum input:focus {
    background: none !IMPORTANT;
    border-radius: 0.4rem;
    border: 0.1rem solid #222020;
}
.requestAddColum:focus {
    background: none !IMPORTANT;
    border-radius: 0.4rem;
    border: 0.1rem solid #222020;
}
.requestForResheduleTeaxtArea textarea:focus {
        background: none !IMPORTANT;
        border-radius: 0.4rem;
        border: 0.1rem solid #222020;
    
}
.color-picker-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    /* background-color: #666666; */
    /* Gray background */
    position: absolute;
    left: 100%;
}

/* Color picker box */
.color-picker-box {
    padding: 2rem 1.6rem;
    background-color: white;
    /* border: 2px solid #3680EE; */
    /* Blue border */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    border-radius: 0.4rem;
    border: 1px solid #D6DBE1;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.20);
}

/* Title */
.color-picker-title {
    font-size: 1.5rem;
    /* font-weight: bold; */
    margin-bottom: 2rem;
    color: #222020;
    line-height: 1.976rem;
    letter-spacing: 0.06rem;
}

/* Color grid */
.color-grid {
    display: grid;
    grid-template-columns: repeat(5, 2rem);
    /* Adjust number of colors per row */
    gap: 3rem;
}

/* Color circle */
.color-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

/* Hex codes on the right */
.color-codes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    color: white;
    font-size: 14px;
  }

  .adSelectInActive {
    opacity: 0.5;
	cursor: not-allowed !important;
}

li.adSelectInactive {
    cursor: not-allowed !important;
    opacity: 0.5;
}

li.adSelectInactive {
    cursor: not-allowed !important;
    opacity: 0.5;
}


.shedulingRightPublic {
    /* height: calc(100vh - 43rem); */
    overflow-x: hidden;
    margin-left: 0;
}

.shedleninGLang {
    position: fixed;
    top: 3.2rem;
    right: 3.2rem;
}

.dropdown-language-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.languageBtn {
    cursor: pointer;
    text-align: center;
    border-radius: 0.3rem;
    background-color: #fff;
    color: #222020;
    /* background-image: url(../../images/bookappointment/expand_lang.svg);
    background-repeat: no-repeat;
    background-position: center right 0.8rem; */
    border: 0.1rem solid #97979766;
    padding: 0.8rem 1.2rem;
    display: initial;
    letter-spacing: 0.1rem;
    border-radius: 0.4rem;
    border: 1px solid #222020;
    font-size: 1.3rem;
    font-weight: 600;
}
.dropdown-lang {
    width: 2.5rem;
}
.eventContaierWrap {
    width: 80%;
}
.eventAvailabilityWrap {
    width: 80%;
}
.eventOneOnOneWrap{
    /* width: 80%; */
}



/* working hours */






.availble-inner-part-work.subCalenderInnerPart-work {
    /* height: calc(100vh - 32.9rem); */
    overflow-y: hidden;
    margin-bottom: 2rem;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 4rem;
}

.availble-inner-part-work {
    border-radius: 0.2rem;
    border: solid 0.1rem var(--gray);
    background-color: var(--white);
    /* height: calc(100vh - 20.9rem); */
    overflow-y: scroll;
    float: left;
    width: 100%;
    max-width: 100%;
}

.availableWorkingHoursRow {
    padding: 3rem;
    position: relative;
}

.availablesubCalendarOpacity {
        height: 100%;
        opacity: 0.5;
        /* position: absolute; */
        width: 100%;
        top: 0;
        z-index: 9;
        background: var(--white);
}

.availableworkingHoursColum {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1.5rem;
        clear: both;
        /* align-items: center; */
}

.availableworkingHoursColumLeft {
    flex: 0 0 10rem;
}

.availableworkingHoursColumLeft h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222020;
    margin-bottom: 0;
    line-height: 4.2rem;
    padding-top: 0.3rem;
}

.availableworkingHoursColumMiddleRow {
    display: flex;
    margin-bottom: 1.3rem;
    position: relative;
}

.availableworkingHoursColumMiddleRow h3 {
    color: #737070;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    width: 100rem;
    max-width: 31rem;
}

.workingHoursColumMiddleRow {
    display: flex;
    margin-bottom: 1.3rem;
    position: relative;
}

.workingHoursMiddleFirstColum,
.workingHoursMiddleSecondColum {
  position: relative;
  text-align: center;
  /* position: relative; */
}
.timeSlot {
  width: 13.5rem;
  border: 1px solid var(--gray);
  height: 4.4rem;
  text-align: center;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 1.2rem;
}

.timeSlotWrap {
    width: 5rem;
}
.timeSlot1 {
    width: 2.3rem;
    text-align: right;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 500;
}
.timeRight {
    text-align: left;
}
.subCalenderTimeValue{
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
}
.subCalenderTimeValue span{/* width: 6.8rem; */text-align: right;color: var(--black);font-size: 1.5rem;font-weight: 500;margin-right: 0;/* position: relative; *//* right: 2.3rem; */}
.timeSlotWrap {
    width: 5rem;
}
.subCalenderTimeValue{
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
}
.workingHypen {
  width: 0.9rem;
  height: 0.2rem;
  background: var(--dark-gray);
  /* line-height: 10rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 1.5rem;
}

.workingHoursMiddleSecondColum {
  margin-right: 1.5rem;
}
.subCalenderPlusIcon {
    margin-top: 0.3rem;
    cursor: pointer;
}

.workingHoursColumRight {
    flex: 0 0 5rem;
    /* padding-top: 1rem; */
    display: flex;
    justify-content: end;
    position: relative;
    padding-top: 1.5rem;
}
.timeSlot {
  width: 11.5rem;
  border: 0.1px solid var(--gray);
  height: 4rem;
  text-align: center;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 1.2rem;
}
.workingHoursColumRight input:checked+.switch {
    background: #ee4136;
    border: 0.1rem solid #ee4136;
}
.workingHoursColumRight input:checked+.switch {
  background: #ee4136;
  border: 0.1rem solid var(--red);
}

.workingHoursColumRight input:checked+.switch::before {
  /* left: 1.8rem; */
  background: var(--white);
  /* top: 17%; */
  transform: translate(1.7rem, 0.24rem);
}
.switch {
    display: inline-block;
    position: relative;
    width: 3.2rem !IMPORTANT;
    height: 2.0rem !IMPORTANT;
    border-radius: 20px;
    /* background: #dfd9ea; */
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
    border: 0.1rem solid var(--dark-gray);
    position: relative;
}

.switch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: var(--dark-gray);
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(0.3rem, 0.24rem);
}
.workingHoursColumRight input:checked+.switch {
  background: #ee4136;
  border: 0.1rem solid #ee4136;
}
.subCalenderdropdown {
  /* background: #fff; */
  /* height: 100%; */
  position: absolute;
  z-index: 99999;
  width: 100%;
  /* display: flex; */
}
.subCalenderdropdown ul:first-child,
.timeFormatterDropDown ul:first-child {
    border-right: none;
}
.subCalenderdropdown ul li,
.timeFormatterDropDown ul li {
  font-size: 1.3rem;
  font-weight: 600;
  width: 100%;
  float: left;
  line-height: 3.5rem;
  text-align: center;
  cursor: pointer;
  color: var(--black);
  list-style: none;
}
.subCalenderdropdown ul li:hover,
.timeFormatterDropDown ul li:hover {
    background: var(--red);
    color: var(--white);
}

.subCalenderdropdown ul li,
.timeFormatterDropDown ul li {
  font-size: 1.3rem;
  font-weight: 600;
  width: 100%;
  float: left;
  line-height: 3.5rem;
  text-align: center;
  cursor: pointer;
  color: var(--black);
}
.subCalenderdropdown ul,
.timeFormatterDropDown ul {
  list-style: none;
  text-align: left;
  z-index: 99999;
  background: #fff;
  height: calc(100vh - 84rem);
  overflow: auto;
  border: 0.1rem solid var(--gray);
  box-shadow: 1.2px 1.2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem 0 0 0;
  left: 0;
  width: 49.3%;
  float: left;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
  overflow-x: hidden;
  min-height: auto;
}

#et-createTypeShare_dropdown span img {
    width: 100%;
    max-width: 1.8rem;
    height: 100%;
    max-height: 1.8rem;
}
.turnOffMobile {
    display: none;
}

/* Hide sidebar and show hamburger on mobile */
.bookingSideBarMenu {
    display: flex;
    /* width: 250px; */
    transition: transform 0.3s ease;
}


.availabiltyWorkingHoursRow {
    position: relative;
    padding-bottom: 10rem;
}
/* Hamburger menu button */
.hamburgerMenu {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
.AddMeetingPlaceHolder {
    padding-left: 3rem !important;
}
/* Mobile view */
@media (max-width: 768px) {
    .bookingSideBarMenu.hidden {
        transform: translateX(-100%);
    }
    .hamburgerMenu {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    .liveCallBtn {
    margin-right: 8rem;
}

#activeConferenceBtn {
    font-size: 2rem;
    line-height: 3.5rem !IMPORTANT;
}

    .bookingSideBarMenu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        transform: translateX(-100%);
        z-index: 1000;
        background-color: #fff;
        box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .bookingSideBarMenu.show {
        transform: translateX(0);
    }

    .bookingContainer {
        margin-left: 0;
    }
    .hFull  {
        border: none;
    }
    .box {
        max-width: 100%;
        padding: 2rem 3rem;
    }
    #sidebar li img {
        width: 100%;
        max-width: 2rem;
        max-height: 2rem;
    }
    .WFWidth {
     width: 100%;
    }
    .bookingSideBarMenu {
        width: 60rem;
        padding-left: 2rem;
        padding-top: 2rem;
    }
    .userProfile img {
        width: 100%;
        height: 100%;
        max-width: 5.5rem;
        max-height: 5.5rem;
    }
    #sidebar li img {
        width: 100%;
        max-width: 3.5rem;
        max-height: 3.5rem;
        margin-right: 2rem;
    }
    
    #bp-leftPanel-Name {
        display: inline-block;
        position: relative;
        top: 0.5rem;
        font-size: 3rem;
    }
    .SideBarBooking ul li {
        font-size: 2.8rem;
        line-height: 8.5rem;
    }
    #sidebar {
        margin-top: 3rem;
    }
    .CreateTypeCtaWrap {
        position: fixed;
        bottom: 5rem;
        right: 5rem;
    }
    
    .CreateTypeCta {
        font-size: 0;
        border-radius: 50%;
        width: 10rem;
        height: 10rem;
        align-items: center;
        margin: 0px auto;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0;
    }
    
    .CreateTypeCta img {
        width: 70%;
        height: 100%;
        /* margin: 0px auto; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* margin: 0; */
        flex-direction: column;
        text-align: center;
        margin: 0px auto;
        margin-left: 1rem;
    }
    .turnOffMobile {
        display: block;
        /* margin-top: 6rem; */
    }
    .turnOffMobile img {
    margin: 0px 1rem 0 3rem!IMPORTANT;
}

.turnOffMobile {
    position: fixed;
    bottom: 4rem;
    border-top: 0.1rem solid #d9d9d9;
    width: 100%;
    left: 0;
}

.turnOffMobile span {
    padding-top: 3rem;
    display: inline-block;

}
.InMobileCreateTypeMoreWrap {
    display: none;
}
.bookingScreen {
    width: 100%;
    padding-right: 0;
}
.bookingColumTitle h1 {
    font-size: 3.8rem;
}
.BookingLeftColum {
    flex: 3;
}
.bookingColumTitle p {
    font-size: 2.2rem;
}
.myEventsTypesTitle h1{
    font-size: 3.5rem;
}
.myEventsTypesTitle p {
    font-size: 2.3rem;
    line-height: 4.4rem;
}
.copy-icon img {
    width: 100%;
    max-width: 3.5rem;
}

.box h2 {
    font-size: 2.6rem;
}

.box p {
    font-size: 2.3rem;
    line-height: 3.3rem;
}
.BookingCreateEventTypeRow {
    padding: 4.9rem 4.7rem 2rem 4.7rem;
}
.cta {
    font-size: 2.2rem;
}
.createEventPopupColum h1 {
    font-size: 4rem;
    padding-bottom: 3rem;
}

.createEventPopupColum p {
    font-size: 2.5rem;
}

.createEventPoupListing {
    padding-top: 3rem;
}

.createPoupTopSec {
    font-size: 3rem;
    padding-bottom: 3rem;
}

.createPoupBottomSec {
    font-size: 2.5rem;
}

.createEventPoupListing ul li {
    padding: 5rem 2rem 5rem 2rem;
    margin-bottom: 3rem;
    background: none;
}

.checkmark {
    width: 5rem;
    height: 5rem;
}

.checkBoxcontainer .checkmark:after {
    left: 1rem;
    /* right: 0; */
    /* top: 0; */
    /* border: 0; */
    width: 1.5rem;
    height: 2.5rem;
    /* padding: 1rem; */
    top: 13%;
    /* bottom: 50%; */
    /* transform: translate(57%, -50%); */
    right: 0;
    left: 1.3rem;
}

.proceedCta {
    padding: 2rem 0;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.proceedCtaCancle {
    font-size: 3rem;
    padding: 2rem 0;
}

.createEventWrap {
    padding: 5rem;
    min-width: 95%;
}

.createEventPopupHeader {
    margin-bottom: 2rem;
}

.createEventPoupListing ul li {
    /* padding-top: 1rem; */
    padding-bottom: 6rem;
}

.createRadioBTn ul li {padding-top: 0;padding-bottom: 0;}
.createEventPoupTopItem {
    padding: 4.2rem;
}
.CreateTypeShare {
    padding: 0.5rem;
    font-size: 2.3rem;
}

.CreateTypeShare img {
    width: 100%;
}



.CreateTypeViewAll-eventTypes {
    padding: 1rem;
    font-size: 2rem;
}

.CreateTypeViewAll-upcomingEvents {
    padding: 1rem;
    font-size: 2rem;
}
.InMobilemyEventsTypes {
    display: none;
}
.CTAEvents{
    display: flex;
}
.BookingCreateEventColumBoxes {
    gap: 5rem;
}

.BookingCreateEventColum {
    padding: 3rem 0;
}
.availabiltyWorkingLeftWrap {
    font-size: 2.8rem;
    line-height: 7.5rem;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 75%;
}

.availabiltyWorkingHoursRightDate {
    font-size: 2.3rem;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 75%;
}
.availabiltydefaultCta {padding: 0 1rem;line-height: 5rem;font-size: 2.3rem;}
.availabiltyListingLeftColum {
    width: 100%;

}
.availabilityTabContainer {
    width: auto;
}
.inmobileNewOptionCta {
    display: none;
}
.bookingCommonDropDown ul li {
    font-size: 2.3rem;
}

.bookingCommonDropDown ul {
    left: inherit;
    top: 7rem;
}

.availabilityDropdown ul li span img {
    width: 100%;
    max-width: 3rem;
    height: 100%;
    max-height: 4rem;
    object-fit: fill;
}
.eventTimeFormat {
    font-size: 3rem;
}

.eventTimeZone {
    font-size: 2.5rem;
}

.EventDate {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.business-discussion {
    flex: inherit !IMPORTANT;
    border: none;
    max-width: 100rem !IMPORTANT;
    padding-left: 0;
}

.BusinessDiscussion {
    font-size: 2.7rem;
    padding-bottom: 1.5rem;
}

.discussionScaling {
    font-size: 2.3rem;
}

.event-item.name {
    flex: inherit !IMPORTANT;
}

.eventTypeUser {
    font-size: 2.1rem;
    width: 5.2rem;
    height: 5.2rem;
    line-height: 5rem;
}

.EventUserName {
    font-size: 2.3em;
}

.event-item.minutes {
    flex: inherit;
    width: 100rem;
}

.minutesColum {
    font-size: 2.3rem;
}

.cancleCta {
    font-size: 2rem;
}
.morelastoption {
    display: none;
}
.event-item.ctaItem {
    justify-content: end;
}

.dashBoardCtaEvents .cancleCta {
    padding: 1.8rem 2rem;
    font-size: 2.3rem;
    gap: 1rem;
    font-weight: 600;
}
}

.emptyBookingStatesSec {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5rem 0;
    border-radius: 0.4rem;
    border: 0.1rem solid #E8EEF6;
    background: #FFF;
    justify-content: center;
    height: 100%;
    max-height: 34rem;
    min-height: 34rem;
}

.emptyBookingStatesContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem 0;
}

.emptyBookingStatesHeading {
    color: #222020;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    text-transform: capitalize;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
}

.emptyBookingStatesPara {
    color: #222020;
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: 2rem; 
letter-spacing: 0.06rem;
text-transform: capitalize;
}

.emptyBookingStatesIcon {
    display: flex;
    width: 7.2rem;
    height: 7.2rem;
    padding: 1.8rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1rem;
    border: 1px solid #E8EEF6;
    background: #F2F2F2;
}
.emptyBookingStatesIcon img {
    width: 100%;
    height: 100%;
    max-width: 2.7rem;
    max-height: 3rem;
    object-fit: cover;
}
.button-createAvailablity {
    background: var(--red);
    border: none;
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 1.03rem 1.96rem;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: capitalize;
}
.eventTypeDispaly {
    display: flex;
    gap: 0rem;
    width: 100%;
    max-width: 100%;
    padding-bottom: 3rem;
    justify-content: space-between;
}

.subCalenderPlusIcon span img {
    width: 100%;
    max-width: 7rem;
    max-height: 7rem;
}
.availablityNameSpan input {
    font-size: 1.3rem;
    padding: 0.5REM;
}
.removeIcon {
    cursor: pointer;
}
.availabilityEditCreatingTopStripLeft {
    display: flex;
    align-items: center;
}
.sheduleMidListItems:last-child {
    border: none;
}
.shedulingRightHeading {
    text-align: left;
    padding-bottom: 2.5rem;
}

.eventGuest {
    /* width: 12rem; */
    height: 4.6rem;
    flex-shrink: 0;
    border-radius: 0.3rem;
    border: 0.1rem solid #D6DBE1;
    background: #FFF;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    padding: 1.4rem 1.1rem;
    width: 45rem;
}

.eventGuest:first-child {
    border: none;
}

#addGuestCTA {
    /* border: none; */
}

label.eventGuest {
    border: none;
    color: #222020;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.5rem;
    display: block;
    width: 100%;
    padding-left: 0;
}

input:focus {
    background: #F2F2F3;
    color: #222020;
}
.publicBookingsider{
    width: 50%;
}

#locationTypeDropdown{
    overflow: hidden;
}
#locationList{
    /* position: relative; */
}
/* #privatePublicPage {
    max-width: 120rem;
    min-width: 80rem;
} */
.bookingTabsPill {
    height: 100%;
    overflow: auto;
    max-height: calc(100vh - 24rem);
    padding-right: 2%;
    overflow-x: hidden;
    /* width: 90%; */
    /* margin-right: 16%; */
}


.sharePopup {
    position: fixed;
    margin-top: 0rem;
    left: 0;
    top: 0rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0.2rem;
    background-color: rgba(34, 32, 32, 0.8);
    z-index: 999;
}
.sharePopupWrap{border-radius: 0.3rem;border: solid 0.1rem var(--silver);background-color: var(--white);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-width: 100%;/* min-width: 70.8rem; */box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);/* padding: 2.0rem 1.6rem; */padding-bottom: 3rem;width: 65.2rem;}





.event-container {
    /* padding: 4.5rem 2.4rem; */
}

.event-title {
    color: #222020;
    font-family: Montserrat;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.5rem;
}

.event-title {}

.event-description {
    color: #222020;
font-family: Montserrat;
font-size: 1.3rem;
font-style: normal;
font-weight: 400;
line-height: 2rem; 
letter-spacing: 0.06rem;
}

.divider.top-divider {
    width: 100%;
    height: 0.1rem;
    border-bottom: 0.1rem solid #D6DBE1;
}

.event-header {
    padding: 3.5rem 2.6rem;
}

.url-container {
    /* display: inline-flex; */
    /* padding: 1.45rem 33.6rem 1.45rem 1.5rem; */
    /* align-items: center; */
    /* border-radius: 0.4rem; */
    /* border: 1px solid #D6DBE1; */
    /* width: 100%; */
    /* margin-top: 2rem; */
    /* padding: 4.5rem 2.4rem; */
}
#PublicPage-url {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #554D4D;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1rem;
    /* text-transform: uppercase; */
}

span.url-text {
    display: inline-flex;
    padding: 1.45rem 5.6rem 1.45rem 1.5rem;
    align-items: center;
    border-radius: 0.4rem;
    border: 1px solid #D6DBE1;
    width: 100%;
    margin-top: 2rem;
    margin: 2.6rem 3.2rem 3.7rem 3.2rem;
    max-width: 90%;
    color: #554D4D;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1rem;
    /* text-transform: uppercase; */
    position: relative;
}

.divider.bottom-divider {
    width: 100%;
    height: 0.1rem;
    border-bottom: 0.1rem solid #D6DBE1;
}



.actionsCloseEmail {
    display: flex;
    padding: 2.6rem 2rem 0rem 2.4rem;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
}

.close-btn {
    display: flex;
    padding: 1.2rem 5.8rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 0.4rem;
    border: 1px solid #D6DBE1;
    width: 100%;
    color: #222020;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    cursor: pointer;
    min-width: 49%;
}
#urlCopy{
    cursor: pointer;
}
.email-btn {
    border-radius: 0.4rem;
    background: #EE4136;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    line-height: 4rem;
    cursor: pointer;
    min-width: 49%;
}
.email-icon {
    display: inline-block;
    align-items: center;
    padding-right: 1rem;
}
.copyLink {
    position: absolute;
    right: 1.5rem;
}

.copyLink img {
    width: 100%;
    max-width: 2rem;
    height: 100%;
    max-height: 2rem;
    vertical-align: middle;
}
.closeHeaderIcon {
    position: absolute;
    right: 1.3rem;
    top: 1rem;
}

.closeHeaderIcon img {
    width: 100%;
    max-width: 4rem;
    max-height: 3rem;
}


.activeStateCalender {
    BACKGROUND-COLOR: var(--red);
    color: white;
    border-radius: 100000px;
    width: 24px;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.madatorFiled{color: var(--red);}
.iconsEdit {
    display: inline-block;
}

.iconsEdit img {
    width: 100%;
    max-width: 1.6rem;
}
.locationkBoxItem span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationkBoxItem h6 {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
}


#heroProfilePic img {
    width: 100%;
    max-width: 12rem;
    height: 100%;
    max-height: 12rem;
    border-radius: 0.3rem;
}
.shedulingProfile span img {
    width: 100%;
    height: 100%;
    max-width: 54px;
    max-height: 54px;
    border-radius: 0.3rem;
}
.directionArrows {
    display: inline-block;
    /* width: 3%; */
}

#currentDate {
    display: block;
    text-align: center;
    font-size: 13px;
}

.extraOptionInupt {
    /* width: 95.8% !IMPORTANT; */
    height: 4.6rem;
    margin-right: 0 !IMPORTANT;
}
.requestCommonIcon {
    width: 100%;
    max-width: 2.3rem;
    height: 100%;
    max-height: 2.3rem;
}
.shedulingRightPublic .shedulingFlowWrap {
    margin-left: 12%;
    justify-content: start;
    gap: 18.5rem;
}
.shedulingRightPublic .shedulingMidColum {
    /* padding-left: 11rem;
    padding-top: 11rem; */
    padding-bottom: 0rem !IMPORTANT;
}
.slider-control img {
    width: 100%;
    max-width: 2.3rem;
    /* height: 100%; */
    max-height: 2.3rem;
}
.eventsTextarea {
    width: 100%;
    border-radius: 0.4rem;
    border: 0.1rem solid #D6DBE1;
    padding: 1.4rem 1.1rem;
    color: #757575;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06rem;
    height: 8.046rem;
    resize: inherit;
}
.extraOptionsLabel {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.directionArrows img {
    width: 100%;
    max-width: 2.3rem;
    max-height: 2.3rem;
}

.eventsOneOnContainer {
    width: 80%;
}
.inactive .copy-icon {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.emailDropdownSearch{
    text-transform: none !important;
}

.common-dropdown-account-ul {
    padding: 0rem;
    margin: 0rem;
    border-radius: 0.3rem;
    /* box-shadow: 0 0.2rem 0.4rem 0.1rem rgb(83 83 83 / 35%); */
    /* border: solid 0.1rem var(--gray); */
    width: 100%;
    height: 100%;
    /* position: absolute !important; */
    top: 6.1rem;
    /* overflow: auto; */
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    max-width: 37.2rem;
    max-height: 14rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.common-dropdown-account-ul li {
    width: 100%;
    /* max-width: 33.2rem; */
    border-bottom: 0.1rem solid var(--gray);
    list-style-type: none;
    background-color: var(--white);
}

.common-dropdown-account-ul li:hover {
    background-color: var(--dark-white);
}

.common-dropdown-account-ul li .dropdown-list-items {
    padding: 0.8rem 1rem !important;
    font-family: 'Montserrat', 'Open Sans', 'Source Sans Pro', 'Segoe UI', sans-serif, Lato, -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu !important;
    font-size: 1rem;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 2rem;
    letter-spacing: 0.06rem !important;
    color: var(--slate-gray) !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.timeZOneDrop .dropdown-list-items {
    font-size: 1.3rem !important;
    cursor: pointer;
}

.timeZone {
    /* height: 13.8rem; */
    /* background: var(--white); */
    overflow-x: auto;
    box-shadow: 0 0.2rem 0.4rem 0.1rem rgb(83 83 83 / 35%);
    border: solid 0.1rem var(--gray);
    margin-top: 1rem;
}
.evenStartDateType {
    padding: 1.2rem;
}

.eventSatrtDateList {
    padding: 1.2rem;
}

.eventEndDateTypes {
    padding: 1.2rem;
}

.eventBufferEvent {
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}

.selectedBufferTime {
    padding-right: 0;
}

.selectedBufferTime img {
    position: relative;
    right: -0.5rem;
}

.eventSatrtDateList .eventStartrDateColum img {
    position: relative;
    right: -0.5rem;
}

.publicPageRow {
    flex: 1;
}

.publicPageCarsouelWrap:only-child .sliderColum {
    /* width: 48rem; */
    width: 100%;
}
.gapConfrencing {
    padding-left: 1rem;
}
.BookingGapImage{
    padding-right: 0.5rem;
}

.activeDateWorkShop{
    background: #E8EEF6;
    border-radius: 50%;
}
.activeDate{
    background: #EE4136;
    border-radius: 50%;
    color: #fff !important;
}

.sliderColumActive {
    border: 1px solid #F3918B;
}

.languageWrap {
    /* position: fixed; */
    /* top: 3.8rem;
    right: 3.2rem; */
    /* width: 100%; */
  }


  
  .languageWrap .languageBtn:hover, .languageBtn.active {
    /* background-color: #f2f2f2; */
    color: #ee4136;
  }
  
  .languageWrap .languageDropDown {
    position: absolute;
    /* top: 100%; */
    right: 2rem;
    z-index: 999;
    /* padding: 15px; */
    background-color: #fff;
    color: #545151;
    white-space: nowrap;
    /* position: relative; */
    width: 100%;
    max-width: 12rem;
  }
  
  .languageWrap:hover .languageDropDown {
    display: block;
  }
  
  .languageWrap .languageDropDown ul {
    list-style-type: none;
    margin: 0;
    /* padding: 10px; */
    position: absolute;
    top: 2.5rem;
    right: 0rem;
    /* left: 0; */
    border: #d6dbe1 solid 0.5px;
    /* width: 100%; */
    /* text-align: left; */
    margin-left: 0;
    padding-left: 0;
    border-top: navajowhite;
  }
  
  .languageWrap .languageDropDown li {
    padding: 1.1rem 2rem;
    text-align: left;
    cursor: pointer;
    /* border-bottom: #d6dbe1 solid 0.5px; */
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    /* width: 100rem; */
    /* display: flex; */
    /* max-width: 100rem; */
    border-top: #d6dbe1 solid 0.5px;
    background-color: white;
  }
  
  .languageWrap .languageDropDown li:hover {
    background-color: #f2f2f2;
    color: #ee4136;
    cursor: pointer;
  }
  .languageWrap .languageDropDown li:first-child,
  .languageWrap .languageDropDown li:nth-child(2) {
    border-bottom: none;
  }

  .activeDot {
    position: absolute;
    top: 3.2rem;
    width: 0.5rem;
    height: 0.5rem;
    left: 45.5%;
    background: #ee4136;
    padding: 0px !IMPORTANT;
    right: 0.3rem !IMPORTANT;
    border-radius: 100%;
    width: 0.5rem !important;
    height: 0.5rem !IMPORTANT;
    /* text-align: center; */
    margin-right: -2.5rem !IMPORTANT;
}
.current-month {
    position: relative;
    /* width: 4.4rem; */
    /* height: 4.4rem; */
    /* padding: 1.4rem; */
}
.current-month {
    position: relative;
}
.add-invitees-popup-main li {
    list-style: none;
}

.monthSearchEventtype {
    left: 0 !IMPORTANT;
    max-width: fit-content;
    position: relative !important;
}
.meetingPlaceHolder:focus {
    background: none !IMPORTANT;
}
.timezoneSlots {
    display: flex;
    flex-direction: column;
    border: 0.1rem solid #E8EEF6;
    padding-bottom: 0.8rem;
}

.allsoltsSpan {
    width: 100% !IMPORTANT;
    color: #222020 !IMPORTANT;
    font-family: Montserrat;
    font-size: 1.5rem !important;
    font-style: normal !important;
    font-weight: 600 !IMPORTANT;
    line-height: normal !IMPORTANT;
    letter-spacing: 0.06rem !important;
    background: none;
    padding: 0.5rem 3rem !IMPORTANT;
    flex-shrink: 0;
    /* border: 0.1rem solid #E8EEF6; */
    height: auto !IMPORTANT;
}
.seatsAvailable{
    color: #EE4136 !IMPORTANT;
    font-size: 1.1rem !IMPORTANT;
    font-style: normal !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    line-height: normal !IMPORTANT;
    height: inherit !IMPORTANT;
}
.thanksWrap {
    margin-top: 5rem !IMPORTANT;
    /* overflow: hidden; */
    /* padding: 0 2rem; */
    width: 34%;
}
.publicPageDivider {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.publicPageDividerLine {
    flex: 1 1 auto;
    height: 0.07rem;
    background: #D1D5DB;
}
.limitDropDown ul {
    width: auto;
    max-width: 20rem;
    top: 7rem;
    left: 2rem;
}
.cancelIcon {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
 }
 
 .cancelIcon img {
    width: 3rem; /* Adjust the size of the cancel icon as needed */
    height: 3rem;
 }
.OrgnizerDetailsAddGuest .add-invitees-popup-main {
    left: 0;
    padding-top: 0 !IMPORTANT;
    padding-left: 0;
}

.OrgnizerDetailsAddGuest .newTeam-single-user.sidebar-single-user.monthDropDown {
    padding-top: 1.3rem;
    padding-left: 0;
    /* line-height: 2rem; */
}

.OrgnizerDetailsAddGuest .newTeam-user-detail.fw {
    padding-left: 1rem;
}
.OrgnizerDetailsAddGuest .inviteMainWrap {
    width: 22rem;
    /* padding-left: 1rem; */
}

.OrgnizerDetailsAddGuest .inviteWrap {
    padding-left: 0.8rem;
}

#emailList {
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    height: 100%;
    max-height: calc(100rem - 82rem);
    width: 48rem;
}
.CreateTypeMore img {
    width: 100%;
    max-width: 2rem;
    height: 100%;
    max-height: 2rem;
}
.eventsTextarea:focus {
    border: 0.1rem solid #222020;
}
.eventActive .eventDateTitle {
    color: #222020;
}
.availablityNameSpan {
    max-width: 41rem;
    text-wrap: wrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subCalenderdropdown.subCalenderTime li{
    float: right;
}
#timeFormatter{
    float: right;
    height: inherit !important;
}
.timeDropdown {
    height: calc(100vh - 70rem) !important;
}
.scroll-listingHeight {
    height: calc(100vh - 12rem);
    overflow: auto;
    overflow-x: hidden;
    /* height: 99.999vh !important; */
    padding-bottom: 10%;
    padding-left: 0;
}
.scroll-listingHeight .allListCommonWrapUserContact {
    max-width: 70%;
}
.scroll-listingHeight .allListCommonWrap {
    min-width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

.scroll-listingHeight .check-box-icon {
    right: 1.2rem;
    top: 40%;
}
.SideBarBooking .active img {
    filter: invert(0%) brightness(40%);  
}
#turnOffButton {
    padding: 1.4rem 1.4rem;
    /* justify-content: center; */
}
.bookingTabsPill .emptyBookingStatesSec {
    padding: 9.2rem 0;
}
#availabilityList {
    width: 100%;
    top: 1.5rem;
    height: max-content;
    z-index: 99999;
    max-height: calc(100vh - 71rem) !IMPORTANT;
    min-height: auto !IMPORTANT;
}
.OrgnizerDetailsFields input:focus{
    border: 0.1rem solid #222020;
    background: none !important;

}
.OrgnizerDetailsFields textarea:focus{
    border: 0.1rem solid #222020;
    background: none !important;
}
.clockRecent img {
    width: 100%;
    max-width: 2rem;
    vertical-align: bottom;
    margin-right: 0.3rem;
}
.editLocation {
    color: #222020 !IMPORTANT;
    display: block;
    position: relative;
}

#locationTypeDropdown ul {
    width: 100%;
    /* bottom: -9.5rem !important; */
    /* top: 0 !IMPORTANT; */
    max-width: 100%;
    left: 0;
    /* max-width: 92%; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* position: fixed; */
    /* bottom: 2rem; */
    margin-top: 0.5rem;
}

.myEventsTypesUpcoming {
    padding-top: 3rem;
}
/* .SideBarBooking .active img {
    filter: invert(0%) brightness(40%);  
} */
/* ul#options {
    width: 100%;
    top: 6rem;
    min-height: 12rem !IMPORTANT;
} */
#selectedLocationType .BookingGapImage {
    margin-right: 0.5rem;
}
.DropDownTeams {
    margin-top: 0.8rem !important;
    top: 4rem !IMPORTANT;
    min-height: 41rem !IMPORTANT;
    height: 41rem !important;
}
.dropDownOneToOne {
    margin-top: 4rem;
}
.dropWorkShop {
    margin-top: 0.8rem !IMPORTANT;
    top: 4rem !IMPORTANT;
    min-height: 33rem !IMPORTANT;
    height: 33rem !IMPORTANT;
    /* padding-bottom: 2rem; */
}
.eventguestEvents {
    padding-top: 0;
    height: inherit;
}

.monthCommonWorkAndTeam {
    padding: 1rem 0;
    width: 100%;
    max-width: 50%;
}

.monthCommonWorkAndTeam .monthDropDown {
    padding-top: 0;
    padding-bottom: 0;
    border: navajowhite;
    padding-left: 0;
}

.monthCommonWorkAndTeam .newTeam-user-name {
    line-height: normal;
}

.monthCommonWorkAndTeam .newTeam-user-detail {
    padding-left: 1.5rem;
}
.bp-team-visibility {
    margin-top: 2rem;
}
.availabilityTabTopStrip {
    width: 75%;
}
.bp-team-visibility .activeStateCalender {
    width: 14.2857%;
    height: auto;
    border-radius: 50%;
}
/* .myEventsTypesColum .myEventsTypesTitle {
/* .myEventsTypesColum .myEventsTypesTitle {
    padding-left: 1.3rem;
} */
.availabilityDropdown .iconsEdit img {
    max-width: 1.9rem;
}

.availabilityDropdown ul li {gap: 1.1rem;padding: 0.8rem 1.6rem;}
#selectedLocationType span img {
    margin-right: 0.8rem;
}
.monthCommonWorkAndTeam {
    padding-bottom: 0 !important;
}
.monthCommonWorkAndTeam .newTeam-single-user.sidebar-single-user.monthDropDown {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    line-height: 2.3rem;
    display: inline-block;
}
.selectedTimeZonePublicpage {
    padding-left: 0.8rem !IMPORTANT;
    padding-top: 0.3rem;
}
.LeftSlide img {
    width: 100%;
    max-width: 1.7rem;
}
.addIconAvailabilty {
    width: 3.6rem !IMPORTANT;
}
.meetingEventsEmtyStates {
    padding-bottom: 2rem;
}
.bookingStatusCancele img {
    width: 100%;
    max-width: 2.6rem;
    max-height: 2.6rem;
}
.mailerScroll {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    min-height: 85vh;
    max-height: 85vh;
}
#locationList {
    min-height: auto;
    max-height: max-content;
    height: auto !important;
}
#currentDate {
    text-align: center;
    display: flow;
}
/* .bookingNavPillsDrop {
    right: 15rem !important;
    position: absolute;
}

ul.bookingNavPillsDrop {
    width: auto;
    min-width: max-content;
    max-width: 20rem;
    position: absolute;
    right: -16rem !IMPORTANT;
    left: inherit;
    top: 6rem;
} */

#bp-bookings-events {
    width: 90%;
    height: 100vh;
}
.strikeTitle{
    text-decoration: line-through !important;
}
#bookingsCTA:disabled {
    background-color: #9c9696;
    border: solid 0.1rem ;
}


.bookingLogo img {
    /* width: 100%; */
    /* max-width: 5rem; */
    height: 100%;
    max-height: 5rem;
}
.newPlusIcon{
        display: flex;
        align-items: center;
}

.backBtn-book-appointment {
    display: none;
}

.showTime-back-btn {
    display: none;
}
.back_button {
    display: none;
}

@media (max-width: 991.98px) { 
    .shedulingFlowWrapper {
        /* max-width: fit-content; */
        min-height: 80vh !important;
        flex-shrink: 0;
        border-radius: 0.8rem;
        border: none !important;
        background: #FFF;
        box-shadow: none !important;
        margin: 6.4rem auto;
        width: auto;
        overflow-y: scroll;
        max-height: calc(100vh - 18rem);
        overflow-x: hidden;
        max-width: max-content;
        /* min-height: fit-content; */
        /* justify-content: center; */
        /* align-items: center; */
    }
}
@media (max-width: 575.98px) { 
    .shedulingContainer {
        /* background-color: red; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 2rem; */
        padding-top: 4rem;
    }
    .shedulingRow {
        width: 100%;
    }
    .shedulingFlowWrapper {
        margin: 0;
        box-shadow: none;
        border: none;
        border-radius: 0;
        max-width: 100%;
    }
    .shedulingInside {
        flex-direction: column;
        width: 100%;
    }
    .shedulingInside-private {
        height: 100vh;
    }
    .shedulingLeftInSide{
        padding:0 3.2rem;
        width: 100%;
    }
    .shedulingLeftColum {
        height: fit-content;
        max-width: 100%;
        border-right: none;
    }
    #heroProfilePic img {
        max-width:12rem ;
        max-height:12rem ;
    }

    .shedulingRightColum {
        padding: 4rem;
        width:100%;
        height: 90vh;
    }
    .sheduleContainerLeftRightColums {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }
    .shedulingRightColumWrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shedulingFlowWrap {
        position: relative;
        min-width: 90%;
    }
    .shedulingMidColum {
        padding: 3.2rem 0;
        position: absolute;
        width: 100%;
        background: var(--white);
        top: 0;
        left: 0;
        height: 100%;
    }
    .sheduleMidList-pvt ul {
        max-height: 50vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sheduleMidList-public ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sheduleMidList ul li {
        width: 100%;
        max-width: 220px;
    }
    .sheduleMidTitle {
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .sheduleMidList {
        margin-top: 2.6rem;
        width: 100%;
        height: 60vh;;
        overflow: hidden;
    }
    .backBtn-book-appointment {
        display: block;
        background: none;
        border: none;
        padding: 2rem;
    }
    #currentDate {
        display: block;
        width: 100%;
        font-size: 4rem;
    }
    .OrgnizerDetails {
        width: 100%;
        padding: 3.2rem;
    }
    .OrgnizerDetailsFields {
        margin-bottom: 3rem;
    }
    .OrgnizerDetailsFields input {
        width: 100%;
    }
    .OrgnizerDetailsFields textarea {
        width: 100%;
        font-size: 2.5rem;
    }
    .thanksWrap {
        width: 100%;
    }   
    .publicPageContainer {
        padding: 0 4rem;
        display: block;
        width: 100%;
    }
    .publicPageCarsouelTitle h2 {
        font-size: 3rem;
        line-height: normal;
        padding-bottom: 2rem;
    }
    .publicPageCarsouelWrap {
        width: 100%;
    }
    .publicPageCarsouelWrap:only-child .sliderColum {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 4rem;
        padding: 4rem 3rem;
    }
    .sliderContent {
        gap: 1rem;
    }
    .shedulingRightPublic .shedulingFlowWrap {
        margin-left: 0;
        height: 100%;
    }
    .shedulingRightPublic {
        position: absolute;
        top: 7rem;
        left: 0;
        background: white;
        height: 100%;
        display: flex;
        align-items: start;
    }
    .shedulingRightPublic .shedulingMidColum {
        padding-left: 0;
        padding-top: 8rem;
        padding-bottom: 0rem ! IMPORTANT; 
    }
    .back_button {
        margin: 4rem 0;
        background:none;
        border: none;
        display: flex;    
    }
    .showTime-back-btn {
       display: flex; 
       background:none;
        border: none;
        display: flex;  
    }
    .publicPageCarsouelWrap {
        grid-template-columns: auto;
    }
    .calendar-containter {
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 9;
        height: 90vh;
        overflow: auto;
    }
    .languageWrap .languageDropDown {
        top: 2rem;
        max-width: 14rem;
    }
    .shedulingProfileTite {
        text-align: center;
        margin-bottom: 3rem;
    }
    .shedulingProfile {
        padding-bottom: 1.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shedulingProfileTite span {
        color: var(--black);
        font-family: Montserrat;
        font-size: 4.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.06rem;
    }
    .shedulingDiscussion span {
        color: #222020;
        /* font-family: Montserrat; */
        font-size: 4rem;
        font-style: normal;
        font-weight: 600;
        line-height: 3rem;
        letter-spacing: 0.06rem;
        word-break: break-word;
    }
    .shedulingCurentStatus span {
        font-size: 2.6rem;
    }
    .shedulingCurentTime span {
        font-size: 3rem;
    }
    .clockRecent img {
        max-width: 3rem;
    }
    .shedulingRightHeading {
        text-align: center;
        padding-bottom: 2.5rem;
    }
    .current-date h1 {
        font-size: 3rem;
    }
    .shedulingRightHeading span {
        font-size: 3rem;
        line-height: normal;
    }
    .week-days {
        font-size: 2rem;
        line-height: normal;
    }
    .shedulingRightInside span {
        font-size: 2.8rem;
    }
    .timeZOneDrop .dropdown-list-items {
        font-size: 2.5rem !important;
        width: 100%;
    }
    .common-dropdown-account-ul {
        max-width: 100%;
    }
    .common-dropdown-account-ul li {
        padding: 2rem 0;
    }
    .shedulingCurentTime {
        margin: 3rem 0;
    }
    .shedulingCurentTime {
        padding: 0;
    }
    .sheduleMidListItems span {
        font-size: 3rem !important;
        font-size: 3rem !important;
        line-height: normal;
        height: auto;
        padding: 2rem 0;
        display: block;
        display: block;
    }
    .sheduleMidListItems {
        height: 8rem;
    }
    .workshop-seats {
        height: 12rem !important;
    }
    /* div#timeDiv1 {
        height: fit-content;
    } */
    .OrgnizerDetailsFieldsBottom p {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .OrgnizerDetailsFieldsBottom a {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .sheduleMidTitle span {
        line-height: normal;
    }
    /* #location img {
        height: 6rem;
    } */
    .backTitle {
        font-size: 3rem;
    }
    .OrgnizerDetailsColumTitle h1 {
        font-size: 3rem;
    }
    .OrgnizerDetailsFields label {
        font-size: 3rem;
        line-height: 4rem;
        width: 100%;
    }
    .OrgnizerDetailsFields input {
        height: 6rem;
        font-size: 2.5rem;
    }
    .ScheduleEventCta {
        font-size: 3rem;
        padding: 2rem;
    }
    .languageBtn  {
        font-size: 1.7rem;
    }
    .languageWrap .languageDropDown li {
        font-size: 1.7rem;
    }
    .LeftSlide img {
        width: 100%;
        max-width: 3rem;
    }
    .weeks span {
        /* padding: 1.1em; */
        line-height: 8rem;
        width: 8rem;
        height: 8rem;
    }
    .activeDot {
        position: absolute;
        bottom: 1.2rem;
        width: 0.5rem;
        height: 0.5rem;
        top: initial;
        left: 45.5%;
        background: #ee4136;
        padding: 0px ! IMPORTANT;
        /* right: 0.3rem ! IMPORTANT; */
        border-radius: 100%;
        width: 1rem !important;
        height: 1rem !important;
        /* text-align: center; */
        /* margin-right: -2.5rem ! IMPORTANT; */
    }
    .CalendarMeetingGrayColor {
        font-weight: 600 !important;
    }
    /* .sliderMesTitle {} */
    .sliderMesTitle {
        line-height: normal;
        font-size: 2.4rem;
    }

    .publicBookingsider {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
    }
    .sliderTop button {
        font-size: 1.6rem;
    }
    .sliderTop button {
        /* width: 10.6rem; */
        height: fit-content;
        /* max-width: 11rem; */
        padding: 1rem;
    }
    .slideMinutes {
        font-size: 2.6rem;
    }
    .SlidePara {
        font-size: 2.4rem;
        line-height: normal;
    }
    .logo_melp {
        height: 5rem;
    }
}

@media (max-width: 767.98px) { 
    .languageWrap .languageDropDown {
        top: 2rem;
        max-width: 14rem;
    }
}
