h1::first-letter, h2::first-letter, h3::first-letter {
    text-transform: capitalize;
}

form label::first-letter {
    text-transform: capitalize;
}

span.nav-label::first-letter {
    display: inline-block;
}

span.nav-label {
    text-transform: capitalize;
}

.ui-sortable-helper {
    border: 4px solid red;
}

.ui-sortable-handle {
    border: 4px solid green;
}

.article-title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2f4050
}

.btn-circle.btn-lg {
    padding: 7px 11px;
    font-size: 25px;
}

.vertical-timeline-icon i {
    top: 40%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7 !important;
    border-radius: 0px !important;
    height: 35.59px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px !important;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: rgba(240, 168, 0, 1);
}

.nav-pills .nav-item .nav-link {
    clip-path: polygon(calc(100% - 6px) 0,100% 50%,calc(100% - 6px) 100%,2px 100%,8px 50%,2px 0)
}

.nav-pills .nav-item .nav-link.first {
    clip-path: polygon(0 0,calc(100% - 6px) 0,100% 50%,calc(100% - 6px) 100%,0 100%)
}

.nav-pills .nav-item .nav-link.last {
    clip-path: polygon(100% 0,100% 100%,2px 100%,8px 50%,2px 0)
}

.nav#opportunity-status-path .disabled {
    background: rgba(240, 168, 0, 0.4)
}

#opportunity-result a.btn-success {
    background-color: rgb(7, 120, 56);
    border-color: rgb(7, 120, 56);
}

.badge-scoop {
    background-color: #0d6efd;
    color: white;
}

.badge-autonomo {
    background-color: #198754;
    color: white;
}

.badge-sl {
    background-color: #6f42c1;
    color: white;
}

.badge-sa {
    background-color: #dc3545;
    color: white;
}

.badge-sc {
    background-color: #fd7e14;
    color: white;
}

.badge-asoc {
    background-color: #ffc107;
    color: white;
}

.agile-list li.success-element {
    border-left: 3px solid #1ab394;
}

.dataTable tr.selected {
    background: #ccc;
}

#actions-table-widget_filter {
    margin: 1.5em 0em;
}

.label-success {
    background-color: #198754;
}

table.dataTable tr.selected a {
    color: white;
}

table.dataTable tr.selected .dropdown-menu > li > a {
    color: black;
}