html, body{
    overflow-x: hidden !important;
}
.card {
    min-height: 146px !important;
}

label,
option,
select,
select::placeholder,
.modal-title {
    font-size: 16px;
    font-weight: 500;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: 16px;
    font-weight: bold;
    color: black;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, #044323, #044323) !important;
    background-color: #044323 !important;
}
.marker {
    background-color: #3a3d3c;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    z-index: 1;
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.active-marker {
    background-color: #044323;
    opacity: 1;
}

.marker-container {
    position: relative;
}

.progress-wrapper {
    position: absolute;
    width: 95%;
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 0;
}

.progress {
    width: 0%;
    height: 5px;
    background-color: #044323;
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 476px) {
    .progress-wrapper {
        width: 85%;
    } 
}

p.col-12.col-sm-6.fs-5.mb-0, p.col-12.col-sm-6.mb-0, p.col-12.col-md-6.mb-0{
    font-weight: 500;
    font-size: 16px;
}
thead tr th{
    font-size: 16px;
    font-weight: 500;
}
#applicants-data td {
    /*font-size: 16px;*/
}

.footer
{
    left: 0px;
    background-color: #084727;
    color: #ffffff;
}

