.lang-flag {
  width: 32px;
}

.dropdown-menu {
  width: 15rem !important;
}

#top_menu {
  z-index: 505;
}

#side_menu {
  position: fixed;
  width: 16rem;
  z-index: 500;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 7px;
  background-color: #ffffff;
}

.scrollbar-danger {
  scrollbar-color: #ff3547 #ffffff;
}

.menu {
  font-size: 0.9rem;
}

.menu.menu-active {
  background: #F34A38 !important;
  color: #ffffff !important;
}

.menu.menu-active:hover {
  background: #f57567 !important;
}

.menu:hover {
  background-color: #F34A38 !important;
}

.fas.grey {
  opacity: .5;
}

/* .bg-login-1 {
  background-color: #204895;
}

.btn.btn-login {
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0575E6), color-stop(110%, #021B79));
  background-image: linear-gradient(#0575E6 0%, #021B79 110%);
} */

.img-preview {
  width: 800px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#automotive_landing {
  background-image: url(/asset/img/automotive_landing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#industrial_landing {
  background-image: url(/asset/img/industrial_landing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#decorative_landing {
  background-image: url(/asset/img/decorative_landing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt.correct {
  border-color: green !important;
}

.yt.incorrect {
  border-color: red !important;
}

.respon.correct {
  border-color: green !important;
}

.respon.incorrect {
  border-color: red !important;
}

.res-correct {
  border-color: green !important;
}

.res-incorrect {
  border-color: red !important;
  background-color: #ffbbbb;
}

.btn.btn-main {
  color: #fff;
  background-color: #204895;
  font-weight: 500;
}

.btn.btn-main:hover {
  background-color: #2d65ce;
}

.btn.btn-shade {
  color: #fff;
  background-color: #e30934;
  font-weight: 500;
}

.btn.btn-shade:hover {
  background-color: #f83f64;
}

.btn.btn-windows {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-windows:hover {
  color: rgba(255, 255, 255, 0.8);
}

.btn.btn-info2 {
  color: #fff;
  background-color: #0054A3;
}

.btn.btn-outline-main {
  border-style: solid;
  border-width: 2px;
  border-color: #214792;
  color: #214792;
}

.btn.btn-outline-main:hover {
  background-color: #214792;
  color: #fff;
}

.btn.btn-outline-main.active {
  background-color: #214792;
  color: #fff;
}

.btn.btn-outline-main:active {
  background-color: #638adc !important;
  color: #fff !important;
}

.btn.btn-outline-main:focus {
  background-color: #638adc !important;
  color: #fff !important;
}

.btn.btn-outline-red {
  border-style: solid;
  border-width: 2px;
  border-color: #ff0000;
  color: #ff0000;
}

.btn.btn-outline-red:hover {
  background-color: #ff0000;
  color: #fff;
}

.btn.btn-outline-red.active {
  background-color: #ff0000;
  color: #fff;
}

.btn.btn-outline-red:active {
  background-color: #ff5555 !important;
  color: #fff !important;
}

.btn.btn-outline-red:focus {
  background-color: #ff5555 !important;
  color: #fff !important;
}

.btn.btn-outline-pink {
  border-style: solid;
  border-width: 2px;
  border-color: #fd4abe;
  color: #fd4abe;
}

.btn.btn-outline-pink:hover {
  background-color: #fd4abe;
  color: #fff;
}

.btn.btn-outline-pink.active {
  background-color: #fd4abe;
  color: #fff;
}

.btn.btn-outline-pink:active {
  background-color: #fe7ad0 !important;
  color: #fff !important;
}

.btn.btn-outline-pink:focus {
  background-color: #fe7ad0 !important;
  color: #fff !important;
}

.btn.btn-outline-purple {
  border-style: solid;
  border-width: 2px;
  border-color: #8520ff;
  color: #8520ff;
}

.btn.btn-outline-purple:hover {
  background-color: #8520ff;
  color: #fff;
}

.btn.btn-outline-purple.active {
  background-color: #8520ff;
  color: #fff;
}

.btn.btn-outline-purple:active {
  background-color: #b071ff !important;
  color: #fff !important;
}

.btn.btn-outline-purple:focus {
  background-color: #b071ff !important;
  color: #fff !important;
}

.btn.btn-outline-blue {
  border-style: solid;
  border-width: 2px;
  border-color: #3443fe;
  color: #3443fe;
}

.btn.btn-outline-blue:hover {
  background-color: #3443fe;
  color: #fff;
}

.btn.btn-outline-blue.active {
  background-color: #3443fe;
  color: #fff;
}

.btn.btn-outline-blue:active {
  background-color: #6571fe !important;
  color: #fff !important;
}

.btn.btn-outline-blue:focus {
  background-color: #6571fe !important;
  color: #fff !important;
}

.btn.btn-outline-green {
  border-style: solid;
  border-width: 2px;
  border-color: #02d512;
  color: #02d512;
}

.btn.btn-outline-green:hover {
  background-color: #02d512;
  color: #fff;
}

.btn.btn-outline-green.active {
  background-color: #02d512;
  color: #fff;
}

.btn.btn-outline-green:active {
  background-color: #22fd32 !important;
  color: #fff !important;
}

.btn.btn-outline-green:focus {
  background-color: #22fd32 !important;
  color: #fff !important;
}

.btn.btn-outline-yellow {
  border-style: solid;
  border-width: 2px;
  border-color: #f5d103;
  color: #f5d103;
}

.btn.btn-outline-yellow:hover {
  background-color: #f5d103;
  color: #000;
}

.btn.btn-outline-yellow.active {
  background-color: #f5d103;
  color: #000;
}

.btn.btn-outline-yellow:active {
  background-color: #fde353 !important;
  color: #000 !important;
}

.btn.btn-outline-yellow:focus {
  background-color: #fde353 !important;
  color: #000 !important;
}

.btn.btn-outline-orange {
  border-style: solid;
  border-width: 2px;
  border-color: #f96400;
  color: #f96400;
}

.btn.btn-outline-orange:hover {
  background-color: #f96400;
  color: #fff;
}

.btn.btn-outline-orange.active {
  background-color: #f96400;
  color: #fff;
}

.btn.btn-outline-orange:active {
  background-color: #f8893f !important;
  color: #fff !important;
}

.btn.btn-outline-orange:focus {
  background-color: #f8893f !important;
  color: #fff !important;
}

.btn.btn-outline-black {
  border-style: solid;
  border-width: 2px;
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.btn.btn-outline-black:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.btn.btn-outline-black:active {
  background-color: #4e4e4e !important;
  color: #fff !important;
}

.btn.btn-outline-black:focus {
  background-color: #4e4e4e !important;
  color: #fff !important;
}

.btn.btn-outline-white {
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  color: #070505;
}

.btn.btn-outline-white:hover {
  background-color: #111111 !important;
  color: #ffffff;
}

.btn.btn-outline-white:active {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.btn.btn-outline-white:focus {
  background-color: #111111 !important;
  color: #ffffff !important;
}

.btn.btn-outline-special {
  border-style: solid;
  border-width: 2px;
  border-color: #cb9901;
  color: #cb9901;
}

.btn.btn-outline-special:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901));
  background-image: linear-gradient(to right, #e0dfdf, #cb9901);
  color: #fff;
}

.btn.btn-outline-special:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901)) !important;
  background-image: linear-gradient(to right, #e0dfdf, #cb9901) !important;
  color: #fff !important;
}

.btn.btn-outline-special:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901)) !important;
  background-image: linear-gradient(to right, #e0dfdf, #cb9901) !important;
  color: #fff !important;
}

.btn.btn-outline-other {
  border-style: solid;
  border-width: 2px;
  border-color: #329a95;
  color: #329a95;
}

.btn.btn-outline-other:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  color: #fff;
}

