/* notice top */
.soft-notice {
  width: 100%;
  background: var(--main-theme-color-rgb2);
  color: #FFFFFF;
  font-size: 13px;
  position: relative;
}

.soft-notice-inner {
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}

.soft-notice .ic-info {
    font-size: 17px;
}

.soft-notice-content {
  flex: 1;
}

.soft-notice-text {
  color: #ffffff;
}

.soft-notice-text strong {
  color: #ffffff;
  font-weight: 700;
  margin-right: 4px;
}

.soft-notice-text span {
  color: #ffffff;
}

.soft-notice-readmore {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  outline: none !important;
}

.soft-notice-readmore:hover {
  color: #ffffff;
}

.soft-notice-more {
  color: #ffffff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease,
    margin-top 0.3s ease;
  margin-top: 0;
}

.soft-notice-more-inner {
  display: inline;
}

.soft-notice.is-expanded .soft-notice-more {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 6px;
}

.soft-notice.is-expanded .soft-notice-readmore {
  display: none;
}

.soft-notice-lessmore {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  outline: none !important;
}

.soft-notice-lessmore:hover {
  color: #ffffff;
}

.soft-notice-lessmore:focus,
.soft-notice-lessmore:focus-visible {
  outline: none;
}

.soft-notice-close {
  position: absolute;
  right: 18px;
  top: 5px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #ececec;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.9;
  outline: none !important;
}

.soft-notice-close:hover {
  color: #ffffff;
  opacity: 1;
}

.soft-notice-close:focus-visible, .soft-notice-close:focus {
  outline: none;
}

@media (max-width: 991px) {
  .soft-notice {
    font-size: 12px;
  }

  .soft-notice-inner {
    padding: 10px 42px 10px 20px;
  }

  .soft-notice-close {
    right: 14px;
  }
}

@media (max-width: 575px) {
  .soft-notice-inner {
    padding: 10px 40px 10px 10px;
  }

  .soft-notice-text strong,
  .soft-notice-text span {
    display: inline;
  }

  .soft-notice-readmore {
    display: inline-block;
    margin-left: 0;
    margin-top: 2px;
  }

  .soft-notice.is-expanded .soft-notice-more {
    margin-top: 8px;
  }

  .soft-notice-close {
    top: 10px;
    right: 5px;
    font-size: 24px;
  }
}
/* end notice top  */

.item-member-rate .ribbon-pro-save .val{display: none}
.rate-plan-item.item-member-rate .ribbon-pro-save span.txt {
  font-size: 21px;
  margin-top: 5px;
}

#button_SunmitCoupon.form-control { background-color: #ed6a29 !important; }
.form-group.remark  label {display:none;}
.form-group.remark  div{padding-top: 15px;}
.etm-guest-information .payment-container .review-box .payment_method_box.card-form{display: none!important;}


@media only screen and (max-width: 991px) {.apply-voucher-btn{margin-top: 3px;}.addons-message{margin: 10px 10px !important;}}

@media only screen and (max-width: 991px) {
/*.row_etm_tab_banner .etm_tab_banner { display: block !important; padding: 0 0;}.carousel-control-next, .carousel-control-prev{display: none !important;} .row_etm_tab_banner{ margin: 0 0 7px;}
  .d-flex-sm {display: flex !important;}*/
}
@media only screen and (min-width: 768px) {.banner_redeem-sm{display: none;}}
@media only screen and (min-width: 992px){.row_etm_tab_banner .etm_tab_banner:first-child { padding-left: 0px !important; }}
@media only screen and (max-width: 767px) {
.banner_redeem-lg{display: none;}
.exit-redeem-banner .title-banner {display: inline-block;}
.exit-redeem-banner .title-banner .ic-info {font-size: 13px;}
}

/* #etm_rate_message {display: none !important;}
@media only screen and (min-width: 992px){.row_etm_tab_banner .etm_tab_banner:first-child { padding-left: 0px !important; }}
@media only screen and (max-width: 991px) {.row_etm_tab_banner .etm_tab_banner { padding-bottom: 0; } .row_etm_tab_banner{ margin: 0 0 7px;}}  */

/**Exist_reedeempage**/

  
.sold-out-Banner { 
  color: #282122;
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 10px;
  background: linear-gradient(90deg, #f4dfd2, #fcd6e1);
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }

.sold-out-Banner > center > a {
  border-radius: 25px;
  width: 111px;
  color: white;
  background: #db4551;
  margin-bottom: 10px;
}

.exist_reedeem{
  background-color: #F86A28;
  color: white !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
}

a.exist_reedeem:hover {
  background-color: var(--main-theme-color-rgb2);
  color: #ffffff !important;
}

/**Exist_reedeempage**/ .apply-voucher-btn { padding: 7px 25px 6px 25px; }.login-pointspot .pointspot_poweredby {
					position: relative !important;
					width: 100% !important;
					float: right !important;
					text-align: right !important;
					bottom: 5px !important;
					right: -5px !important;
				}
				
				.modal_addon .pointspot_poweredby {
					bottom: -15px !important;
					right: -10px !important;
				}
				 .addon-photo .more-photo { margin-top: -26.5px; } .etm-rate-table.addon-views .addon-card-item { background-color: #f4f4f4; } .caption-pointspot { font-size: 18px; } #pointspot_login2 { min-height: 97px; } #pointspot_login2 .pointspot_poweredby { bottom: 43px; } @media screen and (max-width: 414px) { #pointspot_login2 .pointspot_poweredby { bottom: unset; } }  p.benefit.breakfast { color: #32a923; text-transform: uppercase; font-weight: bold; border: solid 1px; width: fit-content; padding: 5px 10px !important; margin-top: 3px !important; background: #ffffff9e; } 