html {
	font-size: cal(width / 100);
}

body,html,div,p,ul,ol,dl,li,b,i,a{
	font-family: DIN,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }

input.readonly {
  color: #a7a7a7;
  cursor: default;
  background-color: #f1f1f1 !important;
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}

/* span.circle::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 6px;
} */

.checkDailyMax,.checkMonthMax{
	color: rgb(183, 28, 28);
	font-size: 20px;
	padding: 5px 0;
}

.circle.p-l-20{
	display: flex;
	padding-left: 0px !important;
}

.circle .black-point{
	position: absolute;
  	display: block;
  	content: "";
  	width: 10px;
  	height: 10px;
  	background-color: #000;
  	border-radius: 50%;
  	margin-top: 6px;
}

.circle .content-match{
	padding-left: 20px;
}

.memberInfo ul>li:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #696b73;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.memberInfo ul>li{
  position: relative;
  padding: 0 10px;
}

.d_none,.addeventatc_dropdown{
	display: none !important;
}

input.inputNumber{
	width: calc(100% - 165px);
	text-align: center;
	border: none;
}

.IPControl_column_content_1 {
    display: none;
}

.p-l-20{
	padding-left: 20px;
}

.fontFamilyBold{
	font-family: DINBold,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.mt50 {
	margin-top: 50px;
}

.relative {
	position: relative;
}

.filterBar{
  padding: 0;
}

.filterBar .col-md-3{
  z-index: 100;
  margin-top: 20px;
  border: 1px solid #707070 !important;
  padding: 9px 22px !important;
  font-weight: bold;
  cursor: pointer;
}

.filterBar .col-md-3.active{
  border-bottom: 1px solid white !important;
}

.filterBarBlock{
  position: absolute;
  z-index: 99;
  background-color: white;
  border: 1px solid #707070 ;
  padding: 20px;
  margin: 67px 0;
}

.memberCard-container{
	display:none;
}

.product_list li.normal-tile .content_box .icon>img {
	width: auto;
	height: 20px;
}

.product_list li.normal-tile .content_box .time-detail .time {
	line-height: 30px;
	font-size: 16px;
	display: flex;
	padding-bottom: 8px;
}

.product_list li.normal-tile .content_box .time>.icon {
	float: left;
	width: 30px;
	text-align: center;
	margin-right: 5px;
}

.product_list li.normal-tile .content_box .time>.icon {
	padding-top: 3px;
}

li.normal-tile .content_box p{
	left: 0 !important;
}

li.normal-tile{
	width: 33.33333%;
}

.gal_type:after {
	content: "";
	display: block;
	position: absolute;
	height: 0px;
	width: 42px;
	border-bottom: 170px solid #E53A7A;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	transform: rotate(90deg);
	z-index: 1;
	bottom: -60px;
	flex: 1;
	left: 64px;
}

.loyaltyInput {
	padding: 20px 19px;
	font-size: 16px;
	border: 1px solid #707070;
	margin: 10px 0;
	width: 100%;
	height: 40px;
	background-color: transparent;
}

.inputTitle {
	font-size: 14px;
	position: absolute;
	left: 15px;
	top: 0px;
	padding: 0 5px;
	background: linear-gradient(90deg, #f4f4f4 0%, #f5f5f5 43%, #f7f7f7 100%);
}

.memberDetail {
	padding: 0 40px;
	background-color: #ededed;
	box-shadow: 0px 3px 79px #12121217;
}

.memberDetail li {
	list-style: disc;
	margin: 25px 0;
}

.memberDetail ::marker {
	margin-right: 20px
}

.loyaltyLoadingHide #loyalty_loading{
	visibility: hidden !important;
}

.icon_calender {
	position: absolute;
	right: 0;
	text-align: center;
	transition: all .3s ease-in-out;
}

.icon_calender:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 90px 140px 0 0;
	border-style: solid;
	border-color: #FFD741 transparent transparent transparent;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.icon_calender img {
	width: 36px;
	height: 36px;
	position: relative;
	z-index: 100;
	margin-bottom: 5px;
	margin-right: 20px;
}

.icon_calender span {
	display: block;
	position: relative;
	z-index: 100;
	font-weight: 700;
	color: #2E2E2E;
	margin-bottom: 10px;
	margin-right: 20px;
}

#selectPord .date{
	width: 46%;float: left;position: relative;
}

#selectPord .time{
	width: 46%;float: right;position: relative;
}

#selectPord .time ul{
    margin-top: -1px;
    list-style: none;
    border: 1px solid #707070 !important;
    padding: 9px 22px !important;
    position: absolute;
    width: 100%;
    background-color: white;
	z-index: 999;
	height: 250px;
	overflow-y: scroll;
}

#selectPord .time ul li{
	cursor: pointer;
}

#selectPord .time ul li{
    list-style: none;
    padding: 5px 0;
}

#selectPord .time ul li::before{
	display: none;
}

.selectMon,.selectTime,.selectMonth {
	margin-top: 20px;
	border: 1px solid #707070 !important;
	padding: 9px 22px !important;
	font-weight: bold;
	cursor: pointer;
}

.notshow .flag-container{
	display: none !important;
}

.ticketList {
	margin: 25px 0;
	padding: 0
}

.ticketList li.normal-tile.showup .content {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 79px #12121217;
	position: relative;
}

.ticketList li.normal-tile .content_box {
	padding: 20px 15px;
	padding-bottom: 135px;
}

.ticketList li.normal-tile {
	margin-bottom: 30px;
}
 
.successWidget {
	position: relative;
	padding: 35px 10px 25px;
}

.successWidget i {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: -1px;
	background-size: 100% auto !important;
	display: inline-block;
	vertical-align: middle;
}

.successWidget i.user {
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/user.svg) no-repeat center left
}

.successWidget i.ticket {
	width: 40px;
    height: 40px;
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/icon-ticket.svg) no-repeat
		center left
}

.memberInfo>.col-md-5{
	padding-top: 15px;
}

.shopingCard i.delete, .yourTicket i.delete {
	width: 22px;
	height: 22px;
	background-size: 100% auto !important;
	display: inline-block;
	vertical-align: middle;
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/delete.svg) no-repeat center
		left;
	top: 10px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.yourTicket i.share,.shareBtn i.share {
	width: 29px;
	height: 29px;
	background-size: 100% auto !important;
	display: inline-block;
	vertical-align: middle;
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/share.svg) no-repeat center
		left;
	top: 5px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.shareBtn i.share {
	width: 20px;
	height: 20px;
	left: 13px;
	top: 10px;
}

.shareBtn{
	display: flex; 
	justify-content: space-between;
}

.shareBtn a:nth-child(1){
	margin-top: 0px;
}

.shareBtn a:nth-child(2){
	margin-left: 5px;
	margin-top: 0px;
	position: relative;
	padding-left: 40px;
}

.yourTicket div.calendar {
	width: 29px;
	height: 29px;
	background-size: 100% auto !important;
	display: inline-block;
	vertical-align: middle;
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/calendar.svg) no-repeat center
		left;
	top: 5px;
	position: absolute;
	right: 50px;
	cursor: pointer;
	padding: 0 !important;
    border: none;
    box-shadow: unset !important;
	z-index: 9;
}

.addeventatc_icon{
	display: none !important;
}

.shopingCard i.close {
	width: 13px;
	height: 13px;
	background-size: 100% auto !important;
	display: inline-block;
	vertical-align: middle;
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/X.svg) no-repeat center left;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.yourTicket i.edit,.infoContianer i.edit {
	background-size: 100% auto !important;
	display: inline-block;
	vertical-align: middle;
	background: url(/content/dam/revamp/ASMrevamp/ticket-online-order/icon/Edit.svg) no-repeat center left;
	top: 9px;
	right: 50px;
	cursor: pointer;
}

.infoContianer i.edit{
	width: 30px;
    height: 30px;
}

.yourTicket i.edit{
	position: absolute;
	width: 26px;
	height: 26px;
}

.ASMFNBLightBox .modal-content {
	background: white;
	box-shadow: 0px 3px 79px #12121229 !important;
}

.listLine {
	padding: 15px 0;
	font-size: 22px;
}

.listLine .col-md-3 {
	font-weight: bold;
	text-align: right;
}

#signUp{
	display: none;
}

.listLine .col-md-3>span {
	width: 35px;
	height: 35px;
	margin: 0 20px;
	border-radius: 50%;
	background: #FFD741 0% 0% no-repeat padding-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.listLine .col-md-3>span.disabled{
	background: #cbc6c4 0% 0% no-repeat padding-box;
}

#vueInit li .content {
	position: relative;
	/* cursor: pointer; */
	height: 100%;
}

.back-to-top{
	margin: 1rem 2rem !important;
}

.month-front{
  display: flex;
  justify-content: space-between;
}

.last-arrow{
  width: 15px !important;
  height: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-135deg) translate(-3px,3px);
  padding: 0;
  cursor: pointer;
  margin-top: 8px;
  border-radius: unset !important;
}

.next-arrow{
  width: 15px !important;
  height: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translate(-3px,3px);
  padding: 0;
  cursor: pointer;
  margin-top: 8px;
  border-radius: unset !important;
}

.last-arrow,.next-arrow{
  visibility: hidden !important;
}

