*{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
.underline{
    height: 5px;
    width: 150px;
    background-color: red;
    border-radius: 20px;
}
.bg-f2f2{
    background-color: #f2f2f2;
}

.ck-editor__editable_inline {
    min-height:150px;
}
label.error{
    display:block;
    color:red !important;
    font-size:14px;
    /* line-height:10px; */
}