:root {
  --bs-link-color-rgb : #16357c;
}


ul.dtr-details {
 padding-left: 1rem;
}


input::placeholder,
textarea::placeholder {
  color: #B2B2B2 !important;
  opacity: 1 !important;
}

.f-white {
  color: #fff;
}

.f-airone {
  color: #08183A;
}

.hide {
  display: none;
}

.badge {
  font-size: 14px;
}

.btn-link {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.font-weight-medium {
	font-weight: 400;
}

.font-weight-bold {
	font-weight: 700;
}

.font-United_Serif{
	font-family: "United_Serif";
}

.img-profile {
  object-fit: cover;
}

.select-all-btn {
  border: 1px solid #0d6efd;
  border-radius: 20px;
  color: #0d6efd;
  padding: 0px 15px;
}

.spanFile {
  flex-wrap: wrap;
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.pageFront {
  background-color: #fff;
}

.pageFront .navbar {
  background-color: #08183A;
}

.pageFront .navbar .nav-link {
  color: #fff;
}


.pageFront .navbar .nav-link.active {
  color: #0d6efd;
}

.page-breadcrumb h4 {
  font-size: 20px;
}

.btn.btn-clear {
    padding: 0;
    border: 0 !important;
}

.btn-sm {
  font-size: 12px;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.navbar-brand-logo {
  width: auto;
  height: 50px;
}

.sticky-100 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1020;
}

.image-holder {
  position: relative;
  height: 150px;
}

.image-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}


.head-box {
  height: 120px;
  overflow: hidden;
  position: relative;
  padding: 1rem;
}

.head-box img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.head-box-title {
  position: absolute;
  z-index: 1;
}

.table.dataTable {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pagination .page-link {
  font-size: 12px;
}



.fc .fc-popover {
  height: 300px;
  overflow: hidden;
}

.fc .fc-more-popover .fc-popover-body {
  height: 300px;
  overflow: scroll;
}

.custom-event {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.modal-dialog-scrollable .modal-content > form .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 190px);
}

.form-check-label {
  font-size: 14px;
}

.form-control-checkwrap {
  min-height: 38px;
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
  border: var(--bs-border-width) solid var(--bs-border-color);

  --bs-form-select-bg-icon: none;
}

.was-validated .form-control:valid {
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-image: none;
}


.modal-dialog-md {
  max-width: 1000px;
  margin: 0 auto;
}

.dropdown-user .user-name {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.section-authentication-cover {
  overflow: hidden;
  position: fixed;
  background-image: url('../images/young-basketball-player-shoot-c.jpg');
  background-position: left;
  width: 100%
}

/* .section-authentication-cover .form-check-label, */
.section-authentication-cover h6,
.section-authentication-cover p,
.section-authentication-cover h3 {
  color: #fff;
}

.section-card {
  background: rgba(8, 24, 60, 0.8);
  border-radius: 20px;
  padding: 40px 60px;
}

.card-sidebox {
  margin: 40px 0;
}

.card>.card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
}

.card>.card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: .5rem 0;
  flex-wrap: wrap;
}

.section-fm {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 20px;
}

.section-fm-img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}


.section-fm-side {
  position: relative;
  overflow: hidden;
}


.form-sidebox {
  background: rgba(8, 24, 60, 0.8);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.sr-only {
  width: 100%;
  margin-bottom: 5px;
}

#MyTableCheckAllButton {
  border: none;
  background: transparent;
  font-size: 14px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
}


.select-checkbox {
  position: relative;
}

.card-header h5 {
  font-family: "United_Serif";
  font-weight: 700;
}


/* .select-checkbox::before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;

  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

.selected .select-checkbox::after {
  content: '\2714';
      margin-top: -11px;
      margin-left: -4px;
      text-align: center;
      display: block;
      position: absolute;
      top: 1.2em;
      left: 50%;
      width: 12px;
      height: 12px;
      box-sizing: border-box;
} */

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 140px;
  min-height: 60px;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  min-height: 45px;
  line-height: 3px;
  padding-top: 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}
.inputDnD-act {
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
}
.inputDnD-act.--active {
  opacity: 1;
  visibility: visible;
}

.inputDnD-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-link {
    font-weight: 700;
    font-size: 16px;
}

.navbar .nav-link {
  font-weight: 700;
  font-size: 17px;
  font-family: "United_Serif";
  text-transform: uppercase;
}

.hero h1 {
  font-size: 50px;
  line-height: 1.2;
}

.feature .figure {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  color: var(--bs-heading-color);
}

.feature.good-card-head .figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  color: var(--bs-heading-color);
}

.feature .figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}



.footer {
  background-color: #fff;
}

.footer .copyright {
  border-top: 1px solid #D5DCE5;
  margin-top: 30px;
  padding-top: 30px
}

