.flex-div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-item-center{
    align-items: center !important;
}
.flex-center{
    justify-content: center;
}
.font-blue{
    color:#009FE3;
}
body,body #app{
    background:#F2F4F6;
    min-height: 100vh;
    margin:0;
    /*min-width:1100px;*/
}
body *{
    /*font-size:14px;*/
}

.comp-container{
    /* overflow:overlay; */
}