body {
  font-family: 'Nunito','Sarabun';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito','Sarabun';
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: none;
  filter: none;
}

#sidebar-menu > ul > li > a {
  font-family: 'Nunito','Sarabun';
}

input:focus {
  outline: none;
}

.background-image-login {
  background-image: url("https://source.unsplash.com/featured/?mountain,nature");
}

.box-login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logout-icon {
  width: 140px;
}

.td-user {
  vertical-align: middle !important;
}

.left-side-menu-dark .navbar-custom {
  background-color: #dde1e8;
  top: 0;
}

.left-side-menu-dark .left-side-menu {
  background-color: #026a3b;
  box-shadow: none;
  border-right: 2px solid #026a3b;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active {
  color: #ffffff;
  background-color: #03964b;
  border-right-color: #c8cddc;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a {
  color: #c8cddc;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:hover, .left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:focus, .left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:active {
  color: #ffffff;
}

.left-side-menu-dark .left-side-menu #sidebar-menu .menu-title {
  color: #ffffff;
}

.left-side-menu-dark .left-side-menu .nav-second-level li a, .left-side-menu-dark .left-side-menu .nav-thrid-level li a {
  color: #c8cddc;
}

.left-side-menu-dark .left-side-menu .nav-second-level li a:hover, .left-side-menu-dark .left-side-menu .nav-thrid-level li a:hover {
  color: #ffffff;
}

.left-side-menu-dark .left-side-menu .nav-second-level li.active > a, .left-side-menu-dark .left-side-menu .nav-third-level li.active > a {
  color: #ffffff;
}

.button-primary-auct {
  background-color: #03964b;
}

.button-primary-auct:hover {
  background-color: #36ad70;
  color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #018e4e;
}

.bg-light {
  background-color: #60bd6f !important;
  color: #ffffff !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  overflow: hidden !important;
}

.nav-pills > li > a {
  color: #ffffff;
  font-weight: 600;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #03964b;
  border-color: #026a3b;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #dee2e6;
  border-right: 5px solid #dee2e6;
  border-bottom: 5px solid #dee2e6;
  border-left: 5px solid #25b45a;
  transform: translateZ(0);
  -webkit-animation: SpinnerAnimation 1.1s infinite linear;
  animation: SpinnerAnimation 1.1s infinite linear;
}

a:hover {
  color: none;
  text-decoration: none;
}

.modal {
  overflow-y: auto;
}

.dropzone .dz-preview:hover {
  z-index: 0 !important;
}

.dropzone .dz-preview .dz-image {
  z-index: 0 !important;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  margin-top: 4px;
  padding: 0;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 5px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #716aca;
}

.tt-suggestion p {
  margin: 0;
}

