:root {
  --primary-color: #ff2424;
}

.btn-yellow {
  background-color: #ffe100;
  border-color: #ffe100;
}
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:active:focus {
  outline: none;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  outline: none;
}
body {
  padding: 0 !important;
}
.skin-green .wrapper {
  background-color: #fff;
}

.nav.navbar-nav .dropdown.open,
.nav.navbar-nav .dropdown.open a.dropdown-toggle {
  background-color: transparent !important;
  color: #fff !important;
}

.skin-green .main-footer {
  background-color: #000 !important;
  color: #fff;
}

.content_main .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.content_main .content_banner {
  margin: 13rem 0;
  color: #fff;
  letter-spacing: 2.8px;
}

.content_main .content_banner h5 {
  font-size: 24px;
}

.content_main .content_banner a {
  color: #fff;
  font-size: 18px;
  background-color: rgb(0 0 0 / 30%);
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #fff;
}

.content_main .content_banner a:hover {
  opacity: 0.8;
}

.content_main .content_banner a i {
  margin-left: 10px;
}

.content_main .list-dash-card {
  margin: 25px 0px 100px;
}

.content_main .card-dash-item {
  padding: 10px;
}

.content_main .card-dash-item .card-dash {
  max-width: none;
  max-height: none;
  height: 250px;
  margin-bottom: 0;
}

.content_main .card-dash {
  position: relative;
  justify-content: start;
  align-items: start;
  padding-top: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.content_main .card-dash span {
  font-size: 24px;
  color: #fff;
  /* margin-left: 10px; */
  position: absolute;
  top: 10%;
  left: 10%;
}

.navbar-toggle {
  color: #f43b48;
  padding: 0;
  font-size: 24px;
}
img {
  max-width: 100%;
}
body > .wrapper > .message {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: auto;
  width: auto;
}

/* loading */
[js-loading] {
  overflow: hidden;
  position: relative;
}
[js-loading]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 11;
}
[js-loading]::after {
  left: 50%;
  top: 50%;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
  content: "";
  display: block;
  position: absolute;
  border: 0.15rem solid #e91300;
  border-top-color: transparent;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: spin 1s linear infinite;
  z-index: 12;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 90%;
}
.v-dialog {
  transform-origin: center center;
  width: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  margin: 0;
  overflow-y: auto;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: inherit;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  max-width: 100%;
}

.v-sheet.v-card {
  border-radius: 4px;
}

.theme--light.v-card {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.v-dialog > * {
  width: 100%;
}

.v-card {
  border-width: thin;
  display: block;
  max-width: 100%;
  outline: none;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
}

.v-card > .v-card__progress + :not(.v-btn):not(.v-chip):not(.v-avatar),
.v-card > :first-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.v-dialog > .v-card > .v-card__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  padding: 16px 24px 10px;
}

.v-card__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  word-break: break-all;
}

.v-card__title {
  padding: 16px;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.v-icon.v-icon.v-icon--link {
  cursor: pointer;
  outline: none;
  border: unset;
  background: transparent;
}

.v-icon.v-icon {
  align-items: center;
  display: inline-flex;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: 24px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  text-indent: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
}

.ml-2 {
  margin-left: 8px !important;
}

.v-card > :last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.v-dialog > .v-card > .v-card__subtitle,
.v-dialog > .v-card > .v-card__text {
  padding: 0 24px 20px;
}

.v-card__text {
  width: 100%;
}

.v-card__subtitle,
.v-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em;
}

.v-input {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  letter-spacing: normal;
  max-width: 100%;
  text-align: left;
}

.v-text-field {
  padding-top: 12px;
  margin-top: 4px;
}

.v-input__prepend-outer,
.v-input__append-outer {
  margin-right: 9px;
}

.v-application
  :not(
    .primary--text,
    .primary,
    .primary *,
    .date-box.active,
    .date-box.active *
  ) {
  color: var(--v-appFontColor-base) !important;
}

.v-application--is-ltr .v-input__prepend-outer,
.v-application--is-rtl .v-input__append-outer {
  margin-right: 9px;
}

.v-input__append-outer,
.v-input__prepend-outer {
  display: inline-flex;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 1;
}

.v-input__icon {
  align-items: center;
  display: inline-flex;
  height: 24px;
  flex: 1 0 auto;
  justify-content: center;
  min-width: 24px;
  width: 24px;
}

.v-input__control {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}

.v-text-field > .v-input__control > .v-input__slot {
  cursor: text;
}

.v-input__slot {
  align-items: center;
  color: inherit;
  display: flex;
  margin-bottom: 8px;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}

