﻿/* COMMON */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    max-width: 650px;
    color: #004a98;
    margin: auto;
    background-color: transparent !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.form-control:focus {
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

h5 {
  font-size: 17px !important;
  font-weight: 700 !important;
}

h6 {
  font: 15px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.badge {
  font-size: 11px;
  font-weight: 500;
  cursor: default;
}

.not-allowed {
  cursor: not-allowed;
}

.mr-6 {
  margin-right: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mt-50 {
  margin-top: 50px;
}

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.alert {
  font-weight: 500 !important;
}

.alert a {
  color: inherit;
}

.alert-dismissible {
  padding-right: 3rem !important;
}

.text-blu {
  color: #183a68 !important;
}

.text-gray {
  color: gray;
}

.pointer {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* MAIN */
main {
    color: #004a98;
    padding: 10px 0 0 0;
    background-color: transparent !important;
}

input.form-control {
  font-size: 14px !important;
}

.order-item {
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
}

.order-item input {
  padding: 5px 8px;
  width: 55px !important;
  height: 25px !important;
}

#prod-search .vs__open-indicator {
  visibility: hidden;
}

::placeholder {
  color: #ababab !important;
  font-size: 14px !important;
  opacity: 1;
}

.vs__search, .vs__search:focus {
  padding-left: 9px !important;
}

#vs1__listbox {
  max-height: calc(100vh - 200px) !important;
}

#vs1__listbox::-webkit-scrollbar {
  display: none;
}

.vs__dropdown-option {
  max-width: 100%;
  overflow-x: hidden;
}

.vs__dropdown-option:hover .text-gray {
  color: #ffffff;
}

.vs__dropdown-option--highlight .text-gray {
  color: #ffffff;
}

.vs__dropdown-option--disabled:hover .text-gray {
  color: inherit;
}

.vs__dropdown-toggle {
  border: none !important;
}

input[type=text].form-control {
  border: none;
}

.lds-ripple {
  transform: scale(1.5);
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #3984a9;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* MEDIA QUERY */
