.main_button{align-items:center;background:var(--bgColor);border-radius:50px;cursor:pointer;display:flex;gap:10px;height:50px;justify-content:center;overflow:hidden;padding:0 30px;position:relative;transition:.3s ease;width:-moz-fit-content;width:fit-content}.main_button .text_button{font-family:Kanit,sans-serif;font-weight:500;line-height:2.5rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch}.main_button .icon_button,.main_button .text_button{color:#14259b;font-size:1.8rem;position:relative;transition:.3s ease;z-index:10}.main_button .icon_button{line-height:1.8rem}.main_button.have_border{background:transparent;border:1px solid #14259b}.main_button.have_border.disable{background:#fff!important;border-color:#b8bbc4!important;pointer-events:none}.main_button.have_border.disable .icon_button,.main_button.have_border.disable .text_button{color:#b8bbc4!important}.main_button:after{background-color:#3243b9;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.3s ease;visibility:hidden;width:100%}.main_button:hover .text_button{color:#fff!important}.main_button:hover:after{opacity:1;visibility:visible}.main_button.disable{background:#b8bbc4!important;pointer-events:none}.main_button.disable .icon_button,.main_button.disable .text_button{color:#fff!important}@media (max-width:767px){.main_button{height:35px;padding:0 20px}.main_button .text_button{font-size:15px;line-height:2.1rem}.main_button .icon_button{font-size:1.4rem;line-height:1.4rem}}.error-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:50px;position:relative}.error-page .background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.error-page .background img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.error-page .icon{height:130px;min-width:150px;width:150px}.error-page .row{gap:40px;height:100%;margin:0 auto;width:570px}.error-page h1{color:#14259b;font-size:3rem;line-height:3.6rem}.error-page h2{color:#27292e;font-size:1.8rem;line-height:2.5rem;margin-top:10px}.error-page .home-btn{display:block;margin-top:20px}@media (max-width:767px){.error-page .row{align-items:center;flex-direction:column;gap:20px;justify-content:center;text-align:center}.error-page .icon{height:87px;min-width:100px;width:100px}.error-page h1{font-size:2.4rem;line-height:2.7rem}.error-page h2{font-size:1.5rem;line-height:2.1rem}.error-page .home-btn{align-items:center;display:flex;justify-content:center;margin-top:12px}}