.last-arrow.active,.next-arrow.active{
  visibility: visible !important;
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.filterFixedBlcok{
  position: fixed;
  bottom: 70px;
  right: 70px;
  margin: 1rem 2rem;
  background-color: white;
  border: 1px black solid;
  padding: 20px;
  z-index: 99999;
  font-size: 18px;
  width: 550px;
}

.filterFixedBlcok,.filterBarBlock{
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* 覆盖上面的所有设置 */
}

.filterFixedBlcok label,.filterBarBlock label{
  cursor: pointer;
}

.filterFixedBlcok p,.filterBarBlock p{
  padding: 7px 0;
}

.filterFixedBlcok span.col-md-6,.filterBarBlock span.col-md-6{
  padding: 10px 0;
}

.filterFixedBlcok label,.filterBarBlock label{
  position: relative;
}

.filterFixedBlcok .col-md-12,.filterBarBlock .col-md-12{
  padding: 0;
}

.shopCard,.filterIcon, .vc-widget-activator {
	border-radius: 50%;
	width: 60px !important;
	height: 60px !important;
	position: fixed;
	right: 0 !important;
	/* bottom: 95px; */
	margin: 1rem 2rem;
	z-index: 999;
	box-shadow: 0px 2px 6px #9c9c9c;
	cursor: pointer;
	transition: bottom 0.4s ease-out;
}

.vc-widget-activator{
	bottom: 0px !important;
	border-radius: 50% !important;
}

.vc-widget-activator.middle{
	bottom: 95px !important;
}

@media ( max-width : 768px) {
	.vc-widget-activator{
		bottom: 95px !important;
	}

	.vc-widget-activator.middle{
		bottom: 130px !important;
	}

	.shopCard,.filterIcon, .vc-widget-activator {
		margin: 1rem 0.9rem;
	}
}

.vc-widget-activator-content .vc-widget-activator-image-container:nth-child(1) .vc-widget-activator-image{
	background: url('/content/dam/singapore/marinabaysands/mbs/asm/close-button.svg') center no-repeat !important;
}

.vc-widget-activator-content .vc-widget-activator-image-container:nth-child(2){
	background-color: rgb(255, 255, 255) !important;
}

.vc-widget-activator-content .vc-widget-activator-image-container:nth-child(2) .vc-widget-activator-image{
	background: url('/content/dam/singapore/marinabaysands/mbs/asm/message.svg') center no-repeat !important;
}

.filterIcon{
  bottom: 95px;
  background:  0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
}

.shopCard{
  bottom: 0;
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 215, 65);
}

.shopCardMIcon {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 999;
}

.shopCardMobile {
	display: none;
}

.shopCard>span, .shopCardMIcon>span,.filterIcon>span {
	background-color: white;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	text-align: center;
	position: absolute;
	right: -6px;
	top: -6px;
	border: 1px solid #FFD741;
	font-size: 16px;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	font-weight: bold;
}

.shopCardMIcon>span {
	background-color: #FFD741;
	top: 5px;
	right: 4px;
	font-size: 13px;
	width: 25px;
	height: 25px;
}

.shopCard>div, .shopCardMIcon>div,.filterIcon>div {
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

.shopCard>img, .shopCardMIcon>img,.filterIcon>img {
	width: 30px;
	height: 30px;
}

.shopingCard {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 590px;
	z-index: 1047;
	height: 100%;
	padding: 20px;
	background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
	box-shadow: rgba(18, 18, 18, 0.16) 0 3px 79px;
}

.shopingCard .gal_type {
	top: 118px;
}

.product_list .gal_type {
	left: 1px;
}

.notAvailable{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background-color: rgb(255 255 255 / 60%);
	top: 0;
	left: 0;
	cursor: auto;
}

.notAvailable.active{
	display: block;
}

.notAvailableTxt{
	padding: 10px;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
}

.shopingCard .gal_type:after {
	border-bottom: 108px solid #39BBCE;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -27px;
	left: 33px;
}

.shopingCard ::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

.noItem {
	padding: 60px;
	text-align: center;
	color: #B4B4B4;
	font-size: 20px;
	font-weight: bold;
}

.yourTicket,.infoContianer {
	box-shadow: rgba(18, 18, 18, 0.09) 0px 3px 79px;
	padding: 15px 55px;
}

.paymentMethod {
	padding: 20px 0;
}

.paymentMethod label {
	display: flex;
	flex-direction: row;
	padding: 0 20px;
	align-items: center;
	cursor: pointer;
}

.paymentMethod .radio {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: all .3s ease;
    border: solid 1px #656567;
}

.paymentMethod input {
	display: none;
}

.paymentMethod img {
	margin: 0 5px;
}
.paymentMethod input:checked+.radio{
	border: none;
}

.paymentMethod input:checked+.radio::before {
	content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    transition: all .3s ease;
	background: #FFD741;
}

.paymentMethod input:checked+.radio::after {
	content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 6px;
    background: #656567;
    transition: all .3s ease;
}

.offer-slider{
	position: relative;
	padding-bottom: 70px;
}

.card-body{
	flex: 1 1 auto;
    padding: 1.25rem;
}

.share-container .card-body{
    padding: 0 !important;
}

.card-footer {
    padding: 1rem 0 0 1.25rem;
    background: none;
    border: 0 none;
}

.swiper-nav-buttons{
	display: none;
}

#PDPC .modal-dialog{
	height: auto;
}

.shapeborder {
    color: white;
    border-radius: 50%;
    background-color: #fff;
    width: 20px;
    height: 20px;
	min-width: 20px;
    line-height: 20px!important;
    display: inline-flex;
    top: 1%;
    left: 1%;
    text-align: center;
    font: 18px Verdana, Geneva, sans-serif;
    cursor: pointer;
    position: relative;
    background-color: #000;
	flex-direction: column;
    align-items: center;
}

.shapeborderTxt{
  position: relative;
  display: inline-block;
  padding: 3px 8px;
  background-color: #ffd741;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  left: 10px;
  cursor: pointer;
}

.shapeborderTxt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px; /* 修改这里，使气泡向左 */
  /* transform: translateY(-50%); */
  border-width: 10px;
  border-style: solid;
  /* border-color: transparent #ffd741 transparent transparent;  */
  border-color: transparent #ffd741 transparent transparent;
  transform: rotate(270deg) translateX(70%) translateY(58%);
}

.shapeborder>div,.shapeborderTxt>div{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: calc(140% - 8px);
}

.tips_arrow {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 .3rem;
    transform: translateX(-50%);
    border-radius: 10px;
}

.tips_arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.tips_arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #f7f7f7;
}

.tips_popover, .tips_static {
    min-width: 165px;
    z-index: 998;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    font-style: normal;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-image: linear-gradient(to right, #f3f3f3, #f6f6f6 48%, #fff);
	margin-top: -2px;
}

.tips_popover .popover_content, .tips_static .popover_content {
    box-shadow: 0 2px 7.6px 0.4px rgba(0, 0, 0, .3);
    padding: 15px;
    font-family: Lato, "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: .5px;
    line-height: 1.2;
    border-radius: 10px;
}

.popover_content a{
  font-size: 14px !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.guestInfoInput{
	width: 100%;
	display: flex;
}

.guestInfoInput .intl-tel-input{
	width: 100%;
}

.guestInfoInput>.col-md-6>div{
	padding: 10px 0;
	width: 100%;
}

#phoneNumberSistic{
	padding-left: 10px !important;
	margin-left: 130px;
}

.memberBenefitRemindMessage{
	visibility: hidden;
	color: rgb(86, 194, 70);
    font-size: 20px;
    font-weight: bold;
}

/* country/phone dropdown */
.intl-tel-input {
	position: relative;
	display: inline-block
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.intl-tel-input .hide {
	display: none
}

.intl-tel-input .v-hide {
	visibility: hidden
}

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text],.flag-container+#phoneNumberSistic
	{
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px
}

.intl-tel-input .selected-flag .iti-arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px
}

