

/* .btn-creditCard{
    width: 192px;
} */
.web-verify {
    width: 98px;
}
.web-phoneNumber {
    width: 339px;
}
.accountSettingsText p{
    padding-left: 0px;
}
.accountSettingsText .custom-text-font{
    font-size: 14px;
    color: #6E6F72;
}
.cvv-textbox {
    width: 96%;
}
.emergencyListContent{
    width: 50%;
    line-height: 1.8;
    display: list-item;
    list-style-type: disc;
    margin-left: 30px !important;
}
.emergencyListIcons{
    width: 40%;
}
.listLabel{
    color: #6E6F72;
    font-size: 14px;
    width: 56px;
    margin-right: 16px;
}
.listValue{
    color: #3B3B3B;
    font-size: 14px;
}
.emergencyListBorder{
    border-top: 1px #D9D9D9 solid;
    margin: 24px 0px;
}
.edit-Emergency{
    width: 75px;
    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;
    cursor: pointer;
}
.edit-Emergency img {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 5px;
}
.delete-Emergency{
    width: 50px;
    line-height: 1.8;
    margin-left: 12px;
    cursor: pointer;
}
.delete-Emergency img{
    width: 18px;
    height: 20px;
}
.emergencyPhoneCode{
    width: 30%;
    margin-right: 5%;
}
.emergencyPhoneNumber{
    width: 65%;
}
.emergencySave{
    margin: 30px 0px 0px 0px !important;
}
.deleteText{
    margin-top: 1rem;
    font-size: 14px;
}
.confirmBtn{
    border: 1px solid #783E8B;
    color: #783E8B;
    padding: 4px 20px;
    text-transform: uppercase;
    margin-left: 3rem;
    font-size: 14px;
}
.confirmBtn:hover{
    background-color: #783E8B;
    color: #fff;
}
.deleteCancel{
    color: #3B3B3B;
    font-size: 12px;
    text-transform: uppercase;
}
.addedList{
    color: #3B3B3B;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 100px; */
}
.delete-list{
    width: 25px;
    margin-left: 2rem;
    cursor: pointer;
    text-align: center;
    margin-top: -3px;
}
.delete-list img{
    width: 18px;
    height: 20px;
}
.workExpListContent {
    width: 70%;
    line-height: 1.8;
    display: list-item;
    list-style-type: disc;
    margin-left: 30px !important;
}
.workExpListIcons {
    width: 25%;
}
.workExpListLabel {
    color: #6E6F72;
    font-size: 14px;
    width: 20%;
    margin-right: 16px;
}
.workExpListValue {
    color: #3B3B3B;
    font-size: 14px;
    width: 83%;
}
.emergency-pr-0{
    padding-right: 0px;
}
.emergency-pl-0{
    padding-left: 0px;
}
.lovedOneContent{
    display: none;
    p{
        font-size: 14px;
        color: #3B3B3B;
    }
}
.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: 170px; */
    padding: 4px 16px;
}
.serviceTwoColumn {
    width: 100%;
    margin-bottom: 0px;
}
.serviceTwoColumn li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 12px;
}
.emailTextBoxWidth{
    width: 75%;
}
.btn-invite {
    color: #783E8B;
    font-size: 14px;
    border: 1px solid #783E8B;
    width: 22%;
    margin-left: 3%;
    text-transform: uppercase;
}
.btn-invite:hover{
    background-color: #783E8B;
    color: #ffffff;
    .svgIcon{
        stroke: #ffffff;
    }
}
.serviceTitleFirst{
    color: #3B3B3B;
    font-size: 14px;
}
.serviceTitle{
    color: #3B3B3B;
    font-size: 11px;
}
.serviceTitle a{
    text-decoration: none;
}
.lovedOneRateWidth{
    width: 280px;
    height: 36px;
    position: relative;
}
.dollerSign{
    /* top: 10px; */
    position: absolute;
    top: 0;
    left: 13px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    letter-spacing: 0.175px;
}
.sendInviteButton{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 10px 0px;
    height: 40px;
    width: 145px;
    text-transform: uppercase;
}
.sendInviteButton:hover, .sendInviteButton:focus{
    color: #ffffff;
    background-color: #783E8B;
    .svgIcon{
        stroke: #ffffff; 
    }
}
.ml-1{
    margin-left: 1rem;
}
.border-divider{
    border-bottom: 1px #D9D9D9 solid;
    padding: 5px 0px !important;
}

