body{
    font-family: "robotoFlex", sans-serif;
    font-size: 16px;
}
img{
    max-width: 100%;
}
.wrapper{
    max-width:1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header-block{
    background: #C62828;
    height: 76px;
    display: flex;
    align-items: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding-left: 25px;
}
.header-block .logo{
    display: flex;
    align-items: center;
    gap:10px;
    color: #FFF;
}
.header-slogan{
    background: #a82222;
    color: #FFF;
    height: 46px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
}
@media (max-width: 480px){
    .header-slogan{
        font-size: 13px;
    }
}
.left-hl{
    display: flex;
    align-items: center;
    gap:10px;
}
.future-items{
    margin-top: 50px;
}
.future-item{
    border-bottom: 1px solid #dadce0;
    padding-bottom: 25px;
    max-width: 650px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.future-item-fighters{
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.future-item-fighter-image{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FFF;
    box-shadow: 0 0 2px #999;
}
.future-item-date{
    font-size: 90%;
    font-weight: 600;
    /* border-bottom: 1px solid #dadce0; */
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.future-item-fighter{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    flex-wrap: wrap;
}
.future-item-fighter:nth-of-type(2){
    justify-content: end
}

.voting{
    text-align: center;
}
.voting a, .future-item-fighter-win a{
    color: brown;
    text-decoration: none;
    font-size: 14px;
}
.voting a:hover, .future-item-fighter-win a:hover{
    text-decoration: underline;
}
/* .future-item-fighter-win{
    width: 100%;
} */
.header-login{
    padding: 10px;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: space-between;
}
.header-login, .header-login a{
    font-size: 90%;
    color: #006699;
    text-decoration: none;
    font-weight: 200;
}
.header-login a:hover{
    text-decoration: underline;
}
/******  *******/
.header-lk{
    position: relative;
}
.header-lk-modal{
    position: absolute;
    right: 0;
}
.header-lk-modal{
    display: none;
}
.header-lk:hover .header-lk-modal{
    display: block;
}
.header-lk-modal ul{
    margin-left: -15px;
    list-style: none;
    white-space: nowrap;
    background: #FFF;
    padding: 15px;
    box-shadow: 0 0 4px #999;
}
/******  *******/
.voices, .your-voice{
    width: 100%;
    font-size: 90%;
    font-weight: 600;
}
.your-voice{
    display: flex;
    align-items: center;
    gap: 3px;
}
.future-item-fighter:nth-of-type(2) .voices{
    text-align: right;
}
.future-item-fighter:nth-of-type(2) .your-voice{
    justify-content: end;
}
.future-item-fighter-2{
    justify-content: end;
    text-align: right;
}
.future-item-fighter-2 .win-desc{
    justify-content: end;
}
.estimation{
    display: flex;
    flex-direction: column;
    gap:10px;
    font-size: 80%;
    text-align: center;
}
/******  *******/
.hello-text{
    width: 80%;
    font-size: 15px;
    margin: 80px auto;
    border: 2px solid #006699;
    border-radius: 20px;
    padding: 25px;
    background: #0066991f;
    color: #006699;
}
.blue-link, .brown-link{
    font-size: 13px;
    font-weight: 400;
}
.blue-link{
    color: #069 !important;
}
.brown-link{
    color: brown !important;
}
.blue-link:hover, .brown-link:hover{
    text-decoration: none;
}
.text-center{
    text-align: center;
}
/******  *******/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 8px;
}
.demo-button {
    display: inline-block;
    padding: 12px 24px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 20px;
    cursor: pointer;
}
.close-popup {
    margin-top: 20px;
    padding: 8px 16px;
    background: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/******  *******/
.win-desc{
    font-size: 80%;
    display: flex;
    align-items: center;
    gap:5px;
}
/******  *******/
.future-vouted{
    font-size: 14px;
    font-weight: 550;
}
/******  *******/
.table-wrap{
    width: 100%;
    overflow-x: scroll;
}
.table-wrap table{
    width: max-content;
}
.table-wrap table tr td{
    font-weight: 600;
    font-size: 12px;
    color: #006699;
}
/******  *******/