@media ( max-width : 500px) {
	.intl-tel-input .country-list {
		white-space: normal
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
	padding: 5px 10px;
	outline: none
}

.intl-tel-input .country-list .country .dial-code {
	color: #999
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code,
	.intl-tel-input .country-list .flag-box {
	vertical-align: middle
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box
	{
	margin-right: 6px
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel],
	.intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input,
	.intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text]
	{
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container
	{
	right: auto;
	left: 0
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
	.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
	cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
	.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag
	{
	background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	margin-left: 6px
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px
}

.intl-tel-input.iti-container:hover {
	cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px;
	line-height: 1.5em
}

.iti-flag {
	width: 20px
}

.iti-flag.be {
	width: 18px
}

.iti-flag.ch {
	width: 15px
}

.iti-flag.mc {
	width: 19px
}

.iti-flag.ne {
	width: 18px
}

.iti-flag.np {
	width: 13px
}

.iti-flag.va {
	width: 15px
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution :192dpi)
	{
	.iti-flag {
		background-size: 5652px 15px
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0
}

.iti-flag.do {
	height: 14px;
	background-position: -1379px 0
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0
}

.iti-flag.un {
	height: 14px;
	background-position: -5241px 0
}

.iti-flag.us {
	height: 11px;
	background-position: -5263px 0
}

.iti-flag.uy {
	height: 14px;
	background-position: -5285px 0
}

.iti-flag.uz {
	height: 10px;
	background-position: -5307px 0
}

.iti-flag.va {
	height: 15px;
	background-position: -5329px 0
}

.iti-flag.vc {
	height: 14px;
	background-position: -5346px 0
}

.iti-flag.ve {
	height: 14px;
	background-position: -5368px 0
}

.iti-flag.vg {
	height: 10px;
	background-position: -5390px 0
}

.iti-flag.vi {
	height: 14px;
	background-position: -5412px 0
}

.iti-flag.vn {
	height: 14px;
	background-position: -5434px 0
}

.iti-flag.vu {
	height: 12px;
	background-position: -5456px 0
}

.iti-flag.wf {
	height: 14px;
	background-position: -5478px 0
}

.iti-flag.ws {
	height: 10px;
	background-position: -5500px 0
}

.iti-flag.xk {
	height: 15px;
	background-position: -5522px 0
}

.iti-flag.ye {
	height: 14px;
	background-position: -5544px 0
}

.iti-flag.yt {
	height: 14px;
	background-position: -5566px 0
}

.iti-flag.za {
	height: 14px;
	background-position: -5588px 0
}

.iti-flag.zm {
	height: 14px;
	background-position: -5610px 0
}

.iti-flag.zw {
	height: 10px;
	background-position: -5632px 0
}

.iti-flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image:
		url('https://www.marinabaysands.com/static/marinabaysands/headlibs/images/flags.png');
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution :192dpi)
	{
	.iti-flag {
		background-image:
			url('https://www.marinabaysands.com/static/marinabaysands/headlibs/images/flags@2x.png')
	}
}

.iti-flag.np {
	background-color: transparent
}

.intl-tel-input {
	display: block;
	margin: .5rem 0
}

.intl-tel-input .flag-container, .intl-tel-input .tel-input {
	height: 44px
}

.intl-tel-input .flag-container {
	padding: 0;
	font-size: 1.0rem
}

.intl-tel-input .flag-container .selected-flag {
	width: 120px !important;
	padding-left: .75rem;
	padding-right: .75rem;
	border: 1px solid #b2b2b2;
	background: none !important
}

.intl-tel-input .flag-container:hover .selected-flag {
	background: none !important
}

.intl-tel-input .flag-container .iti-arrow {
	position: absolute;
	right: .75rem;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top: 6px solid #b2b2b2
}

.intl-tel-input .flag-container .iti-arrow.up {
	border-bottom: 6px solid #b2b2b2
}

.intl-tel-input .tel-input, .intl-tel-input input.tel-input[type=tel],.flag-container+#phoneNumberSistic {
	width: calc(100% - 130px);
	margin-left: 130px !important;
	padding-left: .75rem;
	padding-right: .75rem !important
}

@media ( min-width : 992px) {
	.intl-tel-input {
		margin: 0
	}
	.intl-tel-input .flag-container, .intl-tel-input .tel-input {
		display: inline-block;
		height: 50px;
		position: relative;
		vertical-align: top
	}
	.intl-tel-input .tel-input, .intl-tel-input input.tel-input[type=tel],.flag-container+#phoneNumberSistic {
		margin-top: 0 !important;
		margin-left: 1rem !important;
		width: calc(100% - 150px)
	}
	.intl-tel-input .country-list {
		max-height: 195px
	}
}

.iti-flag {
	background-image:
		url('https://www.marinabaysands.com/static/marinabaysands/headlibs/images/flags.png')
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution :192dpi)
	{
	.iti-flag {
		background-image:
			url('https://www.marinabaysands.com/static/marinabaysands/headlibs/images/flags@2x.png')
	}
}

.intl-tel-input .flag-container .selected-flag {
	max-height: 50px;
	border-color: #d5d5d5;
	font-size: 18px
}

.intl-tel-input .flag-container {
	max-height: 50px;
	flex: 1.5
}

.field_item .intl-tel-input {
	display: flex;
	margin: 0
}

.flag-container {
	flex: 1
}

#mobile-input {
	flex: 3
}

.intl-tel-input {
	display: flex;
}

/*MPGS*/
.mpgs-check-iframe-container{
	display: block;
	z-index: 9999;
	background-color: transparent;
	border: 0px none transparent;
	overflow-x: auto;
	overflow-y: auto;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.mpgs-check-iframe{
	width: 100%;
	min-height: 100%;
	/* background-color:rgba(255,255,255,0.9) !important; */
}
.modal_container {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	transition: opacity .15s linear;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	/* display: none; */
	width: 100%;
	height: 100%;
	outline: 0;
}

.modal_dialog {
	position: relative;
	width: auto;
	pointer-events: none;
	background-image: linear-gradient(-90deg, #fff 45%, #dbdbdb);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
	border-radius: 0.3rem;
}

.modal_content {
	position: relative;
	display: flex;
	padding: 13px 0px;
	flex-direction: column;
	pointer-events: auto;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.modal_head {
	border: none;
	padding: 0 30px 20px 30px;
	/* margin-bottom: 30px; */
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal_body {
	overflow: visible;
	padding: 0;
	position: relative;
	flex: 1 1 auto;
	padding: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.payment-dialog {
	width: 100%;
	margin: 0;
	background-color: #fff !important;
	background-image: none !important;
}

.modal_title {
	letter-spacing: 1px;
	color: #1c1c1c;
	font-weight: 700 !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

.close_button {
	opacity: .4;
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	font-size: 30px;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.modal_footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.payment-dialog-button {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	padding: 6px 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 18px;
	margin-left: 10px;
}

.payment-dialog-button:hover {
	background-color: #47a447;
	border-color: #398439;
}

.ccsFooter a {
	font-size: 14px;
	color: #428bca !important;
	text-decoration: underline !important;
	padding: 6px 12px;
	border-bottom: none !important;
}

.requiredStar {
	color: red;
}

.cscLable {
	margin-bottom: 5px;
}

.card-number-input, .card-Cardholder-input {
	width: 100%;
}

.card-securityCode-input {
	width: 5em;
}

.payment-dialog input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mastercardCardLogo {
	display: inline-block;
	height: 22px;
	margin-right: 5px;
}

.card-expiry {
	display: inline-block;
	padding-right: 5px;
	vertical-align: top;
}

.select-control {
	margin-top: 5px;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cscOther {
	margin-left: 10px;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.cscOtherLogo {
	background-image:
		url(/static/marinabaysands/headlibs/images/F_B/csc_other.png);
	height: 18px;
	width: 32px;
	display: inline-block;
	background-repeat: no-repeat;
}

#expiry-month, #expiry-year {
	text-indent: 0;
	appearance: auto;
	/* appearance:auto; */
	-moz-appearance: auto;
	/* -webkit-appearance:auto; */
}

.mr-t-15 {
	margin-top: 15px !important;
}

.modal-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000 !important;
	opacity: .5;
	transition: opacity .15s linear;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
  #loyalty_createUserNamePassword .loyalty_modal_dialog_md {
    max-width: 1200px !important;
  }
	.card.card-box .card-body {
		text-align: center;
		max-height: 285px;
		padding: 1rem !important;
	}
	.payment-dialog {
		width: 420px;
		margin: 6em auto;
	}
	.card-number-input {
		width: 60%;
	}
	.card-Cardholder-input {
		width: 75%;
	}
	.product--item-img {
		height: 250px !important;
	}
	.order-promotion-moible {
		display: none !important;
	}
	.count-box {
		margin-bottom: 15px;
	}
	.product_detai-description p {
		font-size: 1rem !important;
	}
	.product_detai-description li {
		font-size: 1rem !important;
	}
	.swiper-button-next, .swiper-button-prev {
		display: block;
	}
	.product-Specifications input {
		height: auto;
		text-align: center;
		font-size: 14px;
	}
	.product-Specifications {
		max-width: 60%;
	}
	.specifications-container {
		/* padding-top: 10px;; */
		font-size: 1.28571rem;
		height: 3rem;
	}
}

/*loading*/
.mask_layer {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1500;
	background-color: #333;
	opacity: 0.6;
}

.mask_layer_content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1501;
	overflow: hidden;
}

.ngx_foreground_spinner {
	width: 60px;
	height: 60px;
	margin: 0;
	color: rgb(210, 173, 73);
}

.sk_ball_spin_clockwise_fade_rotating {
	font-size: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: 6s linear infinite
		ball_spin_clockwise_fade_rotating_rotate;
	animation: 6s linear infinite ball_spin_clockwise_fade_rotating_rotate;
	position: relative;
}

.sk_ball_spin_clockwise_fade_rotating>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
	position: absolute;
	width: 25%;
	height: 25%;
	margin-top: -12.5%;
	margin-left: -12.5%;
	border-radius: 100%;
	-webkit-animation: 1s linear infinite ball_spin_clockwise_fade_rotating;
	animation: 1s linear infinite ball_spin_clockwise_fade_rotating;
	box-sizing: border-box;
}

.fade_rotating_1 {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -.875s !important;
	animation-delay: -.875s !important;
}

.fade_rotating_2 {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.75s !important;
	animation-delay: -.75s !important;
}

.fade_rotating_3 {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -.625s !important;
	animation-delay: -.625s !important;
}

.fade_rotating_4 {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.5s !important;
	animation-delay: -.5s !important;
}

.fade_rotating_5 {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -.375s !important;
	animation-delay: -.375s !important;
}

.fade_rotating_6 {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -.25s !important;
	animation-delay: -.25s !important;
}

.fade_rotating_7 {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -.125s !important;
	animation-delay: -.125s !important;
}

.fade_rotating_8 {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: 0s !important;
	animation-delay: 0s !important;
}

#self-collection .flex-1 .flex:last-child {
	margin-top: 15px;
}

.payment-box.hide-configured .C2RoomLigboxId {
	display: none;
}

.collection-box.hide-configured #cutleryCheckBox, .collection-box.hide-configured .separateLine
	{
	display: none;
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.lightboxOfferTxt{
	color: rgb(86, 194, 70);
	font-weight: bold;
	font-size: 24px
}

/* @
-webkit-keyframes ball_spin_clockwise_fade_rotating_rotate {to {
	-webkit-transform:rotate(-360deg);
	transform: rotate(-360deg);
}

}
@
-moz-keyframes ball_spin_clockwise_fade_rotating_rotate {to {
	-webkit-transform:rotate(-360deg);
	transform: rotate(-360deg);
}

}
@
-o-keyframes ball_spin_clockwise_fade_rotating_rotate {to {
	-webkit-transform:rotate(-360deg);
	transform: rotate(-360deg);
}

}
@
keyframes ball_spin_clockwise_fade_rotating_rotate {to {
	-webkit-transform:rotate(-360deg);
	transform: rotate(-360deg);
}

}
@
-webkit-keyframes ball_spin_clockwise_fade_rotating {from {
	-webkit-transform:rotate(0deg);
	opacity: .25;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

to {
	-webkit-transform: rotate(360deg);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}
@
-moz-keyframes ball_spin_clockwise_fade_rotating {from { opacity:.25;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}
@
-o-keyframes ball_spin_clockwise_fade_rotating {from { opacity:.25;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}
@
keyframes ball_spin_clockwise_fade_rotating {from { opacity:.25;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

} */
/* livechat */
/* .vc-widget-activator{
	bottom: 76px !important;
} */

#vc-callout{
	display: none;
}

.callout{
	bottom: 140px !important;
}

/*mobile*/
.member {
	position: relative;
	padding: 0;
	display: inline-block;
}

.memberBlock {
	display: flex;
	align-items: stretch;
}

.seletctMon {
	position: relative;
	display: inline-block;
	/* width: 86%; */
	width: 61%;
	min-width: 720px;
}

.seletctedMon {
	position: relative;
	width: 36%;
	min-width: 421px;
	height: 90px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.cardProdImg {
	width: 139px;
	height: 139px;
}

.cartProdTitle {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
	position: relative;
}

.cartProdVD {
	padding: 5px 0px;
	display: flex;
	flex-flow: row nowrap;
}

.cartProdPrice {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

.cardProdItemDes {
	padding: 0px 15px;
	width: 100%;
}

.cartBottomFix {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: white;
	z-index: 9;
	padding: 15px 0 30px;
}

.closeCart {
	text-align: right;
	height: 22px;
	position: relative;
	display: none;
}

.ticketTitle {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 22px;
}

.ticketRight {
	padding-left: 20px;
	display: inline-block;
	width: calc(100% - 220px);
}

.ticketRight .title {
	font-weight: bold;
	font-size: 26px;
	position: relative;
}

.ticketLeft img {
	width: 214px;
}

.ticketLeft .exhibition {
	bottom: -24px;
	top: auto;
}

.quantity {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
}

.quantity>div {
	width: calc(100% - 150px);
}

.ticketTotal {
	float: right;
	padding: 20px 6px;
	font-weight: bold;
	font-size: 20px;
}

.GaS {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 5px 6px 5px 0;
}

.listTotal {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	padding: 5px 6px 5px 0;
	font-size: 28px;
	font-weight: bold;
}

.col-input {
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.preferPay {
	font-weight: bold;
	display: inline-block;
	min-width: 300px;
}

.payMethod {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.payTotal {
	font-weight: bold;
	font-size: 22px;
}

.TaC {
	padding: 10px 0;
}

.TaC>span {
	font-size: 16px;
}

.payBtn {
	margin-top: 90px;
	padding: 0 60px;
}

.signedAs {
	padding: 0 55px;
}

.memberImg {
	/* padding: 0 0 20px; */
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.memberInfo>div {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.5px;
}

.memberInfo>div>p {
	margin-top: 15px;
}

.visiteDate {
	margin-top: 10px;
}

.infoTitle {
	font-size: 30px;
	font-weight: bold;
}

/* .member .gal_type:after {
	border-bottom: 190px solid #E53A7A;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -69px;
	left: 74px;
} */
/*step3 confirmation page*/
.lineDate {
	margin-bottom: 20px;
}

.lineDate>span:nth-child(1) {
	display: inline-block;
	font-weight: bold;
	min-width: 220px;
}
.select_ticket .dropdown-group{
	padding: 0;
	width: 41.66666667%;
	display: block;
	z-index: 999;
}
.select_ticket .dropdown-container{
	display: flex;
	position: relative;
}
.select_ticket .dropdown-group span{
	padding: 10px 22px 10px 22px;
}
.gal_type.exhibition:after{border-bottom-color:#39BBCE;}
.gal_type.screening:after,.gal_type.event:after{border-bottom-color:#E53A7A;}
.gal_type.workshop:after,.gal_type.tour:after{border-bottom-color:#5CC278;}
.gal_type.special:after{border-bottom-color:#845CBF;}

.selectTime:before,.selectMon:before,.selectTime:after,.selectMon:after{
	position: absolute;
    right: 30px;
    content: '';
    display: block;
    width: 1.5px;
    height: 8px;
    background: #757573;
    transform: rotate(45deg);
    top: 38px;
    transition: all .25s ease;
}
.selectTime:after,.selectMon:after{
	transform: rotate(135deg);
	right: 35px;
}
.selectTime.active:before,.selectMon.active:before{
	transform: rotate(135deg);
}
.selectTime.active:after,.selectMon.active:after{
	transform: rotate(45deg);
}
.selectTime+ul li:not([data-id]) {
    color: #9c9a9a;
    font-style: normal;
    pointer-events: none;
}
.monList.dropdown-group{
	top: 66px;
	width: 50%;
}

/* animate */
.fade-enter-active {
	transition: opacity 1s;
	transform: translateY(0px);
}

.fade-enter,.fade-leave-to {
	transform: translateY(300px);
	opacity: 0
}

.steps-container .step-name{
	top: 60px;
}

#clearall .btn{
	min-width: 140px;
}

.offerName{
	font-size: 22px;
	margin-bottom: 10px;
	display: flex;
}

.listLine .originPrice {
	text-decoration: line-through;
	font-size: 18px;
	padding: 0 10px;
	color: #c4c0c0;
}
.totalTxt{
	font-size: 0.6rem
}
.orderInfoProductItem{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}
.saveText{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.multi-column-body .card-body{
	padding-left: 0;
	padding-right: 0;
}
#remove .modal-lg,#clearall .modal-lg,#contactUpdate .modal-lg{
	max-width: 853px;
}
#payAfter3DS-err,#security-code-err{
	display: none;
}
.titleRightPadding{
	padding-right: 75px;
}

#contactUpdate h3 a{
    font-size: 40px;
    letter-spacing: .2px;
    font-family: DINBold,Helvetica Neue,Helvetica,Arial,sans-serif !important;
    font-weight: bold;
    color: #2e2e2e;
}

#contactUpdate h3 a:hover{
	color: #7b7b7b;
}

.locationWarnBox{
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    z-index: 999;
    padding: 15px 0;
	display: flex;
    justify-content: center;
}

.locationWarnBox>div{
	display: flex;
    justify-content: space-evenly;
}

.locationWarnBox .close:before,.locationWarnBox .close:after{
	content: '';
    width: 1.5px;
    height: 30px;
    background: rgb(50,50,50);
    position: absolute;
    transition: all .3s ease;
    top: 0;
    left: 50%;
}
.locationWarnBox .close{
	padding-left: 30px;
}

.locationWarnBox .close:before{
	transform: rotate(-45deg);
}

.locationWarnBox .close:after{
	transform: rotate(45deg);
}

.noLocationReminder{
	max-width: 1200px;
}

#ticketDetailLightBox{
	background-color: white;
}

#ticketDetailLightBox .modal-content{
	box-shadow: none !important;
}

/*resonsive*/
@media ( min-width : 992px) {
	.modal-lg {
		max-width: 1100px;
	}
	#remove .modal-lg,#clearall .modal-lg,#contactUpdate .modal-lg{
		max-width: 853px;
	}
}

@media screen and (max-width: 992px) {
	#contactUpdate h3 a{
		font-size: 28px;
	}
}

@media screen and (max-width: 992px) {
	.guestInfoInput .flex.col-md-6{
		padding: 0 !important;
	}
	.steps-container {
		display: block;
	}
	.guestInfoInput{
		flex-direction: column;
	}
	.guestInfoInput>.col-md-6>div{
		padding: 0;
	}
	input.inputNumber{
		width: calc(100% - 120px);
	}
}

@media ( max-width : 768px) {
	.loyalty_modal_body{
		padding-bottom: 100px !important;
	}
	.loyalty_modal_container .flex-1,.loyalty_birth_select_box .flex-1{
		flex: unset;
	}
	#loyalty_birth_month{
		padding: 0;
	}
	.locationWarnBox{
		bottom: 70px;
		z-index: 9999;
	}
	.orderInfoProductItem{
		display: flex;
	}
	.orderInfoProductItem>span{
		padding: 0;
	}
	.orderInfoProductItem>span:nth-child(1){
		position: relative;
		width: 66.66667%;
	}
	.orderInfoProductItem>span:nth-child(2){
		position: relative;
		width: 33.33333%;
		white-space: nowrap;
	}
	.totalTxt{
		font-size: 0.8rem
	}
	.offerName,.lightboxOfferTxt,.listLine{
		font-size: 0.83rem;
	}
	.successWidget i{
		width: 18px;
		height: 18px;
	}
	.successWidget i.ticket{
		width: 27px;
		height: 27px;
		margin-right: 5px;
	}
	.sistic_memberWidget .memberOfferTxt{
		padding-left: 20px;
		margin-bottom: 5px !important;
	}
	.sistic_memberWidget .successWidget>div.col-md-12 {
		align-items: flex-start;
		padding: 0 8px;
	}
	.sistic_memberWidget .inputTitle{
		background: white !important;
	}
	.guestInfo .container .flex{
		flex-direction: column;
    	justify-content: center;
	} 
	.monList.dropdown-group{
		top: 62px;
		width: 100%;
	}
	.swiper-nav-buttons{
		display: block;
	}
	.container>h1 {
		font-size: 1.2rem;
	}
	.steps-container {
		display: block;
	}
	.step-name {
		font-size: 0.65rem;
		/* -webkit-transform: scale(0.70); */
	}
	.steps-container button {
		width: 40px;
		height: 40px;
	}
	.steps-container .step-name{
		top: 40px;
	}
	.member {
		margin-top: 0px !important;
	}
	.memberBlock {
		flex-direction: column;
	}
	.memberBlock img {
		width: 7rem;
	}
	.memberBlock h3 {
		font-size: 1rem;
	}
	.memberBlock>.col-md-8 {
		padding: 28px 10px 0 10px !important;
	}
	.memberBlock>.col-md-8 .btn {
		display: none;
	}
	.memberBlock>.col-md-4 {
		background: white !important;
		padding: 10px !important;
	}
	.memberBlock p {
		font-size: 0.8rem;
	}
	.inputTitle {
		background: white;
	}
	.btn-primary {
		font-size: 0.8rem;
	}
	.memberBlock .button_cta_section>a {
		display: block !important;
		font-size: 0.8rem;
	}
	.memberDetail {
		padding: 10px 25px;
	}
	.seletctMon {
		width: 100%;
		min-width: auto;
	}
	.seletctMon>div {
		padding: 31px 10px 0 !important;
	}
	.seletctMon h3 {
		font-size: 1rem;
	}
	.seletctMon>div>div {
		flex-direction: column;
		align-items: stretch !important;
	}
	.seletctedMon {
		width: 100%;
		min-width: auto;
	}
	.selectTicket {
		font-size: 0.8rem;
	}
	.selectTicket>h2 {
		font-size: 1.2rem;
	}
	.container.mt50, .one-shadow.mt50 {
		margin-top: 20px;
	}
	#shopCard {
		display: none;
	}
	.back-to-top {
		bottom: 59px;
		/* bottom: 38px; */
		margin: 1rem 0.9rem !important;
	}
	.shopingCard {
		width: 100%;
	}
  .m_show{
    display: block !important;
  }
  .filterFixedBlcok {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    height: 100%;
    overflow-y: scroll;
    background-image: linear-gradient(-90deg,#fff 15%,#dbdbdb);
    background-color: #fff;
    background-clip: padding-box;
    padding: 0 20px 10px 20px;
	}
  .filterFixedBlcok>div{
    padding: 10px 0;
  }
  .filterFixedBlcok span.col-md-6{
    padding: 10px 15px 5px;
    background-color: white;
    display: flex;
    align-items: center;
    border: 1px solid #9b9393;
    margin-top: 10px;
    display: block;
  }
	.cardProdImg {
		width: 98px;
		height: 98px;
	}
	.cartItem .exhibition {
		top: 75px;
	}
	.cartItem .gal_type span {
		font-size: 12px;
	}
	.shopingCard .gal_type:after {
		bottom: -29px;
		left: 9px;
		width: 40px;
	}
	.cartItem .gal_type span {
		padding: 0 10px 0 10px;
	}
	.cartProdTitle span {
		font-size: 0.85rem;
	}
	.cartProdVD, .cartProdQua {
		font-size: 0.65rem;
		display: flex;
		flex-direction: column;
	}
	.cartProdPrice {
		font-size: 0.85rem;
	}
	.cardProdItemDes {
		width: calc(100% - 98px);
	}
	.cartProdQua>span {
		width: 100% !important;
	}
	.cartProdQua div {
		display: flex;
		justify-content: space-between;
	}
	.cartBottomFix {
		display: none;
	}
	#selectPord .modal-body {
		padding: 2rem 1.5rem 5rem;
	}
	#selectPord .modal-body h3 {
		font-size: 1.1rem;
	}
	#selectPord .modal-body p, #selectPord .selectMon,#selectPord .selectTime {
		font-size: 0.8rem;
	}
	#selectPord .modal-body .ticketTitleBlock span {
		font-size: 0.8rem !important;
	}
	#selectPord .selectMon,#selectPord .selectTime {
		width: 100% !important;
	}
	#selectPord .col-md-6, #selectPord .col-md-3 {
		font-size: 0.8rem;
		padding-right: 0;
	}
	#selectPord .modal-body {
		background: white;
	}
	#selectPord .row>a {
		padding: 0;
	}
	.listLine{
		padding: 5px 0;
	}
	.listLine .col-md-3>span {
		width: 28px;
		height: 28px;
	}
	.listLine .originPrice {
		font-size: 0.7rem;
	}
	/* .totalBorderTop{
		display: none;
	} */
	.shopCardMobile {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 -4px 69px #12121229;
		padding: 5px 20px 5px 0;
		background-color: white;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1048;
	}
	#selectPord{
		z-index: 100000;
	}
	.ticketTitle {
		font-size: 0.86rem !important;
	}
	.listLine .col-md-3>span {
		margin: 0 5px;
		font-size: 1rem !important;
	}
	/* .yourTicket>h4 {
		font-size: 0.95rem;
	} */
	.ticketRight {
		width: calc(100% - 110px);
		font-size: 0.65rem;
	}
	.ticketLeft img {
		width: 110px;
	}
	.ticketLeft .exhibition {
		bottom: -24px;
		top: auto;
	}
	.ticketLeft .exhibition span {
		font-size: 0.65rem;
	}
