.table> :not(caption)>*>* {
    color: #3B3B3B !important;
    background-color: white;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.back-link {
    padding: 0px 24px 20px 20px;
}

.book-content {
    margin-top: 5rem;
    margin-left: 17rem !important;
    width: 650px;
}

.bookPanel-Padding {
    padding: 48px 24px;
}

.selectWorkerDesc {
    font-size: 14px;
    width: 95%;
}

.selectWorkerDesc a {
    text-decoration: none;
}

.selectWorkerDesc span {
    color: #000;
}

.book-summary-panel {
    padding: 24px 28px;
    margin-top: 5rem;
    width: 290px;
    /* height: 660px; */
    border-radius: 5px;
    border: 1px solid var(--pAI2---Secondary-Background, #CED4DA);
    box-shadow: none;
    align-self: self-start;
    position: sticky;
    top: 3rem;
}

.book-summary-panel h6 {
    color: #783E8B;
}

.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;
}

.space-bottom {
    margin-bottom: 40px !important;
}

.border-divider {
    border-bottom: 1px #CED4DA solid;
}

.border-divider-purple {
    border-bottom: 1px #783E8B solid;
}

.grandTotal {
    font-size: 16px;
    color: #000;
}

.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;
}

.menu-border-right {
    top: 2px;
    height: 57px;
}

.visitDateColumn {
    width: 55%;
    color: #1A1D20;
    font-size: 14px;
}

.visitTimeColumn {
    width: 35%;
    color: #1A1D20;
    font-size: 14px;
}

.visitClose {
    width: 10%;
    text-align: right;
}

.visitClose svg {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.fromTime {
    margin-right: 1rem;
}

.padding-12 {
    padding: 12px 0px;
}

.totalVisits {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
    font-size: 14px;
    color: #1A1D20;
}

.totalVisits span {
    font-weight: 500;
}

/* copy week visit summary css */
.accordion-button {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    border-bottom: 1px solid #783E8B;
    margin-bottom: 0px;
}

.accordion-button:focus {
    border-bottom: 1px solid #783E8B;
}

.accordion-item {
    border-color: #ffffff;
}

.accordion-button::after {
    background-image: url(../icons/nav-arrow-up.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    transition: transform .2s ease-in-out;
    margin-left: auto;
}

.copyWeekworkerUserPic {
    width: 40px;
    position: relative;
    margin-right: 10px;
}

.copyWorkerName {
    width: 70px;
    text-align: left;
    font-size: 14px;
}

.copyClientName {
    width: 80px;
    text-align: left;
    font-size: 14px;
}

.picture {
    width: 36px;
    height: 36px;
    margin: 2px;
}

.verifiedPic {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: -3px;
}

.totalWorkers {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
    color: #1A1D20;
}

.ellipsis-1 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summaryWorkerColumn {
    width: 30%;
}

.summaryMonthColumn {
    width: 30%;
    color: #1A1D20;
    font-size: 14px;
    line-height: 3;
}

.summaryTimeColumn {
    width: 30%;
    color: #1A1D20;
    font-size: 14px;
    line-height: 3;
}

.summaryVisitClose {
    width: 10%;
    text-align: right;
    line-height: 2.6;
}

.summaryVisitClose img {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}



@media (min-width: 320px) and (max-width: 767px) {
    .book-content {
        margin-left: auto !important;
        margin-top: 4rem;
        width: 100%;
    }

    .book-summary-panel {
        width: 100%;
        margin-top: 0;
        height: auto;
        margin-bottom: 2.25rem;
        box-shadow: 0px 8px 8px #AEB2B6;
    }
    .space-bottom {
        margin-bottom: 24px !important;
    }

    .bookPanel-Padding {
        padding: 48px 12px;
    }

    .visitTimeColumn {
        width: 90%;
        font-size: 12px;
    }

    .visitDateColumn {
        width: 90%;
        margin-bottom: 5px;
    }

    .visitClose {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .selectWorkerDesc {
        width: 100%;
        font-size: 13px;
    }

    .summaryTimeColumn {
        width: 70%;
        line-height: 0.5;
        margin-left: 15%;
    }

    .summaryWorkerColumn {
        width: 45%;
    }

    .summaryMonthColumn {
        width: 45%;
    }

    .summaryVisitClose {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .accordion-body {
        position: relative;
    }

    .mobile-margin-bottom1 {
        margin-bottom: 1.5rem !important;
    }

    /* .totalVisits {
        text-align: left;
    } */

    .fromTime {
        margin-right: 24px;
    }

    .pay-now {
        margin: 14px 0;
    }
}