.parsley-errors-list li {
    color: red;
    list-style: none;
    margin: 0px !important;
}

.parsley-errors-list {
    padding-left: 0px !important;
}

.select2-selection {
    min-height: 50px !important;
    padding-top: 10px;
    /* border-radius: 50px !important; */
}
.select2-selection__arrow {
    margin-top: 14px;
}
/* .select2-search {
    padding: 2px !important;
} */

.tox-promotion, .tox-statusbar__branding{
    display: none;
}

.nav-pills .nav-link.active
{
    background-color: #010c29;
}

.nav-link{
    color: #010c29;
}

.custom-btn {
    background: #fd1616;
    color: #fff;
    border-color: transparent;
    border-radius: 0px;
}

.custom-btn:hover{
    background: #001935;
    border-color: transparent;
    border-radius: 0px;
}