/* 	.ticketLeft .gal_type:after {
		border-bottom: 91px solid #39BBCE;
		left: 24px;
		bottom: -21px;
	} */
	.ticketRight .title {
		font-size: 0.86rem;
	}
	.ticketRight .title>span {
		width: 80%;
		display: inline-block;
	}
	.yourTicket,.infoContianer {
		padding: 15px 25px;
	}
	.visiteDate {
		display: flex;
	}
	.quantity, .visiteDate {
		flex-direction: column;
	}
	.quantity>div {
		width: auto;
	}
	.yourTicket .ticketTotal {
		font-size: 0.82rem;
		padding: 20px 0 5px;
		white-space: nowrap;
	}
	.yourTicket .edit {
		display: none !important;
	}
	.order_info .yourTicket .edit {
		display: block !important;
	}
	.GaS {
		padding: 5px 0 5px 0;
	}
	.listTotal {
		font-size: 0.95rem;
		padding: 5px 0 5px 0;
	}
	.col-input {
		flex-direction: column;
		align-items: flex-start;
	}
	.guestInfo {
		font-size: 0.65rem;
	}
	input.textfield {
		width: 100% !important;
	}
	.preferPay {
		font-size: 0.65rem;
	}
	.payMethod {
		flex-wrap: wrap;
	}
	.paymentMethod {
		padding: 0;
	}
	.paymentMethod label {
		padding: 0 20px 0 0;
	}
	.payTotal {
		font-size: 0.82rem;
	}
	.TaC>span {
		font-size: 0.65rem;
	}
	.payBtn {
		width: 80%;
		margin: 50px 0 70px;
	}
	.selected-dial-code {
		font-size: 0.8rem;
	}
	.signedAs {
		padding: 0 8px 5px;
	}
	.successWidget {
		padding: 35px 6px 25px;
	}
	.memberImg {
		font-size: 0.65rem;
		padding: 0;
	}
	.memberImg img {
		width: 65px;
	}
	.memberInfo {
		padding-left: 0;
	}
	.memberInfo>div {
		font-size: 0.8rem;
		padding-left: 0;
	}
	.memberInfo>div.col-md-5{
		padding-top: 10px;
	}
	.ticketTitleBlock .listLine .col-xs-6{
		padding-top: 10px;
	}
	.memberInfo>div>p {
		margin-top: 2px !important;
		display: flex;
	}
	.yourTicket.confirm div.calendar, .yourTicket.confirm i.share {
		width: 20px;
		height: 20px;
	}
	.yourTicket.confirm div.calendar {
		right: 30px;
	}
	.yourTicket.confirm .title>span {
		width: 60%;
	}
	.confirmForm>h2 {
		font-size: 1.2rem;
	}
	.confirmForm>p {
		font-size: 0.65rem;
	}
	.infoTitle {
		font-size: 0.95rem;
	}
	.lineDate {
		font-size: 0.65em;
		margin-bottom: 10px;
	}
	.lineDate>span:nth-child(1) {
		min-width: 120px;
	}
	.closeCart{
		display: block;
	}
	#ticketSelected,.select_ticket .dropdown-group,#selectPord .date,#selectPord .time{
		width: 100%;
	}
	.selectTime:before, .selectMon:before, .selectTime:after, .selectMon:after{
		top: 34px;
	}
	.pane-date-calendar{
		top: 57px !important;
	}
}

