/* Form Elements */

.form-control {
    border-color: #E4E6EF;
    border-radius: 10px;
    padding: .65rem 1rem;
}

.form-control:disabled,
.form-control[readonly],
.form-select:disabled {
    background-color: #F5F6FA;
    color: #212529;
}

.form-control-color {
    padding: 7px;
}

.form-select {
    border-color: #E4E6EF;
    border-radius: 10px;
    padding: .65rem 1rem;
}

.form-check-input:checked {
    background-color: #9465fcea;
    border-color: #9465fcea;
}

.input-group-text {
    border-radius: 10px;
    background-color: #F7F7F7;
    border-color: #E4E6EF;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #6bcac2;
}

.valid-feedback,
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #6bcac2;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #6bcac2;
    border-color: #6bcac2;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #f75d6fd8;
}

.invalid-feedback {
    color: #f75d6fd8;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f75d6fd8;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #f75d6fd8;
}

.barra-busqueda-custom {
    background: rgb(153, 204, 51);
    background: -moz-linear-gradient(120deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    background: linear-gradient(120deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#99cc33", endColorstr="#33cc66", GradientType=1);
    border-radius: 100px !important;
    height: 100px;
}

.barra-busqueda-custom-search {
    padding: 10px 0px 0px 10px !important;
}

#div_1dd7_2 {
    background-color: #fefefe !important;
    border-radius: 40px !important;
    height: 80px !important;
}

#div_1dd7_3 .form-control {
    height: 70px;
    width: 99%;
    border-radius: 35px;
    border-color: transparent;
    font-size: 26px;
    color: #d3d3d3;
}

#div_1dd7_4 {
    padding: 10px 0px 0px 10px;
    margin-top: 20px;
}

.gdlr-core-column-13 {
    float: left;
    width: 10%;
    margin-left: 25px;
}

.boton-search-custom-001 {
    margin-left: 15px;
    margin-top: 15px;
}

.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
    margin-right: 5px !important;
}

.custom-button-redes {
    max-width: 100% !important;
}

#gdlr-core-wrapper-1 {
    margin:-10px auto 0px auto !important;
}

#gdlr-core-wrapper-2 {
    padding: 25px 0px 85px 0px !important;
}

#div_1dd7_0 {
    margin-bottom: -45px;
    z-index: 2;
}

#div_1dd7_17 {
    background-color: #fefefe;
    border: 10px solid #2BA171;
    border-radius: 30px;
}

.gdlr-core-pbf-element-custom {
    width: 20% !important;
}

.acceso-rapido-custom {
    border: 3px solid #FEC92A;
    background-color: transparent !important;
    border-radius: 20px !important;
    padding: 30px 15px 20px 15px !important;
    text-align: center !important;
}

.acceso-rapido-custom span {
    color: #999999;
}

.acceso-rapido-custom:hover {
    background-color: #44e9a7 !important;
}

.acceso-rapido-custom:hover span {
    color: #fefefe;
}

#a_1dd7_0 {
    min-height: 180px;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.titulo-12-custom {
    background-color: #063;
    width: 50%;
    height: 50px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
    padding-left: 40px;
    padding-top: 10px;
    border-bottom-left-radius: 30px;
}

.titulo-12-custom h3 {
    color: #f3f3f3 !important;
}

