* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

body p {
    margin: 0;
    padding: 0;
}

body a {
    text-decoration: none;
}

body {
    color: #222222;
}

img {
    max-width: 100%;
}

body ul {
    margin: 0;
}

.primary-color {
    color: #222222;
}

/*.right-section {
	width: 84%;
}*/

.heading-text-color {
    color: #F2B66B;
}

.main-bg {
    background: #EFEFEF;
}

.bg-white-new {
    background: #ffffff;
}

.bg-color1 {
    background: #343A40;
}


.border-radius-top-bottom-left {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
}

.pt-28 {
    padding-top: 28px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-30 {
    padding-right: 30px;
}

pr-1-new {
    padding-right: 0.5rem !important;
}

.f-17-20 {
    font-size: var(--cli-det-16);
    line-height: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pl-2 {
    padding-left: 1rem !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.font-weight-600 {
    font-weight: 600;
}

.font-w-500 {
    font-weight: 500;
}

.label {
    font-size: var(--he-font-14);
    line-height: 23px;
}

.border-top-left-radius {
    border-top-left-radius: 8px !important
}

.border-bottom-left-radius {
    border-bottom-left-radius: 8px !important
}

.border-top-right-radius {
    border-top-right-radius: 8px !important
}

.border-bottom-right-radius {
    border-bottom-right-radius: 8px !important
}

.black-bg-button {
    border: 1px solid #222222 !important;
    border-radius: 8px !important;
    background-color: #222222 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
}

    .black-bg-button:hover {
        border: 1px solid #222222 !important;
        background-color: transparent !important;
        color: #222222 !important;
    }

.bg-222 {
    background: #222 !important;
}

.border-222 {
    border: 1px solid #222 !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: var(--cli-det-16) !important;
}

.width-20 {
    width: 20px;
}

.client-top-header-left p {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
}

.client-wrapper .client-wrapper-left {
    width: 73%;
}

.client-wrapper .client-wrapper-right {
    width: 27%;
}

.client-left-top-img,
.client-left-top-center {
    z-index: 2;
}

.main-wrapper {
    height: 100vh;
}

.white-btn {
    padding: 12px 20px;
    height: 40px;
    background: var(--bg-fff);
    border-radius: 8px;
    font-size: var(--h-font-14);
    color: #222222;
    box-shadow: 0px 3px 30px #0000000A;
}

.white-btn-new {
    padding: 10px 20px;
    height: 40px;
    background: var(--bg-fff);
    border-radius: 8px;
    font-size: var(--h-font-14);
    color: #222222;
    box-shadow: 0px 3px 30px #0000000A;
}

.black-btn {
    padding: 10px 14px;
    height: 40px;
    background: #222222;
    border-radius: 8px;
    font-size: var(--h-font-14);
    color: #fff;
}

.black-btn-new {
    padding: 10px 20px;
    height: 40px;
    background: #222222;
    border-radius: 8px;
    font-size: var(--h-font-14);
    color: #fff;
}

    .black-btn-new:hover {
        color: #fff;
    }

.black-btn:hover {
    color: #fff;
}

.white-btn:hover {
    color: #222222;
}

.client-left-top-img .client-logo {
    padding: 8px;
    border: 1px solid #343A40;
    width: 123px;
    height: 123px;
    border-radius: 12px;
}

.client-left-top-img .client-name {
    width: calc(100% - 188px);
}

.client-left-top-img .client-logo img {
    border-radius: 10px;
    width: 107px;
    height: 107px;
}

.client-name h1 {
    font-size: var(--p-font-24);
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 0;
}

.client-left-top-img,
.client-left-top-center {
    width: 50%;
}

    .client-left-top-center .client-left-top-center-left {
        padding-right: 25%;
    }

.client-wrapper-left .client-wrapper-left-top {
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

    .client-wrapper-left .client-wrapper-left-top:before {
        content: '';
        /*background: url('../images/ic_pattern_day(1).svg') no-repeat;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        border-radius: 20px;
    }

.client-edit-button {
    position: absolute;
    bottom: 16px;
    right: 25px;
    cursor: pointer;
    z-index: 2;
}

    .client-edit-button.tabbing-edit-button {
        bottom: 25px;
        right: 2px;
    }

    .client-edit-button button {
        border: none;
        background: #343A40;
        font-size: 0;
        height: 26px;
        width: 26px;
        border-radius: 27px;
        padding: 0;
    }

        .client-edit-button button:hover,
        .client-edit-button button:focus,
        .client-edit-button button:active {
            background-color: #343A40 !important;
        }

        .client-edit-button button:before {
            content: '';
            background: url('../images/ic_edit_white.svg') no-repeat;
            height: 12px;
            width: 12px;
            display: inline-block;
            background-size: 12px;
        }

.client-wrapper-left-bottom {
    border-radius: 8px;
    padding: 16px 16px 0px 16px;
}

.showUpdateButton {
    position: absolute;
    bottom: 24px;
    right: 0;
}

.service-agreement-content-wrapper th:after {
    display: none !important;
}

.client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .nav-tabs {
    flex-wrap: unset;
    border-color: rgba(112,112,112,0.2);
}

    .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .nav-tabs button {
        font-size: var(--he-font-16);
        line-height: 23px;
        font-weight: 500;
        color: #222222;
        border: none;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .nav-tabs button span {
            display: inline-block;
            vertical-align: text-bottom;
            padding-right: 10px;
            width: 30px;
        }

        .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .nav-tabs button label {
            width: calc(100% - 30px);
        }

        .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .nav-tabs button:hover {
            border: none;
        }

    .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .nav-tabs .nav-link.active {
        border: none;
        border-bottom: 2px solid #343A40;
        font-weight: 700;
        background-color: transparent;
    }

.client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .tab-content ul li {
    width: 33.33%;
}

    .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .tab-content ul li .nationality {
        padding-bottom: 24px;
    }

.client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .tab-content ul li {
    font-size: var(--cli-det-14);
    line-height: 17px;
    padding-bottom: 24px;
}

    .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .tab-content ul li label {
        font-weight: 500;
    }

    .client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .tab-content ul li.tabb-map {
        width: calc(66.66% - 42px);
    }

.client-right-box {
    border-radius: 8px;
}

    .client-right-box .client-right-box-heading {
        height: 52px;
        padding: 0 10px;
        border-radius: 8px;
    }

        .client-right-box .client-right-box-heading h3 {
            font-size: var(--cl-he-detail-16);
            line-height: 20px;
            z-index: 1;
        }

        .client-right-box .client-right-box-heading button {
            border: none;
            background: none;
        }

        .client-right-box .client-right-box-heading:after {
            content: '';
            /*background: url('../images/ic_careteam.svg') no-repeat;*/
            height: 54px;
            width: 54px;
            left: 8px;
            top: 50%;
            position: absolute;
            transform: translate(0, -50%);
        }

        /*.client-right-box .client-right-box-heading.company-logo-icon:after {
			background: url('../images/ic_companylogo.png') no-repeat;
		}*/

        /*.client-right-box .client-right-box-heading.company-details-icon:after {
			background: url('../images/ic_companydetails.svg') no-repeat;
		}*/

        /*.client-right-box .client-right-box-heading.expense-icon:after {
			background: url('../images/ic_expense.svg') no-repeat;
		}

		.client-right-box .client-right-box-heading.shift-type-icon:after {
			background: url('../images/ic_shifttypes.svg') no-repeat;
		}

		.client-right-box .client-right-box-heading.client-document-icon:after {
			background: url('../images/ic_clinet_documents.svg') no-repeat;
		}

		.client-right-box .client-right-box-heading.accom-house-icon:after {
			background: url('../images/ic_acco_house.svg') no-repeat;
		}*/

        .client-right-box .client-right-box-heading.resend-invite:after {
            /*background: url('../images/ic_resendinvite.svg') no-repeat;*/
        }

.client-wrapper-right-middle .client-right-box .client-right-box-heading:after {
    /*background: url('../images/ic_booking.svg') no-repeat;*/
}

.client-wrapper-right-middle .client-right-box-content ul li label {
    width: calc(100% - 100px);
}

.client-wrapper-right-middle .client-right-box-content ul li p {
    width: 100px;
    text-align: right;
}

.client-wrapper-right-bottom .client-right-box .client-right-box-heading:after {
    /*background: url('../images/ic_contacts.svg') no-repeat;*/
}

.client-wrapper-right-top ul li a span {
    height: 44px;
    width: 44px;
}

    .client-wrapper-right-top ul li a span img {
        border-radius: 50%;
    }

.client-right-box-content {
    padding: 25px 20px 25px 32px;
}

.client-wrapper-right-bottom ul li p button {
    background: none;
    border: none;
}

.client-wrapper-right-top .client-right-box-content {
    max-height: 249px;
    overflow: auto;
}










.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
    border: 1px solid #ffffff;
}

    .slider:before {
        position: absolute;
        content: "";
        background: url('../images/ic_fullsun.svg')no-repeat;
        height: 26px;
        width: 26px;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        transition: 0.4s;
        border-radius: 6px;
    }

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(51px);
    -ms-transform: translateX(51px);
    transform: translateX(51px);
    background: url('../images/ic_half_night.svg')no-repeat;
}

.slider:after {
    content: 'Day';
    display: block;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 10px;
    font-size: 14px;
}

input:checked + .slider:after {
    content: 'Night';
    right: unset;
    left: 10px;
    color: #222222;
}

.client-list-search.archive {
    width: 100%;
}

.client-list-search input {
    height: 40px;
    box-shadow: 0px 3px 30px #0000000A;
    border-radius: 8px;
    border: none;
    padding-left: 40px;
}

    .client-list-search input + svg {
        position: absolute;
        top: 10px;
        left: 6px;
    }

.row .client-list-search input + svg {
    position: absolute;
    top: 10px;
    left: 20px;
}

.client-list-search {
    width: calc(100% - (450px + 1rem));
}

.timeshee-report-search {
    width: calc(100% - (461px + 1rem));
}

.client-list-top-btn {
    width: 450px;
}

.client-list-table .client-list-table-wrapper .col-sm-12 {
    overflow-y: auto;
}

.client-list-table {
    margin-bottom: 10px;
}

.client-list-table-wrapper {
    background: #343A40;
    border-radius: 8px;
}

.client-list-table .client-list-table-wrapper table.dataTable {
    border-bottom: none;
}

.client-list-table-wrapper table.dataTable thead th {
    font-size: var(--tab-font-13);
    color: #ffffff;
    font-weight: 500;
}


    .client-list-table-wrapper table.dataTable thead th:before {
        display: none !important;
    }

    .client-list-table-wrapper table.dataTable thead th[aria-sort="ascending"] i svg [fill="#f2b66b"] {
        fill: #ffffff;
    }

    .client-list-table-wrapper table.dataTable thead th[aria-sort="ascending"] i svg [fill="#fff"] {
        fill: #f2b66b;
    }

.client-list-table-wrapper table.dataTable tbody td {
    font-size: var(--tab-font-13);
    padding-top: 10px;
    padding-bottom: 10px;
}

    .client-list-table-wrapper table.dataTable tbody td.btn-link {
        color: #42A5F5;
        text-decoration: underline;
    }

.client-list-table-wrapper .table-pagination {
    background: #dfdfe0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 7px 7px;
    justify-content: space-between;
    padding: 10px 16px;
    align-items: center;
}

    .client-list-table-wrapper .table-pagination .table-per-page label {
        font-size: var(--tab-font-14);
        text-transform: capitalize;
        color: #222222;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .client-list-table-wrapper .table-pagination .table-per-page select {
        width: 87px;
        border-radius: 8px;
        border: 1px solid #222222;
        font-weight: 600;
        height: 40px;
        margin: 0 12px;
        padding-left: 8px;
        text-align: left;
        -webkit-appearance: auto;
    }

    .client-list-table-wrapper .table-pagination .next-prev-page {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_info {
            order: 0;
            padding: 0 20px 0 0;
            font-size: var(--tab-font-14);
            color: #222222;
            line-height: 17px;
        }

        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate {
            order: 1;
            padding: 0;
        }

        .client-list-table-wrapper .table-pagination .next-prev-page li a {
            padding: 2px;
        }

        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button.previous,
        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button.disabled,
        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button.disabled:hover,
        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button.next {
            width: 98px;
            height: 40px;
            border-radius: 8px !important;
            font-size: var( --tab-font-13);
            background: var(--bg-fff) !important;
            padding: 0;
            line-height: 36px;
            color: #222222 !important;
            border: none !important;
            margin: 0 8px;
            overflow: hidden;
        }

        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button {
            height: 40px;
            width: 42px;
            border-radius: 8px;
            font-size: var(--tab-font-14);
            background: var(--bg-fff);
            padding: 0;
            line-height: 41px;
            color: #222222 !important;
            border: none;
            margin: 0 12px;
            overflow: hidden;
        }

            .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button a {
                color: #222222 !important;
                border: none
            }

            .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate .paginate_button.active a {
                color: #fff !important;
            }

        .client-list-table-wrapper .table-pagination .next-prev-page .dataTables_paginate span .paginate_button.current {
            background: var(--bg-222);
            color: #ffffff !important;
        }

.service-agreement-wrapper {
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 20px;
}

.service-agreement-heading {
    padding: 10px;
    background: #343A40;
    border-radius: 10px 10px 0 0;
}

.service-agreement-wrapper .client-list-table {
    margin-bottom: 0;
}

.service-agreement-heading .service-agreement-box.type {
    width: calc(100% - (25% + 110px));
}

.service-agreement-heading .service-agreement-box.action {
    width: 110px;
}

.service-agreement-heading .service-agreement-box.images {
    width: 25%;
}

.service-agreement-heading .service-agreement-box p {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.service-agreement-content-wrapper .service-agreement-box.type {
    width: calc(100% - (25% + 110px)) !important;
}

.service-agreement-content-wrapper .service-agreement-box.action {
    width: 110px !important;
}

.service-agreement-content-wrapper .service-agreement-box.images {
    width: 25% !important;
}

.service-agreement-content-wrapper .service-agreement-box img {
    width: 50px;
}

.service-agreement-content-wrapper {
    border-bottom: 1px solid rgba(52,58,64,0.2);
    padding: 15px 0;
}

    .service-agreement-content-wrapper:last-child {
        border-bottom: none;
    }

.service-agreement-content {
    padding: 10px;
}
/*radio button*/
.scheduler-week-wrapper {
    border-radius: 8px;
}

.week-label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: var(--h-font-14);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
}

    .week-label:last-child {
        margin-right: 0;
    }

    .week-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    width: auto;
    padding: 0 28px;
    height: auto;
    border-radius: 8px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}

.week-label input:checked ~ .checkmark {
    background-color: var(--bg-222);
    color: #ffffff;
}

.scheduler-mid-header-first {
    width: 10%;
    margin-right: 12px;
}

    .scheduler-mid-header-first.scheduler-date-wrap {
        width: 14%;
    }

.scheduler-mid-header-left {
    margin-right: 12px;
}

.scheduler-mid-header-first-wrapper {
    border-radius: 8px;
    height: 40px;
    padding: 0 5px 0 18px;
}

    .scheduler-mid-header-first-wrapper p {
        font-size: var(--h-font-14);
        font-weight: 600;
    }

    .scheduler-mid-header-first-wrapper button {
        height: 36px;
        width: 36px;
        border-radius: 6px;
        background: #ffffff;
        border: none;
        padding: 0;
    }

.scheduler-mid-header-right button {
    width: 160px;
    border-radius: 10px;
    height: 40px;
    line-height: 17px;
    background: var(--bg-222);
    font-size: var(--h-font-14);
    color: #ffffff;
    padding: 0;
    border: none;
}

.schedular-header .scheduler-mid-header-right button {
    width: 102px;
    border-radius: 10px;
    height: 40px;
    line-height: 17px;
    background: var(--bg-222);
    font-size: var(--h-font-14);
    color: #ffffff;
    padding: 0;
    border: none;
}

.scheduler-mid-header-middle {
    margin-right: 12px;
}

.scheduler-mid-header-middle-wrapper {
    border-radius: 8px;
}

    .scheduler-mid-header-middle-wrapper .previous-day,
    .scheduler-mid-header-middle-wrapper .next-day {
        width: 36px;
    }

        .scheduler-mid-header-middle-wrapper .previous-day button, .scheduler-mid-header-middle-wrapper .next-day button {
            padding: 0;
            display: flex;
            flex-wrap: wrap;
        }

    .scheduler-mid-header-middle-wrapper .today-day {
        width: calc(100% - 72px);
        text-align: center;
        height: 36px;
        line-height: 36px;
        cursor: pointer;
    }

.scheduler-mid-header-middle {
    width: 45.3%;
    padding: 3px;
    border-radius: 8px;
    height: 40px;
}

.scheduler-mid-header-middle-wrapper button {
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: transparent;
    border: none;
    line-height: 17px;
}

.scheduler-mid-header-middle-wrapper .today-day button {
    width: auto;
    background: transparent;
    font-size: var(--h-font-14);
}

.dropdown button {
    width: 196px;
    height: 40px;
    border-radius: 8px;
    border: none;
    text-align: left;
    position: relative;
    font-size: var(--h-font-14);
}

    .dropdown button:after {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        border-top: 0.4em solid;
        border-right: 0.4em solid transparent;
        border-left: 0.4em solid transparent;
    }

.dropdown .dropdown-menu {
    width: 196px;
}

.type-drop-down .dropdown button {
    width: 244px;
}

.type-drop-down .dropdown .dropdown-menu {
    width: 244px;
}

.status-drop-down-label,
.type-drop-down-label {
    font-size: var(--h-font-14);
    margin: 0 8px 0 20px;
}

.scheduler-search span {
    position: absolute;
    top: 45%;
    left: 15px;
    transform: translate(0, -50%);
}

.scheduler-search input {
    width: 100%;
    border: none;
    border-radius: 12px;
    height: 46px;
    padding-left: 60px;
}

.scheduler-search {
    width: calc(100% - 591px);
}
/*MODEL POPUP START*/
.modal {
    background: rgba(0,0,0,0.7);
}
.modal-open .modal.fade .modal-dialog.small-popup,
.modal-open-custom .modal.fade .modal-dialog.small-popup {
    width: 350px;
}
.modal-open .modal.fade .modal-dialog.small-popup .modal-body {
    min-height: 140px;
}
.modal-open .modal.fade .modal-dialog,
.modal-open-custom .modal.fade .modal-dialog {
    width: 980px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    /*	.modal-open-custom .modal.fade .modal-dialog .modal-content,
	.modal-open .modal.fade .modal-dialog .modal-content {
		max-height: 100%;
		overflow-y: auto;
		padding: 30px;
		border-radius: 24px;
	}*/

    /*		.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header,
		.modal-open .modal.fade .modal-dialog .modal-content .modal-header {
			padding: 0;
			border-bottom: none;
		}*/

    /*			.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header .modal-title,
			.modal-open .modal.fade .modal-dialog .modal-content .modal-header .modal-title {
				font-size: var(--p-font-36);
				line-height: 44px;
				font-weight: 700;
			}*/

    .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header .btn-close,
    .modal-open .modal.fade .modal-dialog .modal-content .modal-header .btn-close {
        height: 28px;
        width: 28px;
        background: none;
        opacity: 1;
        padding: 0;
        margin-right: 12px;
    }

        .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header .btn-close:focus,
        .modal-open .modal.fade .modal-dialog .modal-content .modal-header .btn-close:focus {
            box-shadow: none;
        }

    .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body,
    .modal-open .modal.fade .modal-dialog .modal-content .modal-body {
        padding: 25px 0 0 0;
    }

        .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row,
        .modal-open .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row {
            margin-left: -16px;
            margin-right: -16px;
            margin-top: 0;
        }

            .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row > *,
            .modal-open .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row > * {
                padding-left: 30px;
                padding-right: 30px;
                margin-top: 0;
            }

label.form-label {
    font-size: var(--label-14);
}

/*input.form-control,
select.form-select {
	height: 46px;
	border-color: #222222;
	border-radius: 8px;
}*/

input.form-control:hover,
select.form-select:hover,
input.form-control:focus,
select.form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: #222222;
}

.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-footer,
.modal-open .modal.fade .modal-dialog .modal-content .modal-footer {
    border-top: none;
    padding: 30px 0 0 0;
}

button.cancle-btn {
    height: 42px;
    width: 130px;
    border: 1px solid #181818;
    border-radius: 8px;
    background-color: transparent;
    font-size: var(--p-can-btn-14);
    color: #181818;
}

    button.cancle-btn:hover {
        background-color: #181818 !important;
        border-color: #181818 !important;
        color: #F8FBF6;
    }

button.save-btn {
    height: 42px;
    width: 130px;
    /*	border: 1px solid var(--bg-222);*/
    border: 1px solid #181818;
    border-radius: 8px;
    /*	background-color: var(--bg-222);*/
    background-color: #181818;
    font-size: 14px;
    color: #F8FBF6;
}

    button.save-btn:hover {
        background-color: transparent !important;
        border-color: #181818 !important;
        color: #181818 !important;
    }

.right-section .right-wrapper-inner {
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
}


/*.scheduler-calendar-container {
	overflow-x: hidden;
	max-height: calc(100vh - 252px);
	overflow-y: auto;
}*/

.in-home-support-scheduler {
    overflow-x: hidden;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
    background: #fff;
}

.mobile-top-navigation {
    display: none;
}

.mobile-top-navigation-inner .mobile-logo .night-logo {
    display: none;
}

.mobile-open-close button {
    width: 25px;
    background: transparent;
    border: none;
    padding: 0;
}

    .mobile-open-close button span {
        width: 100%;
        background: #222222;
        height: 2px;
        display: block;
        margin-bottom: 5px;
    }

        .mobile-open-close button span:last-child {
            margin-bottom: 0;
        }

.mobile-client-detail .client-name {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-client-detail .client-img {
    height: 50px;
    width: 50px;
}

.mobile-logo .mobile-header-logo {
    width: 148px;
}

.left-section.mobile-menu .mobile-open-close button span:nth-child(2) {
    display: none;
}

.left-section.mobile-menu .mobile-open-close button span:first-child {
    transform: rotate(45deg);
    margin-top: -8px;
}

.left-section.mobile-menu .mobile-open-close button span:last-child {
    transform: rotate(-45deg);
    margin-top: -7px;
}

.mobile-open-close {
    height: 18px;
}

.client-list-table-wrapper table.dataTable thead th.sorting:after {
    content: '';
    background: url('../images/descending-arrow.svg')no-repeat;
    height: 18px;
    width: 18px;
    opacity: 1;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translate(0, -50%);
}


.client-list-table-wrapper table.dataTable thead [aria-sort="ascending"].sorting:after {
    background: url('../images/ascending-arrow.svg')no-repeat;
}

.client-list-table-wrapper table.dataTable thead th.sorting.action:after {
    display: none;
}

.navigation ul li.level-0.submenu.active-menu > a:after {
    transform: rotate(180deg);
}

.navigation ul li.level-0.submenu .second-level li.level-1.submenu.active-sub-menu > a:after {
    transform: rotate(180deg);
}
/*pagination css start */
.pagination-wrapper {
    background: #dfdfe0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    justify-content: center;
    padding: 14px 30px;
    align-items: center;
}

    .pagination-wrapper .pagination-inner .paginate-button {
        width: 98px;
        height: 42px;
        border-radius: 8px;
        font-size: 14px;
        background: #ffffff;
        line-height: 42px;
        color: #222222;
        margin: 0 8px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

    .pagination-wrapper .pagination-inner .page-number {
        height: 42px;
        width: 42px;
        border-radius: 8px;
        font-size: 14px;
        background: #ffffff;
        line-height: 42px;
        color: #222222;
        margin: 0 8px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

        .pagination-wrapper .pagination-inner .page-number.current {
            background: #222222;
            color: #ffffff;
        }

.client-wrapper-right-top .client-right-box-content ul li:last-child,
.client-wrapper-right-middle .client-right-box-content ul li:last-child,
.client-wrapper-right-bottom .client-right-box-content ul li:last-child {
    margin-bottom: 0 !important;
}
/*calander css start*/
.scheduler-search span {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
}

/*body .select2-container .select2-selection--multiple {
	min-height: 46px;
	padding: 0;
}*/

.scheduler-search .search-icon {
    position: absolute;
    top: 46%;
    transform: translate(0, -50%);
    z-index: 1;
    left: 15px;
}

body .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 50px;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    min-height: unset;
    width: 100%;
    overflow: auto;
}

    body .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
        margin: 0 !important;
        height: 100%;
    }

.scheduler-mid-header .scheduler-search {
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
}

    .scheduler-mid-header .scheduler-search .select2-dark {
        font-size: var(--h-font-14);
    }

        .scheduler-mid-header .scheduler-search .select2-dark .selection .select2-selection.select2-selection--multiple {
            min-height: unset;
            height: 40px;
            border-radius: 0;
            background-color: transparent;
            border: none;
        }

body .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search {
    height: 100%;
    margin: 0 !important;
}

.schedular-box .circle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: var(--t-font-14);
}

.schedular-box .schedular-box-right {
    width: calc(100% - 40px);
    padding-left: 12px;
}

    .schedular-box .schedular-box-right p {
        font-size: var(--t-font-15);
        color: #222222;
        font-weight: 500;
        white-space: nowrap;
        width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .schedular-box .schedular-box-right small {
        font-size: var(--t-font-11);
        color: rgba(34,34,34,0.6);
    }

.calender .list-group-item {
    padding: 0 0 0 16px;
}

.schedular-pagination {
    background: rgba(52,58,64,0.15);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
}

    .schedular-pagination .pagination li.page-item a {
        padding: 0;
        font-size: var(--t-font-14);
        height: 42px;
        width: 42px;
        line-height: 42px;
        border-radius: 8px;
        text-align: center;
        margin: 0 8px;
        cursor: pointer;
    }

    /*.schedular-pagination .pagination li.page-item a:hover {
			background: var(--bg-222);
			color: #ffffff !important;
		}*/

    .schedular-pagination .pagination li.page-item.active a {
        background: var(--bg-222);
    }

.client-wrapper-left-bottom-wrapper .form ul li .select2.select2-container {
    height: 36px;
}

    .client-wrapper-left-bottom-wrapper .form ul li .select2.select2-container .select2-selection {
        height: 100%;
        border-color: #222222;
        border-radius: 8px;
    }

        .client-wrapper-left-bottom-wrapper .form ul li .select2.select2-container .select2-selection .select2-selection__arrow {
            height: 100%;
        }

            .client-wrapper-left-bottom-wrapper .form ul li .select2.select2-container .select2-selection .select2-selection__arrow b {
                transform: translate(0, -50%);
            }

body .client-wrapper-left-bottom-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 15px;
}

body .ic-repeat-b:before {
    content: '';
    background: url('../images/repeat-line.svg') no-repeat;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 2px;
}

.modal-open-custom #moreShiftPopup.modal.fade .modal-dialog,
.modal-open #moreShiftPopup.modal.fade .modal-dialog {
    width: calc(100% - 30px);
}

.toast-container {
    position: fixed;
    z-index: 999999 !important;
    pointer-events: none;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-container > .toast-error {
    background-image: url('../images/error-download.png') !important;
}

.toast-container > .toast-success {
    background-image: url('../images/success-download.png') !important;
}

.toast-close-button {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
/*Login page start*/

.login-container {
    background-color: #EFEFEF;
}

.login-wrapper {
    max-width: 1464px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.login_left_content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.login_right_content {
    width: 50%;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.login_logo {
    margin-bottom: 50px;
}

.login_form h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.login_form p {
    margin-bottom: 40px;
}

.login_page_inside {
    display: flex;
    flex-wrap: wrap;
    max-width: 1504px;
    align-items: center;
    box-shadow: 0px 3px 50px #00000008;
    border-radius: 8px;
    margin: 0 auto;
    background: #fff;
}

.login_page_left {
    width: 50%;
    margin: 0 auto;
    max-width: 430px;
    background: #FFFFF;
    padding: 0 42px;
}

.login_page_right {
    width: 50%;
    text-align: right;
}

    .login_page_right img {
        max-height: 100vh;
    }

.forgot-pass a {
    color: #222222;
    font-weight: 600;
}

.login-box {
    width: 100%;
    min-height: 100vh;
    background: #F3F3F3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.login_page_container {
    width: 100%;
    border-radius: 8px;
    padding: 0 20px;
    box-sizing: border-box;
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.login-page-box p {
    font-size: 16px;
}

.forgot-input {
    margin-bottom: 30px;
}



@media (max-width: 991px) {
    .login_page_right {
        display: none;
    }

    .login_page_left {
        width: 100%;
        max-width: 500px;
        padding: 42px;
    }

    .login-box {
        background: #FFFFFF;
    }

    .login_page_container {
        width: 100%;
    }

    .login_page_inside {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .login_page_left {
        width: 100%;
        padding: 0 20px;
        height: auto;
    }

    .login_page_container {
        padding: 0;
    }
}
/*Custom Checkbox*/
.custom-checkbox .custom-checkbox-main {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: var(--in-font-16);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-main input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    transform: translate(0, -50%);
    border-radius: 0;
    border: 1px solid #222222;
}

.custom-checkbox-main input:checked ~ .checkmark-checkbox {
    background-color: #222222;
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-main input:checked ~ .checkmark-checkbox:after {
    display: block;
}

.custom-checkbox-main .checkmark-checkbox:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main {
	border-bottom: 1px solid rgba(112,112,112,0.5);
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}*/

.modal-open-custom .add-shift-new.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row,
.modal-open .add-shift-new.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row {
    padding: 0 16px;
    margin-top: 0;
}

.modal-open-custom .advance-shift.add-shift-new.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row,
.modal-open .add-shift-new.modal.fade.advance-shift .modal-dialog .modal-content .modal-body .popup-form.row {
    padding: 0;
}
/*.modal-open-custom .advance-shift.add-shift-new.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row,
.modal-open .add-shift-new.modal.fade.advance-shift .modal-dialog .modal-content .modal-body .popup-form.row {
	padding: 0;
}*/

/*.add-shift-new .custom-checkbox.drop-off-address,
.add-shift-new .custom-checkbox.shift-finishes,
.add-shift-new .custom-checkbox.repeat-shift {
	margin-top: 24px;
}*/

.add-shift-new .custom-checkbox.shift-finishes p {
    font-size: var(--label-14);
    color: #707070;
    margin-top: 10px;
}

/*.add-shift-new .modal-header {
	margin-bottom: 30px;
}*/

/*.modal-open-custom .add-shift-new.modal.fade .modal-dialog .modal-content .modal-body,
.modal-open .add-shift-new.modal.fade .modal-dialog .modal-content .modal-body {
	padding: 0;
}*/

/*.add-shift-new .form-box-main .from-title-with-img h4 {
	font-size: var(--p-font-18);
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 0;
}*/

.add-shift-new .form-box-main .from-title-with-img span {
    display: flex;
}

/*.add-shift-new .form-box-main .from-title-with-img {
	margin-bottom: 30px;
}*/

/*body .add-shift-new .select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 5px;
	height: 38px;
	line-height: 40px;
}*/

body .add-shift-new .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    height: 23px;
    background-color: #222;
    border: none;
    line-height: 23px;
    /*	font-size: var(--label-14);*/
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 13px;
}

body .add-shift-new .select2-search.select2-search--inline {
    height: 27px;
    line-height: 27px;
}

/*body .add-shift-new .select2-container--default .select2-selection--single {
	height: 46px;
}*/

.occurs-on.custom-checkbox .custom-checkbox-main {
    padding-left: 22px;
    font-size: var(--label-14);
}

.occurs-on.custom-checkbox {
    margin-right: 10px;
}

    .occurs-on.custom-checkbox:last-child {
        margin-right: 0;
    }

body .add-shift-new label.form-label {
    color: #222222;
}

.every-week {
    font-size: var(--label-14);
    color: #707070;
}

.terms-switch {
    display: inherit;
}

    .terms-switch .switch-wrapper {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 16px;
        margin: 0 10px;
    }

        .terms-switch .switch-wrapper input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .terms-switch .switch-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .terms-switch .switch-slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 0px;
            bottom: 0px;
            background-color: #222222;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .terms-switch input:checked + .switch-slider {
        background-color: #F2B66B;
    }

    .terms-switch input:focus + .switch-slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .terms-switch input:checked + .switch-slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }

    .terms-switch .switch-slider.round {
        border-radius: 34px;
    }

        .terms-switch .switch-slider.round:before {
            border-radius: 50%;
        }

.staff-switch label {
    font-size: 14px;
    font-weight: 500;
}

.form-box-main textarea {
    width: 100%;
    border: 1px solid #222222;
    border-radius: 8px;
    padding: 10px;
}

.form-box-main .shift-type-wrapper .form-label {
    margin-bottom: 0;
}

.form-box-main .shift-type-wrapper {
    margin-bottom: 5px;
}

    .form-box-main .shift-type-wrapper button {
        box-shadow: 0px 3px 6px #0000000a;
        border-radius: 6px;
        width: 70px;
        height: 30px;
        background: var(--bg-222);
        color: #ffffff;
        border: none;
        padding: 0;
        font-size: 12px;
    }

.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main:nth-last-child(2),
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main:nth-last-child(2) {
    /*	border-bottom: none;
	padding-bottom: 0;*/
}

/*.add-shift-new .modal-body .col-md-6,
.add-shift-new .modal-body .col-12 {
	padding-left: 30px;
	padding-right: 30px;
}*/

/*.add-shift-new .modal-body .row {
	margin-left: -30px;
	margin-right: -30px;
}*/
.modal-open-custom .modal.fade.advance-shift .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main:nth-last-child(2),
.modal-open .modal.fade.advance-shift .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main:nth-last-child(2) {
    border-bottom: 1px solid rgba(112,112,112,0.5);
}

/*.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main {
	width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}*/

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.client-box,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.client-box {
    order: 0;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.shift-box,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.shift-box {
    order: 3;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.time-location-box,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.time-location-box {
    order: 2;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.tasks-box,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main.tasks-box {
    order: 1;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .footer-btn-box,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .footer-btn-box {
    order: 4;
}

/*.modal-open-custom .advance-shift.modal.fade .modal-dialog,
.modal-open .advance-shift.modal.fade .modal-dialog {
	width: calc(100% - 30px);
}*/

/*	.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main,
	.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main {
		padding: 0 30px 30px 30px;
	}*/
.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row #IdBreaktime,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row #IdBreaktime {
    margin-top: 24px;
}

.popup-form .select2-container--default .select2-selection--multiple,
.popup-form .select2-container--default .select2-selection--single {
    border-color: #222222;
}

.popup-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.popup-form .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #222222;
}

.use-salutation .custom-checkbox {
    width: 45px !important;
}

/*.use-salutation select.form-select {
	width: calc(100% - 45px) !important;
}*/

/*.select2.select2-container.select2-container--default.select2-container--disabled {
	width: calc(100% - 45px) !important;
}

.select2.select2-container.select2-container--default {
	width: calc(100% - 45px) !important;
}*/

input#FileUploadlist::file-selector-button,
input.upload-profile::file-selector-button,
input#filesName::file-selector-button,
input#fileName::file-selector-button,
input#Filelist::file-selector-button,
input#filesName::file-selector-button {
    height: 42px;
    width: 130px;
    border: 1px solid #222222;
    border-radius: 8px;
    background-color: #222222;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.navigation-wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.service-edit-btn {
    text-align: right;
    margin: 35px 0 0 0;
}

    .service-edit-btn button {
        border: none;
        background: #343A40;
        font-size: 0;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        padding: 0;
    }

.care-team-popup ul li .btn-success,
.add-team-wrapper ul li .btn-success {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}

.care-team-popup ul li .btn-danger,
.add-team-wrapper ul li .btn-danger {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}

.care-team-popup nav ul li,
.add-team-wrapper nav ul li {
    margin: 0 8px;
}

    .care-team-popup nav ul li a,
    .add-team-wrapper nav ul li a {
        height: 42px;
        width: 42px;
        border-radius: 8px !important;
        border: 1px solid #2C2C2C;
        color: #222;
        text-align: center;
        padding: 0;
        line-height: 40px;
    }

        .care-team-popup nav ul li a:hover,
        .add-team-wrapper nav ul li a:hover {
            border: 1px solid #2C2C2C;
            background: #2c2c2c;
            color: #ffffff;
        }

        .care-team-popup nav ul li a:focus,
        .add-team-wrapper nav ul li a:focus {
            box-shadow: none;
        }

.staff-detail-wrapper form .salutation-staff .select2-container,
.additional-contact-wrapper .use-salutation .select2-container {
    width: calc(100% - 45px) !important;
}

.staff-detail-wrapper form .select2-container--default .select2-selection--single,
.additional-contact-wrapper .relation .select2-container--default .select2-selection--single,
.additional-contact-wrapper .use-salutation .select2-container--default .select2-selection--single {
    height: 36px;
}

    .staff-detail-wrapper form .select2-container--default .select2-selection--single .select2-selection__rendered,
    .additional-contact-wrapper .relation .select2-container--default .select2-selection--single .select2-selection__rendered,
    .additional-contact-wrapper .use-salutation .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-top: -6px;
    }
/*STAFF DETAIL STRAT*/
.staff-detail-wrapper {
    padding: 0 30px 16px 30px;
    border-radius: 20px;
}

    .staff-detail-wrapper form {
        margin: 0 -16px;
    }

        .staff-detail-wrapper form .find-address,
        .staff-detail-wrapper form .col-md-4 {
            padding-left: 8px;
            padding-right: 8px;
        }

        .staff-detail-wrapper form .carer-office-use {
            width: 100%;
        }

            .staff-detail-wrapper form .carer-office-use .btn {
                width: 50%;
                border-radius: 8px;
                height: 37px;
                line-height: 37px;
                padding: 0;
                border-color: #222222 !important;
            }

                .staff-detail-wrapper form .carer-office-use .btn.active {
                    background: #222222 !important;
                }

                .staff-detail-wrapper form .carer-office-use .btn.ofcUser {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

.document-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

    .document-wrapper .document-pdf {
        width: 50px;
    }

    .document-wrapper .document-text {
        width: calc(100% - 70px);
        padding: 0 15px;
        box-sizing: border-box;
    }

        .document-wrapper .document-text p {
            word-break: break-all;
            font-size: 14px;
        }

    .document-wrapper .document-remove {
        width: 20px;
    }

.core-information-wrapper textarea {
    width: 100%;
    border-color: #222222;
    border-radius: 8px;
    padding: 10px;
    min-height: 100px;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
}

    .core-information-wrapper textarea:hover,
    .core-information-wrapper textarea:focus {
        box-shadow: none;
        outline: none;
    }

.client-wrapper-left-bottom .client-wrapper-left-bottom-wrapper .tab-content ul li .language-spoke-select li {
    line-height: 26px;
    margin-top: 8px;
    padding: 0 20px 0 10px;
    width: auto;
    position: relative;
}

.language-spoke-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    position: absolute;
    right: 4px;
}
/*CLIENT DETAIL START*/
.client-detail-wrapper form .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.client-detail-wrapper form .clientuse-salutation .custom-checkbox {
    width: 45px;
}

.client-detail-wrapper form .clientuse-salutation .select2-container {
    width: calc(100% - 45px) !important;
}

.client-detail-wrapper form .select2-container--default .select2-selection--single {
    border-color: #222222;
    border-radius: 8px;
}

.client-detail-wrapper form .select2-container--default .select2-selection--multiple {
    border-color: #222222;
    border-radius: 8px;
}

body .client-detail-wrapper form .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: .375rem .75rem;
}

.client-detail-wrapper form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}
/*BULK SMS*/
body #emailBulkModal .select2-container .select2-selection--multiple .select2-selection__rendered,
body #smsBulkModal .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 10px;
    max-height: 28px;
}

#emailBulkModal .select2-container--default .select2-selection--multiple,
#smsBulkModal .select2-container--default .select2-selection--multiple {
    border-color: #222222;
    border-radius: 8px;
}

#emailBulkModal .custom-checkbox,
#smsBulkModal .checkbox-center {
    margin-top: 10px;
}

