body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    --main-color: #005a88;
    --secondary-color:#e18c11;
    --main-text-color: #333333;
    }
body .content-wrapper{
    background-color: #eef0f2;
    /*height: 90vh;*/
}

.bg-asgl{
    color: var(--main-color);
}
.material-icons , .fa, .fas {
    font-size: 20px;
}
.right.fas.fa-chevron-down{
    font-size: 12px;
}

.content-header{
    padding: 0;
}
.content-header h1{
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

label{
    line-height: 36px;
}
.custom-select , .form-control form-control-sm {
    height: 42px;
}



