:root {
    --black: #000;
    --white: #fff;

    --gray: #B1B1B1;
    --gray-light: #EAEAEA;
    --gray-dark: #6C6C6C;
    --dark: #212121;
}
/* Form */
.hs_error_rollup {
    display: none !important;
}
#fechaPivote_grupo {
    margin-right: 8px;
}
.hs-form fieldset {
    max-width: none !important;
}
.alerta {
    color: #fe2057;
}
#Estudiante_FechaNacimiento {
    cursor: pointer;
}
/* Calendar styles */
.calendar-container {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.calendar-column {
    display: flex;
    align-items: center;
}
.calendar-column button,
.calendar-column input[type="number"],
.calendar-column input[type="text"] {
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
}
.calendar-column input[type="number"] {
    width: 60px;
    color: var(--dark);
    background-color: var(--white);
    padding: 0 5px;
}
.calendar-column input[type="text"] {
    width: 100px;
    color: var(--dark);
    background-color: var(--white);
    padding: 0 5px;
    /* Adjusted font color */
}
.calendar-table {
    width: 100%;
    border-collapse: collapse;
}
.calendar-table th,
.calendar-table td {
    padding: 5px;
    border: 1px solid #ccc;
}
.calendar-table th {
    color: var(--white);
    background-color: var(--dark);
}
.calendar-table td:hover {
    background-color: var(--dark);
    color: var(--white);
    cursor: pointer;
}
/* Telephone input styles */
.iti {
    margin-top: 5px;
}
input[type=tel].iti {
    font-size: 0.813rem;
    width: 100% !important;
    /* Adjust width to match other inputs */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gray-light);
    /* Adjust border if needed */
    color: var(--dark);
    /* font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 32px; */
    padding: 8px 0;
    /* Adjust padding as per your design */
    margin-bottom: 8px;
    outline: none;
    box-sizing: border-box;
    /* Ensure padding and border are included in width */
}
/* Placeholder text color */
input[type=tel].iti::placeholder {
    font-size: 0.813rem;
    line-height: 2;
    color: var(--gray);
}
/* Country list styles */
.iti__country-list {
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray);
    color: var(--dark) !important;
    font-family: Arial, sans-serif;
    font-size: 0.813rem;
    line-height: 2;
    margin-top: -1px;
    /* Adjust to align with input */
    max-height: 200px;
    /* Set max height for scroll */
    overflow-y: auto;
    /* Enable scrolling */
}
.iti--separate-dial-code .iti__selected-flag,
.iti__flag-container {
    background-color: var(--white) !important;
}
.iti__flag-box,
.iti__country-name {
    font-family: Arial, sans-serif;
    font-size: 0.813rem;
    line-height: 2;
}
/* Country list item styles */
.iti__country-list .iti__country {
    background-color: var(--gray-light);
    color: dark !important;
    padding: 8px 16px;
}
.iti__selected-flag .iti__selected-dial-code {
    font-size: 0.813rem;
    color: dark !important;
}
/* Override intl-tel-input styles */
.iti {
    width: 100%;
    /* Ensure the input spans the entire width */
    /* Add more overrides as necessary */
}
.iti.iti--container {
    width: auto;
}
.iti__country.iti__highlight {
    color: var(--white);
    background-color: var(--dark);
}
.iti__country.iti__highlight .iti__flag-box,
.iti__country.iti__highlight .iti__country-name,
.iti__country.iti__highlight .iti__dial-code {
    color: var(--white) !important;
}
/* Disabled input */
.disabledFormInput {
    pointer-events: none;
    opacity: 0.5;
}
.disabledFormInput select,
select:disabled {
    opacity: .5;
}
/* Form */
.titleSnipet{
    display: none;
}
section[class^=cs-tec-form].bg-gray-light{
    margin-bottom: 0;
    padding: 3rem 0;
}
.hero-ty{
    min-height: 40vh;
}
.form-control:disabled, .form-control[readonly] {
    background-color: var(--white);
}
ul.inputs-list.list-unstyled.form-check.terms label {
    background-color: transparent;
}
form select.form-control {
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-position: 98% 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23B1B1B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 991px) {
    form .form.px-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}