body {
  overflow: auto !important;
  paddingRigth: initial !important;
}

.list-group-item {
  border-radius: 5px !important;
}

.list-group-item {
  transition: all 0.2s ease-in-out;
}

.list-group-item:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/*************************/
/* AJAX PADRAO :: INICIO */
/*************************/

#mdl-ajax-padrao{
  z-index: 9999 !important;
}
.progress-ajax-padrao{
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #efe5df;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress-ajax-padrao .indeterminate{
  background-color: var(--primary);
}
.progress-ajax-padrao .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress-ajax-padrao .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/**********************/
/* AJAX PADRAO :: FIM */
/**********************/

.btn-dark {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-dark:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important; 
}
.w-100px {
  width: 100px !important;
  max-width: 100px !important;
  min-width: 100px !important;
}

.bg-image-unset {
  background-image: unset !important;
}

.tab-content{
  height: 100% !important;
}

.sw-theme-basic {
  border: none !important;
}

.food-img {
  width: 100%;
  height: 39.875rem;
  object-fit: cover;
}

@media only screen and (max-width: 47.9375rem) {
  .food-img {
      margin-bottom: 1rem; 
  } 
}
@media only screen and (max-width: 35.9375rem) {
  .food-img {
      height: 10.875rem; 
  } 
  .profile .profile-photo {
      margin-left: 1.7em !important;
  }
}

.profile .profile-photo {
  width: 6rem !important;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  max-height: 6rem;
  border-radius: 10%;
} 
.profile .profile-photo img{
  border-width: 10px;
}

.profile-info {
  display: block;
}

.input-group-text {
  width: 15%;
  max-width: 15%;
}

.select2-container--default .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-selection__clear {
  display: none !important;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
      top: 30%;
  }
}

.legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.legend li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.legend-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.legend-text {
  font-size: 10px;
  color: #333;
}

input, button, select, optgroup, textarea {
  font-size: 20px;
}

.picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted {
  background-color: var(--rgba-primary-5) !important;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: var(--primary) !important;
}

.swal2-icon.swal2-primary {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

.swal2-icon.swal2-primary {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}