
.menu-border-right{
    top: 12px;
}
.activeWorkerSection{
    padding: 24px;
}
.careWorkerTitle{
    display: flex;
    border-bottom: 1px solid #783E8B;
    color: #3B3B3B;
    font-size: 16px;
    padding-bottom: 10px;
}
.workerActiveColumn{
    width: 43%;
}
.workerActionColumn{
    width: 35%;
}
.workerPermissionColumn{
    width: 18%;
}
.workerFavouriteColumn{
    width: 60%;
}
.careWorkerContent{
    border-bottom: 1px solid #CED4DA;
    padding: 12px 0px;
}
.workerImage{
    width: 50px;
    margin-right: 8px;
    position: relative;
}
.workerPic {
    width: 40px;
    height: 40px;
}
.verifiedBadge {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: 4px;
}
.workerNameDetails h6 {
    color: #1A1D20;
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerNameDetails p {
    color: #3B3B3B;
    font-size: 12px;
    margin-bottom: 4px;
}
.workerActionsButton{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 5px 0px;
    height: 32px;
    width: 145px;
    margin-top: 6px;
    text-transform: uppercase;
}
.svgWorkerIcon{
    stroke: #783E8B; 
    stroke-width: 1.5;
    stroke-linecap: round; 
    stroke-linejoin: round;
    margin-right: 4px;
}
.workerActionsButton:hover, .workerActionsButton:focus{
    color: #ffffff;
    background-color: #783E8B;
    .svgWorkerIcon{
        stroke: #ffffff; 
    }
    .svgIcon{
        stroke: #ffffff; 
    }
    .svgFillIcon{
        fill: #ffffff;
    }
}
.sendInviteButton:hover, .sendInviteButton:focus{
    color: #ffffff;
    background-color: #783E8B;
    .svgIcon{
        stroke: #ffffff; 
    }
}
#labelOff{
    display: none;
}
.mt-14{
    margin-top: 14px;
}
.mt-12{
    margin-top: 12px;
}
.padding-top-8{
    padding-top: 8px;
}
.workerInfoData{
    width: 4%;
    position: relative;
    text-align: right;
    margin-top: 6px;
}
.newWorkerInfoData{
    width: 2%;
    position: relative;
    text-align: right;
    margin-top: 6px;
}
.favouriteWorkerInfoData{
    width: 5%;
    position: relative;
    text-align: right;
    margin-top: 6px;
}
.infoDataBox{
    transform: translate3d(-40px, -8px, 0px) !important;
}
.viewProfile-icon{
    width: 18px;
    height: 18px;
    margin-top: -3px;
}
.sendInvite-icon{
    width: 20px;
    height: 20px;
    margin-top: -3px;
}
.viewContract-icon{
    width: 16px;
    height: 17px;
    margin-top: -3px;
}
.community-icon{
    width: 22px;
    height: 12px;
    margin-top: -3px;
}
.trash-icon{
    width: 16px;
    height: 18px;
    margin-top: -3px;
}
.removeFile-icon {
    width: 13px;
    height: 16px;
    margin-top: -4px;
}
.infoDataBox{
    width: 240px;
}
.totalWorkers{
    width: 100%;
    text-align: right;
    margin-top: 16px;
    font-size: 14px;
    color: #1A1D20;
}


.newWorkerActiveColumn{
    width: 80%;
}
.newWorkerActionColumn{
    width: 18%;
}
.pendingWorkerActiveColumn{
    width: 60%;
}
.pendingWorkerActionColumn{
    width: 40%;
}
.sendBtn{
    width: 190px;
}
.workersTitle {
    color: #6E6F72;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.09px;
    word-wrap: break-word;
}
.worker-box-shadow{
    background: #fff;
    box-shadow: 0px 2px 6px #AEB2B6;
    border-radius: 5px;
    width: 305px;
    padding: 20px 18px;
}
.workerUserPic {
    width: 18%;
    position: relative;
}
.picture {
    width: 40px;
    height: 40px;
}
.verifiedPic {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: 8px;
}
.workerNameDetails {
    width: 82%;
}
.workerNameDetails h6 {
    color: #1A1D20;
    font-size: 16px;
    margin-bottom: 4px;
}
.workerNameDetails p {
    color: #3B3B3B;
    font-size: 12px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerNameDetails p img {
    width: 13px;
    height: 18px;
    margin-top: -3px;
}
.favoriteBtn {
    width: 22px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}
.favoriteBtn img {
    width: 22px;
    height: 20px;
}
.workerDesc {
    color: #3B3B3B;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerValue {
    font-size: 12px;
    color: #3B3B3B;
}
.workerValue b {
    font-size: 14px;
}
.workersTab{
    margin-top: 16px;
    margin-bottom: 16px;
    width: 50%;
    height: 40px;
}
.workersTabLabel{
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    cursor: pointer;
}
.nav-tabs .nav-link{
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
    cursor: pointer;
    padding: 0 0 0.5rem 0;
    margin-right: 24px;
    border-bottom: 4px solid #fff;
}
.nav-tabs{
    border-bottom: none;
    margin-left: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #ffffff;
    border-bottom: 4px solid #783E8B;
    font-weight: 500;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #ffffff;
    border-bottom: 4px solid #783E8B;
}
.inviteWorker{
    width: 50%;
    text-align: right;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 24px;
}
.inviteWorkerMobile{
    text-align: center;
}
.btn-purple{
    padding: 8px 24px;
    text-transform: uppercase;
}
.pl-20{
    padding-left: 20px;
}
#showBottomInfo, #showNewCareWorkerInfo, #showPendingCareWorkerInfo, #showFavouriteCareWorkerInfo,
#showFavouriteCareWorkerInfo1, #showMyApplicantsInfo, #showMyApplicantsInfo1{
    display: none;
}
.divider{
    margin: 24px 0px;
    border-bottom: 1px solid #CED4DA;
}
.serviceTitleFirst{
    color: #3B3B3B;
    font-size: 14px;
}
.serviceTitle{
    color: #3B3B3B;
    font-size: 11px;
}
.rateWidth{
    width: 280px;
    height: 36px;
    position: relative;
}
.dollerSignPadding{
    padding-left: 36px;
}
.dollerSign{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
}
.ml-1{
    margin-left: 1rem;
}
.sendInviteButton{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 10px 0px;
    height: 40px;
    width: 145px;
    text-transform: uppercase;
}

