@import '_content/Pagination.Razor/Pagination.Razor.bundle.scp.css';

/* _content/RivaleatWeb/Shared/AdmissionSearchTable.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/Counter.razor.rz.scp.css */
.page-link[b-qjssojjvsk] {
    white-space: pre;
}
/* _content/RivaleatWeb/Shared/ExamsPriceListSelect.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/KeyboardInteractable.razor.rz.scp.css */
.btn-primary > .keyboard-interactable[b-ox8hl1kr0w] {
    color: white;
    border-color: lightgray;
}

.nav-item > .keyboard-interactable > .keyboard-interactable-shortcut[b-ox8hl1kr0w] {
    right: 0px;
    bottom: 0px;
}


.keyboard-interactable[b-ox8hl1kr0w] {
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: 10;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*border: 2px dashed #444;
    border-radius: 4px;*/
}

.keyboard-interactable-shortcut[b-ox8hl1kr0w] {
    width: 24px;
    height: 24px;
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #444;
    border-radius: 4px;
    position: absolute;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    right: -5px;
    bottom: -15px;
    opacity: 0.9;
}

.keyboard-interactable-shortcut.kbd-invalid[b-ox8hl1kr0w] {
    background-color: indianred;
    border-color: red;
}

/*Old values*/

/*.keyboard-interactable {
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: 10;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 2px dashed #444;
    border-radius: 6px;
}*/

/*.keyboard-interactable-shortcut {
    width: 36px;
    height: 36px;
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #444;
    border-radius: 6px;
    position: absolute;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    font-size: 18px;
    right: -3px;
}*/
/* _content/RivaleatWeb/Shared/MainLayout.razor.rz.scp.css */
/*Meglio non modificare perchè il codice é duplicato anche in altri file a causa di identity framework, usare file css globali*/
/* _content/RivaleatWeb/Shared/Modal.razor.rz.scp.css */
.modal:not(.show)[b-8dbm8stcvp] {
    display: none;
}

.modal.show[b-8dbm8stcvp] {
    display: block;
}
/* _content/RivaleatWeb/Shared/MultiExamPackSearchTable.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/ProgressBar.razor.rz.scp.css */
.progress > label[b-g0h158yezz] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress > .color-invert-overlay[b-g0h158yezz] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: invert(1);
    transition: var(--bs-progress-bar-transition);
}
/* _content/RivaleatWeb/Shared/QuerySelect.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/QuerySelectAdmission.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/QuerySelectPatient.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/SortableTableHeader.razor.rz.scp.css */
/* _content/RivaleatWeb/Shared/Switch.razor.rz.scp.css */
.form-check.form-switch.invert-check[b-jcd1omo34r] {
    padding-left: 0;
    padding-right: 2.5em;
}

.form-check.form-switch.invert-check:not(.checkbox-icon-on-left) .form-check-input[b-jcd1omo34r] {
    float: right;
    margin-left: auto;
    margin-right: -2.5em;
    margin-left: .3em;
}

.checkbox-icon-on-left[b-jcd1omo34r] {
    flex-direction: row-reverse;
}
.checkbox-icon-on-left .form-check-input[b-jcd1omo34r] {
    margin-right: .3em;
}
/* _content/RivaleatWeb/Shared/Utilities/Loader.razor.rz.scp.css */
.overlay[b-65u6gjnvlv] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10000;
}

.show[b-65u6gjnvlv] {
    visibility: visible;
}

.overlay.show[b-65u6gjnvlv] {
    opacity: 1
}

.overlay .loader[b-65u6gjnvlv] {
    width: 5rem;
    height: 5rem;
}
/* _content/RivaleatWeb/Shared/Utilities/Spinner.razor.rz.scp.css */
.overlay[b-qgal9p3mr0] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10000;
}

.show[b-qgal9p3mr0] {
    visibility: visible;
}

.overlay.show[b-qgal9p3mr0] {
    opacity: 1
}

.overlay .loader[b-qgal9p3mr0] {
    width: 5rem;
    height: 5rem;
}
