@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --secondary-color: #000;
    --theam-blue: #0387EC;
    --font-family: "Manrope", "Nunito", "Roboto";
    --font-weight100: 100;
    --font-weight200: 200;
    --font-weight200: 200;
    --font-weight300: 300;
    --font-weight400: 400;
    --font-weight500: 500;
    --font-weight600: 600;
    --font-weight700: 700;
    --font-weight800: 800;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

div {
    transition: all 0.1s ease-in-out;
}

.pt-6 {
    padding-top: 4rem !important;
}

.mt-6 {
    margin-top: 6px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

.circle {
    border-radius: 200px;
}

.green-background {
    background-color: rgba(122, 200, 11, 1);
}

.green-background:hover {
    background-color: rgb(105, 177, 4);
}

.red-background {
    background-color: rgba(255, 0, 0, 1);
}

.red-background:hover {
    background-color: rgb(227, 1, 1);
}

.blue-background {
    background-color: rgba(3, 135, 236, 1);
}

.blue-background:hover {
    background-color: rgb(0, 123, 216);
}

.color-blue {
    color: rgba(3, 135, 236, 1);
}

.black-background {
    background-color: rgba(0, 0, 0, 1);
}

.white-background {
    background-color: #FFF;
}

.gray-background {
    background-color: #D9D9D9;
}

.color-gray {
    color: rgba(148, 148, 148, 0.30);
}

.color-gray2 {
    color: #656565;
}

.border-gray {
    border: 1.573px solid rgba(148, 148, 148, 0.20) !important;
}

.border-radius-8px {
    border-radius: 8px;
}

.padding-18px {
    padding: 18px;
}

.w-24 {
    width: 42px;
    height: 42px;
}

.border-radius-8px {
    border-radius: 8px;
}

.font-14px {
    font-size: 14px;
}


/* Header Css */
.menu-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #0387EC;
    padding: 4px;
    width: 30px;
    height: 30px;
}

.main-section {
    box-shadow: 0 7px 10px -8px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 10;
}

/* .main-header {
    height: 64px;
} */

.header-wrapper {
    padding: 8px 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.logo-wrapper {
    max-width: 203px;
    width: 100%;
}

.active-status-wrapper {
    max-width: 112px;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 223, 197, 0.1);
    padding: 6px 7.5px 6px 7.5px;
    border-radius: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

.active-status-wrapper img {
    max-width: 30px;
    width: 100%;
    height: 30px;
}

.active-status-wrapper span {
    font-weight: var(--font-weight600);
    line-height: 22px;
    color: rgba(0, 223, 197, 1);
    margin: 0 auto;
}

.profile-wrapper {
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.profile-wrapper img {
    max-width: 36px;
    width: 100%;
    height: 36px;
}

.profile-wrapper .profile-text-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.profile-wrapper .profile-text-wrapper .user-name {
    color: #090C22;
}

.profile-wrapper .profile-text-wrapper .user-status {
    color: #090C22;
    font-size: 12px;
}

.more {
    margin-bottom: auto;
}

.more img {
    max-width: 24px;
    width: 100%;
    height: 24px;
}


/* Sidebar Css */
.menu-wrapper {
    display: none;
}

.sidebar-wapper {
    background-color: var(--secondary-color);
    max-width: 261px;
    width: 100%;
    height: calc(100vh - 64px);
    overflow: auto;
    transition: all 0.5s ease-in-out;
}

/* width */
.sidebar-wapper::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebar-wapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
.sidebar-wapper::-webkit-scrollbar-thumb {
    background-color: var(--theam-blue);
    border-radius: 10px;
}

/* Handle on hover */
.sidebar-wapper::-webkit-scrollbar-thumb:hover {
    background: #016dc0;
}

.links-wrapper:hover {
    background-color: #333333;
}

.links-wrapper {
    padding: 20px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}

.sidebar-links-header {
    color: #FFF;
    font-size: 12px;
    padding: 20px 12px;
}

.links-wrapper img {
    width: 18px;
    height: 20px;
}

.links-wrapper a {
    color: #A4A9B6;
    text-decoration: none;
}

.links-wrapper a.logout {
    color: #F00;
}


/* Content */
.content-wrapper {
    padding: 27px;
    max-width: calc(1520px - 261px);
    width: 100%;
    margin: 0 auto;
    align-content: flex-start;
    height: calc(100vh - 64px);
    overflow: auto;
}

.content-wrapper::-webkit-scrollbar {
    display: none;
}

.content-sidebar-wrapper {
    background: #F5F5F5;
    position: relative;
    overflow-x: hidden;
}

.card {
    border-radius: 8px;
    background: #FFF;
    border: none;
    padding: 18px;
    height: fit-content;
}

.card.custom-padding h5,
.card.custom-padding .card-row-wrapper {
    padding: 4px !important;
}

.card.custom-padding .card-text {
    font-size: 14px;
}

.content-left,
.content-right {
    max-width: 49%;
    width: 100%;
}

.content-left.custom-size {
    max-width: 410px;
}

.content-right.custom-size {
    min-width: 538px;
    max-width: calc(100% - 430px);
}

.notched-card {
    position: relative;
    padding-top: 30px;
}

.notched-left {
    left: 0;
}

.notched-right {
    right: 0;
}

.notched {
    background-color: var(--theam-blue);
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    top: 0;
    width: 111px;
    height: 43px;
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 10px 0;
    color: #FFF;
    font-size: 12px;
    gap: 8px;
}

.notched img {
    max-width: 13.333px;
    width: 100%;
    height: 13.333px;
}

.inner-card {
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    border-radius: 8px;
    border: 1px solid rgba(148, 148, 148, 0.20);
}

.heading-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: rgba(237, 237, 237);
    padding: 10px 16px;
}

.card-row-wrapper {
    padding: 10px 16px;
    border-bottom: 0.5px solid rgba(148, 148, 148, 0.2);
}

.card-row-wrapper:last-child {
    border: none;
}

.card-row-wrapper .card-text {
    color: var(--secondary-color);
    font-weight: var(--font-weight600);
}

.card .card-badge-blue {
    border-radius: 40px;
    background-color: var(--theam-blue);
    color: #FFF;
    font-size: 8px;
    font-weight: 700;
    text-wrap: nowrap;
    max-width: fit-content;
    padding: 4px 7px;
}

.card .badge-text {
    color: #FF4573;
    font-size: 18px;
    font-weight: 800;
}

.person-badge-wrapper {
    max-width: 91px;
    width: 100%;
    color: #949494;
    font-size: 14px;
    font-weight: var(--font-weight600);
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.person-badge-wrapper img {
    max-width: 33px;
    width: 100%;
    height: 33px;
    display: flex;
}

.person-badge-wrapper span {
    margin: 0 auto;
}

.badge-light-blue {
    color: #007FE0;
    border-radius: 200px;
    background: rgba(3, 135, 236, 0.10);
    padding: 4px 10px;
}

.badge-light-red {
    color: #FF4573;
    border-radius: 200px;
    background: rgba(255, 69, 115, 0.10);
    padding: 4px 10px;
}

.badge-light-red span,
.badge-light-blue span {
    font-size: 12px;
    font-weight: var(--font-weight600);
}

.icon-wrapper {
    max-width: 24px;
    width: 100%;
}

.client-note {
    color: #656565;
}

.dropdown {
    border-radius: 4px;
    border: 1px solid #E0DFE3;
    background: #FFF;
    max-width: 190px;
    width: 100%;
    height: 40px;
    position: relative;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

.dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background-image: url(../Images/Bottom-Arrow.png);
    background-size: contain;
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
}


.dropdown * {
    color: var(--secondary-color);
    font-weight: var(--font-weight600);
    line-height: 22px;
}

.active-booking-wrapper>h4 {
    font-size: 21px;
    font-weight: var(--font-weight800);
    margin: 0;
}

.active-booking-count {
    max-width: 60px;
    width: 100%;
    height: 60px;
}

.active-booking-count h4 {
    margin: 0;
    color: #ffffff;
    font-weight: var(--font-weight700);
    line-height: 22px;
}

.quote-warpper {
    max-width: fit-content;
    border-radius: 200px;
}

.quote-warpper {
    color: #ffffff;
    font-weight: var(--font-weight700);
    line-height: 22px;
    font-size: 18px;
    padding: 10px 20px;
}

.notification-wrapper {
    border-radius: 8px;
    border: 1.6px solid rgba(170, 170, 170, 0.20);
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.notification-wrapper-Active-Booking {
    border-radius: 8px;
    border: 1.6px solid rgba(170, 170, 170, 0.20);
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.notification-wrapper-receipt {
    border-radius: 8px;
    border: 1.6px solid rgba(170, 170, 170, 0.20);
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.heading-wrrapper {
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: var(--font-weight600);
    margin: 0;
}

.back-btn {
    width: 40px;
    height: 40px;
}

.heading-wrrapper h4 {
    font-size: 21px;
    font-weight: 700;
}

.filtter-wrapper,
.home-size {
    border-radius: 22px;
    background: rgba(148, 148, 148, 0.10);
    padding: 4px;
}

.home-size {
    max-width: 100%;
    width: 100%;
}

.home-size .btn {
    max-width: 49%;
    width: 100%;
}

.filtter-wrapper .btn,
.home-size .btn {
    border-radius: 14px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: var(--font-weight600);
}


.filtter-wrapper .btn:active,
.filtter-wrapper .btn:focus,
.filtter-wrapper .btn.active {
    background-color: #FFF;
}

.status-filter {
    max-width: 328px;
    width: 100%;
}

.status-btn {
    max-width: 49%;
    width: 100%;
}

.home-size .btn:active,
.home-size .btn:focus,
.home-size .btn.active {
    background-color: #0387EC;
    color: #ffffff;
}

.search-wrapper .icon-wrapper {
    border-radius: 4px;
    max-width: 40px;
    width: 100%;
    height: 40px;
    padding: 8px;
    display: flex;
}

.search-wrapper input {
    max-width: calc(100% - 40px);
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E0DFE3;
    background: #FFF;
    border-left: none;
    padding: 0 16px;
    outline: none;
}

.gray-card-main-wrapper {
    max-width: 100%;
    width: 100%;
}

.gray-card {
    max-width: calc(100% / 4);
    border-radius: 11.745px;
    background-color: #FAFAFA;
}

.gray-card .icon-wrapper {
    max-width: 52px;
    width: 100%;
}

.gray-card h6 {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: var(--font-weight600);
}

.gray-card span {
    color: #656565;
    font-size: 12px;
    font-weight: var(--font-weight500);
}

.customize-cleaning {
    border-radius: 8px;
}

.customize-cleaning span {
    color: #FFF;
    font-weight: var(--font-weight700);
}

.customize-cleaning .circle {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    max-width: 32px;
    width: 100%;
    height: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.warning-wrapper {
    border-radius: 8px;
    border: 1px dashed #C90000;
    background: rgba(201, 0, 0, 0.10);
}

.warning-wrapper .icon-wrapper {
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.warning-content-wrapper span {
    color: #F00;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
}

.warning-content-wrapper h5 {
    color: var(--secondary-color);
    font-family: Manrope;
}

.warning-content-wrapper p {
    color: #656565;
    font-family: Manrope;
    font-size: 12px;
}

.changes-btn-wrapper button {
    border-radius: 200px;
    border: 1px solid rgba(148, 148, 148, 0.20);
    background-color: #ffffff;
}

.join-wrapper {
    background-color: var(--secondary-color);
    flex-direction: row;
    flex-wrap: nowrap;
}

.join-wrapper p {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    max-width: 491px;
    width: 100%;
}

.join-wrapper p a {
    color: #0387EC;
    font-weight: 700;
    text-decoration: none;
}

.join-wrapper .btn {
    border-radius: 200px;
    border: 1px solid #FFF;
    background: #0387EC;
    color: #FFF;
    font-size: 18px;
    font-weight: var(--font-weight600);
    max-width: fit-content;
    text-wrap: nowrap;
}

.book-refer-gift-wrrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    align-content: center;
    justify-content: center;
    gap: 32px;
}

.refer-gift-btn {
    border-radius: 200px;
    border: 1.121px solid #FFF;
    height: 72px;
}

.refer-gift-btn h5 {
    color: #FFF;
    font-family: Manrope;
    font-weight: 600;
}

.refer-gift-btn span {
    color: #FFF;
    font-family: Manrope;
    font-size: 8.966px;
    font-weight: 400;
}

.book-wrapper {
    max-width: fit-content;
}

.book-wrapper .img-wrapper {
    position: relative;
    display: flex;
}

.book-wrapper .img-wrapper img {
    max-width: 90px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.book-wrapper .img-wrapper img:last-child {
    position: absolute;
    max-width: 24px;
    width: 100%;
    height: 24px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 5;
}

.book-wrapper span {
    color: #7AC80B;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
}

.count {
    border-radius: 200px;
    max-width: 18px;
    width: 100%;
    height: 18px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.radio-button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 12.585px 12.585px 0px 0px;
    padding: 15px 30px;
    font-family: Manrope;
    font-weight: 600;
    position: absolute;
}

.radio-button-wrapper.blue-background {
    color: #FFF;
}

.form-check-input:checked {
    background-color: rgba(122, 200, 11, 1);
    border-color: rgba(122, 200, 11, 1);
}

.question-image-wrapper {
    max-width: 26px;
    width: 100%;
    height: 30px;
}

.how-often-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    color: var(--secondary-color);
    font-family: Manrope;
    font-weight: 600;
    max-width: 100%;
    width: 100%;
}

.how-often-wrapper .radio-wrapper {
    max-width: calc(100% / 4);
    width: 100%;
}

.how-often-inner.form-check .form-check-input {
    margin: 0 0 6px 0;
    width: 34px;
    height: 34px;
}

.customize-clean {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.customize-clean .img-wrapper {
    max-width: 80px;
    width: 100%;
    height: 100%;
}

.promo-code-wrapper {
    position: relative;
}

.promo-code-wrapper input {
    max-width: 100%;
    width: 100%;
    height: 54px;
    border-radius: 32px;
    border: 1px dashed var(--secondary-color);
    background: rgba(255, 255, 255, 0.10);
    outline: none;
    padding: 0 140px 0 10px;
    font-family: Manrope;
    font-weight: 600;
}

.promo-code-wrapper .btn {
    border-radius: 32px;
    border: 1px solid #FFF;
    max-width: 130px;
    width: 100%;
    height: 44px;
    color: #FFF;
    font-family: Manrope;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-4%, -50%);
}

.summary-wrapper span {
    color: #7AC80B;
    font-family: Manrope;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
}

.complete-booking .btn {
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.complete-booking .img-wrapper {
    max-width: 20px;
    width: 100%;
}

.more-wrapper {
    color: #0387EC;
    font-family: Manrope;
    font-weight: 600;
}

.more-wrapper .img-wrapper {
    width: 16px;
}

.message-wrapper p {
    color: #656565;
    font-family: Manrope;
    font-size: 21px;
    line-height: 150%;
}

.message-wrapper h5 {
    color: var(--secondary-color);
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
}

/* Clock Timer Css */
.base-timer {
    position: relative;
    width: 200px;
    height: 200px;
}

.base-timer__svg {
    transform: scaleX(1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 5px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.arc {
    color: var(--theam-blue);
}

.base-timer__label {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.buttons {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    left: 0;
}

.buttons button {
    border: none;
    background-color: var(--theam-blue);
    border-radius: 200px;
    width: 105px;
    height: 35px;
    color: #FFF;
    font-size: 15.556px;
    font-weight: var(--font-weight600);
}

.buttons button:hover {
    background-color: #007fe0;
    color: white;
}

.buttons button:disabled {
    cursor: not-allowed;
}

.buttons button:disabled:hover {
    background-color: #007fe0;
}

.notification-bell-wraper {
    max-width: 55px;
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 5;
}

.Notification-Bell-Background,
.Notification-Bell {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.Notification-Bell-Background {
    max-width: 100%;
    width: 100%;
}

.Notification-Bell {
    max-width: 35px;
    width: 100%;
}

.start,
.stop {
    position: absolute;
}

.zIndexTop {
    z-index: 1;
}


/* Calendar Css */
#calendar-table #table-header {
    margin: 0;
}

#calendar-table #table-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 9px;
}

#calendar-table #table-header .row,
#calendar-table #table-body .row {
    margin: 0;
    gap: 9px;
    justify-content: space-between;
}

#calendar-table #table-header .row .col,
#calendar-table #table-body .row .col {
    max-width: 50px;
    height: 50px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 5px;
}

#calendar-table #table-body .row:nth-child(1) .col:nth-child(1),
#calendar-table #table-body .row:nth-child(1) .col:nth-child(2),
#calendar-table #table-body .row:nth-child(1) .col:nth-child(3),
#calendar-table #table-body .row:nth-child(1) .col:nth-child(4),
#calendar-table #table-body .row:nth-child(1) .col:nth-child(5),
#calendar-table #table-body .row:nth-child(1) .col:nth-child(6),
#calendar-table #table-body .row:nth-child(3) .col:nth-child(4),
#calendar-table #table-body .row:nth-child(3) .col:nth-child(5),
#calendar-table #table-body .row:nth-child(3) .col:nth-child(6),
#calendar-table #table-body .row:nth-child(4) .col:nth-child(2),
#calendar-table #table-body .row:nth-child(4) .col:nth-child(3) {
    background-color: #F00;
    color: #fff;
}

#calendar-table #table-body .row:nth-child(2) .col:nth-child(5) {
    background: #007FE0;
    color: #fff;
}

.calendar-header {
    position: relative;
}

#table-body .col:hover {
    cursor: pointer;
    border-radius: 5px;
    background: #007FE0;
    color: #ffffff;
}

.empty-day:hover {
    cursor: default !important;
    background-color: #fff !important;
}

#table-body .row .col {
    padding: .75rem;
}

#table-body .col {
    border: 1px solid transparent;
}

#table-body .row {
    margin-bottom: 0;
}

#calendar-table {
    text-align: center;
}

