.toastme {
    min-height: 75px !important;
    max-width: 400px;
}

.toastme .toastme-content {
    font-weight: bold;
}

.toastme .toastme-content a {
    color: blue!important;
}

.toastme .toastme-close {
    font-size: 16px;
}

.toastme-list {
    width: 400px;
}



label.error {
    color: red!important;
}
.ethnicity-radio-error label.error{
    border:0 !important;
    width: auto !important;
    margin: 0 !important;
    height: auto !important;
    display: inline-block !important;
}
.ethnicity-radio-error label.error::after,.ethnicity-radio-error label.error::before{
    content: none !important;
}
.update-profile-page .profile-photo img {
    max-width: 127px;
    max-height: 127px;
    border-radius: 100%;
}

.hide-question {
    display: none;
}

.loggedin-user .navbar-nav a .user-name {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins-Medium';
}


.loggedin-user-mobile .navbar-nav a .user-name {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins-Medium';
}

.my-profile-page .profile-photo img {
    border-radius: 100%;
}

.image-note {
    margin-bottom: 15px;
    padding: 15px 15px;
    background-color: #fdfccb !important;
    border-left: 5px solid #e4e14c !important;
}
.question-1 .question-block{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.select2-container .select2-selection--single{
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    border:1px solid #E5E5E5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 52px !important;
}


#profile-image-modal .modal-body .profile-image {
    text-align: center;
}

#profile-image-modal .modal-body .profile-image img {
    border-radius: 100%;
}

/*range slider css*/
.al-range-slider__track{
    box-shadow: none !important;
    background-color: #f6f6f6 !important;
    margin:0 !important;
}
.al-range-slider__bar{
    background: #0C85A7 !important;
    box-shadow: inset 0 0 0.2em #333, 0 0 0.2em #0c85a7 !important;
}
.al-range-slider__grid-tick{
    background-color: #fff !important;
}
.al-range-slider__knob{
    border:.5em solid #0c85a7 !important;
    box-shadow: none !important; 
}
.al-range-slider__knob:hover, .al-range-slider__knob_active{
    border-color: #0c85a7 !important;
    box-shadow: none !important;
}
.al-range-slider__input{
    display: none !important; 
}
.al-range-slider__tooltip{
     display: none !important; 
}
@media only screen and (max-width: 991px){
     .question-1 .question-block{
        width: 60%;
    }
}
@media only screen and (max-width: 567px){
     .question-1 .question-block{
        width: 95%;
    }
}


.upload-image-box img {
    max-width: 100%;
    /* width: 100%; */
    max-height: 100%;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    border: 2px solid transparent;
}

label.server-error {
    color: red!important;
}

.radio-box{
    visibility: hidden;
    width: 0%;
    height: 0%;
}

.pd-profile-image {
    text-align: center;
}

.pd-profile-image img {
    border-radius: 100%;
}

.login-page .login-inner-wrapper .login .btn-secondary {
    width: 100%;
    padding: 14px;
    margin: 30px 0;
}

.btn-min-width {
    min-width: 120px;
}
.my-profile-page .detail-data .opportunity-desc{
  height: 100px;
}

.custom-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    background-image: url(../images/Spinner-1s-200px.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    display: none;
}

.hideoverflow {
    overflow: hidden!important;
}