html {
  position: relative !important;
  min-height: 100% !important;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px !important;
}
.footer {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  /* Set the fixed height of the footer here */
  z-index: 2 !important;
  height: 120px !important;
  line-height: 120px !important; /* Vertically center the text there */
}

code {
  font-size: 80%;
}

.btn-primary-hokben {
  color: #fff;
  background-color: #d91319;
  border-color: #d91319;
  border-radius: 40px;
}

.btn-yellow-hokben {
  color: black;
  background-color: #ffb900;
  border-color: #ffb900;
  border-radius: 40px;
}

.btn-outline-hokben {
  color: #d91319;
  border-color: #d91319;
  border-radius: 40px;
}

.bg-hokben {
  background-color: #d91319 !important;
}

.header-body-hokben {
  color: #d91319;
  text-align: center;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.map-container {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

@font-face {
  font-family: "NunitoLight";
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
}

@font-face {
  font-family: "NunitoMedium";
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "NunitoBold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NunitoExtraBold";
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "NunitoBlack";
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}

* {
  font-family: "NunitoExtraBold", sans-serif;
}

.pincode-input-container input.first {
  border-radius: 0.25rem !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.pincode-input-container input.last {
  border-radius: 0.25rem !important;
  border-left-width: 1px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.pincode-input-container input.mid {
  border-radius: 0.25rem !important;
  border-left-width: 1px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.leftSidebar {
  background-image: url("../img/bgslide-l.png");
  background-repeat: no-repeat;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0px;
  left: -140px;
  /*background-position: 100px 10%;*/
  /*margin-right: 500px;
    margin-left: auto;
    background-attachment:fixed;
    background-position:center;*/
  /*left: px;*/
}

.rightSidebar {
  background-image: url("../img/bgslide-r.png");
  background-repeat: no-repeat;
  width: 130px !important;
  height: 352px !important;
  position: absolute !important;
  top: 0px;
  right: -140px;
  /*background-size: auto 100%;*/
  /*background-position: 100px 10%;*/
  /*margin-right: 500px;
    margin-left: auto;
    background-attachment:fixed;
    background-position:center;*/
  /*left: px;*/
}

div#rightSidebar {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../img/bgslide-r.png");
  background-repeat: no-repeat;
  min-width: content-box;
  background-position: 100% 20%;
  margin-right: auto;
  margin-left: auto;
  background-origin: padding-box;
}

.img-bg-left {
  background: url("../img/bgslide-l.png") no-repeat 7% 10%;
  margin-right: auto;
  margin-left: auto;
  background-origin: padding-box;
}
.w-90 {
  width: 100% !important;
  height: 20% !important;
}
/*equal height nav pill menu*/
/*.nav-pills{
    display: flex !important;
}
.nav-pills li {
    display: flex !important;
    flex: 1 !important;
}

.nav-pills li  a {
    flex: 1 !important;
}*/

.text-hokben-yellow {
  color: #ffb900;
}

.text-hokben-red {
  color: #d91319;
}

.text-hokben-white {
  color: white;
}

.bg-hokben-yellow {
  background-color: #ffb900;
}

.card-rounded {
  border-radius: 20px !important;
  height: 100% !important;
}

.nav-pills .nav-link {
  color: #d91319 !important;
  border-bottom: 1px solid #d91319 !important;
  border-left: 1px solid #d91319 !important;
  border-right: 1px solid #d91319 !important;
  border-top: 1px solid #d91319 !important;
  background-color: #ffffff !important;
  height: 100% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #d91319 !important;
}

.nav-tabs .nav-link {
  color: black !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
  color: #d91319 !important;
}

.floating-image {
  position: fixed;
  right: 0;
  bottom: 0;
  height: auto;
  width: 8vmax;
  z-index: 1;
}

/*nav {
    display: block !important;
}

nav.scrollmenu {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

nav.scrollmenu a {
    display: inline-block;
}*/

/*card checkbox*/

label {
  width: 100%;
}

.card-input-element + .card {
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  border: 2px solid #ffb900;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element:checked + .card::after {
  color: #afb8ea;
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.anyClass {
  overflow-x: scroll;
}

.menu-nutrition {
  min-width: 102px !important;
}

.form-wizard-navigation {
  min-width: 25% !important;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .form-wizard-navigation {
    min-width: 25% !important;
  }

  .menu-nutrition {
    min-width: 67px !important;
  }

  .input-group-prepend {
    height: calc(1.5em + 0.75rem + 2px) !important;
  }

  body {
    font-size: 0.8rem !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .fixed-nav-padding {
    padding-top: 3px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn {
    font-size: 0.8rem !important;
  }

  .form-control {
    font-size: 0.8rem !important;
  }

  .nav-pills .nav-link {
    width: 150px !important;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  .form-wizard-navigation {
    min-width: 40% !important;
  }

  .menu-nutrition {
    min-width: 86px !important;
  }

  .input-group-prepend {
    height: calc(1.5em + 0.75rem + 2px) !important;
  }

  nav {
    display: flex !important;
  }

  .hokben-img {
    width: 100px;
    height: 100px;
  }

  .hokben-img-delivery {
    width: auto;
    height: 100px;
  }

  .nav-pills .nav-link {
    width: unset !important;
  }

  .map-container {
    height: 450px;
    width: auto;
    border-radius: 20px;
  }

  .container-taro-review-order {
    display: none !important;
  }

  .img-taro-review-order {
    display: none !important;
  }

  .pinlogin .pinlogin-field {
    width: 30px !important;
    height: 30px !important;
    padding: 5px !important;
    margin: 0 2px !important;
  }
}

.btn-google {
  color: #bf2d2d;
  border-color: #bf2d2d;
  border-radius: 40px;
}

.btn-facebook {
  color: #4065b5;
  border-color: #4065b5;
  border-radius: 40px;
}

.service-icon {
  height: 75px;
  width: auto;
}

.top-navbar {
  width: 100%;
  height: 37px;
  background: #ff0000 url(../img/headpat.png) repeat-x top center;
  position: relative;
}

a.custom-card,
a.custom-card:hover {
  text-decoration: none !important;
  color: black;
}

a.toggle-button {
  cursor: pointer;
}

/*loader*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d91319;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*tooltip*/
.tooltip-inner {
  color: #d91319 !important;
  background-color: white !important;
  border: 1px solid #d91319 !important;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #d91319 !important;
}

#phoneModall {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  min-height: 500px;
}

.buttonPhoneCall {
  background: rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  font-size: large;
  border-radius: 50%;
}

/*wizard*/
/*.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}
@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}
.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}
.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
    display: none;
}
.multisteps-form__progress-btn.js-active {
    color: #d91319;
}
.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
    left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
    top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

/*card menu*/

.card-input-element + .card {
  height: auto;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  border: 1px solid #d91319;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto !important;
}

.responsive-call-box {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .responsive-call-box {
      width: 80%;
      padding-top: 20%;
      margin: auto;
  }
}

#floatingBanner {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

#floatingBanner img {
  width: 800px;
  height: 800px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Tombol close di kanan atas gambar */
#closeFloatingBanner {
  position: absolute;
  /* Turun 100px dari atas gambar */
  top: calc(50% - 400px + 100px); /* 50% - half image height + 100px */

  /* Di kanan gambar */
  left: calc(50% + 400px - 75px); /* 50% + half image width - offset for button */

  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 11;
}



/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes floatY {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

#floatingBanner {
  animation: fadeInUp 0.8s ease-out, floatY 4s ease-in-out infinite;
  transition: transform 0.3s ease;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  #floatingBanner img {
    width: 300px;
    height: 300px;
  }

  @media screen and (max-width: 768px) {
    #closeFloatingBanner {
      top: calc(50% - 190px + 100px); /* 50% - half image height + 100px */
      left: calc(50% + 190px - 60px); /* 50% + half image width - offset */
      width: 40px;
      height: 40px;
      font-size: 24px;
      line-height: 20px;
    }
  }
  
}
