.staking-container{position:relative;display:flex;flex-direction:row;max-width:82%;gap:clamp(.5rem,1vw,1rem);min-height:599px}.sc1{background-color:blue;width:28%}.sc2{width:72%;display:flex;flex-direction:column;gap:clamp(.5rem,1vw,1rem)}.sc21{background-color:royalblue;height:100%}.sc22{background-color:saddlebrown;height:-moz-fit-content;height:fit-content}.sc1,.sc21,.sc22{background-color:var(--cards);border-radius:.75rem;border:1px solid var(--cardborder);box-shadow:0 2px 10px 2px var(--cardshadow);min-height:40px}.sc-content{padding:1rem;height:100%}.sc21 .title{display:flex;flex-direction:row;justify-content:space-between}.sc21 .sc-content .roulette{height:calc(100% - 4rem);display:flex;flex-direction:column;justify-content:center}@media (max-width:992px){.staking-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"a a a" "b b b";max-width:100%}.sc1{grid-area:a;width:100%}.sc2{width:100%!important;flex-direction:column;grid-area:b}.sc21,.sc22{width:100%!important;height:-moz-fit-content;height:fit-content}}@media (max-width:1450px){.staking-container{min-height:auto}.sc21,.sc22{height:auto}}