body[data-topbar="colored"] #page-topbar {
  background-color: #fcfcfc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #034ea2; 
}

.page-title-box {
  padding: 24px 12px 65px 12px;
  background-color: #034ea2;
  margin: 0 -12px;
  background-image: url(../images/bg-pattern.png);
  background-size: cover;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1825rem;
  opacity: 0;
  background-color: #034ea2;
}

.badge-solucionado {
  color: #fff;
  background-color: #2fa97c;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6571ff;
  border-color: #6571ff;
}

        
        
        h1 {
            color: #2c3e50;
            margin-top: 0;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        /* EstilizaÃ§Ã£o do Select2 para combinar com o Falagestor */
        .select2-container--default .select2-selection--single {
            height: 38px;
            padding: 5px 12px;
            font-size: 15px;
            border: 1px solid #ced4da;
            border-radius: 6px;
            background-color: #fff;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        
        .select2-container--default .select2-selection--single:focus {
            outline: 0;
            border-color: #80bdff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }
        
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #495057;
            line-height: 26px;
            padding-left: 0;
        }
        
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 36px;
            right: 6px;
        }
        
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #6c757d transparent transparent transparent;
            border-width: 6px 6px 0 6px;
        }
        
        .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #6c757d transparent;
            border-width: 0 6px 6px 6px;
        }
        
        .select2-container--default .select2-dropdown {
            border: 1px solid #ced4da;
            border-radius: 6px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
        }
        
        .select2-container--default .select2-results__option[aria-selected=true] {
            background-color: #f8f9fa;
            color: #2c3e50;
        }
        
        .select2-container--default .select2-results__option--highlighted[aria-selected] {
            background-color: #5a8dee;
            color: white;
        }
        
        .select2-container--default .select2-search--dropdown .select2-search__field {
            border: 1px solid #ced4da;
            border-radius: 4px;
            padding: 6px 12px;
        }
        
        .select2-results__option {
            padding: 8px 12px;
        }