@media screen and (max-width: 600px) {
    li.normal-tile,li.normal-tile:nth-child(3n) {
        padding-left:0;
        padding-right: 0
    }

    li.normal-tile {
        width: 100%
    }

    li.normal-tile .content_box {
        min-height: auto
    }
/* 	.titleRightPadding{
		padding-right: 10px;
	} */
}

/*resonsive*/
@media ( min-width : 992px) {
	.modal-lg {
		max-width: 1100px;
	}
}


/* Loyalty */
/* loyalty for sistic itself */
	.loyalty_modal_content h6>b,.loyalty_modal_content a {
		font-size: 14px;
	}
	.loyalty_modal_container .form-group input,
	.loyalty_birth_box .loyalty—signup-input,
	.loyalty_modal_container .loyalty—signup-input {
		font-size: 16px !important;
	}
	.loyalty_modal_content small {
		font-size: 0.65rem;
	}
	.loyalty_modal_content div .txt-lg-lr {
		font-size: 16px !important;
		font-weight: 700 !important;
	}
/*loyatly css*/
select{
	appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}
.-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.flex-block{
  display: block;
}
.flex_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.f_700{
  font-weight: 700;
}
.pr15 {
  padding-right: 15px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.error_line,.error input{
  border-bottom: 2px solid #b71c1c !important;
}
.errorMsg,.error-message{
	color: #b71c1c;
}
.memberCard-container {
  padding: 15px;
  width: 100%;
  margin-bottom: 40px;
}
.memberCard-container a,.loyalty_modal_body a{
  text-decoration: underline;
  cursor: pointer;
  border-bottom: none !important;
}
.memberCard-container .memberCard {
  padding: 15px;
  border: 1px solid #d0af6d;
  border-radius: 2px;
  width: 100%;
}
.memberCard-container .memberCard-right{
  margin-left: 0px;
}
.memberCard-container .memberCard-info{
  margin-top: 20px;
  margin-left: 0px;
  width:100%
}
.memberCard-container .memberCard-title-moblie{
  margin-left: 10px;
  display:block;
}
.memberCard-container .memberCard-title{
  display:none;
}
.memberCard-container .memberCard-description{
  font-size: 16px;
  line-height: 1.5;margin-top: 10px;
}
.memberCard-container .memberCard-left{
  margin-bottom: 10px;
}

 .loyalty_modal_container .intl-tel-input{
  margin: 0px !important;
}
.change-flex-box-input {
  width: 100%;
  margin-top: 10px;
}

.icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.flex-1 {
  flex: 1;
  flex-grow: 1;
}
.mt_0 {
  margin-top: 0px;
}
.ls-x-sm {
  letter-spacing: .5px;
}
.txt-lg-jb, .txt-lg-jr, .txt-lg-lb, .txt-lg-lr, .txt-md-jb, .txt-md-jr, .txt-md-lb, .txt-md-lr {
  font-size: 16px;
}
.txt-lg-lb, .txt-lg-lr, .txt-md-lb, .txt-md-lr, .txt-sm-lb, .txt-sm-lr, .txt-x-lg-lb, .txt-x-sm-li, .txt-x-sm-lr, .txt-xx-lg-lb {
  font-family: Lato, "Josefin Sans", sans-serif;
}
.txt-lg-lr {
  font-size: 16px;
  font-weight: 400!important;
  font-family: Lato, "Josefin Sans", sans-serif;
}
.txt-black-three {
  color: #333;
}
.loyalty_modal_container .form-group>.col-sm-4 {
  padding: 0;
}
.loyalty_modal_container .form-group label,.loyalty_birth_box .form-group label {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
}
.loyalty_modal_container .form-group>.col-sm-4 {
  padding: 0;
}
.p0-15 {
  padding: 0 15px;
}
.mb_3, .my_3 {
  margin-bottom: 1rem !important;
}
.pl0 {
  padding-left: 0 !important;
}
.loyalty_modal_container .form-group label p ,.loyalty_birth_box .form-group label p {
  color: #666;
  font-size: 12px;
  margin: 0;
}
.loyalty_modal_container .form-group {
  padding: 5px 5px;
  margin: 0;
}
.loyalty_modal_container .form-group input,.loyalty_birth_box .loyalty—signup-input,.loyalty_modal_container .loyalty—signup-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.memberCard-container  .info-input {
  border: 1px solid #acacac;
  padding-right: 5px;
  background-color: #fff;
  position: relative;
  align-items: center;
}
.signUpPromptBox-container{
  width: 100%;
}

.memberImgLogo{
	display: none;
}

.memberCard-container .info-input input {
  height: 40px;
  width: calc(100% - 20px);
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 16px;
}
.mapplic-loader{
  height: 20px;
  width: 20px;
  display: none;
  margin-left: 10px;
}
.mapplic-loader-font{
  height: 20px;
  width: 20px;
  display: none;
  border-radius: 50%;
  color: #B71C1C;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #B71C1C;
  font-weight: 700;
}

.enhance-your-stay-button{
  margin-right: 0px;
  margin-top: 15px;
}
.error_msg {
  font-family: Lato, "Josefin Sans", sans-serif;
  font-size: 14px !important;
  color: #b71c1c !important;
  letter-spacing: .5px !important;
  display: none;
}
.mask_layer {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999998!important;
  background-color: #000;
  opacity: 0.7;
}

.mask_layer_content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999999!important;
}
.ngx_foreground_spinner {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgb(210, 173, 73);
}
.sk_ball_spin_clockwise_fade_rotating {
  font-size: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 6s linear infinite ball_spin_clockwise_fade_rotating_rotate;
  animation: 6s linear infinite ball_spin_clockwise_fade_rotating_rotate;
  position: relative;
}

