
.content {
    margin-top: 80px;
    margin-left: 9rem !important;
    /* width: 1040px; */
}
.my-3 {
    margin: 0.75rem 0 !important ;
}
.ml-2{
    margin-left: 1rem;
}
/* .menu-border-right {
    top: 12px;
} */
.breadCrumb{
    width: 35%;
    text-align: left;
    line-height: 2;
}
.breadCrumb a{
    color: #3B3B3B;
    font-size: 12px;
    text-decoration: none;
}
.breadCrumb span{
    padding: 0px 16px;
}
.breadCrumb span img{
    width: 6px;
    height: 12px;
}
.breadCrumb .active{
    color: #0D6EFD !important;
}
.breadCrumbBtn{
    width: 65%;
    text-align: right;
}
.purpleBorder{
    border-top: 1px solid #783E8B;
    margin: 16px 0px;
}
.padding-4 {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
}
.margin-top-2{
    margin-top: 2rem;
}
.contentHead{
    color: #783E8B;
    font-size: 14px;
}
.aboutListConent, .listContentOneColumn {
    color: #3B3B3B;
    font-size: 14px;
}
.aboutListConent ul li{
    width: 50%;
    float: left;
}
.listConentOneColumn{
    color: #3B3B3B;
    font-size: 14px;
}
.listConentOneColumn ul li{
    width: 100%;
    float: left;
}
.viewListingSchedule p{
    margin-bottom: 5px !important;
}
.viewListingMap{
    width: 100%;
    height: 400px;
}
.viewListingMap img{
    width: 100%;
    height: 100%;
}
.jobListRight{
    width: 38%;
    margin-top: 16px;
}
.jobListSection{
    border: 1px solid #CED4DA;
    border-radius: 5px;
    padding: 24px 36px;
    width: 300px;
    height: auto;
    margin-left: auto;
    position: relative;
}
.listedUser{
    display: flex;
    margin-top: 10px;
    margin-bottom: 16px;
}
.listedUser img{
    width: 36px;
    height: 36px;
    margin-top: 2px;
    margin-right: 8px;
}
.listUserName{
    font-size: 14px;
}
.listJoinedDate{
    font-size: 12px;
}
.border-Divider{
    border-top: 1px solid #D9D9D9;
}
.summaryFirstColumn{
    width: 50%;
    text-align: left;
    color: #3B3B3B;
    font-size: 12px;
}
.summaryJobType{
    width: 100%;
    text-align: left;
    color: #3B3B3B;
    font-size: 12px;
}
.summarySecondColumn{
    width: 50%;
    text-align: right;
    color: #3B3B3B;
    font-size: 12px;
}
.summarySecondColumn b{
    font-size: 16px;
}
.summaryDate{
    font-size: 14px;
}
.viewScheduleColumn{
    width: 250px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    position: relative;
}
.viewScheduleColumn h6{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 24px;
}
.viewScheduleColumn p{
    font-size: 12px !important;
}
.btnViewAvailability{
    border: 1px #AEB2B6 solid;
    border-radius: 5px;
    background: white;
    width: 200px;
    color: #3B3B3B;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.17px;
    font-weight: 500;
}
.viewBtnLink{
    width: 60%;
    margin: 0 auto;
}