.btn.btn-outline-other.active {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  color: #fff;
}

.btn.btn-outline-other:active {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)) !important;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important;
  color: #fff !important;
}

.btn.btn-outline-other:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)) !important;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-main {
  background-color: #214792 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-red {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-pink {
  background-color: #fd4abe !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-purple {
  background-color: #8520ff !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-blue {
  background-color: #3443fe !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-green {
  background-color: #02d512 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-yellow {
  background-color: #f5d103 !important;
  color: #000 !important;
}

.btn-check:checked + .btn-outline-orange {
  background-color: #f96400 !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-black {
  background-color: #2d2d2d !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-white {
  background-color: #dbdbdb !important;
  color: #000000 !important;
}

.btn-check:checked + .btn-outline-special {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0dfdf), to(#cb9901)) !important;
  background-image: linear-gradient(to right, #e0dfdf, #cb9901) !important;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-other {
  background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)) !important;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) !important;
  color: #fff !important;
}

#table_brands tbody tr, #table_sizes tbody tr, #table_lang_sizes tbody tr, #product tbody tr, #table_shade tbody tr, #table_sales_order tbody tr, #table_customer tbody tr, #table_price tbody tr {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.custom-select.custom-select-sm.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.form-control-sm {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-front {
  z-index: 9000 !important;
}

html, body {
  height: 100%;
  width: auto;
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
}

input, textarea, button, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.disabled {
  cursor: not-allowed;
}

.disabled-elem {
  pointer-events: none;
  opacity: 0.4;
}

.btn-blue {
  color: #fff !important;
  background-color: #204895 !important;
}

.font-notify {
  font-size: 1.2rem;
}

.text-danger-fade {
  color: #e7727d;
}

.position-absolute.notify {
  top: 10%;
  left: 60%;
}

/* .lineless:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.lineless:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
} */

.container-main {
  padding-top: 3rem;
  padding-left: 16rem;
}