.prev-button,
.next-button {
    cursor: pointer;
    color: grey !important;
}

.header-text {
    text-align: center;
    margin: 0 0 30px;
}

#table-header {
    color: #AAA;
    font-size: 11.417px;
    font-weight: var(--font-weight600);
    line-height: 13.7px;
    letter-spacing: 0.342px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

#table-body {
    color: var(--secondary-color);
    text-align: center;
    font-size: 13.7px;
    font-weight: var(--font-weight600);
    line-height: 25.117px;
}

#month-name {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.117px;
    margin: 0;
}

#eventDayName,
#todayDayName {
    display: none;
}

.mobile-reverse {
    display: flex;
    max-width: 50%;
    width: 100%;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.desktop-logo {
    display: block;
}

.mobile-logo,
.book-refer-gift-wrapper-mobile {
    display: none;
}

.profile-wrapper,
.more,
.circle-wrapper {
    display: flex;
}

.menu-wrapper {
    display: none;
}

.mobile-background-gray {
    background-color: #ffffff;
}

.mobile-reverse-flex {
    flex-direction: column;
}

.how-we-enter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

.how-we-enter .card-images-wrapper {
    border: 1.573px solid rgba(148, 148, 148, 0.20);
    display: flex;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 17px;
}

.summary .summary-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.search-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.appointment-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.appointment-wrapper h6 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.mobile-d-none {
    display: flex;
}

.mobile-d-block {
    display: none;
}

.count-wrapper .card-text {
    font-size: 12px;
}

@media screen and (max-width: 1280px) {
    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 60px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .Hiringfirst:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsecond:hover .dropdown-content1 {
        display: block;

    }

    .Hiringthird:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfourth:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfive:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsix:hover .dropdown-content1 {
        display: block;

    }

    .dropdown-receipts {
        max-width: 45% !important;
    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 135px !important;
        position: relative !important;
        left: -16rem !important;
        bottom: 21rem !important;
        width: fit-content !important;
    }

}

@media screen and (max-width: 1271px) {
    .dropdown-receipts {
        max-width: 45% !important;
    }

    .content-left.custom-size {
        max-width: fit-content;
        min-width: 340px;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Media Query 1200px */
@media screen and (max-width: 1200px) {
    .heading-logo-benefit-screen-adjust-responsive {
        margin-right: 0rem !important;
    }

    .dropdown-receipts {
        max-width: 45% !important;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .bluemember-topbar {
        left: 10rem !important;
    }

    .bluemember-main-section div>div {
        left: 200px !important;
    }

    .booking-footer {

        left: 350px !important;
    }

    .content-left.custom-size {
        max-width: 38%;
        min-width: auto;
    }

    .content-right.custom-size {
        min-width: auto;
        max-width: 60%;
    }

    .menu-wrapper {
        display: flex;
    }

    .profile-wrapper,
    .more,
    .circle-wrapper {
        display: none !important;
    }

    .sidebar-wapper {
        position: absolute;
        z-index: 10;
        right: -261px;
    }

    .sidebar-wapper.open {
        right: 0;
    }

    .sidebar-wapper.open+.content-wrapper::before {
        content: '';
        background-color: rgb(0, 0, 0, 0.5);
        position: absolute;
        height: 100vh;
        width: 100%;
        z-index: 8;
        left: 0;
        top: 0;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 280px) {

    .score-right-section-circle-main-section .text-center .score-rightsection-circle-second {
        margin-left: 12px !important;
    }

    .score-content-right {
        max-width: 100% !important;
    }

    .score-content-left {
        max-width: 100% !important;
    }

    .mobiles-d-none {
        display: none !important;
    }

    .hiring-box-logo {
        left: 2.7rem !important;
        bottom: 117rem !important;
    }

    .hiring-page-nombre {
        width: 100% !important;
    }

    .hiring-page-dropdown-card {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hiring-page-dropdown {
        border-radius: 0px;
    }

    .booking-footer .btn {
        width: 230px !important;
    }

    .bluemember-main-section div>div>div {
        border-radius: 10px;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .giftcard-bottomsection .header {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .giftcard-bottomsection-button .btn {
        width: 228px !important;
    }

    .giftcard-secretcode {
        width: 228px !important;
    }

    .giftcard-reedmnow-mobile {
        width: 100% !important;
        position: fixed !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }
}


@media screen and (max-width: 820px) {
    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 400px !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        left: 140px;
    }

    .Hiringfirst:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsecond:hover .dropdown-content1 {
        display: block;

    }

    .Hiringthird:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfourth:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfive:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsix:hover .dropdown-content1 {
        display: block;

    }

    .mobiles-d-none {
        display: none !important;
    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 135px !important;
        position: relative !important;
        left: 24rem !important;
        bottom: 56rem !important;
        width: fit-content !important;
    }

    .hiring-box-logo {

        left: 18rem;
        bottom: 105rem;
    }

    .dropdown-receipts {
        max-width: 45% !important;
    }

    .bluemember-topbar {
        left: 4rem !important;
    }

    .timeupdate div {
        padding-left: 7rem !important;
    }

    .bluemember-main-section div>div {
        left: 110px !important;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .giftcard-reedmnow-mobile {
        width: 100% !important;
        position: fixed !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }
}

/* Media Query 991px */
@media screen and (max-width: 991px) {
    .manage-availability-right-section-input-image {
        width: 3%;
        position: relative;
         left: 0rem !important;
        bottom: 63rem;
    }
    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 400px !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        left: 140px;
    }

    .Hiringfirst:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsecond:hover .dropdown-content1 {
        display: block;

    }

    .Hiringthird:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfourth:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfive:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsix:hover .dropdown-content1 {
        display: block;

    }

    .mobiles-d-none {
        display: none !important;
    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 135px !important;
        position: relative !important;
        left: 27rem !important;
        bottom: 56rem !important;
        width: fit-content !important;
    }

    .timeupdate div {
        padding-left: 9rem !important;
    }

    .hiring-box-logo {

        left: 21rem;
        bottom: 105rem;
    }

    .dropdown-receipts {
        max-width: 45% !important;
    }

    .giftcard-reedmnow-mobile {
        width: 100% !important;
        position: fixed !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .bluemember-topbar {
        left: 5rem !important;
    }

    .bluemember-main-section div>div {
        left: 125px !important;
    }

    .appointment-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking-footer {
        left: 290px !important;
    }

    .add-now {
        position: absolute;
        bottom: 0;
        z-index: 7;
        max-width: 100%;
        width: 100%;
        left: 0;
        margin: 0 !important;
    }

    .add-now .btn {
        border-radius: 0;
    }

    .mobile-d-none {
        display: none;
    }

    .mobile-d-block {
        display: flex;
    }

    .m-80 {
        margin-bottom: 80px !important;
    }

    .content-left.custom-size,
    .content-right.custom-size {
        max-width: 100%;
    }

    .content-left,
    .content-right {
        max-width: 100%;
        width: 100%;
    }

    .logo-wrapper {
        max-width: 140px;
        width: 100%;
    }

    .profile-wrapper img {
        max-width: 30px;
        width: 100%;
        height: 30px;
    }

    .profile-wrapper .profile-text-wrapper .user-name {
        font-size: 14px;
    }

    .more img {
        max-width: 20px;
        height: 20px;
    }

    .active-booking-count,
    .notification-wrapper {
        max-width: 40px;
        height: 40px;
    }

    .notification-wrapper-Active-Booking {
        max-width: 40px;
        height: 40px;
    }

    .notification-wrapper-receipt {
        max-width: 40px;
        height: 40px;
    }

    .active-booking-wrapper>h4,
    .heading-wrrapper h4 {
        font-size: 16px;
    }

    .dropdown {
        max-width: 49%;
    }
}

/* Media Query 768px */
@media screen and (max-width: 768px) {
    .home-cleaner-card {
        border-bottom: 1px solid #0000002b;
        border-radius: 0px;
    }

    .Application-Responsive-Active-booking-card-filter {
        display: flex;
    }

    .Applications-headertopbar-headingtext {
        margin-left: 0px !important;
    }

    .Applications-headertopbar .Applications-headertopbar-cirle {
        max-width: 43px !important;
        height: 45px !important;
    }

    .Applications-headertopbar {

        flex-wrap: wrap !important;
    }

    .Applications-headertopbar-responsive-colorsection {
        display: flex;
        flex-wrap: nowrap;
        align-content: stretch;
        align-items: stretch;
        justify-content: space-around;
    }


    .score-right-section-circle-main-section .text-center .score-rightsection-circle-first {

        background-color: #fff !important;
        border: 1px solid #94949466 !important;

    }

    .score-right-section-circle-main-section .text-center .score-rightsection-circle-second {

        background-color: #fff !important;
        border: 1px solid #94949466 !important;

    }

    .score-right-section-circle-main-section .text-center .score-rightsection-circle-third {

        background-color: #fff !important;
        border: 1px solid #94949466 !important;


    }

    .score-right-section-circle-main-section .text-center .score-rightsection-circle-fourth {

        background-color: #fff !important;
        border: 1px solid #94949466 !important;


    }

    .footerbutton-scorepage {
        margin-top: 55px !important;

    }

    .score-right-section-circle-main-section {
        width: 100% !important;
    }

    .manage-scoredivison-responsive {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .manage-scoredivison-rightsection-responsive {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .score-content-right {
        max-width: 100% !important;
    }

    .score-content-left {
        max-width: 100% !important;
    }

    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 400px !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        left: 180px;
    }

    .Hiringfirst:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsecond:hover .dropdown-content1 {
        display: block;

    }

    .Hiringthird:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfourth:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfive:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsix:hover .dropdown-content1 {
        display: block;

    }

    .mobiles-d-none {
        display: none !important;
    }

    .timeupdate {
        border-radius: 0px !important;
    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 135px !important;
        position: relative !important;
        left: 23rem !important;
        bottom: 57rem !important;
        width: fit-content !important;
    }

    .summerycards-footer {
        justify-content: center;
    }

    .timeupdate div {
        padding-left: 7rem !important;
    }

    .hiring-box-logo {
        left: 18rem;
        bottom: 104rem;
    }

    .dropdown-receipts {
        max-width: 45% !important;
    }

    .giftcard-reedmnow-mobile {
        width: 100% !important;
        position: fixed !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .bluemember-topbar {
        left: 3rem !important;
    }

    .bluemember-main-section div>div {
        left: 90px !important;
    }

    .card.custom-padding {
        padding: 16px;
        margin: 0 18px;
    }

    .radio-button-wrapper {
        position: unset;
    }

    #calendar-table #table-header .row,
    #calendar-table #table-body .row {
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5);
    }

    .count {
        max-width: 14px;
        height: 14px;
        padding: 3px;
    }

    .card.custom-padding .card-text {
        font-size: 10px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5 {
        font-size: 18px;
    }

    .mobile-background-gray {
        background-color: #F9F9F9;
    }

    .mobile-padding {
        padding: 15px;
    }

    .mobile-padding .card {
        padding: 10px 0;
    }

    .mobile-padding>.card>div {
        padding: 0 15px;
    }

    body {
        font-family: var(--font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .logo-wrapper {
        max-width: 78px;
        width: 100%;
    }

    .desktop-logo,
    .book-refer-gift-wrrapper,
    .notification-wrapper {
        display: none;
    }

    .notification-wrapper-Active-Booking {
        display: block;
    }

    .book-refer-gift-wrrapper,
    .notification-wrapper-receipt {
        display: block;
    }

    .mobile-logo {
        display: block;
    }

    .status-filter {
        max-width: 100%;
        width: 100%;
    }

    .gray-card .icon-wrapper {
        max-width: 36px;
    }

    .gray-card h6 {
        font-size: 10px;
    }

    .gray-card span,
    .warning-content-wrapper p {
        font-size: 8px;
    }

    .quote-warpper {
        padding: 2px 10px !important;
    }

    .quote-warpper,
    .customize-cleaning,
    .warning-content-wrapper h4 {
        font-size: 12px;
    }

    .changes-wrapper h5 {
        text-align: center;
    }

    .active-booking-count,
    .notification-wrapper {
        max-width: 30px;
        height: 30px;
    }

    .notification-wrapper-Active-Booking {
        max-width: 30px;
        height: 30px;
    }

    .notification-wrapper-receipt {
        max-width: 30px;
        height: 30px;
    }


    .join-wrapper p {
        text-align: left;
    }

    .join-wrapper p {
        font-size: 14px;
    }

    .active-booking-count h4,
    .warning-content-wrapper span {
        font-size: 16px;
    }

    .content-sidebar-wrapper {
        background: #ffffff;
    }

    .content-wrapper {
        padding: 0;
    }

    .card-badge-blue {
        font-size: 8px !important;
    }

    .warning-wrapper .icon-wrapper {
        max-width: 30px;
        height: 30px;
    }


    .w-card {
        max-width: 78px;
        width: 100%;
        padding: 3px !important;
    }


    .display-mobile {
        height: 0.5;
        width: calc(100% + 36px);
        margin-left: -18px !important;
        background-color: rgba(0, 0, 0, 1);
    }

    .icon-wrapper {
        max-width: 16px;
        width: 100%;
    }

    .dropdown *,
    .card-row-wrapper .card-text {
        font-size: 14px;
    }

    #table-header .row .col {
        padding: 0px 4px;
    }

    #table-body .row .col {
        padding: 0px 4px;
    }

    .header-wrapper {
        gap: 5px !important;
        padding: 8px 18px;
        justify-content: space-between !important;
    }

    .active-status-wrapper {
        max-width: 100px;
        height: 40px;
        padding: 6px;
    }


    .radio-button-wrapper {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }

    .pt-6 {
        padding-top: 7rem !important;
    }

    .pt-6.ptm-0 {
        padding: 0 !important;
    }

    .how-often-wrapper {
        row-gap: 40px;
    }

    .how-often-wrapper .radio-wrapper {
        max-width: 70px;
        width: 100%;
    }

    .book-refer-gift-wrrapper {
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .refer-gift-btn:first-child {
        order: 2;
        max-width: 100%;
        width: 100%;
    }

    .book-wrapper {
        order: 1;
    }

    .refer-gift-btn:last-child {
        order: 3;
        max-width: 100%;
        width: 100%;
    }

    .main-header {
        height: auto;
    }

    .profile-wrapper {
        margin-left: auto;
    }

    /* .header-wrapper {
        align-items: flex-start !important;
    } */

    .book-refer-gift-wrapper-mobile .refer-gift-btn {
        border-radius: 0px 10px 10px 0px;
        border-top: 1px solid rgba(3, 135, 236, 0.40);
        border-right: 1px solid rgba(3, 135, 236, 0.40);
        border-bottom: 1px solid rgba(3, 135, 236, 0.40);
        background: #F8F8F8;
        order: unset;
        max-width: 87px;
        width: 100%;
        padding: 0 !important;
        display: flex;
        height: 37px;
    }


    .book-refer-gift-wrapper-mobile .refer-gift-btn h5 {
        color: #000;
        font-family: Manrope;
        font-size: 8px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .book-refer-gift-wrapper-mobile .refer-gift-btn span:first-of-type {
        color: #007FE0;
        font-family: Manrope;
        font-size: 6px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .book-refer-gift-wrapper-mobile .refer-gift-btn span:last-child {
        color: #000;
        font-family: Manrope;
        font-size: 6px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .book-refer-gift-wrapper-mobile .icon-wrapper {
        max-width: 20px;
        width: 100%;
    }

    .book-refer-gift-wrapper-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        background: #FFF;
        box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
    }

    .book-refer-mobile {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .book-refer-mobile span {
        color: #949494;
        font-family: Manrope;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .book-refer-gift-wrapper-mobile .book-wrapper {
        order: unset;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: -40px;
    }

    .book-refer-gift-wrapper-mobile .book-wrapper span {
        color: #7AC80B;
        font-family: Manrope;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-reverse-flex {
        flex-direction: column-reverse;
    }

    .how-we-enter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
        align-items: stretch;
        border: 1.573px solid rgba(148, 148, 148, 0.20);
        margin: 0 18px;
    }

    .how-we-enter .card-images-wrapper {
        border: none;
        padding: 10px 0;
        gap: 10px;
    }

    .anything-else {
        border: 1px solid rgba(148, 148, 148, 0.20);
        margin: 0 18px;
    }

    .anything-else h5 {
        margin: 0;
    }

    .summary {
        border: 1px solid #94949433;
        margin: 0 18px;
        gap: 6px;
    }

    .complete-booking {
        margin: 0 18px;
    }

    .how-often {
        border: 1px solid #E0E0E0;
        background-color: #F9F9F9;
        height: 134px;
        margin: 0 18px;
        padding: 18px 0;
    }

    .how-often h5 {
        padding: 0 0 0 18px;
    }

    .how-often-wrapper .radio-wrapper .form-check-label {
        font-size: 10px;
    }

    .w-24 {
        width: 24px;
        height: 24px;
    }

    .message-wrapper {
        border: 1px solid rgba(148, 148, 148, 0.20);
    }

    .message-wrapper p {
        font-size: 14px;
    }

    .add-ons {
        padding: 0;
    }
}

@media screen and (max-width: 380px) {
    .score-content-right {
        max-width: 100%;
    }

    .score-content-left {
        max-width: 100%;
    }

    .giftcardmoenyvalue button:nth-child(1) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
        font-size: 16px;
        font-weight: 500;
    }

    .giftcardmoenyvalue button:nth-child(2) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;

    }

    .giftcardmoenyvalue button:nth-child(3) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;

    }

    .mobiles-d-none {
        display: none !important;
    }

    .hiring-box-logo {

        left: 5.7rem;
        bottom: 104rem;
    }

    .hiring-page-dropdown-card {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hiring-page-dropdown {
        border-radius: 0px;
    }

    .giftcard-reedmnow-mobile {
        width: 100% !important;
        position: fixed !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }

    .bluemember-topbar {
        height: 140px !important;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .bluemember-main-section div>div {
        top: 10px !important;
    }

    .innner-content {
        padding: 0 !important;
    }

    .booking-footer {
        left: 10px !important;
    }

    .giftcard-bottomsection .header {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media screen and (max-width: 576px) {
    .profitlosssupdate {
        margin-bottom: 0rem !important;
    }

    .Benifits-screen-page-left-side-top {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 1.5rem !important;
    }

    .Active-booking-card {

        margin-bottom: 0rem !important;
        border-radius: 0 !important;
    }

    .score-content-right {
        max-width: 100%;
    }

    .score-content-left {
        max-width: 100%;
    }

    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 200px !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        left: 86px;
    }

    .Hiringfirst:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsecond:hover .dropdown-content1 {
        display: block;

    }

    .Hiringthird:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfourth:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfive:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsix:hover .dropdown-content1 {
        display: block;

    }

    .giftcardmoenyvalue button:nth-child(1) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .giftcardmoenyvalue button:nth-child(2) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .giftcardmoenyvalue button:nth-child(3) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .mobiles-d-none {
        display: none !important;
    }

    .timeupdate {
        border-radius: 0px !important;
    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 135px !important;
        position: relative !important;
        left: 12rem !important;
        bottom: 57rem !important;
        width: fit-content !important;
    }

    .timeupdate div {
        padding-left: 2rem !important;
    }

    .headingchangeasperMobile {
        padding-bottom: 1px;
        box-shadow: 1px 1px 1px 1px #0000005e;
        border-radius: 0px;
        margin-bottom: 0px !important;
    }

    .headingchangeasperMobileView {
        box-shadow: 0px 5px 7px -2px #0000002b;
        border-radius: 0px;
    }

    .giftcard-termscondition {
        margin-bottom: 42px !important;

    }

    .hiring-box-logo {
        left: 7rem;
        bottom: 104rem;
    }

    .hiring-page-dropdown-card {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hiring-page-dropdown {
        border-radius: 0px;
    }

    .dropdown-receipts {
        max-width: 50% !important;
    }

    .buttonsubmitinreceipts {

        width: 45% !important;

    }

    .giftcard-bottomsection .header {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .giftcard-reedmnow-mobile {
        width: 100% !important;
        position: fixed !important;
        right: 0px !important;
        bottom: 0px !important;
        border-radius: 0px !important;
    }

    .GiftCardSection .card {
        width: 100% !important;
        height: 100% !important;
    }

    .customize-clean .img-wrapper {
        max-width: calc((100% / 4) - 6px);
        width: 100%;
        height: 100%;
    }

    .bluemember-topbar {
        width: 100% !important;
        left: 0 !important;
        border-radius: 0px;
        height: 155px !important;
    }

    .bluemember-main-section div>div {
        left: 0 !important;
        width: 100% !important;
        margin-left: 0px;
        border-radius: 0px;

    }


    .booking-footer p {
        padding-right: 25px;
        padding-left: 25px;
    }

    .bluemember-main-section div>div>div {
        text-align: center !important;
        padding: 0;

    }

    .bluemember-main-section div>div .align-self-center {
        margin-bottom: 45px;
    }

    .booking-footer {
        max-width: 100% !important;
        text-align: -webkit-center !important;
        left: 90px !important;
    }
}

.bluemember-topbar {
    width: 672px;
    height: 122px;
    left: 13rem;
    background: var(--secondary-color);
}

.bluemember-topbar .heading-wrrapper h4 {
    color: #fff;
    line-height: 54.64px;
    font-size: 40px;
    font-weight: 800;
}

.bluemember-topbar .heading-wrrapper h4 span {
    color: var(--theam-blue);
}

.bluemember-main-section div>div {
    left: 250px;
    width: 590px;
    bottom: 24px;

}

.bluemember-main-section {
    min-width: 100% !important;

}

.bluemember-main-section div>div>button {
    display: flex;
    border: 1px solid #9494944d;
    border-radius: 8px;
    gap: 10px;
}

.bluemember-main-section div>div>button>img {
    width: 28px;
    height: 28px;
}



.bluemember-main-section div>div>button>span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.bluemember-main-section div>div>div {
    color: #0387EC;
}

.booking-footer {
    width: 315px !important;
    height: 55px;
    left: 400px;
    position: relative;
}

.booking-footer .btn {
    border-radius: 40px;
    width: 315px;
}

.booking-footer p {
    line-height: 13.66px;
    text-align: center;
    color: #656565;
    font-size: 10px;
}

.booking-footer p span {
    color: #FF0000;
}

.innner-content {

    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 0;
}

.innner-content .selected {
    border: 2px solid #0387EC;
    border-radius: 10px;
    margin: 7px;

}

.innner-content div {
    border: 2px solid #AAAAAA33;
    border-radius: 10px;
    margin: 7px;

}

.innner-content div>span {
    border: 2px solid #0387EC;
    border-radius: 40px;
    gap: 10px;
    padding: 6px 16px 6px 16px;
    background: #0387EC;
    color: #FFFFFF;
    line-height: 16.39px;
    font-size: 12px;
    font-weight: 600;
    bottom: 22px;
    position: relative;
}

.innner-content .incomeyear-select {
    font-size: 12px;
    line-height: 16.39px;
    font-weight: 600;
}

.innner-content .incomeyear {
    font-size: 12px;
    line-height: 16.39px;
    font-weight: 600;
    color: #949494;
}

.innner-content .billing {
    font-size: 12px;
    line-height: 16.39px;
    font-weight: 600;
    color: #000000;
}

.innner-content .rate {
    font-size: 18px;
    font-weight: 800;
    line-height: 24.59px;
    color: #000000;
}

.innner-content .secondselected {
    padding-top: 22px;
}

.innner-content .form-check-input:checked[type=radio] {
    background: #0387EC;
    border: 3px solid #EAEAEA;
    box-shadow: none;
}

.bill-details section>p>input {
    width: 22px;
    height: 22px;
}

.innner-content .form-check-input[type=radio] {
    border-radius: 50%;
    border: 3px solid #EAEAEA;
    box-shadow: none;

}

.bluemember-main-section div>div>div>a {
    font-weight: 600;
}

.vl {
    border-left: 1px solid green;
    height: 100px;
    width: fit-content;
    position: relative;
    bottom: 115px;
    left: 14rem;
}


.timeupdate {
    margin-right: 0px;

    padding: 10px;
    background: black;
    border-radius: 8px;
    color: #fff;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.timeupdate div>p {
    font-size: 18px;
}

.timeupdate div>p:nth-child(3) {
    margin-bottom: 0;
}

.timeupdate div {
    padding-left: 4rem;
}

.timeupdate div {
    line-height: 16px;
}

.middlesectiondropdown {
    padding: 10px;
}

.middlesectiondropdown .card-text {
    font-weight: 600;
}

.summeryfirst p:nth-child(2) {
    margin-bottom: 0;
}

.summerytime {
    margin-bottom: 0;

}

.summerycards .summerychanged {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;

}

.summerycards .summerytitle {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

}

.summerycards .summerytime {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.summerycards .inner-card {
    background-color: #0387EC;
    border: 1px solid #0387EC;
}

.summerysection {
    padding: 10px;
}

.summerycards-footer {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
}

.summerycards-footer .blue-background {
    width: 210px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #0387EC;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.summerycards-footer .green-background {
    width: 210px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #7AC80B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;

}


/* profit& Loss */

.profitlosssupdate {
    padding: 10px;
    background: black;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 1.5rem;
}

.profitlosssupdate div {
    line-height: 16px;
}

.profitlosssupdate div>p {
    font-size: 18px;
}

.profitlosssupdate div>span>p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 18px;
}

.profitlosssupdatecards .summerychanged {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.profitlosssupdatecards .summerytitle {
    font-weight: 700;
    color: #000000;
    padding-left: 6px;


}


.profitlosssupdatemobile {
    font-size: 16px;
    font-weight: 600;
}

.profitlosssupdatecards-footer .green-background {
    width: 140px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #7AC80B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.profitlosssupdatecards-footer .blue-background {
    width: 140px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #0387EC;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.profitlosssupdatecards-footer .purple-background {
    width: 180px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #AC25FF;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    background-color: #AC25FF;
}




.GiftCardSection .card {
    width: 480px;
    height: 640px;
    margin: 0 auto;
    float: none;
}



.giftcard-bottomsection .header {
    padding-left: 60px;
    padding-right: 60px;
}

.giftcard-bottomsection .header h4 {
    font-size: 24px;
    font-weight: 600;
}

.giftcard-bottomsection .header p {
    font-size: 16px;
    font-weight: 500;
    color: #949494;
}

.giftcard-bottomsection .header p>span {
    color: #007FE0;
}

.giftcard-bottomsection-button .btn {
    width: 282px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #7AC80B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.giftcard-reedam {
    font-size: 16px;
    color: #949494;
    font-weight: 500;
}

.giftcard-secretcode {

    height: 54px;
    width: 328px;
    border-radius: 32px;
    border: 1px dashed;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.giftcard-termscondition {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.giftcard-reedmnow {
    height: 56px;
    width: 328px;
    border-radius: 50px;
    color: #FFFFFF;
    border: 1px solid #007FE0;
}

.giftcard-reedmnow:hover {

    color: #FFFFFF;
}

.giftcard-reedmnow img {
    width: 19px;
    height: 19px;
}

.giftcardname {
    padding-right: 114px;
    margin-bottom: 0px;
}

.receipants-phone span,
.choose-receipants span {
    border-right: none;
    background: #fff;
}

.receipants-phone input,
.choose-receipants input {
    border-left: none;
    height: 56px;
}

.purchase-review input {
    border-right: none;
}

.purchase-review button {
    border: 1px solid #ced4da;
    border-left: none;
}

.purchase-review {
    height: 56px;
}

.chooce-delievry-date .input-group-prepend label {
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    background: #fff;
    height: 56px;

}

.chooce-delievry-date .input-group-prepend {
    border-right: none;
}

.chooce-delievry-date select {
    border-left: none;
}

.choose-receipants .input-group-prepend label {
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    height: 56px;
    background: #fff;
}

.choose-receipants select {
    border-left: none;
    height: 56px;
}

.add-message textarea {
    height: 74px;
}

.giftcardmoenyvalue {
    height: 54px;
    padding: 0px !important;
    border: 1px solid #ced4da;
    background: #fff !important;
}

.giftcardmoenyvalue button:nth-child(1) {
    background: none;
    border-right: 1px solid #ced4da;
    width: inherit;

    border-radius: 0px;
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.giftcardmoenyvalue button:nth-child(1) span {
    background: #fff;
    padding: 12px;
    margin-left: 4px;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 25px;
}

.giftcardmoenyvalue button:nth-child(2) {
    background: none;
    border-right: 1px solid #ced4da;

    border-radius: 0px;
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.giftcardmoenyvalue button:nth-child(2) span {
    background: #fff;
    padding: 12px;
    margin-left: 4px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 25px;
}

.giftcardmoenyvalue button:nth-child(3) {
    background: none;

    border-radius: 0px;
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.giftcardmoenyvalue button:nth-child(3) span {
    background: #fff;
    padding: 12px;
    margin-left: 4px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 25px;
}

.giftcardmoenyvalue button:nth-child(4) {
    background: none !important;
    padding-left: 0px !important;
    padding-right: 3px !important;
}

.giftcardmoenyvalue button:nth-child(4) span {
    background: #007FE0;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    color: #fff;
    padding: 12px;
    margin-left: 4px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 38px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.giftcardmoneyLabelFirst,
.giftcardmoneyLabelFourth {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #212121;
}

.giftcardmoneyLabelSecond,
.giftcardmoneyLabelThird {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #212121;
}

.giftcardmoneyLabelFive {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.giftcardMoneyTermsCondition {
    align-self: center;
    font-size: 14px;
    font-weight: 500;
}

.chooce-delievry-date {
    height: 56px;
}

.purchase-review button img {
    height: 25px;
    vertical-align: -webkit-baseline-middle;
    width: 74px;
}

.purchase-review button {
    width: 30%;
}



.buttonsubmitinreceipts {
    border-radius: 4px;
    background: #FFF;
    max-width: 190px;
    width: 100%;
    height: 40px;
    position: relative;
}

.buttonsubmitinreceipts button,
.buttonsubmitinreceipts button:hover {
    color: #ffffff;

}


.upload-image-receipt {
    height: 115.03px;
    width: 131.46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #0387EC;
    border-radius: 9.39px;
    background: #0387ec30;
}

.upload-third-receipts {
    height: 115.03px;
    width: 131.46px;
}

.upload-third-receipts {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.upload-third-receipts .inner-upload img {
    height: 18px;
    margin-top: 3px;
}

.upload-image-receipt .inner-upload p {
    color: #0387EC;
    font-size: 16px;
    font-weight: 700;

}

.upload-third-receipts .inner-upload {
    height: 24px;
}

.upload-third-receipts .inner-upload p {
    font-size: 16px;
    font-weight: 600;
    color: #0387EC;
}

.receipt-All-more-item h4>img {
    width: 25px;

}

.recent-receipt-inner {
    display: flex;
    justify-content: space-between;
}

.receipt-recent-badgetag div {
    padding-right: 20px;
    max-width: 160px;

}

.receipt-recent-badgetag span {
    color: #000000;
}

.receipt-recent-badgetag-second div {
    padding: 8px;
    padding-right: 15px;
    padding-left: 15px;
    background: #ff00001c;
    max-width: 160px;

}

.receipt-recent-badgetag-second img {
    width: 18px;
    height: 18px;
}

.receipt-recent-badgetag-second span {
    color: #FF0000;
}

.recent-recepipt-status span {
    color: #7AC80B;


}

.receipt-All-more-item h4 {
    color: #0387EC;
    font-size: 18px;

}

.receipt-All-more-item img {
    height: 8px;
    width: 16px !important;
    margin-left: 4px;
}

.rececipts-submitbuttonreason button {
    border-radius: 32px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding-right: 18px;
    padding-left: 18px;
}

.rececipts-reasons-timestamp {
    color: #656565 !important;
}

.receiptsleft .form-select {
    border: 1px solid #E0DFE3;
}

.receiptsleft h6 {
    font-size: 16px;
    font-weight: 700;
}

.dropdown-receipts {
    max-width: 230px;
}

.upload-image-receipt .inner-upload {
    text-align-last: center;
}

.upload-image-receipt img {
    height: 38px;
    width: 38px;
}

.HiringPage-timeupdate {
    margin-right: 0px;
    padding: 10px;
    background: black;
    color: #fff;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 300px;
}

.hiringPage-Title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.hitiingPage-Image {
    text-align: center;
}

.hitiingPage-Image img {
    height: 169px;
    width: 115px;
}

.hiring-middle-photo {
    box-shadow: 0px 5px 2px 1px #a4a9b624;
    border: 1px solid #a4a9b624;

}

.photo-multiple-hiring {
    text-align-last: center;
}

.photo-multiple-hiring span {
    font-size: 16px;
    font-weight: 600;
}

.photo-multiple-hiring img {
    width: -webkit-fill-available !important;
    height: auto;
}

.grid-hiring-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.hiring-middle-photo p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #0387EC;
}

.hiring-middle-photo img {
    width: fit-content;
    height: auto;
    align-self: center;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.hiring-page-dropdown div {
    background: #fff;
    border: 1px solid #fff;

}

.hiring-page-dropdown .hiring-page-dropdown-first {
    margin-top: 130px;
}

.hiring-page-dropdown {
    background: #0387EC;
    margin-top: 114px !important;

}

.hiring-page-dropdown div>div>div {
    color: #0387EC;
}

.hiring-box-logo {
    width: 200px;
    /* padding: 9px; */
    /* aspect-ratio: 1; */
    /* clip-path: polygon(98.75% 61.13%,71.69% 95.05%,28.31% 95.05%,1.25% 61.13%,10.91% 18.83%,50.00% 0.00%,89.09% 18.83%); */
    background: transparent !important;
    border: none !important;
    position: relative;
    left: -24rem;
    bottom: 0rem;


}

.main-wrapper-hiringPage {
    background: #e6f1f730;
    padding: 20px;
    border-radius: 10px;
}

.main-wrapper-hiringPage .row .col {
    background: #fff;
}

.main-wrapper-hiringPage #calendar-table #table-body {
    margin-top: 10px;

}

.main-wrapper-hiringPage #calendar-table #table-body .empty-day {
    background-color: #fff;
}



.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(1) .col:nth-child(1),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(1) .col:nth-child(2),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(1) .col:nth-child(3),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(1) .col:nth-child(4),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(1) .col:nth-child(5),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(1) .col:nth-child(6),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(3) .col:nth-child(4),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(3) .col:nth-child(5),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(3) .col:nth-child(6),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(4) .col:nth-child(2),
.main-wrapper-hiringPage #calendar-table #table-body .row:nth-child(4) .col:nth-child(3) {
    background-color: #fff;
    color: var(--secondary-color);
}

.hiring-timing-schedule {
    align-self: center;
}

.hiring-timing-schedule button {
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.hiring-timing-schedule button>img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    vertical-align: text-top;
}

.hiring-button-submit .green-background {
    width: 210px;
    height: 55px;
    border-radius: 44px;
    border: 1px solid #7AC80B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.hiriing-page-content-right .hiriing-page-heading {
    font-size: 24px;
    font-weight: 700;
}

.hiriing-page-content-right .hiriing-page-datetime {
    font-size: 21px;
    font-weight: 700;
}


.hiring-page-nombre {
    width: 340px;
    align-self: center;
    border: 1px solid;
    box-shadow: 0px 4px 1px 0px #0000000a;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.hiring-page-necesita {
    font-size: 16px;
    font-weight: 700;
}

.hiring-page-necesita div>label {
    font-weight: 600;
}

@media only screen and (max-width: 375px) and (min-width: 280px) {
    .hiring-box-logo {
        left: 5.7rem;
        bottom: 105rem;

    }
}

@media only screen and (max-width: 376px) and (min-width: 374px) {
    .time-off-iamge {
        width: 95px !important;
        position: absolute !important;
        left: 2rem !important;
        top: 2rem !important;
    }

    .benefits-image {
        width: 95px !important;
        position: absolute !important;
        left: 9rem !important;
        top: 2rem !important;
    }

    .payemt-image {
        width: 95px !important;
        position: absolute !important;
        left: 16rem !important;
        top: 2rem !important;
    }

    .viewall-image {
        width: 40px !important;
        position: absolute !important;
        top: 7.5rem !important;
        left: 10.5rem !important;
    }
}

@media only screen and (max-width: 576px) and (min-width: 375px) {
    .hiring-box-logo {
        left: 7rem;
        bottom: 103rem;

    }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .hiring-box-logo {
        left: 18rem;
        bottom: 103rem;
    }
}

@media only screen and (max-width: 542px) and (min-width: 535px) {
    .timeupdate div {
        padding-left: 5rem !important;
    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 135px !important;
        position: relative !important;
        left: 17rem !important;
        bottom: 57rem !important;
        width: fit-content !important;
    }
}

@media only screen and (max-width: 282px) and (min-width: 275px) {
    .time-off-iamge {
        width: 70px !important;
        position: absolute !important;
        left: 1rem !important;
        top: 1rem !important;
    }

    .benefits-image {
        width: 70px !important;
        position: absolute !important;
        left: 6.5rem !important;
        top: 1rem !important;
    }

    .payemt-image {
        width: 70px !important;
        position: absolute !important;
        left: 195px !important;
        top: 1rem !important;
    }

    .viewall-image {
        width: 35px !important;
        position: absolute !important;
        top: 5.2rem !important;
        left: 7.5rem !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 80px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 18px !important;
        position: absolute !important;
        top: 28px !important;
        left: 15px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 52px !important;
        left: 35px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 105px !important;
        padding-top: 5px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 18px !important;
        position: absolute !important;
        top: 18px !important;
        left: 131px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 54px !important;
        left: 97px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 80px !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 18px !important;
        position: absolute !important;
        top: 26px !important;
        left: 245px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 54px !important;
        right: 26px !important;
    }

    .Application-Active-booking-dropdown-first {
        max-width: 100%;
        width: 100%;
    }

    .Application-Active-booking-dropdown-second {
        max-width: 100%;
        width: 100%;
    }

    .score-right-section-circle-main-section p {
        margin-left: 14px !important;

    }

    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 100px !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        left: 100px;
    }

    .Hiringfirst:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsecond:hover .dropdown-content1 {
        display: block;

    }

    .Hiringthird:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfourth:hover .dropdown-content1 {
        display: block;

    }

    .Hiringfive:hover .dropdown-content1 {
        display: block;

    }

    .Hiringsix:hover .dropdown-content1 {
        display: block;

    }

    .vertical {
        border-left: 1px solid #fff !important;
        height: 149px !important;
        position: relative !important;
        left: 9rem !important;
        bottom: 58rem !important;
        width: fit-content !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .giftcardmoenyvalue {
        height: 50px !important;
        padding: 0px !important;
        border: 1px solid #ced4da;
        background: #fff !important;
    }

    .giftcardmoenyvalue button:nth-child(1) {
        background: none;
        border-right: 1px solid #ced4da;
        width: unset !important;
        border-radius: 0px;
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .giftcardmoenyvalue button:nth-child(4) span {
        background: #007FE0;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
        color: #fff;
        padding-bottom: 12px;
        margin-left: 4px;
        padding-left: 65px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 65px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        padding-top: 0px;
        padding-top: 6px;


    }

    .giftcardmoenyvalue button:nth-child(2) span {
        background: #fff;
        padding: 0px;
        margin-left: 4px;
        padding-left: 80px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 80px;
    }

    .giftcardmoenyvalue button:nth-child(1) span {
        background: #fff;
        padding: 0px;
        margin-left: 4px;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
        padding-left: 80px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 80px;
    }

    .giftcardmoenyvalue button:nth-child(3) span {
        background: #fff;
        padding-top: 0px;
        margin-left: 4px;
        vertical-align: -webkit-baseline-middle !important;
        padding-left: 70px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 70px;

    }

    .hiring-box-logo {
        left: 18rem;
        bottom: 103rem;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 991px) {
    .hiring-box-logo {
        left: -22.5rem;
        bottom: 2rem;
    }
}

@media only screen and (max-width: 576px) and (min-width: 540px) {
    .hiring-box-logo {
        left: 11rem;
        bottom: 103rem;
    }
}

.vertical {
    border-left: 1px solid #fff9;
    height: 122px;
    position: relative;
    left: -18rem;
    bottom: 20.5rem;
    width: fit-content;
}

.vertical1 {
    border-left: 1px solid #ffffff96;
    height: 165px;
    position: relative;
    left: -14rem;
    bottom: 15.7rem;
    width: fit-content;
}

.vertical2 {
    border-left: 1px solid #ffffff96;
    height: 175px;
    position: relative;
    left: -24rem;
    bottom: 26.8rem;
    width: fit-content;
}

.vertical3 {
    border-left: 1px solid #ffffff96;
    height: 120px;
    position: relative;
    left: -11rem;
    bottom: 36.8rem;
    width: fit-content;
}

.vertical4 {
    border-left: 1px solid #ffffff96;
    height: 120px;
    position: relative;
    left: -19rem;
    bottom: 45.4rem;
    width: fit-content;
}

.border-gray-first {
    border-bottom: 1px solid #ffffff8f;
}

.border-gray-second {
    border-bottom: 1px solid #ffffff8f;
}

@media only screen and (max-width: 376px) and (min-width: 372px) {
    .snapshot-section-rectangle-left-image {
        width: 95px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 28px !important;
        position: absolute !important;
        top: 30px !important;
        left: 30px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 65px !important;
        left: 60px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 130px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 26px !important;
        position: absolute !important;
        top: 15px !important;
        left: 178px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 64px !important;
        left: 145px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 90px !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px !important;
        position: absolute !important;
        top: 28px !important;
        left: 319px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 64px !important;
        right: 43px !important;
    }

    .vertical2 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 15.2rem;
        bottom: 82.5rem;
        width: fit-content
    }

    .vertical1 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 7.5rem;
        bottom: 69.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 15.2rem;
        bottom: 96.2rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 7.5rem;
        bottom: 87.7rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 420px) and (min-width: 410px) {
    .time-off-iamge {
        width: 120px !important;
        position: absolute !important;
        left: 1rem !important;
        top: 1rem !important;
    }

    .benefits-image {
        width: 120px !important;
        position: absolute !important;
        left: 9rem !important;
        top: 1rem !important;
    }

    .payemt-image {
        width: 120px !important;
        position: absolute !important;
        left: 17rem !important;
        top: 1rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 7.5rem !important;
        left: 11rem !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 28px !important;
        position: absolute !important;
        top: 40px !important;
        left: 19px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 85px !important;
        left: 55px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 26px !important;
        position: absolute !important;
        top: 15px !important;
        left: 200px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 85px !important;
        left: 165px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px !important;
        position: absolute !important;
        top: 40px !important;
        left: 370px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 85px !important;
        right: 45px !important;
    }

    .Application-Active-booking-dropdown-first {
        max-width: 100%;
        width: 100%;
    }

    .Application-Active-booking-dropdown-second {
        max-width: 100%;
        width: 100%;
    }

    .vertical2 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 16.5rem;
        bottom: 81.8rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 8.7rem;
        bottom: 69.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 16.5rem;
        bottom: 96.3rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 8.7rem;
        bottom: 87.7rem;
        width: fit-content;
    }

}

@media only screen and (max-width: 395px) and (min-width: 385px) {
    .snapshot-section-rectangle-left-image {
        width: 95px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 22px !important;
        position: absolute !important;
        top: 33px !important;
        left: 33px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 70px !important;
        left: 60px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 135px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 26px !important;
        position: absolute !important;
        top: 17px !important;
        left: 185px !important;
    }


    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 70px !important;
        left: 156px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 95px !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px !important;
        position: absolute !important;
        top: 30px !important;
        left: 330px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 70px !important;
        right: 50px !important;
    }

    .time-off-iamge {
        width: 115px !important;
        position: absolute !important;
        left: 1rem !important;
        top: 1rem !important;
    }

    .benefits-image {
        width: 115px !important;
        position: absolute !important;
        left: 9rem !important;
        top: 1rem !important;
    }

    .payemt-image {
        width: 115px !important;
        position: absolute !important;
        left: 17rem !important;
        top: 1rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 7rem !important;
        left: 10rem !important;
    }

    .vertical2 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 15.7rem;
        bottom: 81.8rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 7.5rem;
        bottom: 69.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 7rem;
        bottom: 96.4rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 15.5rem;
        bottom: 87.8rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 435px) and (min-width: 425px) {
    .snapshot-section-rectangle-left-checked-image {
        width: 28px !important;
        position: absolute !important;
        top: 40px !important;
        left: 28px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 85px !important;
        left: 65px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 85px !important;
        right: 55px !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px !important;
        position: absolute !important;
        top: 40px !important;
        left: 380px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 85px !important;
        left: 175px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 26px !important;
        position: absolute !important;
        top: 20px !important;
        left: 205px !important;
    }

    .time-off-iamge {
        width: 115px !important;
        position: absolute !important;
        left: 1rem !important;
        top: 1rem !important;
    }

    .benefits-image {
        width: 115px !important;
        position: absolute !important;
        left: 10rem !important;
        top: 1rem !important;
    }

    .payemt-image {
        width: 115px !important;
        position: absolute !important;
        left: 19rem !important;
        top: 1rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 7.5rem !important;
        left: 11.5rem !important;
    }

    .vertical2 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 17rem;
        bottom: 81.8rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 8.8rem;
        bottom: 69.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 7rem;
        bottom: 95.1rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 16.5rem;
        bottom: 86.8rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 370px) and (min-width: 350px) {
    .snapshot-section-rectangle-left-checked-image {
        width: 28px !important;
        position: absolute !important;
        top: 34px !important;
        left: 28px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 70px !important;
        left: 60px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 72px !important;
        right: 50px !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 95px !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 95px !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px !important;
        position: absolute !important;
        top: 30px !important;
        left: 305px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 72px !important;
        left: 140px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 120px !important;
        padding-top: 1rem !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 26px !important;
        position: absolute !important;
        top: 26px !important;
        left: 170px !important;
    }

    .time-off-iamge {
        width: 100px !important;
        position: absolute !important;
        left: 1rem !important;
        top: 0.5rem !important;
    }

    .benefits-image {
        width: 105px !important;
        position: absolute !important;
        left: 7.9rem !important;
        top: 0.5rem !important;
    }

    .payemt-image {
        width: 105px !important;
        position: absolute !important;
        left: 15rem !important;
        top: 0.5rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 6.2rem !important;
        left: 9rem !important;
    }

    .vertical2 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 14rem;
        bottom: 81.8rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #ffffff96;
        height: 185px;
        position: relative;
        left: 7rem;
        bottom: 69.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 7rem;
        bottom: 98.5rem;
        width: fit-content;

    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 120px;
        position: relative;
        left: 14.5rem;
        bottom: 89.8rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 770px) and (min-width: 765px) {
    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 40px !important;
        position: absolute !important;
        top: 45px !important;
        left: 75px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 115px !important;
        left: 130px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 40px !important;
        position: absolute !important;
        top: 22px !important;
        left: 365px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 115px !important;
        left: 350px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 35px !important;
        position: absolute !important;
        top: 40px !important;
        left: 665px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 120px !important;
        right: 115px !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 215px !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 165px !important;
    }

    .time-off-iamge {
        width: 175px !important;
        position: absolute !important;
        left: 4rem !important;
        top: 4rem !important;
    }

    .benefits-image {
        width: 175px !important;
        position: absolute !important;
        left: 18rem !important;
        top: 4rem !important;
    }

    .payemt-image {
        width: 175px !important;
        position: absolute !important;
        left: 32rem !important;
        top: 4rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 15.5rem !important;
        left: 22rem !important;
    }

    .Application-Responsive-Active-booking-card-filter div {
        max-width: 100%;
    }

    .vertical1 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 30rem;
        bottom: 68.8rem;
        width: fit-content;
    }

    .vertical2 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 14rem;
        bottom: 80.7rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 30rem;
        bottom: 85.8rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 14rem;
        bottom: 96.7rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 830px) and (min-width: 810px) {
    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 40px !important;
        position: absolute !important;
        top: 45px !important;
        left: 75px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 115px !important;
        left: 130px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 40px !important;
        position: absolute !important;
        top: 22px !important;
        left: 365px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 115px !important;
        left: 350px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 35px !important;
        position: absolute !important;
        top: 40px !important;
        left: 665px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 120px !important;
        right: 115px !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 215px !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 165px !important;
    }

    .time-off-iamge {
        width: 175px !important;
        position: absolute !important;
        left: 4rem !important;
        top: 4rem !important;
    }

    .benefits-image {
        width: 175px !important;
        position: absolute !important;
        left: 18rem !important;
        top: 4rem !important;
    }

    .payemt-image {
        width: 175px !important;
        position: absolute !important;
        left: 32rem !important;
        top: 4rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 15.5rem !important;
        left: 22rem !important;
    }

    .vertical1 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 30rem;
        bottom: 68.7rem;
        width: fit-content;
    }

    .vertical2 {
        border-left: 1px solid #ffffff96;
        height: 162px;
        position: relative;
        left: 14rem;
        bottom: 79.8rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 30rem;
        bottom: 86.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 13rem;
        bottom: 97.8rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 855px) and (min-width: 850px) {
    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 40px !important;
        position: absolute !important;
        top: 45px !important;
        left: 75px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 115px !important;
        left: 130px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 40px !important;
        position: absolute !important;
        top: 22px !important;
        left: 380px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 115px !important;
        left: 350px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 35px !important;
        position: absolute !important;
        top: 40px !important;
        left: 685px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 120px !important;
        right: 115px !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 215px !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 165px !important;
    }

    .time-off-iamge {
        width: 175px !important;
        position: absolute !important;
        left: 5rem !important;
        top: 4rem !important;
    }

    .benefits-image {
        width: 175px !important;
        position: absolute !important;
        left: 19.5rem !important;
        top: 4rem !important;
    }

    .payemt-image {
        width: 175px !important;
        position: absolute !important;
        left: 34rem !important;
        top: 4rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 16.5rem !important;
        left: 23rem !important;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 30rem;
        bottom: 86.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 162px;
        position: relative;
        left: 13rem;
        bottom: 97.8rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 920px) and (min-width: 910px) {
    .resposive-adjustance-home-cleaner {
        padding-bottom: 160px !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-left-checked-image {
        width: 40px !important;
        position: absolute !important;
        top: 45px !important;
        left: 85px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 115px !important;
        left: 130px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 40px !important;
        position: absolute !important;
        top: 22px !important;
        left: 410px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 115px !important;
        left: 385px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 35px !important;
        position: absolute !important;
        top: 40px !important;
        left: 740px !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 120px !important;
        right: 130px !important;
    }

    .snapshot-section-rectangle-left-image {
        width: 165px !important;
    }

    .snapshot-section-rectangle-middle-image {
        width: 215px !important;
    }

    .snapshot-section-rectangle-right-image {
        width: 165px !important;
    }

    .time-off-iamge {
        width: 175px !important;
        position: absolute !important;
        left: 6rem !important;
        top: 4rem !important;
    }

    .benefits-image {
        width: 175px !important;
        position: absolute !important;
        left: 21rem !important;
        top: 4rem !important;
    }

    .payemt-image {
        width: 175px !important;
        position: absolute !important;
        left: 36rem !important;
        top: 4rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 18.5rem !important;
        left: 25rem !important;
    }

    .vertical2 {
        border-left: 1px solid #ffffff;
        height: 185px;
        position: relative;
        left: 34rem;
        bottom: 81.8rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #ffffff;
        height: 185px;
        position: relative;
        left: 16rem;
        bottom: 69.7rem;

        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 185px;
        position: relative;
        left: 32rem;
        bottom: 98.8rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 185px;
        position: relative;
        left: 15rem;
        bottom: 86.7rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 550px) and (min-width: 530px) {
    .snapshot-section-rectangle-left-aim-image {
        width: 26px;
        position: absolute;
        top: 20px;
        left: 260px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute;
        top: 85px;
        left: 230px !important;
        text-align: center;
        color: #fff;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px;
        position: absolute;
        top: 40px;
        left: 465px !important;
    }

    .time-off-iamge {
        width: 127px;
        position: absolute;
        left: 3rem !important;
        top: 2rem;
    }

    .benefits-image {
        width: 127px;
        position: absolute;
        left: 13rem !important;
        top: 2rem;
    }

    .payemt-image {
        width: 127px;
        position: absolute;
        left: 23rem !important;
        top: 2rem;
    }

    .viewall-image {
        width: 57px;
        position: absolute;
        top: 10.5rem !important;
        left: 15rem !important;
    }

    .Applications-headertopbar {
        width: 14% !important;
    }

    .giftcardmoenyvalue button:nth-child(1) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .giftcardmoenyvalue button:nth-child(2) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 60px !important;
        padding-left: 35px !important;
    }

    .giftcardmoenyvalue button:nth-child(3) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 35px !important;
        padding-left: 10px !important;
    }

    .vertical2 {
        border-left: 1px solid #fff;
        height: 185px;
        position: relative;
        left: 10.5rem;
        bottom: 82.8rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #fff;
        height: 185px;
        position: relative;
        left: 21rem;
        bottom: 69.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #fff;
        height: 185px;
        position: relative;
        left: 10.5rem;
        bottom: 97.8rem;
        width: fit-content;

    }

    .vertical3 {
        border-left: 1px solid #fff;
        height: 185px;
        position: relative;
        left: 21rem;
        bottom: 85.7rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 281px) and (min-width: 276px) {
    .galagy-fold-responsive-adjust-benefit-screen-heading {
        font-size: 12px;
    }

    .time-off-iamge {
        width: 70px !important;
        position: absolute !important;
        left: 1rem !important;
        top: 1rem !important;
    }

    .benefits-image {
        width: 70px !important;
        position: absolute !important;
        left: 6.5rem !important;
        top: 1rem !important;
    }

    .payemt-image {
        width: 70px !important;
        position: absolute !important;
        left: 195px !important;
        top: 1rem !important;
    }

    .viewall-image {
        width: 35px !important;
        position: absolute !important;
        top: 5.2rem !important;
        left: 7.5rem !important;
    }

    .Application-Responsive-Active-booking-card-filter {
        display: block;
    }

    .Application-Responsive-Active-booking-card-filter div {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .giftcardmoenyvalue button:nth-child(1) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .giftcardmoenyvalue button:nth-child(2) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .giftcardmoenyvalue button:nth-child(3) span {
        background: #fff;
        padding: 12px;
        margin-left: 4px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .giftcardmoenyvalue button:nth-child(4) span {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .purchase-review button img {
        height: 25px;
        vertical-align: -webkit-baseline-middle;
        width: 85%;
    }

    .giftcard-reedmnow {
        width: 100% !important;
    }

    .vertical2 {
        border-left: 1px solid #fff;
        height: 185px;
        position: relative;
        left: 11.6rem;
        bottom: 84.3rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #fff;
        height: 185px;
        position: relative;
        left: 6.3rem;
        bottom: 71.7rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff;
        height: 140px;
        position: relative;
        left: 5.5rem;
        bottom: 107.4rem;
        width: fit-content;
    }

    .vertical3 {
        border-left: 1px solid #ffffff;
        height: 140px;
        position: relative;
        left: 11rem;
        bottom: 97.8rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .snapshot-section-rectangle-left-checked-image {
        width: 28px !important;
        position: absolute !important;
        top: 42px !important;
        left: 38px !important;
    }

    .home-cleaner-left-section-statusnumber-section-first {
        position: absolute !important;
        top: 85px !important;
        left: 72px !important;
    }

    .snapshot-section-rectangle-left-aim-image {
        width: 26px !important;
        position: absolute !important;
        top: 20px !important;
        left: 230px !important;
    }

    .home-cleaner-left-section-statusnumber-section-second {
        position: absolute !important;
        top: 85px !important;
        left: 200px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .home-cleaner-left-section-statusnumber-section-third {
        position: absolute !important;
        top: 85px !important;
        right: 65px !important;
    }

    .snapshot-section-rectangle-left-redfalg-image {
        width: 24px !important;
        position: absolute !important;
        top: 40px !important;
        left: 415px !important;
    }

    .payemt-image {
        width: 127px !important;
        position: absolute !important;
        left: 20rem !important;
        top: 2rem !important;
    }

    .time-off-iamge {
        width: 127px !important;
        position: absolute !important;
        left: 2rem !important;
        top: 2rem !important;
    }

    .benefits-image {
        width: 127px !important;
        position: absolute !important;
        left: 11rem !important;
        top: 2rem !important;
    }

    .viewall-image {
        width: 57px !important;
        position: absolute !important;
        top: 9rem !important;
        left: 13rem !important;
    }

    .vertical2 {
        border-left: 1px solid #fff;
        height: 175px;
        position: relative;
        left: -21.5rem;
        bottom: 28rem;
        width: fit-content;
    }

    .vertical1 {
        border-left: 1px solid #fff;
        height: 175px;
        position: relative;
        left: -12rem;
        bottom: 15.7rem;
        width: fit-content;
    }

}

@media only screen and (max-width: 1300px) and (min-width: 1270px) {

    .vertical3 {
        border-left: 1px solid #ffffff96;
        height: 120px;
        position: relative;
        left: -10.5rem;
        bottom: 36.8rem;
        width: fit-content;
    }

    .vertical4 {
        border-left: 1px solid #ffffff96;
        height: 120px;
        position: relative;
        left: -19rem;
        bottom: 45.4rem;
        width: fit-content;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 1020px) {

    .vertical3 {
        border-left: 1px solid #ffffff96;
        height: 120px;
        position: relative;
        left: -9.5rem;
        bottom: 36.8rem;
        width: fit-content;
    }


    .vertical4 {
        border-left: 1px solid #ffffff96;
        height: 120px;
        position: relative;
        left: -18rem;
        bottom: 45.4rem;
        width: fit-content;
    }
}

.purchase-review button:hover {
    color: #fff;
    background-color: transparent;

    border: 1px solid #ced4da;
    border-left: none;
}

@media only screen and (max-width: 821px) and (min-width: 767px) {
    .resposive-adjustance-home-cleaner {
        padding-bottom: 140px !important;
    }

    .giftcardmoenyvalue button:nth-child(1) span {
        background: #fff;
        padding: 0px;
        margin-left: 4px;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
        padding-left: 70px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 70px;
    }

    .giftcardmoenyvalue button:nth-child(2) span {
        background: #fff;
        padding: 0px;
        margin-left: 4px;
        padding-left: 70px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 70px;
    }

    .giftcardmoenyvalue button:nth-child(3) span {
        background: #fff;
        padding-top: 0px;
        margin-left: 4px;
        vertical-align: -webkit-baseline-middle !important;
        padding-left: 60px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 60px;
    }

    .giftcardmoenyvalue button:nth-child(4) span {
        background: #007FE0;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
        color: #fff;
        padding-bottom: 12px;
        margin-left: 4px;
        padding-left: 50px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 50px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        padding-top: 0px;
        padding-top: 6px;
    }
}

@media only screen and (max-width: 855px) and (min-width: 850px) {
    .resposive-adjustance-home-cleaner {
        padding-bottom: 140px !important;
    }

    .Application-Responsive-Active-booking-card-filter {
        display: flex !important;
    }

    .Application-Responsive-Active-booking-card-filter div {
        max-width: 50% !important;
    }

    .Applications-headertopbar-responsive-colorsection {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

@media only screen and (max-width: 915px) and (min-width: 910px) {
    .Application-Responsive-Active-booking-card-filter {
        display: flex !important;
    }

    .Application-Responsive-Active-booking-card-filter div {
        max-width: 50% !important;
    }

    .Applications-headertopbar-responsive-colorsection {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

@media only screen and (max-width: 822px) and (min-width: 818px) {
    .Application-Responsive-Active-booking-card-filter {
        display: flex !important;
    }

    .Application-Responsive-Active-booking-card-filter div {
        max-width: 50% !important;
    }

    .Applications-headertopbar-responsive-colorsection {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

@media only screen and (max-width: 542px) and (min-width: 538px) {

    .Application-Responsive-Active-booking-card-filter div {
        max-width: 50% !important;
    }

}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.Hiringfirst:hover .dropdown-content1 {
    display: block;

}

.Hiringsecond:hover .dropdown-content1 {
    display: block;

}

.Hiringthird:hover .dropdown-content1 {
    display: block;

}

.Hiringfourth:hover .dropdown-content1 {
    display: block;

}

.Hiringfive:hover .dropdown-content1 {
    display: block;

}

.Hiringsix:hover .dropdown-content1 {
    display: block;

}

.Active-booking-card {
    border-radius: 8px;
    background: #FFF;
    border: none;
    padding-top: 18px;
    height: fit-content;
    padding-bottom: 18px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 1rem;
}

.Active-booking-card-filter {
    display: -webkit-box !important;

}

.Active-booking-dropdown {
    border-radius: 4px;
    border: 1px solid #E0DFE3;
    background: #FFF;
    max-width: 184px;
    width: 100%;
    height: 40px;
    position: relative;
}

.Active-Booking-calendar #calendar-table #table-body .row:nth-child(1) .col:nth-child(1),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(1) .col:nth-child(2),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(1) .col:nth-child(3),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(1) .col:nth-child(4),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(1) .col:nth-child(5),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(1) .col:nth-child(6),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(3) .col:nth-child(4),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(3) .col:nth-child(5),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(3) .col:nth-child(6),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(4) .col:nth-child(2),
.Active-Booking-calendar #calendar-table #table-body .row:nth-child(4) .col:nth-child(3) {
    background-color: #fff;
    color: black;
}

.Active-booking-topbar,
.Active-booking-topbar:hover {
    background: transparent;
    border: 1px solid #dfdfe0;
    padding-left: 6px !important;
}

.Active-booking-topbar img {
    width: 24px;
    height: 24px;
}

.content-left .message-wrapper .Score-leftbody-top-heading p>img {
    width: 100%;
    max-width: 24px;
}

.content-left .message-wrapper .Score-leftbody-top-heading p {
    font-size: 18px;
}

.content-left .message-wrapper .Score-leftbody-top-heading h4 {
    font-size: 18px;
}

.content-left .message-wrapper .Score-leftbody-top-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.content-left .message-wrapper .score-leftBodycustomize-section {
    height: 56px;
}

.score-leftBodycustomize-section,
.score-leftBodycustomize-section:hover {
    height: 56px;
    background: transparent;
    border: 1px solid #E0E0E0;
    padding-left: 2px;
    padding-right: 20px;
}

.score-leftBodycustomize-section span {
    color: #000000;
}

.score-leftBodycustomize-section .score-leftBodycustomize-section-leftside-section img {

    max-width: 50px;
}

.score-content-left {
    max-width: 45%;
}

.score-content-right {
    max-width: 53%;
}

.score-right-section-circle-main-section {
    background-color: #F9F9F9;

    padding: 15px;
    border: 1px solid #E0E0E0;

}

.score-rightsection-circle {
    height: 50px;
    width: 50px;
    background-color: #555;
    border-radius: 50%;
}

.score-right-section-circle-main-section p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;
}

.score-right-section-circle-main-section .text-center .score-rightsection-circle-first {
    height: 50px;
    width: 50px;
    background-color: #FFB800;
    border-radius: 50%;

}

.score-right-section-circle-main-section .text-center .score-rightsection-circle-second {
    margin-left: 20px;
    height: 50px;
    width: 50px;
    background-color: #FF7613;
    border-radius: 50%;
}

.score-right-section-circle-main-section .text-center .score-rightsection-circle-third {
    height: 50px;
    width: 50px;
    background-color: #613E31;
    border-radius: 50%;

}

.score-right-section-circle-main-section .text-center .score-rightsection-circle-fourth {
    margin-left: 12px;
    height: 50px;
    width: 50px;
    background-color: #FF0000;
    border-radius: 50%;
}

.Score-leftbody-top-heading p {
    color: #007FE0;
}

.Applications-headertopbar {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 16%;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.Applications-headertopbar .notification-wrapper {

    margin-left: 50px;
}

.Applications-headertopbar-cirle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.Applicationspage-Active-booking-card {
    border-radius: 8px;
    background: #FFF;
    border: none;
    padding-top: 18px;
    height: fit-content;
    padding-bottom: 18px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.Application-Active-booking-dropdown-first {
    border-radius: 4px;
    border: 1px solid #E0DFE3;
    background: #FFF;
    max-width: 207px;
    width: 100%;
    height: 41px;
    position: relative;
}

.Application-Active-booking-dropdown-second {
    border-radius: 4px;
    border: 1px solid #E0DFE3;
    background: #FFF;
    max-width: 165px;
    width: 100%;
    height: 41px;
    position: relative;
}

.Applicationpage-rightside-spanicon img {
    width: 24px;
}

.green-color {
    color: #7AC80B !important;
}

.Application-page-icon-blue .icon-wrapper {
    max-width: 20px;
    width: 100%;
}

.border-bottom-color {
    border-bottom: none;
}

.Applications-headertopbar-headingtext {
    font-size: 16px;
    margin-left: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.Applicationpage-topbar-rightsection {
    display: contents !important;
}


.border-bottom-grey {
    border-bottom: 1px solid #8080806b;
}

@media only screen and (max-width: 1800px) and (min-width: 1300px) {
    .Application-Active-booking-card-filter {
        display: flex !important;
    }
}

@media only screen and (max-width: 1026px) and (min-width: 1020px) {
    .Application-Active-booking-card-filter {
        display: block !important;
    }

    .Application-Active-booking-dropdown-first {

        max-width: 100% !important;
    }

    .Application-Active-booking-dropdown-second {

        max-width: 100% !important;
    }
}


@media only screen and (max-width: 1285px) and (min-width: 1275px) {
    .Application-Active-booking-card-filter {
        display: block !important;
    }

    .Application-Active-booking-dropdown-first {

        max-width: 100% !important;
    }

    .Application-Active-booking-dropdown-second {

        max-width: 100% !important;
    }
}

.Benifits-screen-page-left-side-top div>span>p:nth-child(1) {
    margin-bottom: 15px;
    font-size: 18px;
}

.Benifits-screen-page-left-side-top {
    padding-bottom: 0px;
}

.benefits-screen-profitlosssupdatemobile {
    font-size: 18px;
    font-weight: 600;
}

.benefits-screen-profitlosssupdatecards .inner-card div:nth-child(1) p {
    color: #FFF;
}

.benefits-screen-profitlosssupdatecards .inner-card div:nth-child(2) p {
    color: #FFF;
}

.benefits-screen-profitlosssupdatecards .inner-card div:nth-child(1) {
    color: #FFF;
    background: #012D4F;
}

.benefits-screen-profitlosssupdatecards .inner-card div:nth-child(2) {
    color: #FFF;
    background: #012D4F;
}

.background-white {
    background: #fff !important;
}

.color-white {
    color: #fff;
}

.benefits-screen-announcement-section {
    padding-left: 10px;
    padding-right: 10px;
}

.benefits-screen-announcement-second-section div:nth-child(1) {
    width: 48%;
    margin-right: 24px;
    background: #000000;
    border-radius: 8px;

}

.benefits-screen-announcement-second-section div:nth-child(2) {
    width: 48%;
    background: #000000;
    border-radius: 8px;

}

.benefits-screen-announcement-second-section div,
.benefits-screen-announcement-second-section div h5 {
    color: #fff;
}

.benefits-screen-announcement-second-section {
    padding-left: 10px;
    padding-right: 10px;
}

.color-red {
    color: #FF0000;
}

.color-green {
    color: #7AC80B;
    font-size: 12px;
    font-weight: 600;
}

.balance-section-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.balance-section-header-paragraph-amount {
    margin-bottom: 2px;

}

.benefits-screen-announcement-child-section {
    border-bottom: 1.573px solid rgba(148, 148, 148, 0.20);
}

.benefits-screen-announcement-PTO-section {
    border-bottom: 1.573px solid rgba(148, 148, 148, 0.20);
    border-right: 1.573px solid rgba(148, 148, 148, 0.20);
    border-left: 1.573px solid rgba(148, 148, 148, 0.20);

}

.benefits-screen-announcement-care-section {
    border-bottom: 1.573px solid rgba(148, 148, 148, 0.20);
    border-right: 1.573px solid rgba(148, 148, 148, 0.20);
}

.benefits-screen-announcement-assistance-section {
    border-bottom: 1.573px solid rgba(148, 148, 148, 0.20);

}

.light-grey-background {
    background: #F9F9F9 !important;
}

.triangle-down {
    width: 100%;
    height: auto;
    border-left: 260px solid transparent;
    border-right: 260px solid transparent;
    border-top: 40px solid #fff;
    box-shadow: 0px 0px 0px 0px black;
}

.viewall-image {
    width: 57px;
    position: absolute;
    top: 9.5rem;
    left: 14rem;
}

.payemt-image {
    width: 127px;
    position: absolute;
    left: 22rem;
    top: 2rem;
}

.benefits-image {
    width: 127px;
    position: absolute;
    left: 12rem;
    top: 2rem;
}

.time-off-iamge {
    width: 127px;
    position: absolute;
    left: 2rem;
    top: 2rem;
}

.home-cleaner-time {
    bottom: 78px;
}

.priority-img {
    width: 54px;
}

.cross-img {
    width: 24px;
}

.color-light-red {
    color: #FF4573;
}

.home-cleaner-towel-extra {
    font-size: 21px;
    font-weight: 500;
}

.snapshot-section-rectangle-left-image {
    width: 117px;
}

.snapshot-section-rectangle-middle-image {
    width: 169px;
}

.snapshot-section-rectangle-right-image {
    width: 115px;
}

.snapshot-section-rectangle-left-checked-image {
    width: 28px;
    position: absolute;
    top: 42px;
    left: 45px;
}

.snapshot-section-rectangle-left-aim-image {
    width: 26px;
    position: absolute;
    top: 20px;
    left: 245px;
}

.snapshot-section-rectangle-left-redfalg-image {
    width: 24px;
    position: absolute;
    top: 40px;
    left: 447px;
}

.home-cleaner-left-section-statusnumber-section-first {
    position: absolute;
    top: 85px;
    left: 80px;
}

.home-cleaner-left-section-statusnumber-section-second {
    position: absolute;
    top: 85px;
    left: 218px;
    text-align: center;
    color: #fff;
}

.home-cleaner-left-section-statusnumber-section-third {
    position: absolute;
    top: 85px;
    right: 70px;
}

.home-cleaner-left-section-number {
    font-size: 24px;
    font-weight: 700;
}

.home-cleaner-left-section-status {
    font-size: 16px;
    font-weight: 600;
}

.font-light-weight {
    font-weight: 400;
}

.heading-logo-benefit-screen-adjust-responsive {
    margin-right: 3rem;
}

.happy-image {
    width: 56px;
    height: 56px;
    margin-bottom: 3rem;
}

.calendar-image {
    width: 24px;
    height: 24px;
}

.todorightsection-inputfield {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.add-image {
    margin-bottom: 4px;
}

.todorightsection-buttonaddon {
    width: 40px;
    border-radius: 130px;
}

.todorightsection-button {
    width: 10%;

}

.todorightsection-inputfield input {
    border-radius: 130px;
    background: #F4F4F4;
    border: transparent;
    font-weight: 600;
    box-shadow: none;

}

.todorightsection-inputfield input:focus {

    box-shadow: none;
    background: #F4F4F4;

}

.todo-right-todo {
    padding-right: 15px !important;
    padding-left: 25px !important;
    padding-bottom: 35px !important;

}
.lead-Applications-headertopbar
{
    justify-content: center !important;
}

.Application-page-icon-blue .leads-icon-wrapper {
    max-width: 30px !important;
  
}
.Application-page-icon-blue .lead-icon-wrapper
{
    max-width: 30px;
}
.Application-page-icon-blue .d-grid
{
    margin-left: 20px;
}

.leads-badge-promo-code {
    background: #FF4573;
    color: #ffff !important;
    border-radius: 40px;
    font-size: 8px;

}

.color-danger
{
color: #FF0000 !important;
}

.purple-background
{
    background: #9E00FF;
}
.color-blue
{
    color: #0387EC !important;
}
.font-weight-extra-bold
{
    font-weight: 800 !important;
     font-size: 21px;
}

.Quotesection-footer .blue-background {
    width: 50%;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #0387EC;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.manage-availability-button-section
{
    display: flex;
}
.Quotesection-footer .green-background {
    width: 50%;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #7AC80B;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.manage-availability-right-section-save
{
    width: 16.5%;
    font-size: 12px;
    color: #fff;
}
.manage-availability-right-section-save:hover
{

    color: #fff;
}
.manage-availability-right-section-input
{
    width: 38%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: #fff;
}
.manage-availability-right-section-input:focus
{
box-shadow: none;
}
.manage-availability-right-section-inputGroup{
    width: 5%;
    padding: 0.375rem 0.5rem;
    border-right: #fff;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-left: 1rem;
}
.btn-white
{
    background: #fff;
    margin-left: 1rem;
    border: 1px solid rgba(0, 0, 0, .20);
}
.manage-availability-button-section button
{
    font-size: 12px;
}

.manage-availability-right-section-input-image {
    width: 3%;
    position: relative;
    left: 37rem;
    bottom: 63rem;
}



.wrapper-table {
    overflow: auto;
    border-radius: 6px;
    border: 1px solid  #CCCCCC;
  }
  
  table {
    border-spacing: 0;
    border-collapse: collapse;
    border-style: hidden;
  
    width:100%;
    max-width: 100%;
  }
  
  th, td {
    padding: 10px;
    border: 1px solid #CCCCCC;
  }


  table > thead > tr > th{
  border: 1px solid #0387EC;
  color: #fff;
  font-size: 10px;
  font-weight: 500;

  }
  table > tbody > tr > th{
   font-size: 14px;
    }
  table > tbody > tr > td > div:nth-child(1) {
  font-size: 14px;
  font-weight: 700;
  }
  table > tbody > tr > td > div:nth-child(2)  {
    font-size: 12px;
}
element.style {
    font-size: 10px;
}
  .green-circle-img-manage-availability
  {
    width: 13px;
  }
  .red-circle-img-manage-availability
  {
    width: 13px;
  }
  .checkmark-circle-circle-img-manage-availability
  {
    width: 16px;
  }
  .holiday-img-manage-availability
  {
     width: 14px;
  }
  .table-blue-manage-availabilty
  {
    background: #0387EC;
  }

  .manager-availability-lock
  {
  width: 18px;
  }
  .lockdropdown-manage-availability
  {
    width: 50px;
  }

.arrow-bottom-manage-availability{
  width: 12px;
}
.table-second-manage-availability
{
    font-size: 12px;
}

.holiday-button-manage-availability{
font-size: 16px !important;
}

.holiday-div-manage-availability{
    place-items: center;
}
.client-profile-topbar-img
{
    width: 33px;
}

.client-profile-topbar-img-text
{
    color: #949494;
    font-weight: 600;
}

.client-profile-leftside-frequency {
    font-size: 18px;
    font-weight: 700;
}
.client-profile-leftside-frequency-radio-buttons-section
{
display: contents;
}
.accordion
{
    width: -webkit-fill-available;
}
.accordion-button:not(.collapsed) {
    background-color: transparent; 
        color: black;
        font-size: 14px;
        font-weight: 600;
   
}

.accordion-body {
    padding: 0px;
}

.accordion-body .accordion-body-first-section{
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-weight: 600;
}
.accordion-body .accordion-body-second-section {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-weight: 600;

}
.accordion-body .accordion-body-third-section {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    align-items: center;
    font-size: 16px;
    font-weight: 600;

}
.accordion-button{
padding: 0.5rem 1.25rem;
}

.accordion-item {
    border-radius: 8px;
}
.client-profile-leftside-accordion-first
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.client-profile-leftside-accordion-second
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.client-profile-top-right-side {
    padding-top: 18px;
    padding-bottom: 18px;
}

.client-profile-right-card-accordion-table-first {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: transparent;
    border-bottom: 1px solid rgb(237 237 237);
}

.client-profile-right-section-color-gray2{
font-size: 14px;
font-weight: 600;
color: #000;
}
.add-tip-clientprofile-value-first
{
padding: 0px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.add-tip-clientprofile-value-second
{
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.add-tip-clientprofile-value-third
{
    padding: 0px !important;
    padding-left: 25px !important;
    padding-right: 10px !important;
}
.add-tip-clientprofile-value-fourth
{
    padding-right: 28px !important;
}
.clientprofile-priorit-memo-inputsection input
{
    border-right: 1px solid #D9D9D9;
}
.complete-service-section-clientprofilesection
{
    width: 40%;
    border-right: 1px solid #e7f1ff;

}
.complete-service-section-clientprofilesection-second {
    border-right: 1px solid #e7f1ff;
}
.complete-service-section-clientprofilesection-bottom-section
{
    width: 30%;
    border-right: 1px solid #e7f1ff; 
    font-weight: 700; 
}
.complete-service-section-clientprofilesection-bottom-section-text
{
font-weight: 700;
}

.rounded-client-profile-bottm-card-right-section
{
    border-radius: 8px;
}

.inner-card-client-profile-right-section-bottom {
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid rgba(148, 148, 148, 0.20);
}