@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: iCielGotham;
    src: url(/fonts/Gotham-Light1.otf);
}
@font-face {
    font-family: iCielGothamBold;
    src: url(/fonts/Gotham-Bold1.otf);
}
.content .row {
    margin-left: 0;
    margin-right: 0;
}
.no-padding {
    padding: 0 !important; 
}
.checkbox label,
.radio label {
    padding-left: 0;
}
.icheckbox_square-blue {
    margin-right: 6px;
}

.wrapper section.content {
    margin-top: 20px;
}
.img-thumbnail {
    width: 100px;
}
.mgt10 {
    margin-top: 10px;
}
.label-meta-name {
    text-transform: uppercase;
    color: #367fa9;
}
.text-upper-case {
    text-transform: uppercase;
}
.btn-help {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;

    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce-5;
    animation-timing-function: ease;
}
@keyframes bounce-5 {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        transform: scale(0.9, 1.1) translateY(-20px);
    }
    50% {
        transform: scale(1, 1) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(-7px);
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}
@keyframes opacityAnimated {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-title {
    color: #cd8076;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 700;
    font-weight: bold;
    line-height: 1.092;
    text-align: center;
    margin-bottom: 30px;
}
.footer-img {
    width: 100%;
}
.container {
    max-width: 623px;
}
#register-form {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}
#register-form .form-item {
    background-color: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    height: 108px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
#register-form .form-item img {
    width: 35px;
}
#register-form .form-item input,
#register-form .form-item select {
    flex: 1;
    margin-left: 20px;
    height: 40px;
    font-size: 11px;
    font-family: "Montserrat";
    color: rgba(35, 31, 32, 0.631);
    line-height: 2.43;
    font-size: 18px;
    border: none !important;
    background: none;
    outline: none !important;
}
#register-form .form-item input::placeholder,#register-form .form-item select{
	color:#999999;
}
#register-form .form-item p.text-danger {
    position: absolute;
    bottom: -5px;
    left: 83px;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 100px);
    text-overflow: ellipsis;
}
.background-on-title {
    width: 100%;
    margin-bottom: 30px;
    height: 30px;
}
.btn-common {
    width: 330px;
    height: 74px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 50px;
    background: #e03f47 !important;
    color: #f9c9c8 !important;
    position: absolute;
    bottom: 30px;
    outline: none !important;
    border: none !important;
}
.img-voucher {
    width: 100%;
}
.voucher-wrapper {
    flex-direction: column;
}
footer.guest-footer {
    margin-top: 50px;
}
.background-success {
    background-color: #d21935;
    padding: 30px 20px 30px 20px;
}
.background-success img {
    width: 100%;
}
.title-warning {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(35, 31, 32);
    line-height: 2.645;
    text-align: center;
    margin-top: 50px;
}
.success-message-img {
    width: 70%;
    margin-bottom: 20px;
}
.message-wrapper {
    flex-direction: column;
}
.text-customer-info {
   font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #676767;
    line-height: 1.6;
    text-align: center;
    width: 90%;
    margin-bottom: 30px;
}
.text-customer-info b {
 	font-size: 34px;
    font-family: "Montserrat";
    font-weight: 700;
    color: #cd8076;
    display: block;
}
.message-wrapper .result {
    width: calc(100% - 40px);
    background-color: #f2f2f2;
    font-size: 18px;
    font-family: "Montserrat";
    color: rgba(35, 31, 32, 0.522);
    padding: 20px;
    margin-top: 20px;
    border-radius: 15px;
    text-align: center;
}
.arrow-down {
    margin-bottom: 30px;
    width: 30px;
}
.content{
	max-width: 600px;
	margin:auto;
}
@media (max-width: 576px) {
    .text-title {
        font-size: 30px;
        margin-top: 40px;
    }
    #register-form .form-item {
        height: 70px;
    }
    #register-form .form-item img {
        width: 35px;
    }
    #register-form .form-item input,
    #register-form .form-item select {
        font-size: 16px;
    }
    .btn-common {
        width: 200px;
	    height: 47px;
	    font-size: 16px;
	    margin-bottom: 20px;
	    font-size: 22px !important;
	    line-height: 45px !important;
	    border-radius: 10px !important;
	    padding: inherit;
    }
}

.total-voucher {
    font-size: 22px;
    background-color: white;
    padding: 4px;
    border-radius: 4px;
}
.total-voucher.text-danger {
    animation: opacityAnimated 1s 5;
}
.no-highlight {
    border-left-color: none;
}