.pagar-factura-custom {
    background: rgb(153, 204, 51);
    background: -moz-linear-gradient(120deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    background: linear-gradient(120deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#99cc33", endColorstr="#33cc66", GradientType=1);
    border-radius: 25px;
    height: 50px;
    width: 226px;
    color: #fefefe;
}

.boton-pagarfactura-custom {
    color: #fefefe;
    font-size: 15px;
    font-size: 10;
    margin-top: 12px;
    margin-left: 63px;
}

.btn-flotante {
    font-size: 16px;
    /* Cambiar el tama単o de la tipografia */
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #fefefe !important;
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 0px;
    /* Espacio entre letras */
    background: rgb(153, 204, 51);
    background: -moz-linear-gradient(190deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    background: -webkit-linear-gradient(190deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    background: linear-gradient(190deg, rgba(153, 204, 51, 1) 0%, rgba(51, 204, 102, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#99cc33", endColorstr="#33cc66", GradientType=1);
    /* Color de fondo */
    padding: 10px;
    /* Relleno del boton */
    position: fixed;
    bottom: 60px;
    right: 15px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.33);
    z-index: 99;
    border-radius: 20px;
    text-align: center;
}

.btn-flotante:hover {
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

.responsive-prioridad-custom {
    display: none;
}

.responsive-prioridad-custom-1 {
    display: block;
}

.chat-estudiante {
    width: 300px;
}

.btn {
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #f0f2ff;
    border-color: #f0f2ff;
    color: #7888FC;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #f0f2ff;
    border-color: #f0f2ff;
    color: #7888FC;
    box-shadow: 0 7px 23px -8px #f0f2ff;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #7e8299;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #7e8299;
    box-shadow: 0 7px 23px -8px #F3F6F9;
}

.btn-success,
.btn-sucess.disabled,
.btn-success:disabled {
    background-color: #2aaf54;
    border-color: #249146;
    color: #fefefe;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #12a43c;
    border-color: #2aaf54;
    color: #fff;
}

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #fad7dd;
    border-color: #fad7dd;
    color: #EE6E83;
}

.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #fad7dd;
    border-color: #fad7dd;
    color: #EE6E83;
    box-shadow: 0 7px 23px -8px #fad7dd;
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #fff5e0;
    border-color: #fff5e0;
    color: #ffaf0f;
}

.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #fff5e0;
    border-color: #fff5e0;
    color: #ffaf0f;
    box-shadow: 0 7px 23px -8px #fff5e0;
}

.btn-info,
.btn-info.disabled,
.btn-info:disabled {
    background-color: #efe8ff;
    border-color: #efe8ff;
    color: #9C6EFC;
}

.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    background-color: #efe8ff;
    border-color: #efe8ff;
    color: #9C6EFC;
    box-shadow: 0 7px 23px -8px #efe8ff;
}

.btn-light,
.btn-light.disabled,
.btn-light:disabled {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #7e8299;
}

.btn-light:hover .btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #7e8299;
    box-shadow: 0 7px 23px -8px #F3F6F9;
}

.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #D1D3E0;
    border-color: #D1D3E0;
    color: #5b5b5b;
}

.btn-dark:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #D1D3E0;
    border-color: #D1D3E0;
    color: #5b5b5b;
    box-shadow: 0 7px 23px -8px #D1D3E0;
}

.btn-link {
    color: #7888FC;
    text-decoration: none;
}

.btn-link:hover {
    color: #7888FC;
    text-decoration: underline;
}

.btn-outline-primary {
    color: #7888FC;
    border-color: #7888FC;
}

.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #7888FC;
    background-color: #7888FC;
    box-shadow: 0 7px 23px -8px #7888FC;
}

.btn-outline-secondary {
    color: #5b5b5b;
    border-color: #E4E6EF;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #5b5b5b;
    border-color: #E4E6EF;
    background-color: #E4E6EF;
    box-shadow: 0 7px 23px -8px #E4E6EF;
}

.btn-outline-success {
    color: #6bcac2;
    border-color: #6bcac2;
}

.btn-outline-success:hover,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #6bcac2;
    background-color: #6bcac2;
    box-shadow: 0 7px 23px -8px #6bcac2;
}

.btn-outline-danger {
    color: #f75d6fd8;
    border-color: #f75d6fd8;
}

.btn-outline-danger:hover,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #f75d6fd8;
    background-color: #f75d6fd8;
    box-shadow: 0 7px 23px -8px #f75d6fd8;
}

