:root {
    --Login_background: url("../../img/Login_background5.jpg");
    --img-123: url("../../img/small/2.svg");
}

/* Background */
.loginPageStyle {
    background-image: var(--Login_background);
    background-size: cover;
    /* Assicura che l'immagine copra l'intero elemento */
     background-position: center; 
    /* Centra l'immagine */
    background-repeat: no-repeat;
    /* Non ripetere l'immagine */
    z-index: 1;
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.loginBoxStyle {
    position: relative;
    z-index: 2;
    color: black;
    text-align: center;
    padding: 20px;
}

/* Separatore schermata prenotazioni */
.sapUiDSC>.sapUiDSCSpan3 {
    width: 20%;
}

.sapUiDSC>.sapUiDSCSpan9 {
    width: 80%;
}

.sapUiDSC>.sapUiDSCSpan4 {
    width: 20%;
}

.sapUiDSC>.sapUiDSCSpan8 {
    width: 80%;
}

.sapUiDSC>aside.sapUiDSCSCFixed, .sapUiDSC>div.sapUiDSCSCFixed {
    width: 280px;
    float: left;
}

.sapUiDSC>div.sapUiDSCMCFixed {
    width: calc(100% - 280px);
    float: left;
}

/* Home page */
.dragging {
    opacity: 0.5;
}

.droppableCell {
    background-color: #0a6ed1;
    /* Colore di sfondo per evidenziare */
    border: 4px #0a6ed1 solid;
    /* Bordo per evidenziare */
}

.today {
    background-color: yellow !important;
}

.todayBlackText {
    color: black !important;
}

.weekendDays {
    background-color: #b5b5b538;
}

.sapUiTableHeaderDataCell {
    padding: 0px 0 0px 0 !important;
}

.sapUiTableColHdrTr {
    color: #32363a;
    height: calc(2rem + .0625rem);
    height: 20px !important;
}

.sapUiTableCell:focus::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    outline: .125rem solid #0032a5;
    outline-offset: calc(-0.125rem - 0.0625rem)
}

.sapTntInfoLabel {
    box-sizing: border-box;
    padding: 0rem !important;
    text-align: center;
    border-radius: .25rem;
    height: 1.375rem;
    display: inline-block;
    max-width: 100%;
    line-height: 1.375rem;
    min-width: 2.8rem !important;
}

.sapTntInfoLabel .sapTntInfoLabelInner {
    font-size: 0.7rem !important;
    font-weight: bold;
    font-family: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif !important;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}

.sapUiTableDataCell>.sapUiTableCellInner,
.sapUiTableCreationRow .sapUiTableCreationRowForm .sapUiTableCell>.sapUiTableCellInner {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0rem 0.1rem 0 0.1rem !important;
    white-space: nowrap;
}

.sapUiTableCell>.sapUiTableCellInner.sapUiTableFirstColumnCell {
    padding-left: 0.5rem !important;
}


.sapUiUfdCurrencyCurrency {
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 0.85rem !important;
    font-family: "72Mono", "72Monofull", lucida console, monospace;
}

.sapMSwtText {
    font-size: 1.1rem !important;
}

/* Busy custom */
:root {
    --img-123: url("../../img/small/2.svg");
}

.sapUiLocalBusyIndicatorSizeMedium,
.sapUiLocalBusyIndicatorSizeSection {
    font-size: 4rem;
}

.sapUiLocalBusyIndicatorAnimation>div::before {
    background: #354a5f;
    background-image: var(--img-123);
    background-size: contain;
}