@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: #F5F5F5;
}

a{
    text-decoration: none;
}

p{
    margin-bottom: 0;
}

.mainColor {
    color: #4B51EB;
}

.mainColorBg {
    background-color: #4B51EB;
}

.secondaryColor {
    color: #222C3A;
}

.secondaryColorBg {
    background-color: #222C3A;
}

.darkInputFocus:focus{
    color: #ffffff;
    background-color: #222C3A;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.avatar{
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #dddddd;
}

.cont{
    border-radius: 20px;
}

.contHeader{
    border-radius: 20px 20px 0 0;
}

.contBody{
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}

.transparentInput{
    background-color: transparent;
    border: 2px solid #ffffff
}

.pointer{
    cursor: pointer;
}

.subrayado{
    border-bottom: 4px solid #4B51EB;
}

.letra-peq{
    font-size: 14px;
}

.manana{
    background-color: #FF7878;
}
.tarde{
    background-color: #FFC178;
}
.partido{
    background-color: #FFFA78;
}
.festivo{
    background-color: #8DBF74;
}
.vacaciones{
    background-color: #78AEFF;
}
.ausente{
    background-color: #D478FF;
}


.table.calendar>:not(caption)>*>*{
    padding: 3px;
}

.wcalc{
    width: calc(100vw - 350px);
}

.buttonCalendar:hover{
    background-color: #cfcfcf;
}


.nav-link:hover{
    background-color: #4B51EB;
}

.selectize-input {
    min-height: 38px !important;
}

#year:focus{
    background-color: transparent !important;
}

.tblround th:first-child{
    border-radius:10px 0 0 0;
}

.tblround th:last-child{
    border-radius:0 10px 0 0;
}



