﻿
.no-print, .no-print * {
    display: none !important;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
.border-Boton-Satisfaccion {
 border: solid !important
}
.not-border-Boton-Satisfaccion {
    border: 0 !important
}
/*.visually-hidden {
    position: absolute !important;
    left: -100vw !important;
}*/
.overlay,
.overlay-wrapper > .overlay,
.loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay,
.overlay-wrapper .overlay {
    z-index: 2000;
    background: rgb(255 255 255 / 30%);
    border-radius: 3px;
}

    .overlay > .fa,
    .overlay-wrapper .overlay > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

    .overlay.dark,
    .overlay-wrapper .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }


.sidenav.logo-dark-customer .app-brand {
    height: 61.75px;
    background: #606c72;
}
    .sidenav.logo-dark-customer .app-brand .sidenav-link,
    .sidenav.logo-dark-customer .app-brand .sidenav-text {
        color: #fff;
    }