.login-container {
    max-width: 350px;
    padding: 15px;
}

.login-background {
    background-image: url("/images/background2.jpg");
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(2px) brightness(70%);
}

#sidebar-toggler {
    position: absolute;
    left: 100%;
    bottom: 25px;
    z-index: 99;
}

#sidebar-offcanvas-toggler {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 99;
}

input[readonly],
input[readonly]:focus {
    background-color: #f0f0f0; /* Gris claro */
    color: #6c757d; /* Color de texto gris */
}

nav .active {
    color: white !important;
}

.nav-pills .nav-link:hover {
    color: var(--bs-emphasis-color) !important;
}

.nav-pills .nav-link:active {
    color: var(--bs-black) !important;
    background: var(--bs-primary-bg-subtle) !important;
}

.nav-pills .nav-link {
    background: #E83C20;
    color: var(--bs-white) !important;
}

.nav-pills {
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.nav-pills.presupuestador {
    padding: 0.5rem 0;
    font-size: 0.9em;
}


    .nav-pills .nav-link.active:hover {
        background-color: #6D9CA7;
    }

#loader {
    position: absolute;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-content: center;
    color: var(--bs-primary);
    background-color: rgba(0, 0, 0, 0.5);
}

    #loader > div {
        width: 5rem;
        height: 5rem;
    }

html[data-bs-theme="dark"] .logo {
    content: url("/images/logo-dark2.png");
}

/*main:has(> .with-background) {
    background-image: url("/images/background3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}*/

.with-background {
    /*background-image: url("/images/background3.jpg");
     background-size: cover;
    background-position: center;
    background-position: center;
    backdrop-filter: blur(5px) brightness(70%);*/
}

.with-background-black {
    background-image: url("/images/background.jpg");
    background-size: cover;
    background-position: center;
    backdrop-filter: /*blur(5px)*/ brightness(70%);
}

.with-background .logo {
    content: url("/images/logo-dark2.png");
}

.swal-footer {
    display: flex;
    justify-content: space-around;
}

table a {
    color: var(--bs-body-color);
}

.table-group-divider {
    border-top-color: var(--bs-primary);
}


@font-face {
    font-family: 'Frutiger Light';
    src: url('../fonts/Frutiger Light.ttf') format('truetype'); /* Ajusta la ruta y el formato según tu fuente */
}

body {
    font-family: 'Frutiger Light';
}

label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

    .table-grid > div {
        display: flex;
        flex-direction: column;
    }
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: hidden;
        width: 80px;
        -webkit-appearance: none;
        background-color: #ffffff;
    }

        input[type='range']::-webkit-slider-runnable-track {
            height: 10px;
            -webkit-appearance: none;
            background-color: #e83c20; 
            margin-top: -1px;
        }

        input[type='range']::-webkit-slider-thumb {
            width: 15px; 
            height: 15px; 
            -webkit-appearance: none;
            cursor: ew-resize;
            background: #ffffff; 
            border-radius: 50%; 
            box-shadow: 0 0 0 2px #ffffff, 0 0 2px 4px rgba(0,0,0,0.2); 
        }
}

/* Firefox */
input[type="range"]::-moz-range-progress {
    background-color: #e83c20; 
}

input[type="range"]::-moz-range-track {
    background-color: #ffffff; 
}

/* Internet Explorer */
input[type="range"]::-ms-fill-lower {
    background-color: #e83c20; 
}

input[type="range"]::-ms-fill-upper {
    background-color: #ffffff; 
}

.container {
    min-height: 100px;
   
    overflow: auto;
}



.row {
    flex-wrap: wrap;
}
.tablaUsuario {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 8px;
    padding-left: 2.5em;
    padding-right: 2.5em;
    text-align:center
}

.tablaResumen{
    border-collapse: collapse;
    font-size: 8px;
    padding-left: 2.5em;
    padding-right: 2.5em;
    text-align: center
}

    .tablaResumen td, .tablaResumen th {
        border: 1px solid black;
        padding: 0.2rem 0.5rem;
    }
    .tablaResumen .noborder{
        border: none;
    }
    th {
        background-color: lightgray;
        font-weight: 900
    }

.tablaPrecio {
    border: 1px solid gray;
    border-collapse: collapse;
    font-size: 8px;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
input[type="file"]::file-selector-button {
    background-color: #E83C20;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


.container-fluid.main-container {
    display: flex;
    height: 100vh;
}

    .container-fluid.main-container .form-container {
        width: 50%;
        padding: 0;
    }

    .container-fluid.main-container .second-container {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.invisible {
    display: none;
}

.label-done {
    margin-left: 10px;
    margin-top: 7px;
}

a {
    color: #E83C20;
    text-decoration: none;
    font-weight:600;
}

#docPreview{
    zoom:0.85;
}
/*paso5*/

@media (max-width: 1476px) {


    #formPaso5{
        zoom:0.9;
    }
}



/*paso4*/
@media (max-width: 1476px) {    

    #textoPresupuesto {
        zoom: 0.85;
    }
    #arrowPaso4 {
        position: absolute;
        bottom: 3%;
        left: 23%;
        width: 40%;
    }
}

@media (max-width: 1294px) {

    #textoPresupuesto {
        zoom: 0.75;
    }

    #contenidoPaso6{
        zoom:0.9;
    }

    #arrowPaso4 {
        position: absolute;
        bottom: 3%;
        left: 20%;
        width: 40%;
    }
}

@media (max-width: 1112px) {

    #textoPresupuesto {
        zoom: 0.75;
    }

    #contenidoPaso6 {
        zoom: 0.8;
    }

    #arrowPaso4 {
        position: absolute;
        bottom: 3%;
        left: 20%;
        width: 40%;
    }
    #miFormulario{
        zoom:0.9;
    }
}

.images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
    margin: 30px 0;
}

.images-container img:nth-child(3) {
    grid-column: span 2;
    justify-self: center;
}

.images-container img {
    width: 150px;
    height: 150px;
    border: 2px solid #000;
}

/*paso1, 2 y 3*/

@media (max-width: 1592px) {
    #topMenu, #docPreview {
        zoom: 0.7;
    }
    #arrowMenu {
        position: absolute;
        bottom: 3%;
        left: 27%;
        width: 40%;
    }
    
}

@media (max-width: 1210px) {
    #topMenu, #docPreview {
        zoom: 0.6;
    }
    #formPaso5 {
        zoom: 0.8;
    }
    #arrowMenu {
        position: absolute;
        bottom: 5%;
        left: 31%;
        width: 35%;
        zoom:0.7;
    }
}

@media (max-width: 1076px) {
    #topMenu, #docPreview {
        zoom: 0.5;
    }

    #contenidoPaso6 {
        zoom: 0.7;
    }

    #arrowMenu {
        position: absolute;
        bottom: 5%;
        left: 35%;
        width: 30%;
        zoom: 0.7
    }
    #formPaso5 {
        zoom: 0.7;
    }
}

@media (max-width: 948px) {
    #topMenu, #docPreview {
        zoom: 0.4;
    }
    #arrowMenu {
        position: absolute;
        bottom: 6%;
        left: 37%;
        width: 25%;
        zoom: 0.7
    }
}