#page_main.full {
    width: 100% !important;
}

#page_main {
    box-sizing: border-box;
}

.dataTables_length {
    display: none;
}

.dataTables_paginate {
    background-color: #fafafa;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #333;
    padding: 7px;
    box-sizing: border-box;
    margin-top: 24px;
}

.dataTables_paginate a {
    padding: 0 10px;
    cursor: pointer;
}

.dataTables_length {
    padding: 0.7rem 0;
}

.paginate_button:hover {
    color: #3D5871 !important;
}

.paginate_button.current {
    color: #3D5871;
    border-bottom: 3px solid #3D5871;
}

#builders_list th.sorting_desc span.sort_arrow.zz-icn-chevron-down,
#builders_list th.sorting_asc span.sort_arrow.zz-icn-chevron-up {
    display: block !important;
    font-size: 20px;
    margin-left: 5px;
}

.sorting_paragraph {
    margin: 0;
}

.dataTables_filter {
    background-color: #f2f2f2;
}

.dataTables_filter input {
    width: calc(100% - 18px);
    height: 32px;
    padding: 4px 7px 4px 11px;
    border-radius: 4px;
    border: solid 1px #d9d6d6;
    background-color: #fff;
    margin: 9px;
}

.team_builder_table img {
    object-position: top;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: solid 1px;
    cursor: pointer;
    transition: .5s;
    vertical-align: middle;
    margin: 1.5px;
}

.team_builder_table:not(.mobile_drawer) img:not(.injury) {
    width: 60px !important;
}

.team_builder_table:not(.mobile_drawer) tr {
    cursor: pointer;
}

.team_builder_table img:hover {
    opacity: 0.7;
}

.team_builder_table .chosen-container {
    box-sizing: border-box;
    width: 100% !important;
}

.team_builder_table .chosen-container-single .chosen-single {
    box-sizing: border-box;
    width: 100%;
}

.team_builder_page .pill {
    background-color: #3D5871;
    padding: 8px;
    border-radius: 6px;
    color: #fff;
    width: max-content;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 45px;
    border: solid 1px;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.team_builder_page .pill-btn {
    background-color: #3D5871;
    padding: 8px;
    border-radius: 6px;
    color: #fff;
    width: max-content;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 23px;
    border: solid 1px;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.team_builder_page .pitch {
    position: relative;
}

.team_builder_page .position-circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #ffffffaa;
    appearance: none;
    -webkit-appearance: none;
}

.team_builder_page .pitch input {
    cursor: pointer;
    top: 10.5px;
    left: 7px;
    border: 5px solid #0CA;
    background: rgba(16, 35, 54, 0.75);
    color: #FFF;
}

.team_builder_page input.position-circle {
    position: absolute;
}

.team_builder_page img.position-circle {
    object-position: top;
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 8px #000;
    position: inherit;
    max-width: unset;
}

.team_builder_page .pitch .zz-icn-close {
    position: absolute;
    opacity: 0;
    font-size: 32px;
    background-color: #d42222;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    top: -16px;
    right: -16px;
}

.team_builder_page .pitch .img:hover .zz-icn-close {
    opacity: 1;
}

.expensive {
    opacity: 0.3;
}

.expensive img {
    cursor: auto;
}

.team_name_label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.team_name_input {
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d9d6d6;
    height: 38px;
    padding: 4px 7px 4px 11px;
    width: 100%;
    box-sizing: border-box;
}

.coach_select {
    display: flex;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 6px;
    width: max-content;
    font-size: 16px;
    cursor: pointer;
}

.draggable {
    position: absolute;
}

.draggable:has(img) {
    display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.draggable.active:has(img):hover {
    width: 216px;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    transform: translate(-48px, -18px) scale(1.03);
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.draggable.active:has(img):hover .player_card {
    top: 128px;
}

#pitch_container .pitch_img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

#pitch_container {
    position: relative;
}


#zz-open-popup-options {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.team_builder_page .options {
    margin-bottom: 16px;
}

.team_builder_page .adv-options {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.poster {
    width: 1080px;
}

.poster .pitch_img {
    border-radius: 0 !important;
    width: 100%;
}

#show_team_logo {
    padding: 8px;
    background-color: #001A5C;
    border-radius: 18px 0;
    margin-right: 16px;
    width: 124px;
    height: min-content;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#show_team_logo img {
    height: 124px;
    max-width: 124px;
    object-fit: contain;
}

#show_team_logo p {
    font-family: 'inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin: 8px 0 0 0;
    text-align: center;
}

