.bg-main{
    background-color: #7367f0;
}
.required {
    color: red
}

.select2-selection__arrow {
    display: none;
}

.list-group-item {
    border: none;
}

.list-group-item:hover {
    background-color: #f5f5f5;
}

.list-group-item i {
    margin-right: 10px;
}
