.titulo-favorites > p {
  font-size: 17px;
  color: #454545;
  font-weight: bold;
}

.span-favorites {
  font-size: 14px;
  color: #363636;
}

.input-favorites {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.add-favorites {
  position: absolute;
  top: 0;
  right: 0;
  transition: right 0.2s;
  height: 40px;
  width: 40px;
  background-color: #1a8dca;
  border: none;
  border-radius: 3px;
}

.alert-favorites {
  width: 100%;
  display: flex;
  color: #363636;
  font-size: 14px;
  text-align: left;
  line-height: 40px;
}

.alert-favorites > input {
  margin-top: 14px;
  margin-right: 4px;
}

@media (max-width: 400px) {
  .alert-favorites {
    line-height: 20px;
  }
}

.alert-favorites > button {
  background-color: #6ece66;
  height: 40px;
  border: none;
  width: 118px;
  color: white;
}

.nav-link.active {
  border-color: transparent !important;
  font-weight: bold !important;
  border-bottom: 3px solid #607d8b !important;
  color: #2a2a2a !important;
}
@media only screen and (max-width: 800px) {
  #modalNovo {
    min-height: 0% !important;
  }
  #modalNovoConfig {
    min-height: 0% !important;
  }
}
#modalNovo {
  border-radius: 10px !important;
}
#modalNovoConfig {
  border-radius: 10px !important;
}
.modal a.close-modal {
  background-image: url(../../../static/img/modal-icon.svg) !important;
  z-index: 2 !important;
  width: 15px !important;
  height: 15px !important;
  top: 15px !important;
  right: 15px !important;
}

.alert-favorites-settings > button {
  background-color: #6ece66;
  height: 40px;
  border: none;
  width: 166px;
  color: white;
  font-weight: bold;
}

.moneyinput {
  border: 1px solid #bcbcbc;
  align-items: center;
  color: #363636;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
  display: flex;
}

.title-span {
  color: #363636;
  font-size: 14px;
  font-weight: bold;
}

.subtitle-span {
  color: #363636;
  font-size: 14px;
  font-weight: 550;
}

.title-btn {
  font-size: 15px;
}

.dropdown-menu {
  width: 100% !important;
  min-width: 0 !important;
  font-size: 15px !important;
}

@media only screen and (max-width: 387px) {
  .title-btn {
    font-size: 13px;
  }
}

@media only screen and (max-width: 350px) {
  .title-btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 321px) {
  .alert-favorites-settings > button {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 360px) {
  .alert-favorites-settings > button {
    background-color: #6ece66;
    height: 40px;
    border: none;
    width: 160px;
    color: white;
    font-weight: bold;
    font-size: 14px;
  }
}

@media only screen and (max-width: 332px) {
  .title-btn {
    font-size: 11px;
  }
  .title-span {
    font-size: 12px !important;
  }
  .label-favorites {
    font-size: 12px !important;
  }
  .subtitle-span {
    font-size: 12px !important;
  }
  .alert-favorites-settings > button {
    width: 140px;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 306px) {
  .title-btn {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
