/*button--right-round color*/

.button.button--right-round--color:after,
.button.button--right-round--color .button--right-round__text {
    color: white;
    background-color: #4284bb;
}


/*header e footer color*/

.menu.menu--color {
    background-color: #5ed1df;
}

.logo-back.logo-back--color {
    background-color: #63a8f2;
}

footer .center-div.center-div--color-gradient {
    background: linear-gradient(90deg, #5ed1df, #63a8f2);
}


/*login color*/

.login.login--back-color {
    background-color: #F1F0F0;
}


/*helper*/

.help-title--bgcolor {
    background-color: #F1F0F0;
}


/*report color*/

.info-container.info-container--bgcolor {
    background-color: #F1F0F0;
}

.report-container__availability--bgcolor {
    background-color: #90c3e7;
}

.report-detail-bgcolor {
    background-color: #F8F3ED;
}

.report-detail--border-color {
    border-style: solid;
    border-color: #90c9e7;
    border-width: 0 1px 1px 1px;
}

.report-sharing--bgcolor {
    background-color: #FBFBFB;
}

.sharing-doctor-container--bgcolor {
    background-color: #EDEDED;
}


/*buttom color*/

.button.button--beige-color {
    color: white !important;
    background-color: #999999 !important;
}

.button.button--blue-color {
    color: white;
    background-color: #428dbb!important;
}


/*modal color*/

.modal-body {}

.modal-footer {
    background-color: #90e7df;
}

.report-header__icon-container img {
    background-color: #4d9fd9;
}


/*svg object in .attachments__donwload-image*/
.arrow-report-download {
    /*fill: #D9824D;*/
}


.spinner {
    width: 120px;
    height: 120px;
    background-image: url(../assets/images/tenant-spinner.gif);
    margin: 0 auto;
}