.v-input__slot {
  align-items: center;
  color: inherit;
  display: flex;
  margin-bottom: 8px;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-text-field .v-label {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.v-input .v-label {
  height: 20px;
  line-height: 20px;
  letter-spacing: normal;
}
.v-text-field .v-label--actived,
.v-text-field .v-label--active {
  max-width: 133%;
  -webkit-transform: translateY(-18px) scale(0.75);
  transform: translateY(-18px) scale(0.75);
  pointer-events: auto;
}

.v-text-field .v-label {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  white-space: nowrap;
  pointer-events: none;
}

.v-label {
  font-size: 16px;
  line-height: 1;
  min-height: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-input input {
  max-height: 32px;
}

.v-text-field input {
  flex: 1 1 auto;
  line-height: 20px;
  padding: 8px 0 8px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  border: unset;
  outline: none !important;
}

.v-text-field__details {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  min-height: 14px;
  overflow: hidden;
}

.v-messages {
  text-align: left;
}

.v-messages {
  flex: 1 1 auto;
  font-size: 12px;
  min-height: 14px;
  min-width: 1px;
  position: relative;
}

.mt-3 {
  margin-top: 12px !important;
}

.v-btn:not(.v-btn--round).v-size--default {
  height: 36px;
  min-width: 100px;
  border: unset;
  outline: unset;
  padding: 0 16px;
  border-radius: 5px;
}

.v-btn:not(.v-btn--round).v-size--default:hover {
  opacity: 0.7;
}

.v-btn.v-size--default,
.v-btn.v-size--large {
  font-size: 0.875rem;
}

.v-btn__content {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: inherit;
  line-height: normal;
  position: relative;
  transition: inherit;
  transition-property: opacity;
  font-size: 14px;
}

.pt-7 {
  padding-top: 28px !important;
}

.align-center {
  align-items: center !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.42);
}

.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: inherit;
  border-style: solid;
  border-width: thin 0 0 0;
}

.v-text-field > .v-input__control > .v-input__slot:after,
.v-text-field > .v-input__control > .v-input__slot:before {
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-text-field > .v-input__control > .v-input__slot:after {
  background-color: currentColor;
  border-color: currentColor;
  border-style: solid;
  border-width: thin 0 thin 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.v-text-field > .v-input__control > .v-input__slot.focused:after {
  transform: scaleX(1);
}

.primary.auth-btn {
  background-color: #ff2424;
  color: #fff;
}

.v-btn--text.theme--light {
  background-color: transparent;
}

hr {
  border-color: rgba(0, 0, 0, 0.12);
}

.v-icon.fa-facebook-square {
  margin-right: 10px;
}

.text_form {
  font-size: 14px;
  padding: 20px 0;
  color: black;
}

.text_form .v-btn {
  padding: 0 12.4444444444px;
  border: unset;
  outline: unset;
}

.content_main.no-banner {
  padding-top: 100px;
}
.content_main {
  min-height: calc(100vh - 50px);
}

.main-footer {
  min-height: 50px;
}

.profile_page .top_box {
  display: flex;
  align-items: center;
  position: relative;
}

.profile_page .top_box > i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 26px;
}

.profile_page .top_box i:hover {
  opacity: 0.8;
}

.profile_page .image_rounded {
  display: flex;
  align-items: end;
  margin-right: 15px;
}

.profile_page .image_rounded img {
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 100px;
  width: 100px;
}

.profile_page .vtitle {
  font-size: 22px !important;
  font-weight: bold !important;
  color: black !important;
}

.profile_page .form-control[readonly] {
  border: unset !important;
  background: transparent !important;
}

.profile_page .box_shadow {
  padding: 20px 40px;
  border: 1px solid #ccc;
  margin: 0 10px;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 10px;
}

.profile_page form {
  display: block;
  width: 100%;
}

.profile_page .image_rounded {
  position: relative;
}

.profile_page .image_rounded:hover label {
  opacity: 1;
  visibility: visible;
}

.profile_page .image_rounded label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 50% !important;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  background: #cccccc85;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.image_qr {
  cursor: pointer;
}
#loginModal hr {
  margin-top: 0;
  margin-bottom: 0 !important;
}
#loginModal .member-types {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#loginModal .member-types input {
  display: none;
}

#loginModal .member-types input + label {
  border: solid 1px #aaa;
  color: #aaa;
  border-radius: 10px !important;
  margin: 7px 10px;
  font-size: 1.8rem;
  padding: 4px 15px;
}
#loginModal .member-types input:checked + label {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.bookingRecord .table > tbody > tr > td {
  border-color: #ccc;
}

