.nav-pills .nav-link {
    width: 100%;
    color: #252525;
    background-color: #e1e4ff;
    margin: 0 5px;
}

.label {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.app-search button {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: #e0e0ea;
}
.search-results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.search-results ul li {
    padding: 10px;
    border-bottom: 1px solid #e0e0ea;
}
.search-results ul li a {
    color: #252525;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 767px) {
    #createProject .actions > ul > li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    #createProject .actions > ul > li a {
        width: 95%;
        display: block;
    }
    #createProject .nav-pills {
        margin-bottom: 0 !important;
    }
    #createProject .nav-pills .nav-item {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    #createProject .authorization-type-title {
        text-align: left;
    }
    #createProject #authorization_tabs .form-switch {
        width: 100%;
        padding: 5px;
    }
}

.bg-blue {
    background-color: #50a5f1 !important;
    color: #fff !important;
}

.bg-yellow {
    background-color: #f1b44c !important;
    color: #000 !important;
}

.bg-green {
    background-color: #34c38f !important;
    color: #fff !important;
}

.bg-red {
    background-color: #f46a6a !important;
    color: #fff !important;
}

.fc-event .fc-event-title-container,
.fc-event .fc-list-event-time {
    color: #fff;
}

.fc-listWeek-view .fc-event .fc-list-event-time,
.fc-listWeek-view .fc-event .fc-event-title-container {
    color: #000;
}

