@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";:root{--font-family-base: "Poppins", sans-serif}*{box-sizing:border-box}html,#root{background:#fbfbfb}body{margin:0;font-family:var(--font-family-base);color:#1f1c2b}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 30px;height:65px;background-color:#fbfbfb;border-bottom:2px solid #e6e6e6}.header-logo{height:50px;width:auto;object-fit:contain}.list-app-item{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;align-items:center;padding:30px 20px;background:#fff;border-radius:8px;margin-bottom:16px;border:1px solid #e9e9e9}.app-button{background-color:#1f1c2b;border-color:#1f1c2b;display:flex;align-items:center;box-shadow:none;gap:16px;padding:20px 25px;font-size:12px}@media(max-width:768px){.app-header span{font-size:14px!important}.app-header-text{display:none}}.wrapper{height:100dvh;display:flex;flex-direction:column;background:#1f1c2b}.header-verify{position:absolute;top:0;left:0;padding:16px 32px 12px}.wrapper-verify{flex:1;display:flex;justify-content:center;align-items:center}.logo{height:53px;width:114px}.container-verify{width:calc(100% - 40px);max-width:418px;padding:24px;background:#fff;border:1px solid rgba(230,230,230,.5);border-radius:16px;display:flex;justify-content:center;flex-direction:column;align-items:center}.image-wrap{display:flex;justify-content:center;padding-bottom:8px}.title{color:#000000d9;line-height:32px;font-weight:600;font-size:21.8px;letter-spacing:-.6px;padding-top:4px;margin:0}.text{padding-top:4px;font-weight:400;size:14.4px;line-height:24px;text-align:center;color:#00000073;margin:0}.text span{color:#000000d9}.btn-wrap{display:flex;flex-direction:column;width:100%;padding-top:24px;gap:16px}.btn-primary{border-radius:16px;padding:6.4px 15px;background:#000000d9;color:#fff;border:none;font-size:16px;line-height:24px;font-weight:400;cursor:pointer}.btn-secondary{border-radius:2px;padding:6.4px 15px;background:transparent;color:#000000d9;border:none;line-height:20px;font-weight:400;cursor:pointer}.footer-text{padding:10px}footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:24px 32px;font-size:14px}footer div{display:flex}.footer-left{color:#000}.left-text{display:inline-block;padding-left:5px}#year{display:inline-block;padding:0 5px}.footer-right{font-size:14px;font-weight:400;color:#fff;gap:62px}footer a{text-decoration:none;color:#fff}.alert{position:fixed;bottom:20%;left:50%;transform:translate(-50%,-50%);color:#000000d9;padding:9px 16px;border-radius:2px;font-weight:400;font-size:14px;line-height:22px;display:none}.alert-success{background-color:#f6ffed;border:1px solid rgba(183,235,143,1)}.alert-error{background-color:#e79f9f;border:1px solid red}.alert button{margin-top:10px;padding:5px 10px;cursor:pointer}@media(max-width:600px){footer{justify-content:center;text-align:center;padding-bottom:24px}.footer-right{justify-content:center}}
