		.gitClass{
            display:none; 
            background: transparent;
            position: fixed;
            max-width: 100%;
            z-index: 2; 
            margin: 0 auto;
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
            top: 0;
            left: 0;
        }
        
        #divVersion {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important; 
        justify-content: center !important;
        gap: 5px !important;
        margin-top: 20px !important;
        padding-top: 100px !important;
        text-align: center !important;
        }

        .loadingGif{
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        :root {
        --ag-color-primary: @Utilitario.colorPrimario;
        --ag-color-secundary: @Utilitario.colorSecundario;
        --ag-color-primary-degrade40: @Utilitario.GetColorDegrade40dg(Utilitario.colorPrimario);
        }
 

        #tit-h5-modl-recupera-pass {
            width: 100%;
            text-align: center;
            font-weight: bold;
        }

        .ag-subtitle-left-col {
            font-size: 29px;
        }

        .ag-bbg {
            background: red !important;
        }

        #formulario-vacaciones-popup .dx-popup-content {
            background: red !important;
            padding: 0;
        }

        .dx-popup-content {
            padding: 0;
        }

        .ag-vaca-form-sol {
            margin-top: -50px;
            height: 72%;
        }

        .footerLogin{

            position: relative; 
            height: 80px;padding: 0;
            margin-top:-145px; 
            border-left: 60px solid transparent; 
            border-bottom: 20px solid @(Utilitario.colorPrimario); 
            
        }

        .footerLetter{
            font-size: 29px;
            color: #fff;
            font-family: Helvetica;
            text-indent: 60px;
            line-height: 40px;
        }

        .cuadrofooter{
            height: 65px;
            background-color:  @(Utilitario.colorPrimario); 
            position: relative;
         }

        @media (max-width: 320px) {

            #labelDiasSolVaca {
                font-size: 38px !important;
            }

            #contenedorSolicitudVacaciones {
                margin-top: -3px !important;
            }

            .ag-vaca-form-sol {
                margin-top: -90px;
                height: 89%;
            }

            #BotoneraSolVacForm {
                bottom: 5px;
            }
        }

        @media (min-width: 321px) and (max-width: 400px) {

            .ag-vaca-form-sol {
                margin-top: -90px;
                height: 89%;
            }

            #BotoneraSolVacForm {
                bottom: 5px;
            }
        }

        @media (min-width: 400px) and (max-width: 430px) {

            .ag-vaca-form-sol {
                margin-top: -93px;
                height: 87%;
            }

            #BotoneraSolVacForm {
                bottom: 7px;
            }

            #labelDiasSolVaca {
                font-size: 49px !important;
            }
        }

        @media (min-width: 431px) and (max-width: 740px) {

            #BotoneraSolVacForm {
                bottom: 0px;
            }

            .ag-vaca-form-sol {
                margin-top: -155px;
            }
        }

        @media (min-width: 741px) and (max-width: 1024px) {

            #BotoneraSolVacForm {
                bottom: 3px;
            }

            .ag-vaca-form-sol {
                margin-top: -157px;
            }
        }

        @media (min-width: 1024px) {

            #BotoneraSolVacForm {
                bottom: 3px;
            }
        }

    .coloFondo { 
        background-color: @(Utilitario.colorPrimario+"40"); 

    }

    
    .popup-content-wrapper {
        max-height: calc(100vh - 150px); /* Ajusta la altura para permitir scroll sin cubrir el botón */
        overflow-y: auto;
        padding-bottom: 40px; /* Reduce el espacio inferior para el botón */
        box-sizing: border-box;
    }
    
    .button-container {
        position: sticky;
        bottom: 0;
        background: white; 
        padding: 5px; 
        text-align: center;
        z-index: 10; 
    }
    
    
    .popup-content h3 {
        display: flex;
        justify-content: center;
        text-align: center;
        font-weight: bold;
    }
    
    @media (max-width: 576px) {
        .dx-overlay-content {
            width: 95% !important;
            height: auto !important;
        }
    
        .popup-content-wrapper {
            padding-bottom: 30px; 
        }
    
        .button-container {
            padding: 5px; 
        }
    }
    
    @media (min-width: 577px) and (max-width: 768px) {
        .dx-overlay-content {
            width: 90% !important;
            max-height: 85vh;
        }
    }
    
    @media (min-width: 769px) {
        .dx-overlay-content {
            width: 70% !important;
            max-height: 80vh;
        }
    }

    .recaptcha-container {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 10px;
        z-index: 1000;
    }

    .grecaptcha-badge {
        position: fixed !important;
        bottom: 0 !important;
        right: 10px !important; 
        transform: scale(1) !important;
        overflow: visible !important;
        width: 295px !important;
        height: 70px !important;
    }

    iframe[title="reCAPTCHA"] {
            width: 290px;
            height: 90px;
    }

    #checkBoxInd + a {
        margin-bottom: 10px; 
        display: inline-block;
    }

    .text-center {
    text-align: center !important;
    }

    .btn-block {
        display: inline-block !important;
        width: auto !important;
        margin: 0 auto 15px auto !important;
    }
    
    .auth-links {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 10px !important;
    } 
    
    @media (max-width: 576px) {
        .btn-block {
            width: 90% !important;
        }
        .auth-links {
            flex-direction: column !important;
            gap: 5px !important;
        }
        #divVersion {
            font-size: 0.9em; 
        }
    }
    
    @media (min-width: 577px) and (max-width: 768px) {
        .btn-block {
            width: auto !important;
        }
    }
    
    @media (min-width: 769px) {
        .btn-block {
            width: auto !important;
        }
    }
    
    button.btn-block, .auth-links a {
        margin-bottom: 15px !important;
    }