.text-truncate {
  max-width: 150px;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit.ig {
  width: 500px;
  height: 500px;
}

.fit.ig-sm {
  width: 150px;
  height: 150px;
}

.link-main {
  color: #204895 !important;
  text-decoration: none;
  font-weight: bold;
}

.correct-anim {
  -webkit-animation-name: correct-anim;
          animation-name: correct-anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: visible !important;
}

.correct-anim-2 {
  -webkit-animation-name: correct-anim-2;
          animation-name: correct-anim-2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: visible !important;
}

.successfully {
  color: #198754;
  -webkit-animation-name: successfully-anim-1;
          animation-name: successfully-anim-1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.bbpAnim.fadeIn {
  -webkit-animation-name: fade-in-1;
          animation-name: fade-in-1;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes correct-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes correct-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes correct-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes correct-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes successfully-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes successfully-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg-main {
  background-color: #204895 !important;
}

.bg-main-fade {
  background-color: #81aafd77 !important;
}

.bg-dark-fade {
  background-color: rgba(0, 0, 0, 0.329) !important;
}

.img-mini-1 {
  width: 100px;
  height: 100px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.img-mini-1:hover {
  background-color: #82a4e3;
}

.img-shade {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-input {
  position: relative;
}

.inner-input.fas {
  position: absolute;
  z-index: 2000;
  padding: 10px;
  pointer-events: none;
}

.inner-input.fas-pos-right {
  right: 2%;
}

.inner-input.hide {
  display: none;
}

.fa-check {
  color: #02b905;
}

.fa-times.danger {
  color: #ff0f0f;
}

.rounded-top-left {
  border-radius: 5px 0px 0px 0px !important;
}

.rounded-top-right {
  border-radius: 0px 5px 0px 0px !important;
}

.img-preview {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-preview.img-product {
  width: 120px;
  height: 120px;
}

.label-request::after {
  content: "*";
  color: #ff4f4f;
  font-weight: bold;
  margin-left: 3px;
}

.fs-nav {
  font-size: 20px;
}

.fs-12px {
  font-size: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-22px {
  font-size: 22px;
}

/* width */
.modal-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #214792;
}

.modal-body::-webkit-scrollbar-track {
  background: #b9ccf0;
}

.modal-body {
  scrollbar-face-color: #214792;
  scrollbar-track-color: #b9ccf0;
}

.scrollbar-red::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrollbar-red::-webkit-scrollbar-thumb {
  background: #f51643;
}

.scrollbar-red::-webkit-scrollbar-track {
  background: #fb8ca3;
}

.scrollbar-red {
  scrollbar-face-color: #f51643;
  scrollbar-track-color: #fb8ca3;
}

.scrollbar-main-1::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scrollbar-main-1::-webkit-scrollbar-thumb {
  background: #214792;
}

.scrollbar-main-1::-webkit-scrollbar-track {
  background: #b9ccf0;
}

.scrollbar-main-1 {
  scrollbar-face-color: #214792;
  scrollbar-track-color: #b9ccf0;
}

.role.role-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.role.role-all-scroll {
  cursor: all-scroll;
}

.role.pointer {
  cursor: pointer !important;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 1200px) {
  .topbar {
    padding-left: 60px;
  }
  .topbar.active {
    padding-left: 15.5%;
  }
}

@media only screen and (min-width: 1200px) {
  .container-full {
    padding-left: 60px;
  }
  .container-full.active {
    padding-left: 15.5%;
  }
}

.side-backdrop {
  display: none;
  background-color: rgba(17, 17, 17, 0.7);
  z-index: 900;
  width: 100%;
  height: 100%;
  position: fixed;
}

.side-backdrop.show {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .side-backdrop {
    display: none;
  }
  .side-backdrop.show {
    display: none;
  }
}

.sidebar {
  display: none;
}

.sidebar.active {
  width: 75%;
  display: block;
  position: fixed;
  z-index: 1210 !important;
  height: 100vh !important;
}

@media only screen and (min-width: 1200px) {
  .sidebar {
    display: block;
    width: 54px;
    height: 100% !important;
    position: fixed;
    z-index: 890 !important;
  }
  .sidebar.active {
    width: 15%;
  }
}

.text-sidebar.hide {
  display: none;
}

.nav-head {
  font-size: 14px;
}

.nav-head.hide {
  display: none;
}

.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
}

.nav-link.main {
  background-color: #f51643;
}

.nav-link:hover {
  background-color: #667280;
  border-radius: 4px;
}

hr {
  padding: 0;
  margin: 0;
}

.fa-dash {
  color: #000000;
  opacity: 0.15;
}

.btn.btn-money {
  color: #fff;
  background-color: #00997C;
}

.btn.btn-money-2 {
  color: #fff;
  background-color: #007C66;
}

.btn.btn-safety {
  color: #fff;
  background-color: #fdbe02;
}

.btn.btn-safety-2 {
  color: #fff;
  background-color: #eeac11;
}

.btn.btn-technical {
  color: #fff;
  background-color: #02A9F7;
}

.btn.btn-technical-2 {
  color: #fff;
  background-color: #0298de;
}

.bg-money {
  background-color: #00997C !important;
}

.bg-safety {
  background-color: #fdbe02 !important;
}

.bg-technical {
  background-color: #02A9F7 !important;
}

.autocom {
  background-color: transparent;
  cursor: pointer;
}

.autocom + span i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.autocom:focus + span i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/*# sourceMappingURL=style.css.map */