.table > :not(caption) > * > * {
    color: #3B3B3B !important;
    background-color: white;
}
.requiredColor {
    color:#DC3545;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.024px;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.form-check-input:checked[type=checkbox] {
    /* --bs-form-check-bg-image: url(./../icons/check_white.svg); */
    /* width: 14px; */
    /* height: 10px; */
    background: url(./../icons/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
#serviceListModal .form-check-input:checked[type=checkbox] {
    /* --bs-form-check-bg-image: url(./../icons/check_white.svg); */
    /* width: 14px; */
    /* height: 10px; */
    background: url(./../icons/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
#serviceListModal .modal-dialog {
    margin-top: 26px;
    min-width: 636px;
}
.modal-content {
    border-radius: 5px !important;
}
.bookPanel-Padding{
    padding: 48px 24px;
}
.menu-border-right{
    right: -20px;
}
.account-Menu li{
    padding: 16px 12px 0px 12px;
}
.book-content {
    margin-top: 5rem;
    margin-left: 17rem !important;
    width: 650px;
}
.searchTextWidth{
    width: 70%;
    position: relative;
}
.searchTextBoxPadding {
    padding-left: 3rem;
    padding-right: 1.5rem;
}
.selected-worker-para {
    color: var(--secondary-color, #1A1D20);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.048px;
}
.selected-worker-info {
    display: none;
}
.edit-worker {
    display: flex;
    width: 48px;
    padding: 8px 0px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--pAI2---Shadows, #AEB2B6);
    font-size: 14px;
    cursor: pointer;
}
.searchTextIcon {
    /* position: absolute;
    top: 4px;
    left: 18px; */
    position: absolute;
    top: 0px;
    left: 18px;
    display: flex;
    height: 100%;
    align-items: center;
}
.create-new-rate {
    display: flex;
    height: 40px;
    align-items: center;
}
.workerUserPic {
    width: 40px;
    position: relative;
    margin-right: 10px;
}
.picture {
    width: 36px;
    height: 36px;
    margin: 2px;
}
.verifiedPic {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 22px;
    right: -3px;
}
.ellipsis-1 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerContent{
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.workerContent-selected {
    width: 24%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.workerContent-selected-client {
    width: 28%;
}
.btn-SelectWorker {
    font-size: 14px;
    padding: 5px 24px 5px 2px;
    border: none;
}
.btn-SelectWorker:hover{
    color: #783E8B;
    .workerUserPic{
        background-image: url(../icons/Ellipse7.svg);
        background-size: cover;
    }
}
.ButtonState{display:none}
.ButtonState:checked + .btn-SelectWorker{
    color: #783E8B;
    .workerUserPic{
        background-image: url(../icons/Ellipse7.svg);
        background-size: cover;
    }
}
.ButtonState:checked + .btn-SelectDay{
    background-color: #783E8B;
    color: #ffffff;
    .down-arrow {
        border-top: 10px solid #783E8B;
        bottom: -14px;
    }
}
.careWorkerName{
    width: 90px;
    text-align: left;
}
.selectWorkerDesc{
    font-size: 12px;
    width: 95%;
}
.selectWorkerDesc a{
    text-decoration: none;
}
.listDetails {
    color: #783E8B;
    font-size: 12px;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    font-weight: 500;
}
.negotiableWidth {
    width: 120px;
}
.padd-top-5{
    padding-top: 5px;
}
.rateWidth {
    width: 75%;
    /* height: 36px; */
    margin-right: 24px;
}
.newRateWidth {
    width: 25%;
    /* height: 36px; */
    margin-right: 24px;
    position: relative;
}
.dollerSignPadding {
    padding-left: 1.8rem;
}
.dollerSign {
    position: absolute;
    top: 0;
    left: 13px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    letter-spacing: 0.175px;
}
.newRateDropdown {
    width: 25%;
    /* height: 36px; */
    margin-right: 24px;
}
.mt-10 {
    margin-top: 10px;
}
.line-height{
    line-height: 2;
}
.createRate{
    width: 100px;
}
.btn-create{
    color: #783E8B;
    font-size: 14px;
    border: 1px solid #783E8B;
    padding: 4px 24px;
    width: 100%;
    text-transform: uppercase;
}
.btn-create:hover{
    background-color: #783E8B;
    color: #ffffff;
}
.textBoxWidth {
    width: 50%;
}
.claimText {
    color: #3B3B3B;
    font-size: 14px;
    margin-left: 16px;
    /* padding-top: 5px; */
}
.claimText small {
    margin-left: 5px;
}
.top-6{
    top: 6px;
}
.btn-data {
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    color: #783E8B;
    text-transform: uppercase;
    width: 170px;
    padding: 4px 16px;
}
.addVisitBtn{
    width: 130px;
}
.serviceTitle {
    color: #3B3B3B;
    font-size: 12px;
}
.serviceLabel {
    font-size: 13px !important;
}
.serviceTwoColumn {
    width: 100%;
    margin-bottom: 0px;
}
.serviceTwoColumn li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 12px;
}

.book-summary-panel{
    padding: 24px;
    margin-top: 5rem;
    width: 290px;
    height: 100%;
    box-shadow: none;
    border: 1px solid var(--pAI2---Secondary-Background, #CED4DA);
    position: sticky;
    top: 3rem;
}
.book-summary-panel h6{
    color: #783E8B;
    font-weight: 400;
}
.book-summary-fit-height {
    height: fit-content;
}

.summaryFirstColumn{
    font-size: 14px;
    width: 75%;
    border: none;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.summarySecondColumn{
    font-size: 14px;
    width: 25%;
    text-align: right;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    border: none;
}
.Subtotal{
    font-size: 10px;
    text-transform: uppercase;
}
.border-divider{
    border-bottom: 1px #D9D9D9 solid;
    padding: 5px 0px !important;
}
.border-divider-purple{
    border-bottom: 1px #783E8B solid;
    padding: 5px 0px !important;
}
.grandTotal{
    font-size: 16px;
    color: #000;
}
.dynamic-service-fee {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.024px;
}
.btn-visits{
    color: #ffffff;
    font-size: 14px;
    background-color: #783E8B;
    padding: 10px 24px;
    width: 100%;
    text-transform: uppercase;
}
.btn-visits:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.todayBtn{
    color: #ffffff;
    font-size: 14px;
    border: 1px #783E8B solid;
    border-radius: 5px;
    background-color: #ffffff;
    height: 36px;
    padding: 6px 12px;
    width: 100px;
    background-color: #783E8B;
}
.todayBtn:hover{
    background-color: #783E8B;
    color: #ffffff;
}
.arrowLeftBtn{
    height: 36px;
    line-height: 2.1;
    width: 42px;
    text-align: center;
    border: 1px solid #783E8B;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
.arrowRightBtn{
    height: 36px;
    line-height: 2.1;
    width: 42px;
    text-align: center;
    border: 1px solid #783E8B;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.visitDateSelect{
    border-radius: 0;
    height: 36px;
    width: 250px;
}
.svgArrowIcon {
    stroke: #783E8B;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.DatePickerIcon{
    position: absolute;
    top: 6px;
    right: 15px;
}
.DatePickerIcon img{
    width: 16px;
    height: 16px;
}

.dayViewCalendar{
    width: 75px;
    /* margin-right: 6px; */
    position: relative;
}
.dayViewCalendar-more {
    width: 75px;
    margin-right: 12px;
    position: relative;
}
.btn-SelectDay{
    border: 1px solid #AEB2B6;
    border-radius: 5px;
    padding: 8px;
    color: #3B3B3B;
    text-align: center;
    width: 75px;
}
.btn-SelectDay:hover{
    border: 1px solid #783E8B;
}
.circleVisits{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #783E8B;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: -7px;
    right: -7px;
}
.btn-highlight{
    border: 1px solid #783E8B;
}
.redirectLink{
    color: #0D6EFD;
}
.dayName{
    font-size: 10px;
    text-transform: uppercase;
}
.dateNumber{
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0px;
}
.currentWeek{
    width: 100%;
    text-align: right;
    margin-top: 8px;
    padding-right: 8px;
}
.currentWeek a{
    color: #783E8B;
    font-size: 12px;
    text-decoration: none;
}
.timeSelect{
    /* width: 160px; */
    width: 175px;
    /* height: 36px; */
}
.to-width{
    width: 40px;
    text-align: center;
}
.from-width{
    width: 40px;
    text-align: center;
    padding-left: 0px;
    margin-right: 5px;
}
.btn-apply{
    color: #783E8B;
    font-size: 14px;
    border: 1px solid #783E8B;
    padding: 4px 24px;
    width: 100px;
    text-transform: uppercase;
    /* margin-left: 24px; */
    border-radius: 5px;
}
.btn-apply:hover{
    background-color: #783E8B;
    color: #ffffff;
}
.btn-visitDelete{
    /* padding: 4px 24px;
    width: 100px; */
    padding: 4px 12px;
    width: 100px;
    text-align: left;
}
.apply-visit-action, .applySecond-visit-action {
    height: 40px;
}
.addMoreVisitText{
    font-size: 12px;
    width: 75%;
    padding: 15px 0px 0px 0px;
    text-align: right;
    margin-bottom: 0px;
}
.showAddVisitContent{
    display: none;
}
.visitCount{
    color: #783E8B;
    font-size: 14px;
    margin: 5px 0px;
    font-weight: 500;
    letter-spacing: 0.114px;
}
.showNewRate{
    display: none;
}
.showMileageExp{
    display: none;
}
.down-arrow {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -15px;
    left: 20px;
}
.showSelectArrow {
    /* display: none; */
    width: 0;
    /* height: 0; */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #783E8B;
    font-size: 0;
    /* line-height: 0; */
    /* float: left; */
    position: absolute;
    bottom: -9px;
    left: calc(50% - 9px);
}
.navigate-back-to-chat {
    padding: 0 24px 24px 24px;
}
.border-line-custom {
    margin: 24px 20px;
}
.btn-145 {
    width: 145px;
}

/* contract popup css */
.viewContractLogoSection{
    width: 100%;
}
.contractId{
    width: 50%;
    text-align: left;
    h3{
        color: #3B3B3B;
        margin-bottom: 0px;
        font-weight: 400;
    }
    p{
        color: #1A1D20;
        font-size: 14px;
    }
}
.careWorkerDetails{
    width: 60%;
    font-size: 14px;
}
.careWorkerLabel{
    width: 50%;
    text-align: left;
}
.careWorkerContent{
    width: 50%;
    text-align: left;
}
.borderBottom{
    border-bottom: 1px solid #CED4DA;
    margin: 16px 0px;
}
.contractService{
    color: #3B3B3B;
    h4 {
        font-weight: 400;
    }
    p{
        margin-bottom: 0.3rem;
        font-size: 14px;
    }
}
.marginSignature{
    margin: 50px 0px;
}
.workerSignatureSection{
    width: 50%;
    text-align: center;
    p{
        margin-bottom: 0.5rem;
    }
}
.signatureTick{
    height: 20px;
}
.check-green{
    width: 22px;
    height: 16px;
}
.signatureBorderBottom{
    border-bottom: 1px solid #CED4DA;
    width: 80%;
    margin: 24px auto;
}
.saveContract {
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    /* width: 145px; */
    padding: 6px 24px;
    /* margin: 48px 0px 24px 0px; */
}
.saveContract:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.showMoreData{
    display: none;
}


@media (min-width: 320px) and (max-width: 767px) {
    .careWorkerDetails{
        width: 100%;
    }
    .careWorkerLabel{
        width: 40%;
    }
    .careWorkerContent{
        width: 60%;
    }
    .marginSignature {
        margin: 100px 0px 36px 0px;
    }
    .workerSignatureSection{
        width: 100%;
    }
    .book-content {
        margin-left: auto !important;
        margin-top: 4rem;
        width: 100%;
    }
    .book-summary-panel{
        width: 100%;
        margin-top: 1.5rem;
        height: auto;
        margin-bottom: 2rem;
    }
    .bookPanel-Padding {
        padding: 48px 12px;
    }
    .searchTextWidth{
        width: 100%;
    }
    .workerContent{
        width: 48%;
    }
    .rateWidth {
        width: 100%;
    }
    .newRateWidth {
        width: 100%;
    }
    .mobile-claim {
        flex-direction: column;
    }
    .mobile-claim .textBoxWidth {
        width: 100%;
    }
    .mobile-claim .claimText {
        width: 100%;
        margin-top: 5px;
        margin-left: 5px;
    }
    .newRateDropdown {
        width: 100%;
        margin-right: 0px;
        margin-top: 0.5rem;
    }
    .createRate  {
        margin-top: 0.75rem;
    }
    .flex-to-2 {
        flex: 1 0 0;
    }
    #services-list {
        margin-bottom: 0 !important;
    }
    .negotiableWidth {
        width: 100px;
    }
    .visitDateSelect{
        width: 100%
    }
    .btn-visits{
        margin-top: 1rem;
    }
    .mobileScroll{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        /* height: 110px; */
        padding-bottom: 20px;
    }
    .from-width {
        width: 70px;
        text-align: left;
    }
    .to-width {
        width: 75px;
        text-align: left;
        padding: 0px;
    }
    .btn-visitDelete {
        padding: 4px 12px;
        width: 100%;
    }
    .timeSelect {
        width: 75%;
        margin-bottom: 12px;
    }
    .addMoreVisitText {
        font-size: 11px;
        width: 48%;
        padding: 8px 0px 0px 0px;
        margin-left: 14px;
        text-align: left;
    }
    #addNoteModal .modal-dialog, #serviceListModal .modal-dialog {
        margin: 0;
        min-width: 100%;
    }
    .serviceTwoColumn li {
        width: 100%;
    }
    .workerContent-selected-client, .workerContent-selected {
        width: 50%;
    }
    .dayViewCalendar{
        width: 75px;
        margin-right: 12px;
        position: relative;
    }
}

@media (min-width: 592px) {
    .carousal-weeks2 {
        display: none !important;
    }
}
@media (min-width: 676px) {
    .carousal-weeks1 {
        display: none !important;
    }
}