.profileUserData{
    width: 100%;
    padding: 4px 0px;
    display: flex;
    font-size: 14px;
}
.profileUserDataImg{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.profileNameList{
    width: 70%;
    position: relative;
}
.profileSwitchBtn{
    width: 26%;
    text-align: right;
}
.profileSwitchInfo{
    width: 4%;
    position: relative;
    text-align: right;
}
.default-btn{
    color: #198754;
    background: rgba(25, 135, 84, 0.23);
    padding: 4px;
    border-radius: 5px;
    margin-right: 24px;
    display: inline-block;
}
.infoDataBox{
    transform: translate3d(-25px, -8px, 0px) !important;
    width: 300px;
}
.setAsDefault-icon{
    width: 18px;
    height: 14px;
    margin-top: -3px;
}
.manageCircle-icon{
    width: 22px;
    height: 12px;
    margin-top: -3px;
}
.settings-icon{
    width: 16px;
    height: 16px;
    margin-top: -3px;
}
.addOrgText{
    width: 60%;
    font-size: 14px;
    padding-left: 0px;
    padding-top: 6px;
}
.addOrgBtn{
    width: 40%;
    height: 36px;
}
.unListBtn{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    padding: 6px 24px;
    width: 45%;
}
.unListBtn:hover{
    color: #ffffff;
    background-color: #783E8B;
}

.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: 14px;
    color: #6E6F72;
    margin-bottom: 0px;
    padding-top: 0;
    font-weight: 400;
    b{
        color: #1A1D20;
    }
}
.filePlaceholder {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.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: 12px;
}
.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;
}