#smsBulkModal textarea {
    border-color: #222222;
    border-radius: 8px;
}

#emailBulkModal .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice,
#smsBulkModal .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 9px;
}

#emailBulkModal .select2-search.select2-search--inline,
#smsBulkModal .select2-search.select2-search--inline {
    line-height: 36px;
}

.modal-open #emailBulkModal.modal.fade .modal-dialog,
.modal-open #smsBulkModal.modal.fade .modal-dialog {
    max-height: 90%;
    overflow: auto;
    height: auto;
}

#emailBulkModal .note-editor.note-frame, .note-editor.note-airframe {
    border-color: #222222;
    border-radius: 8px;
}
/*Billing start*/
.billing-report-header .billing-date {
    margin-right: 30px;
}

.billing-date .input-group {
    align-items: center;
    padding: 2px 10px;
    box-sizing: border-box;
    border-radius: 8px;
}

.billing-report-header .billing-date input.form-control {
    height: 36px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #222222;
    width: 219px;
}

.billing-report-header .billing-date .input-group-append {
    height: 36px;
    width: 36px;
    border-radius: 6px !important;
    background: #ffffff;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

body .daterangepicker.opensright:after {
    left: calc(50% - -1px);
}

body .daterangepicker.opensright:before {
    left: 50%;
}

.billing-report-header .billing-csv .dt-buttons button span:before {
    content: '';
    background: url('../images/ic_csv.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    margin-right: 10px;
}

.billing-report-header .billing-csv .dt-buttons button {
    height: 40px;
    padding: 0;
    width: 140px;
    background: #222222;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
}

    .billing-report-header .billing-csv .dt-buttons button span {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

.client-communication .timeline-header a {
    height: 42px;
    width: 130px;
    border: 1px solid #222222;
    border-radius: 8px;
    background-color: #222222;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
}

    .client-communication .timeline-header a:hover {
        border-color: #222222;
        color: #222222;
        background: transparent;
    }

.client-communication .timeline .time-label span {
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 130px;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    border-radius: 8px;
}

.client-communication .timeline .timeline-item {
    border: 1px solid #222222;
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0;
    background-color: transparent;
}

.client-communication .timeline [ng-repeat="comm in cCommList"] {
    margin-right: 0;
}

.client-communication .timeline > div > .timeline-item > .timeline-header {
    border-color: #222222;
    padding: 10px;
    color: #222222;
}

.client-communication .timeline .timeline-item .time {
    padding: 15px 15px;
    color: #222222;
    font-size: 14px;
    float: right;
}

.client-communication .timeline-edit {
    padding: 0 10px 10px 10px;
}

    .client-communication .timeline-edit .timeline-edit-left {
        font-size: 16px;
        color: #222222;
    }

    .client-communication .timeline-edit .timeline-edit-right a {
        border: none;
        background: #343A40;
        font-size: 0;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .client-communication .timeline-edit .timeline-edit-right a:before {
            content: '';
            background: url('../images/ic_edit_white.svg') no-repeat;
            height: 18px;
            width: 18px;
            display: inline-block;
        }

.note-body {
    padding: 0 10px 10px 10px;
    font-size: 14px;
    color: #222;
}

.note-img {
    padding: 0 10px 10px 10px;
}

.client-communication > .timeline-header {
    position: relative;
    z-index: 1;
}

.client-communication .communication-wrapper {
    margin-top: -65px;
}

.client-communication .communication-box .timeline-item {
    margin-top: 25px;
}

    .client-communication .communication-box .timeline-item .timeline-body {
        padding: 24px;
    }

        .client-communication .communication-box .timeline-item .timeline-body .timeline-header {
            font-size: 24px;
            line-height: 39px;
            font-weight: 500;
            color: #222222;
            margin-bottom: 0px;
        }

        .client-communication .communication-box .timeline-item .timeline-body form .col-md-12 {
            padding-left: 10px;
            padding-right: 10px;
        }

            .client-communication .communication-box .timeline-item .timeline-body form .col-md-12 .note-editor.note-frame {
                width: 100% !important;
                box-shadow: none;
                border-color: #222222;
            }

                .client-communication .communication-box .timeline-item .timeline-body form .col-md-12 .note-editor.note-frame .card-header {
                    border-color: #222222;
                }

                .client-communication .communication-box .timeline-item .timeline-body form .col-md-12 .note-editor.note-frame .note-editable {
                    color: #222222;
                    font-size: 16px;
                }

.client-communication .communication-box .communication-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

    .client-communication .communication-box .communication-add button,
    .edit-communication-full.update-btn button {
        height: 42px;
        width: 130px;
        border: 1px solid #222222;
        border-radius: 8px;
        background-color: #222222;
        font-size: 14px;
        color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        transition: 0.15s;
    }

        .client-communication .communication-box .communication-add button:hover,
        .edit-communication-full.update-btn button:hover {
            background: transparent;
            color: #222222;
        }

.timeline .communication-box .fa-clock {
    top: 25px;
}

.client-communication .select2-container--default .select2-selection--single {
    border-color: #222222;
    border-radius: 8px;
}

    .client-communication .select2-container--default .select2-selection--single:focus {
        border-color: #222222;
    }

.add-team-wrapper .select2-container--default .select2-selection--single {
    height: 36px;
    padding: 5px 10px 5px 15px;
    border-color: #222;
    border-radius: 8px;
}

    .add-team-wrapper .select2-container--default .select2-selection--single:focus {
        border-color: #222;
    }

.add-team-wrapper .team-name input {
    border-radius: 8px !important;
}

.teams-wrapper .add-teams-button {
    margin-left: 30px;
}

.teams-wrapper .client-list-search {
    width: calc(100% - 186px);
}

.images-uploader a {
    padding: 8px;
    border: 1px solid #343A40;
    width: 158px;
    height: 158px;
    border-radius: 12px;
    display: inline-block;
}

    .images-uploader a img {
        border-radius: 10px;
        width: 142px;
        height: 140px;
    }

.edit-communication .edit-communication-full {
    padding-left: 30px;
    padding-right: 30px;
}

.edit-communication .col-md-12 .note-editor.note-frame .card-header {
    border-color: #222222;
}

.edit-communication .col-md-12 .note-editor.note-frame {
    width: 100% !important;
    box-shadow: none;
    border-color: #222222;
}

.setting-wrapper {
    margin: 0 -12px;
}

    .setting-wrapper .setting-box-company,
    .setting-wrapper .setting-box-company-detail,
    .setting-wrapper .setting-box-shift {
        margin: 0 12px;
        width: calc(25% - 24px);
    }

.client-wrapper .client-wrapper-right.setting-box-shift {
    width: calc(50% - 24px);
}

.setting-wrapper .chip {
    display: inline-block;
    padding: 0 10px;
    margin: 5px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
}

.setting-wrapper span.close-chip-btn {
    padding-left: 8px;
    color: #888;
    float: right;
    font-size: 22px !important;
    cursor: pointer;
}

    .setting-wrapper span.close-chip-btn:hover {
        color: #000;
    }

.setting-wrapper .input-group input[type=number]::-webkit-outer-spin-button,
.setting-wrapper .input-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.setting-wrapper .input-group input[type=number] {
    -moz-appearance: textfield;
}

.setting-wrapper .client-wrapper-right-top .client-right-box-content.images-uploader {
    max-height: unset;
    overflow: unset;
}

.blackborder .input-group .input-group-text {
    border-color: #222;
}

.shift-type-popup-content {
    /*	margin: 0 -30px;*/
}

    .shift-type-popup-content .shift-type-popup-heading .shift-type-popup-heading-name {
        padding: 0;
        width: calc(100% - 110px);
    }

    .shift-type-popup-content .shift-type-popup-heading .shift-type-popup-heading-action {
        padding: 0 30px;
        width: 110px;
    }

.client-document-categories .add-category {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.client-document-categories input {
    width: calc(100% - 150px);
}

.pac-container.pac-logo {
    z-index: 1050;
}

.bi-pencil-square:before,
.bi-plus:before {
    color: #fff;
}

.edit-blk-btn {
    height: 46px;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cursor-pointer-new {
    cursor: pointer;
}

.all-client-header .client-list-search {
    width: calc(100% - (613px + 1rem));
}

.all-client-header .client-list-top-btn {
    width: 613px;
}

.nightmode .client-list-table .text-primary.black-edit-button svg [fill="rgba(34,34,34,1)"] {
    fill: #fff;
}

.staff-timesheet .client-list-search input {
    height: 40px;
}

.staff-timesheet.billing-report-header .billing-date {
    margin: 0;
}

.client-wrapper-right-middle .client-right-box-content ul li.client-shift-box button {
    border: none;
    background: transparent;
    padding: 0 0 0 10px;
}

.client-wrapper-right-middle .client-right-box-content ul li.client-shift-box label {
    width: calc(100% - 130px);
}

.client-wrapper-right-middle .client-right-box-content ul li.client-shift-box p {
    width: 130px;
}

.event-wrapper .event-inner {
    position: relative;
}

    .event-wrapper .event-inner:before {
        background-color: #dee2e6;
        bottom: 0;
        content: "";
        left: 31px;
        margin: 0;
        position: absolute;
        top: 0;
        width: 4px;
    }

    .event-wrapper .event-inner .event-time-label {
        margin-bottom: 20px;
        position: relative;
    }

        .event-wrapper .event-inner .event-time-label span {
            border: 1px solid #2C2C2C;
            border-radius: 8px;
            font-size: 14px;
            color: #222222;
            display: inline-block;
            padding: 8px 20px;
        }

    .event-wrapper .event-inner .event-content-box {
        position: relative;
        margin-bottom: 20px;
    }

        .event-wrapper .event-inner .event-content-box .timeline-icon {
            top: 50%;
            transform: translate(0, -50%);
            left: 10px;
            line-height: 30px;
            position: absolute;
            text-align: center;
            width: 45px;
        }

        .event-wrapper .event-inner .event-content-box .event-box {
            border-radius: 0.25rem;
            margin-left: 60px;
            position: relative;
            border: 1px solid #222;
            border-radius: 10px;
        }

            .event-wrapper .event-inner .event-content-box .event-box .event-box-header {
                padding: 10px;
                border-bottom: 1px solid #222;
            }

                .event-wrapper .event-inner .event-content-box .event-box .event-box-header h3 {
                    margin: auto auto auto 0;
                    font-size: 16px;
                    font-weight: 600;
                }

                .event-wrapper .event-inner .event-content-box .event-box .event-box-header p {
                    width: 210px;
                    text-align: right;
                }

            .event-wrapper .event-inner .event-content-box .event-box .event-box-content {
                padding: 10px;
            }

                .event-wrapper .event-inner .event-content-box .event-box .event-box-content p {
                    white-space: break-spaces;
                }

.navigation ul li.level-0.bg-dark.active {
    padding-bottom: 10px;
    border-radius: 0 8px 8px 0 !important;
}

    .navigation ul li.level-0.bg-dark.active > a i [fill="#222"] {
        fill: #fff;
    }
/*.login-box .login-wrapper .login-inner {
	height: 100vh;
}*/
.fade.modal-show-custom {
    display: block !important;
    opacity: 1 !important;
}

.modal-open-custom {
    overflow: hidden;
}

.modal {
    background: rgba(0,0,0,0.8);
    /*	pointer-events: none;*/
}
/*.modal-open .bg-white-new.main-wrapper {
	z-index: -1;
	position: relative;
}*/


.modal-backdrop.fade.show {
    display: none !important;
}

#toast-container .toast {
    background-color: #007bff
}

#toast-container .toast-success {
    background-color: #28a745
}

#toast-container .toast-error {
    background-color: #dc3545
}

#toast-container .toast-info {
    background-color: #17a2b8
}

#toast-container .toast-warning {
    background-color: #ffc107
}

.type-drop-down ul li a {
    font-size: var(--h-font-14);
}

.user-edit-popup .select2-container--default .select2-selection--single {
    height: 46px;
}

    .user-edit-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-top: 0;
    }

