/* NavBar */
:root{
    --red-primary-bg-color: rgb(255,0,17);
    --blue-primary-bg-color: rgb(28,67,174);
    --blue-secondary-bg-color: rgb(0,190,232);

    --blue-primary-color: rgb(28,67,174);
    --blue-secondary-color: rgb(0,190,232);
    --red-color: rgb(255,0,17);
    --purple-color: rgb(147,69,221);
    --aqua-color: rgb(0,229,155);
    --yellow-color: rgb(255,200,0);

    --grey-primary-bg-color: rgb(209,211,212);
    --grey-secondary-bg-color: rgb(167,169,172);
    --white-bg-color: rgb(255,255,255);
}

.blue-primary-color{
    background-color: var(--blue-primary-color);
}

.blue-secondary-color{
    background-color: var(--blue-secondary-color);
}

.red-color{
    background-color: var(--red-color);
}

.purple-color{
    background-color: var(--purple-color);
}

.aqua-color{
    background-color: var(--aqua-color);
}

.yellow-color{
    background-color: var(--yellow-color);
}

.main{
    margin: 0;
    height: 100%;
}
.bg-color-grey{
    background-color: var(--grey-secondary-bg-color);
}
.bg-color-primary{
    background-color: var(--blue-primary-bg-color);;
}

.bg-color-secondary{
    background-color: rgba(237, 22,28);
}
.bg-color-white{
    background-color: rgb(255, 255, 255);
}
.red-border-botton{
    border-bottom: 10px;
    border-bottom:rgba(196, 22, 28 );
}
.text-color-white{
    color: rgb(255,255,255);
}
.text-color-grey{
    color: rgb(209,211,212);
}

.bg-color-box{
    background-color: #f0f5ff;
}
/* body */

.bodyintro{
    margin-left: 20px;
    background-image: url("/images/portada.jpg");
    background-repeat: no-repeat;
}

/* Botones */
.boton{
margin-top: 350px;
margin-left: 600px;
}
.btn-space{
    margin-right: 5px;
}

.navigation{
    display: none;
}


/* #submit1{
    display: none;
}
#cancel{
    display: none;
} */
/* form ID */
.btn_consulta{
    margin-top: 33px;
}

/* Imformation form */
.form{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    border-radius: 10px;
}
/* #studentForm{
    display: block;
}
#fatherForm {
    display: none;
}
#motherForm {
    display: none;
}
#inChargeForm {
    display: none;
}
#paymentMethod{
    display: none;
} */

/* Seccion de Cursos */
#curso_4{
    display: none;
}
#curso_5{
    display: none;
}
#curso_6{
    display: none;
}
#curso_7{
    display: none;
}
#curso_8{
    display: none;
}
#curso_9{
    display: none;
}
#terminos{
    display: none;
}
#nextCareer{
    display: none;
}
#nextCareer1{
    display: none;
}
#nextCourse1{
    display: none;
}
#nextCourse2{
    display: none;
}
#nextCourse3{
    display: none;
}
#nextCourse4{
    display: none;
}
#nextCourse5{
    display: none;
}
#nextCourse6{
    display: none;
}
#nextCourse7{
    display: none;
}
#nextCourse8{
    display: none;
}
#nextCourse9{
    display: none;
}

#param_1, #param_2,#param_3,#param_4,#param_5,#param_6,#param_7,#param_8,#param_9,#param_10,#param_11,#param_12,#param_13,#param_14,#param_15,#param_16,#param_17,#param_18,#param_19,#param_20,#param_21,#param_22,#param_23,#param_24,#param_25{
    display: none;
}

/* LoginPage */
.size{
    height: 100vh;
}

.size1{
    height: 100vh;
    width: 100%;
}
/* .login{
    flex-wrap: nowrap;
} */

.header__menu {
    margin-right: 0px;
    margin-top: 3px;
}

.header__menu ul {
    display: none;
    list-style: none;
    padding: 0px;
    position: absolute;
    width: 100px;
    text-align: right;
    margin: 40px 0px 0px -100px;
}

.header__menu:hover ul, ul:hover {
    display:block;
}

.header__menu li {
    margin: 10px 0px;
}

.header__menu li a {
    color: black;
    font-size: 15px;
    text-decoration: none;
}

.header__menu li a:hover {
    text-decoration: underline;
}

.header__menu--profile {
    width: 100px;
    display: flex;
    justify-content: center;
}

.header__menu--profile img {
    height: 40px;
    width: 40px;
}

.header__menu--profile p {
text-align: center;
margin: 10px;
color: white;
}
.text-align {
    text-align: justify;
}

.thanksBox {
    height: 400px;
    width: 800px;
    margin-bottom: 25px;
}
.fichabutton {
    display: none;
}

.btn-menu {
    margin-right: 8px;
    width: 148px;
    height: 40px;
    left: 310px;
    top: 77px;
    background: #ED1C24;
    color: var(--white-bg-color);
    border-radius: 6px;
}

.content {
    padding: 15px 50px 0 50px;
    height: 650px;
}
.continer-perfil{
    display: block;
    width: 50%;
}

.encabezado {
    background-color: #F8F9FA !important;
    /* width: 100%; */
    height: 100px;
}

.box-shadow {
    box-shadow: 2px 2px 15px rgb(161, 161, 161, 0.6) !important; ;
}

.scrollbar {
    overflow: auto;
}

.recent-activity-body-height {
    height: 25rem;
}

.contentDash {
    padding: 15px 25px 0 25px;
}

.my-custom-scrollbar {
    position: relative;
    height: 600px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display:block ;
    width: auto;
    text-align: center;
    overflow-y: scroll;
}

table th, td{
    text-align: center;
}
table thead th{
    font-size: 15px;
}

.border-radius-content-views{
    border-radius: 20px;
}