html, body { 
    padding-right: 0 !important;
}

.margintop {
  margin-top: 8rem !important; 
}

.neumorphism {
    border-radius: 40px;
    background: #0f0f0f;
    box-shadow:  -15px -15px 29px #080808,
                15px 15px 29px #171717;
}

.touche {
    border-radius: 15px;
    background: #0f0f0f;
    box-shadow:  -15px -15px 29px #080808,
                15px 15px 29px #171717;
}

#filter-input::placeholder {
    text-align: center;
}

#filter-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    #filter-desktop {
        display: none;
    }
    #filter-mobile {
        display: block;
    }
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 120px;
    color: white;
    font-family: 'Quicksand';
    font-size: 12px;
    background-color: rgba(202, 31, 31, 0.671);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}
  
.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -50px;
    left: -1em;
}

.hover-text {
    position: relative;
    display: inline-block;
    text-align: center;
}



.table th:nth-child(3) {
    text-align: left;
}

.table td:nth-child(3) {
    text-align: left;
}

.t-hover tbody tr:hover td, .t-hover tbody tr:hover th {
    background-color: rgba(178, 29, 29, 0.108);
    color: aliceblue;
    cursor: pointer;
}

.f-hover:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.lft {
    color: rgba(202, 31, 31, 0.671);
    font-size: 12px;
    vertical-align: top;
}

.first-letter-color::first-letter {
    color: rgba(202, 31, 31, 0.671);
}

.modal-content {
    background-image: url(../images/modal_bg.bmp) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-text {
    color: white;
}

.maj {
    text-transform: uppercase;
}



/* MODAL DISPLAY */

.modal-body {
    position: relative;
}

#player-pseudo {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 32px;
    text-align: center;
    line-height: 90%;
    width: 100%;
}

#player-nbRank {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 18px;
}

#player-role {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, 0%);
}


#player-team-text {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
}

#player-team {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, 0%);
}


#player-rank {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px;
}

#player-lp {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px;
}

#player-wins {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px;
}

#player-loses {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px;
}

#player-twitter {
    position: absolute;
    top: 88%;
    left: 40%;
    transform: translate(-50%, 0%);
}

#player-twitter img:hover {
    cursor: pointer;
    transform: scale(1.1);
}



#player-opgg {
    position: absolute;
    top: 87%;
    left: 60%;
    transform: translate(-50%, 0%);
}

#player-opgg img:hover {
    cursor: pointer;
    transform: scale(1.1);
}