.pitch_mobile {
    position: absolute;
    top: 0;
    transform: scale(0.56789);
    transform-origin: top left;
    height: 1350px;
}

.poster .pitch_mobile,
.mobile .pitch_mobile {
    transform: unset;
}

#page_header_container {
    background-image: linear-gradient(96deg, #2cb077 0%, #77d1aa 100%);
}

.entity_h2_nomenu {
    background-color: #77d1aa;
}

.entity_h2_nomenu .selected {
    border-bottom: solid 1.5px #484105;
}

.entity_h2_nomenu .h2 {
    height: auto !important;
}

.entity_h2_nomenu .h2 span a {
    color: #000;
}

.single .title span h2 {
    margin-top: 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.single .title {
    color: #000;
    display: flex;
    flex-direction: column;
}

.box .header {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #3e5368;
    border-radius: 10px 10px 0 0;
    background-color: #546e8733;
    height: auto !important;
    padding: 8px;
    border-bottom: none !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.zz-card.zz-card-table {
    box-shadow: none !important;
}

.mobile_drawer {
    display: none;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
}

.mobile_drawer.open {
    display: block;
    bottom: 0;
}

.mobile_drawer img{
    max-width: 50px;
}

body.no-scroll {
    overflow: hidden;
}

.zz-icn-search.search-icon {
    position: absolute;
    z-index: 1;
    top: 28px;
    right: 15px;
    color: #4f5969;
    font-size: 24px;
}

.player_card {
    display: flex;
    position: absolute;
    top: 112px;
    width: 200px;
    height: 55px;
    background-color: #013;
    border-radius: 8px;
    box-shadow: 0 0 10px #23323f;
    padding: 0 8px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}


.best_player_flag_and_name span,
.best_player_flag_and_name img,
.coach_flag span,
.coach_flag img,
.player_card_flag img,
.player_card_flag span {
    border-radius: 4px;
}

.player_card p {
    margin: 0px 4px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: 'inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

#carousel {
    margin-bottom: 20px;
}

.mobile #carousel {
    margin-bottom: 10px;
}

#carousel img.team_logo {
    height: 250px;
    width: auto !important;
}

.mobile #carousel img.team_logo {
    height: 150px;
    width: auto !important;
}

#carousel .carousel-inner .item {
    padding: 24px 48px 48px 16px;
    border-radius: 10px;
    min-height: 350px;
}

.mobile #carousel .carousel-inner .item {
    min-height: 250px;
}

.examplePosters {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.examplePoster {
    position: relative;
}

.examplePosters .examplePoster img.exampleUserPoster {
    height: 180px;
    width: auto;
    border-radius: 6px;
    margin-left: 16px;
    margin-right: 16px;
}

.examplePoster img.exampleUserPoster {
    width: 100%;
    border-radius: 6px;
}

.examplePoster img.avatar {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 16px;
    right: 0px;
    object-fit: cover;
    object-position: top;
}

#carousel .examplePoster img.avatar {
    bottom: -10px;
}

.w-100 {
    width: 100%;
}

#carousel a {
    color: inherit !important;
}

#page_rightbar {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.rbbox {
    padding-right: 0;
}

.team_builder_table.mobile_drawer.open select {
    background-color: #3d5871;
    padding-left: 6px;
    border-radius: 6px;
    color: #fff;
    width: max-content;
    font-size: 14px;
    border: solid 1px;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
}

.title_label_col {
    display: flex;
    align-items: center;
}

.options_col {
    display: flex;
    align-items: end;
}

.zztable.match_list img {
    width: 20px;
}

.input-selected {
    border: 5px solid #FCB010 !important;
    background: rgba(102, 54, 0, 0.50) !important;
    scale: 1.26 !important;
    transition: 1s !important;
}

