.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.two-lines-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.three-lines-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@-webkit-keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.scrollBarClass{overflow:auto}.scrollBarClass::-webkit-scrollbar{width:8px;height:10px}.scrollBarClass::-webkit-scrollbar-track{background:#ffffff}.scrollBarClass::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:13px}.scrollBarClass::-webkit-scrollbar-thumb:hover{background:#888}.loader{display:inline-grid;width:90px;aspect-ratio:1;clip-path:polygon(100% 50%,85.36% 85.36%,50% 100%,14.64% 85.36%,0% 50%,14.64% 14.64%,50% 0%,85.36% 14.64%);background:#574951;animation:l2 6s infinite linear}.loader:before,.loader:after{content:"";grid-area:1/1;background:#83988E;clip-path:polygon(100% 50%,81.17% 89.09%,38.87% 98.75%,4.95% 71.69%,4.95% 28.31%,38.87% 1.25%,81.17% 10.91%);margin:10%;animation:inherit;animation-duration:10s}.loader:after{background:#BCDEA5;clip-path:polygon(100% 50%,75% 93.3%,25% 93.3%,0% 50%,25% 6.7%,75% 6.7%);margin:20%;animation-duration:3s;animation-direction:reverse}@keyframes l2{to{rotate:1turn}}
