.switch {
  position: relative; display: inline-block; width: 44px; height: 24px; vertical-align: middle;
}
.switch input { display:none; }
.slider {
  position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc; transition: .4s; border-radius: 24px;
}
.slider:before {
  position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px;
  background-color: white; transition: .4s; border-radius: 50%;
}
input:checked + .slider { background-color: #28a745; }
input:checked + .slider:before { transform: translateX(20px); }
.switch-group {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 24px;
}
.select2-container--bootstrap4 .select2-selection--single,
.select2-container--default .select2-selection--single {
    border-color: #e3e8ef !important;
    color: var(--dark-color, #495057) !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border-radius: 3px !important;
    display: block !important;
    line-height: normal !important;
    padding: 0 0 0 15px !important;
    min-height: 38px !important;
    width: 100% !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--dark-color, #495057) !important;
    font-size: 13px !important;
    line-height: 38px !important;
    padding-left: 0 !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    right: 6px !important;
}
.select2-container--bootstrap4 .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: #b3bfc9 !important;
    outline: none !important;
    box-shadow: none !important;
}
.select2-dropdown {
    border-radius: 0 0 3px 3px !important;
    font-size: 13px !important;
}
.select2-container--bootstrap4 .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-color: #e3e8ef !important;
    color: var(--dark-color, #495057) !important;
    font-size: 13px !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    min-height: 38px !important;
    box-shadow: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    border: 1px solid #e3e8ef !important;
    border-radius: 3px !important;
    color: #495057 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    box-shadow: none !important;
    padding: .5rem .75rem !important;
    background: #fff !important;
    outline: none !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field:focus {
    border-color: #b3bfc9 !important;
    box-shadow: none !important;
}
/* Select2 - Ajuste do botão X (clear) */
.select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.6em;
    margin: 4px 30px 0 0 !important;
    color: var(--dark-color, #495057) !important;
}
.badge {
    border-radius: 1.25rem !important;  /* mais arredondada */
    padding: 0.4em 1em !important;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.counter-block .value {
    font-size: 28px !important;
}