.highlighted_input {
    border: 5px solid #FCB010 !important;
    background: rgba(102, 54, 0, 0.50) !important;
}

.zztable.match_list .half {
    width: 15px;
}

.zztable.match_list .one {
    width: 25px;
}

.zztable.match_list tbody td {
    padding: 0px 1px 0px 1px;
}

.viewMoreBtn {
    margin-left: auto;
    background-color: #77d1aa;
    color: #000;
    padding: 8px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 16px;
    text-transform: uppercase;
}

.author {
    background-color: #546e8733;
    padding: 8px;
    font-size: 16px;
    border-radius: 8px;
}

.author p {
    margin: 0;
}

.create_button {
    background-color: #2cb077;
    padding: 8px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 16px;
}

.view_more_button {
    background-color: #546e8733;
    padding: 8px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 16px;
}

.view_more_button:hover,
.create_button:hover {
    color: #000 !important;
}

.delete_squad_button {
    background-color: #ff5656;
    padding: 8px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 8px;
    margin-top: 16px;
    cursor: pointer;
    font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
    height: 32px;
}

.zz-confirm-delete-squad-button {
    width: 160px;
    height: 45px;
    padding: 2.6px 0 2.4px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #0078ce;
    border: #0078ce;
    margin-left: auto;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.33px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}

.team_builder_page .share {
    background-color: #546e8733;
    margin-top: 8px;
    border-radius: 8px;
    padding: 8px;
}

.team_builder_page .share h3 {
    text-align: center;
    text-transform: uppercase;
    font: 400 13px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
    margin-top: 0 !important;
}

.team_builder_page .share .share_btns {
    display: flex;
    justify-content: center;
}

