
@media screen and (max-width: 1281px) {
    .left-menu li a i {
        margin-left: 20px;
    }
    .search-container .drop-ttl, .player-list .drop-ttl{
        width: 75%;
    }
    .left-menu li a i {
        margin-left: 20px;
    }

    .left-menu li a {
        position: relative;
        font-size: 12px;
    }

    .left-menu li a span {
        line-height: normal;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .steps-label {
        font-size: 12px;
        left: 7%;
    }

    a.rectangle {
        width: 250px; 
        height: 250px;
        line-height: 250px;
        margin-right: 20px;
    }

    .rectangle span {
        font-size: 42px;
    }

    .left-menu li a i {
        margin-left: 25px;
    }
}

@media screen and (min-width: 769px) {

  

    .tablet-sidebar-menu-container {
        display: none;
    }

    .mdl-layout__container {
        display: none;
    }

    
}


@media screen and (max-width: 850px) {

    .user-info {
        display: none;
    }

    .user-info-mobile {
        display: block;
    }
}

@media screen and (min-width: 851px) {
    .user-info {
        display: block;
    }

    .user-info-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sidebar-menu {
        display: none;
    }

    .club-logo-container {
        padding-left: 30px;
    }

    .user-picture-container {
        padding-left: 50px;
    }

    .mdl-layout__drawer-button {
         padding: 28px 10px;
         z-index: 9;
    }

    .mdl-layout__drawer-button:focus {
        outline: none;
    }

    .tablet-sidebar-menu-container .mdl-layout__drawer {
        background-color: #007ccd;
        border: none
    }

    .steps-label {
        font-size: 12px;
        left: 7%;
    }

    .club-type-row .bar {
        width: 60%;
        left: 21%;
    }

    a.rectangle {
        margin-right: 20px;
        height: 215px;
        line-height: 215px;
    }

    .rectangle span {
        font-size: 42px;
    }
}
