
.btn-data{
    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: 160px;
    padding: 4px 8px !important;
}
.generalInfo{
    color: #783E8B;
    font-size: 14px !important;
    font-weight: 500;
}
.otherFiles{
    height: 75px !important;
}
.otherFilesUpload{
    padding: 25px 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;
}
.fileUpload-title{
    padding-left: 0px !important;
    font-size: 14px !important;
    color: #3B3B3B;
}


/* file upload css */
/* .item .item-content {
    padding: 10px 0px 0px 10px;
} */
.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: #3B3B3B;
    margin-bottom: 0px;
    padding-top: 4px;
}
.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;
}
.rateWidth{
    width: 170px;
}
.negotiableWidth{
    width: 130px;
}
.durationDate{
    width: 43%;
}
.rateLabelText{
    color: #AEB2B6;
    font-size: 14px;
    margin-left: 8px;
}
.line-height{
    line-height: 2;
}
.to-width{
    width: 60px;
    text-align: center;
    line-height: 2.6;
}
.mt-10{
    margin-top: 10px;
}

.paddingRight-0{
    padding-right: 0px;
}
.paddingLeft-0{
    padding-left: 0px;
}
.workExpTitle{
    font-size: 16px !important;
    color: #3B3B3B;
}
.workExpWidth img{
    margin-left: 16px;
    width: 18px;
}
.workExpTextBox{
    width: 94%;
}
.qualificationBtnWidth{
    width: 175px;
}
.scheduleTable{
    width: 100%;
    text-align: center;
}
.scheduleTable tr th{
    width: 25%;
    font-size: 18px;
    font-weight: 500;
}
.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;
    /* border: 1px solid #783E8B;
    color: #783E8B; */
    border: 1px solid#AEB2B6;
    color: #3B3B3B;
    border-radius: 5px;
    text-transform: uppercase;
    width: 110px;
    padding: 6px 12px;
}
.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 {
    background: #783E8B;
    color: #ffffff;
    border: 1px solid #783E8B;
}
.serviceTitle{
    color: #3B3B3B;
    font-size: 12px;
}
.serviceOneColumn{
    width: 100%;
    margin-bottom: 0px;
}
.serviceOneColumn li{
    width: 100%;
    list-style-type: none;
    margin-bottom: 12px;
}
.serviceTwoColumn{
    width: 100%;
    margin-bottom: 0px;
}
.serviceTwoColumn li{
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 12px;
}
.serviceLabel{
    font-size: 13px !important;
}

.scheduleColumn{
    width: 180px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    position: relative;
}
.scheduleColumn h6{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 24px;
}
.rightArrow{
    position: absolute;
    right: 0px;
    top: 12px;
}
.rightArrow img{
    width: 8px;
    height: 16px;
}
.leftArrow{
    position: absolute;
    left: 0px;
    top: 12px;
}
.leftArrow img{
    width: 8px;
    height: 16px;
}
#scheduleSecondColumn, #scheduleThirdColumn, #scheduleFourColumn{
    display: none;
}


@media (min-width: 320px) and (max-width: 374px){
    .form-label{
        font-size: 13px;
    }
    .learnMore{
        display: block;
    }
    .btn-yesNo{
        width: 115px;
        padding: 4px 24px;
    }
    .btn-yesWidth{
        width: 115px;
    }
    .rateWidth {
        width: 42%;
        margin-right: 0px;
    }
    .to-width {
        width: 40px;
    }
    .selectAll {
        width: 60%;
        float: left;
        label{
            margin-left: 10px;
        }
    }
}

@media (min-width: 375px) and (max-width: 400px){
    .learnMore{
        display: block;
    }
    .rateWidth {
        width: 43%;
        margin-right: 0px;
    }
    .to-width {
        width: 40px;
    }
}

@media (min-width: 401px) and (max-width: 766px){
    .rateWidth {
        width: 42%;
        margin-right: 0px;
    }
}

@media (min-width: 400px) and (max-width: 767px){
    .accountSettingText {
        width: 75%;
        font-size: 12px;
        padding: 5px 0px 0px 12px;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .accountSettingsText p{
        padding-left: 0px;
    }
    .expenseWidth {
        width: 100% !important;
    }
    .accountSettingText {
        width: 71%;
        font-size: 12px;
        padding: 5px 0px 0px 12px;
    }
    .serviceTwoColumn li{
        width: 100% !important;
    }
    .workExpTextBox {
        width: 90%;
    }
    .btn-availability{
        width: 100%;
    }
}

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

@media (min-width: 768px) and (max-width: 997px){
    .rateWidth {
        width: 150px;
    }
    .negotiableWidth{
        margin-top: 1rem;
    }
}

@media (min-width: 996px) and (max-width: 1020px){
    .content {
        width: 850px !important;
        margin-left: 7rem !important;
    }
    .listJobtype {
        width: 95%;
    }
    .favoriteIcon{
        margin-top: 1.5rem;
    }
    .listingBox h5{
        font-size: 17px;
    }
}

@media (min-width: 1024px) and (max-width: 1270px) {
    .listJobtype{
        width: 85%;
    }
    .favoriteIcon{
        margin-top: 1.5rem;
    }
    .listingBox h5{
        font-size: 18px;
    }
}

/* spinner HTML CSS Styles */

.loader-wrapper {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.with-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-text {
    margin-top: 85px;
    color: var(--pAI2---Deselected-Iconography, #3B3B3B);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.175px;
    text-transform: uppercase;
}

.loader {
    --d:22px;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #783E8B;
    box-shadow: 
      calc(1*var(--d))      calc(0*var(--d))     0 0,
      calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
      calc(0*var(--d))      calc(1*var(--d))     0 2px,
      calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
      calc(-1*var(--d))     calc(0*var(--d))     0 4px,
      calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
      calc(0*var(--d))      calc(-1*var(--d))    0 6px;
    animation: l27 1s infinite steps(8);
  }
  @keyframes l27 {
    100% {transform: rotate(1turn)}
  }







