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

.customTable
{
    font-size: 14px;
}

.form-control
{
    font-family: 'Oxygen', sans-serif;
    font-size:14px;
}

form
{
    font-family: 'Gothic A1', sans-serif;
}

.landing-header_page
{
    display: flex;
    align-items: center;
    height: 60px;
}

.uploadBtn
{
    font-size: 14px;
    border-color: #dde6e9;
    background-color: #dde6e9;
    margin-left:2px;
    border-radius: 0px;
}

.font-weight-bold
{
    font-weight: bolder;
}

.alertPadding
{
    padding: 0.3rem 1rem;
}