:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1e1d1d;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:MyCustomFont;src:url(/assets/Montserrat-Regular-Cw3fqWkz.ttf) format("truetype");font-weight:400;font-style:normal}body{margin:0;position:relative;font-family:MyCustomFont,sans-serif}.secondary-button{background-color:#055ffc;color:#fff;padding:8px 12px;font-size:12px;border-radius:4px;outline:none;border:none;cursor:pointer}.secondary-button.disabled{opacity:.65;pointer-events:none;cursor:default}:root{--black: black;--darkGrey: #1e1f21;--white: #d8dee9;--lightGrey: #c2c2c2;--green: #b1bf86;--darkGreen: #282b1d;--purple: #c594c5;--yellow: #fac863;--blue: #6699cc;--darkPurple: #cb9bfb;--lightGreen: #5fcca0;--lightYellow: #f8fe91;--lightBlack: #0a0a0a;--emoji: rgb(57, 57, 57);--emoji20: rgb(113, 113, 113);--emoji10:rgb(174, 171, 171);--alert20: #f61c23}.new{display:flex;align-items:center;justify-content:center;height:100vh}.new .loader{height:220px;width:220px}.new .loader .sun{width:20px;height:20px;background-color:#fff;animation-name:load;animation-iteration-count:1;animation-timing-function:ease;animation-duration:4s;animation-fill-mode:forwards}@keyframes ordit{}@keyframes load{0%{transform:rotate(0)}to{transform:rotate(360deg)}0%{transform:translate(0) rotate(0)}to{transform:translate(200px) rotate(360deg)}}.new-loader{display:flex}.new-loader .round{border-radius:50%}.new-loader .round:nth-child(1){position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:purple;z-index:10;animation-name:expanding;animation-timing-function:ease;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate-reverse}.new-loader .round:nth-child(2){position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#be54be;z-index:9;animation-name:expanding2;animation-timing-function:ease;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate}.new-loader .round:nth-child(3){position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#800026;z-index:8;animation-name:expanding3;animation-timing-function:ease;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate-reverse}.new-loader .round:nth-child(4){position:fixed;top:50%;left:50%;width:calc(100vw - 200px);height:calc(100vh - 200px);transform:translate(-50%,-50%);background-color:#5c0080;z-index:7;animation-name:expanding4;animation-timing-function:ease;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate}.new-loader .round:nth-child(5){position:fixed;top:50%;left:50%;width:calc(100vw - 150px);height:calc(100vh - 150px);transform:translate(-50%,-50%);background-color:purple;z-index:6;animation-name:expanding5;animation-timing-function:ease;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate-reverse}.new-loader .round:nth-child(6){position:fixed;top:50%;left:50%;width:calc(100vw - 100px);height:calc(100vh - 100px);transform:translate(-50%,-50%);background-color:purple;z-index:5;animation-name:expanding6;animation-timing-function:ease;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate}.new-loader .round:nth-child(7){position:fixed;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);background-color:#80004f;z-index:4;border-radius:0}@keyframes expanding{0%{width:20px;height:20px}to{width:200px;height:200px}}@keyframes expanding2{0%{width:20px;height:20px}to{width:300px;height:300px}}@keyframes expanding3{0%{width:20px;height:20px}to{width:450px;height:450px}}@keyframes expanding4{0%{width:20px;height:20px}to{width:550px;height:550px}}@keyframes expanding5{0%{width:20px;height:20px}to{width:650px;height:650px}}@keyframes expanding6{0%{width:20px;height:20px}to{width:750px;height:750px}}@keyframes expanding7{0%{width:20px;height:20px}to{width:500px;height:500px}}.all-new-wrapper{display:flex;justify-content:center;overflow:hidden}.all-new-wrapper .all-new-container{height:100vh;overflow:hidden;display:flex;gap:12px}.all-new-wrapper .all-new-container .col1{height:100%;overflow-y:auto}.all-new-wrapper .all-new-container .col1::-webkit-scrollbar{display:none}.all-new-wrapper .all-new-container .col1 .col1-data{display:flex;flex-direction:column;gap:12px;animation-name:scroll;animation-timing-function:linear;animation-duration:20s;animation-iteration-count:infinite;padding-top:12px;animation-direction:reverse}.all-new-wrapper .all-new-container .col1 .col1-data::-webkit-scrollbar{display:none}.all-new-wrapper .all-new-container .col2{height:100%;overflow-y:auto}.all-new-wrapper .all-new-container .col2::-webkit-scrollbar{display:none}.all-new-wrapper .all-new-container .col2 .col2-data{display:flex;flex-direction:column;gap:12px;animation-name:scroll;animation-timing-function:linear;animation-duration:20s;animation-iteration-count:infinite;padding-top:12px}.all-new-wrapper .all-new-container .col2 .col2-data::-webkit-scrollbar{display:none}.all-new-wrapper .all-new-container .col3{height:100%;overflow-y:auto}.all-new-wrapper .all-new-container .col3::-webkit-scrollbar{display:none}.all-new-wrapper .all-new-container .col3 .col3-data{display:flex;flex-direction:column;gap:12px;animation-name:scroll;animation-timing-function:linear;animation-direction:reverse;animation-duration:20s;animation-iteration-count:infinite;padding-top:12px}.all-new-wrapper .all-new-container .col3 .col3-data::-webkit-scrollbar{display:none}.col-card{background-color:#fff;padding:12px;width:210px;color:#000;border-radius:4px}.col-card .title{font-weight:800}.col-card .desc{font-size:14px;margin-bottom:8px}.col-card img{width:100%;height:240px;object-fit:cover;color:#6495ed}@keyframes scroll{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.toast-wrapper .toast-message{position:fixed;align-items:center;bottom:20px;min-width:max-content;left:50%;background-color:var(--white);display:flex;gap:12px;padding:6px 12px;transform:translate(-50%);border-radius:30px;color:var(--lightBlack);font-size:14px;background-color:var(--lightYellow);animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:translateY(60px) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}