.user-panel, .edit-business, .view-catalog, .delete, .edit-business-group {
  color: white !important;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.user-panel.has-img, .edit-business.has-img, .view-catalog.has-img, .delete.has-img, .edit-business-group.has-img {
  padding: 5px 7px;
  border-radius: 100%;
  transition: all .25s;
  background-color: rgba(255, 255, 255, 0);
}

.user-panel.has-img img, .edit-business.has-img img, .view-catalog.has-img img, .delete.has-img img, .edit-business-group.has-img img {
  vertical-align: text-top;
  width: 18px;
  -webkit-filter: contrast(0);
          filter: contrast(0);
  transition: all .25s;
}

.user-panel.has-img:hover img, .edit-business.has-img:hover img, .view-catalog.has-img:hover img, .delete.has-img:hover img, .edit-business-group.has-img:hover img {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}

.dropzone .dz-preview {
  display: inline-block !important;
}

.dz-max-files-reached {
  pointer-events: none;
  cursor: default;
}

a.dz-remove.btn.btn-danger {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.dropzone.warning-reach-max {
  border: 2px solid rgba(247, 43, 43, 0.76);
  box-shadow: 0px 0 4px 2px rgba(255, 0, 0, 0.36);
}

.dz-max-files-reached {
  pointer-events: auto;
  cursor: default;
}

.table-responsive[data-pattern="priority-columns"] {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-radius: 3px;
  border: none;
  -webkit-overflow-scrolling: touch;
}

.dropzone.dz-clickable {
  cursor: pointer;
  text-align: center !important;
}

hr {
  border-top: 1px solid #e7ecec !important;
}

.error {
  border: 1px solid red;
}

.error:focus {
  border: 1px solid red;
}

label.error {
  display: inline;
  color: red;
  border: 0px;
}

.form-control {
  margin-bottom: 10px;
}

.answer {
  margin-bottom: 5px;
}

.note-car {
  background-color: rgba(0, 255, 31, 0.35);
  cursor: pointer;
}

.note-car.hood {
  width: 14%;
  height: 37%;
  left: 18%;
  top: 31%;
}

.note-car.front_bumper {
  width: 2%;
  height: 54%;
  left: 6%;
  top: 21%;
}

.note-car.front_right_fender {
  width: 8%;
  height: 6%;
  left: 12%;
  top: 13%;
}

.note-car.right_front_light {
  width: 8%;
  height: 6%;
  left: 16%;
  top: 22%;
}

.note-car.left_headlight {
  width: 7%;
  height: 6%;
  left: 17%;
  top: 69%;
}

.note-car.front_left_fender {
  width: 9%;
  height: 7%;
  left: 12%;
  top: 80%;
}

.note-car.windscreen {
  width: 6%;
  height: 31%;
  left: 34%;
  top: 34%;
}

.note-car.front_right_door {
  width: 16%;
  height: 12%;
  left: 34%;
  top: 14%;
}

.note-car.left_front_door {
  width: 17%;
  height: 12%;
  left: 34%;
  top: 74%;
}

.note-car.roof {
  width: 22%;
  height: 32%;
  left: 41%;
  top: 34%;
}

.note-car.right_rear_door {
  width: 15%;
  height: 13%;
  left: 52%;
  top: 13%;
}

.note-car.left_rear_door {
  width: 15%;
  height: 12%;
  left: 52%;
  top: 74%;
}

.note-car.rear_mirror {
  width: 5%;
  height: 31%;
  left: 65%;
  top: 35%;
}

.note-car.rear_skirt {
  width: 12%;
  height: 18%;
  left: 72%;
  top: 51%;
}

.note-car.right_rear_fender {
  width: 9%;
  height: 6%;
  left: 76%;
  top: 22%;
}

.note-car.left_rear_fender {
  width: 9%;
  height: 6%;
  left: 76%;
  top: 71%;
}

.note-car.right_rear_light {
  width: 7%;
  height: 18%;
  left: 87%;
  top: 20%;
}

.note-car.left_rear_light {
  width: 7%;
  height: 19%;
  left: 87%;
  top: 61%;
}

.note-car.rear_bumper {
  width: 3%;
  height: 18%;
  left: 93%;
  top: 41%;
}

.note-car.active {
  background-color: rgba(255, 152, 0, 0.37);
}

.reason-notice {
  width: 20px;
  height: 27px;
  left: 256px;
  top: 10px;
  background-color: rgba(255, 0, 0, 0.28);
}

.attention-red, .attention-green {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 576px) {
  .attention-red, .attention-green {
    width: 140px;
  }
}

.content-page {
  overflow: unset;
}

#wrapper {
  overflow: unset;
}

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 9998;
}

.button-motor {
  margin-top: 0px;
}

@media only screen and (max-width: 320px) {
  .button-motor {
    margin-top: 15px;
  }
}

.enlarged.left-side-menu-dark #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
  background-color: #03964b;
}

.nav-bar-bottom {
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 10px 0;
  border-top: 1px solid #cecece;
}

.swal2-container {
  z-index: 99999;
}

@media (max-width: 767.98px) {
  .left-side-menu {
    display: none;
    z-index: 999999 !important;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.navbar-custom .topnav-menu .nav-link:focus {
  outline: none;
}