.sk_ball_spin_clockwise_fade_rotating>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 25%;
  height: 25%;
  margin-top: -12.5%;
  margin-left: -12.5%;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball_spin_clockwise_fade_rotating;
  animation: 1s linear infinite ball_spin_clockwise_fade_rotating;
  box-sizing: border-box;
}
.fadeShow {
  transform: translateY(0.5rem)!important;
}
.ngx-progress-bar {
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 99999!important;
  display: none;
  color: #d0af6d;
}

.ngx-progress-bar::after, .ngx-progress-bar::before {
  background-color: currentColor;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ngx-progress-bar-ltr::before {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

.ngx-progress-bar-ltr::after {
  -webkit-animation: 20s ease-out progressBar-slide-ltr;
  animation: 20s ease-out progressBar-slide-ltr;
  -webkit-transform: translate3d(-5vw, 0, 0);
  transform: translate3d(-5vw, 0, 0);
}
.ngx-progress-bar.foreground-closing {
  opacity: 0!important;
  transition: opacity 1s ease-out 1s;
}

.foreground-closing.ngx-progress-bar-ltr::before {
  -webkit-animation: 1s ease-out progressBar-slide-complete-ltr;
  animation: 1s ease-out progressBar-slide-complete-ltr;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*loyalty_modal_container*/
.loyalty_modal_container img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
.loyalty_modal_backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  transition: opacity .15s linear;
}
.loyalty_modal_container {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1059;
  /* display: none; */
  width: 100%;
  height: 100%;
  outline: 0;
  transition: opacity .15s linear;
}
.loyalty_modal_container a{
  cursor: pointer;
}

.loyalty_modal_dialog {
  position: relative;
  width: auto;
  margin: 0rem auto 0.5rem auto;
  pointer-events: none;
  max-width: 97%;
  transition: transform .3s ease-out;
  transform: translateY(0);
  padding-bottom: 20px;
}

.loyalty_modal_content {
  position: relative;
  display: flex;
  padding: 30px 15px;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  font-family: DINBold,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.loyalty_modal_head {
  border: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.loyalty_modal_body {
  overflow: visible;
  padding: 0;
  position: relative;
  flex: 1 1 auto;
  font-size: 18px;
}

.loyalty_modal_body a{
  text-decoration: underline !important;
}

.loyalty_modal_title {
  letter-spacing: 1px;
  color: #1c1c1c;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

.loyalty_modal_footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.modal-footer-btn {
  text-align: center;
}

.close_button {
  opacity: .4;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: 36px;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
}

.loyalty_modal_body .sort_by {
  padding: 0;
}

.loyalty_modal_body .currency_label {
  padding: .75rem 0 .75rem 0;
}

.loyalty_modal_dialog_lg .loyalty_modal_head {
  margin-bottom: 30px
}
.loyalty_modal_container .intl-tel-input{
  height: 38px;
}
.loyalty_modal_container .flag-container{
  height: 100%;
  position: relative;
  background-color: #ffffff;
  width: auto;
}
.loyalty_modal_container .flag-container{
  background-color: #ffffff;
}
.loyalty_modal_container .intl-tel-input .flag-container .selected-flag{
  width: auto !important;
  padding-right: 1.75rem;
}
.loyalty_modal_container .intl-tel-input .flag-container .iti-arrow{
  right: 0.5rem;
}

.loyalty_modal_container .selected-dial-code{
  font-size: 14px;
}
.loyalty_modal_container  .flag-container{
  width:  97%;
}

#loyalty_tel_input{
  display: none;
}
.datefoBrith-item{
  position: relative;
  margin-right: 10px;
  flex: 1;
}
.datefoBrith-item:last-child{
  margin-right: 0px;
}
.datefoBrith-item select{
  width: 100%;
  height: 100%;
  border: 1px solid #ced4da;
  color:#333
}
.positionR {
  position: relative;
}
.pr_30{
  padding: 0 30px 0 0 !important;
}
.dropdown-down,.dropdown-up{
  float: right !important;
  padding-right: 4px;
}
.dropdown-down, .dropdown-up{
  position: absolute;
  top: 7px;
  right: 10px;
}
.dropdown-up span{
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 5px solid #d0af6d!important;
  border-left: 5px solid transparent!important;
  border-right: 5px solid transparent!important;
}

.dropdown-down span{
  border-top: 5px solid #666!important;
  border-left: 5px solid transparent!important;
  border-right: 5px solid transparent!important;
  display: inline-block;
  top: 10px;
  width: 0;
  height: 0;
}

.dropdown_select {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  cursor: pointer;
  max-height: 200px;
  overflow: auto;
  border-radius: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
  margin: 0;
  min-width: auto;
  /* 	width: 80%; */
  top: auto !important;
  margin: 0 15px;
}

.dropdown_select li {
  font-family: Lato, "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #333 !important;
  letter-spacing: .5px;
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding-left: 10px;
}

.dropdown_select li:focus, .dropdown_select li:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #edebeb;
}

.dropdown_select li.active, .dropdown_select li:active {
  background-color: inherit;
}
.form_check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.mbs-checkbox-primary{
  width:100%;
}
.filterFixedBlcok input{
  display: none;
}
.m_show{
  display: none;
}
.close-icon {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5rem;
  color: #888;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 1;
}

.showFilterResult span{
  font-weight: bold;
}

.mbs-checkbox-primary input:checked+label:before,.filterFixedBlcok input:checked+label:before,.filterBarBlock input:checked+label:before
{
  background-color: #ffd741;
  background-image:url(/static/marinabaysands/headlibs/images/F_B/select-o.png);
  background-repeat: no-repeat;
  background-position: 45%;
  background-size: 20px;
  border: none;
  padding: 0px !important;
}
.check-input,.filterBarBlock input {
  display: none;
}

.form_check .check_box {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.form_check .check_box:before,.filterFixedBlcok input+label:before,.filterBarBlock input+label:before {
  position: absolute;
  left: 0;
  content: '';
  width: 21px;
  height: 21px;
  border: 1px solid #acacac;
  border-radius: 5px;
}
.form_check .check_box:before{
  top:5px;
}
.signUp-success-info{
  display: flex;
  width: 100%;
  margin: 20px auto 0px;
  /* background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125); */
  line-height: 1.75;
  /* padding: 20px 10px; */
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.loyalty-button-multi-box{
  justify-content:flex-start;
  width: 100%;
  margin-top:20px;
}
.loyalty-button-multi-box button, .loyalty_modal_body button{
  margin-top: 10px;
  margin-right: 0px;
  width: 100%;
  min-width: 145px;
  min-height: 50px;
}
.btn a{
  text-decoration: none;
}
.login_countdown_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loyalty_loyalty_modal_container .p0-15 {
  padding: 0 15px;
}

#loyalty_logout_container a{
  cursor: pointer;
}
.d-hide{
  display: none !important;
}
.loyalty_birth_box{
  background-color: #ededed;
  padding: 20px;
}
.loyalty_birth_select_box{
  display: none;
  padding-left: 0;
}
.loyalty-login-username,.loyalty-login-membership-id{
  font-size: 17px;
  word-break: break-word;
}
@keyframes progressBar-slide-ltr {
  from {
    width: 0px;
  }
  to {
    width: 80%;
  }
}
@keyframes progressBar-slide-complete-ltr {
  /* from {width:0px;} */
  to {
    width: 100%;
  }
}
.memberCard-title-font{
  word-break: break-word;
  font-size: 16px;
  font-weight: bold;
}
.loyalty-loginBox-logo{
  height: 15px;
  margin-top: 4px;
}

.a2cldr {
  display: none;
}

@media screen and (min-width: 768px) {
  .txt-lg-jb, .txt-lg-jr, .txt-lg-lb, .txt-lg-lr {
    font-size: 18px;
  }
  .flex-block{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .change-flex-box-input {
    width: 60%;
    margin-top: 0px;
  }
  .enhance-your-stay-button{
    margin-right: 15px;
  }
  .memberCard-container .memberCard-right{
    margin-left: 10px;
  }
  .memberCard-container .memberCard-info{
    margin-top: 20px;
    margin-left: 131px;
  }
  .change-flex-box-input .info-input {
    width: 80%
  }
  .memberCard-container .memberCard-title-moblie{
    display:none;
  }
  .memberCard-container .memberCard-title{
    display:block;
  }
  .loyalty_modal_title {
    font-size: 30px;
  }
  .loyalty-button-multi-box button, .loyalty_modal_body button{
    margin-right: 10px;
    width: auto;
  }
  .loyalty-loginBox-logo{
    height: 35px;
  }
}


@media screen and (min-width: 576px) {
  .loyalty_modal_container .form-group {
    padding: 10px 5px;
    margin: 0;
  }
  .loyalty_modal_container .form-group label,.loyalty_birth_box .form-group label{
    font-size: 18px;
  }
  .loyalty_modal_container .loyalty_modal_dialog {
    max-width: 500px;
    margin-bottom: 1.75rem;
  }
  .fadeShow {
    transform: translateY(1.75rem)!important;
  }
  .loyalty_modal_container .loyalty_modal_dialog_small {
    max-width: 540px;
  }
  .loyalty_modal_container .loyalty_modal_dialog_md {
    max-width: 800px;
  }
  .datefoBrith-item{
    width: 25%;
    flex: none;
  }
  .memberCard-title-font{
    font-size: 18px;
  }
  .memberCard-container .memberCard-description{
    font-size: 18px;
  }
  .loyalty_birth_select_box{
    padding-left: 30px;
  }
  .loyalty_modal_content{
    padding: 30px 50px;
  }
  /* .signUp-success-info{
    width: 70%;
  } */
  .signUpPromptBox-container{
    width: 75%;
  }
  .loyalty-login-username,.loyalty-login-membership-id{
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .loyalty_modal_container .loyalty_modal_dialog_lg {
    max-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
	#select_mode .loyalty_modal_content{
		padding: 40px 14px;
	}
	.loyalty_modal_container .loyalty_modal_dialog {
    margin:0 !important;
		max-width:none !important;
		transform:none !important;
		padding-bottom: 0px !important;
  }
	.memberBenefitRemindMessage{
		font-size: 0.82rem;
	}
  .memberCard-container .info-input {
    /*flex: 1;*/
    flex-grow: 1;
    max-width: inherit;
  }
  .loyalty_modal_container .p0-15{
    padding : 0;
  }
  .loyalty_modal_container .col-sm-2.p0-15{
    width: 40%;
  }
  .loyalty_modal_container .col-sm-4.pl0.pr15 {
    width: 60%;
    padding-right: 0 !important;
  }
  .shapeborder{
	align-items: flex-start;
  }
  .TermsAndConditions .shapeborder {
	align-items: center;
  }
  .shapeborder>div{
	align-items: flex-start;
  }
  .tips_popover, .tips_static{
	margin-left: -85px;
  }
  .shapeborder>span{
	  padding-left: 8px;
  }
}

.popover .popover-header {
	margin: 10px;
	font-size: 12px;
	color: inherit;
}

.fade_rotating_1 {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -.875s !important;
  animation-delay: -.875s !important;
}

.fade_rotating_2 {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -.75s !important;
  animation-delay: -.75s !important;
}

.fade_rotating_3 {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -.625s !important;
  animation-delay: -.625s !important;
}

.fade_rotating_4 {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -.5s !important;
  animation-delay: -.5s !important;
}

.fade_rotating_5 {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -.375s !important;
  animation-delay: -.375s !important;
}

.fade_rotating_6 {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -.25s !important;
  animation-delay: -.25s !important;
}

.fade_rotating_7 {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -.125s !important;
  animation-delay: -.125s !important;
}

.fade_rotating_8 {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

@-webkit-keyframes ball_spin_clockwise_fade_rotating_rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes ball_spin_clockwise_fade_rotating_rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-o-keyframes ball_spin_clockwise_fade_rotating_rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes ball_spin_clockwise_fade_rotating_rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes ball_spin_clockwise_fade_rotating {
  from {
    -webkit-transform: rotate(0deg);
    opacity: .25;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  to {
    -webkit-transform: rotate(360deg);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes ball_spin_clockwise_fade_rotating {
  from {
    opacity: .25;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes ball_spin_clockwise_fade_rotating {
  from {
    opacity: .25;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball_spin_clockwise_fade_rotating {
  from {
    opacity: .25;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pane-date-calendar {
  width: 100%;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #696B73;
  border-top: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  color: #2e2e2e;
  padding: 16px;
  z-index: 100;
  left: 0;
  top: 65px;
}

.pane-date-calendar>div {
  line-height: 2.2;
}

.pane-date-calendar td {
  text-align: center;
  cursor: default;
  padding-bottom: 15px;
}

.pane-date-calendar td span {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  max-width: 40px;
  max-height: 40px;
}

.pane-date-calendar td span#calendar-month,
.pane-date-calendar td span#calendar-year {
  max-width: 80px;
}
.calendar-monthyear>div.month-front span#calendar-month {
	justify-content: flex-end;
}
  
.calendar-monthyear>div.month-front span#calendar-year {
	justify-content: flex-start;
}
  
.calendar-monthyear>div.year-front span#calendar-month {
	justify-content: flex-start;
}
  
.calendar-monthyear>div.year-front span#calendar-year {
	justify-content: flex-end;
}

.pane-date-calendar td.valid-day span:hover,
.pane-date-calendar td.actived span {
  background-color: #FFD741;
}

.valid-day.special span{
  border: 3px solid #FFD741;
}

.pane-date-calendar .next-month-day {
  color: #B2B2B2;
  cursor: pointer;
}

.pane-date-calendar .invalid-day {
  color: #F3F3F3;
}

.pane-date-calendar .valid-day {
  cursor: pointer;
}

.pane-date-calendar .calendar-lastarrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-135deg) translate(-3px, 3px);
  padding: 0;
  cursor: pointer;
  margin-top: 8px;
}

.pane-date-calendar .calendar-nextarrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translate(-3px, 3px);
  padding: 0;
  cursor: pointer;
  margin-top: 8px;
}

.modal-body .pane-date-calendar table td {
  width: auto !important;
}

.terms-check {
  position: relative;
  padding-left: 51px;
  cursor: pointer;
}

.terms-check::before {
  position: absolute;
  left: 0;
  content: '';
  width: 21px;
  height: 21px;
  border: 1px solid #acacac;
  border-radius: 5px;
  cursor: pointer;
}

.terms-check-select::before {
  background-color: #ffd741;
  background-image: url(/static/marinabaysands/headlibs/images/F_B/select-o.png);
  background-repeat: no-repeat;
  background-position: 45%;
  background-size: 14px;
  border: none !important;
}

.memberCard-container {
  display: none;
}

.sistic_memberWidget .error_msg {
  font-family: Lato, "Josefin Sans", sans-serif;
  font-size: 14px !important;
  color: #b71c1c !important;
  letter-spacing: .5px !important;
  display: none;
}

.sistic_memberWidget .loyaltyInput {
  padding: 20px 19px;
  font-size: 16px;
  border: 1px solid #707070;
  margin: 10px 0 0;
  width: 100%;
  height: 40px;
  background-color: transparent;
}

.loyaltyInputError {
  display: none;
  color: #b71c1c;
  font-size: 15px;
  border-top: 1px solid #b71c1c;
}

.sistic_memberWidget .inputTitle {
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 0px;
  padding: 0 5px;
  background: linear-gradient(90deg, #f4f4f4 0%, #f5f5f5 43%, #f7f7f7 100%);
}

.sistic_memberWidget .memberDetail {
  padding: 0 40px;
  background: linear-gradient(181deg, #f3f3f3 0%, #ffffff 25%, #FFFFFF 100%);
  box-shadow: 0px 3px 79px #ffffff17;
}

.sistic_memberWidget .memberDetail li {
  list-style: disc;
  margin: 25px 0;
}

.sistic_memberWidget .memberDetail ::marker {
  margin-right: 20px
}

.sistic_memberWidget .relative {
  position: relative;
}

.sistic_memberWidget .gal_type.exhibition:after {
  border-bottom-color: #39BBCE;
}

.sistic_memberWidget .gal_type.screening:after,
.gal_type.event:after {
  border-bottom-color: #E53A7A;
}

.sistic_memberWidget .gal_type.workshop:after,
.gal_type.tour:after {
  border-bottom-color: #5CC278;
}

.sistic_memberWidget .gal_type.special:after {
  border-bottom-color: #845CBF;
}

.sistic_memberWidget .member {
  position: relative;
  padding: 0;
  display: inline-block;
}

.sistic_memberWidget .memberBlock {
  display: flex;
  align-items: stretch;
}

.sistic_memberWidget .memberBlock>.col-md-8 {
  padding: 35px 40px;
}

.sistic_memberWidget .memberBlock>.col-md-8 img {
  max-width: 324px;
}

.sistic_memberWidget .memberBlock>.col-md-8 div.btn {
  margin-top: 16px;
}

.sistic_memberWidget .memberBlock>.col-md-4 {
  background: linear-gradient(90deg, #F3F3F3 0%, #F9F9F9 43%, #FFFFFF 100%);
  padding: 35px 25px;
}

.sistic_memberWidget .successWidget>div.col-md-12 {
  display: flex;
  align-items: stretch;
}

.sistic_memberWidget .successWidget>div.col-md-5>div {
  display: inline-flex;
  flex-direction: column;
  margin-top: 15px;
  width: 90%;
}

.sistic_memberWidget .memberOfferTxt {
  margin: 5px 0 20px;
  color: rgb(86, 194, 70);
  display: block;
}

.product_list{
  min-height: 380px;
}

.confirmForm .display-order-information{
	border-top: 2px solid #b4b4b4;
}

.confirmForm .display-order-information.hide{
	display: none;
}

.confirmForm .display-order-information .labels{
	font-size: 1rem;
    color: #1c1c1c;
    font-weight: 700;
    margin-top: 15px;
    display: flex;
    margin-left: 40%;
}

.confirmForm .display-order-information .labels .text{
    cursor: pointer;
}

.confirmForm .display-order-information .labels span{
    content: "";
    width: 10px;
    height: 10px;
    position: relative;
    left: 2%;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    transform: rotate(-45deg) translate(-3px,3px);
    transition: transform .25s ease;
    cursor: pointer;
}

.confirmForm .user-info.hide, .confirmForm .yourTicket.hide{
	display: none;
}

@media screen and (max-width:768px){
    .confirmForm .display-order-information .labels .text{
		margin-top: 3px
	}

	.confirmForm .display-order-information .labels{
		margin-left: 20%;
	}

	.confirmForm .display-order-information .labels span{
		left:4%;
	}
}


.relative .selectTitle{
	font-size: 14px;
	margin-bottom: 5px;
}

.relative .change-flex-box-input{
	width: 100% !important;
}

.relative .loyaltyCardContainer{
	border: none!important;
    background-color: unset!important;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-right: 5px;
    position: relative;
	flex-wrap: wrap;
	width: 100%;
}

.relative .loyaltyCardType {
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #c1c1c1;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 45%;
    cursor: pointer;
    box-shadow: 0 0 20px hsla(0,0%,46%,.2);
}

.relative .loyaltyCardType.active {
	box-shadow: 0 2px 6px #9c9c9c;
    color: #000;
    background: linear-gradient(to bottom right,#eee,#fff);
}

.relative .loyaltyCardType p {
	font-size: 12px;
    font-weight: bold;
}

.flex-block .loyaltyCardContainer{
	border: none!important;
    background-color: unset!important;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.flex-block .loyaltyCardContainer .loyaltyCardType{
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #c1c1c1;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 47%;
    cursor: pointer;
    box-shadow: 0 0 20px hsla(0,0%,46%,.2);
}

.flex-block .loyaltyCardContainer .loyaltyCardType.active{
	box-shadow: 0 2px 6px #9c9c9c;
    color: #000;
    background: linear-gradient(to bottom right,#eee,#fff);
}

.l_head{
  align-items: center !important;
  display: inline-flex;
}

.button-container {
  display: flex;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.l_button {
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
  color: #888; /* 初始灰色 */
}

.l_button.active {
  color: #000; /* 高亮时黑色 */
}

.highlight-bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #FFD741;
  transition: transform 0.3s;
  border-radius: 5px;
  z-index: 0;
  transform: translateX(0); /* 初始位置 */
}

.l_button:nth-child(2) {
  margin-left: -1px; /* 解决边框重叠问题 */
}

.loyalty_birth_box .form-group .col-sm-8 ul,#loyalty_createUserNamePassword.loyalty_modal_container .form-group ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  /* 使用flexbox布局 */
  flex-direction: column;
  /* 纵向排列 */
  margin-top: 10px;
}

.loyalty_birth_box .form-group .col-sm-8 ul li,#loyalty_createUserNamePassword.loyalty_modal_container .form-group ul li {
  display: flex;
  align-items: center;
  position: relative !important;
  margin: 3px;
  font-size: 14px !important;
  color: #8b8b8b !important;
}

.loyalty_birth_box .form-group .col-sm-8 ul li::before,#loyalty_createUserNamePassword.loyalty_modal_container .form-group ul li::before {
  content: "";
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #c1c1c1;
  border-radius: 50% !important;
  margin-right: 10px;
  background: white!important;
  top: 5px !important;
}

#loyalty_createUserNamePassword.loyalty_modal_container .form-group ul li.error_status::before{
  background: red !important;
  border: none;
}

#loyalty_createUserNamePassword.loyalty_modal_container .form-group ul li.pass_status::before{
  background: #61bb46 !important;
  border: none;
  content: "\2713";
  color: #ffffff;
  padding: 0px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.loyaltyCardType {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c1c1c1;
  background-color: white;
  border: 1px solid #ccc;
  padding: 15px 10px;
  width: 47%;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(117, 117, 117, .2);
  text-align: center;
}

.loyaltyCardType.active {
  box-shadow: 0px 2px 6px #9c9c9c;
  color: black;
  background: linear-gradient(to bottom right, #eee, white);
}

.loyaltyCardType p {
  font-size: 12px !important;
  font-weight: bold;
}

.loyaltyCardContainer {
  border: none !important;
  background-color: unset !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
  box-sizing: content-box;
  /* align-items: center !important; */
  align-items: stretch !important
}

.loyaltyCardContainer .loyalty-loginBox-logo {
  margin-top: 4px;
  width: 100%;
  height: auto !important;
}

.loyalty-button-multi-box button{
  width: calc(45% - 10px) !important;
}

.loyaltySignUpContainer{
  width: 1000px;
  background: #fff;
  padding: 0 100px 50px 100px;
}

.createPinPanelSuccess{
  display: none;
}

.createPinPanelSuccess.active{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.input-container {
  display: flex;
  font-weight: bold;
  font-size: 18px;
}

.input-box {
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ccc !important;
  padding: 10px !important;
}

.createPin-container ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  /* 使用flexbox布局 */
  flex-direction: column;
  /* 纵向排列 */
  margin-top: 10px;
}

.createPin-container ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 3px;
  font-size: 14px;
  color: #8b8b8b!important;
}

.createPin-container ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #c1c1c1;
  border-radius: 50%;
  margin-right: 10px;
  /* 调整空心圆与文本之间的间距 */
}

.createPIN_container{
  display: flex;
}

.createPIN_container .container_l{
  padding-left: 0px !important;
}

.createPIN_container .container_r{
  margin-left: 100px;
}

.password_container{
  display: flex;
}

.input_container{
  width: 50%;
  flex-direction: column;
}

.img_contianer{
  max-width: 250px;
  margin: 0 20px;
}

.caps-lock-message{
  color: #b71c1c;
  font-size: 12px;
  display: none;
}

.caps-lock-message span{
  color: white;
  background-color: red;
  border: 1px solid red;
  border-radius: 50%;
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.membershipIdTips_pop ._description{
  text-align: left;
  padding: 0 87px;
  font-size: 16px;
}

#loyalty_sign_up_success .info_container{
  background-color: #fff;
  padding: 0 10px 10px;
  width: 40%;
  margin: 5px;
}

#loyalty_sign_up_success .info_container .info_title{
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #ac8c4c;
}

#loyalty_sign_up_success .info_container .info_box{
  font-size: 18px;
  text-align: center;
  background-image: linear-gradient(90deg,#e7e7e7,#f1f1f1 48%,#efefef);
  padding: 10px;
}

#loyalty_createUserNamePassword .orange_line{
  border-bottom: 2px solid #F06C0D!important;
}

#loyalty_createUserNamePassword .yellow_line{
  border-bottom: 2px solid #F0BB0D!important;
}

#loyalty_createUserNamePassword .green_line{
  border-bottom: 2px solid #61bb46!important;
}

.loyalty_userName,.loyalty_confirmPassword,.loyalty_password{
  outline: none;
}

.error_weak,.error_good,.error_strong{
  font-family: Lato, 'Josefin Sans', sans-serif;
  font-size: 14px !important;
  letter-spacing: .5px !important;
  display: none;
}

.error_weak{
  color: #F06C0D !important;
}

.error_good{
  color: #F0BB0D !important;
}

.error_strong{
  color: #61bb46 !important;
}


@media (min-width: 576px) and (max-width:767.98px) {
  .loyalty_signup_container {
      max-width:100%
  }
}

@media (min-width: 992px) {
  .loyalty_signup_container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .loyalty_signup_container {
      max-width:1200px
  }
}

@media screen and (max-width: 768px) {
  .loyaltySignUpContainer{
    width: 100%;
    padding: 0 20px;
  }

  .loyalty-button-multi-box button{
    width: 100% !important;
  }

  .createPIN_container{
    display: block;
  }

  .createPIN_container .container_r{
    margin: 20px 0;
  }
  .password_container{
    flex-direction: column;
    margin-top: 10px;
  }
  .img_contianer{
    margin: 10px 0;
  }
  .input_container{
    width: 100%;
  }
  .loyalty_modal_body button{
    min-width: auto;
  }
  .membershipIdTips_pop ._description{
    padding: 10px 0;
  }
  .signUp-success-info{
    flex-direction: column;
  }
  .info_container{
    width: 85%;
  }
}


.type-category-title {
	font-size: 22px;
	font-weight: bold;
	border-top: 1px solid #d4d4d4;
	padding-top: 16px;
}
.type-category-tooltip {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	margin-top: 4px;
}
@media screen and (max-width: 768px) {
	.type-category-title {
		font-size: 0.86rem !important;
	}
}


#checkout_popup .modal-dialog {
	max-width: 700px;
	height: 100%;
}
#checkout_popup .modal-content {
	max-height: 100%;
}
#checkout_popup .modal-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem;
	padding-right: 1.5rem;
}
#checkout_popup .checkout-header {
	font-size: 34px;
}
#checkout_popup .checkout-content {
	overflow-y: auto;
	max-height: 400px;
}
#checkout_popup .checkout-notice-title {
	font-weight: 700;
	margin: 14px 0;
}
#checkout_popup .checkout-terms {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#checkout_popup button.btn-primary {
	margin: 25px 150px 0;
}
#checkout_popup .modal-content li+li {
	margin-top: 0.3rem;
}
#checkout_popup .checkout-notice-content p:not(:first-of-type) {
	margin-top: 0.6rem;
}
#checkout_popup .checkout-notice-content p+ul li {
	margin-left: 0.9rem
}

