
body{
    font-family: 'Roboto' !important;
}


.search__input {
     max-width: 100% !important;

}

.all-teams-page ul.teams-list {
    display: flex;
    flex-wrap: wrap;
}

ul.teams-list {
    list-style: none;
}
ul {
    list-style-position: inside;
}




.uk-button-danger{
    background:      var(--secondary-color) !important;
    color:      white !important;

}

a{
    color:  var(--secondary-color);
}


.uk-nav{
    color:  white !important;
}

.uk-nav li a:hover{
    color:  white !important;
    background-color:  var(--secondary-color) !important;
}

.wallet-value{
    color:  white !important;
}


.creat-list-btn {
    font-family: 'Inter', sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 25px;
    margin-top: 24px;
    border: none;
    border-radius: 5px;
    background-color:var(--secondary-color, 0.2)!important;
    border: var(--secondary-color) 2px solid;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    transition: all 0.25s linear;
}
