body {
  margin: 0;
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #1d2817;
  -webkit-text-size-adjust: 100%;
  background-image: url('images/app_bg3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.Roboto {
  font-family: 'Roboto', sans-serif, "Arial";
}

[v-cloak] {
  display: none;
}

.is_pointer {
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

.nav_bg {
  background: #f0f2e3;
  color: white;
}

.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;

  border-radius: 50px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  color: #fff;
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-9 {
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

input[type=checkbox]{
  width:20px;
  height:20px;
}
input[type=radio]{
  width:20px;
  height:20px;
}



.badge {
  display: inline-block;
  padding: .25em .55em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .9rem;
}


.modal {
  overflow-y: auto;
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 95%;
  }

  .modal-med {
    max-width: 70%;
  }
}