.voucher-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--it-header-index)!important;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;background:transparent}.voucher-popup.active{opacity:1;visibility:visible;background:#fff3}@media (prefers-reduced-motion: reduce){.voucher-popup{transition:opacity .2s ease,visibility .2s ease;-webkit-backdrop-filter:none;backdrop-filter:none}.voucher-popup.active{-webkit-backdrop-filter:none;backdrop-filter:none}.voucher-popup *{transform:none!important;transition:opacity .2s ease!important;transition-delay:0s!important}}.voucher-popup__container{width:100%;height:100%;padding:6.4rem 5rem;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 749px){.voucher-popup__container{padding:0}}.voucher-popup__container--inner{background:#16171df2;width:600px;height:543px;margin:0 auto;border-radius:1.6rem;overflow:hidden;position:relative;z-index:2;transform:scale(.8) translateY(20px);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.voucher-popup.active .voucher-popup__container--inner{transform:scale(1) translateY(0)}@media only screen and (max-width: 749px){.voucher-popup__container--inner{flex-direction:column;justify-content:space-between;background:#16171d;transform:scale(.9) translateY(30px)}.voucher-popup.active .voucher-popup__container--inner{transform:scale(1) translateY(0)}}@media only screen and (max-width: 500px){.voucher-popup__container--inner{flex-direction:column;background:#16171d;transform:scale(.9) translateY(30px)}.voucher-popup.active .voucher-popup__container--inner{transform:scale(1) translateY(0);width:100%;height:100%;border-radius:0;display:flex;align-items:center}}.voucher-popup__close{position:absolute;top:1.2rem;right:1.2rem;border-radius:100%;background:#16171d;width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}@media only screen and (max-width: 749px){.voucher-popup__close{border:1px solid var(--it-white-color);top:4.4rem;right:1.6rem}}.voucher-popup__logo{text-align:center;margin-bottom:2.4rem;font-size:0}.voucher-popup__title{font-weight:600;font-size:2.4rem;line-height:1.5;letter-spacing:0;color:var(--it-white-color);text-align:center;margin-bottom:3.2rem;opacity:0;transform:translateY(10px);transition:opacity .3s ease .2s,transform .3s ease .2s}.voucher-popup.active .voucher-popup__title{opacity:1;transform:translateY(0)}.voucher-popup__subtext{font-weight:400;font-size:1.6rem;line-height:24px;letter-spacing:0;text-align:center;display:block;color:var(--it-white-color);margin-top:1.2rem}.voucher-popup__form{padding:7.8rem 4rem;width:calc(100% - 411px)}@media only screen and (max-width: 749px){.voucher-popup__form{padding:3rem 1.6rem;width:100%}}.voucher-popup__form--login,.voucher-popup__form--register,.voucher-popup__form--recover-password,.voucher-popup__form--reset-password{display:none}.voucher-popup__form--login>*,.voucher-popup__form--register>*,.voucher-popup__form--recover-password>*,.voucher-popup__form--reset-password>*{opacity:0;transform:translateY(15px);transition:opacity .3s ease,transform .3s ease}.voucher-popup__form--login>*:nth-child(1),.voucher-popup__form--register>*:nth-child(1),.voucher-popup__form--recover-password>*:nth-child(1),.voucher-popup__form--reset-password>*:nth-child(1){transition-delay:.1s}.voucher-popup__form--login>*:nth-child(2),.voucher-popup__form--register>*:nth-child(2),.voucher-popup__form--recover-password>*:nth-child(2),.voucher-popup__form--reset-password>*:nth-child(2){transition-delay:.15s}.voucher-popup__form--login>*:nth-child(3),.voucher-popup__form--register>*:nth-child(3),.voucher-popup__form--recover-password>*:nth-child(3),.voucher-popup__form--reset-password>*:nth-child(3){transition-delay:.2s}.voucher-popup__form--login>*:nth-child(4),.voucher-popup__form--register>*:nth-child(4),.voucher-popup__form--recover-password>*:nth-child(4),.voucher-popup__form--reset-password>*:nth-child(4){transition-delay:.25s}.voucher-popup__form--login>*:nth-child(5),.voucher-popup__form--register>*:nth-child(5),.voucher-popup__form--recover-password>*:nth-child(5),.voucher-popup__form--reset-password>*:nth-child(5){transition-delay:.3s}.voucher-popup__form--login>*:nth-child(6),.voucher-popup__form--register>*:nth-child(6),.voucher-popup__form--recover-password>*:nth-child(6),.voucher-popup__form--reset-password>*:nth-child(6){transition-delay:.35s}.voucher-popup.active .voucher-popup__form--login>*,.voucher-popup.active .voucher-popup__form--register>*,.voucher-popup.active .voucher-popup__form--recover-password>*,.voucher-popup.active .voucher-popup__form--reset-password>*{opacity:1;transform:translateY(0)}@media (max-width: 768px){.voucher-popup__form--login>*,.voucher-popup__form--register>*,.voucher-popup__form--recover-password>*,.voucher-popup__form--reset-password>*{transition:opacity .25s ease,transform .25s ease}.voucher-popup__form--login>*:nth-child(1),.voucher-popup__form--register>*:nth-child(1),.voucher-popup__form--recover-password>*:nth-child(1),.voucher-popup__form--reset-password>*:nth-child(1){transition-delay:.05s}.voucher-popup__form--login>*:nth-child(2),.voucher-popup__form--register>*:nth-child(2),.voucher-popup__form--recover-password>*:nth-child(2),.voucher-popup__form--reset-password>*:nth-child(2){transition-delay:.1s}.voucher-popup__form--login>*:nth-child(3),.voucher-popup__form--register>*:nth-child(3),.voucher-popup__form--recover-password>*:nth-child(3),.voucher-popup__form--reset-password>*:nth-child(3){transition-delay:.15s}.voucher-popup__form--login>*:nth-child(4),.voucher-popup__form--register>*:nth-child(4),.voucher-popup__form--recover-password>*:nth-child(4),.voucher-popup__form--reset-password>*:nth-child(4){transition-delay:.2s}.voucher-popup__form--login>*:nth-child(5),.voucher-popup__form--register>*:nth-child(5),.voucher-popup__form--recover-password>*:nth-child(5),.voucher-popup__form--reset-password>*:nth-child(5){transition-delay:.25s}.voucher-popup__form--login>*:nth-child(6),.voucher-popup__form--register>*:nth-child(6),.voucher-popup__form--recover-password>*:nth-child(6),.voucher-popup__form--reset-password>*:nth-child(6){transition-delay:.3s}}.voucher-popup__form--login .form__message--error,.voucher-popup__form--register .form__message--error,.voucher-popup__form--recover-password .form__message--error,.voucher-popup__form--reset-password .form__message--error{width:100%;margin-bottom:.8rem}.voucher-popup__form--login .form__message--error ul,.voucher-popup__form--register .form__message--error ul,.voucher-popup__form--recover-password .form__message--error ul,.voucher-popup__form--reset-password .form__message--error ul{list-style:none;margin:0;padding:0}.voucher-popup__form--login .form__message--error ul li,.voucher-popup__form--register .form__message--error ul li,.voucher-popup__form--recover-password .form__message--error ul li,.voucher-popup__form--reset-password .form__message--error ul li{font-weight:400;font-size:1.4rem;line-height:2.286;letter-spacing:0;color:var(--it-white-color);padding:.8rem 1.6rem .8rem 6.4rem;background:#32343e;border-radius:4px;box-shadow:0 4px 8px #0000001a;position:relative}.voucher-popup__form--login .form__message--error ul li:before,.voucher-popup__form--register .form__message--error ul li:before,.voucher-popup__form--recover-password .form__message--error ul li:before,.voucher-popup__form--reset-password .form__message--error ul li:before{background:url(icon-form-error.svg) no-repeat center center;width:3.2rem;height:3.2rem;content:"";position:absolute;top:50%;transform:translateY(-50%);left:1.6rem}.voucher-popup__form--login .form__message--error ul a,.voucher-popup__form--register .form__message--error ul a,.voucher-popup__form--recover-password .form__message--error ul a,.voucher-popup__form--reset-password .form__message--error ul a{color:var(--it-white-color)}.voucher-popup__form button[type=submit]+a{background:linear-gradient(86.37deg,#378a69,#33cb8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:16px;line-height:1.5;letter-spacing:0;width:100%;text-align:center}.voucher-popup__form button[type=submit]+a:hover{background:linear-gradient(86.37deg,#378a69,#33cb8e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;opacity:.8}.voucher-popup__image{width:100%;max-width:411px;font-size:0}@media only screen and (max-width: 749px){.voucher-popup__image{display:none}}.voucher-popup__image img{width:100%;height:100%;object-fit:cover}.voucher-popup__bottom-text{text-align:center;margin-top:3.2rem}.voucher-popup__bottom-text>*{font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:0;color:var(--it-white-color);margin:0}.voucher-popup__bottom-text a{font-weight:600;transition:color .2s ease;color:var(--it-white-color);text-decoration:none}.voucher-popup__bottom-text a:hover{color:var(--it-primary-color)}.voucher-popup a.forgot-password{font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:0;text-align:right;display:block;width:100%;color:var(--it-forgot-password-color);text-decoration:none}.voucher-popup a.forgot-password:hover{color:var(--it-primary-color)}.voucher-popup a.it-button--text{background:linear-gradient(86.37deg,#378a69,#33cb8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:16px;line-height:1.5;letter-spacing:0;width:100%;text-align:center;display:block;margin-top:3.2rem}.voucher-popup a.it-button--text:hover{background:linear-gradient(86.37deg,#378a69,#33cb8e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;opacity:.8}.voucher-popup .background-close{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1;border-radius:1.6rem}.voucher-popup-header{margin-bottom:24px;text-align:center}.voucher-apply-container{margin-bottom:40px}.voucher-input-section{display:flex;justify-content:center;align-items:stretch;gap:12px}.voucher-apply-btn{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 24px;width:120px;height:48px;background:linear-gradient(86.37deg,#378a69,#33cb8e);border:none;border-radius:4px;color:var(--it-white-color, #ffffff);font-family:var(--it-font-family-primary, "Manrope", sans-serif);font-weight:600;font-size:16px;line-height:1.5;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.voucher-apply-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4dc0924d}@media only screen and (max-width: 749px){.voucher-apply-btn{padding:0}}.voucher-item-content-wrapper{display:flex;flex-direction:column;gap:2.4rem;max-height:300px;overflow-y:auto;padding-right:8px}.voucher-item-content-wrapper::-webkit-scrollbar{width:6px}.voucher-item-content-wrapper::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.voucher-item-content-wrapper::-webkit-scrollbar-thumb:hover{background-color:#999}.voucher-item{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:24px;padding:0 24px 0 0;border:1px solid var(--it-border-input-color, #454d4a);border-radius:6px 16px 16px 6px;transition:border-color .3s ease,background-color .3s ease}.voucher-item-content{display:flex;align-items:center;gap:20px}.voucher-item-icon svg,.voucher-item-icon img{width:60px;height:60px}@media only screen and (max-width: 749px){.voucher-item-icon svg,.voucher-item-icon img{padding:0;width:32px;height:32px}}.voucher-item-details{display:flex;flex-direction:column;gap:8px}.voucher-item-title{font-family:var(--it-font-family-primary, "Manrope", sans-serif);font-weight:800;font-size:20px;line-height:1.6;color:var(--it-white-color, #ffffff);margin:0}@media only screen and (max-width: 749px){.voucher-item-title{font-size:16px}}.voucher-popup-footer{display:none;justify-content:space-between;align-items:center;gap:24px;padding:24px}@media only screen and (max-width: 500px){.voucher-popup-footer{display:flex}}.voucher-confirm-btn{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;width:250px;height:40px;background:linear-gradient(86.37deg,#378a69,#33cb8e);border:none;border-radius:4px;color:var(--it-white-color, #ffffff);font-family:var(--it-font-family-secondary, "Be Vietnam Pro", sans-serif);font-weight:500;font-size:14px;line-height:1.4285714286;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.voucher-confirm-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4dc0924d}.voucher-confirm-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}@media screen and (max-width: 768px){.voucher-popup-title{font-size:20px}.voucher-input-section{gap:16px}.voucher-item{padding:0 16px 0 0}.voucher-item-icon{width:60px;height:60px}.voucher-item-icon svg{width:40px;height:40px}.voucher-item-description{font-size:12px}}@media screen and (max-width: 480px){.voucher-popup-container{width:95%;margin:20px}.voucher-popup-content{padding:20px}.voucher-item-icon{width:50px;height:50px}.voucher-item-icon svg{width:30px;height:30px}}.voucher-popup-overlay{animation:fadeIn .3s ease-out}.voucher-popup-container{animation:fadeIn .3s ease-out .1s both}.voucher-popup-content{padding:40px}.voucher-popup-title{font-family:var(--it-font-family-primary, "Manrope", sans-serif);font-weight:600;font-size:24px;line-height:1.5;color:var(--it-white-color, #ffffff);margin:0}.voucher-popup-close{z-index:10;top:12px;right:12px;display:flex;justify-self:flex-end;background:none;color:var(--it-white-color, #ffffff);cursor:pointer;padding:8px;border-radius:50%;border:1px solid;transition:background-color .3s ease}@media only screen and (min-width: 750px){.voucher-popup-close{position:absolute}}.voucher-popup-close:hover{background-color:#ffffff1a}.voucher-popup-back-btn{display:flex;align-items:center;justify-content:center;background:none;width:250px;height:40px;color:var(--it-white-color, #ffffff);cursor:pointer;padding:8px;border-radius:4px;border:1px solid;transition:background-color .3s ease}.voucher-popup-back-btn:hover{background-color:#ffffff1a}.voucher-input-container{display:flex;align-items:center;gap:10px;padding:12px;flex:1;height:48px;border:1px solid var(--it-border-input-color, #5a6273);border-radius:8px;background:transparent;transition:border-color .3s ease}.voucher-input-container:focus-within{border-color:var(--it-primary-color, #4dc092)}.voucher-input-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.voucher-input-icon svg{width:20px;height:20px}.voucher-input-field{flex:1;background:none;border:none;outline:none;color:var(--it-white-color, #ffffff);font-family:var(--it-font-family-primary, "Manrope", sans-serif);font-size:14px;line-height:1.4285714286}.voucher-input-field::placeholder{color:var(--it-placeholder-input-color, #8a899f)}.voucher-list-section{display:flex;flex-direction:column;align-self:stretch;gap:24px;margin-bottom:40px}.voucher-item{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:24px;padding:0 24px 0 0;border:1px solid var(--it-border-input-color, #454d4a);border-radius:16px;transition:border-color .3s ease,background-color .3s ease}.voucher-item:hover{border-color:var(--it-primary-color, #4dc092);background-color:#4dc0920d}.voucher-item-icon{display:flex;justify-content:center;align-items:center;gap:10px;padding:6px;width:89px;height:89px;background:var(--it-primary-color, #4dc092);border-radius:4px}.voucher-item-icon svg{width:60px;height:60px}.voucher-item-description{font-family:var(--it-font-family-primary, "Manrope", sans-serif);font-weight:400;font-size:14px;line-height:1.4285714286;color:var(--it-forgot-password-color, #bababe);margin:0}.voucher-item-radio{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.voucher-radio-input{display:none}.voucher-radio-label{display:block;width:20px;height:20px;border:1px solid var(--it-placeholder-input-color, #8a899f);border-radius:50%;cursor:pointer;position:relative;transition:border-color .3s ease,background-color .3s ease}.voucher-radio-input:checked+.voucher-radio-label{border-color:var(--it-primary-color, #4dc092);background-color:var(--it-primary-color, #4dc092)}.voucher-radio-input:checked+.voucher-radio-label:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:var(--it-white-color, #ffffff);border-radius:50%}.voucher-message-error{color:red;margin:8px 0 0;font-size:12px}@media screen and (max-width: 768px){.voucher-popup-content{padding:24px}.voucher-popup-title{font-size:20px}.voucher-item{padding:0 16px 0 0}.voucher-item-icon{width:60px;height:60px}.voucher-item-icon svg{width:40px;height:40px}.voucher-item-details{width:auto;flex:1}.voucher-item-description{font-size:12px}}@media screen and (max-width: 480px){.voucher-popup-content{padding:20px}.voucher-item-icon{width:50px;height:50px}.voucher-item-icon svg{width:30px;height:30px}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
