@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
body{
    color: #3B3B3B;
    font-family: Roboto;
    background-color: #d9d9d9;
}
::selection {
    color: #ffffff;
    background: #0069ff;
}
::placeholder {
    color: #AEB2B6 !important;
    /* color: #3B3B3B !important; */
}
.table > :not(caption) > * > * {
    color: #3B3B3B;
    background-color: white;
    border-bottom: none;
}
.row-border-bottom {
    border-bottom: 1px solid #CED4DA;
}
select{
	background: #fff;
  	color: red;
}
select, option{
    -moz-font-family: Roboto !important;
    font-family: Roboto !important;
    border-radius: 5px;
}
a {
    text-decoration: none;
}
b {
    font-weight: 500;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-14 {
    font-size: 14px;
}
.padding-y-36 {
    padding: 36px 24px;
}
.anchor-color {
    color: #0D6EFD;
    text-decoration: none;
}
.dashboard-icon-size {
    width: 16px;
    height: 16px;
}
.currentListings {
    color: #6E6F72;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.085px;
}
.no-listings {
    color: var(--pAI2---Shadows, #AEB2B6);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03px;
}
[data-bs-theme="dark"] .form-select{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.modal.fade.show {
    /* backdrop-filter: blur(2px); */
    backdrop-filter: brightness(60%) blur(3px);
}
.bottomShadowMenu{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1111;
    /* backdrop-filter: blur(3px); */
    backdrop-filter: brightness(60%) blur(3px);
}
.unseenIcon{
    margin-right: 5px;
}
.form-control:focus {
    box-shadow: none;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input{
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
    /* margin-right: 6px; */
}
.form-select:focus {
    box-shadow: none;
}
.pac-container {
    z-index: 1055 !important;
}
.requiredColor{
    /* color: #ff0000; */
    padding-left: 4px;
    color: var(--pAI2---Danger, #DC3545);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.024px;
}
/* width */
body::-webkit-scrollbar {
    width: 5px;
}
/* Track */
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    border-radius: 10px;
}
/* Handle */
body::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px;
}
.passwordShowIcon {
    /* position: absolute;
    top: 8px;
    right: 16px;
    font-size: 14px;
    color: #AEB2B6;
    cursor: pointer; */
    color: #AEB2B6;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 400;
    letter-spacing: 0.175px;
}
.passwordBox{
    width: 90px;
    height: 10px;
    margin-right: 8px;
    background: #CED4DA; 
    border-radius: 3px;
}
.form-control, .form-select{
    background-color: #ffffff;
    border-color: #AEB2B6 ;
    color: #3B3B3B !important;
    border-radius: 5px;
}
.form-control:focus, .form-select:focus{
    background-color: #ffffff;
    border-color: #AEB2B6 ;
    color: #3B3B3B !important;
    option{
        border-radius: 0px;
    }
}
.form-check .form-check-input{
    background-color: #ffffff;
    border-color: #AEB2B6 ;
}
.form-check:focus .form-check-input:focus{
    background-color: #ffffff;
    border-color: #AEB2B6 ;
}
.accordion{
    --bs-accordion-bg: #fff;
    background-color: #ffffff;
}
.accordion-item{
    background-color: #ffffff;
    --bs-accordion-bg: #ffffff;
    color: #3B3B3B;
}
.container-fluid{
    min-width: 1260px;
    max-width: 1280px;
}
.content{
    margin-top: 80px;
    margin-left: 9rem !important;
    /* width: 83%; */
    width: 1020px;
}
.main-wrapper{
    position: relative;
}
.account-content{
    margin-top: 80px;
    margin-left: 20rem !important;
}
.form-control-dark {
    border-color: var(--bs-gray);
}
.form-control-dark:focus {
    border-color: #fff;
    color: #3B3B3B !important;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.text-small {
    font-size: 85%;
}
.dropdown-toggle:not(:focus) {
    outline: 0;
}

.logoImg img{
    width: 100%;
    height: 32px;
    padding-right: 24px;
}
.careHeadName{
    color: #3B3B3B;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.03px;
    word-wrap: break-word;
}
.careHeadName:hover{
    color: #3B3B3B;
}
.btn-texted {
    color: #3B3B3B;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
}
.btn-purple{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
}
.btn-purple:hover, .btn-texted:hover {
    color: #ffffff;
    background-color: #783E8B;
    .svgIcon{
        stroke: #ffffff; 
    }
}
.btn-completed{
    color: #3B3B3B;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #198754;
}
.btn-completed:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.header-btn{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 4px 24px;
}
.header-btn:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.btn-updateDetails{
    width: 260px;
    height: 48px;
}
.btn-updateWorkers{
    width: 265px;
    height: 45px;
}
.btn-viewAll{
    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;
    height: 32px;
    border-radius: 5px;
}
.btn-viewAll:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.text-transform{
    text-transform: uppercase;
}
.visitRequires .picture1, .upcomingVisits .picture1 {
    margin: 0;
}
.visitRequires .workerUserPic, .pendingContracts .workerUserPic, 
.upcomingVisits .workerUserPic {
    margin-right: 2px;
}
.icon-size{
    width: 14px;
    height: 14px;
}
.user-pic{
    width: 32px;
    height: 32px;
}
.font-color{
    color: #3B3B3B !important;
}
.font-colorPurple{
    color: #783E8B !important;
}
.message-icon{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cog-settings-icon {
    /* width: 22px;
    height: 22px; */
    cursor: pointer;
}
.leftMenu li{
    color: #783E8B;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    position: relative;
}
.confirmBtn{
    border: 1px solid #783E8B;
    color: #783E8B;
    padding: 4px 20px;
    text-transform: uppercase;
    margin-left: 3rem;
    font-size: 14px;
    font-weight: 500;
}
.confirmBtn:hover{
    background-color: #783E8B;
    color: #fff;
}
.goBtn{
    width: 100px;
    height: 35px;
    padding: 6px 20px;
}
.leftMenu-img{
    /* width: 18px;
    height: 18px; */
    display: inline-block;
    background-size: cover;
    margin-bottom: 3px;
}
.account-Menu li{
    color: #783E8B;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    position: relative;
    padding: 16px 24px 0px 24px;
}
.circleIcon-width{
    width: 29px;
    height: 16px;
}
.leftMenu li a{
    padding: 0px;
    color: #3B3B3B;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    /* border-right: 5px solid #fff; */
}
.menu-border-right{
    border-right: 8px solid #783e8b;
    position: absolute;
    right: -8px;
    top: 5px;
    border-radius: 5px;
    height: 55px;
}
.leftMenu li a:hover, .leftMenu li a:focus{
    color: #783E8B !important;
    /* border-right: 5px solid #783e8b; */
}
.active {
    color: #783E8B !important;
    .svgMenuIcon{
        stroke: #783E8B; 
    }
    .svgMenuFillIcon{
        fill: #783E8B; 
    }
}
header{
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 6px 16px #AEB2B6;
    height: 48px;
}
.header-center{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.height{
    height: 100%;
}
.webLeftMenu{
    width: 72px;
    background: #fff;
    /* margin-left: 1rem; */
    border-radius: 5px;
    height: auto;
    position: fixed;
    margin-top: 80px;
}
.myAccountDiv{
    height: 500px;
}
.accountPanel{
    /* height: 600px; */
}
.myAccountDiv-Worker{
    height: auto;
}
.left-section{
    height: 430px;
}
.left-section p{
    width: 94%;
    margin: auto;
}
.workerSection{
    height: auto;
}
.progressBar{
    width: 100%;
    height: 150px;
}
.box-shadow{
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
}
.panelBox{
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    /* padding: 6rem; */
    width: 329px;
    height: 200px;
}
.experienced-box{
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    /* padding: 6rem; */
    width: 329px;
    height: 200px;
}
.margin-right-16{
    margin-right: 16px !important;
}
.margin-right-20{
    margin-right: 20px !important;
}
.margin-top-16{
    margin-top: 16px !important;
}
.margin-top-24{
    margin-top: 24px !important;
}
.mr-1{
    margin-right: 0.5rem;
}
.mr-2{
    margin-right: 1rem;
}
.mr-3{
    margin-right: 1.5rem;
}
.ml-3{
    margin-left: 1.5rem;
}
.mt-3{
    margin-top: 1rem !important;
}
.mt-4{
    margin-top: 1.5rem !important;
}
.lookingForImg{
    margin-left: 4px;
}
.lookingForOrgImg{
    margin-left: 0px;
}
.panelBox-col-2{
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    width: 500px;
    height: 360px;
    position: relative;
}
.experienced-col-2{
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    width: 500px;
    height: 360px;
    position: relative;
}
.workerListing-PanelBox{
    width: 1020px;
}
.dashboardListingSection{
    height: auto;
}
.dashboardWorkerSection{
    height: 150px;
}
.mobileLogo{
    display: none;
}
.web-hidden {
    display: none;
}
.border-right{
    border-right: 1px solid #783E8B;
}
.padding-1{
    padding: 1.5rem 0;
}
.padding-top-10{
    padding-top: 10px !important;
}
.padding-top-15{
    padding-top: 15px !important;
}
.text-align-center{
    text-align: center;
}
.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.accountSettingsText p{
    font-size: 12px;
    margin-bottom: 0.3rem;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    padding-left: 8px;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.scrollBar{
    overflow: hidden;
    height: 430px;
    overflow-y: scroll;
}
.scrollBar::-webkit-scrollbar{
    width: 10px;
}
.scrollBarWorker{
    overflow: hidden;
    height: 470px;
    overflow-y: scroll;
}
.scrollBarWorker::-webkit-scrollbar{
    width: 10px;
}
.form-label{
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.02px;
    word-wrap: break-word;
    margin-bottom: 1rem;
}
.form-select{
    color: #AEB2B6;
    font-size: 14px;
    height: 42px;
}
.form-control{
    color: #3B3B3B !important;
    /* color: #AEB2B6; */
    font-size: 14px;
    height: 42px;
}
textarea{
    height: auto !important;
}
.btn-verify{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    line-height: 2.1;
}
.btn-verify:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.btn-verified{
    color: #198754;
    font-size: 14px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-verified svg{
    margin-right: 4px;
}
.btn-verified:hover{
    color: #198754;
}
.passwordTextBox{
    width: 80%;
}
.edit-icon{
    width: 20%;
    text-align: center;
    color: #AEB2B6;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.04px;
    word-wrap: break-word;
    line-height: 2.5;
}
.edit-icon img {
    width: 16px;
    height: 16px;
}
.editIcon-Info{
    width: 100px;
    text-align: left;
    color: #AEB2B6;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.04px;
    word-wrap: break-word;
    line-height: 2.3;
    cursor: pointer;
}
.editIcon-Info img {
    width: 16px;
    height: 16px;
}
.jobTypeEdit{
    width: 100px;
    text-align: left;
    color: #AEB2B6;
    font-size: 14px;
    cursor: pointer;
}
.jobTypeEdit img {
    width: 16px;
    height: 16px;
}
.proofAddress{
    color: #3B3B3B;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
}
.btn-gender{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    text-transform: uppercase;
    width: 145px;
    height: 32px;
    padding: 5px 24px;
    .icon-size{
        width: 16px;
        height: 16px;
    }
}
.btn-gender:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.btn-lovedOneGender {
    width: 120px;
    padding: 5px 12px;
}
.btn-creditCard{
    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;
}
.btn-creditCard:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.btn-emergencyContact{
    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: 40%;
}
.btn-emergencyContact:hover{
    color: #ffffff;
    background-color: #783E8B;
}

.btn-active{
    color: #ffffff;
    background-color: #783E8B;
    .svgIcon{
        stroke: #ffffff; 
    }
}
.expiryDate-select{
    width: 48%;
}
.cvv-textbox{
    width: 99%;
}
.windCave-logo img{
    width: 190px;
    height: 40px;
}
.visaImg img{
    width: 24px;
    height: 100%;
}
.privacyText{
    font-size: 12px;
}
.panel-info{
    cursor: pointer;
}
.panel-info img{
    width: 12px;
    height: 12px;
}
.panel-Head{
    text-align: center;
    font-size: 24px;
    color: #3B3B3B;
    font-weight: 400;
    letter-spacing: 0.03px;
}
.panel-Count{
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.09px;
}
.panel-Month{
    text-align: center;
    font-size: 14px;
    color: #3B3B3B;
    font-weight: 400;
}
.upcoming-title{
    color: #3B3B3B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.02px;
    word-wrap: break-word;
}
.upcoming-title img{
    margin-top: -10px;
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.upcoming-content{
    width: 100%;
    margin: 0 auto;
    padding: 18% 0;
}
.upcoming-visits-content {
    width: 330px;
    margin: 0 auto;
    padding: 18% 0;
}
.upcoming-content h5{
    color: #AEB2B6;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.03px;
    word-wrap: break-word;
    display: block;
}
.upcoming-content div{
    color: #AEB2B6;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.01px;
    word-wrap: break-word;
}
.upcoming-content div a{
    text-decoration: none;
}
.viewAll-btn{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100%;
}
.viewAll-visits{
    background: #fff;
    margin-top: 20px;
    /* margin-right: 5px; */
}
.workersTitle{
    color: #3B3B3B;
    /* color: #6E6F72; */
    /* font-size: 34px; */
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.09px;
    word-wrap: break-word;
}
.workersTitle-h5{
    font-size: 20px;
    color: #AEB2B6;
}
.workersTitle-desc{
    color: #AEB2B6;
    font-size: 14px;
    /* width: 250px; */
    margin: 0 auto;
}
.expireDate-mr-2{
    margin-right: 4%;
}
.accordion-button{
    padding: 1rem 0px;
    color: #3B3B3B;
    font-size: 20px;
    margin-bottom: 15px;
}
.accordion-button::after{
    margin-left: 1rem;
}
.accordion-button:focus{
    border-color: #ffffff;
    box-shadow: none;
    color: #3B3B3B;
    background-color: #ffffff;
}
.accordion-body{
    text-align: left;
    padding: 0rem 0px;
    /* margin-left: -10px; */
}
.accordion-button:not(.collapsed){
    background-color: #ffffff;
    color: #3B3B3B;
    box-shadow: none;
}
.footer-section{
    margin-bottom: 56px !important;
}
.footer-sectionNoMenu{
    margin-bottom: 56px !important;
}
.accountLeftMenu{
    width: 200px;
    background: #fff;
    /* margin-left: 1%; */
    border-radius: 5px;
    /* height: 200px; */
    height: auto;
    position: fixed;
    margin-top: 80px;
}
.dropdown-menu{
    margin-top: 8px !important;
    margin-right: -8px !important;
    background-color: #ffffff;
}
.dropdown-item{
    color: #3B3B3B;
}
.dropdown-item:hover, .dropdown-item:focus{
    color: #3B3B3B;
    background-color: #fff;
}
.personalMenuIcon{
    width: 14px;
    height: 16px;
    margin-right: 15px;
    margin-left: 3px;
    /* margin-top: -5px; */
}
.personalMenuText{
    color: #3B3B3B;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
}
.securityMenuIcon{
    /* width: 18px !important;
    margin-right: 10px !important; */
}
.paymentIcon{
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.border-line{
    border: 1px solid #783E8B;
    margin: 24px;
}
.back-link{
    padding: 0px 24px 24px 28px
}
.backMenuIcon{
    width: 6px;
    height: 12px;
    margin-right: 14px;
    margin-top: 3px;
}
.successTextColor{
    color: #198754;
}
.errorTextColor{
    color: #DC3545;
}
.polygon-icon{
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-right: 2px;
}
.account-settingsLink{
    width: 280px;
    margin: auto;
}
.web-PhoneCode{
    width: 125px;
    height: 42px;
    padding-right: 0px;
}
.web-phoneNumber{
    width: 275px;
    height: 42px;
}
.web-verify{
    width: 110px;
    height: 42px;
}

/* button:focus:not(:focus-visible) */
.modal-padding{
    padding: 36px 8px 48px 24px;
}
.popup-padding{
    padding: 36px 24px 48px 24px;
}
.popup-paddingHeader{
    padding: 16px 0px 22px;
}
.modal-closeBtn{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.modal-closeBtn img{
    width: 15px;
    height: 14px;
}
.dropdownMenu-close{
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}
.dropdownMenu-close img{
    width: 12px;
    height: 12px;
}
.modal-dialog{
    margin-top: 32px;
}
.modal-title{
    color: #3B3B3B;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}
.sub-title{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.01px;
    word-wrap: break-word;
    padding-bottom: 8px;
    padding-top: 4px;
}
.sub-title-OTP{
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.01px;
    word-wrap: break-word;
    padding-bottom: 8px;
    padding-top: 4px;
}
.confirmMailPopupContent{
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.01px;
    word-wrap: break-word;
    padding-bottom: 8px;
    padding-top: 4px;
}
.codeOfConduct li{
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.04px;
    word-wrap: break-word;
    padding-bottom: 8px;
}
.modalBottomBtn{
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.btn-decline{
    color: #3B3B3B;
    padding: 8px 24px;
    font-size: 14px;
    margin-right: 10%;
}
.btn-agree{
    background-color: #ffffff;
    color: #783E8B;
    border: 1px solid #783E8B;
    border-radius: 5px;
    text-align: center;
    padding: 8px 24px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.btn-agree:hover{
    background-color: #783E8B;
    color: #ffffff;
    .svgIcon{
        stroke: #ffffff;
    }
}
.mobileToggleMenuBtn{
    position: fixed;
    bottom: 15px;
    z-index: 333;
    width: 100%;
}
.shadowBgImg{
    background-image: url(../icons/EllipseShadow.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    text-align: center;
}
.bottom-menuImg{
    width: 100px;
    height: 100px;
    margin-top: 8px;
}
.pageName-Menu{
    position: absolute;
    bottom: 29px;
    right: 18px;
    font-size: 13px;
    color: #fff;
}
.pageName-Menu img{
    width: 18px;
    height: 18px;
}
.pageName-Menu div{
    padding-top: 5px;
}
.settingsPageName{
    position: absolute;
    bottom: 29px;
    right: 25px;
    font-size: 13px;
    color: #fff;
}
.settingsPageName img{
    width: 18px;
    height: 18px;
}
.settingsPageName div{
    padding-top: 5px;
}
.tab-head{
    display: none;
}

:root {
    color-scheme: light dark;
}

.MobileBottomMenu{
    padding: 24px 16px 24px 16px;
}
.MobileBottomMenu .row{
    row-gap: 12px;
}
.bottomMenuBar{
    width: 73px;
    /* height: 40px; */
    text-align: center;
    font-size: 12px;
    padding: 0px;
}
.bottomMenuBarHeight{
    height: 60px;
}
.bottomMenuBar a{
    color: #3B3B3B;
    text-decoration: none;
}
.mobileMenuwidth{
    width: 78px;
}
.bottomMenuWorkerBar{
    width: 70px;
    /* height: 40px; */
    text-align: center;
    font-size: 12px;
    padding: 0px;
}
.bottomMenuSettingsWorkerBar{
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
}
.bottomMenuSettingsOrgBar{
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
}
.bottomMenuSettingsWorkerBar a{
    color: #3B3B3B;
    text-decoration: none;
}
.bottomMenuSettingsOrgBar a{
    color: #3B3B3B;
    text-decoration: none;
}
.mobileMenuWorkerwidth{
    width: 82px;
}
.MobileSettingsMenu{
    padding: 16px 24px 16px 24px;
}
.column-gap-16 {
    column-gap: 16px;
}
.column-gap-12 {
    column-gap: 12px;
}
.addImg{
    width: 18px;
    height: 18px;
}
.mobileMenuName{
    padding-top: 5px;
}
.marginMobileMenu-12{
    /* margin-right: 12px; */
    /* margin-bottom: 12px; */
    width: 25% !important;
}
.bottom-Menu{
    display: none;
}
.bottom-MenuAccount {
    display: none;
}
.gender-Mobile{
    width: 50%;
}
.gender-Mobile .btn-gender{
    width: 150px;
}
.creditCard-Mobile{
    width: 50%;
    margin: 0 auto;
}
.cvv-Mobile{
    width: 96%;
}
.maleIcon{
    margin-top: -4px;
    margin-right: 4px !important;
}
.menuSectionBottom{
    position: fixed;
    bottom: 0px;
    background: #fff;
    /* box-shadow: 0px 0px 10px #AEB2B6; */
    border-radius: 5px 5px 0 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px -6px 16px 0px #AEB2B6;
    /* border: 1px solid var(--pAI2---Secondary-Light-Background, #D9D9D9); */
    /* background: var(--pAI2---Light-Background, #FFF); */
}
.menuSectionBottom-borderless {
    border-radius: 0 !important;
}
#showManageCareWorkerInfo, #showManageCareOrganiserInfo, #showManageLovedOneInfo {
    display: none;
}
#showBottomMenu{
    display: none;
}
.shadowCloseBgImg{
    background-image: url(../icons/EllipseShadow.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -105px;
    left: 0;
    right: 0;
}
.closeMenuName{
    position: absolute;
    bottom: 29px;
    right: 32px;
    font-size: 13px;
    color: #fff;
}
.closeMenuName img{
    padding-bottom: 4px;
}
.closeMenuName svg{
    margin-bottom: 4px;
}
.form-check-label{
    color: #3B3B3B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.02px;
    word-wrap: break-word;
    margin-left: 5px;
    padding-top: 3px;
}
.form-check-input:checked {
    background-color: #783E8B !important;
    border-color: #783E8B !important;
}
.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%;
}
.manImage{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url(../images/hero-seeker-1.jpg);
    /* background-size: 135% 100%;
    background-position: -100px 0px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}
.bannerImgContent{
    /* width: 150px;
    position: absolute;
    bottom: 7px;
    right: 24px;
    color: #fff; */
    width: 308px;
    position: absolute;
    top: 18%;
    right: 6%;
    color: #fff;
}
.bannerImgContent p{
    font-size: 14px;
    margin-bottom: 16px;
}
.btnCallUs{
    background-color: #783E8B;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 4px 18px;
    text-transform: uppercase;
    border-radius: 5px;
}
.btnCallUs:hover{
    background-color: #478DA9;
    color: #ffffff;
    padding: 4px 18px;
}

.upcoming-list{
    width: 100%;
    border-top: 1px solid #783E8B;
    /* overflow: hidden; */
    height: 235px;
    /* overflow-y: scroll; */
}
.upcoming-list::-webkit-scrollbar{
    width: 1px;
}
.visitConent{
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.visit-userPic{
    width: 25px;
    position: relative;
    padding-left: 0px;
}
.userVisit{
    width: 24px;
    height: 24px;
}
.verifiedImg{
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.visit-Name{
    width: 120px;
    padding-right: 0px;
}
.visit-Date{
    width: 150px;
    padding-right: 0px;
}
.visit-Time{
    width: 140px;
    padding-right: 0px;
}
.visit-table{
    font-size: 13px;
    margin-left: 35px;
}
.visit-tableTd{
    width: 80px;
    color: #1A1D20;
    letter-spacing: 0.08px;
    font-weight: 500;
}
.visit-table tr td{
    padding-bottom: 12px;
}
.visit-Count{
    color: #1A1D20;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    margin-right: 16px;
}
.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-top: 7px;
}
.upcomingAccordion::after{
    background-image: url(../icons/nav-arrow-up.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../icons/nav-arrow-up.svg);
    transform: rotate(-180deg);
    margin-top: 0px;
}
.accordion-flush .accordion-item:last-child{
    border-bottom: 1px solid #dee2e6;
}
.listDisplay{
    display: inline-block;
}
.listingBox{
    width: 300px;
    height: 275px;
    background-color: #ffffff;
    border: 1px solid #3B3B3B;
    border-radius: 5px;
    /* margin: 24px 16px 24px 0px; */
    padding: 16px;
    text-align: left;
    float: left;
}
.listingBox h5{
    font-weight: 500;
    font-size: 18px;
    color: #3B3B3B;
}
.listingBox h5 a{
    font-weight: 500;
    font-size: 20px;
    color: #3B3B3B;
    text-decoration: none;
}
.listingBox-shadowed {
    box-shadow: 0px 6px 16px 0px #AEB2B6;
    border: none;
}
.listingLocation img{
    width: 11px;
    height: 14px;
    margin-top: 1px;
    margin-right: 5px;
}
.listingLocation div{
    color: #3B3B3B;
    font-size: 12px;
    letter-spacing: 0.05px;
}
.listing-Desc{
    color: #3B3B3B;
    font-size: 14px;
    letter-spacing: 0.04px;
    margin-top: 10px !important;
}
.listing-Desc h6 {
    color: var(--Mycare, #783E8B);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.024px;
}
.casualType {
    color: var(--Mycare, #783E8B);
    font-size: 12px !important;
    font-weight: 400;
    border-radius: 5px;
    background: rgba(120, 62, 139, 0.23);
    width: 46px;
    letter-spacing: 0.035px;
    padding: 0px 4px;
    margin: 2px auto;
}
.card-title {
    padding: 5px 0;
    color: var(--pAI2---Deselected-Iconography, #3B3B3B);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.024px;
}
.require-count {
    font-size: 12px;
    display: flex;
    margin: 0 0 0 4px;
}
.dott {
    width: 8px;
    height: 8px;
    background: var(--pAI2---Danger, #DC3545);
    border-radius: 50%;
    margin-top: 2px;
    display: inline-block;
    margin-left: 8px;
    margin-top: 2px;
}
.infoDataBox {
    transform: translate3d(-35px, -8px, 0px) !important;
}
.card-divider {
    height: 1px;
    background: var(--Mycare, #783E8B);
    margin-top: 8px;
}
.visit-Count span {
    font-size: 14px;
}
.table tr td {
    font-size: 13px;
    vertical-align: middle;
    padding: 8px 0px;
}
.text-danger {
    color: var(--pAI2---Danger, #DC3545);
}
.contractStatusbtn {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.035px;
    border-radius: 5px;
    border: 1px solid #DC3545;
    background:  #FFF;
    width: 74px;
    padding: 2px 4px;
}
.workerUserPic {
    width: 40px;
    position: relative;
    margin-right: 10px;
}
.picture1 {
    width: 32px;
    height: 32px;
    margin: 2px;
}
.verifiedPic1 {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    right: 2px;
}
.favouriteWorkerInfoData {
    /* width: 5%; */
    position: relative;
    text-align: right;
    margin-top: 6px;
}
.ellipsis-2 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listJobtype{
    width: 75%;
    margin: 0px auto;
}
.listingAmount{
    width: 33%;
}
.listFrom{
    font-size: 12px;
}
.listDollar{
    font-size: 14px;
}
.favoriteIcon{
    width: 100%;
    text-align: right;
    margin-top: 2rem;
}
.favoriteIcon img{
    width: 16px;
    height: 14px;
}
.viewAll-listings{
    width: 180px;
}
.viewAll-Mylistings{
    width: 215px;
}

.dropdown-toggle::after{
    display: none;
}
.dropdownArrow{
    width: 12px;
    height: 6px;
    margin-left: 4px;
    /* background-image: url(../icons/nav-arrow-down.svg); */
}
/* .dropdown-toggle .show{
    background-color: #0d6efd;
} */

.accountSettingPic{
    width: 75px;
    height: 75px;
    position: relative;
}
.accountSettingPic img{
    width: 75px;
}
.accountSettingText{
    width: 65%;
    font-size: 12px;
    padding: 18px;
}
.lovedOneAccountText{
    width: 70%;
    font-size: 12px;
    padding: 20px;
}
.profileCircle{
    width: 26px;
    height: 26px;
    border: 2px solid #ffffff;
    background-color: #783E8B;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.profileCircle img{
    width: 100%;
    height: auto;
    /* margin-top: -4px;
    margin-right: -1px; */
    display: flex;
    padding: 4px;
}
.saveBtnSection{
    width: 100%;
    text-align: center;
}
.btn-save{
    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: 4px 24px;
    margin: 48px 0px 24px 0px;
}
.btn-save:hover{
    color: #ffffff;
    background-color: #783E8B;
}
.bg-btn-white{
    background-color: #ffffff;
}
.previewIcon{
    width: 18px !important;
    height: 12px !important;
}
.publishIcon{
    width: 16px !important;
    height: 14px !important;
}
.btn-Country {
    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-Country:hover{
    background-color: rgba(120, 62, 139, 0.23);
    border: 1px #783E8B solid;
}
.btn-Country:focus{
    color: #fff;
    background-color: #783E8B;
}
.btnActiveCountry{
    background:#783E8B;color: #ffffff;
}
.ButtonState{display:none}
/* .Button{padding:3px; margin:4px; background:#CCC; color: #783E8B; border:1px solid #783E8B; cursor:pointer;} */
.ButtonState:checked + .btn-yesNo{background:#783E8B;color: #ffffff;}
.ButtonState:checked + .btn-Country{background:#783E8B;color: #ffffff;}
.ButtonState:checked + .btn-availability{background:#783E8B;color: #ffffff;}
.ButtonState:checked + .btn-gender{
    background:#783E8B;color: #ffffff; 
    .svgIcon{
        stroke: #ffffff; 
    }
}
.ButtonState:checked + .btn-creditCard{
    background:#783E8B;color: #ffffff; 
    .svgIcon{
        stroke: #ffffff; 
    }
    .svgFillIcon{
        fill: #ffffff;
    }
}
.ButtonState:checked + .workersTabLabel{
    color: #783E8B;
    border-bottom: 4px solid #783E8B;
}


.btn-JobType{
    color: #783E8B;
    font-size: 14px;
    border: 1px solid #783E8B;
    /* height: 24px; */
    padding: 2px 8px;
}
.btn-JobType:hover{
    color: #783E8B;
    background: rgba(120, 62, 139, 0.23);
}
.ButtonState:checked + .btn-JobType{background:#783E8B;color: #ffffff;}

.modal-content{
    background-color: #ffffff;
    border-radius: 5px;
}

.uploaded-title{
    color: #3B3B3B;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.02px;
    word-wrap: break-word;
}
.uploaded-list{
    width: 100%;
    border-top: 1px solid #783E8B;
    /* overflow: hidden;
    height: 235px;
    overflow-y: scroll; */
}
.uploadedConent{
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #CED4DA;
}
.uploadedFileName{
    width: 45%;
    padding-right: 0px;
    color: #0D6EFD;
}
.uploadedFileNamePopup{
    width: 250px;
    padding: 2px 0px 0px 0px;
    color: #0D6EFD;
    font-size: 14px;
}
.file_description {
    padding: 2px 0px 0px 0px;
    color: #0D6EFD;
    font-size: 14px;
}
.uploadedFileDetails{
    width: 43%;
    padding-right: 0px;
    color: #AEB2B6;
}
.docFiles{
    width: 25px;
    height: 25px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.filesImg{
    width: 16px;
    height: 20px;
}
.verifiedFiles{
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -1px;
    right: 6px;
}

.infoBtnSection{
    width: 25px;
    position: relative;
}
.info-btn{
    width: 24px;
    height: 30px;
    padding: 2px 8px;
}
.infoDataBox{
    width: 220px;
    height: auto;
    padding: 0px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px #AEB2B6;
    border-radius: 5px;
    z-index: 999;
    right: 20px;
    top: 0;
    /* transform: translate3d(-195px, -8px, 0px) !important; */
    /* inset: none !important; */
}
.infoDataBox-custom {
    width: 238px;
}
.dropdown-padding{
    padding: 14px 20px;
}
.dropdown-padding-custom{
    padding: 20px 0;
    font-size: 12px;
}
.dropdown-divider{
    margin: 0px;
}
hr.dropdown-divider {
    border: none;
    border-top: 1px solid #AEB2B6;
}
.infoBtn-white{
    display: none;
}
.btn-check:checked+.info-btn, .info-btn.active, .info-btn.show, .info-btn:first-child:active, :not(.btn-check)+.info-btn:active{
    background-color: #783E8B;
    .infoBtn-purple{
        display: none;
    }
    .infoBtn-white{
        display: inline-block;
    }
}
.seen-icon{
    width: 17px;
    height: 16px;
    margin-top: -3px;
}
.deleteFile-icon{
    width: 17px;
    height: 20px;
    margin-top: -4px;
}
.updateFile-icon{
    width: 14px;
    height: 14px;
    margin-top: -4px;
}
.headerBackBtn{
    height: 16px !important;
    padding-right: 16px;
}

.dropdownPanel{
    width: 310px;
    /* height: 425px; */
    overflow: hidden;
    overflow-y: scroll;
    /* padding: 8px 16px; */
    font-size: 14px;
    box-shadow: 0px 6px 6px #AEB2B6;
    border-color: #fff;
    margin-top: 6px !important;
    /* transform: translate3d(-151.667px, 25px, 0px) !important; */
    min-height: auto;
    max-height: calc(100vh - 48px - 16px);
}
.dropdownPanel::-webkit-scrollbar{
    width: 0px;
}
.workerProfileTitle{
    font-size: 16px;
    color: #3B3B3B;
    padding: 5px 24px 14px;
    border-bottom: 1px solid #783E8B;
    margin-bottom: 12px;
    position: relative;
}
.panel-divider{
    border-color: #CED4DA;
    margin: 12px 0px;
}
.workerProfileDetails{
    text-align: center;
    width: 100%;
    padding: 8px 0px;
    margin-top: 12px;
}
.workerProfileDetails h2{
    color: #1A1D20;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}
.profileImg{
    position: relative;
    width: 80px;
    margin: 0 auto;
}
.profileImg img{
    width: 64px;
    height: 64px;
}
.profileCamera{
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    background-color: #783E8B;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 7px;
}
.profileCamera img{
    width: 10px;
    height: 9px;
    margin-top: -5px;
    margin-right: -1px;
}
.manageAccount{
    padding: 8px 24px;
    text-transform: uppercase;
}
.manageAccountImg{
    width: 24px;
    height: 24px;
    margin-top: -4px;
    margin-right: 4px;
}
.careOrganiserData{
    width: 100%;
    padding: 0px 24px;
    color: #3B3B3B;
}
.careOrganiserData a{
    color: #3B3B3B;
    text-decoration: none;
}
.careOrganiserData a:hover{
    color: #783E8B;
}
.careOrganiserData img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.becomeCareOrganiser{
    width: 100%;
    padding: 8px 28px;
    margin-top: 12px;
    color: #783E8B;
    cursor: pointer;
}
.becomeCareOrganiser a {
    color: #783E8B;
    text-decoration: none;
}
.becomeCareOrganiser img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.signOut{
    font-size: 16px;
    color: #3B3B3B;
    padding: 8px 24px;
}
.signOut a{
    color: #3B3B3B;
    text-decoration: none;
}
.privacySection{
    color: #AEB2B6;
    font-size: 12px;
    padding: 8px 0px;
}
.privacyContent{
    width: 40%;
    text-align: right;
}
.privacyDotImg{
    width: 10%;
    text-align: center;
}
.termsContent{
    width: 45%;
    text-align: left;
}
.web-userName{
    height: 32px;
    line-height: 2;
}
.modalScrollbar{
    /* height: 400px; */
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    min-height: auto;
    max-height: 75vh;
}
.modalScrollbar::-webkit-scrollbar {
    width: 8px;
}
.modalScrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    border-radius: 10px;
}
.modalScrollbar::-webkit-scrollbar-thumb {
    /* background: #AEB2B6;  */
    background: #CED1D3; 
    border-radius: 10px;
}
.clr{
    clear: both;
}
.listMenuIcon{
    /* width: 24px; */
    height: 24px;
    margin-right: 9px;
    /* margin-top: -5px; */
}
.coinMenuIcon{
    width: 20px;
    height: 20px;
    margin-right: 12px;
    /* margin-top: -5px; */
}
.generalMenuIcon{
    width: 16px;
    height: 20px;
    margin-right: 15px;
    /* margin-top: -5px; */
}
.calendarMenuIcon{
    width: 18px;
    height: 19px;
    margin-right: 15px;
    /* margin-top: -5px; */
}
.workerAccountTitle{
    width: 50%;
    text-align: left;
}
.viewProfile{
    width: 50%;
    text-align: right;
}
.isVisible {
    font-size: 12px;
}
.toggle {
    cursor: pointer;
    display: inline-block;
}
.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;
}
.twoFactor{
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
}
.twoFactor-Off{
    color: #783E8B;
    font-size: 12px;
    top: 0px;
}
.profileInfo-icon{
    width: 12px;
    height: 12px;
    margin-top: -10px;
    margin-left: 5px;
}
.input-group-text{
    font-size: 14px;
    background-color: #fff;
    border-color: #AEB2B6;
}
.hidden{
    display: none;
}
.manualDepositDetails p{
    color: #3B3B3B;
    font-size: 14px;
}
.listTwoColumn{
    width: 100%;
    margin-bottom: 0px;
}
.listTwoColumn li{
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 12px;
}
.listTwoColumnLabel {
    font-size: 13px !important;
}
.hostValue option { 
    color: #3B3B3B;
} 
.padding-left-0{
    padding-left: 0px !important;
}
.rateWidth {
    position: relative;
}
.dollerSignPadding {
    padding-left: 3rem;
}
.dollerSign {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 14px;
}
.lovedOneContent{
    display: none;
    p{
        font-size: 14px;
        color: #3B3B3B;
    }
}

.email-input{
    width: 80%;
    padding-left: 0px;
}
.email-verify{
    width: 20%;
    padding-right: 0px;
}
.phone-code{
    width: 20%;
    padding-left: 0px;
}
.phone-number{
    width: 60%;
}
.phone-verify{
    width: 20%;
    padding-right: 0px;
}
.selectAll{
    width: 27%;
    float: right;
    margin-bottom: 10px;
    label{
        padding-top: 5px;
    }
}
.bottomMobileBtnBox{
    width: 100%;
    /* height: 70px; */
    position: fixed;
    bottom: 0px;
    padding: 24px 24px;
    background-color: #ffffff;
    box-shadow: 0px -6px 16px #AEB2B6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.paginationSection{
    width: 100%;
    padding: 12px 24px;
    text-align: center;
}
.pageNumber{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.2;
    margin: 0px 5px;
    cursor: pointer;
}
.paginationDiv{
    font-size: 16px;
    width: 100%;
    justify-content: center;
    .active{
        color: #783E8B !important;
        border: 2px solid #783E8B;
        border-radius: 50%;
        /* padding: 14px 14px; */
    }
}
.pageNumber:hover{
    color: #783E8B !important;
        border: 2px solid #783E8B;
        border-radius: 50%;
        /* padding: 12px 12px; */
}
.paginationDiv span{
    cursor: pointer;
}
.fileUploadedDate{
    color: #3B3B3B;
    font-size: 12px;
    margin-left: -35px;
}
.fileUploadedDatePopup{
    color: #3B3B3B;
    font-size: 12px;
    margin-left: -24px;
    margin-top: 5px;
}
.negotiableLabel{
    padding-top: 7px;
}
.menuMobile{
    color: #3B3B3B;
    text-decoration: none;
}
.menuMobile:hover, .menuMobile:focus{
    color: #783E8B;
    .mobileMenuIcons{
        stroke: #783E8B; 
    }
}
.paddingLeft-0 {
    padding-left: 0px;
}
.paddingRight-0 {
    padding-right: 0px;
}

#showUploadedInfo{
    display: none;
}
.mr-55{
    margin-right: -55px !important;
}
.addLovedBtnSettings{
    padding: 6px 24px;
    text-transform: uppercase;
    margin-top: 16px;
}
.addLovedBtnSettingsImg{
    width: 14px;
    height: 16px;
    margin-top: -4px;
    margin-right: 4px;
}
.modalDialogWeb{
    max-width: 600px;
}
.modalDialogContact{
    max-width: 650px;
}
.fullHeight{
    /* height: 92vh;
    overflow: hidden; */
    min-height: auto;
    max-height: calc(100vh - 48px - 16px);
    overflow: hidden;
}
.modalScrollbarHeight{
    height: 80vh !important;
}
#labelOffAccount{
    display: none;
}
.menuInfoIconWidth{
    width: 30px;
    display: inline-block;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #ffffff !important;
}
.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: none;
    border-color: #ffffff;
    border-bottom: 4px solid #783E8B;
    /* font-weight: bold; */
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #ffffff;
    border-bottom: 4px solid #783E8B;
}

#countryField, #countryFieldMobile{
    display: none;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.decoration{
    text-decoration: none;
}
.panel-height-560 {
    height: 560px;
}

.image-upload {
    width: 100%;
    height: 50px;
    border: 1px dashed #783E8B;
    border-radius: 5px;
    /* margin-bottom: 15px; */
    position: relative;
    text-align: center;
    background: #ffffff;
    color: #666;
    /* overflow: hidden; */
    /* padding: 10px 20px; */
}
.item-wrapper form img {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-height: 400px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
}
/* .image-upload img {
    height: 100%!important;
    width: auto!important;
    border-radius: 0px;
    margin: 0 auto;
    display: none;
} */
.image-upload i {
    font-size: 2em;
    color: #ccc;
}
.image-upload input {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
.item-wrapper input {
    height: 43px;
    line-height: 43px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}
.image-upload h6{
    font-size: 12px;
    color: #6E6F72;
    margin-bottom: 0px;
    padding-top: 4px;
    b{
        color: #3B3B3B;
    }
}
.upload-width{
    width: 210px;
    padding: 12px 0px;
}
.cloudFile-icon{
    width: 22px;
    height: 20px;
    margin-right: 10px;
}
.accepted-files{
    color: #6E6F72;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.05px;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.generalInfo {
    color: #783E8B;
    font-size: 14px !important;
    font-weight: 500;
}
.fileUpload-title {
    padding-left: 0px !important;
    font-size: 16px !important;
    color: #3B3B3B;
}
.downloadPayment{
    font-size: 14px !important;
    color: #3B3B3B;
    padding-left: 0px !important;
}

.btn-yesWidth{
    width: 125px;
}
.btn-yesNo{
    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-yesNo:hover{
    background-color: rgba(120, 62, 139, 0.23);
    border: 1px #783E8B solid;
}
.btn-yesNo:focus{
    color: #fff;
    background-color: #783E8B;
}

.viewGender{
    font-size: 14px;
    color: #3B3B3B;
    font-weight: 500;
    text-transform: uppercase;
    svg{
        margin-right: 4px;
    }
}
.viewScheduleColumnWeb{
    width: 120px;
    /* margin: 0 auto; */
    height: auto;
    /* text-align: center; */
    position: relative;
}
.viewScheduleColumnWeb h6{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 24px;
    text-align: center;
}
.viewScheduleColumnWeb p{
    font-size: 12px !important;
    text-align: center;
}
.btnViewAvailabilityWeb{
    border: 1px #AEB2B6 solid;
    border-radius: 5px;
    background: white;
    width: 120px;
    color: #3B3B3B;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.17px;
    font-weight: 500;
}
.btnViewAvailabilityWeb:hover{
    border: 1px #AEB2B6 solid;
}
.lovedOne-Width{
    width: 80%;
}
.pb-24{
    padding-bottom: 24px;
}
.otpTextBox{
    border-bottom: 2px solid #AEB2B6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    height: 60px;
    font-size: 36px;
    /* margin-top: 16px; */
}
.otpTextBox-mr{
    margin-right: 10px;
}
.text-underline {
    text-decoration: underline;
}



@media (min-width: 320px) and (max-width: 996px){
    .accordion-flush .accordion-item:last-child{
        border-bottom: none;
    }
    .left-section p{
        width: 100%;
    }
    .accepted-files{
        text-align: left;
    }
    .listingBox{
        width: 100%;
    }
    .gender-Mobile{
        width: 100%;
        text-align: center;
    }
    .gender-Mobile > div {
        margin-right: 0;
    }
    .expiryDate-select {
        width: 100% !important;
        margin-bottom: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .mobile-align-center{
        text-align: center;
    }
    .mobileFullHeight{
        height: 92vh;
        overflow: hidden;
    }
    input, select, textarea {
        font-size: 14px;
    }
    .paginationSection{
        padding: 24px 2px;
    }
    .paginationDiv {
        width: 100%;
    }
    .pageNumber {
        margin: 0px 3px;
        padding: 2px 8px;
    }
    .profileCamera img{
        width: 10px;
        height: 9px;
        margin-top: -7px;
        margin-right: -1px;
    }
    .modal-content {
        height: 100vh;
        border-radius: 0px;
        border-color: #fff;
        flex-direction: unset;
        overflow: hidden;
        overflow-y: scroll;
        border: none;
    }
    .modal-dialogMargin{
        margin: 0px;
    }
    .accountSettingText{
        padding: 10px 0px 0px 20px;
        width: 75%;
    }
    .panel-divider{
        border-top: 1px solid #CED4DA;
    }
    .modal-closeBtnHeader{
        position: absolute;
        top: 3px;
        right: 15px;
        cursor: pointer;
    }
    .modal-closeBtnHeader img{
        width: 15px;
        height: 14px;
    }
    .contentContainer{
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .accountSettingContainer{
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .fullHeight{
        min-height: auto;
        max-height: 100vh;
    }
    .modalScrollbar{
        /* height: 92vh; */
        min-height: auto;
        max-height: 90vh;
    }
    .modalScrollbarHeight {
        height: 90vh !important;
    }
    .uploadedFileName{
        width: 42%;
        padding-right: 0px;
        color: #0D6EFD;
        padding-left: 0px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fileUploadedDate{
        margin-left: 0px;
    }
    .uploadedFileDetails {
        width: 41%;
        padding-right: 0px;
        color: #AEB2B6;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sm-pr-0{
        padding-right: 0px;
    }
    .sm-pl-0{
        padding-left: 0px;
    }
    .bottomMenuWorkerSettingWidth {
        width: 360px;
        margin: auto;
    }
    .mobile-mt-1{
        margin-top: 1rem !important;
    }
    .selectAll{
        width: 45%;
        float: left;
        margin-top: 0.5rem;
    }
    .manImage{
        /* background-size: 135% 100%;
        background-position: -65px 0px; */
    }
    .font-500-mobile {
        font-weight: 500;
    }
}
@media (min-width: 320px) and (max-width: 499px) {
    .email-verify {
        width: 130px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 16px;
    }
    .btn-verified {
        text-align: left;
        padding: 0px;
    }
    .email-input {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .phone-code{
        width: 130px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .phone-number{
        width: 60%;
        padding-right: 0px;
    }
    .phone-verify{
        width: 130px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 16px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .email-verify {
        width: 130px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 16px;
    }
    .btn-verified{
        text-align: left;
      }
    .email-input {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .mobile-mr-auto{
        margin-right: auto !important;
    }
    .btn-yesWidth{
        width: 115px;
    }
    .btn-yesNo{
        width: 115px;
        padding: 4px 24px;
    }
    .paginationDiv{
        width: 100%;
        font-size: 14px;
    }
    .paginationSection{
        /* margin-bottom: 100px; */
        padding: 12px 2px;
    }
    .pageNumber {
        margin: 0px 3px;
        padding: 2px 5px;
        width: 30px;
        height: 30px;
        line-height: 1.6;
    }
    .lovedOneAccountText {
        width: 72%;
        font-size: 12px;
        padding: 5px 0px 0px 12px;
    }
    .contentMobile {
        margin-top: 3rem !important;
    }
    .modal-contentHeader {
        height: 100vh;
        border-radius: 0px;
        border-color: #fff;
        flex-direction: unset;
        overflow: hidden;
        overflow-y: scroll;
    }
    .modal-dialogMargin {
        margin: 0px;
    }
    .accountSettingContainer{
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .fullHeight{
        min-height: auto;
        max-height: 100vh;
    }
    .modalScrollbar{
        /* height: 92vh; */
        min-height: auto;
        max-height: 90vh;
    }
    .toggle-switch{
        margin-left: 0px;
    }
    .gender-sm-margin{
        margin-bottom: 1rem;
    }
    .phone-code {
        width: 90px;
    }
    .viewProfileBtn{
        text-align: left;
        padding: 7px 8px;
        font-size: 12px;
        width: 100%;
    }
    .uploadedFileName{
        width: 35%;
        padding-right: 0px;
        color: #0D6EFD;
        padding-left: 0px;
        padding-top: 3px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fileUploadedDate{
        margin-left: 0px;
    }
    .uploadedFileDetails {
        width: 45%;
        padding-right: 0px;
        padding-top: 3px;
        color: #AEB2B6;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .MobileSettingsMenu {
        padding: 16px 10px 16px 10px;
    }
    .listingLocation div{
        font-size: 11px;
    }
    .listing-Desc{
        font-size: 12px;
    }
    .listFrom {
        font-size: 10px;
    }
    .listDollar {
        font-size: 12px;
    }
    .favoriteIcon{
        margin-top: 1rem;
    }
    .listingBox {
        width: 100%;
        height: 240px;
    }
    .mobile-mt-10 {
        margin-top: 10px !important;
    }
    .lookingForImg{
        height: 230px !important;
        margin-left: 0px;
    }
    .lookingForOrgImg{
        height: 230px !important;
        margin-left: 0px;
    }
    .bannerImgContent{
        right: 10px;
        bottom: 0px;
    }
    .listingBox h5{
        font-size: 16px;
    }
    .listingBox h5 a{
        font-size: 16px;
    }
    .upcoming-content{
        padding: 18% 0;
    }
    .phone-number {
        width: 64%;
        padding-right: 0px;
    }
    .listTwoColumn li{
        width: 100%;
    }
    .careHeadName{
        font-size: 14px;
        font-weight: 400;
    }
    .visit-Name{
        width: 90px;
        padding-left: 5px;
    }
    .visit-Date {
        width: 136px;
        padding-right: 0px;
        padding-left: 0px;
    }
    /* .btn-gender {
        margin: 0 auto 1rem;
    } */
    .mobileHeight{
        height: 300px !important;
    }
    .mobileUpcomingHeight{
        height: auto !important;
        padding-bottom: 16px;
    }
    .upcoming-list{
        height: 150px;
    }
    .mobileListHeight{
        height: auto;
    }
    .viewAll-visits{
        margin-top: 5px;
    }
    .visit-Count{
        margin-right: 7px;
    }
    .mobileVisitMargin{
        margin-top: 10px;
        margin-right: 5px;
    }
    /* .shadowCloseBgImg{
        left: 37%;
    } */
    .bottomMenuWidth{
        /* width: 300px; */
        margin: auto;
    }
    .bottomMenuWorkerWidth{
        /* width: 300px; */
        margin: auto;
        margin-bottom: 12px;
    }
    .bottomMenuWorkerSettingWidth{
        width: 300px;
        margin: auto;
    }
    /* .marginMobileMenu-12 {
        margin-right: 6px;
        margin-bottom: 12px;
    } */
    .bottomMenuOrgSettingWidth{
        width: 270px;
        margin: auto;
    }
    .MobileBottomMenu {
        padding: 24px 16px 24px 16px;
    }
    .mobileMenuwidth {
        width: 72px !important;
    }
    .mobileMenuWorkerwidth {
        width: 75px !important;
    }
    .bottomMenuBar{
        width: 62px;
    }
    .bottomMenuWorkerBar{
        width: 60px;
    }
    /* .bottomMenuSettingsWorkerBar{
        width: 80px;
    } */
    .bottomMenuSettingsOrgBar{
        width: 80px;
    }
    .mr-12{
        margin-right: 12px;
    }
    .bottom-Menu{
        display: block;
    }
    .bottom-MenuAccount{
        display: block;
    }
    .container-fluid{
        min-width: 100%;
        max-width: 100%;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .dropdown-menu {
        margin-top: 2px !important;
        margin-right: -9px !important;
    }
    .web-hidden {
        display: block;
    }
    .mobile-hidden {
        display: none !important;
    }
    .webLogo{
        display: none;
    }
    .mobile-MyAccount{
        display: none;
    }
    .myAccountDiv {
        height: auto;
    }
    .myAccountDiv-Worker{
        height: auto;
    }
    .mobileLogo{
        display: block;
    }
    .userLogged{
        width: 44% !important;
    }
    .userLoggedAC{
        width: 47% !important;
    }
    .content {
        margin-top: 64px;
        margin-left: auto !important;
        width: 100%;
    }
    .mt-small-0{
        margin: 0px !important;
    }
    .logoImg img{
        padding-right: 15px;
        height: 24px;
        width: 34px;
    }
    .message-icon {
        margin-right: 0.5rem;
    }
    .border-right{
        border-right: none;
    }
    .account-settingsLink {
        width: 190px;
    }
    .panelBox-col-2{
        width: 100%;
        height: 270px;
    }
    .experienced-box {
        width: 100%;
        margin-top: 1rem;
    }
    .experienced-col-2{
        width: 100%;
        height: 230px;
    }
    .left-section {
        height: auto;
    }
    .accountSettingText{
        padding: 5px 0px 0px 20px;
        width: 72%;
    }
    .twoFactor{
        margin-right: 0.6rem;
        font-size: 13px;
    }
    .account-content {
        margin-left: auto !important;
        width: 100%;
        margin-top: 64px !important;
    }
    .px-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .btn-emergencyContact{
        width: 100%;
    }
    .mobile-p-0 {
        padding: 0px;
    }
    .mobile-phoneCode {
        width: 35%;
    }
    .mobile-phoneNumber {
        width: 65%;
        padding-right: 0px;
    }
    .verify-Mobile {
        width: 50%;
        margin-top: 1rem;
    }
    .btn-gender {
        width: 55%;
    }
    .mobileGender{
        text-align: center;
    }
    .btn-creditCard {
        width: 175px;
    }
    .expenseWidth{
        width: 100%;
    }
    .left-section p{
        width: 100%;
    }
    .workersTitle {
        font-size: 20px;
    }
    .workersTitle-h5 {
        font-size: 16px;
    }
    .workersTitle-desc {
        font-size: 13px;
    }
    .cvv-Mobile {
        width: 100%;
    }
    .mobile-mt-2 {
        margin-top: 1rem !important;
    }
    .expiryDate-select {
        width: 48%;
    }
    .creditCard-Mobile {
        width: 65%;
        margin: 0 auto;
    }
    .footer-section {
        margin-bottom: 130px !important;
    }
    .footer-sectionNoMenu {
        margin-bottom: 56px !important;
    }
    .mobile-mt-16 {
        margin-top: 16px !important;
    }
}

@media (min-width: 375px) and (max-width: 449px) {
    .panelBox {
        width: 48% !important;
        height: 160px;
    }
    /* .shadowCloseBgImg{
        left: 37%;
    } */
    .bottomMenuWidth {
        /* width: 375px; */
        margin: auto;
    }
    .bottomMenuWorkerWidth {
        /* width: 355px; */
        margin: auto;
        margin-bottom: 12px;
    }
    .bottomMenuWorkerSettingWidth {
        width: 330px;
        margin: auto;
    }
    .bottomMenuOrgSettingWidth {
        width: 235px;
        margin: auto;
    }
    /* .MobileBottomMenu{
        padding: 24px 10px 36px 10px;
    } */
    .mr-12{
        margin-right: 12px;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .lovedOneAccountText {
        width: 75%;
        font-size: 12px;
        padding: 12px 0px 0px 12px;
    }
    .listingBox h5{
        font-size: 16px;
    }
    .listingBox h5 a{
        font-size: 16px;
    }
    .userLogged{
        width: 45% !important;
    }
    .userLoggedAC{
        width: 50% !important;
    }
    .phone-code {
        width: 90px;
    }
    .phone-number {
        width: 70%;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .lovedOneAccountText {
        width: 75%;
        font-size: 12px;
        padding: 16px 0px 0px 12px;
    }
    .panelBox{
        width: 221px !important;
        height: 160px;
    }
    .experienced-box{
        width: 48% !important;
    }
    .workersTitle-desc {
        width: 65% !important;
    }
    .upcoming-content {
        width: 65% !important;
    }
    .lookingForImg {
        height: 270px !important;
        margin-left: 0px;
    }
    .lookingForOrgImg {
        height: 270px !important;
        margin-left: 0px;
    }
    .manImage{
        /* background-size: 125% 100%;
        background-position: -75px 0px; */
    }
    .bannerImgContent{
        right: 15px;
    }
}

@media (min-width: 601px) and (max-width: 766px) {
    .lovedOneAccountText {
        width: 75%;
        font-size: 12px;
        padding: 16px 0px 0px 12px;
    }
    .panelBox-col-2 {
        height: 300px !important;
    }
    .manImage{
        /* background-size: 125% 100%;
        background-position: -75px 0px; */
    }
    .bannerImgContent{
        right: 15px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .listingBox h5{
        font-size: 16px;
    }
    .listingBox h5 a{
        font-size: 16px;
    }
    .listTwoColumn li{
        width: 100%;
    }
    .mobileHeight{
        height: 300px !important;
    }
    .mobileUpcomingHeight{
        height: auto !important;
        padding-bottom: 16px;
    }
    .upcoming-list{
        height: 150px;
    }
    .mobileListHeight{
        height: auto;
    }
    .viewAll-visits{
        margin-top: 5px;
    }
    .visit-Count{
        margin-right: 7px;
    }
    .mobileVisitMargin{
        margin-top: 10px;
        margin-right: 5px;
    }
    .bottom-Menu{
        display: block;
    }
    .bottom-MenuAccount{
        display: block;
    }
    .container-fluid{
        min-width: 100%;
        max-width: 100%;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .dropdown-menu {
        margin-top: 3px !important;
        margin-right: -10px !important;
    }
    .px-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .web-hidden {
        display: block;
    }
    .mobile-hidden {
        display: none !important;
    }
    .webLogo{
        display: none;
    }
    .mobileLogo{
        display: block;
    }
    .message-icon{
        margin-right: 1rem;
    }
    .careHeadName{
        font-size: 16px;
        font-weight: 400;
    }
    .logoImg{
        margin-top: 0.5rem;
    }
    .logoImg img{
        padding-right: 15px;
        height: 24px;
        width: 34px;
    }
    .panelBox{
        width: 49%;
        height: 160px;
    }
    .experienced-box{
        width: 48%;
        height: 160px;
    }
    .panelBox-col-2{
        width: 100%;
        height: 270px;
    }
    .lookingForImg{
        height: 230px;
        margin-left: 0px;
    }
    .lookingForOrgImg{
        height: 230px;
        margin-left: 0px;
    }
    .experienced-col-2{
        width: 100%;
        height: 230px;
    }
    .col-lg-10{
        width: 94%;
    }
    .myAccountDiv {
        height: auto;
    }
    .myAccountDiv-Worker{
        height: auto;
    }
    .left-section{
        height: auto;
    }
    .mobile-MyAccount{
        display: none;
    }
    .passwordTextBox {
        width: 75%;
    }
    .edit-icon{
        width: 25%;
    }
    .btn-gender{
        width: 160px;
        margin: 0 auto 1rem;
    }
    .mt-sm-3{
        margin-top:1rem!important;
    }
    .mobile-p-0{
        padding: 0px;
    }
    .mobile-phoneCode{
        width: 35%;
    }
    .mobile-phoneNumber{
        width: 65%;
        padding-right: 0px;
    }
    .verify-Mobile{
        width: 150px;
        margin-top: 1rem;
    }
    .mobile-mt-3 {
        margin-top: 1.5rem !important;
    }
    .mobile-mr-3 {
        margin-right: 1.4rem !important;
    }
    .mobile-mt-2 {
        margin-top: 1rem !important;
    }
    .mobile-mr-0 {
        margin-right: 0px !important;
    }
    .mobile-mr-auto{
        margin-right: auto !important;
    }
    .mobile-mr-10 {
        margin-right: 10px !important;
    }
    .mobile-mr-13 {
        margin-right: 13px !important;
    }
    .mobile-mt-10 {
        margin-top: 10px !important;
    }
    .mobile-mt-16 {
        margin-top: 16px !important;
    }
    .mobile-mt-5 {
        margin-top: -5px !important;
    }
    .btn-creditCard{
        width: 175px;
        margin: 0 auto;
    }
    .expiryDate-select {
        width: 46%;
    }
    .cvv-textbox {
        width: 100%;
    }
    .left-section p{
        width: 100%;
    }
    .upcoming-content{
        width: 100%;
        padding: 16% 0;
    }
    .workersTitle-desc{
        width: 75%;
    }
    .panel-Head{
        font-size: 20px;
    }
    .panel-Count{
        font-size: 26px;
        color: #000;
    }
    .content {
        margin-left: auto !important;
        margin-top: 64px;
        /* margin-top: 3rem; */
        width: 100%;
    }
    .border-right{
        border-right: none;
    }
    .account-content {
        margin-left: auto !important;
        width: 100%;
        margin-top: 64px !important;
    }
    .btn-emergencyContact{
        width: 85%;
    }
    .expenseWidth{
        width: 100%;
    }
    .workersTitle{
        font-size: 20px;
    }
    .workersTitle-h5{
        font-size: 16px;
    }
    .workersTitle-desc{
        font-size: 13px;
    }
    .footer-section {
        margin-bottom: 130px !important;
    }
    .footer-sectionNoMenu {
        margin-bottom: 56px !important;
    }
}

@media (min-width: 400px) and (max-width: 499px){
    .lovedOneAccountText {
        width: 75%;
        font-size: 12px;
        padding: 12px 0px 0px 12px;
    }
    .lookingForImg {
        height: 270px !important;
        margin-left: 0px;
    }
    .lookingForOrgImg {
        height: 270px !important;
        margin-left: 0px;
    }
    .manImage{
        /* background-size: 140% 100%;
        background-position: -75px 0px; */
    }
    .bannerImgContent{
        right: 15px;
    }
}

@media (min-width: 450px) and (max-width: 549px) {
    .content {
        width: 450px !important;
    }
    .panelBox {
        width: 218px !important;
    }
    .experienced-box {
        width: 48% !important;
    }
    .expiryDate-select{
        width: 48% !important;
    }
    .cvv-Mobile {
        width: 48% !important;
    }
    /* .shadowCloseBgImg{
        left: 40%;
    } */
    .bottomMenuBar{
        width: 80px;
    }
    .bottomMenuWorkerBar{
        width: 80px;
    }
    .bottomMenuSettingsWorkerBar{
        width: 80px;
    }
    .bottomMenuSettingsOrgBar{
        width: 80px;
    }
    .mobileMenuwidth {
        width: 85px;
    }
    .mobileMenuWorkerwidth {
        width: 85px;
    }
    .bottomMenuWorkerWidth{
        width: 380px;
        margin: auto;
        margin-bottom: 12px;
    }
    .bottomMenuWorkerSettingWidth{
        width: 360px;
        margin: auto;
    }
    .bottomMenuOrgSettingWidth{
        width: 270px;
        margin: auto;
    }
    .bottomMenuWidth{
        /* width: 380px; */
        margin: auto;
    }
    .mr-12{
        margin-right: 12px;
    }
}

@media (min-width: 450px) and (max-width: 600px) {
    .expenseWidth {
        width: 100% !important;
    }
}

/* @media (max-width: 768px){
    .web-hidden {
        display: block;
    }
    .mobile-hidden {
        display: none;
    }
    .webLogo{
        display: none;
    }
    .mobileLogo{
        display: block;
    }
} */
@media (min-width: 550px) and (max-width: 767px) {
    /* #webLogo{
        display: block;
    }
    #mobileLogo{
        display: none;
    } */
    /* .shadowCloseBgImg{
        left: 40%;
    } */
    .bottomMenuBar{
        width: 17%;
    }
    .bottomMenuWorkerBar{
        width: 22%;
    }
    /* .bottomMenuSettingsWorkerBar{
        width: 45%;
    } */
    /* .bottomMenuSettingsOrgBar{
        width: 45%;
    } */
    .bottomMenuWorkerWidth{
        width: 400px;
        margin: auto;
        margin-bottom: 12px;
    }
    .bottomMenuWorkerSettingWidth{
        width: 360px;
        margin: auto;
    }
    .bottomMenuOrgSettingWidth{
        width: 240px;
        margin: auto;
    }
    .bottomMenuWidth{
        width: 475px;
        margin: auto;
    }
    .mr-12{
        margin-right: 12px;
    }
    .content {
        width: 500px !important;
    }
    .panelBox {
        width: 243px !important;
    }
    .expiryDate-select{
        width: 48% !important;
    }
    .cvv-Mobile {
        width: 48% !important;
    }
    .workersTitle-desc {
        width: 55% !important;
    }
    .upcoming-content {
        width: 85% !important;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .bannerImgWidth{
        min-width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 815px) {
    .panelBox {
        width: 162px !important;
    }
    .experienced-box {
        width: 162px !important;
    }
    .panelBox-col-2 {
        width: 250px !important;
    }
    .experienced-col-2{
        width: 250px !important;
    }
    .mobile-phoneNumber {
        width: 260px !important;
    }
}

@media (min-width: 768px) and (max-width: 996px) {
    .upcoming-list{
        height: 215px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .web-hidden {
        display: block;
    }
    .mobile-hidden {
        display: none !important;
    }
    .webLeftMenu{
        display: block !important;
    }
    /* .accountLeftMenu{
        display: block !important;
    } */
    .bottom-MenuAccount {
        display: block;
    }
    .bottomMenuOrgSettingWidth {
        width: 210px;
        margin: auto;
    }
    .mobile-MyAccount{
        display: none;
    }
    .myAccountDiv {
        height: auto;
    }
    .myAccountDiv-Worker{
        height: auto;
    }
    .content{
        width: 70%;
    }
    .tab-width{
        width: 75%;
        margin: auto;
    }
    .border-right{
        border-right: none;
    }
    .left-section {
        height: auto;
    }
    .verify-Mobile{
        width: 150px;
        margin-top: 1rem;
    }
    .mr-top-16{
        margin-top: 16px !important;
    }
    .tab-view{
        display: none;
    }
    .tab-head{
        display: block !important;
        width: 50%;
    }
    .panelBox{
        width: 175px;
    }
    .experienced-box{
        width: 175px;
    }
    .panelBox-col-2{
        width: 268px;
        height: 260px;
    }
    .manImage{
        /* background-size: 150% 100%;
        background-position: -85px 0px; */
    }
    .bannerImgContent{
        right: 5px;
    }
    .experienced-col-2{
        width: 268px;
    }
    .account-settingsLink{
        width: 270px;
        margin: auto;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .me-lg-3 {
        margin-right: 1rem!important;
    }
    .container-fluid{
        min-width: 768px;
        max-width: 768px;
    }
    .btn-creditCard{
        width: 195px;
        margin: 0 auto 16px;
    }
    .mobile-phoneNumber{
        width: 290px;
        padding-right: 0px;
    }
    .account-content{
        margin-left: 6rem !important;
        width: 75%;
    }
    .accountSettingsText p{
        padding-left: 0px;
    }
    .btn-gender{
        width: 185px;
        margin: 0 auto 16px;
    }
}

@media (min-width: 820px) and (max-width: 995px) {
    .container-fluid{
        min-width: 820px;
        max-width: 820px;
    }
    .content {
        width: 580px;
        margin-left: 8rem !important;
    }
    .panelBox{
        width: 182px;
    }
    .experienced-box{
        width: 182px;
    }
    .panelBox-col-2{
        width: 279px;
        height: 260px;
    }
    .experienced-col-2{
        width: 279px;
    }
    .manImage{
        /* background-size: 150% 100%;
        background-position: -90px 0px; */
    }
    .bannerImgContent{
        right: 15px;
    }
}

@media (min-width: 996px) and (max-width: 1023px) {
    .container-fluid{
        min-width: 996px;
        max-width: 996px;
    }
    .content{
        width: 800px;
        margin-left: 8rem !important;
    }
    .panelBox{
        width: 256px;
    }
    .experienced-box{
        width: 256px;
    }
    .panelBox-col-2{
        width: 390px;
        /* height: 300px; */
    }
    .experienced-col-2{
        width: 390px;
    }
    .account-settingsLink{
        width: 200px;
        margin: auto;
    }
    .btn-updateDetails{
        width: 240px;
    }
    .web-PhoneCode {
        width: 80px;
    }
    .web-phoneNumber {
        width: 286px;
        height: 42px;
        margin-right: 0px;
    }
    .web-verify {
        width: 145px;
        height: 42px;
        /* margin-left: 12px; */
        margin-top: 8px;
    }
    .mr-top-16{
        margin-top: 16px !important;
    }
    .btn-gender{
        width: 120px;
        height: 32px;
        padding: 0px 18px;
    }
}

@media (min-width: 1024px) and (max-width: 1270px) {
    .container-fluid{
        min-width: 1024px;
        max-width: 1024px;
    }
    .btn-updateWorkers{
        width: 255px;
    }
    .content{
        width: 850px;
    }
    .panelBox{
        width: 272px;
    }
    .experienced-box{
        width: 272px;
    }
    .panelBox-col-2{
        width: 414px;
        /* height: 300px; */
    }
    .experienced-col-2{
        width: 414px;
    }
    .account-settingsLink{
        width: 200px;
        margin: auto;
    }
    .web-phoneNumber{
        width: 200px;
    }
    .web-verify {
        width: 100px;
    }
    .btn-gender{
        width: 127px;
    }
    .btn-updateDetails{
        width: 250px;
    }
    .web-PhoneCode {
        width: 95px;
    }
    .mt-creditCard{
        margin-top: 16px !important;
    }
} 

@media (min-width: 1422px) and (max-width: 5120px) {
    .panelBox{
        width: 329px;
    }
    .experienced-box{
        width: 329px;
    }
} 

@media (min-width: 320px) and (max-width: 767px) {
    .orgMobilePanels {
        align-items: center;
        justify-content: space-between;
    }
    .hoursCare {
        width: 100% !important;
    }
    .spendsCare {
        width: 48% !important;
        margin-right: 7px !important;
    }
    .availableBalance {
        width: 48% !important;
        /* margin-left: 8px !important; */
        margin-right: 0 !important;
    }
    .padding-x-12 {
        padding: 12px !important;
    }
    .visitRequires, .recentTransactions, .pendingContracts, .upcomingVisits {
        height: auto;
    }
    .visitRequires .workerUserPic, .pendingContracts .workerUserPic {
        width: 40px;
        position: relative;
        margin-right: 4px;
    }
    .upcoming-list {
        min-height: 180px;
        height: auto;
    }
}
@media (min-width: 992px) {
    .listDisplay {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 16px;
    }
    .listingBox {
        flex: 1 0 0;
    }
}


/* banner image css code start */

.bannerManImg{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url(../images/pAI2-web.jpg);
    background-position: -10px 0px;
}
.manNewImage{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url(../images/pAI2-web.jpg);
    /* background-size: 105% 105%; */
    background-position: -10px 0px;
    background-repeat: no-repeat;
}
.bannerNewImgContent{
    width: 175px;
    position: absolute;
    bottom: 15px;
    right: 24px;
    color: #fff;
    h3{
        font-size: 34px;
    }
}
.bannerNewImgContent p{
    font-size: 14px;
    margin-bottom: 16px;
}
.mobileShowImage{
    display: none;
}
.bannerWorkerManImg{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url(../images/pAI2-WorkerImg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.workerManHeight{
    height: 480px;
}
.bannerWorkerImgContent{
    width: 350px;
    position: absolute;
    bottom: 30%;
    right: 24px;
    color: #fff;
    h3{
        font-size: 34px;
    }
}
.bannerWorkerImgContent p{
    font-size: 16px;
    margin-bottom: 16px;
}




@media (min-width: 768px) and (max-width: 995px) {
    .bannerNewImgContent{
        width: 145px;
        right: 15px;
        bottom: 5px;
        h3{
            font-size: 28px;
        }
    }
}
.manBannerImage{
    width: 100%;
    height: 100%;
}

@media (min-width: 320px) and (max-width: 370px) {
    .webShowImage{
        display: none;
    }
    .mobileShowImage{
        display: block;
    }
    .manNewMobileImage{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../images/pAI2-MobileSmall.jpg);
        /* background-size: 102% 103%; */
        background-position: -5px 0px;
        background-repeat: no-repeat;
    }
    .bannerNewImgContent{
        width: 135px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        h3{
            font-size: 26px;
        }
    }
    .bannerNewImgContent p{
        font-size: 13px;
        margin-bottom: 16px;
    }
    .btnCallUs{
        padding: 4px 12px;
        font-size: 12px;
    }
    .mobileImgHeight{
        height: 272px !important;
    }
}

@media (min-width: 371px) and (max-width: 767px) {
    .webShowImage{
        display: none;
    }
    .mobileShowImage{
        display: block;
    }
    .manNewMobileImage{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: url(../images/pAI2-Mobile.jpg);
        /* background-size: 102% 103%; */
        background-position: -5px 0px;
        background-repeat: no-repeat;
    }
    .bannerNewImgContent{
        width: 135px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        h3{
            font-size: 26px;
        }
    }
    .bannerNewImgContent p{
        font-size: 13px;
        margin-bottom: 16px;
    }
    .btnCallUs{
        padding: 4px 12px;
        font-size: 12px;
    }
    .mobileImgHeight{
        height: 272px !important;
    }
}


/* banner image css code end */
