.btn-teal {
  background: greenyellow !important;
  color: black;
  border-radius: 0.3rem;
  border: 0.10rem solid transparent;
}

.card {
  border-radius: 0.7rem;
}

.modal-content {
  border-radius: 0.7rem;
}

.modal-header {
  background-color: rgb(137, 218, 12) !important;
  color: black !important;
  border-radius: 0.7rem 0.7rem 0rem 0rem;
}

.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.btn-teal:hover {
  border: 0.11rem solid #97e321;
  color: #192801;
}

.form-group {
  margin-bottom: 0rem;
}

.lista-sugerencias {
  position: absolute;
  z-index: 999;
  min-width: 17rem;
  border: 0.1rem solid black;
  border-radius: 0.3rem;
}

.lista-sugerencias li {
  cursor: pointer;
}

.swal2-popup {
  border: 0.1rem solid #e5f723 !important;
  border-radius: 1rem !important;
  box-shadow: 0px 0px 9px 1px #e5f723;
}

.swal2-styled.swal2-confirm {
  background-color: #a9fa2b !important;
  color: #000 !important;
}

/*  */

.frappe-active {
  background: #8cc93e7a !important;
}

.frappe-alert {
  background: #8cc93e38;
  border-color: #00fb3b;
  color: black;
  font-weight: bold;
}

.frappe-badge-price-article {
  color: black;
  position: absolute;
  font-size: 0.9rem;
  right: 0;
  border-top-right-radius: 0rem;
}

/*  */

.frappe-navbar {
  background: rgb(165, 247, 39);
  background: linear-gradient(90deg,
      rgba(165, 247, 39, 1) 0%,
      rgba(255, 247, 34, 1) 49%,
      rgba(165, 247, 39, 1) 100%);
}

.frappe-btn {
  background: greenyellow;
  border-radius: 0.7rem;
  border: 0.17rem solid #85d806;
  color: black;
}

.frappe-input {
  padding: 0.5rem;
  border-radius: 0.7rem;
  border: 0.13rem solid #00000038;
  height: 2.5rem;
  font-size: 0.99rem;
}

.frappe-input:focus {
  border: 0.1rem solid #97e321;
}

.frappe-no-border {
  border-radius: 0rem !important;
}

.frappe-divider {
  border: 0.1rem solid black;
}

.frappe-producto {
  border-radius: 0.7rem 0.7rem 0rem 0rem;
}

/* LOGIN */
.frappe-from-login {
  background: #dff8b9c9 !important;
}

.frappe-title-login p {
  border-bottom: 0.19rem solid #020202;
  text-align: center;
  color: #607d8b;
  font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 1px;
}

.frappe-logo-login img {
  width: 13rem;
  height: 11rem;
  border-radius: 50%;
}

/* Select */
.js-select-input {
  line-height: 1.7;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  font-size: 0.77rem;
  font-weight: 400;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.js-select-item {
  padding-right: 0rem !important;
  position: relative;
  padding: 3.99px;
  font-size: 13px;
}

.choices__list--dropdown .js-select-item,
.choices__list[aria-expanded] .js-select-item {
  padding: 0.7rem 0.3rem !important;
}

.nice-select {
  background-color: #f4f4f4 !important;
  border-radius: 0.3rem !important;
  height: 2.5rem !important;
  border: 1px solid #ced4da;
}

/* Bootstrap */
.form-control {
  background-color: #f4f4f4 !important;
  border-radius: 0.35rem !important;
  height: 2.5rem !important;
}

.form-control:focus {
  border: 0.1rem solid #adff2fc9 !important;
  box-shadow: 0 0 0.1rem 0.1rem #adff2fc9 !important;
  background: white !important;
}

input[type='checkbox'] {
  accent-color: #97e321;
}

input[type='checkbox']:checked {
  box-shadow: 0 0 0.1rem 0.19rem greenyellow !important;
}

input[type='radio'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 1px 1px black;
}

input[type='radio']:hover {
  box-shadow: 0 0 5px 0px #97e321 inset;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  margin: 15% auto;
  border-radius: 50%;
}

input[type='radio']:checked:before {
  background: #97e321;
}

/* Menu */
[class*="sidebar-dark-"] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #cff725;
  margin-left: 0.19rem;
  transition: .3s;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link:hover,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link:focus {
  color: #cff725;
  margin-left: 0.19rem;
  transition: .3s;
}