.team_builder_page .share .download_btn {
    background-color: #2cb077;
    padding: 1px;
    padding-right: 8px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.team_builder_page .share .download_btn span {
    font-size: 30px;
}

.team_builder_page .share .share_button {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 8px;
}

.team_builder_page .share .share_button img {
    height: 32px;
}

input.position-circle::before {
    content: '+';
    content: '+';
    font-size: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pitch_container .header {
    display: flex;
    padding: 46px 46px;
    align-items: flex-start;
    gap: 16px;
    width: 1080px;
    box-sizing: border-box;
}

.team-container {
    flex: 1;
    margin-top: 8px;
}

.header_title {
    color: var(--neutral-colors-bw-white, #FFF);
    font-variant-numeric: ordinal;
    font-feature-settings: 'calt' off;
    font-family: 'inter';
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    text-transform: uppercase;
    word-break: break-word;
}

.header_subtitle {
    color: #FCB010;
    font-variant-numeric: ordinal;
    font-feature-settings: 'calt' off;
    font-family: 'inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 16px;
}

.header_title p,
.header_subtitle p {
    margin: 0;
}

.header-second-row {
    display: flex;
    width: 100%;
}

.tactic-coach-container {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.tactic-container {
    display: flex;
    color: var(--neutral-colors-bw-white, #FFF);
    text-align: center;
    font-family: 'inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 13px;
    align-items: center;
    border-radius: 32px;
    width: fit-content;
    padding: 8px 16px;
    height: fit-content;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 8px;
}

.best-player-container,
.coach-container {
    display: flex;
    align-items: start;
    justify-content: center;
    width: max-content;
}

.best_player_img,
.coach_img {
    border-radius: 50%;
    width: 70px;
    margin-top: 0;
    height: 70px;
    object-fit: cover;
    object-position: top;
    box-sizing: border-box;
}

.best-player-info-container,
.coach-info-container {
    display: flex;
    padding-top: 5px;
    flex-direction: column;
    align-items: end;
    gap: 8px;
    margin-right: 8px;
}

.best-player-info-container p,
.coach-info-container p {
    margin: 0;
}

.best_player_flag_and_name,
.coach_flag_and_name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.best_player_name,
.coach_name {
    color: var(--neutral-colors-bw-white, #FFF);
    font-family: 'inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.best_player_stat_text,
.coach_coach_text {
    text-align: right;
    font-family: 'inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.match-container {
    max-width: 254px;
    border-radius: 16px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    z-index: 99;
}

.vs-container {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 46px;
    right: 46px;
    border-radius: 0px 16px;
    font-weight: bold;
    color: #FFF;
    font-family: 'inter';
    font-size: 16px;
    text-transform: uppercase;
}

.other_team_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.other_team_logo {
    display: flex;
    background-color: #1d2e5d;
    padding: 4px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.other_team_logo img {
    height: 100%;
    max-width: 72px;
    object-fit: contain;
}

.other_team_container p {
    color: var(--neutral-colors-bw-white, #FFF);
    text-align: center;
    font-family: 'inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

.competition_and_date_container {
    display: flex;
    gap: 8px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
}

.comp_date {
    display: flex;
    margin: 0;
    font-family: 'inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.match_score {
    display: flex;
    align-items: center;
    gap: 4px;
}

.match_score p {
    font-size: 32px;
}

.home_team_info span,
.away_team_info span {
    color: #2c3e4f;
}

#pitch_container .footer {
    position: absolute;
    bottom: 0;
    width: 1080px;
    padding: 13.5px 32px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

#pitch_container .footer .zz-logo {
    height: 40px;
    padding: 12px 0;
}

.advertisement_logos {
    position: absolute;
    width: 1080px;
    display: flex;
    justify-content: center;
    top: 316px;
}

.advertisement_logos img {
    height: 35px;
    margin: 0 38px;
}

.squad-builder-logo {
    height: 50px;
}

#pitch_container .footer .separator {
    height: 64px;
    margin: 0 16px;
    box-sizing: border-box;
    width: 2px;
}

.player-selector {
    margin-bottom: 0;
}

#player-options {
    display: flex;
    border-radius: 8px;
    height: 40px;
}

.player-option {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: rgb(128, 142, 152);
    border: 0px;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.player-option.selected {
    background-color: #007bff;
    border-color: #0056b3;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
}

#player-options .player-option:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#player-options .player-option:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modalidade-selector {
    margin-bottom: 0;
}

#modalidade-options {
    display: flex;
    border-radius: 8px;
    height: 40px;
}

.modalidade-option {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100px;
    font-size: 16px;
    color: rgb(128, 142, 152);
    border: 0px;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.modalidade-option.selected {
    background-color: #007bff;
    border-color: #0056b3;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
}

#modalidade-options .modalidade-option:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#modalidade-options .modalidade-option:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.team_logo_box {
    width: 72px;
    height: 72px;
    padding: 4px;
    text-align: center;
}

.team_logo_box.match_team {
    width: auto;
}

.team_logo_box.match_team img {
    max-width: 150px;
}

.best {
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.best .logos {
    border-radius: 2px;
    background: grey;
    padding: 2px;
}

.mobile .squad_user {
    flex-direction: column-reverse;
}

.mobile .squad_user .view_more_button,
.mobile .squad_user .create_button {
    margin: 8px 0;
}

.mobile .squad_user .share {
    margin: 0 0 8px 0;
}

.mobile .squad_user h3 {
    margin: 8px 0;
}

.loadBtn {
    margin: 30px auto !important;
}

.examplePoster.placeholders {
    background-color: grey;
    aspect-ratio: 0.8;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

@keyframes slide {
    0% {
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 10%, grey 40%, grey 60%, rgba(255, 255, 255, 0.5) 100%);
    }

    5% {
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 35%, grey 65%, grey 85%, rgba(255, 255, 255, 0.5) 125%);
    }

    10% {
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 60%, grey 90%, grey 110%, rgba(255, 255, 255, 0.5) 150%);
    }

    15% {
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 85%, grey 115%, grey 135%, rgba(255, 255, 255, 0.5) 175%);
    }

    16% {
        background: rgba(255, 255, 255, 0.5);
    }

    50% {
        background: grey;
    }

    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}

.examplePoster.placeholders .loading-bar {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, grey 40%, grey 60%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0%;
    left: 0%;
    animation: slide 2s linear infinite;
}

.mobile .examplePoster.placeholders {
    width: 100%;
}

.player_team_logo {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid var(--neutral-colors-light-grey-500, #868C96);
    background: var(--neutral-colors-dark-grey-600, #3E4652);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.50);
}

.player_team_logo img {
    width: 42px;
    height: 42px;
    padding: 2px;
    object-fit: contain;
}

.player_shirt_active text {
    font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.captain_logo {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 5px;
    left: -12px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--neutral-colors-light-grey-500, #868C96);
    background: var(--neutral-colors-dark-grey-600, #3E4652);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.50);
    color: #FCB010;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    justify-content: center;
    font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
}

.player_circle {
    position: relative;
}

#builders_list td a,
#builders_list td {
    color: #2c3e50;
}

.match-item {
    width: 100% !important;
    margin-bottom: 8px;
}

#builders_list .match-item:first-child {
    border-radius: 8px 0 0 8px;
}

#builders_list .match-item:last-child {
    border-radius: 0 8px 8px 0;
}

#builders_list .match-item:last-child a {
    flex-direction: row-reverse;
}

#builders_list .match-item a {
    align-items: center;
    height: 100%;
}

.match-item h3 {
    opacity: 0.7;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c3e4f;
    text-transform: uppercase;
    margin: 0;
}

.match-item h2 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c3e4f;
    padding: 0;
}

.mobile .match-item h2 {
    font-size: 14px;
}

.match-item p {
    opacity: 0.8;
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4f5969;
    margin: 0;
}

.mobile #carousel {
    margin-bottom: 10px;
}

.mobile #carousel h1 {
    font-size: 24px;
}