.bookingRecord .table-striped > tbody > tr {
  background-color: transparent;
}
.bookingRecord .dataTables_scrollBody > .mydataTable {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.bookingRecord .dataTables_scrollBody > .mydataTable .child_show table {
  border-collapse: separate;
  margin-top: -10px;
}

.bookingRecord .dataTables_scrollBody > .mydataTable > tbody tr {
  background-color: transparent;
  border: 0;
}

.bookingRecord .dataTables_scrollBody > .mydataTable > tbody > tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  overflow: hidden;
}
.bookingRecord .dataTables_scrollBody > .mydataTable > tbody > tr td,
.bookingRecord .dataTables_scrollBody > .mydataTable > tbody > tr th {
  padding: 8px 10px;
  vertical-align: middle;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr
  > td
  tr:first-child
  td {
  border-top: 0;
}

.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr
  > td:first-child {
  border-left: 1px solid #ccc;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr
  > td:last-child {
  border-right: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bookingRecord .dataTables_scrollBody > .mydataTable > tbody > tr.shown {
  background-color: #f4f4f4;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  td {
  border-top: 0;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.shown
  td:first-child {
  border-bottom-left-radius: 0;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.shown
  td:last-child {
  border-bottom-right-radius: 0;
}

.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  td:first-child {
  border-top-left-radius: 0;
  border-left: 0;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  td:last-child {
  border-top-right-radius: 0;
  border-right: 0;
}
.bookingRecord .dataTables_scrollBody > .mydataTable > tbody > tr:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
}

.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  > td {
  overflow: visible;
  border-bottom: 0;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  table
  td:first-child {
  border-left: 1px solid #ccc;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  table
  tr:last-child
  td:first-child {
  border-bottom-left-radius: 6px;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  table
  td:last-child {
  border-right: 1px solid #ccc;
}
.bookingRecord
  .dataTables_scrollBody
  > .mydataTable
  > tbody
  > tr.child_show
  table
  tr:last-child
  td:last-child {
  border-bottom-right-radius: 6px;
}
.filter > .dataTables_filter > .btn-filter.btn-search,
.filter > .dataTables_filter > .btn-filter.btn-option {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.bookingRecord [js-qr-code]{
  display: inline-block;
}
.bookingRecord [js-qr-code] img{
    width: 40px;
    height: auto;
    cursor: pointer;
  }
.modal-qr-code .modal-body{
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-qr-code .modal-body img{
  width: min(400px, 100%);
  height: auto;
}
body .select2-results .select2-highlighted {
  background-color: var(--primary-color);
}
body .select2-drop-active {
  border: 0;
  margin-top: 1px;
}
body .select2-results {
  padding: 0;
}
body .filter label > .select2-container > .select2-choices {
  border: 0;
}
table.dataTable td.dt-control:before,
table.dataTable td .dt-control:before {
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.shown td.dt-control:before,
table.dataTable tr.shown td .dt-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable tr.shown + tr > td{
  padding: 0;
}
tr.shown + tr table{
  table-layout: fixed;
}

.list-dash-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.list-dash-card.list-dash-card-v2 .card-dash {
  height: 200px;
  max-width: 300px;
}
.card-dash {
  height: 160px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 26px 2px;
  text-align: center;
  max-width: 200px;
  margin-bottom: 15px;
  position: relative;
}
.card-dash .card-url {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bg {
  background-size: cover;
  background-position: center top;
}

@media (min-width: 1200px) {
  .list-dash-card {
    justify-content: flex-start;
  }
  .list-dash-card-v2 .card-dash-item:nth-child(4n) .card-dash {
    margin-right: 0;
  }
  .card-dash-item:first-child .card-dash,
  .card-dash-item:nth-child(6n + 1) .card-dash {
    margin-left: 0;
  }
  .card-dash-item .card-dash {
    margin: 0 auto 15px;
  }
  .card-dash-item:nth-child(6n) .card-dash {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .card-dash-item .card-dash {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  /* .card-dash {
    max-width: 100% !important;
  } */

  .list-dash-card-v2 {
    padding: 0 10px;
  }
}


@media only screen and (max-width: 767px) {
  #loginModal .member-types{
    flex-wrap: wrap;
  }
  .content_main.no-banner {
    padding-top: 0;
  }
  .navbar-header {
    width: 100%;
  }
  .nav.navbar-nav .dropdown.open,
  .nav.navbar-nav .dropdown.open a.dropdown-toggle,
  header nav .navbar-nav > li > a,
  header .nav.navbar-nav .dropdown a.dropdown-toggle {
    color: #000 !important;
  }
  .navbar-collapse {
    position: relative !important;
    background: rgb(255, 255, 255) !important;
    border-radius: unset !important;
    border: unset !important;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .navbar-collapse.collapse .dropdown-menu {
    text-align: center;
    color: #000;
  }
  header {
    position: relative;
  }

  header nav::before {
    background-color: #fff;
  }

  .content_main .content_banner {
    text-align: center;
  }

  .content_main .content_banner h1 {
    font-size: 28px;
  }

  .content_main .content_banner h5 {
    font-size: 18px;
  }

  .content_main .content_banner a {
    font-size: 16px;
  }

  .content_main .banner {
    background-position: 70%;
  }
  .content_main .card-dash-item .card-dash {
    height: auto;
  }
}