.btn-discount-scrolling {
    border-radius: 20px;
    width: auto !important;
    background-color: #f08583 !important;
    text-transform: uppercase;
    color: white !important;
    bottom: 80px;
}
.discount-text {
    width: 260px;
    position: absolute;
    top: 65px;
    left: 50px;
}
#list-code {
    padding: 20px;
    padding-top: 10px;
    max-height: 560px;
    overflow: auto;
    margin-top: 20px;
}
.discount-item {
    width: 100%;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}
.discount-item:last-child {
    margin-bottom: 0px !important;
}
.discount-item img, .discount-item__info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.expired-discount-item {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.5
}
.discount-item__info {
    z-index: 2;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding-top: 4px;
}
.discount-item__info span {
    color: #f48582;
}
.discount-item__title {
    font-size: 24px;
    font-weight: bold;
}
.discount-item__price {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}
.discount-item__expired {
    font-size: 18px;
}
.btn-condition {
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 3;
    background: none;
    border: none;
    color: #f48582;
    font-size: 12px;
}
#condition-modal .modal-dialog{
    margin-top: 50%;
}
#condition-modal .modal-footer {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#condition-modal .modal-footer button {
    background-color: #f48582;
    color: white;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .radio-item input[type='radio'] {
    display: none;
  }
  
  .radio-item label {
    color: #666;
    font-weight: normal;
  }
  
  .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #f48582;
    background-color: transparent;
  }
  
  .radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #f48582;
  }
  .discount-item .radio-item {
    position: absolute;
    top: -3px;
    right: 5px;
    z-index: 3;
}
.prevent-click {
    width: 75px;
    height: 75px;
    top: -8px;
    right: 0;
    position: absolute;
    z-index: 5;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn-scroll-to-form {
    color: white;
    background-color: #f48582 !important;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    padding: 16px;
    height: 56px;
    border-radius: 28px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.discount-logo-img {
    width: 120px;
}
.discount-success-message-img {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.discount-item-wrapper {
    width: 100%;
    padding: 20px;
}
.discount-item-wrapper * {
    font-family: "Montserrat" !important;
    font-weight: 600;
}
.discount-item * {
    font-family: "Montserrat";
}
.discount-introduce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.discount-introduce__title {
    font-weight: bold;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 600;
}
.discount-introduce__content {
    margin: 0 80px;
    text-align: center;
    font-family: "Montserrat";
    min-width: 250px;
}
.discount-introduce__icon {
    width: 170px;
    margin-top: 20px;
}
.discount-bg {
    position: relative;
    width: 100%;
    height: 375px;
    margin-top: 120px;
}
.discount-bg__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.discount-bg__img {
    width: 90%;
    position: absolute;
    z-index: 1;
    left: calc(5%);
    top: -70px;
}

.voucher-select {
    max-width: 300px;
      margin-bottom: 20px;
      border-radius: 4px;
  }
  
.btn-register-scrolling {
    border-radius: 25px;
    background-color: #cd8076 !important;
    color: white !important;
    border: 2px solid #fff !important;
    font-weight: 700;
    font-size: 30px;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-submit-register{
        padding: 8px;
    background-color: #cd8076;
    color: white;
    border: none;
    border-radius: 10px;
    width: 200px;
    font-size: 22px;
    font-weight: bold;
}
.p-condition {
    display: none;
}
.btn-submit-discount-register {
    color: white;
    background-color: #f48582 !important;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    padding: 16px;
    height: 56px;
    width: 200px;
    border-radius: 28px;
}
.discount-background-success {
    overflow: hidden;
    max-width: 600px;
    margin:auto;
}
.img_price{
	max-width: 250px;
}
.i2500-500-success-bg {
    width: 100%;
    height: 100%;
}

.i2500-500-success-img {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 56px;
    right: 20px;
}

.discount-voucher-preview-img {
    margin-bottom: 10px;
}

.voucher-content {
    font-family: "Montserrat";
    position: absolute;
    bottom: 72px;
    border-radius: 8px;
    height: 43%;
    width: 84%;
    left: calc(8%);
    overflow: hidden;
}

@media (min-width: 480px) {
    .voucher-content {
        width: 86%;
        left: calc(7%);
        height: 44%;
    }
}
@media (max-width: 380px) {
    .voucher-content {
        width: 82%;
        left: calc(9%);
        height: 40%;
        font-size: 80%;
    }
}
@media (max-width: 310px) {
    .voucher-content {
        width: 80%;
        left: calc(10%);
        height: 40%;
        bottom: 68px;
    }
}