/* Importing web fonts */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #ddd;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
}

html, body {
  font-family: "Roboto", sans-serif !important;
  color: #663004 !important;
  /* font-family: "Kanit", sans-serif; */
}

.abcRioButtonLightBlue {
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px !important;
}

.form_upload {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff !important;
}

.pic-box {
  text-align: center;
  min-width: 126px;
  height: 120px;
  border: 3px dashed #e2e2e2;
  background-color: #f3f3f3;
  position: relative;
  margin-left: 0;
}

.menu_brown {
  background-color: rgba(102, 48, 4);
}

.menu_brown::after {
  background-color: rgba(102, 48, 4);
}

.row_menu {
  background-color: #f2f2f2;
}

.navbar {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.nav_bg {
  background-color: #f2f2f2 !important;
}

/* product */

.card_product {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card_product_img {
  display: flex;
  height: 180px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: xxx-large;
  background-color: whitesmoke;
}

.btn_transport {
  margin: 5px;
  color: #fff;
  border-width: thin;
  border-color: unset;
  background-color: #00cc00;
  width: 100%;
  height: 40px;
}

.btn_brown {
  color: #fff;
  background-color: #663004;
  border-color: #663004;
}

.btn_brown:hover {
  color: #fff;
  background-color: #492303;
  border-color: #492303;
}

/* login */

.box_login {
  width: 500px;
  height: 100%;
  background-color: #fff3d3;
}

.l_logo {
  width: 150px;
}

.l_name {
  line-height: 20px;
  /* display: flex;
  justify-content: center; */
}

.l_name_h {
  font-size: 30px;
  font-weight: 700;
  color: #663004;
}

/* .l_name_div {
  position: absolute;
  margin-top: 32px;
} */

.ad_defece_card {
  height: 65px;
  font-weight: 500;
  color: #663004;
  font-size: 14px;
  margin-bottom: .5rem;
}

.l_name_div span {
  font-size: 21px;
  color: #663004;
}

.please_login {
  height: 18%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3rem !important;
}

.please_login span {
  font-weight: 700;
  color: #663004;
}

.l_form {
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 7px;
}

.input-field i {
  color: #663004 !important;
}

.input-field label {
  color: #663004 !important;
}

.a_login {
  color: #492303 !important;
  text-decoration: underline;
}

.logo_sign_in {
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
}

.input-field input:not([type]):focus:not([readonly]), .input-field input[type="text"]:not(.browser-default):focus:not([readonly]), .input-field input[type="password"]:not(.browser-default):focus:not([readonly]), .input-field input[type="email"]:not(.browser-default):focus:not([readonly]), .input-field input[type="url"]:not(.browser-default):focus:not([readonly]), .input-field input[type="time"]:not(.browser-default):focus:not([readonly]), .input-field input[type="date"]:not(.browser-default):focus:not([readonly]), .input-field input[type="datetime"]:not(.browser-default):focus:not([readonly]), .input-field input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .input-field input[type="tel"]:not(.browser-default):focus:not([readonly]), .input-field input[type="number"]:not(.browser-default):focus:not([readonly]), .input-field input[type="search"]:not(.browser-default):focus:not([readonly]), .input-field textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 2px solid #492303 !important;
  box-shadow: 0 1px 0 0 #492303 !important;
}

.input-field input:not([type]):focus:not([readonly])+label, .input-field input[type="text"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="password"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="email"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="url"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="time"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="date"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="datetime"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="tel"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="number"]:not(.browser-default):focus:not([readonly])+label, .input-field input[type="search"]:not(.browser-default):focus:not([readonly])+label, .input-field textarea.materialize-textarea:focus:not([readonly])+label {
  color: #492303 !important;
}

.input-field .prefix.active {
  color: #492303 !important;
}

.input-field input:not([type]), .input-field input[type="text"]:not(.browser-default), .input-field input[type="password"]:not(.browser-default), .input-field input[type="email"]:not(.browser-default), .input-field input[type="url"]:not(.browser-default), .input-field input[type="time"]:not(.browser-default), .input-field input[type="date"]:not(.browser-default), .input-field input[type="datetime"]:not(.browser-default), .input-field input[type="datetime-local"]:not(.browser-default), .input-field input[type="tel"]:not(.browser-default), .input-field input[type="number"]:not(.browser-default), .input-field input[type="search"]:not(.browser-default), .input-field textarea.materialize-textarea {
  margin-left: 40px !important;
  font-size: 1rem;
  box-sizing: content-box;
  /* width: 100%; */
  height: 40px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  border: none;
  color: #996633;
  border-bottom: 2px solid;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field>label {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  text-align: initial;
  color: #9e9e9e;
}

.input-field>label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  -ms-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field .helper-text::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.input-field .prefix {
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  /* width: 3rem; */
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.input-field .prefix~input, .input-field .prefix~textarea, .input-field .prefix~label, .input-field .prefix~.validate~label, .input-field .prefix~.helper-text, .input-field .prefix~.autocomplete-content {
  width: -webkit-fill-available;
  /* width: calc(100% - 3rem); */
  margin-left: 40px;
}

/* loading */

.page {
  display: none;
}

.loader {
  color: green;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.side-nav.wide.slim {
  width: 3.75rem !important;
}

.side-nav.fixed {
  transform: translateX(0px) !important;
  position: fixed;
  left: 0;
  -webkit-transform: translateX(0);
}

/* Chart.js */

@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: 0.99
  }
  to {
    opacity: 1
  }
}

@keyframes chartjs-render-animation {
  from {
    opacity: 0.99
  }
  to {
    opacity: 1
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 0.001s;
  animation: chartjs-render-animation 0.001s;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/* select option */

/* modal image */

.card_video {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.carousel-multi-item .carousel-indicators {
  margin-bottom: 10px !important;
}

.carousel-multi-item .carousel-indicators li {
  width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  margin-bottom: -3.75rem;
  background-color: #663004 !important;
}

.carousel-multi-item .carousel-indicators .active {
  width: 1.56rem;
  max-width: 1.56rem;
  height: 1.56rem;
  background-color: #663004 !important;
  border-radius: 50%;
}

.card_hover:hover {
  cursor: pointer;
}

.Tutorial_span span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.select2-multi {
  width: 250px !important;
}
.select2-container--default .select2-selection--multiple{
  border:1px solid #663004 !important;
  font-family: "Roboto", sans-serif !important;
}
.select2-results__option[aria-selected]{
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
}
