.container {
    width: 100%;
    margin: 10px;
}

a.fas {
    color: black;
    margin: 2px;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
}

label.required:after {
    content: " *";
    color: red;
}

.colorpicker.dropdown-menu {
    background-color: #fff;
}

/* Menu */
.dropdown-item a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu {
    background-color: #555;
    color: #fff
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #aaa;
}

/* FIM Menu */