<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-input{
    font-size: 1.2rem;
    opacity: .8;
    margin: 0;
}

/* Iconos en los Inputs */
.inner-addon {
    position: relative;

}

.inner-addon .rcc-icon {
    position: absolute;
    padding-right: 12px;
    pointer-events: none;
}

.rcc-icon-mail {
    height: 20px;
    width: 30px;
    margin-top: 11px;  
}

.input-lg{
    height: 3.5rem !important;
    font-size: 1.2rem !important;
}

.input-lg-fecha{
    height: 3.5rem !important;
    font-size: 12px !important;
}



/* Selects */
.select2-selection__arrow b{
    border-width: 8px 6px 0px 6px!important;
    position: absolute;
    left: -15px!important;
    border-color: #1f97ae transparent transparent transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.2rem;  
}

.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}

.paragraph{
    line-height: 2em;
}

.min-h-65{
    min-height: 65px;
}


.container-custom-input-file &gt; input{
    display: none;
}

/* text */
.list-errors{
    line-height: 2rem;
    font-size: 1.2rem;
    text-align: left;
}
.list-tooltip{
    list-style: decimal;
    display: flex;
    flex-direction: column;
    text-align: left;
}

#dinamic-table td , #dinamic-table th {
    vertical-align: unset !important; 
}
.preview-alert-files{
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Barritas */


.header-barras {
    height: auto;
    overflow: hidden;
}

.header-barras h4 {  
    float: left;
    font-weight: bold;
    font-size: 18px;	
}

.pointer{
    cursor: pointer;
}
.terminos-condiciones{
    color:#ef3829 !important;
    font-size:1.25rem !important;
    cursor:pointer !important;
}

.terminos-condiciones:hover{
    text-decoration: underline !important;
}

.icon-info{
    color: #1F97AE;
    font-size: 1.8em !important;   
    cursor: pointer; 
}

@media (max-width: 768px) {
    .header-barras h4 {  
       font-size: 16px;
    } 
}

/* Animations */

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bg-gray{
    background-color: #d3d5d7 !important;
}
</pre></body></html>