.secondary-color{color:#fff700}*{box-sizing:border-box;margin:0;padding:0}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{margin-left:25px}.confirm-alert-overlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.confirm-alert-overlay .confirm-alert{text-align:center;background-color:#fff;border-radius:8px;min-width:300px;max-width:30%;padding:20px;box-shadow:0 4px 10px #0000001a}.confirm-alert-overlay .confirm-alert p{margin-bottom:20px;font-size:20px}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons{gap:15px;width:100%;display:flex}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons button{cursor:pointer;border:none;border-radius:4px;width:50%;padding:10px 20px;font-size:14px}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons .confirm-btn{color:#fff;background-color:#4285f4}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons .cancel-btn{color:#fff;background-color:#ff671e}.process-alert{z-index:100001;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.process-alert .loader-container{flex-direction:column;align-items:center;display:flex}.process-alert .loader-container .spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.process-alert .loader-container p{color:#fff;font-size:18px;font-weight:#fff;text-align:center;margin-top:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message-alert-overlay{z-index:9999;pointer-events:none;justify-content:flex-end;align-items:flex-start;width:100%;display:flex;position:fixed;top:20px;right:20px}.message-alert-overlay .message-alert{color:#fff;pointer-events:auto;background-color:#34a853;border-radius:5px;justify-content:space-between;align-items:center;padding:10px 20px;font-size:14px;animation:.5s ease-out slideIn;display:flex;box-shadow:0 2px 10px #0003}.message-alert-overlay .message-alert p{font-size:18px;font-weight:700}.message-alert-overlay .close-btn{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:10px;font-size:20px}.message-alert-overlay .close-btn:hover{color:#ff671e}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:.9;transform:translate(0)}}