@media (min-width: 320px) and (max-width: 375px){
    .default-btn{
        margin-right: 5px;
    }
    .addOrgBtn {
        width: 75% !important;
    }
    .btn-yesWidth{
        width: 115px;
    }
    .btn-yesNo{
        width: 115px;
        padding: 4px 24px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .unListBtn{
        width: 120px;
    }
    .listLabel{
        width: 15%;
    }
    .gender-width{
        width: 96%;
        text-align: center;
    }
    .sm-pr-0{
        padding-right: 0px;
    }
    .sm-pl-0{
        padding-left: 0px;
    }
    .emergencyListContent {
        width: 90%;
    }
    .emergencyListIcons {
        width: 100%;
        text-align: center;
        /* margin: 1rem auto 0; */
    }
    .workExpListContent {
        width: 90%;
    }
    .workExpListIcons {
        width: 30%;
        margin: 1rem auto 0;
    }
    .workMobileExpListIcons {
        width: 80%;
        margin: 1rem auto 0;
        text-align: center;
    }
    .workExpListLabel {
        width: 30%;
    }
    .workExpListValue {
        width: 70%;
    }
    .mobile-mt-1{
        margin-top: 1rem !important;
    }
    .profileNameList {
        width: 55%;
    }
    .profileSwitchBtn {
        width: 40%;
    }
    .addOrgText{
        width: 100%;
        margin-bottom: 1rem;
    }
    .addOrgBtn{
        width: 65%;
    }
    .lovedOneRateWidth{
        width: 100%;
    }

}

@media (min-width: 320px) and (max-width: 390px) {
    .workMobileExpListIcons{
        width: 100%;
    }
    .btn-emergencyContact{
        width: 90%;
    }
    .cvv-textbox {
        width: 100%;
    }
    .edit-icon {
        width: 30%;
    }
    .passwordTextBox {
        width: 70%;
    }
    .web-phoneNumber {
        width: 128px;
        margin-right: 0px;
    }
    .web-verify {
        width: 125px;
        margin-left: 12px;
        margin-left: 0px;
    }
    .mobile-mt-2 {
        margin-top: 1rem !important;
    }
    .btn-creditCard {
        width: 175px !important;
        margin: 0 auto;
    }
    .mobile-pl-0{
        padding-left: 0px !important;
    }
    .mobile-pr-0{
        padding-right: 0px !important;
    }
}

@media (min-width: 455px) and (max-width: 599px) {
    .btn-creditCard {
        width: 250px;
    }
    .web-phoneNumber {
        width: 68% !important;
        margin-right: 0px;
    }
    .web-verify {
        width: 130px;
        margin-left: 0px !important;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .web-phoneNumber {
        width: 190px;
        margin-right: 0px;
    }
    .btn-gender {
        width: 165px;
        /* margin: 0 auto 1rem; */
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .mobile-pl-0{
        padding-left: 0px !important;
    }
    .mobile-pr-0{
        padding-right: 0px !important;
    }
    .web-phoneNumber {
        width: 188px;
        margin-right: 0px;
    }
    .web-verify {
        width: 130px;
        margin-left: 0px;
    }
    .mobile-phoneCode {
        width: 100px;
    }
    .btn-emergencyContact {
        width: 75%;
    }
    .gender-width{
        width: 50%;
        margin: 0 auto !important;
    }
    .btn-gender{
        width: 150px;
        margin: 0px;
    }
    .mobile-mt-2 {
        margin-top: 1rem !important;
    }
    .cvv-textbox {
        width: 48%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .mobile-phoneCode {
        width: 35%;
    }
    .web-verify {
        width: 150px;
        margin-left: 0px;
    }
    .web-phoneNumber {
        width: 60% !important;
        margin-right: 0px !important;
    }
    .btn-creditCard {
        width: 255px;
        margin-top: 0px !important;
    }
}

@media (min-width: 600px) and (max-width: 819px) {
    .gender-width{
        width: 45%;
        margin: 0 auto !important;
    }
    .btn-gender{
        width: 175px;
        margin: 0px;
    }
    .mobile-mt-2 {
        margin-top: 1rem !important;
    }
    /* .web-phoneNumber {
        width: 296px !important;
        margin-right: 0px !important;
    } */
    .web-verify {
        width: 130px;
    }
    .btn-emergencyContact{
        width: 250px;
    }
    .btn-creditCard {
        width: 320px;
        margin-top: 0px !important;
        margin-bottom: 16px;
    }
}

@media (min-width: 820px) and (max-width: 995px) {
    .gender-width{
        width: 50%;
        margin: 0 auto !important;
    }
    .mobile-pl-0{
        padding-left: 0px !important;
    }
    .mobile-pr-0{
        padding-right: 0px !important;
    }
    .btn-gender{
        width: 150px;
        margin: 0px;
    }
    .mr-top-16{
        margin-top: 5px !important;
    }
    .passwordTextBox {
        width: 75%;
    }
    .web-phoneNumber {
        width: 335px;
        margin-right: 0px !important;
    }
    .edit-icon{
        width: 25%;
    }
    .verify-Mobile {
        margin-top: 0rem;
    }
    .btn-emergencyContact{
        width: 50%;
    }
    .web-verify {
        width: 150px;
    }
    .btn-creditCard {
        width: 255px;
    }
    .mb-mobile-2{
        margin-bottom: 1rem;
    }
}

@media (min-width: 996px) and (max-width: 1020px) {
    .workExpListContent{
        width: 65%;
        margin-left: 20px !important;
    }
    .workExpListIcons{
        width: 30%;
    }
    .web-phoneNumber {
        width: 320px;
        /* margin-right: 12px; */
    }
    .passwordTextBox {
        width: 75%;
    }
    .web-PhoneCode{
        width: 110px;
    }
    .edit-icon{
        width: 25%;
    }
    .web-verify {
        width: 145px;
        margin-top: 0px;
    }
    .btn-emergencyContact{
        width: 50%;
    }
    .mobile-mb-2{
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1270px) {
    .workExpListContent{
        width: 65%;
        margin-left: 20px !important;
    }
    .workExpListIcons{
        width: 30%;
    }
    .web-phoneNumber {
        width: 240px;
    }
    .web-PhoneCode {
        width: 90px;
    }
    .web-verify {
        width: 93px;
    }
    .passwordTextBox {
        width: 75%;
    }
    .btn-emergencyContact{
        width: 50%;
    }
    .mobile-mb-2{
        margin-bottom: 1rem !important;
    }
    .edit-icon{
        width: 25%;
    }
}
