@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?xinz71");
  src: url("fonts/icomoon.eot?xinz71#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xinz71") format("truetype"), url("fonts/icomoon.woff?xinz71") format("woff"), url("fonts/icomoon.svg?xinz71#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=moonicon-] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moonicon-ticket:before {
  content: "";
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
html {
  font-size: 14px !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  overflow-x: hidden;
}

* {
  outline: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  background-color: #EEEEEE;
  font-size: 16px;
  color: #000000;
  width: 100% !important;
  margin: 5px 0;
}
input[type=date]:-webkit-autofill, input[type=date]:-webkit-autofill:hover, input[type=date]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 40rem #EEEEEE inset;
}

*::-webkit-input-placeholder {
  color: #000000;
}

*:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

*::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #000000;
}

*::-ms-input-placeholder {
  color: #000000;
}

*::placeholder {
  color: #000000;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
  height: 35px;
}

input[type=submit],
button {
  background-color: #E76321;
  color: white;
}
input[type=submit]:hover,
button:hover {
  background-color: #005335;
}

.MainLayout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px 20px;
}

.header-holder .logo-container {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header-holder .logo-container {
    margin-bottom: 0px;
  }
}
.header-holder .logo-site img {
  height: 45px;
}
@media (min-width: 577px) {
  .header-holder .logo-site img {
    height: 60px;
  }
}
.header-holder .header-title,
.header-holder .header-subtitle {
  font-size: 27px;
  line-height: 34px;
  font-weight: 900;
  color: #005335;
}
.header-holder .header-subtitle {
  color: #666666;
}
.header-holder .header-login-info {
  font-size: 18px;
}
.header-holder .header-login-info a {
  color: #E76321;
}
.header-holder .header-login-info a:hover {
  color: #005335;
}
.header-holder .btn-holder {
  text-align: right;
}
.header-holder .btn-holder input {
  background-color: transparent;
  border: solid 1px #E76321;
  color: #E76321;
}
.header-holder .btn-holder input:hover {
  background-color: #E76321;
  color: white;
}