.user-edit-popup .clientuse-salutation span.select2-container {
    width: calc(100% - 45px) !important;
}

.user-edit-popup .clientuse-salutation .custom-checkbox {
    width: 45px;
}

.user-edit-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

body #emailBulkModal1 .select2-container .select2-selection--multiple .select2-selection__rendered,
body .user-edit-popup .select2-container .select2-selection--multiple .select2-selection__rendered {
    max-height: 28px;
    overflow: auto;
    padding-bottom: 0;
    height: 38px;
    padding-left: .75rem;
}

#emailBulkModal1 .select2-container--default .select2-selection--multiple .select2-selection__choice,
.user-edit-popup .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0.53rem;
}

#emailBulkModal1 .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,
.user-edit-popup .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
    margin-top: 2px !important;
}

.form-group {
    margin-bottom: 1rem;
}

#emailBulkModal1 .note-editor.note-frame, #emailBulkModal1 .note-editor.note-airframe {
    border-color: #222;
}

.client-detail-photo {
    display: none;
    position: relative;
}

.user-profile-edit {
    position: absolute;
    top: 6px;
    left: 49%;
    width: 126px;
    transform: translate(-50%, 0);
    text-align: right;
}

    .user-profile-edit a {
        background: #222;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: inline-block;
        text-align: center;
    }

        .user-profile-edit a [fill="#222"] {
            fill: #fff;
        }

