/* html {
    background: url(public\css\image\bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */
body {
  font-family: "Niramit", sans-serif;
  margin-top: 55px !important;
}

.navbarcustom {
  background-color: #4b0082 !important;
}

@media (min-width: 992px) {
  .navbarcustom {
    padding-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    position: absolute;
    top: 0;
  }
}

header {
  background-color: #4b0082;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

footer {
  /* position: ; */
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #fff;
  background-color: #923ecf;
  text-align: center;
}

.section {
  /* padding: 30px; */
}

.bg-color {
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 100px;
  padding-bottom: 100px;
}

.booking {
  background-color: rgba(235, 218, 253, 0.829);
  padding: 30px;
}

.tab {
  display: none;
}

.inputdata {
  margin: 25px 0px;
}

.breadcrumb {
  background-color: rgba(255, 255, 255, 0) !important;
}

.dropdown-item:focus {
  background-color: #4b0082;
  color: white;
}

.dropdown-item .active {
  background-color: #4b0082;
  color: white;
}

.row-padding {
  padding: 50px;
}

.btn-outline-kus {
  color: #923ecf;
  border-color: #923ecf !important;
}

.btn-outline-kus:hover {
  color: #fff;
  background-color: #923ecf;
  border-color: #923ecf;
}

.btn-outline-kus:focus,
.btn-outline-kus.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 62, 207, 0.5);
}

.btn-outline-kus.disabled,
.btn-outline-kus:disabled {
  color: #923ecf;
  background-color: transparent;
}

.btn-outline-kus:not(:disabled):not(.disabled):active,
.btn-outline-kus:not(:disabled):not(.disabled).active,
.show>.btn-outline-kus.dropdown-toggle {
  color: #fff;
  background-color: #923ecf;
  border-color: #923ecf;
}

.btn-outline-kus:not(:disabled):not(.disabled):active:focus,
.btn-outline-kus:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-kus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 62, 207, 0.5);
}

.btn-kus {
  color: #fff;
  background-color: #923ecf;
  border-color: #923ecf;
}

.btn-kus:hover {
  color: #fff;
  background-color: #923ecf;
  border-color: #923ecf;
}

.btn-kus:focus,
.btn-kus.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 62, 207, 0.5);
}

.btn-kus.disabled,
.btn-kus:disabled {
  color: #fff;
  background-color: #923ecf;
  border-color: #923ecf;
}

.btn-kus:not(:disabled):not(.disabled):active,
.btn-kus:not(:disabled):not(.disabled).active,
.show>.btn-kus.dropdown-toggle {
  color: #fff;
  background-color: #923ecf;
  border-color: #923ecf;
}

.btn-kus:not(:disabled):not(.disabled):active:focus,
.btn-kus:not(:disabled):not(.disabled).active:focus,
.show>.btn-kus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 62, 207, 0.5);
}

.note {
  /* display: none; */
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  /* color: #28a745; */
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1100;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
/* hide "loading..." text */
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}