/* global.css */
/* autor: Felipe Pérez Martínez */
/* fecha: 19/03/2026 */
/* 
     context: this file is for the global styles of the website all this class or id
     need start with .nis-i- or #nis-i-
*/


/* inputs height */
.nis-height-input-sm {
    height: 30px !important;
}

.nis-height-input-sm[type="text"],
input.nis-height-input-sm[type="text"],
input.nis-height-input-sm[type="email"],
input.nis-height-input-sm[type="password"],
input.nis-height-input-sm[type="number"],
input.nis-height-input-sm[type="tel"],
input.nis-height-input-sm[type="search"],
select.nis-height-input-sm {
    height: 30px !important;
}

.nis-height-input-md {
    height: 40px !important;
}

.nis-height-input-md[type="text"],
input.nis-height-input-md[type="text"],
input.nis-height-input-md[type="email"],
input.nis-height-input-md[type="password"],
input.nis-height-input-md[type="number"],
input.nis-height-input-md[type="tel"],
input.nis-height-input-md[type="search"],
select.nis-height-input-md {
    height: 40px !important;
}

.nis-height-input-lg {
    height: 50px !important;
}

.nis-height-input-lg[type="text"],
input.nis-height-input-lg[type="text"],
input.nis-height-input-lg[type="email"],
input.nis-height-input-lg[type="password"],
input.nis-height-input-lg[type="number"],
input.nis-height-input-lg[type="tel"],
input.nis-height-input-lg[type="search"],
select.nis-height-input-lg {
    height: 50px !important;
}

/* inputs width */
.nis-width-input-sm {
    width: 25% !important;
}

.nis-width-input-md {
     width: 50% !important;
}

.nis-width-input-lg {
    width: 75% !important     ;
}

.nis-width-input-full {
    width: 100% !important;
}

