/* CSS for landing page wrapper*/
@import 'fonts.css';

body {
  font-family: 'Proxima';
}

h1,
h2,
h3 {
  font-family: 'Proxima Bold';
}

h4,
h5,
h6 {
  font-family: 'Proxima Semi Bold';
}

.wrapper {
  padding-top: 80px;
}

.youtube {
  height: 500px;
}

.title-orange {
  background: url(../images/title-cicilan-desktop.png) no-repeat center center;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}

.title-blue {
  background: url(../images/title-tenor-6-desktop.png) no-repeat center center;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}


.section-no-pb {
  padding-bottom: 0;
}

ol.okto-list {
  padding-left: 20px;
  line-height: 34px;
}

ol.okto-list > li {
  padding-left: 10px;
}

.okto-box {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.okto-box:hover {
  box-shadow: 0px 0px 10px #eee;
}

.okto-image {
  display: block;
  position: relative;
  background-color: #eee;
}

.okto-image::before {
  content: '';
  display: block;
  padding-top: 55.7142%;
}

.okto-image img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.okto-details {
  padding: 20px;
}

.okto-details .form-group {
  margin-bottom: 20px;
}

.okto-details .form-group:nth-child(n + 2) {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.okto-details .form-group label {
  line-height: 20px;
  min-height: 40px;
}

.input-group-copy {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.input-group-copy .form-control {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  background-color: transparent;
  /*cursor: pointer;*/
}

.input-group-copy .input-group-btn {
  display: inline;
}

.input-group-copy .input-group-btn::before {
  content: 'Copied!';
  display: block;
  padding: 0px 4px;
  font-size: 12px;
  line-height: 20px;
  width: 54px;
  text-align: center;
  background-color: #222;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.input-group-copy .form-control:focus + .input-group-btn::before {
  opacity: 1;
  visibility: visible;
}

.input-group-copy .btn-copy {
  height: 34px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}

.okto-buttons {
  padding: 20px;
  border-top: 1px solid #eee;
}

.btn-okto-cta {
  width: 100%;
  height: 40px;
  line-height: 38px;
  display: block;
  background-color: #47bbe4;
  border: 1px solid #47bbe4;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-okto-cta:focus,
.btn-okto-cta:hover {
  color: #fff;
  background-color: #23527c;
  border-color: #23527c;
}

.indo-table {
  margin-bottom: 20px;
}

.indo-table table {
  background-color: #eee;
  text-align: center;
  width: 100%;
}

.indo-table table tr:first-child {
  background-color: #47bbe4;
  color: #fff;
  font-weight: 700;
}

.indo-table table td {
  border-right: 2px solid #fff;
  padding: 8px 25px;
}
.indo-table table td:last-child {
  border-right: none;
}

.indo-buttons {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

#img1 {
  display: block;
}
#img2 {
  display: none;
}

.flex {
  display: flex;
}

.panel-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel {
  margin-bottom: 0;
  background-color: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-tab {
  margin-bottom: 16px;
}

.accordion-header {
  text-align: left;
}

.accordion-header-title {
  font-weight: 900;
}


h2.title-promo {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin: 10px 10px 10px;
  text-align: center !important;
}

h4.sk {
  color: #05559c;
  font-size: 21px;
}

b {
  font-family: 'Proxima Bold';
}

.wrap-right {
  display: flex;
  justify-content: end;
  height: 0px;
  position: relative;
  top: -30px;
}

.accordion-dropdown-box {
  border-radius: 12px;
  display: block;
  padding: 8px 24px;
  text-decoration: none;
  font-weight: unset;
  margin-bottom: 16px;
  color: #fff !important;
}

.accordion-dropdown-box-orange {
  border-radius: 12px;
  display: block;
  padding: 8px 24px;
  text-decoration: none;
  font-weight: unset;
  margin-bottom: 16px;
  background: #FF9A1C;
  color: #fff !important;
}

.accordion-dropdown-icon {
  font-size: 25px;
  font-weight: 300;
  margin:-30px 25px 0px;
  color: #fff;
}

.accordion-dropdown-icon{
  font-size: 50px;
  font-weight: 300;
  margin:-5px 25px 0px;
  color: #fff;
}

.accordion-dropdown-icon-oren {
  font-size: 50px;
  font-weight: 300;
  margin:-40px 25px 0px;
  color: #fff;
}

.accordion-content-box {
  border: solid  #05559c 1px;
  border-radius: 8px;
  color: #000 !important;
  margin-top: 30px;
}

.accordion-content-box-orange{
  border: solid #ff9a1c 1px;
  border-radius: 8px;
  color: #000 !important;
  margin-top: 30px;
  padding: 20px;
}

.accordion-content-box-none{
  border:none;
  border-radius: 8px;
  color: #000 !important;
  margin-top: 30px;
}

h2.title-promo-orange {
  font-size: 25px;
  font-weight: 300;
  margin: 10px 10px 10px;
  color: #fff !important;
}

.accordion-content {
  padding:24px 40px 20px;
  justify-content: space-between;
}

.accordion-content-child {
  max-width: 45%;
}

.left-image {
  width: 50%;
}

.footer-container {
  background-color: #eef9ff;
  display: block;
  place-content: center;
  width: 50%;
  padding:80px 5% 0px 10%;
  border-radius: 20px;
  margin-left: 20px;
}

.footer-container h2 {
  margin-top: 0;
  color: #000 !important;
  font-size: 25px;
  margin-bottom: 20px;
}

.footer-container ol {
  padding-left: 16px;
  color: #000 !important;
}

.footer-container ol li {
  color: #000 !important;
}

ol li {
  padding-left: 16px;
  margin-bottom: 16px;
  line-height: 28px;
  color: #000;
  font-size: 18px;
  text-align: justify;
  margin-right: 20px;
}

ol li:last-child {
  margin-bottom: 0;
}

ol.program {
  width: 600px;
}

.footer-section {
  padding-bottom: 50px;
}

.gray-bg {
  display: block;
  background-color: #f2f2f2;
  padding: 10px 30px 40px;
  border-radius: 0px 0px 8px 8px;
  width: 100.4%;
  margin-left: -1px;
  margin-bottom: -2px;
}

.title-pay {
  font-size: 18px;
  font-weight: 400;
  padding:20px 0px 10px;
  color: #05559c;

} 

.bg-orange {
  background:#F57620;
  color: #ffff;
  border: none;
}

.bg-blue {
  background:#0051C6;
  color: #ffff;
  border: none;
}

h2.title-orange {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffff;
}



.disclaimer {
  background: #0CC9FE;
  color: #fff;
  padding: 20px 0px 60px;
  font-size: 14px;
}

.disclaimer h1 {
  text-align: center;
  color: #fff;
  padding: 0rem 0 1rem;
  font-size: 2rem;
}

.disclaimer a {
  font-size: 16px;
  color: #fff;
}

a.support-mail {
  color: #fff !important;
}

@media (max-width: 950px) {
  .footer-flex {
    flex-direction: column;
  }

  .footer-container {
    padding: 24px;
  }

  .footer-container {
    width: auto;
  }

}

@media all and (max-width: 499px) {
  .accordion-content {
    padding-left: 40px !important;
    padding-right: 10px;
  }
  
  #img1 {
    display: none;
  }
  #img2 {
    display: block;
  }
  .youtube {
    height: 180px;
  }
  .wrapper {
    padding-top: 15px;
  }

  section.section-tc-pt-10 {
    padding-top: 0px;
  }

  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .flex {
    flex-direction: column;
  }

  .accordion-section {
    padding-bottom: 0;
    padding-top: 0px;
  }

  .accordion-content-child {
    max-width: 100%;
  }

  .mob-mt-16 {
    margin-top: 16px;
  }

  h2.title-promo {
    font-size: 18px;
  }

  .wrap-right {
    position: relative;
    top:-30px;
    right: -15px;
  }

  .left-image {
    width: 100%;
  }

  .footer-container {
    margin-left: 0px;
  }

  ol.program  {
    width: 320px;
    margin-bottom: 20px;
  }

  ul, ol {
      margin-bottom: 20px !important;
  }

  .mg-top {
    margin-top: -50px;
  }

  h2.title-promo-orange {
    font-size: 16px;
  }

  .title-orange {
    background: url(../images/title-cicilan-mob.png) no-repeat center center;
    background-size: 100%;
  }

  .title-blue {
    background: url(../images/title-tenor-6-mob.png) no-repeat center center;
    background-size: 100%;
  }

  .accordion-dropdown-icon-oren {
    font-size: 33px;
    font-weight: 300;
    margin: -38px 17px 0px;
    color: #fff;
  }

}


.carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

.carousel-indicators li {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
}

.carousel-indicators li.active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background: #47bbe4;
  border-color: #47bbe4;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 40px;
  color: #585858;
  text-align: center;
  /* text-shadow: 0 3px 2px rgba(0, 0, 0, 1); */
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
.carousel-control.left {
  background-image: none !important;
  z-index: 999999;
}
.carousel-control.right {
  right: 0;
  z-index: 999999;
  left: auto;
  background-image: none !important;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #47bbe4;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 99999999;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-size: 200%;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: url('icon/arrow-prev.svg');
}
.carousel-control .icon-next:before {
  content: url('icon/arrow-next.svg');
}

.outlet-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.outlet-carousel-icon-container-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.outlet-carousel-icon-container-left {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.outlet-carousel-icon-prev {
  width: 15px;
}

.outlet-carousel-icon-next {
  width: 15px;
}

.outlet-carousel-icon-prev::before {
  content: url('icon/arrow-prev.svg');
}

.outlet-carousel-icon-next::before {
  content: url('icon/arrow-next.svg');
}




@media (max-width: 992px) {
  .wrapper {
    padding-top: 50px;
  }

  section.section-tc-pt-10 {
    padding-top: 15px;
  }

  .section-kygo h2 {
    font-size: 24px;
  }

  #map {
    display: none;
  }

  ul.countdown-timer > li {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .countdown-day,
  .countdown-hour,
  .countdown-minute,
  .countdown-second {
    font-size: 36px;
    line-height: 42px;
    height: 42px;
  }

  /*#countdownTimer {
        font-size: 36px;
        line-height: 42px;
        height: 42px;
    }*/

  .event-detail {
    text-align: center;
    padding: 0;
  }

  .event-icon {
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .event-data {
    text-align: center;
  }

  .event-address {
    font-size: 20px;
    line-height: 24px;
  }

  .event-date {
    font-size: 30px;
    line-height: 36px;
  }

  .wrap-right {
    position: relative;
    top: -30px;
  }
}

@media (min-width: 993px) {
  section.section-tc-pt-10 {
    padding-top: 30px;
  }
  
}

section.section-tc-pt-pb {
  padding:10px 0px 30px;
}

.banner-image {
  background-size: cover;
}

/* --- T&C List --- */
.tc {
  font-size: 16px;
}
ol.tc-list {
  padding-left: 25px;
}

ol.tc-list li {
  padding-bottom: 10px;
}

/*-- Merchant Promo List*/

.merchant-promo-list hr {
  margin-top: 24px;
  margin-bottom: 30px;
  width: 50px;
  border: 1px solid #47bbe4;
}

.tnc {
  padding-top: 0px;
}

.tnc h3 {
  padding-top: 0px;
  margin: 0px;
}

.ul-event-date li {
  list-style: circle;
  margin-left: 15px;
}

.payday {
  font-size: 18px;
}


.carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

.carousel-indicators li {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
}

.carousel-indicators li.active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background: #47bbe4;
  border-color: #47bbe4;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 40px;
  color: #585858;
  text-align: center;
  /* text-shadow: 0 3px 2px rgba(0, 0, 0, 1); */
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
.carousel-control.left {
  background-image: none !important;
  z-index: 999999;
}
.carousel-control.right {
  right: 0;
  z-index: 999999;
  left: auto;
  background-image: none !important;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #47bbe4;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 99999999;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-size: 200%;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: url('../icon/arrow-prev.svg');
}
.carousel-control .icon-next:before {
  content: url('../icon/arrow-next.svg');
}

.outlet-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.outlet-carousel-icon-container-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.outlet-carousel-icon-container-left {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.outlet-carousel-icon-prev {
  width: 15px;
}

.outlet-carousel-icon-next {
  width: 15px;
}

.outlet-carousel-icon-prev::before {
  content: url('../icon/arrow-prev.svg');
}

.outlet-carousel-icon-next::before {
  content: url('../icon/arrow-next.svg');
}

.section {
  margin: 0;
  margin-top: 40px;
  padding: 20px 0;
}

.section-content-merchant {
  margin-bottom: 100px;
}

.section-title {
  text-align: center;
  color: #000;
  font-size: 16px;
}

.section-title h2 {
  font-family: 'Proxima Bold';
  font-size: 22px;
}

.carousel-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel {
  margin-top: 40px;
}

.accordion-dropdown-box {
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 8px 24px;
  text-decoration: none;
  color: #000 !important;
  font-weight: unset;
  margin-bottom: 16px;
  font-family: 'Proxima Bold';
  font-size: 18px;
}
.accordion-dropdown-box-orange {
  border-radius: 40px;
  display: block;
  padding: 8px 24px;
  text-decoration: none;
  color: #fff !important;
  font-weight: unset;
  margin-bottom: 16px;
  background: #F7901E;
}

.accordion-dropdown-icon {
  font-size: 30px;
  font-weight: 300;
}

.accordion-content-box {
  border: solid #000 1px;
  border-radius: 8px;
  padding: 16px;
}

.accordion-content {
  padding-left: 24px;
  justify-content: space-between;
}

.accordion-content-child {
  max-width: 45%;
}

.accordion-content-child ol li {
  margin-bottom: 16px;
}

.apply-row-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}

.how-to-use-section {
  background-color: #eef9ff;
}

.carousel-mobile h2 {
  font-weight: 600;
  text-align: center;
}

.carousel-banner {
  width: 40%;
  display: grid;
  place-content: center;
}

.carousel-banner img {
  width: 100%;
  height: auto;
}

.how-to-use-section-content {
  width: 35%;
  justify-content: center;
  gap: 32px;
}

.card-title {
  font-size: 24px;
  margin: 0;
  margin-right: 32px;
  line-height: 32px;
}