.footer__inner {
  padding: 30px 0;
}


table .form-switch .form-check-input {
  transform: scale(1.7);
}

table .select-checkbox input[type='checkbox'] {
  transform: scale(1.2);
}


th.dt-center,
td.dt-center {
  text-align: center;
}


.mainPage {
  position: relative;
}

.accordion-button {
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #16357c;
  color: #fff;
}

#carouselExampleDark {
  border-radius: 8px;
  overflow: hidden;
}

#carouselTestimoni .card-body {
  padding-left: 40px;
  padding-right: 40px;
}

#carouselTestimoni .carousel-control-next {
  right: -40px;
}

#carouselTestimoni .carousel-control-prev {
  left: -40px;
}

.boxBooking {
  margin: 30px 0;
  background: #fff;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 0 18px 3px #e1e1e1;
}


.bannerPage {
  height: 225px;
  background: #08183A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerPage h1 {
  color: #fff;
}


.scanCode {
  position: relative;
}

img#changeCamera {
  width: 3rem;
  position: absolute;
  z-index: 5;
  bottom: 0.5rem;
  right: 0.7rem;
  cursor: pointer;
}


#formRegister .form-check-input {
  transform: scale(1.5);
  margin-right: 10px;
}


.is-booked {
  color: #fff;
  background-color: #50cd89;
}

.bg-hover-light-primary:hover.is-booked:hover {
  background-color: #47be7d;
}

.is-booked a {
  color: #fff;
}

.bg--light-grey {
  background-color: var(--bs-gray-300);
}

.text--greenese {
  color: #1dd1a1;
}

.bg--light-green {
  border-color: rgb(91, 246, 81);
  background-color: rgb(236, 254, 237);
}

.bg-hover-light-primary:hover {
  background-color: #ecf8ff;
}

.box-shadow-wide {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

[data-tooltip]:not(:hover):after {
  opacity: 0;
}

[data-tooltip]:after {
  transition: all 0.2s ease;
  content: attr(data-tooltip);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: #fdfdfd;
  color: #252525;
  border: 1px solid #e7e7e7;
  padding: 2px 12px;
  pointer-events: none;
  white-space: pre;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 2px;
  z-index: 2;
}


#papan_jadwal_wrapper table {
  width: 100%;
  min-width: 1000px;
}

#papan_jadwal_wrapper thead th {
  text-align: center;
}

#papan_jadwal_wrapper thead p {
  margin-bottom: 0;
}

#papan_jadwal_wrapper tbody {
  background-color: #fff;
}

#papan_jadwal_wrapper tbody td {
  width: 200px;
  padding: 10px;
  min-height: 45px;
}

#papan_jadwal_wrapper tbody .btn {
  width: 100%;
  height: 100%;
  min-height: 45px;
  font-size: 12px;
}

.form-control::readonly, 
.form-control:read-only {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.time-book-wrap {
  width: 100%;
  max-width: 400px;
  display: flex;
  gap: 10px;
  margin: 0;
}

.time-book-wrap .col-3 {
  padding: 0;
}

.time-book-wrap .col-3 .btn--sm {
  width: 100%;
}

.time-book-wrap .col-3 .btn--sm.bg--light-grey {
  border: 1px solid var(--bs-gray-300) !important;
  cursor: not-allowed;
}

.btn--sm {
  border: 1px solid var(--bs-body-color) !important;
  font-size: 14px;
}

.btn:hover.btn--sm {
  background-color: #eff2f3;
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}

span.h1:not(.inline-block), span.h2:not(.inline-block), span.h3:not(.inline-block), span.h4:not(.inline-block), span.h5:not(.inline-block), span.h6:not(.inline-block) {
    display: block;
}

.feature-detail ul {
  display: flex;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.check-court {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-right: -10px;
  padding: 0 10px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  position: relative;
}

.check-court.--nav {
  box-shadow: 0px 2px 8px rgba(37, 40, 43, 0.06);
  padding: 0
}

/* .check-court::before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #ECECEC;
  top: 92px;
  left: 0;
} */

.check-court-list {
  --gap: 10px;
  display: flex;
  gap: var(--gap);
}

.check-court-list.nav {
  flex-wrap: initial;
}

.check-court-day {
  width: calc(100% / 6 - var(--gap) + (var(--gap) / 6) );
  position: relative;
  min-width: 150px;
  flex: 1;
}

.check-court.card {
  background-color: #fff;
  padding: 10px;
}

.check-court-list.--calendar {
  flex-direction: column;
}

.check-court-list.--calendar .check-court-day {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  --gap: 10px;
  display: flex;
  gap: var(--gap);
}

.check-court-list.--calendar .check-card-item {
  width: calc(100% / 6 - var(--gap) + (var(--gap) / 6) );
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.check-court-list.--calendar .check-card-item:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}

.check-court-list.--calendar .check-card-item {
  width: calc(100% / 6 - var(--gap) + (var(--gap) / 6) );
}

.check-card-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.check-card-body-in {
  height: 100%;
  width: 100%;
}

.check-card-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #08183A;
}

.nav-pills .nav-link.active .boxed {
  background-color: #08183A;
}

.nav-pills .nav-link.active .boxed .p,
.nav-pills .nav-link.active .boxed .h5 {
  color: #fff !important;
}

.check-card-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 1px solid var(--bs-gray-300);
  background: #fff;
  overflow: hidden;
  height: 100px;
  border-radius: 8px;
}

