body{
    font-family: 'Raleway',sans-serif;
}

thead{
    white-space: nowrap;
    text-align:center;
}

tbody{
    text-align:center;
    font-weight: 500;
}

p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.flatpickr-input{
    border: 1px solid #aaaaaa;
}

@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
}


a,
a:focus,
a:hover {
    text-decoration: none;
    /* color: inherit; */
    transition: all 0.5s ease;
    outline: none;
    /* color:#000; */
}

.oneline{
    white-space: nowrap;
}

.invalid-feedback{
    margin-bottom: 15px !important;
}