.mpgsComponent .terms-check-select:before{
	background-color: #ffd741 !important;
}

@media (max-width : 768px) {
	#checkout_popup .modal-body {
		padding: 1rem;
		background: white;
	}
	#checkout_popup .checkout-header {
		font-size: 26px;
	}
	#checkout_popup .checkout-content {
		max-height: unset;
	}
	#checkout_popup .checkout-terms .terms-check {
		padding-left: 30px;
	}
	#checkout_popup button.btn-primary {
		margin: 25px 0 10px;
	}
}


#externalRedirectionReminder .reminder-link-box {
	border: 1px solid #aaa;
	padding: 14px 12px;
	margin: 12px 0 24px;
	display: flex;
	align-items: center;
	word-break: break-all;
}
#externalRedirectionReminder .btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
}
#externalRedirectionReminder .btn-primary {
	padding: 0 100px;
}
@media (max-width : 768px) {
	#externalRedirectionReminder .modal-body {
		background: white;
	}
	#externalRedirectionReminder .reminder-link-box {
		padding: 8px 10px;
	}
	#externalRedirectionReminder .btn-primary {
		width: 100%;
	}
}

/* adyen */
.payTotal{
	height: auto !important;
	background-color: unset !important;
}

.adyen_close_Btn{
	border-radius: 30px;
	padding: 0 25px;
}