.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: 5px 24px;
    width: 145px;
    height: 32px;
    text-transform: uppercase;
}
.unListBtn:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.unListBtnImg{
    width: 12px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
}
.listingContent{
    width: 575px;
    margin-right: 16px;
    margin-top: 16px;
    height: auto;
    margin-bottom: 24px;
    position: relative;
    /* background: #ccc; */
}
.listingMap{
    width: 380px;
    height: auto;
    /* background: #ff0000; */
}
.listingMap img{
    width: 100%;
    height: 100%;
}
.listingContent h5{
    color: #3B3B3B;
}
.listingContent p{
    color: #3B3B3B;
    font-size: 14px;
    margin-bottom: 24px;
}
.btn-genderWidth{
    width: 125px;
}
.viewButtonState{display:none}
.viewButtonState:checked + .btn-gender{background:#783E8B;color: #ffffff;}

.btn-gender{
    color: #783E8B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.17px;
    border: 1px solid #783E8B;
    text-transform: uppercase;
    width: 125px;
    padding: 5px 24px;
}
.btn-gender:hover{
    background-color: rgba(120, 62, 139, 0.23);
    border: 1px #783E8B solid;
    color: #783E8B;
}
.btn-gender:focus{
    color: #fff;
    background-color: #783E8B;
}
.scheduleTable{
    width: 100%;
    text-align: center;
}
.scheduleTable tr th{
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03px;
}
.scheduleTable tr td{
    width: 25%;
    font-size: 16px;
}
.scheduleTable tr th p{
    font-size: 12px;
    font-weight: 400;
}
.btn-availability{
    color: #783E8B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.17px;
    color: #3B3B3B;
    text-transform: uppercase;
    width: 110px;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid#AEB2B6;
    background: #FFF;
    pointer-events: none;
}
.btn-availability:hover{
    background-color: rgba(120, 62, 139, 0.23);
    border: 1px #783E8B solid;
}
.btn-availability:focus{
    color: #fff;
    background-color: #783E8B;
}
.ButtonState:checked + .btn-availability {
    border: none;
}
.btn-causal{
    color: #783E8B;
    background: rgba(120, 62, 139, 0.23);
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 5px;
    text-decoration: none;
}
.btn-negotiable{
    color: #783E8B;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 5px;
    border: 1px solid #783E8B;
    background: #FFF;
    text-decoration: none;
}
.mobileShow{
    display: none;
}
.editBtnImg{
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
}
.shareBtnImg{
    width: 14px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
}
.pageName-Menu {
    bottom: 30px;
    right: 27px;
}
.uploadedFileName {
    width: 250px;
    padding-right: 0px;
    text-decoration: underline;
    color: #3B3B3B;
}
.uploadedFileDetails {
    width: 300px;
    text-align: right;
    padding-right: 0px;
    color: #3B3B3B;
}
.visit-Count{
    margin-right: 0px;
}
.workerUserPic{
    width: 72px;
    height: 72px;
    position: relative;
    margin-right: 14px;
}
.picture{
    width: 72px;
    height: 72px;
}
.verifiedPic{
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.workerNameDetails{
    width: 80%;
    position: relative;
}
.workerNameDetails h6{
    color: #1A1D20;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}
.workerNameDetails p{
    color: #3B3B3B;
    font-size: 12px;
    margin-bottom: 0px;
}
.workerNameDetails p img{
    width: 13px;
    height: 18px;
    margin-top: -3px;
    margin-right: 4px;
}
.btn-perHour{
    color: #ffffff;
    background: #869CD7;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
    margin-right: 1rem;
    display: inline-block;
}
.btn-mobileCausal{
    color: #783E8B;
    background: rgba(120, 62, 139, 0.23);
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
}
.verifiedInfo{
    width: 12px;
    height: 12px;
    margin-left: 3px;
}
.workExpTitle{
    font-size: 18px;
    font-weight: 500;
}
.workExpDetails{
    font-size: 12px;
}
.workExpDesc{
    font-size: 14px;
    margin-top: 8px;
}
.isVisible{
    font-size: 12px;
}
.isVisibleMobile{
    font-size: 12px;
}
.list-favouite{
    position: absolute;
    right: 0px;
    top: 0px;
}


.worker-box-shadow {
    background: #fff;
    box-shadow: 0px 2px 6px #AEB2B6;
    border-radius: 5px;
    width: 305px;
    padding: 20px 18px;
}
.workerCommandedUserPic {
    width: 18%;
    position: relative;
}
.commandedPicture {
    width: 40px;
    height: 40px;
}
.commandedVerifiedPic {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: 8px;
}
.workerCommandedDetails {
    width: 82%;
}
.workerCommandedDetails h6 {
    color: #1A1D20;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerCommandedDetails 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;
}
.favoriteBtn {
    width: 22px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}
.favoriteBtn img {
    width: 22px;
    height: 20px;
}
.workerCommandedDesc {
    color: #3B3B3B;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerCommandedValue {
    font-size: 12px;
    color: #3B3B3B;
}
.workerCommandedValue b {
    font-size: 14px;
}
.btn-apply{
    color: #ffffff;
    background-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;
    text-transform: uppercase;
    width: 100%;
}
.btn-apply:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.btn-contact{
    color: #783E8B;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 6px 24px;
    text-transform: uppercase;
    width: 100%;
}
.btn-contact:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.btn-contactMobile{
    color: #783E8B;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 6px 24px;
    text-transform: uppercase;
    width: 100%;
}
.btn-contactMobile:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.bookSvgIcon{
    fill: #ffffff;
    margin-top: -4px;
    margin-right: 4px;
}
.reportList{
    position: absolute;
    bottom: -40px;
    left: 75px;
}
.reportList a{
    color: #3B3B3B;
    font-size: 12px;
}
.reportList a svg{
    margin-right: 4px;
}

.mobilebottomBtn{
    width: 100%;
}

.viewMobileBox-resume {
    background: #fff;
    box-shadow: 0px 8px 8px #AEB2B6;
    border-radius: 5px;
    margin-top: 16px;
    /* text-align: center; */
    padding: 24px 16px;
}



@media (min-width: 320px) and (max-width: 399px) {
    .mr-3{
        margin-right: 0px;
    }
    .btn-availability{
        width: 100%;
    }
    .viewMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding-bottom: 24px;
        padding-top: 1px;
    }
    .viewMobileBox a{
        margin: 1.5rem 15px 0px !important;
        padding: 5px 10px !important;
        width: 145px;
    }
    .viewMobileBox-resume .unListBtn {
        width: 120px;
    }
    .isVisibleMobile{
        /* margin: 1rem 15px 0px !important; */
        /* padding: 6px 10px !important; */
        display: flex;
        align-items: center;
        width: 200px;
        /* font-size: 10px; */
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .breadCrumb{
        line-height: 1;
        width: 100%;
    }
    .breadCrumb span {
        padding: 0px 12px;
    }
    .padding-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .aboutListConent ul li {
        width: 100%;
    }
    .btn-perHour{
        font-size: 12px;
        padding: 4px 7px;
        margin-right: 0.5rem;
    }
    .paddingOvernight{
        padding: 4px 12px;
    }
    .btn-mobileCausal{
        font-size: 12px;
        padding: 4px 7px;
    }
    .listingContent h5 {
        font-size: 18px;
    }
    .workerUserPic{
        width: 80px;
    }
    .workerNameDetails{
        width: 63%;
        padding-left: 5px !important;
    }
    .mobileWorkerNameDetails p{
        color: #3B3B3B;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .mobileWorkerNameDetails p img{
        width: 13px;
        height: 18px;
        margin-top: -3px;
        margin-right: 4px;
    }
    .verifiedPic{
        right: 6px;
    }
    .uploadedFileName{
        width: 235px;
    }
}

@media (min-width: 400px) and (max-width: 530px) {
    .mr-3{
        margin-right: 0px;
    }
    .btn-availability{
        width: 100%;
    }
    .viewMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding-bottom: 24px;
        padding: 24px 0px;
    }
    .viewMobileBox a{
        margin: 0rem 15px 0px !important;
        padding: 5px 10px !important;
        width: 145px;
    }
    .isVisibleMobile{
        /* margin: 1rem 15px 0px !important; */
        /* padding: 6px 10px !important; */
        display: flex;
        align-items: center;
        width: 200px;
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .breadCrumb{
        line-height: 1;
        width: 100%;
    }
    .breadCrumb span {
        padding: 0px 12px;
    }
    .padding-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .aboutListConent ul li {
        width: 100%;
    }
    .btn-perHour{
        font-size: 12px;
        padding: 4px 7px;
        margin-right: 1rem;
    }
    .paddingOvernight{
        padding: 4px 12px;
    }
    .btn-mobileCausal{
        font-size: 12px;
        padding: 4px 7px;
    }
    .workerUserPic{
        width: 85px;
    }
    .workerNameDetails{
        width: 70%;
        padding-left: 5px !important;
    }
}

@media (min-width: 531px) and (max-width: 600px) {
    .mr-3{
        margin-right: 0px;
    }
    .btn-availability{
        width: 100%;
    }
    .viewMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding-bottom: 24px;
        padding-top: 1px;
    }
    .viewMobileBox a{
        margin: 1.5rem 15px 0px !important;
        padding: 5px 10px !important;
        width: 145px;
    }
    .isVisibleMobile{
        /* margin: 1rem 15px 0px !important; */
        /* padding: 6px 10px !important; */
        display: flex;
        align-items: center;
        /* width: 275px; */
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .workerUserPic{
        width: 85px;
    }
    .workerNameDetails{
        width: 80%;
        padding-left: 5px !important;
    }
}

@media (min-width: 601px) and (max-width: 820px) {
    .btn-availability{
        width: 100%;
    }
    .viewMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding-bottom: 24px;
        padding-top: 1px;
    }
    .viewMobileBox a{
        margin: 1.5rem 15px 0px !important;
        padding: 5px 10px !important;
        width: 145px;
    }
    .isVisibleMobile{
        /* margin: 1rem 15px 0px !important; */
        /* padding: 6px 10px !important; */
        /* width: 200px; */
        display: flex;
        align-items: center;
    }
    .viewBtnLink {
        width: 45%;
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .content {
        margin-top: 4rem;
    }
    .mobileOverlayBtn{
        width: 100%;
        height: 75px;
        background-color: #ffffff;
        z-index: 9;
        position: fixed;
        bottom: 0px;
        border-radius: 5px 5px 0px 0px;
        padding: 16px 24px;
        display: flex;
        box-shadow: 0px -6px 16px #AEB2B6;
    }
    .mobileRateSection{
        width: 48%;
        text-align: left;
        margin-right: 2%;
        span{
            display: block;
            font-size: 14px;
            b{
                font-size: 18px;
            }
        }
    }
    .btnMobileFixed{
        width: 46%;
        text-align: right;
        margin-left: 4%;
    }
    .viewAppMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding: 24px 0px;
    }
    .viewAppReportLink{
        margin: 6px 10px 6px 0px !important;
        padding: 6px 10px 6px 0px !important;
        width: 145px;
    }
    .viewAppShareLink{
        margin: 0rem 0px 0px 0 !important;
        padding: 6px 10px !important;
        width: 110px;
    }
    .footer-section {
        margin-bottom: 130px !important;
    }
    .footerViewSection {
        margin-bottom: 100px !important;
    }
    .mobileShow{
        display: block;
    }
    .webShow{
        display: none;
    }
    .content{
        margin-left: 0px !important;
        width: 100%;
    }
    .listingContent{
        width: 100%;
        margin-top: 8px;
    }
    .mobileWorkerNameDetails p{
        color: #3B3B3B;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .mobileWorkerNameDetails p img{
        width: 13px;
        height: 18px;
        margin-top: -3px;
        margin-right: 4px;
    }
    /* .listingContent p{
        margin-bottom: 16px;
    } */
    .content {
        width: 100% !important;
    }
    .reportMobileLink{
        color: #3B3B3B;
        font-size: 13px;
    }
    .reportMobileLink svg{
        margin-right: 4px;
    }
    .btn-contact{
        width: 45%;
        padding: 12px 24px;
        margin-right: 24px;
        margin-left: 5px;
    }
    .btn-contactMobile{
        width: 100%;
        padding: 8px 16px;
        /* margin-right: 24px;
        margin-left: 5px; */
    }
    .btn-apply{
        width: 100%;
        padding: 8px 24px;
    }
    .bookIcon{
        margin-right: 4px;
        margin-top: -3px;
    }
    .worker-box-shadow {
        width: 100%;
    }
    .mobile-mb-2{
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 996px){
    .mobileShow{
        display: block;
    }
    .webShow{
        display: none;
    }
    .viewMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding-bottom: 24px;
        padding-top: 1px;
    }
    .viewMobileBox a{
        margin: 1.5rem 15px 0px !important;
        padding: 5px 10px !important;
        width: 145px;
    }
    .isVisibleMobile{
        /* margin: 1rem 15px 0px !important; */
        /* padding: 6px 10px !important; */
        width: 200px;
        display: flex;
        align-items: center;
    }
    .padding-24 {
        padding: 6px 22px !important;
    }
    .margin-right-34 {
        margin-right: 24px;
    }
}

@media (min-width: 996px) and (max-width: 1023px){
    .breadCrumb{
        width: 35%;
    }
    .breadCrumbBtn{
        width: 65%;
    }
    .listingContent{
        width: 55%;
    }
    .jobListRight{
        margin-left: auto;
    }
    .workerNameDetails{
        width: 50%;
    }
    .uploadedFileDetails{
        width: 225px;
    }
    .uploadedFileName{
        width: 150px;
    }
    .mr-3{
        margin-right: 16px;
    }
    .padding-24 {
        padding: 6px 18px !important;
    }
    .margin-right-34 {
        margin-right: 24px;
    }
    .btn-availability{
        width: 100px;
        padding: 6px 8px;
        margin-right: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1270px){
    .breadCrumb{
        width: 35%;
    }
    .breadCrumbBtn{
        width: 65%;
    }
    .listingContent{
        width: 55%;
    }
    .jobListRight{
        margin-left: auto;
    }
    .workerNameDetails{
        width: 50%;
    }
    .uploadedFileDetails{
        width: 250px;
    }
    .uploadedFileName{
        width: 150px;
    }
    .padding-24 {
        padding: 6px 20px !important;
    }
    .margin-right-34 {
        margin-right: 24px;
    }
    .btn-availability{
        width: 100px;
        padding: 6px 8px;
        margin-right: 14px;
    }
}


/* .switchInput[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
  }
  
.switchLabel {
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    height: 15px;
    background: #783E8B;
    display: block;
    border-radius: 100px;
    position: relative;
}
  
.switchLabel:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
  }
  
.switchInput:checked + .switchLabel {
    background: #783E8B;
  }
  
.switchInput:checked + .switchLabel:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
  }
.switchLabel:active:after {
    width: 30px;
  }
   */


.toggle {
  cursor: pointer;
  /* display: flex;
  align-items: center; */
}

.toggle-switch {
  display: inline-block;
  background: #ffffff;
  border: 1px solid#783E8B;
  border-radius: 16px;
  width: 30px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  margin-left: 12px;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
  background-color: #783E8B;
  color: #783E8B;
}
.toggle-switch:after {
    background-color: #783E8B;
}
.toggle-switch:before {
  display: block;
  background: #783E8B;
  border-radius: 50%;
  /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25); */
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
/* .toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
} */
.toggle-checkbox:checked + .toggle-switch {
  background: #783E8B;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 18px;
  background: #ffffff;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  width: 26px;
  color: #783E8B;
}
#isNotVisibleText, #labelOff{
    display: none;
}

@media (min-width: 320px) and (max-width: 992px){
    .toggle {
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .toggle-switch {
        margin-left: 0;
    }
    .toggle-label {
        top: 0;
    }
}