.function-holder {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  flex-direction: column;
}
@media (min-width: 577px) {
  .function-holder {
    align-items: center;
    flex-direction: row;
    height: 25px;
  }
}
.function-holder a {
  color: #E76321;
  font-size: 14px;
  font-weight: 700;
}
.function-holder a:hover {
  color: #005335;
}
.function-holder .mt-xs {
  margin-top: 20px;
}
@media (min-width: 577px) {
  .function-holder .mt-xs {
    margin-top: 0px;
  }
}
.function-holder .filter-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
@media (min-width: 577px) {
  .function-holder .filter-holder {
    justify-content: flex-end;
    margin-top: 0px;
  }
}
.function-holder .filter-holder > div {
  position: relative;
  width: 152px;
}
.function-holder .filter-holder > div:first-child {
  margin-right: 25px;
}
.function-holder .filter-holder .filter-reservation-label,
.function-holder .filter-holder .filter-ticket-label {
  padding: 5px 20px 5px 30px;
  background-color: #EEEEEE;
  border: solid 1px #707070;
  position: relative;
  width: 152px;
  height: 33px;
  display: flex;
  align-items: center;
}
.function-holder .filter-holder .filter-reservation-label::before,
.function-holder .filter-holder .filter-ticket-label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  font-size: 21px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.function-holder .filter-holder .filter-reservation,
.function-holder .filter-holder .filter-ticket {
  width: 152px;
  padding: 5px 20px 5px 30px;
  background-color: #EEEEEE;
  display: none;
  list-style: none;
  border: solid 1px #707070;
  margin: 0px;
  position: absolute;
  top: 0;
}
.function-holder .filter-holder .filter-reservation::before,
.function-holder .filter-holder .filter-ticket::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  font-size: 21px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.function-holder .filter-holder .filter-reservation.active::before,
.function-holder .filter-holder .filter-ticket.active::before {
  transform: rotate(90deg);
}
.function-holder .filter-holder .filter-reservation li,
.function-holder .filter-holder .filter-ticket li {
  padding: 0px 10px 0px 0px;
  border-bottom: solid 1px #707070;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
.function-holder .filter-holder .filter-reservation li:last-child,
.function-holder .filter-holder .filter-ticket li:last-child {
  border: none;
}
.function-holder .filter-holder .filter-reservation li:hover,
.function-holder .filter-holder .filter-ticket li:hover {
  color: #008000;
}

.row-full-line {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  left: 50%;
  border-top: solid 1px #666666;
}

.list-header {
  color: white;
  background-color: #005335;
  padding: 5px 0px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  padding: 5px 10px !important;
  display: flex;
  align-items: center;
  display: none;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list-header {
    display: flex;
    flex-direction: row;
  }
}
.list-header .btn-export:hover {
  color: white;
}
.list-header > div {
  width: 100%;
}
@media (min-width: 768px) {
  .list-header > div {
    padding-right: 5px;
  }
  .list-header > div:nth-child(1) {
    width: 30%;
  }
  .list-header > div:nth-child(2) {
    width: 20%;
  }
  .list-header > div:nth-child(3) {
    width: 15%;
  }
  .list-header > div:nth-child(4) {
    width: 19%;
  }
  .list-header > div:nth-child(5), .list-header > div:nth-child(6) {
    width: 8%;
  }
  .list-header > div:nth-child(7) {
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .list-header > div {
    padding-right: 10px;
  }
  .list-header > div:nth-child(1) {
    width: 20%;
  }
  .list-header > div:nth-child(2) {
    width: 15%;
  }
  .list-header > div:nth-child(3) {
    width: 10%;
  }
  .list-header > div:nth-child(4) {
    width: 15%;
  }
  .list-header > div:nth-child(5), .list-header > div:nth-child(6) {
    width: 10%;
  }
  .list-header > div:nth-child(7) {
    margin-top: 0px;
    width: 20%;
    margin-right: 0px;
  }
}
.list-header > div {
  width: 100%;
}
@media (min-width: 768px) {
  .list-header > div {
    padding-right: 5px;
  }
  .list-header > div:nth-child(1) {
    width: 30%;
  }
  .list-header > div:nth-child(2) {
    width: 20%;
  }
  .list-header > div:nth-child(3) {
    width: 15%;
  }
  .list-header > div:nth-child(4) {
    width: 19%;
  }
  .list-header > div:nth-child(5), .list-header > div:nth-child(6) {
    width: 8%;
  }
}
@media (min-width: 992px) {
  .list-header > div {
    padding-right: 10px;
  }
  .list-header > div:nth-child(1) {
    width: 20%;
  }
  .list-header > div:nth-child(2) {
    width: 15%;
  }
  .list-header > div:nth-child(3) {
    width: 10%;
  }
  .list-header > div:nth-child(4) {
    width: 15%;
  }
  .list-header > div:nth-child(5), .list-header > div:nth-child(6) {
    width: 10%;
  }
  .list-header > div:nth-child(7) {
    margin-top: 0px;
    width: 20%;
    margin-right: 0px;
  }
}

.data-list {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px !important;
}
@media (min-width: 768px) {
  .data-list {
    align-items: center;
    padding: 5px 10px !important;
  }
}
.data-list div {
  line-height: 20px;
}
@media (min-width: 768px) {
  .data-list div {
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .data-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.data-list > div {
  width: 100%;
}
.data-list > div:nth-child(7) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .data-list > div {
    padding-right: 5px;
  }
  .data-list > div:nth-child(1) {
    width: 30%;
  }
  .data-list > div:nth-child(2) {
    width: 20%;
  }
  .data-list > div:nth-child(3) {
    width: 15%;
  }
  .data-list > div:nth-child(4) {
    width: 19%;
  }
  .data-list > div:nth-child(5), .data-list > div:nth-child(6) {
    width: 8%;
  }
  .data-list > div:nth-child(7) {
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .data-list > div {
    padding-right: 10px;
  }
  .data-list > div:nth-child(1) {
    width: 20%;
  }
  .data-list > div:nth-child(2) {
    width: 15%;
  }
  .data-list > div:nth-child(3) {
    width: 10%;
  }
  .data-list > div:nth-child(4) {
    width: 15%;
  }
  .data-list > div:nth-child(5), .data-list > div:nth-child(6) {
    width: 10%;
  }
  .data-list > div:nth-child(7) {
    margin-top: 0px;
    width: 20%;
    margin-right: 0px;
  }
}
.data-list span {
  font-weight: 600;
}
.data-list:nth-child(even) {
  background-color: #eee;
}
.data-list .email {
  font-size: 10px;
  line-height: 1;
}
.data-list a:hover {
  color: #008000 !important;
}

.btn-icon {
  white-space: nowrap;
}
.btn-icon a {
  width: 20px;
}

.breakcrumb {
  font-size: 18px;
  line-height: 27px;
}

.dark-bg {
  background-color: #CBCBCB !important;
}

label.error {
  font-size: 10px !important;
}

.ticket-empty i {
  color: #666666;
}
.ticket-apart i {
  color: #E76321;
}
.ticket-complete i {
  color: #008000;
}

/*# sourceMappingURL=global.css.map */
