.flex-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.flex-container-column{align-items:center;display:flex;flex-direction:column}.flex-display{display:flex}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.justify-content-end{justify-content:flex-end}.justify-content-start{justify-content:flex-start}.justify-content-center{justify-content:center}.justify-content-evenly{justify-content:space-evenly}.justify-content-around{justify-content:space-around}.cursor-pointer{cursor:pointer}.box-shadow{box-shadow:none!important}.width-50{width:50%}.width-100{width:100%}.width-80{width:85%}.height-100{height:100%}.height-90{height:90%}.margin-auto{margin:auto}.border{border:1px solid #080808}.overflow-hidden{overflow:hidden}.position-relative{position:relative}.position-absolute{position:absolute}.text-underline{text-decoration:underline}.text-none{text-decoration:none}.opacity-50{opacity:.5}.opacity-100{opacity:1}.TextField-without-border-radius fieldset{border-radius:24px}.centered{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.text-background{-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;background-color:#100f3c;color:#0000;font:700 1.2em Poppins,sans-serif;text-shadow:2px 2px 3px #ffffffa6}::-webkit-scrollbar{height:7px;width:7px}::-webkit-scrollbar-thumb{background:#ababab;background-clip:padding-box;border:2px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{border:0}::-webkit-scrollbar-track{background:#0000}