.btn-success {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #15803d !important;
  border-color: #15803d !important;
  color: #fff !important;
}

.btn-info{
  background-color: #374151 !important; /* cinza escuro */
  border-color: #374151 !important;
  color: #fff !important;
}

.btn-info:hover,
.bg-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #1f2937 !important; /* cinza ainda mais escuro no hover */
  border-color: #1f2937 !important;
  color: #fff !important;
}

.text-info {
  color: #374151 !important;
}

.border-info {
  border-color: #374151 !important;
}


input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
select,
textarea {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  background: #fff !important;
  height: 42px !important;
  padding: 8px 12px !important;
  color: #111 !important;
  font-size: 0.95rem !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
  outline: none !important;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' stroke='%236b7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5l3 3 3-3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 14px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

label {
  font-weight: 600 !important;
  color: #374151 !important;
  font-size: 0.9rem !important;
  margin-bottom: 4px !important;
}

.input-group:not(:has(.file-caption)) button[type="button"] {
  border-radius: 8px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
}


.input-group-addon {
  background: #f9fafb !important;
  color: #6b7280 !important;
  border-radius: 8px 0 0 8px !important;
  border: 1px solid #d1d5db !important;
  font-size: 1rem !important;
}

.form-control[disabled],
select[disabled],
input[disabled] {
  background: #f3f4f6 !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #2563eb !important;
  transform: scale(1.15);
  cursor: pointer;
}

textarea {
  min-height: 90px !important;
  resize: vertical !important;
  line-height: 1.4 !important;
}

.form-group {
  margin-bottom: 16px !important;
}
.select2-container .select2-selection--single {
  height: 42px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.2s ease-in-out !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #111 !important;
  font-size: 0.95rem !important;
  padding-left: 10px !important;
  line-height: 42px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
  outline: none !important;
}

.select2-dropdown {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08) !important;
}

.select2-results__option {
  padding: 8px 12px !important;
  font-size: 0.95rem !important;
}

.select2-results__option--highlighted {
  background: #2563eb !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: 42px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 3px 6px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.2s ease-in-out !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2563eb !important;
  border: none !important;
  border-radius: 6px !important;
  color: #fff !important;
  padding: 4px 8px !important;
  margin: 3px !important;
  font-size: 0.85rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
  margin-right: 4px !important;
  font-weight: bold !important;
  cursor: pointer !important;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

.select2-dropdown {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08) !important;
}

.select2-results__option--highlighted {
  background: #2563eb !important;
  color: #fff !important;
}

.btn{
  border-radius: 5px;
  
}


