
body {
    font-family: "Proxima";
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

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

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

.ngabuburit {
    padding-top: 80px;
}

.youtube{
    height:500px;
}

.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;
}

.accordion-dropdown-box {
    border-radius: 25px;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: unset;
    margin-bottom: 16px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    position: relative;
}

.accordion-dropdown-icon {
    font-size: 16px;
    font-weight: 300;
    float: right;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: transform .5s;
}

a.accordion-dropdown-box:hover {
    color: #fff;
}

a.accordion-dropdown-box:focus {
    color: #fff;
}

a.accordion-dropdown-box.collapsed > .accordion-dropdown-icon {
    transform: rotate(180deg);
}

.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%;
}

.left-image {
    width: 65%;
    background-color: #b0f4ff;
    border-radius: 15px;
}

.footer-container {
    background-color: #eef9ff;
    width: 100%;
    padding: 30px;
}

.footer-container h2 {
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-container ol {
    padding-left: 16px;
}

.accordion-content-child > ol li {
    padding-left: 16px;
    margin-bottom: 16px;
    line-height: 22px;
}

.accordion-content-child > ol li:last-child {
    margin-bottom: 0;
}

.footer-container > ol li {
    margin-bottom: 15px;
}

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

.footer-flex {
    gap: 25px;
}

.footer-container {
    border-radius: 15px;
}

.banner_ngabuburit {
    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;
}

.text-white {
    color: #fff;
}

.bg-blue {
    background-color: #01d6fe;
}

.bg-orange {
    background-color: #ff9a32;
}

.section-title {
    text-align: left;
    font-size: 20px !important;
    margin-top: 30px;
    font-family: "Proxima Bold";
    color: #000;
}

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

.carousel {
  margin-top: 40px;
}

.visible-desk-block {
    display: block;
}


.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('../../../master-merchant/assets/img/left.svg');
}
.carousel-control .icon-next:before {
	content:  url('../../../master-merchant/assets/img/right.svg');
}


.outlet-carousel-icon-prev::before {
	content: url('../../../master-merchant/assets/img/left.png');
}

.outlet-carousel-icon-next::before {
	content:  url('../../../master-merchant/assets/img/right.png');
}

.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;
}

.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;
}


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

}

@media (max-width: 992px) {
	.ngabuburit {
        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;
    }
    .left-image {
        width: 100%;
    }
    

}

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

    .footer-container {
        padding: 24px;
    }
	
	.left-image {
		width: 60%;
	}
}

@media (max-width: 768px) {
	.carousel {
		margin-top: 20px;
	}
	.carousel-mobile h2 {
		font-size: 24px;
	}
	.carousel-mobile p {
		text-align: center;
		font-size: 14px;
	}
	.outlet-carousel-icon-container {
		display: flex;
		align-items: center;
		width: 102%;
		position: absolute;
		left: -1%;
		height: 70%;
	}
    .left-image {
        width: 100%;
    }

}

