ul,
ul li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

.datepicker {
    z-index: 99999 !important;
}

.gradient-main {
    background-color: #190836;
    /* background: url("../images/gd.png");
    background-repeat: repeat-x;
    background-size: auto 100%;*/
}

.gradient-footer {
    background: rgb(19, 34, 73);
    background: linear-gradient(90deg, rgba(19, 34, 73, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.lt-1 {
    letter-spacing: 3px;
}

.lt-2 {
    letter-spacing: 10px;
}

.neue {
    font-family: 'Bebas Neue', sans-serif;
}

.header-date {
    font-size: 1.2rem;
}

.header-insc {
    font-size: 1.8rem;
}

.jugador-label-container {
    border-top: 1px solid #dc3545;
}

.jugador-label {
    font-size: 1.8rem;
    position: absolute;
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

.cross {
    z-index: 999;
    position: absolute;
}

.trame {
    z-index: 1;
    position: absolute;
}

#frm-playfu label {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

#frm-playfu input[type=text] {
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #2b3a8e;
    color: white !important;
    font-style: italic;
}

.form-container {
    background-image: url("../images/d-form-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.btn-site:hover {
    opacity: .6;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

label.frm-error {
    background-color: #dc3545;
    color: white !important;
    padding: 2px 10px;
    border-radius: 0px 0px 5px 5px;
    font-size: .8rem;
    font-family: 'Bebas Neue', sans-serif !important;
    letter-spacing: 3px;
    position: relative;
}

.solicitudes-row {
    vertical-align: middle;
}

.solicitudes-row.text-white td:last-child a {
    color: white;
}

.page-item {
    /*width: 24px;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#btn-backend {
    position: fixed;
    top: 20px;
    right: 70px;
    z-index: 1000;
}

#btn-logout {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.logo-juego-off {
    opacity: 0.3;
}

#card-overlay {
    position: absolute;
    z-index: 600;
    right: 30px;
    top: 280px;
}

@media (orientation: landscape) AND (min-width: 980px) AND (max-width: 1370px) {
    #card-overlay {
        top: 230px !important;
    }
    #card-overlay img:not(.closer img) {
        width: 250px !important;
    }
    #card-overlay .closer img {
        width: 24px !important;
    }
}

@media (orientation: landscape) AND (min-width: 1371px) AND (max-width: 1600px) {
    #card-overlay {
        top: 240px !important;
    }
    #card-overlay img:not(.closer img) {
        width: 280px !important;
    }
    #card-overlay .closer img {
        width: 24px !important;
    }
}

#card-overlay img:not(.closer img) {
    width: 300px;
}

#card-overlay .closer img {
    width: 24px !important;
}

@media (orientation: portrait) AND (max-width: 1024px) {
    #card-overlay {
        position: relative;
        top: 0;
        right: 0;
    }
    #card-overlay img {
        height: auto;
        width: 100% !important;
    }
}

#card-overlay .closer {
    position: absolute;
    top: 0;
    right: 0;
}