.mobile #carousel h2 {
    font-size: 26px;
    padding: 0;
}

.challenges_list.mobile {
    margin-bottom: 10px;
}

.challenges_list #DataTables_Table_0_length,
#builders_list #DataTables_Table_0_length {
    padding: 0.7rem 0;
}

#builders_list #DataTables_Table_0_length {
    display: none;
}

.challenges_list .dataTables_filter,
#builders_list .dataTables_filter {
    padding: 16px 0;
    background-color: #fff;
}

.challenges_list .dataTables_filter input,
#builders_list .dataTables_filter input {
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #9b9b9b;
    padding: 13.5px 15px;
    border-radius: 8px;
    border: solid 1px #ccc;
    background-color: #fff;
    margin: 0;
    height: auto;
}

.challenges_list table tr .match-item:hover,
#builders_list table tr .match-item:hover {
    cursor: pointer;
}

.match-item .home_team_logo {
    margin-left: 16px;
    max-height: 80px;
    max-width: 80px;
}

.mobile .match-item .home_team_logo {
    margin-left: 0;
    max-height: 50px;
    max-width: 50px;
}

.match-item .away_team_logo {
    margin-right: 16px;
    max-height: 80px;
    max-width: 80px;
}

.mobile .match-item .away_team_logo {
    margin-right: 0;
    max-height: 50px;
    max-width: 50px;
}

#builders_list .zztable tbody tr {
    display: flex;
    height: auto !important;
}

#builders_list .zztable tbody tr td {
    padding: 0 !important;
}

#builders_list td a {
    padding: 20px 18px 18px 18px;
}

#builders_list .zztable tbody tr .vs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    width: 100px;
    font-size: 36px !important;
    font-weight: bold;
    padding: 0 !important;
}

#builders_list .mobile .zztable tbody tr .vs {
    font-size: 24px !important;
    width: 60px;
}

#builders_list tr {
    position: relative;
}

#builders_list tr h3 {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: max-content;
}

#builders_list table tr:hover {
    background-color: inherit !important;
}

#builders_list {
    box-shadow: none !important;
}

#builders_list .home_team_info {
    margin-left: auto;
}

#builders_list .away_team_info {
    text-align: left;
    margin-right: auto;
}

.players-table-player {
    display: flex;
    align-items: center;
    gap: 12px;
}

.players-table-player .info-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #007bff;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    vertical-align: top;
    margin-left: 8px;
}

