/*Brand*/
.brand-link .brand-image {
    margin-left: .5rem !important;
}

/*Side bar*/
/*[class*=sidebar-dark-] {
    background-color: #1f4592 !important;
    
}*/


.custom-switch {
    margin-bottom: 8px;
}

label.error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    font-family: sans-serif;
}

button.swal2-cancel{
    margin-right: 5px !important;
}

.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
  border-color:#dc3545 !important;
}

.alert-oportunitat{
    background-color: #fd959f;
}

.dashboard{
    margin-bottom: 0.5rem;
}

table.dataTable td, th {
    vertical-align: middle;
}

td.text-right{
    padding-right: 24px;
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 24px;
}

.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    border-color: #dc3545;
}