:root { --cbg :rgb(25 23 33); --ct10 :rgb(195, 193, 209); --ct50 : rgb(234, 228, 236); --cbg2 : rgb(68, 68, 68); --c3 :#e6e6e6; --c4 : #292929; --cbdr: #EDF2F7; --cg1: #F7FAFC; --cg3: #E2E8F0; --cg4: #CBD5E0; --h1 : 60px; --chakra-colors-gray-400: #A0AEC0; --chakra-colors-gray-500: #718096; --chakra-colors-gray-600: #4A5568; --chakra-colors-gray-700: #2D3748; --chakra-colors-gray-800: #1A202C; --chakra-colors-gray-900: #171923; } * { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: var(--ct50); } body { padding: 0px; margin: 0px; width: 100%; min-height: 100%; font-size: 1em; background-color: var(--cbg); overflow: hidden; } ::-webkit-scrollbar { width: 8px; background-color: #313143; } ::-webkit-scrollbar-thumb { background: rgb(95 95 111); border-radius: 66px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgb(39 27 27); border-radius: 3px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: rgb(51 51 67); } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; appearance: textfield; } .a{ display: block; text-decoration: none; color: inherit; } a:link { text-decoration: none ; } a:visited { text-decoration: none ; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; } li,ol { display: block; list-style: none; margin: 0; padding: 0; } .S0 { flex-grow: 1; width: 100%; } .S2 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .SNS { -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ } img { -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ } .S3 { display: flex; flex-direction: column; width: 100%; height: 100%; position: relative; } @media (max-width: 319px) { .S1 { width: calc(100vw - 20px); } } @media (min-width: 320px) and (max-width: 575px) { .S1 { width: calc(100vw - 20px); } } @media (min-width: 600px) and (max-width: 767px) { .S1 { width: calc(100vw - 20px); } } @media (min-width: 768px) and (max-width: 991px) { .S1 { width: 748px; } } @media (min-width: 992px) and (max-width: 1199px) { .S1 { width: 972px; } } @media (min-width: 1200px) and (max-width: 1399px) { .S1 { width: 1180px; } } @media (min-width: 1400px) { .S1 { width: 1380px; } }