.hide {
    display: none;
}

.alert-message-container a {
    color: #000000;
}

.fileinput-remove {
    display: none;
}

.fileinput-upload {
    display: none;
}

.kv-file-upload {
    display: none;
}

.loading-indicator {
    height: 100px;
    width: 100px;
    background: var(--loader-image);
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.no-elements-found {
    text-align: center;
}

.treatment-list-container .purchasebox li {
    width: 33%;
}

textarea {
    overflow-y: auto;
    resize: vertical;
}



.checkbox-select2-container .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.checkbox-select2-container .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    /* background-color: #f77750; */
    background-color: var(--primary-account);
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.checkbox-select2-container .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.checkbox-select2-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.checkbox-select2-container .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.checkbox-select2-container .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.checkbox-select2-container .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.checkbox-select2-container .select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.checkbox-select2-container .select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.checkbox-select2-container .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.prescription-upload-container .kv-file-remove {
    display: none;
}

.canvas-container {border: 2px black dotted;}
.resource-status-text{font-weight: bold;}            
.button-container{padding: 0px 19px;}
.button-container a{padding: 6px 10px;}
.reference-user-warning
{
    text-align: center;
    color: #F00;
    font-size: 17px;
    margin-bottom: 8px;

}

.header-admin-info {
    color: white;
}
.admin-logout {
    cursor: pointer;
    text-decoration: underline;
}

.back-order-info-label {
    color: red;
    font-size: small;
}
.consent-form-name {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.view-consent-form {
    color: var(--Blue, #1654F3);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.consent-form-date{
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}