.btn-outline-warning {
    color: #f5af47ea;
    border-color: #f5af47ea;
}

.btn-outline-warning:hover,
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #f5af47ea;
    background-color: #f5af47ea;
    box-shadow: 0 7px 23px -8px #f5af47ea;
}

.btn-outline-info {
    color: #9465fcea;
    border-color: #9465fcea;
}

.btn-outline-info:hover,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #9465fcea;
    background-color: #9465fcea;
    box-shadow: 0 7px 23px -8px #9465fcea;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #f75d6fd8;
}

.invalid-feedback {
    color: #f75d6fd8;
    font-size: 12px;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f75d6fd8;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #f75d6fd8;
}

@media only screen and (max-width: 1440px) {
    .kingster-top-bar .kingster-top-bar-menu>li {
        font-size: 12px !important;
    }
    .kingster-top-bar-custom {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /*.tp-bgimg {
        background-size: contain !important;
         background-position-y: top !important;
    }*/
    .kingster-logo-inner {
      max-width: 200px;
    }
}

@media only screen and (max-width: 1280px) {
    .gdlr-core-pbf-element-custom {
        width: 33% !important;
    }
    .btn-flotante {
        right: 40px;
    }
    #div_1dd7_45 {
        padding-left: 50px;
    }
    .kingster-top-bar .kingster-top-bar-menu>li {
        font-size: 12px !important;
    }
    /*.tp-bgimg {
        background-size: contain !important;
        background-position-y: top !important;
    }*/
    
    .kingster-logo-inner{
        max-width: 200px;
    }
    
}

@media only screen and (max-width: 1024px) {
    .gdlr-core-pbf-element-custom {
        width: 50% !important;
    }
    .kingster-top-bar .kingster-top-bar-menu>li {
        font-size: 12px !important;
    }
    #a_1dd7_0 {
        font-size: 12px !important;
    }
    .btn-flotante {
        bottom: 30px !important;
        left: -80% !important;
    }
    #h3_1dd7_30 {
        font-size: 15px !important;
    }
    #span_1dd7_7 {
        font-size: 13px !important;
    }
    #h3_1dd7_10 {
        font-size: 18px !important;
    }
    #div_1dd7_3 .form-control {
        font-size: 16px !important;
    }
    .kingster-logo-inner {
      max-width: 200px;
    }
    #div_1dd7_102{
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 667px) {
    .responsive-prioridad-custom {
        display: block;
    }
    .responsive-prioridad-custom-1 {
        display: none;
    }
    .btn-flotante {
        font-size: 14px;
        padding: 10px 10px;
        bottom: 20px;
        right: 10px;
    }
    .gdlr-core-pbf-element-custom {
        width: 50% !important;
    }
    .kingster-item-pdlr,
    .gdlr-core-item-pdlr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .acceso-rapido-custom {
        padding: 30px 5px 20px !important;
    }
    .titulo-12-custom {
        width: 100%;
        padding-left: 25px;
    }
    #h3_1dd7_10 {
        font-size: 20px;
    }
    #a_1dd7_0 {
        min-height: 150px;
        width: 100%;
    }
    #div_1dd7_1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #div_1dd7_46 {
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #div_1dd7_45 {
        padding-top: 70px;
    }
    .column-content-custom-2 {
        margin-top: -40px;
    }
    .gdlr-core-pbf-column-content-margin {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .pbf-background-wrap-custom {
        height: 380px !important;
    }
    #h3_1dd7_33 {
        text-align: center;
    }
    .textwidget .p1 {
        font-size: 18px;
    }
    .span_1dd7_11 {
        font-size: 18px;
    }
    #a_1dd7_8 {
        color: #fefefe;
        font-size: 16px;
        font-weight: 500;
    }
    .kingster-footer-column {
        margin-bottom: 20px !important;
    }
    .kingster-widget-title {
        text-align: center;
    }
    .gdlr-core-custom-menu-widget {
        text-align: center;
    }
    .textwidget .p1 {
        font-size: 18px !important;
    }
    #span_1dd7_11 {
        font-size: 18px !important;
    }
    #a_1dd7_8 {
        font-size: 16px !important;
    }
    .kingster-copyright-text,
    .kingster-copyright-left,
    .kingster-copyright-right {
        font-size: 12px !important;
    }
    #div_1dd7_3 .form-control {
        font-size: 20px;
    }
    #kingster-mobile-top-search {
        display: none;
    }
    .gdlr-core-pbf-element-custom {
        width: 50% !important;
    }
    .barra-busqueda-custom {
        height: 80px !important;
    }
    #div_1dd7_2 {
        height: 60px !important;
    }
    #div_1dd7_3 .form-control {
        height: 55px;
    }
    .custom-img-search {
        width: 30px !important;
    }
    #div_1dd7_1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #div_1dd7_3 {
        margin-top: 1px !important;
    }
    /*.tp-bgimg {
        background-size: contain !important;
         background-position-y: center !important;
    }*/
    .gdlr-core-pbf-wrapper-full-no-space{
        max-width: 560px;
    }
}

