/* ESTILO DO MULTI SELECT DOS FORMULARIOS */
.select2.select2-container .select2-selection {
  margin-bottom: 15px;
  transition: all 0.15s ease-in-out;
  border-color: #888888;
  border-radius: 2px;
  color: #000;
  padding: 5px 12px;
  font-size: 14px;
  line-height: inherit;
  transition: 0.2s linear;
}
.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -10px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #198754;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #198754;
  color: #4d5259;
  box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
}

/* END */

.fw-400 {
  font-weight: bold !important;
}

.form-select,
.input-group-text,
.form-control,
.textarea {
  border-color: #888888;
  border-radius: 2px;
  color: #000;
  padding: 5px 12px;
  font-size: 14px;
  line-height: inherit;
  transition: 0.2s linear;
}

.form-group {
  margin-bottom: 1rem;
}

h5.container-form-title {
  font-size: 15px;
}

.card .content .canvas-wrapper .card-shadow {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container-form-title {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07);
  background-color: #dfe0e4;
}

.card-body {
  padding: 1.25rem;
}
.form-select:focus {
  border-color: #198754;
  color: #4d5259;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
}
.form-control:focus {
  border-color: #198754;
  color: #4d5259;
  box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
}
#adicionar-periodo-floracao, #adicionar-periodo-frutificacao {
  margin-top: 30px;
}
.remover-periodo-floracao, .remover-periodo-frutificacao {
  margin-top: 30px;
}
