:root{
    --primary-color: #1a73e8;
}
.row{
    display:flex;
    justify-content:space-between;
}

.center{
    text-align:center;
}

.base-dropdown{
    padding: 10px;
    border: 2px solid rgb(105, 103, 103);
    border-radius: 10px;
    color:  black;
    font-size:18px;
    align-items : center;
}

.title-group{
    display:flex;
    flex-direction: row; 
    justify-content: space-between;
    justify-items: center;
}

label{
    display:flex;
    font-weight: bold;
    font-size:14px;
    color:rgb(105, 103, 103);
    padding: 5px;
    align-items: center;
}
i{
    color:red;
    font-weight:bold;
    font-size: 18px;
    margin-top:5px;
}

.form-input-element{
    display: flex;
    flex-direction : column;
    width: 250px;
    margin:10px;
}