.kingster-top-bar-container-custom {
    max-width: 98%px !important;
}

.fc-daygrid-day-events {
    margin-top: -10px !important;
    background-color: #116e9a !important;
}

.fc-daygrid-day-bottom .fc-daygrid-more-link {
    color: #fefefe;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(61, 177, 102) !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top a {
    color: #fefefe !important;
}

.fc-header-toolbar {
    display: block !important;
}

.fc-col-header-cell-cushion {
    font-size: 14px;
}

.fc-view-harness {
    height: 350px !important;
}

.fc-scroller-liquid-absolute {
    overflow: hidden !important;
}

.tag-cloud-link:hover {
    background-color: #063 !important;
    transition: all;
}

#h3_1dd7_33 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#h3_1dd7_30 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#span_1dd7_7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#div_1dd7_88 {
    padding-right: 30px;
    padding-left: 30px;
}

.pbf-background-wrap-custom {
    border-radius: 10px;
    height: 430px;
}

.navegacion-secundario-custom {
    margin-top: 20px;
    position: fixed;
    z-index: 30;
    background-color: #FEC92A;
    border-radius: 30px;
    padding: 5px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 75px;
    /*margin-left: 50px !important;*/
    width: 100%;
}

.border-right-custom {
    border-right-style: solid;
    border-right-color: #08377a;
    border-right-width: 2px;
    height: 55px;
}

.textwidget .p1 {
    color: #fefefe;
    font-size: 22px;
    font-weight: 600;
}

#span_1dd7_11 {
    color: #fefefe;
    font-size: 20px;
    font-weight: 500;
}

#a_1dd7_8 {
    color: #fefefe;
    font-size: 20px;
    font-weight: 500;
}

.kingster-footer-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}

.background-custom-3 {
    background-color: #FFC717;
    min-height: 600px !important;
}

.kingster-feature-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-video {
    width: 320;
    height: 240
}

.pagination {
    display: flex;
}


/*chat*/

.header {
    color: #626262;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pull-right {
    float: right !important;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca;
}

