/* Add here all your CSS customizations */

.col-form-label{
    font-weight: 600;
}

.btn2{
    font-size: 0.9rem;
    padding: 0.27rem 0.55rem;
    cursor: pointer;
    border-radius: 5px;
    border: 0px;
}

.table_bg{
    box-shadow: 0 ;
}

.button_center{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.div_center{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.button_bg{
background-color: #000A86;
color: #fff;
}

.button_bg:hover{
    background-color: #8F1005;
    color: #fff;
    }

.button_bg2{
    background-color: #8F1005;
    color: #fff;
    }
.button_bg2:hover{
    background-color: #FD0009;
    color: #fff;
}

.blue-text{
    color: #000A86;
}

.red-text{
    color: #8F1005;
}