

.activeWorkerSection{
    padding: 24px;
}
.careWorkerTitle{
    display: flex;
    border-bottom: 1px solid #783E8B;
    color: #3B3B3B;
    font-size: 16px;
    padding-bottom: 10px;
}
.workerActiveColumn{
    width: 62%;
}
.workerActionColumn{
    width: 35%;
}
.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;
    font-weight: 400;
}
.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;
    }
}
.workerInfoData{
    width: 4%;
    position: relative;
    text-align: right;
    margin-top: 6px;
}
.infoDataBox{
    transform: translate3d(-40px, -8px, 0px) !important;
}
.viewProfile-icon{
    width: 18px;
    height: 18px;
    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;
}
.infoDataBox{
    width: 240px;
}
.totalWorkers{
    width: 100%;
    text-align: right;
    margin-top: 16px;
    font-size: 14px;
    color: #1A1D20;
}
.workersTitle {
    color: #6E6F72;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.09px;
    word-wrap: break-word;
}
.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;
}
.workersTab{
    margin-top: 16px;
    margin-bottom: 16px;
    width: 50%;
    height: 40px;
}
.btn-purple{
    padding: 8px 24px;
    text-transform: uppercase;
}
#showBottomInfo, #showNewListingInfo, #showFavListingInfo, #showApplicantsListingInfo {
    display: none;
}
.divider{
    margin: 24px 0px;
    border-bottom: 1px solid #CED4DA;
}

.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: 32px;
    right: 32px;
    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: 100%;
    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: 1rem;
    top: 16px;
    /* 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: 13px;
    height: 7px;
    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: 16px;
}


.listingContent{
    width: 100%;
    /* width: 575px; */
    margin-right: 16px;
    height: auto;
    margin-bottom: 24px;
    position: relative;
    /* background: #ccc; */
}
.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;
}
.servicesList{
    width: 60%;
}
.servicesList ul li{
    width: 33%;
    float: left;
    font-size: 14px;
    color: #3B3B3B;
}
.servicesList ul li span{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.servicesList ul{
    padding-left: 0rem;
    margin-left: 1rem;
}
.listTitle{
    color: #783E8B !important;
    font-size: 16px;
    font-weight: 400;
}
.specialConditionList{
    width: 40%;
}
.specialConditionList ul li{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #3B3B3B;
}
.specialConditionList ul li span{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.specialConditionList ul{
    padding-left: 0rem;
    margin-left: 1rem;
}
.ratePerHour{
    width: 12%;
    text-align: center;
}
.ratePerHour p{
    margin-bottom: 5px !important;
}
.ratePerHour-value{
    font-size: 18px !important;
    font-weight: 500;
}
.btn-causal{
    color: #783E8B;
    background: rgba(120, 62, 139, 0.23);
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 5px;
    text-decoration: none;
}
.listingContent h5 {
    color: #3B3B3B;
}
.listingContent h5 a{
    color: #3B3B3B;
    text-decoration: none;
}
.listingContent p{
    color: #3B3B3B;
    font-size: 14px;
    margin-bottom: 24px;
}
.unListBtn{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 6px 24px;
}
.unListBtn:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.unListBtnImg{
    width: 12px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
}
.jobListButtons{
    border-top: 1px solid #783E8B;
    width: 100%;
    margin-top: 24px;
    padding-top: 24px !important;
    padding-bottom: 5px !important;
}
.listJobtype{
    color: #3B3B3B;
}
.listMobileInfo {
    position: absolute;
    top: 0;
    right: 0;
}
/* .info-btn {
    box-shadow: 0px 6px 16px #AEB2B6;
} */
.mobileListing {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.mobileListingCount{
    font-size: 12px;
    line-height: 2;
    width: 30%;
}
.mobileCreateListing{
    width: 70%;
    text-align: right;
}
.mobileListingCount span{
    font-size: 14px;
}
.mobileListingCount b{
    font-size: 14px;
}
.mobileServicesList{
    width: 100%;
}
.mobileServicesList ul li{
    width: 49%;
    float: left;
    font-size: 14px;
}
.mobileServicesList ul li span{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.mobileServicesList ul{
    padding-left: 0rem;
    margin-left: 1rem;
}
.btn-perHour{
    color: #ffffff;
    background: #869CD7;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
    margin-right: 1rem;
}
.btn-mobileCausal{
    color: #783E8B;
    background: rgba(120, 62, 139, 0.23);
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
}
.unListContent{
    width: 100%;
    /* width: 575px; */
    margin-right: 16px;
    height: auto;
    margin-bottom: 24px;
    position: relative;
}
.unListContent h5, .unListContent h5 a{
    color: #AEB2B6;
}
.unListContent p{
    color: #AEB2B6;
    font-size: 14px;
    margin-bottom: 24px;
}
.draftListingFlag{
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 2px solid #AEB2B6;
    padding: 4px 12px;
    border-radius: 25px;
}
.mobileServicesUnList{
    width: 100%;
}
.mobileServicesUnList ul li{
    width: 49%;
    float: left;
    font-size: 14px;
    color: #AEB2B6;
}
.mobileServicesUnList ul li span{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.mobileServicesUnList ul{
    padding-left: 0rem;
    margin-left: 1rem;
}
.btn-mobileUnlist{
    color: #fff;
    background: #CED4DA;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
    margin-right: 1rem;
}
.listingLocation img{
    margin-top: 2px;
}
.listingBox{
    height: auto;
}
.listFavorite {
    width: 100%;
    margin-top: 16px;
}
.listUserName {
    display: inline-block;
    color: #1A1D20;
    font-size: 14px;
    width: 90%;
}
.listUserName img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.favoriteListIcon {
    stroke: #AEB2B6;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}




@media (min-width: 320px) and (max-width: 374px) {
    .unListContent h5 {
        font-size: 18px;
    }
    .padding-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .btn-mobileCausal{
        font-size: 12px;
        padding: 4px 7px;
    }
    .btn-perHour{
        font-size: 12px;
        padding: 4px 7px;
        margin-right: 0.5rem;
    }
    .mobileListingCount{
        width: 36%;
        font-size: 12px;
    }
    .listingContent h5 {
        font-size: 18px;
    }
    .listingContent h5 a{
        font-size: 18px;
    }
    .bottomMenuWorkerBar {
        width: 68px;
    }
    .favoriteIcon {
        margin-top: 1rem !important;
    }
}
@media (min-width: 320px) and (max-width: 500px) {
    .px-4 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
    .btn-perHour{
        font-size: 12px;
        padding: 4px 7px;
        margin-right: 0.5rem;
    }
    .btn-mobileUnlist{
        font-size: 12px;
        padding: 4px 5px;
        margin-right: 0.5rem;
    }
    .btn-mobileCausal{
        font-size: 12px;
        padding: 4px 7px;
    }
}
@media (min-width: 320px) and (max-width: 996px) {
    .padding-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .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%;
    }
    .padd-left-5{
        padding-left: 5px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .workerInfoData{
        margin-top: 0px;
    }
    .listingContent p {
        margin-bottom: 16px;
    }
    .listingContent h5 {
        font-size: 16px;
    }
    .listingContent h5 a{
        font-size: 16px;
    }
    /* .listingBox{
        margin-bottom: 1rem;
    } */
    .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;
    }
}