.mobile_drawer .players-table-player .info-icon{
    width: 12px;
    height: 12px;
    font-size: 10px;
    margin-left: 0;
}

.players-table-player-name p {
    margin: 0;
}

#builder-loading-effect {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5em;
}

.examplePoster .time {
    text-align: center;
    padding: 8px;
    font-size: 12px;
}

.coach_search_box {
    display: flex;
    height: 36px;
    border-radius: 6px;
    border: 1px solid;
    padding: 8px;
    font-size: 16px;
    width: 250px;
}

#coach_search_results.dropdown {
    top: auto;
    left: 32px;
    background-color: white;
    border: 1px solid #ccc;
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

#coach_search_results .result-item {
    padding: 10px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

#coach_search_results .result-item:hover {
    background-color: #f0f0f0;
}

#squad_builder_form {
    padding: 8px;
    background-color: #546e8711;
    display: flex;
    align-items: center;
}

.mobile #squad_builder_form {
    flex-direction: column;
    align-items: baseline;
}

.mobile #squad_builder_form input {
    margin-bottom: 6px;
}

.mobile #squad_builder_form .cleanBtn {
    margin-top: 6px;
}

#squad_builder_form #search_id2 {
    padding: 8px;
    border-radius: 6px;
    border: solid 1px #3e5368;
    font-size: 12px !important;
    margin-right: 8px;
    height: 28px;
    box-sizing: border-box;
}

#squad_builder_form .chosen-single {
    height: 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 12px !important;
}

#squad_builder_form #search_edition {
    padding: 8px;
    height: 28px;
    border-radius: 6px;
    border: solid 1px #3e5368;
    font-size: 12px !important;
    margin-right: 8px;
    box-sizing: border-box;
}

#squad_builder_form .cleanBtn {
    margin-left: auto;
    font-size: 12px;
    padding: 8px;
}

.zz-confirm-delete-squad-button {
    cursor: pointer;
}

.player_rating {
    width: 48px;
    height: 20px;
    position: absolute;
    top: 67px;
    left: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 8px 4px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    letter-spacing: -1.28px;
}

.scale_players_7 {
    scale: 1.1;
}

.scale_players_7.draggable:not(:has(input)):hover {
    transform: translate(-44px, -15px) scale(1.03) !important;
}

.scale_players_5 {
    scale: 1.15;
}

.scale_players_5.draggable:not(:has(input)):hover {
    transform: translate(-42px, -13px) scale(1.03) !important;
}

.logo_player_profile {
    padding: 0 !important;
    border-radius: 25% !important;
    border: #fff solid 5px;
    overflow: hidden;
    width: 140px !important;
    height: 140px !important;
}

.logo_player_profile_img {
    max-width: 140px !important;
    height: 140px !important;
}

.calendar-container {
    padding: 24px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.calendar_nav {
    display: flex;
    font-family: Roboto;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #3c4453;
    margin-bottom: 22px;
    justify-content: space-between;
    align-items: center;
}

.calendar_nav span {
    font-size: 24px;
    cursor: pointer;
}

.calendar-table td {
    width: 14%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.calendar-day {
    cursor: pointer;
}

.calendar-day:hover {
    background-color: #f0f0f0;
}

.player_links_container {
    width: 1080px;
    height: 1350px;
    position: absolute;
    transform-origin: top left;
}

.pitch_player_link {
    cursor: pointer;
    width: 210px;
    height: 180px;
    position: absolute;
    border: solid 5px #00000000;
}

.pitch_player_link:hover {
    border: solid 5px rgb(44, 103, 176);
    border-radius: 6px;
}

.squad-builder-related-entities {
    margin-top: 24px;
}

.squad-builder-related-entities table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    border: solid 1px #ccc;
}

.squad-builder-related-entities tr {
    border-bottom: 1px solid #ddd;
}

.squad-builder-related-entities tr:nth-child(odd) {
    background-color: #f1f3f5;
}

.squad-builder-related-entities tr:hover {
    background-color: #e9ecef;
}

.squad-builder-related-entities td {
    padding: 4px 8px;
    text-align: center;
    color: #212529;
}

.squad-builder-related-entities td.flag {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    width: 21px;
}

.squad-builder-related-entities td.player-name {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.squad-builder-related-entities td.position {
    color: #6c757d;
}

.squad-builder-related-entities table,
.squad-builder-related-entities td {
    border: none;
}

.squad-builder-related-entities p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
}

.edition_list {
    font-size: 14px;
}

.edition_list img {
    height: 24px;
}

.zz-card table a {
    font-size: 13px !important;
    color: #333 !important;
    text-decoration: none !important;
}

.zz-card table.zztable td {
    padding: 5px 10px !important;
}

.pitch_player_link .correct_player {
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #04A6A0 !important;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 10px;
    border: solid 2px;
}

.pitch_player_link .incorrect_player {
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e53900 !important;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 10px;
    border: solid 2px;
}

#carousel .match_team_logo {
    max-width: 45px;
    max-height: 45px;
}

