a {
    color: #212529;
}

.ts-dropdown-content {
    background-color: #fff;
}

#search_player_form label {
    display: none;
}

.player {
    border-bottom: 1px solid #ccc;
}

.player-title {
    align-items: center;
    padding: 10px 0;
}
.player-title .teamlogo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -7px;
}
.player-title .bi {
    font-size: 16px;
    vertical-align: -2px;
}
.player-name {
    display: inline-block;
    vertical-align: -2px;
}

.player-detail {
    display: flex;
    /*background-color: #eee;*/
}
.player-detail-container {
    /*display: flex;*/
    /*flex-direction: column;*/
}
.player-detail-content {
    /*display: flex;*/
}

.detail-data {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 8px 8px 0;
    width: 70px;
    height: 70px;
}

.detail-data .teamlogo {
    width: 45px;
    height: 45px;
}

.detail-data .where {
    font-size: 35px;
}

.detail-data .remove {
    font-size: 35px;
}

.player .badge {
    margin-right: 6px;
}

.role-p {
    background-color: orange;
}
.role-d {
    background-color: green;
}
.role-c {
    background-color: blue;
}
.role-a {
    background-color: red;
}
.odds {
    color: #999;
    display: inline-block;
    vertical-align: -1px;
}
.odds.success {
    border-right: 5px solid limegreen;
    padding-right: 4px;
}
.odds.warning {
    border-right: 5px solid orange;
    padding-right: 4px;
}
.odds.danger {
    border-right: 5px solid red;
    padding-right: 4px;
}
.nav-link, .navbar-brand a {
    color: #212529;
}

.updates-icon {
    font-size: 20px;
    cursor: pointer;
    vertical-align: -3px;
}
.bold {
    font-weight: bold;
}
.modeSelection {
    border-color: #212529;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1;
}

@media (max-width: 410px) {
    .schemas .mx-1 {
        margin-left: .10rem !important;
        margin-right: .10rem !important;
    }
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}
.pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
}
.pricing-card:hover {
    transform: translateY(-10px);
}
.ribbon {
    position: absolute;
    top: 20px;
    right: -30px;
    background: #28a745;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 0.9rem;
    transform: rotate(45deg);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.red {
    color: red;
}

.green {
    color: green;
}

.gray {
    color: lightgray;
}

.comparator-role-p {
    color: orange;
    border-color: orange;
}
.comparator-role-d {
    color: green;
    border-color: green;
}
.comparator-role-c {
    color: blue;
    border-color: blue;
}
.comparator-role-a {
    color: red;
    border-color: red;
}
.fantacalcio {
    border-bottom: 2px solid darkblue;
}
.gazzetta {
    border-bottom: 2px solid pink;
}
.sky {
    border-bottom: 2px solid red;
}
.status-0 {
    color: green;
}
.status-1 {
    color: orange;
}
.status-3 {
    color: red;
}
.status-2 {
    color: purple;
}
.status-4 {
    color: gray;
}

.role-mantra-p {
    background-color: orange;
    width: 35px;
}
.role-mantra-ds,
.role-mantra-dc,
.role-mantra-dd,
.role-mantra-b {
    background-color: green;
    width: 35px;
}
.role-mantra-c,
.role-mantra-m,
.role-mantra-e {
    background-color: blue;
    width: 35px;
}
.role-mantra-w,
.role-mantra-t {
    background-color: purple;
    width: 35px;
}
.role-mantra-a,
.role-mantra-pc {
    background-color: red;
    width: 35px;
}