.check-card-item label {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  cursor: pointer;
}

.check-card-item .--Booked {
  position: absolute;
  bottom: 0;
}

.check-card-item input[type=checkbox] {
    display: none;
}


.check-card-item:has(input[type="checkbox"]:checked){
  border-color: rgb(91, 246, 81);
}

.check-card-item input[type=checkbox]:checked ~ .check-card-bg {
    -webkit-transform: scale(25);
    transform: scale(25);
}

.check-card-item input[type=checkbox]:checked ~ .check-card-body .check-card-cancel {
    bottom: 0;
}

.check-card-item input[type=checkbox]:checked ~ .check-card-body .check-card-toggle span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.check-card-item .check-card-toggle span:first-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.check-card-item .check-card-bg,
.check-card-item .check-card-toggle {
    position: relative;
    width: 26px;
    height: 26px;
    top: -10px;
    left: 0;
    border-bottom-right-radius: 8px;
}

.check-card-item.--bookedBox {
  background-color: var(--bs-gray-300);
}

.check-card-item.--bookedBox .check-card-toggle {
  background-color: #fff;
}

.check-card-item.--bookedBox .check-card-toggle span:first-child {
    background: var(--bs-heading-color);
}

.check-card-item .check-card-toggle span {
    position: absolute;
    display: block;
    width: 15px;
    margin-left: -7px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #20c997;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}


.check-card-item .check-card-bg {
  position: absolute;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 0;
}

.check-card-cancel {
  text-align: center;
  position: absolute;
  bottom: -50px;
  margin: 0 7%;
  width: 86%;
  font-size: 12px;
  -webkit-transition: all .3s cubic-bezier(0.5, -0.8, 0.5, 1.8);
  transition: all .3s cubic-bezier(0.5, -0.8, 0.5, 1.8);
}

.boxed {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.icon-payment {
  position: relative;
  overflow: hidden;
  aspect-ratio: 7 / 6;
}

.icon-payment img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.accordion.accordion-1 {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ul.accordion.accordion-1 .accordion__title {
  cursor: pointer;
  padding: 0.46428571em 0.92857143em;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: var(--bs-teal);
  color: #fff;
}


.input-checkbox input, .input-radio input, .input-select input {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
}

.input-checkbox, .input-radio, .input-select {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
}

.input-radio label {
  position: relative;
  background: none;
  border: 1px solid #d3d3d3;
  width: 1.85714286em;
  height: 1.85714286em;
  border-radius: 50%;
  background: var(--bs-teal);
  cursor: pointer;
}

.input-radio label:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #FC5932;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    opacity: 0;
    left: 0;
}

.input-radio input:checked + label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
}

.input-radio label:before {
    border-color: #FC5932 !important;
}

.input-radio input:checked + label:before {
    animation: pulse 0.4s ease forwards;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}

/* .fixed-bottom.cta-order {
  bottom: -100px;
} */


/*! -- Stack Processes -- */
.process-1 {
  padding: 3.71428571em 0;
  position: relative;
  overflow: hidden;
}
.process-1 .process__item {
  width: 50%;
}
.process-1 .process__item:not(:last-child) {
  margin-bottom: 1.85714286em;
}
.process-1:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #20c997;
}
.process__item {
  position: relative;
}
.process__item:after {
  content: '';
  width: 1.85714286em;
  height: 1.85714286em;
  background: #fff;
  border: 2px solid #20c997;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin-left: 1px;
}
@media all and (min-width: 768px) {
  .process-1 .process__item:nth-child(odd) {
    text-align: right;
    padding-right: 3.71428571em;
  }
  .process-1 .process__item:nth-child(odd):after {
    right: -0.92857143em;
  }
  .process-1 .process__item:nth-child(even) {
    margin-left: 50%;
    padding-left: 3.71428571em;
  }
  .process-1 .process__item:nth-child(even):after {
    left: -0.92857143em;
  }
}
@media all and (max-width: 767px) {
  .process-1:before,
  .process-2:before {
    left: 0.92857143em;
  }
  .process-1 .process__item,
  .process-2 .process__item {
    width: 100%;
    padding-left: 3.71428571em;
  }
  .process-1 .process__item:after,
  .process-2 .process__item:after {
    left: 0;
  }
}
.bg--dark .process-1:before,
.imagebg .process-1:before,
.bg--dark .process-2:before,
.imagebg .process-2:before {
  background: #fff;
}
.bg--dark .process-1 .process__item:after,
.imagebg .process-1 .process__item:after,
.bg--dark .process-2 .process__item:after,
.imagebg .process-2 .process__item:after {
  background: #fff;
}
.bg--dark .process-1 .process__item:after,
.bg--dark .process-2 .process__item:after {
  border-color: #252525;
}
.process-2 {
  position: relative;
}
.process-2 .process__item {
  padding-top: 3.71428571em;
}
.process-2 .process__item:after {
  display: inline-block;
  text-align: center;
}
.process-2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0.92857143em;
  left: 0;
  background: #20c997;
}
@media all and (max-width: 991px) {
  .sticky-100 {
    z-index: initial;
  }

}
@media all and (max-width: 767px) {
  .process-2:before {
    height: 100%;
    width: 2px;
    left: 1.85714286em;
    margin-left: 2px;
  }
  .process-2 .process__item:after {
    top: 3.71428571em;
  }
}
.process-3 {
  list-style: none;
  position: relative;
}
.process-3 li {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.process-3 li .process__number {
  float: left;
  width: 15%;
  width: 3.71428571em;
  height: 3.71428571em;
  border-radius: 50%;
  border: 2px solid #20c997;
  background: #fff;
  text-align: center;
}
.process-3 li .process__number span {
  font-size: 1.35714286em;
  font-weight: bold;
  color: #20c997;
  position: relative;
  top: 12px;
}
.process-3 li .process__body {
  width: 80%;
  float: right;
}
.process-3 li .process__body h4 {
  margin-bottom: 0.34210526em;
}
.process-3 li:not(:last-child) {
  margin-bottom: 3.71428571em;
}
.process-3:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: 1.85714286em;
  top: 0;
  border-left: 1px dashed #ddd;
}
.bg--dark .process-3 li .process__number {
  background: #252525;
}
.bg--dark .process-3:before {
  border-color: #aaa;
}
.process-stepper > li {
  transition: all 0.3s ease;
  display: inline-block;
  float: left;
  text-align: center;
  position: relative;
}
.process-stepper {
  padding-left: 0;
}
.process-stepper > li:before {
  transition: all 0.3s ease;
  content: '';
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.92857143em;
}
.process-stepper > li:after {
  transition: all 0.3s ease;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  background: #ccc;
  top: 5px;
  left: 0;
}
.process-stepper > li:first-child:after,
.process-stepper > li:last-child:after {
  width: 50%;
}
.process-stepper > li:first-child:after {
  left: 50%;
}
.process-stepper > li.active:before,
.process-stepper > li.active:after {
  background: #20c997;
}
.process-stepper > li > span {
  cursor: default;
}
.process-stepper[data-process-steps="6"] > li {
  width: 16.66666667%;
}
.process-stepper[data-process-steps="5"] > li {
  width: 20%;
}
.process-stepper[data-process-steps="4"] > li {
  width: 25%;
}
.process-stepper[data-process-steps="3"] > li {
  width: 33.33333333%;
}
.process-stepper[data-process-steps="2"] > li {
  width: 50%;
}
.bg--dark .process-stepper li:not(.active):before,
.bg--dark .process-stepper li:not(.active):after {
  background: #585858;
}
/*! -- Stack Typed Text -- */
span + .typed-text.h2 {
  margin-left: 4px;
}
span + .typed-text.h1 {
  margin-left: 6px;
}
@media all and (max-width: 767px) {
  .typed-text {
    display: block;
  }
  .typed-headline {
    margin-bottom: 1.85714286em;
  }
  .typed-headline h1,
  .typed-headline .h1 {
    margin-bottom: 0;
  }
}
/*! -- Stack Forms -- */



@media all and (max-width: 767px) {
  
  .boxBooking {
    padding: 30px 20px;
  }

  .navbar-toggler {
    background-color: #fff;
  }

  .check-court-list.--calendar .check-card-item {
    width: calc(100% / 3 - var(--gap) + (var(--gap) / 3) );
  }

  #carouselTestimoni .carousel-control-next {
    right: -10px;
  }

  #carouselTestimoni .carousel-control-prev {
    left: -10px;
  }

  .footer__inner {
    text-align: center;
  }
  
  
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
      text-align: left !important;
      
  }
  
  .dataTables_wrapper .col-md-6 {
            padding: 5px 0;
  }
}



@media all and (max-width: 500px) {
  .process-stepper > li > span {
    font-size: 13px;
  }
  
  ul.dtr-details {
      font-size: 11px;
  }
}