.challenges_carousel .item h1 {
    width: auto;
}

.challenges_carousel .item .header {
    align-items: center;
}

.challenges_carousel .item .match_teams_logos {
    align-items: center;
    margin-left: 8px;
}

.zz-pagination {
    border-radius: 6px;
    margin-top: 8px;
    background-color: #f2f2f2;
}

.snowflake {
    color: #fff !important;
    font-size: 30px !important;
    text-shadow: 0 0 5px #000;
}

.snowflake,
.snowflake .inner {
    animation-iteration-count: infinite;
    animation-play-state: running
}

@keyframes snowflakes-fall {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(110vh);
        opacity: 0;
    }
}

@keyframes snowflakes-shake {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: absolute !important;
    top: -5%;
    left: 0;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    animation-name: snowflakes-shake;
    animation-duration: 3s;
    animation-timing-function: ease-in-out
}

.snowflake .inner {
    animation-duration: 10s;
    animation-name: snowflakes-fall;
    animation-timing-function: linear;
    opacity: 0;
}

.snowflake:nth-of-type(0) {
    left: 1%;
    animation-delay: 0s
}

.snowflake:nth-of-type(0) .inner {
    animation-delay: 0s
}

.snowflake:first-of-type {
    left: 10%;
    animation-delay: 1s
}

.snowflake:first-of-type .inner,
.snowflake:nth-of-type(8) .inner {
    animation-delay: 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    animation-delay: .5s
}

.snowflake:nth-of-type(2) .inner,
.snowflake:nth-of-type(6) .inner {
    animation-delay: 6s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    animation-delay: 2s
}

.snowflake:nth-of-type(11) .inner,
.snowflake:nth-of-type(3) .inner {
    animation-delay: 4s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    animation-delay: 2s
}

.snowflake:nth-of-type(10) .inner,
.snowflake:nth-of-type(4) .inner {
    animation-delay: 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    animation-delay: 3s
}

.snowflake:nth-of-type(5) .inner {
    animation-delay: 8s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    animation-delay: 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    animation-delay: 1s
}

.snowflake:nth-of-type(7) .inner {
    animation-delay: 2.5s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    animation-delay: 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    animation-delay: 1.5s
}

.snowflake:nth-of-type(9) .inner {
    animation-delay: 3s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    animation-delay: 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    animation-delay: 2.5s
}

.zz-card table tr.my_classif td {
    background-color: #f2f2f2;
}

.champions-league #page_header_container {
    background-image: url('/img/logos/apostas/champions-league-bck-grid.png');
    background-position: right;
    color: #d1ebef !important;
}

.champions-league #page_header_container h1 {
    color: #d1ebef !important;
}

.champions-league .entity_h2_nomenu {
    background: none;
}

.champions-league .single .title span h2 {
    margin-top: 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d1ebef;
}

.champions-league .entity_h2_nomenu .selected {
    border-bottom: solid 1.5px #d1ebef;
}

.champions-league .entity_h2_nomenu .h2 span a {
    color: #d1ebef;
}

.team_builder_table:not(.mobile_drawer) img.injury {
    width: 24px !important;
    border: 0px !important;
}

.team_builder_table.mobile_drawer img.injury {
    width: 20px !important;
    border: 0px !important;
}
