.display_none{display: none}
.errorMessage{color: red}
.loading-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff url(../images/bg-loader.gif) center center no-repeat;
    opacity: 1;
    z-index: 9999;
}

.logo-gcloud a {
    width: 283px;
}

.get-started-list-holder {
    max-width: 100%;
}

.cd-top {
    text-decoration: none;
    position: fixed;
    display: none;
    bottom: 70px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0%;
    z-index: 5001;
    text-indent: 100%;
    background: url(../images/cd-top-arrow-dark.png) 0px 0px no-repeat;
    overflow: hidden;
}

.banner-img-holder {
    margin-bottom: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding: 50px 0px 50px 0px;
}

.upload-image-review-container {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.upload-image-review-container .delete-review-image {
   position: absolute;
   right: 5px;
   top: 5px;
}

.upload-image-review {
    width: 100px;
    height: 100px;
}

.footer-wrapper {
    margin-top: 30px;
}

.home-contact {
    padding: 30px 0px 10px;
    position: relative;
    background: #F7A937;
}

.errorMessage .invalid-feedback, .errormsg .invalid-feedback{
    display: block!important;
    font-size: unset!important;
    color: #FF0000!important;
}

.required>label:after,label.required:after,.required label.form-label:after{color:#e32;content:' *';display:inline}
.required label.bxlb:after{color:#e32;content:' *';display:inline; padding-left: 5px;}
.checkbxtype input[type=checkbox], .checkbxtype input[type=radio] {
    z-index: 999999999 !important;
}

.checkbxtype input[type=checkbox]:checked label:after{opacity:1  !important}
.checkbxtype input[type=checkbox]:checked label:before{border-color:#51C3C5 !important}

.disabled {
    /* Adjust to taste */
    cursor: default !important;
    text-decoration:none !important;
    color:darkgrey !important;
    background: #ffffff !important;
    border-color: dimgray  !important;
  }

#countdown-display{
    color:dodgerblue !important;
    font-size: 13.5px;
    font-style: italic;
}

.paging-numbers li.prev a:before{
    content: "\e900";
}

.paging-numbers li.prev a {
    margin-right: 20px;
}

.paging-numbers li.next a:before {
    content: "\e901";
}

.paging-numbers li.prev a:before, .paging-numbers li.next a:before {
    font-family: 'icomoon' !important;
    font-size: 10px;
}

.paging-numbers li.next a {
    margin-left: 20px;
}

.paging-numbers li.prev a:hover, .paging-numbers li.next a:hover{
    background: none !important;
    color: #0156AB;
}

.required>label:after, label.required:after, .required label.form-label:after {
    color: #e32;
    content: ' *';
    display: inline;
    padding-left: 5px;
}

/* .gstep-number {
    color: #00A7E3;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
} */


.field-treatmentcalculator-drug_id .btn-light.disabled, .field-treatmentcalculator-drug_id .btn-light:disabled {
    color: #333!important;
    opacity: 1 !important;
}