.left-section.active-menu-main .client-detail .user-profile-edit {
    display: none;
}
/*.search-btn {
	height: 46px;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}*/
.bor-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.bor-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.new-task-added {
    border-bottom: 1px dashed rgba(112,112,112,0.5);
    padding: 10px 0;
}

    .new-task-added label {
        width: calc(100% - 40px);
    }

    .new-task-added #removeTask {
        width: 20px;
        height: 20px;
        background: rgba(112,112,112,0.5);
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
/*body .width-80-20 {
	width: calc(100% - 30px);
}*/
.edit-popup {
    padding: 0;
    height: 40px;
    border: none;
    background: #222;
    color: #fff;
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .edit-popup [fill="#222"] {
        fill: #fff;
    }

.table-condensed a .fa-arrow-up:before {
    content: '';
    background: url('../images/arrow-up-clock.svg') no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.table-condensed a .fa-arrow-down:before {
    content: '';
    background: url('../images/arrow-down-clock.svg') no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.modal.add-shift-new .bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
}

.modal.add-shift-new .bootstrap-datetimepicker-widget table td span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.table-condensed .btn.btn-primary {
    background: #222;
}

.split-heading label {
    font-size: var(--cli-det-16);
    font-weight: 700;
}

.split-heading button {
    border: none;
    padding: 0;
    background: transparent;
}

.split-btn {
    height: 42px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto 0 auto auto;
    border-radius: 8px;
}

.invoice-list-wrapper .all-client-header .client-list-search {
    width: calc(100% - (711px + 1rem));
}

.invoice-list-wrapper .billing-date .input-group {
    padding: 2px;
}

.invoice-list-wrapper .client-list-search input {
    height: 56px;
}

.invoice-generator-top-box {
    /*	width: calc(33.33% - 45px);*/
}

    .invoice-generator-top-box label {
        font-size: 16px;
        text-transform: capitalize;
        margin-right: 10px;
    }

.invoice-detail-top {
    border-bottom: 1px solid #343A40;
}

.invoice-detail-table table td {
    font-size: var(--tab-font-13);
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    /*	background: #fff;*/
}

.invoice-detail-table table th {
    font-size: var(--tab-font-13);
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: #343A40;
}

.invoice-detail-table table thead th:first-child {
    border-top-left-radius: 20px;
}

.invoice-detail-table table thead th:last-child {
    border-top-right-radius: 20px;
}

.invoice-white-btn {
    padding: 14px 20px;
    background: var(--bg-222);
    border-radius: 12px;
    font-size: var(--h-font-14);
    color: #ffffff;
    box-shadow: 0px 3px 30px #0000000A;
    text-transform: capitalize;
}

    .invoice-white-btn:hover {
        color: #ffffff;
    }

.invoice-black-btn {
    padding: 14px 20px;
    background: var(--bg-fff);
    border-radius: 12px;
    font-size: var(--h-font-14);
    color: #222222;
    box-shadow: 0px 3px 30px #0000000A;
    text-transform: capitalize;
}

    .invoice-black-btn:hover {
        color: #222222;
    }

.invoice-payment-status p span.paid {
    color: green;
}

.invoice-payment-status p span.unpaid {
    color: red;
}

.paid.budget {
    background: green;
    padding: 2px 10px;
    border-radius: 6px;
    color: #fff;
}

.unpaid.budget {
    background: #ffa500;
    padding: 2px 10px;
    border-radius: 6px;
    color: #fff;
}

.export-quickbok a {
    padding-top: 11px;
    padding-bottom: 11px;
}

.swal2-container .swal2-actions .swal2-cancel {
    margin-left: 15px;
}

/*NEW EXPERIMENT*/
.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main {
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin: 0 0 16px 0;
    padding: 16px 12px;
}

.add-shift-new .form-box-main .from-title-with-img {
    margin-bottom: 16px;
}

    .add-shift-new .form-box-main .from-title-with-img h4 {
        font-size: var(--nav-text-16);
        font-weight: 600;
        padding-left: 10px;
        margin-bottom: 0;
    }

input.form-control,
select.form-select {
    height: 36px;
    border-color: #222222;
    border-radius: 8px;
}

.add-shift-new .custom-checkbox.drop-off-address,
.add-shift-new .custom-checkbox.shift-finishes,
.add-shift-new .custom-checkbox.repeat-shift {
    margin-top: 16px;
}

.instructions-box .note-editable.card-block {
    height: 50px !important;
}

.instructions-box .note-toolbar .note-btn-group button {
    margin-right: 5px;
}

.add-shift-new .modal-header {
    margin-bottom: 16px;
}

.search-btn {
    height: 46px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.input-group-text.search-btn {
    height: 36px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

body .select2-container .select2-selection--multiple {
    min-height: 36px;
    padding: 0;
}

body .add-shift-new .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 5px;
    height: 28px;
    line-height: 40px;
}

body .add-shift-new .select2-container--default .select2-selection--single {
    height: 36px;
}
/*.modal-open-custom .add-shift-new.modal.fade .modal-dialog .modal-content .modal-footer, .modal-open .add-shift-new.modal.fade .modal-dialog .modal-content .modal-footer {
	padding: 0;
}*/
.modal-open-custom .modal.fade .modal-dialog .modal-content,
.modal-open .modal.fade .modal-dialog .modal-content {
    max-height: 100%;
    /*height: 100%;*/
    /*	overflow-y: auto;*/
    padding: 16px 0;
    border-radius: 8px;
}

    .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header,
    .modal-open .modal.fade .modal-dialog .modal-content .modal-header {
        padding: 0;
        border-bottom: none;
        align-items: center;
    }

        .modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header .modal-title,
        .modal-open .modal.fade .modal-dialog .modal-content .modal-header .modal-title {
            font-size: var(--p-font-24);
            line-height: 30px;
            font-weight: 700;
        }

.add-shift-new .modal-body .col-md-6,
.add-shift-new .modal-body .col-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.add-shift-new .modal-body .row {
    margin-left: -12px;
    margin-right: -12px;
}

.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-header,
.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-footer,
.modal-open .modal.fade .modal-dialog .modal-content .modal-footer,
.modal-open .modal.fade .modal-dialog .modal-content .modal-header {
    padding: 12px 16px;
}

.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body {
    max-height: 100%;
    overflow: auto;
    padding: 0 16px;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog,
.modal-open .advance-shift.modal.fade .modal-dialog {
    width: 100%;
    height: 100%;
}

.modal-open-custom .modal.fade .modal-dialog .modal-content .modal-body .select2.select2-container,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .select2.select2-container {
    width: 100% !important;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main {
    padding: 12px 12px 16px 12px;
    border: 1px solid rgba(112,112,112,0.5);
    border-radius: 8px;
}

.modal-open-custom .advance-shift.fade .modal-dialog .modal-content .modal-body,
.modal-open-custom .advance-shift.fade .modal-dialog .modal-content .modal-body {
    padding: 0 8px;
}

.popup-half-box {
    padding: 0 !important;
}

.modal-open-custom .advance-shift.add-shift-new.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .popup-half-box,
.modal-open .add-shift-new.modal.fade.advance-shift .modal-dialog .modal-content .modal-body .popup-form.row .popup-half-box {
    padding: 0;
    float: left;
    width: calc(50% - 16px);
    margin: 0 8px;
}

.modal-open-custom .advance-shift.add-shift-new.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row,
.modal-open .add-shift-new.modal.fade.advance-shift .modal-dialog .modal-content .modal-body .popup-form.row {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
}

.modal-open-custom .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main,
.modal-open .advance-shift.modal.fade .modal-dialog .modal-content .modal-body .popup-form.row .form-box-main {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.normal-select select {
    height: 36px;
    border-color: #222222;
    border-radius: 8px;
}

    .normal-select select:focus {
        outline: none;
        box-shadow: none;
        border-color: #222222;
    }

.modal-open .modal.fade .modal-dialog .modal-content .modal-body .use-salutation .select2.select2-container {
    width: calc(100% - 45px) !important;
}

.staff-detail-wrapper.client-detail-wrapper .col-md-4 .select2.select2-container .select2-selection.select2-selection--multiple {
    height: 36px;
}

.staff-detail-wrapper.add-team-wrapper .search-btn {
    height: 36px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.billing-report-header.staff-timesheet.billing-client-list .client-list-search {
    width: calc(100% - (274px + 1rem));
    margin-right: 16px;
}

.billing-report-header.staff-timesheet.billing-client-list .billing-date {
    margin: 0;
}

.search-btn-wrapper .search-btn {
    height: 36px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.client-list-top-wrapper.invoice-void-list-search .client-list-search {
    width: calc(100% - (282px + 1rem));
}

.house-and-rooms-search .client-list-search {
    width: calc(100% - (274px + 1rem));
}

.house-and-rooms-search .billing-report-header {
    width: 274px;
}

    .house-and-rooms-search .billing-report-header .billing-date {
        margin-right: 0;
    }

.dataTables_wrapper .dataTable .badge {
    margin: 2px 5px 2px 0;
    font-size: 12px;
    font-weight: normal;
}

.schedular-top-bar .scheduler-mid-header-left {
    /*width: 20%;*/
}

.schedular-top-bar .scheduler-mid-header-middle {
    width: 61%;
}

.schedular-top-bar .scheduler-mid-header-right {
    width: 160px;
}

.schedular-top-bar .schedular-header .scheduler-mid-header-right {
    width: 102px;
}

.navigation ul li.level-0.active-menu a {
    color: #fff;
}

    .navigation ul li.level-0.active-menu a svg [fill="#222"] {
        fill: #fff;
    }

.navigation ul li.level-0.submenu.active-menu > a:after {
    background: url('../images/ic_dropdown-night.svg');
}

body .navigation ul li.level-0.active-menu {
    background: #222;
    border-radius: 0px 8px 8px 0px;
    padding-bottom: 10px;
}

.navigation ul li.level-0.submenu.active-menu .second-level li.level-1.submenu > a:after {
    background: url('../images/ic_dropdown-night.svg');
}

body .navigation .second-level li.active-sub-menu {
    background: #3D3D3D;
}

.navigation .level-0 .second-level li.level-1.bg-dark.active {
    background-color: #3D3D3D !important;
}

.navigation .level-0 .third-level li.level-2.bg-dark.active {
    background-color: #222 !important;
}

.client-list-table .client-list-table-wrapper table.dataTable .action {
    width: 71px !important;
}

.edit-profile-wrapper {
    border-radius: 20px;
    padding: 0 20px 20px 20px;
}

.scheduler-mid-header-middle-wrapper .next-day button {
    margin: auto 0 auto auto;
}

.services-list-search .client-list-search {
    position: relative;
}

    .services-list-search .client-list-search .search-icon {
        position: absolute;
        top: 5px;
        left: 11px;
    }

.modal-open .modal.fade .modal-dialog .modal-content .modal-body.new-popup-body .popup-form.row > * {
    padding-left: 12px;
    padding-right: 12px;
}

.modal-open .modal.fade .modal-dialog .modal-content .modal-body.new-popup-body .popup-form.row {
    margin-left: -12px;
    margin-right: -12px;
}

.client-wrapper.staff-detail-client-wrapper .client-wrapper-right {
    width: 27%;
}

.add-shift-new .custom-checkbox .custom-checkbox-main {
    font-size: 14px;
}

.add-shift-top-close .edit-popup {
    height: 28px;
    width: 28px;
    border-radius: 50% !important;
}

.add-shift-top-close .dropdown button {
    height: 28px;
    width: 28px;
    border-radius: 50% !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: none;
}

    .add-shift-top-close .dropdown button:after {
        display: none;
    }

.add-shift-top-close .dropdown .dropdown-menu {
    right: 0 !important;
    left: unset !important;
}

.tbl_new {
    display: none;
}

.setting-wrapper .client-right-box-content {
    padding: 15px;
}

.edit-profile-main .form .input-group .select2.select2-container--default .select2-selection--single {
    border-color: #222222;
    border-radius: 8px;
}

.edit-profile-main .form .address-profile .input-group .input-group-append .bi-search {
    padding: 0 0.75rem;
    height: 36px;
    border-radius: 0 8px 8px 0;
}

.edit-profile-main .select2-container--default .select2-selection--multiple {
    border-color: #222222;
    border-radius: 8px;
}

    .edit-profile-main .select2-container--default .select2-selection--multiple ul {
        padding: 5px;
        height: 28px;
    }

    .edit-profile-main .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-bottom: 0.31rem;
        margin-top: 0;
        font-size: 14px;
    }

.scheduler-dropdown.dropdown button {
    width: 166px;
}

.type-drop-down .scheduler-dropdown.dropdown button {
    width: 274px;
}

.normal-select .advance-add-shift {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.nightmode .normal-select .advance-add-shift:focus {
    background-color: transparent;
    border: 1px solid #fff;
}

.nightmode .bi-pencil::before {
    color: #fff;
}

.nightmode .bi-pencil::before {
    color: #fff;
}

.nightmode .bi-x-square::before {
    color: #fff;
}

.nightmode .bi-download::before {
    color: #fff;
}

.nightmode .tui-full-calendar-timegrid-left .tui-full-calendar-timegrid-timezone {
    background-color: inherit;
}

.nightmode .in-home-add-support {
    background-color: transparent;
    color: #fff;
}

    .nightmode .in-home-add-support:focus {
        background-color: transparent;
        color: #fff;
    }

.nightmode .in-home-support {
    background: #5A5E63;
}

.nightmode .tui-full-calendar-timegrid-container .tui-full-calendar-timegrid-left .tui-full-calendar-timegrid-timezone {
    background-color: inherit !important;
}

.nightmode .pipline-lead-button::after {
    color: #222;
}

.nightmode .pipeline-lead-list {
    color: #222;
}

.nightmode #Agreementtable_wrapper .text-center .text-dark {
    color: #fff !important;
}

#Agreementtable_wrapper .text-center .text-dark .bi-x-octagon-fill {
    margin-right: 5px;
}

.nightmode .service-agreement-support-edit [fill= "#222"] {
    fill: #fff;
}

.nightmode .form-control.service-agreement-addsupport-add-task {
    background-color: transparent;
    color: #fff;
}

.nightmode .single-list-advance .add-support-add-task-button [fill= "#222"] {
    fill: #fff !important;
}

.nightmode .swal2-popup.swal2-modal.swal2-icon-question {
    background-color: #5A5E63;
    color: #fff;
}

.nightmode .swal2-title {
    color: #fff;
}

.nightmode .add-support-new-task-bottom {
    margin-bottom: 10px;
}

.nightmode .swal2-radio {
    background-color: transparent;
    color: #fff;
}

.modal.fade.add-shift-new.edit-shift-more-event-popup.show {
    background-color: transparent !important;
}

.swal2-header .swal2-close {
    font-size: 32px !important;
}

.nightmode .service-agree-top ul li span {
    background: #222;
}

.nightmode .service-agree-top ul li.active span {
    background: #fff;
    border: 1px solid #fff;
}

.nightmode .service-agree-top li.active [fill= "212121"] {
    fill: #222 !important;
}


.nightmode .service-agree-top li [fill= "212121"] {
    fill: #fff !important;
}

.nightmode .modal-footer .btn-secondary.cancle-btn:hover {
    color: #222;
}

.nightmode .tui-full-calendar-layout .tui-full-calendar-month-more {
    background-color: #343a40 !important;
}

.nightmode .tui-full-calendar-month-more-title-day {
    color: #fff;
}

.nightmode .tui-full-calendar-month-more-title-day-label {
    color: #fff;
}
/*SERVICE AGREEMENT START*/
.service-agree-top ul {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

    .service-agree-top ul:before {
        content: '';
        height: 1px;
        background: #282d33;
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
    }

    .service-agree-top ul li {
        list-style: none;
        position: relative;
    }

        .service-agree-top ul li.active span {
            background: #282d33;
        }

            .service-agree-top ul li.active span svg [fill="212121"] {
                fill: #ffffff;
            }

        .service-agree-top ul li:last-child:before {
            display: none;
        }

        .service-agree-top ul li span {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            border: 1px solid #222;
            background: #fff;
            display: inline-block;
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .service-agree-top ul li label {
            display: block;
            margin: 10px 0 0 0;
        }

.create-service-agreement-content .agreement-box {
    border-radius: 12px;
}

    .create-service-agreement-content .agreement-box h3 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 600;
    }

.normal-p {
    font-size: 14px;
    line-height: 17px;
}

.custom-radio-agree .radio-container {
    display: block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-radio-agree .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.custom-radio-agree .radio-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #282D33;
    background-color: #fff;
}

.nightmode .create-service-agreementfor .custom-radio-agree .radio-checkmark {
    border: 1px solid #fff;
    background-color: transparent;
}

.add-update-salutation-name {
    width: calc(100% - 45px);
}

.modal.fade .modal-content .modal-body .use-salutation .add-update-salutation-name .select2.select2-container.select2-container--default.select2-container--disabled {
    width: 100% !important;
}
/*.custom-radio-agree .radio-checkmark:hover {
	background-color: #fff;
}*/
.support_information_container
.custom-radio-agree .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio-agree .radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

.custom-radio-agree .radio-container .radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #282D33;
}


.agree-client-detail .agree-client-img {
    width: 100px;
    margin-right: 20px;
}

    .agree-client-detail .agree-client-img .agree-client-img-wrapper {
        border: 1px solid #343A40;
        border-radius: 12px;
        height: 100px;
    }

        .agree-client-detail .agree-client-img .agree-client-img-wrapper img {
            border-radius: 12px;
            height: 90px;
            width: 90px;
        }

.agree-client-detail .agree-client-content {
    width: calc(100% - 120px);
}

    .agree-client-detail .agree-client-content > div {
        width: 50%;
    }

    .agree-client-detail .agree-client-content li {
        list-style: none;
    }

        .agree-client-detail .agree-client-content li span {
            width: 100px;
        }

        .agree-client-detail .agree-client-content li label {
            font-weight: 600;
            width: calc(100% - 100px);
            word-break: break-all;
        }

.gaurdian-active.agree-client-detail .agree-client-content > div {
    width: 100%;
}

.support-box {
    background: #EFEFEF;
    border-radius: 8px;
    padding: 16px;
}

    .support-box h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .support-box .support-box-content li {
        width: 50%;
        list-style: none;
    }

        .support-box .support-box-content li span {
            width: 133px;
        }

        .support-box .support-box-content li label {
            font-weight: 600;
            width: calc(100% - 133px);
        }

.service-finish-btn {
    border: 1px solid #2C2C2C;
    border-radius: 8px;
    height: 40px;
    padding: 0 24px;
}

.add-support-checkbox .custom-checkbox-main {
    margin-right: 7px;
}

    .add-support-checkbox .custom-checkbox-main:last-child {
        margin-right: 0;
    }

.create-service-billing-details table .sub-table-wrapper table {
    background: #efefef;
    border-radius: 8px;
}

    .create-service-billing-details table .sub-table-wrapper table thead th {
        background: #0a97c8;
    }

        .create-service-billing-details table .sub-table-wrapper table thead th:first-child {
            border-top-left-radius: 8px;
        }

        .create-service-billing-details table .sub-table-wrapper table thead th:last-child {
            border-top-right-radius: 8px;
        }

.create-service-billing-details table .sub-table-wrapper > td {
    padding-left: 30px;
    padding-right: 30px;
}

.create-service-billing-details table .drop-down {
    width: 30px !important;
}

.new-bussiness .btn-outline-dark {
    --bs-btn-color: #181818;
    --bs-btn-border-color: #181818;
    --bs-btn-hover-color: #F8FBF6;
    --bs-btn-hover-bg: #181818;
}

    .new-bussiness .btn-outline-dark.active {
        color: #F8FBF6;
        background-color: #181818;
        border-color: #181818;
    }

.req:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.guardian-normal {
    display: none;
}

.active-guardian.guardian-normal {
    display: block;
}

.active-guardian .services-ageement-clients.second-agreement {
    width: 100%;
    padding-left: 120px;
}

.active-guardian .add-guardian-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.header-text p {
    font-size: 14px;
    padding-right: 25px;
    position: relative;
}

    .header-text p:before {
        content: '';
        height: 4px;
        width: 4px;
        background: #222;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        right: 10px;
    }

.header-text span {
    font-size: 14px;
}

.client-list-top-wrapper .client-bottom-input {
    width: calc(20% - 16px);
    margin-right: 16px;
}

    .client-list-top-wrapper .client-bottom-input:last-child {
        width: 20%;
        margin-right: 0;
    }

.add-support-popup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .add-support-popup p {
        padding-right: 5px;
    }


/*card */

.card-container {
    width: 50%;
    padding: 20px;
    border: none;
}

.card {
    background-color: #fff;
    border: none;
    /*padding: 10px;*/
}

.pl-20 {
    padding-left: 20px;
}

.card img {
    width: 100px;
    height: 100px;
    background-color: #F1F1F1;
    border: none !important;
    border-radius: 5px;
}

.subscribe-btn {
    width: 150px;
    height: 38px;
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}

.mbtm-5 {
    margin-bottom: 5px;
}

.mbtm-15 {
    margin-bottom: 15px;
}

.mlft-5 {
    margin-left: 5px;
}

.product-price h3 {
    font-weight: 700;
}

.f-14 {
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.f-30 {
    font-size: 30px;
    font-weight: 600;
}

.subscription-plan-container {
    padding: 20px;
    border-radius: 20px;
}

.active-plan-left h4 {
    font-size: 26px;
    font-weight: bold;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.active-plan-right-div {
    border: 1px solid #C8C9C9;
    border-radius: 16px;
    width: calc(50% - 20px);
    padding: 10px 20px;
    margin: 0 10px;
}

.active-plan-right-div-img {
    width: 18px;
    padding-right: 10px;
}

.active-plan-right-div-content {
    width: calc(100% - 18px);
    padding-left: 10px;
}

.expire-p {
    color: #959595;
}

.active-plan-title {
    font-size: 16px;
    font-weight: bold;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.sub-paynow-btn {
    width: 122px;
    height: 38px;
    background: #222;
    color: #fff;
    border-radius: 8px;
}

.border-right {
    border-right: 1px solid #C8C9C9;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.scheduler-calendar-container {
    overflow-x: hidden;
    max-height: calc(100vh - 252px);
    overflow-y: auto;
    height: 100%;
    background: #fff;
}

.tui-full-calendar-right .tui-full-calendar-weekday-grid {
    overflow: unset;
}

.tui-full-calendar-right .tui-full-calendar-weekday-schedules {
    overflow: unset;
}

.tui-full-calendar-dayname-container {
    overflow-y: unset !important;
}

}
}

.client-right-box .client-right-box-heading {
    padding: 10px;
}

.tui-full-calendar-right .tui-full-calendar-weekday-grid {
    overflow: unset;
}

.tui-full-calendar-right .tui-full-calendar-weekday-schedules {
    overflow: unset;
}

.tui-full-calendar-dayname-container {
    overflow-y: unset;
}

/*FEEDBACK RATTING START*/
.feedback-ratting-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3px 30px #0000000A;
    border-radius: 20px;
    padding: 24px;
    width: 648px;
}

    .feedback-ratting-wrapper h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .feedback-ratting-wrapper .feedback-ratting-problem {
        margin-bottom: 32px;
    }

        .feedback-ratting-wrapper .feedback-ratting-problem p {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .feedback-ratting-wrapper .feedback-ratting-problem button {
            width: 50px;
            padding: 0;
            height: 30px;
        }

            .feedback-ratting-wrapper .feedback-ratting-problem button.active.cancle-btn {
                background-color: #181818;
                border-color: #181818;
                color: #fff;
            }

            .feedback-ratting-wrapper .feedback-ratting-problem button.btn-secondary:hover {
                color: #fff;
            }

    .feedback-ratting-wrapper .feedback-rattig-star .fill-star {
        position: absolute;
        top: 0;
        left: 0;
    }

    .feedback-ratting-wrapper .feedback-rattig-star p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .feedback-ratting-wrapper .feedback-rattig-star img {
        display: block
    }

    .feedback-ratting-wrapper .feedback-rattig-star {
        margin-bottom: 30px;
    }

    .feedback-ratting-wrapper .feedback-textarea p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .feedback-ratting-wrapper .feedback-textarea textarea {
        min-height: 100px;
        border-radius: 8px;
        border: 1px solid #222;
        width: 100%;
        padding: 10px 0 0 10px;
        font-size: 14px;
        resize: unset;
    }

        .feedback-ratting-wrapper .feedback-textarea textarea:focus {
            outline: none
        }

/*RATTING AND FEEDBACK CSS START*/
.ratting-tab-new-wrapper {
    margin: 16px -35px 0 -35px;
}

    .ratting-tab-new-wrapper .ratting-tab-new-box {
        width: calc(50% - 70px);
        margin: 0 35px 24px 35px;
    }

        .ratting-tab-new-wrapper .ratting-tab-new-box .ratting-tab-new-box-left {
            width: 42px;
        }

        .ratting-tab-new-wrapper .ratting-tab-new-box .ratting-tab-new-box-right {
            width: calc(100% - 42px);
            padding-left: 14px;
            box-sizing: border-box;
        }

        .ratting-tab-new-wrapper .ratting-tab-new-box .ratting-tab-new-box-left img {
            border-radius: 50%;
        }

        .ratting-tab-new-wrapper .ratting-tab-new-box .ratting-tab-new-box-right .ratting-date {
            font-size: 14px;
            line-height: 22px;
            color: #8F8F8F;
        }

        .ratting-tab-new-wrapper .ratting-tab-new-box .ratting-tab-new-box-right .ratting-des {
            font-size: 14px;
            line-height: 22px;
        }

        .ratting-tab-new-wrapper .ratting-tab-new-box .ratting-tab-new-box-right .ratting-author {
            font-size: 14px;
            line-height: 22px;
            font-weight: 700;
        }

.schedular-pagination.ratting-pagination {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

    .schedular-pagination.ratting-pagination .pagination li.page-item a {
        color: #222
    }

    .schedular-pagination.ratting-pagination .pagination li.page-item.active a {
        color: #fff;
    }

    .schedular-pagination.ratting-pagination .pagination li.page-item {
        padding-bottom: 0;
    }

.modal-open .modal.fade .modal-dialog.smallpopup, .modal-open-custom .modal.fade .modal-dialog.smallpopup {
    width: 535px;
    height: auto;
    max-height: 90%;
}

.newload {
    display: none;
}

.crm-notes-container.targetDiv.summer .note-editor.note-frame.card {
    border: 1px solid #00000032 !important;
    padding: 0;
}

body.remove-scroll-body {
    overflow: hidden;
}

.note-editor.note-frame .note-editing-area .note-editable ul {
    padding-left: 2rem;
}

    .note-editor.note-frame .note-editing-area .note-editable ul li {
        list-style: disc;
    }

.incident-dropdown {
    width: 180px !important;
}
/*------------------*/
.client-incident .timeline-header a {
    height: 42px;
    width: 130px;
    border: 1px solid #222222;
    border-radius: 8px;
    background-color: #222222;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
}

    .client-incident .timeline-header a:hover {
        border-color: #222222;
        color: #222222;
        background: transparent;
    }

.client-incident .incident .time-label span {
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 130px;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    border-radius: 8px;
}

.client-incident .incident .timeline-item {
    border: 1px solid #222222;
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0;
    background-color: transparent;
}

    .client-incident .incident .timeline-item .timeline-header {
        border-color: #222222;
        padding: 10px;
        color: #222222;
    }

    .client-incident .incident .timeline-item .time {
        padding: 15px 15px;
        color: #222222;
        font-size: 14px;
        float: right;
    }

.client-incident .timeline-edit {
    padding: 0 10px 10px 10px;
}

    .client-incident .timeline-edit .timeline-edit-left {
        font-size: 16px;
        color: #222222;
    }

    .client-incident .timeline-edit .timeline-edit-right a {
        border: none;
        background: #343A40;
        font-size: 0;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .client-incident .timeline-edit .timeline-edit-right a:before {
            content: '';
            background: url('../images/ic_edit_white.svg') no-repeat;
            height: 18px;
            width: 18px;
            display: inline-block;
        }

.incident .timeline-item .timeline-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.staff-action {
    margin-left: 3px !important;
    color: black !important;
}

.client-action {
    width: 80px !important;
}

.incident-Recevied {
    color: #B00C0C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.incident-Identify {
    color: #3498DB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.incident-Analysis {
    color: #AD5AD0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.incident-ImplmentSolutions {
    color: #EA8A36;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.incident-MonitorResult {
    color: #D39F19;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.incident-Completed {
    color: #0CB01D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.incident-Recevied-back {
    background: #FCC;
}

.upload-file {
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.customer-profile-logo {
    padding-right: 21px;
}

.file-logo {
    width: 50px;
}

.subject-document-inner {
    width: calc(15% - 24px);
    margin: 0 12px;
    margin-bottom: 10px;
}

.subject-document-img {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .subject-document-img img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
    }

.file-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.file-display {
    width: 50px;
}

.file-details {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
}

.details-display {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
/*-------------------------*/


/*.incident-list-search input {
	height: 40px;
	box-shadow: 0px 3px 30px #0000000A;
	border-radius: 8px;
	border: none;
	padding-left: 40px;
}

	.incident-list-search input + svg {
		position: absolute;
		top: 77px;
		left: 195px;
	}

.row .incident-list-search input + svg {
	position: absolute;
	top: 10px;
	left: 20px;
}
.incident-list-search {
	width: calc(100% - (450px + 1rem));
}*/





.risk-img-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

    .risk-img-content-popup ul,
    .risk-img-content ul {
        padding-left: 2rem
    }

body.modal-open .modal.fade .modal-dialog.user-dashboard-slidre {
    min-width: 500px;
    max-width: 980px;
    width: fit-content;
    justify-content: center;
}

.user-dashboard-file {
    max-width: 400px;
    margin: 0 auto;
    display: block
}

.ic-instrucation {
    /*	position: absolute;
	top:0;
	right: 0;
	max-width: 14px;
	margin-bottom: 8px;
	padding-right: 3px;*/
    height: 14px;
    width: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    /*position: absolute;
	right: 2px;
	top: 2px;*/
    /*background: transparent;*/
}
/*.ic-instrucation img {
	display: block;
}*/
/*.tui-full-calendar-month .ic-instrucation {
	background: #fff;
	padding-left: 5px;
	max-width: 17px;
	padding-bottom: 5px;
}*/
.ic-instrucation-user {
    /*	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 12px;
	background: red;
	padding-left: 5px;
	max-width: 17px;
	padding-bottom: 5px;*/
}

    .ic-instrucation-user img {
        /*display: block;*/
    }

.lbl_filter {
    font-size: 14px;
    margin-bottom: -8px;
    padding-left: 15px !important;
}

.task-table-description {
    width: 500px;
}

.task-table-title {
    width: 15%
}

.task-popup-lable {
    padding: 0
}

.mr-3 {
    margin-right: 16px;
}

.pt-2 {
    padding-top: 8px;
}

.mr-12 {
    margin-right: 12px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.task-col-description {
    width: 500px;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

table.dataTable tbody tr {
    vertical-align: top;
}

.mr-2 {
    margin-right: 8px;
}

.pl-10 {
    padding-left: 10px;
}

body .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 12px !important;
}

.View-Task-notes {
    background-color: #F6F6F6;
    padding: 8px;
    border-radius: 8px;
    word-break: break-all;
}

.overflow-hidden {
    overflow: hidden !important;
}

.hrms-wrapper.hrms-wrapper-bottom .hrms-right-section .Jobs-Candidates-inside .dataTables_wrapper {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.task-display-notes {
    max-height: calc(100vh - 475px);
    overflow: auto;
}

.height-36 {
    height: 36px;
}

.pl-30 {
    padding-left: 30px !important;
}

.invoice-list-wrapper .client-list-search .hrms-task-search {
    height: 40px;
}

.hrms-task-left-section {
    width: calc(100% - 140px);
}

.hrms-task-right-section {
    width: 140px;
}

.scheduler-mid-header .form-group .select2-dark.scheduler-search-section span ul li input {
    padding-left: 30px;
}

.shift-time-wrapper .shift-time-box {
    width: calc(25% - 16px);
    margin: 0 8px 16px 8px;
}

.incident-img .risk-img-profile {
    width: 150px;
    height: 150px
}

.document-upload-file-name.new .doc-logo {
    width: 50px
}

.document-upload-file-name.new .document-text {
    width: calc(100% - 100px)
}

    .document-upload-file-name.new .document-text .file-logo {
        width: 50px
    }

.ticket-details-content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px;
    font-size: 14px;
}

.ticket-details-input {
    width: 170px;
    display: flex;
    flex-wrap: wrap;
}

.ticket-details-value {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
}

.incident-img .ticket-img-profile {
    width: 100px;
    height: 120px
}

.risk-img-profile.ticket-details-img {
    width: 80px;
    height: 80px;
}

.ticket-details-img-name p {
    white-space: nowrap;
    width: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.response-count {
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 4px 8px;
}

}

.completedServiceAgreement {
    color: #3EA414;
}

.ongoingServiceAgreement {
    color: #0066FF;
}

.pausedServiceAgreement {
    color: #F66C6C;
}

.pendingServiceAgreement {
    color: #FF8800;
}

.pagination .page-link:hover {
    background: transparent;
}




/*new css */
.schedular-main-content .top-0.scheduler-calendar-container .tui-full-calendar-dayname-container {
    min-width: 909px;
}


.schedular-main-content .top-0.scheduler-calendar-container .tui-full-calendar-daygrid-layout {
    height: 100%;
    display: flex;
    border-bottom: 1px solid rgb(229, 229, 229);
    min-width: fit-content;
}

.schedular-main-content .top-0.scheduler-calendar-container .tui-full-calendar-left {
    height: 100%;
    float: unset;
    box-sizing: border-box;
    display: table;
}

.schedular-main-content .top-0.scheduler-calendar-container .tui-full-calendar-daygrid-layout .tui-full-calendar-right {
    overflow-y: hidden;
    min-width: 700px;
    width: calc(100% - 209px);
}

.schedular-main-content .top-0.scheduler-calendar-container {
    overflow-x: auto;
}
    /*fortnightly*/
    .schedular-main-content .top-0.scheduler-calendar-container .tui-full-calendar-month-dayname {
        min-width: 1000px;
    }

    .schedular-main-content .top-0.scheduler-calendar-container .tui-full-calendar-month-week-item {
        min-width: 1000px;
    }
