body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    background-color: #F2F4F7;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #3d3d3d;
    font-weight: 700;
    background-color: #FFFFFF;
}

.log-container {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 5px 10px rgba(219, 219, 219, 0.25);
    border-radius: 10px;
    padding: 3rem;
    max-width: 450px;
    margin: auto;
}

.nav-pills {
    background-color: #E5EAF1;
}

    .nav-pills .nav-link {
        color: #3d3d3d;
        font-weight: 400;
    }

.log-container-form {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 5px 10px rgba(219, 219, 219, 0.25);
    border-radius: 10px;
    padding: 3rem;
    margin: auto;
}

.gradientBG {
    background: linear-gradient(90deg, #1076EB 0%, #162766 100%);
}

.text-header {
    font-size: 14px;
}

.main-iframe {
    height: calc(100vh - 104px);
}

.footer {
    background: #FFF;
    color: #B5B5B5;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 150% !important;
}

.bgMobile {
    background: linear-gradient(0deg, #1076EB 0%, #162766 100%);
    height: 100vh;
}

.navbar {
    margin-bottom: 10px;
}

.containers-card {
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    background-color: #FFFFFF;
    border-radius: .6rem;
    margin-bottom: 10px;
}

ul.nav-panel {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pill-vacancy {
    background-color: #CCE7FF;
    font-size: 10px;
    color: #162766;
    padding: 6px 8px;
    border-radius: 100px;
}

.pill-period {
    background-color: #CFFDFA;
    font-size: 10px;
    color: #13B0A7;
    padding: 6px 8px;
    border-radius: 100px;
}

li.panel-link a {
    color: #333;
    text-decoration: none;
}

    li.panel-link a.active {
        color: #1683F6;
        font-weight: 600;
    }

li.panel-link {
    margin-bottom: 1rem;
}

.form-text {
    margin-top: .25rem;
    font-size: .75em;
    color: #959595;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: #EAEAEA solid 1px;
    opacity: 1;
}

.btn {
    padding: .8rem 1rem;
}

.table thead th {
    font-size: .65rem;
    color: #999999;
    border-bottom: none;
}

.table th {
    border-top: none;
}

.table {
    font-size: .8rem;
}

.fs-14 {
    font-size: .88rem;
}

.fs-12 {
    font-size: .75rem;
}

.fs-10 {
    font-size: .5rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem !important;
}

#nuevo_grupo {
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}

#buscar_persona {
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}

#extra_holidays {
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}

#nueva_politica {
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}

.nav-link {
    font-size: .85rem !important;
}

.fs-1 {
    font-size: 4rem !important;
}

.ipadSize {
    height: 100vh;
}

.align-end-btn {
    display: flex;
    align-items: end;
    justify-content: end;
}

.tab-active {
    background-color: #E5E8FF;
}

.left-90 {
    left: -250px !important;
    min-width: 300px !important;
}

    .left-90::after {
        display: none !important;
    }

@-webkit-keyframes slide-down {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