.panel-body {
    padding: 15px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

small,
.small {
    font-size: 85%;
}

small {
    font-size: 80%;
}

.collapse.in {
    display: block;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-chat {
    color: #777;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
}

.chat {
    margin-left: 0px !important;
}

.chat-estudiante-2 {
    max-height: 500px !important;
    max-width: 450px !important;
}

.panel-heading {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.panel-body {
    overflow: auto !important;
    max-height: 370px !important;
    height: 370px;
}

.chat li.left .chat-body {
    margin-left: 60px;
    margin-top: -30px;
}

.chat li.right .chat-body {
    margin-right: 60px;
    margin-top: -30px;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.kingster-top-bar-custom {
    height: 80px !important;
    padding: 10px;
}

.menu-item .sub-menu {
    margin-top: 10px !important;
    background-color: rgb(238, 238, 238) !important;
    text-decoration: none;
}

.kingster-top-bar-custom .kingster-top-bar-container .kingster-top-bar-container-inner .kingster-top-bar-right ul li .item-menu-custom:hover {
    color: #223c6c !important
}

.sub-menu-custom .item-menu-custom:hover {
    color: #223c6c !important
}

.kingster-top-bar-custom .kingster-top-bar-background {
    background-color: #ffcc29;
}

.kingster-top-bar-custom .kingster-top-bar-container {
    height: 60px !important;
    padding-top: 5px;
}

.kingster-top-bar-custom .kingster-top-bar-container .kingster-top-bar-container-inner .kingster-top-bar-right ul li a {
    color: #313435 !important
}

.kingster-top-bar-custom .kingster-top-bar-container .kingster-top-bar-container-inner .kingster-top-bar-right ul li a:hover {
    color: #fefefe !important
}

.custom-img-search {
    height: 40px;
    width: 40px;
}

.kingster-top-bar .kingster-top-bar-menu>li {
    padding: 5px;
    padding-top: 5px;
    padding-top: 0px;
}

#menu-main-navigatio n-1 {
    width: 100% !important;
}


/* ESTRELLAS */

.estrellas-custom-form {
    width: 250px;
    margin: 0 auto;
    height: 50px;
}

.estrellas-custom-form p {
    text-align: center;
}

.estrellas-custom-form label {
    font-size: 20px;
}

.estrella-custom[type="radio"] {
    display: none;
}

label {
    color: grey;
}

.clasificacion {
    direction: rtl;
    unicode-bidi: bidi-override;
}

label:hover,
label:hover~label {
    color: orange;
}

.estrella-custom[type="radio"]:checked~label {
    color: orange;
}

.estrella-custom-checked {
    color: orange;
}


/* ESTRELLAS */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.limit-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
    height: 100px;
    z-index: 99;
    width: 170px;
}

.tooltip[data-show] {
    display: block;
}

.arrow,
.arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.arrow {
    visibility: hidden;
}

.arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

.tooltip[data-popper-placement^='top']>.arrow {
    bottom: -4px;
}

.tooltip[data-popper-placement^='bottom']>.arrow {
    top: -4px;
}

.tooltip[data-popper-placement^='left']>.arrow {
    right: -4px;
}

.tooltip[data-popper-placement^='right']>.arrow {
    left: -4px;
}

.btn-contain {
    position: absolute;
}

.btn-flotante {
    position: fixed;
    bottom: 50px;
    left: -92%;
    background: #5C5;
    color: #FFFFFF !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    transition: .3s;
    margin: auto;
    padding-top: inherit;
}

.btn-flotante:hover {
    color: #FFFFFF;
}

.btn-extra {
    border: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 14px;
    outline: none;
    position: fixed;
    right: 32px;
    padding: 6px;
    border-radius: 2px;
    bottom: 0;
    margin-right: 32px;
    transform: scale(0);
}

.animacionVer {
    transform: scale(1);
}

.boton-filtrar{
    margin-right: 10px !important;
    margin-top: 10px !important;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(13, 48, 76, 0.77);
    letter-spacing: 0px;
    font-family: Poppins;
    background-color: rgb(255, 255, 255);
    border-color: rgba(13, 48, 76, 0.38);
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 10px 12px;
    opacity: 1;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}
.menu-filtrar{
    padding: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    border-radius: .25rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-translate-y: 100%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    min-width: 100%;
    width: 170px;
}
.ml-0{
  margin-left: 0px !important;  
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table tr td{
    min-width: 105px;
    max-width: 100%;
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
table tr th{
    min-width: 40px;
}
.gdlr-core-rectangle{
    padding: 10px;
}
.mb-2{
    margin-bottom: 10px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}