.css-auth-main {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    position: relative;
    width: 100%;
    padding: 32px;
}
.css-9uezfc {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: rgb(25, 32, 51);
    box-shadow: rgba(0, 0, 0, 0.01) 0px 32px 19px, rgba(0, 0, 0, 0.02) 0px 14px 14px, rgba(0, 0, 0, 0.02) 0px 4px 8px, rgba(0, 0, 0, 0.02) 0px 0px 0px;
    position: relative;
    width: 382px;
    padding: 32px;
}
.css-1uuuq0i {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    border-radius: 100%;
}
.css-9mglm9 {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    fill: none;
    transform: rotate(270deg);
}
.css-almxzv {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(37, 46, 71);
    width: 44px;
    height: 44px;
    border-radius: 100px;
}
.css-1qb90e6 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
    color: var(--main-color-hight);
}
.css-1p66bll {
margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--main-color-medium);
}
.css-dvxtzn {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
        gap: 10px;
}
.css-1u3drzn {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgb(160, 174, 192);
    margin-bottom: 0px;
}
.css-1vx4nlb {
cursor: pointer;
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    color: #e2c159ad !important;
}
.css-1pkuyyw {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 16px;
}
.css-1wl1iil{
    width: 100%;
    padding: 9px;    
}
.css-padded{
    padding-left: 20px;
    padding-right: 20px;    
}
/*
.auth-page{
display: flex;
    height: 100%;    
}   
.auth-page .sidebar {
    width: 40%;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-image: url(/images/auth_bg.png);
    background-position: center;
    border-radius: 10px 0px 0px 10px;
    padding: 30px;
    text-align: end;
    color: var(--main-color-medium);
    font-size: 12px;
}

.auth-page .sidebar img{
width: 100%;    
}
.auth-page .data {
    width: 60%;
    padding: 25px;
    position: relative;
    align-items: center;
    display: grid;
}
.warning-label{
color: var(--main-color-medium);
    text-align: center;
    font-size: 16px;    
}
.warning-label a{
color: var(--main-color-hight);    
transition:.2s;
}
.warning-label a:hover{
color: #fff;    
}

@media (min-width: 1200px){
.modal-600 {
    max-width: 600px;
}
}
.auth-page .data .login{
display: grid;
    width: 100%;
    color: var(--main-color-hight);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    gap: 10px;
}
.auth-page .data .login .vk{
    background: linear-gradient(90deg, #1860b9, #0080e1);
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;    
    transition:.2s;
}
.auth-page .data .login .vk:hover{
opacity:0.9;
}
*/
.fair-page{
 height:100%;
 width:100%;
}
.fair-page .mainInfo{
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;    
}

.fair-page .mainInfo .content{
display: flex;
    border-radius: 8px;
    background: var(--main-background);
    color: var(--main-color-hight);
    font-weight: bold;
    justify-content: center;
    user-select: none;
    padding: 13px;
}
.fair-page .mainInfo .content .fairness{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.fair-page .mainInfo .content .fairness h3{
color: var(--main-color-medium);
    margin-bottom: 0px;
    font-size: 16px;
}

.fair-page .mainInfo .content .fairness .status{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 10px;
    transition: color .15s ease-out, background-color .15s ease-out;
    overflow: hidden;
    max-width: 100%;
    background-color: rgba(3, 209, 105, .15);
    color: #00d169;
    font-size: 12px;
    gap: 5px;
    font-weight: normal;
}
.modal-content{
background-color: var(--main-background2)!important;
border: none!important;
border-radius: 10px!important;    
}
.modal-footer{
border-top: 1px solid #dee2e605!important;    
}
.modal-header{
border-bottom: 1px solid #dee2e605!important; 
}
.closemodalBtn{
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    background: var(--main-background);
    position: absolute;
    right: -10;
    top: -10;
    border-radius: 100px;
    padding: 7px;
    box-shadow: 0px 0px 10px #191c23;    
}
.closemodalBtn img{
    width: 100%;
    height: 100%;
    filter: invert(1);
    opacity: 0.2;    
}

.closemodalBtn:hover img{
    filter: invert(1);
    opacity: 0.5;    
}
.closemodalBtn:hover{
    background: #282e3b;
}

.modal{
backdrop-filter: blur(2px);  
}

@media screen and (max-width:1100px) {
    
.auth-page .sidebar{
     display:none;
}
.auth-page .data{
     width:100%;
}
} 