.applicantList {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CED4DA;
    margin-bottom: 16px;
}
.applicantList h5 {
    color: #3B3B3B;
}
.applicantList p {
    color: #3B3B3B;
    font-size: 14px;
    margin-bottom: 5px;
}
.applicantList span {
    margin: 0px 12px;
}
.listFlag {
    position: absolute;
    top: 0px;
    right: 0px;
}
.newListingFlag {
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 2px solid #198754;
    padding: 4px 12px;
    border-radius: 25px;
}
.closeListingFlag {
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 2px solid #DC3545;
    padding: 4px 12px;
    border-radius: 25px;
}
.extendList {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #0D6EFD;
    padding-top: 8px;
}
.applicantLink{
    color: #0D6EFD;
    font-size: 12px;
    margin-bottom: 16px;
}
.pageName-Menu {
    position: absolute;
    bottom: 22px;
    right: 27px;
    font-size: 12px;
    color: #fff;
}
.pageName-Menu div {
    padding-top: 2px;
}

.dropdown-menu{
    margin-right: -10px !important;
}

.listingFilter{
    position: relative;
    min-height: 40px;
}
.dropdown-el {
    border-radius: 5px;
    border: 1px solid var(--pAI2---Shadows, #AEB2B6);
    background: var(--pAI2---Light-Background, #FFF);
    min-width: 90%;
    position: absolute;
    display: inline-block;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    top: 0;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    outline: none;
    color: #3B3B3B;
    font-size: 14px;
    letter-spacing: 0.08px;
    transition: 0.3s all ease-in-out;
    z-index: 3;
    padding-bottom: 10px !important;
}
.dropdown-el input:focus+label {
    background: #def;
}
.dropdown-el input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
}
.dropdown-el label {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2) {
    margin-top: 40px;
    /* border-top: 0.06em solid #d9d9d9; */
}
.dropdown-el input:checked+label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.dropdown-el input:checked+label:nth-child(2) {
    margin-top: 0;
    position: relative;
}
.dropdown-el::after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 15px;
    /* border: 0.3em solid #3694d7; */
    border-color: #3694d7 transparent transparent transparent;
    transition: 0.4s all ease-in-out;
    background-image: url(../icons/nav-arrow-down.svg) !important;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
}
.dropdown-el.expanded {
    /* border: 0.06em solid #3694d7; */
    background: #fff;
    border-radius: 0.25em;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    max-height: 15em;
    z-index: 3;
}
.dropdown-el.expanded label {
    /* border-top: 0.06em solid #d9d9d9; */
}
.dropdown-el.expanded label:hover {
    /* color: #3694d7; */
}
.dropdown-el.expanded input:checked+label {
    /* color: #3694d7; */
    border-bottom: 1px solid #AEB2B6;
}
.dropdown-el.expanded::after {
    transform: rotate(-180deg);
    /* background-image: url(../icons/nav-arrow-up-purple.svg) !important; */
    top: 15px;
}


@media (min-width: 320px) and (max-width: 996px) {
    .worker-box-shadow{
        width: 100%;
        padding: 16px 10px;
    }
    .workerUserPic{
        width: 55px;
    }
    .mobile-mb-2{
        margin-bottom: 1rem;
    }
    .favoriteBtn{
        top: -8px;
    }
    .workerActiveColumn {
        width: 95%;
    }
    .workerFavouriteColumn{
        width: 95%;
    }
    .newWorkerActiveColumn {
        width: 95%;
    }
    .pendingWorkerActiveColumn {
        width: 95%;
    }
    .workerNameDetails {
        width: 80%;
    }
    .isVisible {
        font-size: 14px;
    }
    .padd-left-5{
        padding-left: 5px;
    }
    .toggle {
        float: right;
        margin-right: 16px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .ml-1 {
        margin-left: 0rem;
    }
    .rateWidth{
        width: 100%;
    }
    .divider {
        margin: 16px 0px;
    }
    .listFlag{
        position: inherit;
        margin-bottom: 16px;
    }
    .newListingFlag{
        margin-left: 0px !important;
    }
    .closeListingFlag{
        margin-left: 0px !important;
    }
    .extendList{
        text-align: left;
        padding-top: 12px;
    }
}
@media (min-width: 320px) and (max-width: 390px) {
    .workerNameDetails {
        width: 75%;
    }
    .workerNameDetails p{
        font-size: 10px;
    }
}








