section.afastamento {
    padding-bottom: 0;
    padding-right: 25px;
}

section.afastamento div.col section > .card {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

section.afastamento > .row section.card-ferias-afastamento-funcionario-componente > .col:first-child {
    padding-left: 0;
}

section.afastamento > .row section.card-ferias-afastamento-funcionario-componente > .col:last-child {
    padding-right: 0;
}

section.afastamento .progress {
    background-color: #7418B9;
    height: 5px;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

section.afastamento .progress .indeterminate {
    background-color: #DBABFF;
}

section.afastamento .intra-cabecalho .intra-titulo {
    color: #7418B9;
    font-weight: 500;
}

section.afastamento .picker__date-display{
    background-color:#ad45af;
}

section.afastamento .picker__weekday-display{
    background-color: purple;
}

section.afastamento .row {
    margin-bottom: 10px;
}

section.afastamento .btn-cancelar-afastamento {
    border: 2px solid #9c27b0;
    color: #9c27b0;
    text-transform: none;
    border-radius: 10px;
    width: 150px;
    margin-left: 20px;
}

section.afastamento .btn-afastamento {
    border: 2px solid purple;
    text-transform: none;
    border-radius: 10px;
    width: 200px;
    padding: 0 0rem !important;
}

section.afastamento .tipo-afastamento {
    background: rgb(219, 215, 215);
    color: #060505;
    padding: 10px;
    border-radius: 5px;
}

section.afastamento .date-afastamento {
    width: 50% !important;
}

section.afastamento .titulo-afastamento {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

section.afastamento .btn-ajuste-afastamento{
    margin-top: 20px;
    padding-left: 20px;
}

section.afastamento .modal-alert-afastamento {
    padding-bottom: 0;
}

section.afastamento .card.afastamento .container-fluid {
    min-height: 415px;
}
