#__detail {
    padding-bottom: 0 !important;
}
.detail-head {
    height: 220px;
    position: sticky;
    top: 64px;
    border: none;
    box-shadow: 0 1px 5px #000000;
    z-index: 5;
}
@media only screen and (max-width: 600px) {
    .detail-head {
        top: 0 !important;
    }
}
.detail-head-gradient {
    height: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail-head-gradient > div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
}
.detail-head-gradient > div:nth-of-type(1) > img {
    scale: 1;
    transform-origin: center;
    object-fit: cover;
    object-position: center;
    background: transparent;
}
.detail-head-gradient > div:nth-of-type(2) {
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(80px);
}



.detail-head-main {
    display: block;
    position: relative;
    height: inherit;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
}

.detail-head-main-header {
    display: flex;

}
.detail-head-main-header > p {
    width: 100%;
    margin-block: auto;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.detail-head-main-header > p > span.material-symbols-outlined.seperator {
    margin-inline: 3px;
    font-size: 6px;
    margin-block: auto;
    vertical-align: middle;
    margin-bottom: 2px;
    position: relative;
    background: transparent;
    z-index: 5;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    
}
.detail-head-main-header > p > span.material-symbols-outlined.seperator::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #a5a9b4;
    border-radius: 50%;
    opacity: 0.3;
    scale: 1.5;
    z-index: 1;
}
.detail-head-main-header > span {
    display: flex;
    margin: 15px;
    font-size: 24px;
    cursor: pointer;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}
.detail-head-main-header > span:nth-of-type(2) {
    margin-left: auto;
    margin-right: 10px;
}



/* Match */
.match-detail .detail-head-main-body {
    display: block;
    padding: 10px;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) {
    display: flex;
    justify-content: center;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:not(:nth-of-type(2)) {
    margin-inline: 50px;
    position: relative;
    height: min-content;
    min-width: 80px;
    max-width: 80px;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:not(:nth-of-type(2)) > div {
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:not(:nth-of-type(2)) > p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 16px;
    font-weight: 500;
}


.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-block: auto;
    height: min-content;
}

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    min-width: 57px !important;

}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) > span:nth-of-type(2) {
    margin-inline: 2px;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: 14px;
    margin: 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.live {
    translate: -38px -60px;
    top: 0;
    left: 0;
    right: 0;
    width: 135px;
    position: absolute;
    display: flex;
    align-content: center;
    
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.live > span {
    background: rgba(255, 50, 50, 0.8);
    padding-inline: 10px;
    padding-block: 2px;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: fit-content;
    display: flex;
    text-wrap: nowrap;
    margin-inline: auto;
    
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.live > span > span {
    font-size: 14px;
    vertical-align: middle;
    margin-block: auto;
    color: #fff;
    margin-right: 5px;
    font-weight: 500;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.live > span > p {
    font-size: 10px;
    color: #fff;
    margin-block: auto;
    font-weight: 500;
    margin-right:2px;
}

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date-finished {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110px;
    translate: -26px -60px;
}

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date-finished > span {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    color: #fff;
    background: rgba(50,50,50,0.5);
    padding-inline: 10px;
    padding-block: 2px;
    border-radius: 10px; 
    margin-inline: auto;
    text-wrap: nowrap;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date-finished > span > span.seperator {
    margin-inline: 5px;
    font-size: 5px;
    margin-block: auto;
    vertical-align: middle;
    margin-bottom: 2px;
    position: relative;
    background: transparent;
    z-index: 5;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date-finished > span > span.seperator::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #a5a9b4;
    border-radius: 50%;
    opacity: 0.3;
    scale: 1.5;
    z-index: 1;   
}

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date {
    position: absolute;
    width: 100px;
    translate: -26px;
    top: 0;
    left: 0;
    right: 0;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date > span {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-inline: auto;
    text-wrap: nowrap;
    
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date > span > .seperator {
    margin-inline: 5px;
    font-size: 5px;
    margin-block: auto;
    vertical-align: middle;
    position: relative;
    background: transparent;
    z-index: 5;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.date > span .seperator::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #a5a9b4;
    border-radius: 50%;
    opacity: 0.3;
    scale: 1.5;
    z-index: 1;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.bordered {
    border-radius: 5px;
    border: solid 2px;
    background: rgba(38,38,38,0.5);
    aspect-ratio: 1;
    min-width: 24px !important;
    color: var(--color-red);
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    border-color: rgb(48,48,48) !important;    
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) > span.colon {
    font-weight: 900;
    margin-inline: 2px;
}


/* Player */
.player-detail .detail-head-main-body {
    display: flex;
    padding-block: 10px;
    padding-inline: 50px;
    transition: all 0.2s;
}
.player-detail .detail-head-main-body > .img {
    /* aspect-ratio: 1; */
    height: 86px;
    /* border-radius: 50%; */
    /* background: #ffffff; */
    margin-block: auto;
    /* object-fit: cover;
    object-position: center; */
}
.player-detail .detail-head-main-body > div:not(.img) {
    margin-left: 20px;
    margin-block: auto;
}
.player-detail .detail-head-main-body > div:not(.img) > p:first-of-type {
    font-size: 24px;
    font-weight: 500;
    margin-block: auto;
    transition: all 0.2s;
}
.player-detail .detail-head-main-body > div:not(.img) > p:last-of-type {
    margin-block: auto;
    display: flex;
}
.player-detail .detail-head-main-body > div:not(.img) > p:last-of-type > img {
    aspect-ratio: 1;
    height: 24px;
    margin-block: auto;
}
.player-detail .detail-head-main-body > div:not(.img) > p:last-of-type > span {
    font-size: 14px;
    margin-block: auto;
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .player-detail .detail-head-main-body {
        padding-inline: 20px;
    }

    .player-detail .detail-head-main-body > div > p:first-of-type {
        font-size: 20px;
    }

}

/* Team */
.team-detail .detail-head-main-body {
    display: flex;
    padding-block: 10px;
    padding-inline: 50px;
    transition: all 0.2s;
}
.team-detail .detail-head-main-body > div:nth-of-type(1) {
    /* aspect-ratio: 1;
    height: 86px; */
    margin-block: auto;
    /* object-fit: cover;
    object-position: center;
    overflow: visible; */
}
.team-detail .detail-head-main-body > div:nth-of-type(2) {
    margin-left: 20px;
    margin-block: auto;
}
.team-detail .detail-head-main-body > div:nth-of-type(2) > p:first-of-type {
    font-size: 24px;
    font-weight: 500;
    margin-block: auto;
    transition: all 0.2s;
}
.team-detail .detail-head-main-body > div:nth-of-type(2) > p:last-of-type {
    margin-block: auto;
    display: flex;
}
.team-detail .detail-head-main-body > div:nth-of-type(2) > p:last-of-type > div {
    margin-block: auto;
}
.team-detail .detail-head-main-body > div:nth-of-type(2) > p:last-of-type > span {
    font-size: 14px;
    margin-block: auto;
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .team-detail .detail-head-main-body {
        padding-inline: 20px;
    }

    .team-detail .detail-head-main-body > div:nth-of-type(2) > p:first-of-type {
        font-size: 20px;
    }

}






.detail-head-main-menu {
    display: flex;
    overflow-x: auto;
    position: absolute;
    height: 45px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.detail-head-main-menu::-webkit-scrollbar {
    display: none;
}

.detail-head-main-menu > button {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-1);
    padding-top: 8px;
    padding-bottom: 10px;
    padding-inline: 0;
    margin-inline: 30px;
    background: transparent;
    color: white;
    cursor: pointer;
    border: none;
    outline: none;
    opacity: 0.5;
    text-shadow: 1px 1px 2px black;
}
.detail-head-main-menu > button.detail-head-menu-active {
    opacity: 1;
}

.detail-head-main-menu > hr {
    position: absolute;
    bottom: 0;
    width: 84px;
    margin-block: 0;
    height: 0px;
    border: 2px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    transition: all 200ms;
    transition-timing-function: ease;
}

/* Animation */

.detail-head {
    animation: head-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}

@keyframes head-anim {
    to {
        height: 170px;
    }
}

.detail-head.collapsed {
    height: 170px;
}

/* Match */

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
    animation: match-img-1-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(1) {
    animation: match-img-2-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:not(:nth-of-type(2)) > div > span {
    animation: match-img-span-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}

.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(1) > p {
    animation: match-name-1-anim ease-in forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(3) > p {
    animation: match-name-2-anim ease-in forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}
.match-detail .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) {
    animation: match-score-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
    transition: all 0.2s;
}

@keyframes match-img-1-anim {
    to {
        height: 48px;
        translate: 45px;
    }
}
@keyframes match-img-2-anim {
    to {
        height: 48px;
        translate: -45px;
    }
}
@keyframes match-img-span-anim {
    to {
        font-size: 36px;
        padding: 6px;
    }
}
@keyframes match-name-1-anim {
    to {
        translate: -25px -40px;
    }
}
@keyframes match-name-2-anim {
    to {
        translate: 25px -40px;
    }
}
@keyframes match-score-anim {
    to {
        scale: 0.8;
        translate: 0 -12px;
    }
}

.match-detail .detail-head.collapsed .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
    height: 48px !important;
    translate: 45px;
    transition: all 0.2s;
}
.match-detail .detail-head.collapsed .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(1) {
    height: 48px !important;
    translate: -45px;
    transition: all 0.2s;
}
.match-detail .detail-head.collapsed .detail-head-main-body > div:nth-of-type(1) > div:not(:nth-of-type(2)) > div > span {
    font-size: 36px;
    padding: 6px;
    transition: all 0.2s;
}
.match-detail .detail-head.collapsed .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(1) > p {
    translate: -25px -40px;
    transition: all 0.2s;
}
.match-detail .detail-head.collapsed .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(3) > p {
    translate: 25px -40px;
    transition: all 0.2s;
}
.match-detail .detail-head.collapsed .detail-head-main-body > div:nth-of-type(1) > div:nth-of-type(2) {
    scale: 0.8;
    translate: 0 -12px;
    transition: all 0.2s;
}


/* Player */

.player-detail .detail-head-main-body > div:nth-of-type(1) {
    animation: player-img-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
}
.player-detail .detail-head-main-body > div:nth-of-type(1) > span {
    animation: player-img-span-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
}
.player-detail .detail-head-main-body > div:nth-of-type(2) {
    animation: player-div-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
}

@keyframes player-img-anim {
    to {
        height: 64px;
        translate: 10px -10px;
    }
}
@keyframes player-img-span-anim {
    to {
        font-size: 48px;
        padding: 8px;
    }
}
@keyframes player-div-anim {
    to {
        scale: 0.9;
        translate: 0 -10px;
    }
}

/* Team */

.team-detail .detail-head-main-body > div:nth-of-type(1) {
    animation: team-img-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
}
.team-detail .detail-head-main-body > div:nth-of-type(1) > span {
    animation: team-img-span-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
}
.team-detail .detail-head-main-body > div:nth-of-type(2) {
    animation: team-div-anim linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0;
    animation-range-end: 80px;
}

@keyframes team-img-anim {
    to {
        height: 64px;
        translate: 10px -10px;
    }
}
@keyframes team-img-span-anim {
    to {
        font-size: 48px;
        padding: 8px;
    }
}
@keyframes team-div-anim {
    to {
        scale: 0.9;
        translate: 0 -10px;
    }
}



.detail-body {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    scroll-snap-type: inline mandatory;
}

.detail-body::-webkit-scrollbar {
    display: none;
}

.detail-body > div {
    min-width: 100%;
    scroll-snap-align: start;
}

.detail-body > div > div {
    font-weight: 400;
}

/* .detail-body > div[tab="predictions"] > section> > div> div> div {
    border-radius: 5px !important;
}*/


/* Predictions */


.prediction-menu {
    display: flex;
}

.prediction-switch {
    display: flex;
    margin-left: 10px;
    border-radius: 50px;
    padding: 5px;
    margin-block: 10px;
    /* margin-bottom: 5px; */
    max-width: unset;
}
.prediction-switch > button {
    border-radius: 50%;
    aspect-ratio: 1;
    font-size: 24px;
    border: none;
    outline: none;
    padding: 5px;
    margin: 0;
    display: block;
    cursor: pointer;

    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}
.prediction-switch > button.active {
    color: #000 !important;
    background: var(--theme-color) !important;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    /* background: rgb(48, 48, 48) !important; */
}
.prediction-switch > button:nth-of-type(2) {
    margin-left: 5px;
}

#prediction-insight-header {
    display: flex;
    width: 100%;
    margin-block: 10px;
    margin-inline: 10px;
}
#prediction-insight-header > .text {
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
    width: 100%;
}
#prediction-insight-header > .text > p {
    font-size: 14px;
    font-weight: 500;
    margin-block: auto;
}
#prediction-insight-header > .text > span {
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding-block: 0px;
    padding-inline: 8px;
    margin-block: auto;
    margin-left: 10px;
}
#prediction-insight-header > .action {
    display: flex;
    border-radius: 50px;
    padding: 5px;
    margin-left: 10px;
    
}
#prediction-insight-header > .action > button {
    border-radius: 50%;
    border: none;
    outline: none;
    font-size: 24px;
    padding: 5px;

}

#predictions-insight-main {
    position: relative;
    display: flex;
    transition: all 0.2s;
}
#predictions-insight-main.hidden {
    display: none;
    opacity: 0;
}

#predictions-insight-main > .body {
    position: relative;
    height: calc(100vh - 310px);
    overflow-y: auto;
    padding-inline: 5px;
}
#predictions-insight-main > .body > .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
}
#predictions-insight-main > .body > .loader > span {
    margin: auto;
    height: 38px;
    aspect-ratio: 1;
    border: 5px solid rgba(31,111,235, 0.1);
    border-top-color: var(--theme-color) !important;
    background: transparent;
    display: block;
    border-radius: 50%;
    animation-name: --loading;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
#predictions-insight-main > .body > hr {
    margin-block: auto;
    color: rgb(48, 48, 48);
    border: 0.5px solid rgb(48, 48, 48);
    margin-inline: 10px;
}
#predictions-insight-main > .body > .insight {
    position: relative;
    margin-block: 20px;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 42px;
}
#predictions-insight-main > .body > .insight > .profile {
    position: absolute;
    top: 5px;
    left: 0;
}
#predictions-insight-main > .body > .insight > .profile > .img > span {
    padding: 6px;
    border-radius: 50%;
    background: #6c6c6c;
    font-size: 24px;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}
#predictions-insight-main > .body > .insight > .header {
    position: relative;
    display: flex;
    overflow: hidden;
    color: #fafafa;
}
#predictions-insight-main > .body > .insight > .header > p {
    font-size: 14px;
    font-weight: 500;
    text-wrap: nowrap;
    margin-block: 3px;
}
#predictions-insight-main > .body > .insight > .header > span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    margin-block: auto;
    text-wrap: nowrap;
    
}
#predictions-insight-main > .body > .insight > .header > span:nth-last-of-type(2) {
    margin-right: 32px;
}
#predictions-insight-main > .body > .insight > .header > .verified {
    color: var(--color-verified);
    font-size: 18px;
    margin-block: auto;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
#predictions-insight-main > .body > .insight > .header > span.seperator {
    font-size: 5px !important;
    margin-block: auto;
    position: relative;
    background: transparent;
    z-index: 1;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
/* #predictions-insight-main > .body > .insight > .header > span.seperator::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #a5a9b4;
    border-radius: 50%;
    opacity: 0.3;
    scale: 1.5;
    z-index: 1;
} */

#predictions-insight-main > .body > .insight > .header > .more-option {
    font-size: 18px;
    margin-block: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    
}
#predictions-insight-main > .body > .insight > .header:has(.more-option)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    z-index: 2;
    height: 28px;
    background: #000;
}

#predictions-insight-main > .body > .insight > .body {
    font-size: 14px;
    margin-inline: 5px;
    font-weight: 400;
    white-space: pre-wrap;
    transition: all 0.2s;
    color: #f0f0f0;
    word-break: break-all;
    /* line-break: anywhere; */
}
#predictions-insight-main > .body > .insight > .body > a {
    color: var(--theme-color);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

#predictions-insight-main > .body > .insight > .footer {
    display: flex;
    position: relative;
    margin-top: 5px;
}
#predictions-insight-main > .body > .insight > .footer > div {
    display: flex;
    border-radius: 50px;
    /* margin-right: 10px; */
}
#predictions-insight-main > .body > .insight > .footer > div:last-of-type {
    margin-left: auto;
    margin-right: 0;
}

#predictions-insight-main > .body > .insight > .footer > div > span {
    font-size: 12px;
    margin-block: auto;
    margin-left: 5px;
}
#predictions-insight-main > .body > .insight > .footer > div > span.material-symbols-outlined {
    font-size: 18px;
    margin-block: auto;
    margin-inline: 0;
    padding: 5px;
    cursor: pointer;
    border-radius: 50px;
    transform-origin: left bottom;
}
#predictions-insight-main > .body > .insight > .footer > div > span:nth-of-type(2) {
    min-width: 32px;
    text-align: left;
    font-weight: 400;
    
}
#predictions-insight-main > .body > .insight > .footer > div > span[name="like"].checked {
    color: var(--color-white) !important;
    /* scale: 1.2;
    rotate: -10deg; */
    font-variation-settings:
    'FILL' 1;
}
#predictions-insight-main > .body > .insight > .footer > div > span[name="dislike"].checked {
    font-variation-settings:
    'FILL' 1;
}

#predictions-insight-main > .body > .insight:first-of-type {
    margin-top: 0;
}
#predictions-insight-main > .body > .insight:last-of-type {
    margin-bottom: 0;
}
#predictions-insight-main > .footer > * {
    display: none;
}
@media only screen and (min-width: 600px) {
    #predictions-insight-main > .body {
        width: 60%;
    }
    #predictions-insight-main > .footer {
        width: 40%;
        height: 100%;
    }
    #predictions-insight-main > .footer > .desktop {
        display: block;
        padding: 10px;
        height: 100%;
        
    }
    #predictions-insight-main > .footer > .desktop > div {
        display: flex;
        margin-bottom: 10px;
    }
    #predictions-insight-main > .footer > .desktop > div > .img {
    }
    #predictions-insight-main > .footer > .desktop > div > .img > span {
        padding: 6px;
        border-radius: 50%;
        background: #6c6c6c;
        font-size: 24px;
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
    }
    #predictions-insight-main > .footer > .desktop > div > p {
        font-size: 14px;
        margin-block: auto;
        margin-left: 10px;
    }

    #predictions-insight-main > .footer > .desktop > textarea {
        border-radius: 20px;
        padding: 10px;
        font-family: var(--font-1);
        border: none;
        outline: none;
        width: 100%;
        height: calc(100vh - 418px);
        resize: none;

    }
    #predictions-insight-main > .footer > .desktop > button {
        position: relative;
        border-radius: 50px;
        padding: 8px;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        border: none;
        outline: none;
        margin-top: 5px;
        cursor: pointer;
        background: #F0F0F0;
    }
    #predictions-insight-main > .footer > .desktop > button.loading {
        color: transparent !important;
    }
    #predictions-insight-main > .footer > .desktop > button.loading::before {
        content: '';
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid rgba(0,0,0,0.2);
        border-top-color: black;
        border-radius: 50%;
        animation: --loading-spinner 1s ease infinite;
        opacity: 1;
    }
    #predictions-insight-main > .footer > .desktop > button:disabled {
        background: #F0F0F0;
        opacity: 1 !important;
    }
}

@media only screen and (max-width: 600px) {
    #predictions-insight-main {
        display: block;
    }
    #predictions-insight-main > .body {
        width: 100%;
        height: calc(100vh - 364px);
        /* overflow-y: auto; */
        padding-inline: 10px;
    }
    #predictions-insight-main:has(textarea:focus) > .body {
        height: calc(100vh - 403px) !important;

    }
    #predictions-insight-main > .body > .insight > .header > p,
    #predictions-insight-main > .body > .insight > .header > span:not(.material-symbols-outlined) {
        font-size: 12px;
    }
    #predictions-insight-main > .body > .insight > .header > span.seperator {
        font-size: 4px !important;
    }
    #predictions-insight-main > .body > .insight > .body {
        font-size: 12px;
    }

    #predictions-insight-main > .footer {
        width: 100%;
        position: sticky;
        bottom: 0;
        transition: all 0.2s;
    }
    #predictions-insight-main > .footer > .mobile {
        padding: 10px;
        display: flex;
    }
    #predictions-insight-main > .footer > .mobile > textarea {
        resize: none;
        border-radius: 50px;
        font-size: 13px;
        font-family: var(--font-1);
        padding: 10px;
        padding-inline: 15px;
        margin-block: auto;
        display: block;
        border: none;
        outline: none;
        width: 100%;
        transition: all 0.2s;
    }
    #predictions-insight-main > .footer > .mobile > textarea:focus {
        border-radius: 20px;
    }
    #predictions-insight-main > .footer > .mobile > button {
        position: relative;
        border-radius: 50%;
        font-size: 24px;
        padding: 10px;
        margin-left: 10px;
        margin-top: auto;
        border: none;
        outline: none;
        display: block;
        cursor: pointer;
        background: var(--theme-color);
        color: black;
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
    }
    #predictions-insight-main > .footer > .mobile > button.loading {
        color: transparent !important;
    }
    #predictions-insight-main > .footer > .mobile > button.loading::before {
        content: '';
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid rgba(0,0,0,0.2);
        border-top-color: black;
        border-radius: 50%;
        animation: --loading-spinner 1s ease infinite;
        opacity: 1;
    }

}

#predictions-market-menu {
    display: flex;
    margin-block: 10px;
    /* margin-bottom: 10px; */
    margin-inline: 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    column-span: all;
    width: 100%;
}
#predictions-market-menu > div {
    display: flex;
    position: relative;
}
#predictions-market-menu > div:nth-of-type(1) > span {
    font-weight: 700;
    margin-right: 5px !important;
    
}
#predictions-market-menu > div:nth-of-type(3) > span {
    font-weight: 700;
    margin-left: 5px !important;
}

#predictions-market-menu > div:not(:nth-of-type(2)) {
    padding: 2px;
    
}
#predictions-market-menu > div:not(:nth-of-type(2)) > span {
    font-size: 24px;
    padding: 5px;
    margin: 3px;
    color: var(--theme-color);
    border-radius: 50%;
    cursor: pointer;

    font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48;
}
#predictions-market-menu > div:nth-of-type(2) {
    width: 100%;
    position: relative;
    overflow-y: auto;
    padding-inline: 10px;
}
#predictions-market-menu > div:nth-of-type(2)::-webkit-scrollbar {
    display: none;
}
#predictions-market-menu > div:nth-of-type(1)::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: -15px;
    width: 15px;
    z-index: 3;
    background: linear-gradient(to right, rgba(28,28,28,1), rgba(28,28,28,0));
}

#predictions-market-menu > div:nth-of-type(3)::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -15px;
    width: 15px;
    z-index: 3;
    background: linear-gradient(to left, rgba(28,28,28,1), rgba(28,28,28,0));
}
#predictions-market-menu > div:nth-of-type(2) > button {
    display: block;
    height: min-content;
    width: max-content;
    text-wrap: nowrap;
    margin-block: auto;
    border-radius: 50px;
    outline: none;
    border: none;
    font-size: 14px;
    font-family: var(--font-1);
    font-weight: 500;
    padding-block: 5px;
    padding-inline: 15px;
    margin-inline: 2px;
    background: transparent;


}
#predictions-market-menu > div:nth-of-type(2) > button.active {
    background: var(--theme-color) !important;
    font-weight: 600 !important;
    color: black !important;
}

#predictions-market-main {
    transition: all 0.2s;
}


.prediction-detail {
    padding: 0 !important;
    margin-block: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
}

.prediction-detail:first-of-type {
    margin-top: 0 !important;
}

.prediction-detail-head {
    display: flex;
    padding: 10px;
    
}
.prediction-detail-head > p {
    font-size: 14px;
    margin-block: auto;
    font-weight: 500;
    margin-left: 5px;   
}
.prediction-detail-head > span {
    font-size: 24px;
    cursor: pointer;
}
.prediction-detail-head > span:first-of-type {
    margin-left: auto;
}
.prediction-detail-head > span:last-of-type {
    margin-left: 15px;
    transition: all 0.2s;
}
.prediction-detail-head > span:nth-of-type(1) {
    font-size: 20px;
    margin-block: auto;
}




.prediction-detail-body > div.prediction-selected {
    outline: 2px solid var(--theme-color) !important;
}
.prediction-detail-body > div.prediction-selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(31, 113, 235, 0.05);
}
.prediction-detail-body > div.prediction-won {
    border-color: var(--color-green) !important;
}
.prediction-detail-body > div.prediction-lost {
    border-color: var(--color-red) !important;
}

.prediction-detail-body.hidden {
    position: relative;
    cursor: pointer;
}
.prediction-detail-body.hidden > div.prediction-selected {
    outline: none !important;
}
.prediction-detail-body.hidden::before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}
.prediction-detail-body.hidden::after {
    content: '~ click to reveal ~';
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    font-weight: 200;
}

.prediction-detail-body {
    transition: all 0.2s;
}
.prediction-detail-body > div.hover-sensitive-background {
    cursor: pointer;
}
/* All availble markets */

/* Recommended */
.prediction-market-recommended > .prediction-detail-body {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 5px;
}

.prediction-market-recommended > .prediction-detail-body > div:nth-of-type(1) {
    text-align: center;
    font-size: 14px;
    margin-block: auto;
}
.prediction-market-recommended > .prediction-detail-body > div:nth-of-type(2) {
    display: flex;
    margin: 5px;
    padding: 8px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    position: relative;
}
.prediction-market-recommended > .prediction-detail-body > div:nth-of-type(2) > span:first-of-type {
    margin-inline: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-block: auto;
    text-wrap: nowrap;
}
.prediction-market-recommended > .prediction-detail-body > div:nth-of-type(2) > span:last-of-type {
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin-block: auto;
}

/* 1x2 */
.prediction-market-1x2 > .prediction-detail-body {
    display: grid;
    grid-template-columns: repeat(3, 33.33333%);
    padding: 5px;
}

.prediction-market-1x2 > .prediction-detail-body > div {
    display: flex;
    margin: 5px;
    padding: 8px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    position: relative;
}
.prediction-market-1x2 > .prediction-detail-body > div > span:first-of-type {
    margin-inline: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-block: auto;
}
.prediction-market-1x2 > .prediction-detail-body > div > span:last-of-type {
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin-block: auto;
}
/* dc */
.prediction-market-dc > .prediction-detail-body {
    display: grid;
    grid-template-columns: repeat(3, 33.33333%);
    padding: 5px;
}

.prediction-market-dc > .prediction-detail-body > div {
    display: flex;
    margin: 5px;
    padding: 8px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    position: relative;
}
.prediction-market-dc > .prediction-detail-body > div > span:first-of-type {
    margin-inline: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-block: auto;
}
.prediction-market-dc > .prediction-detail-body > div > span:last-of-type {
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin-block: auto;
}
/* fts */
.prediction-market-fts > .prediction-detail-body {
    display: grid;
    grid-template-columns: repeat(3, 33.33333%);
    padding: 5px;
}

.prediction-market-fts > .prediction-detail-body > div {
    display: flex;
    margin: 5px;
    padding: 8px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    position: relative;
}
.prediction-market-fts > .prediction-detail-body > div > span:first-of-type {
    margin-inline: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-block: auto;
    text-wrap: nowrap;
}
.prediction-market-fts > .prediction-detail-body > div > span:last-of-type {
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin-block: auto;
}

/* btts */
.prediction-market-btts > .prediction-detail-body {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 5px;
    /* display: none; */
}

.prediction-market-btts > .prediction-detail-body > div {
    display: flex;
    margin: 5px;
    padding: 8px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    position: relative;
}
.prediction-market-btts > .prediction-detail-body > div > span:first-of-type {
    margin-inline: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-block: auto;
}
.prediction-market-btts > .prediction-detail-body > div > span:last-of-type {
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin-block: auto;
}

/* Over / Under */
.prediction-market-o_u > .prediction-detail-body {
    display: grid;
    grid-template-columns: 30% 35% 35%;
    padding: 5px;
    /* display: none; */
}

.prediction-market-o_u > .prediction-detail-body > div {
    margin: 5px;
    padding: 8px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.prediction-market-o_u > .prediction-detail-body > div:nth-of-type(1) {
    grid-column: 2/3;
    padding-block: 0;
    text-align: left;
}
.prediction-market-o_u > .prediction-detail-body > div:nth-of-type(2) {
    grid-column: 3/4;
    padding-block: 0;
    text-align: left;
}










/* Individual declarations */
.football .match-details-competition {
    display: flex;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
    overflow: hidden;
}
.football .match-details-competition > .img {
    aspect-ratio: 1;
    height: 32px;
    margin-block: auto;
    margin-right: 5px;
    margin-left: 4px;
}
.football .match-details-competition > span:not(:last-of-type) {
    font-size: 6px;
    margin-inline: 8px;
    margin-block: auto;
    position: relative;
    background: transparent;
    z-index: 2;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;   
}
.football .match-details-competition > span:not(:last-of-type)::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #a5a9b4;
    border-radius: 50%;
    opacity: 0.3;
    scale: 1.5;
    z-index: 1;
}
.football .match-details-competition > p {
    font-size: 12px;
    margin-block: auto;
    text-wrap: nowrap;
    font-weight: 400;
}
.football .match-details-competition > span:last-of-type {
    font-size: 18px;
    margin-left: auto;
    margin-block: auto;
}

.football .match-details-form {
    border-radius: 10px;
    padding-top: 5px;
    overflow-x: auto;
}
.football .match-details-form > table {
    min-width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    
}
.football .match-details-form > table > thead > tr {
    text-align: center;
}
.football .match-details-form > table > thead > tr > th {
    font-weight: 400;
}
.football .match-details-form > table > thead > tr > th:nth-of-type(1) {
    min-width: 40px;
}
.football .match-details-form > table > thead > tr > th:nth-of-type(2) {
    width: 28px;
}
.football .match-details-form > table > thead > tr > th:nth-of-type(3) {
    width: 100%;
}
.football .match-details-form > table > thead > tr > th:nth-of-type(4) {
    padding-inline: 8px;
}
.football .match-details-form > table > thead > tr > th:nth-of-type(5) {
    padding-inline: 8px;
}
.football .match-details-form > table > tbody > tr > td {
    text-align: center;
}
.football .match-details-form > table > tbody > tr > td > div {
    margin-inline: auto;
}
.football .match-details-form > table > tbody > tr .form {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    margin-block: 8px;
    min-height: 29px;
    width: min-content;
    max-width: calc(30px * 6);
    min-width: calc(30px * 6);
    margin-inline: auto;
}
.football .match-details-form > table > tbody > tr .form > div {
    font-size: 12px;
    color: black;
    padding: 5px;
    padding-inline: 10px;
    width: 30px;
    margin-inline: 0.5px;
    font-weight: 500;
}
.football .match-details-form > table > tbody > tr .form > div:first-of-type {
    margin-left: 0;
}
.football .match-details-form > table > tbody > tr .form > div:last-of-type {
    margin-right: 0;
}
.football .detail-button {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    margin-inline: auto;
    width: min-content;
    text-wrap: nowrap;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 8px;
    border-radius: 50px;
    padding-block: 4px;
    padding-right: 5px;
    padding-left: 10px;
    border: none;
    outline: none;
    background: transparent;
}
.football .detail-button:hover {
    background-color: rgba(31,111,235, 0.1);
}
.football .detail-button > span {
    margin-block: auto;
    font-size: 18px;
    padding: 0;
}

.football .match-team-comparison {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 6px;
}
.football .match-team-comparison > div {
    margin-inline: 5px;
    margin-block: auto;
    cursor: pointer;
}
.football .match-team-comparison > button {
    border-radius: 50px;
    font-size: 12px;
    color: black;
    background: var(--theme-color);
    font-family: var(--font-1);
    padding-inline: 15px;
    padding-block: 5px;
    border: none;
    font-weight: 600;
    margin-block: auto;
}

.football .match-details-referee {
    border-radius: 10px;
}
.football .match-details-referee .header {
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    padding-inline: 10px;
}
.football .match-details-referee .body {
    padding-bottom: 5px;   
}
.football .match-details-referee .body > div {
    display: flex;
    margin-bottom: 5px;
}
.football .match-details-referee .body > div > span {
    font-size: 32px;
    margin-block: auto;
    margin-inline: 10px;
}
.football .match-details-referee .body > div > .img {
    margin-block: auto;
    margin-inline: 10px;
}
.football .match-details-referee .body > div > div:not(.img) {
    
}
.football .match-details-referee .body > div > div:not(.img) > p:nth-of-type(1) {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.football .match-details-referee .body > div > div:not(.img) > p:nth-of-type(2) {
    font-size: 14px;
    margin-block: auto;
    padding: 0;
    
}

.football .match-details-stadium {
    border-radius: 10px;
    overflow: hidden;
}
.football .match-details-stadium .header {
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    padding-inline: 10px;
}
.football .match-details-stadium .body {
    padding-bottom: 5px;   
}
.football .match-details-stadium .body > div {
    display: flex;
    margin-bottom: 5px;
}
.football .match-details-stadium .body > div > span {
    font-size: 32px;
    margin-block: auto;
    margin-inline: 10px;
}
.football .match-details-stadium .body > div > .img {
    margin-block: auto;
    margin-inline: 10px;

}
.football .match-details-stadium .body > div > .img > img {
    aspect-ratio: 1;
    overflow: hidden;
}
.football .match-details-stadium .body > div > div:not(.img) {
    
}
.football .match-details-stadium .body > div > div:not(.img) > p:nth-of-type(1) {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.football .match-details-stadium .body > div > div:not(.img) > p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    margin-block: auto;
    padding: 0;
    line-height: 18px;
    
}




.football .team-details-team-info {
    border-radius: 10px;
    width: auto;
    margin: 10px;
}
.football .team-details-team-info > div:first-of-type {
    font-size: 14px;
    text-align: center;
    margin-block: 0px;
    padding: 8px;
    font-weight: 500;
}
.football .team-details-team-info > div:last-of-type {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.football .team-details-team-info > div:last-of-type > div {
    padding: 12px;
}
.football .team-details-team-info > div:last-of-type span.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    
    font-size: 38px;
    margin: 0;
    padding: 1px 0;
    display: block;
}
.football .team-details-team-info > div:last-of-type .circular-duoval {
    margin-inline: auto;
}
.football .team-details-team-info > div:last-of-type > div {
    /* background: gray; */
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.football .team-details-team-info > div:last-of-type > div > p {
    margin: 0;
    padding: 0;
}
.football .team-details-team-info > div:last-of-type > div > p:first-of-type {
    font-size: 14px;
    font-weight: 400;
}
.football .team-details-team-info > div:last-of-type > div > p:last-of-type {
    font-size: 12px;
}



.football .team-details-transfers {
    display: flex;
    border-radius: 10px;
    width: auto;
    margin: 10px;
}
.football .team-details-transfers > div {
    width: 100%;
    
}
.football .team-details-transfers > div > div:first-of-type {
    font-size: 14px;
    padding: 8px;
    padding-inline: 10px;
    text-align: center;
    font-weight: 600;
}
.football .team-details-transfers > div > div:last-of-type {
    padding: 5px;
}
.football .team-details-transfers > div > div:last-of-type > div {
    display: flex;
    border-radius: 10px;
    padding: 8px;
}
.football .team-details-transfers > div > div:last-of-type > div > img {
    height: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffffff;
    
}
.football .team-details-transfers > div > div:last-of-type > div > p {
    font-size: 14px;
    margin-left: 15px;
    margin-block: auto;
}




.football .team-details-competitions {
    border-radius: 10px;
    width: auto;
    margin: 10px;
}
.football .team-details-competitions > div:first-of-type {
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
}
.football .team-details-competitions > div:last-of-type {
    padding: 5px;
}
.football .team-details-competitions > div:last-of-type > div {
    display: flex;
    padding: 8px;
    border-radius: 10px;
}
.football .team-details-competitions > div:last-of-type > div > img {
    height: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: visible;
    object-fit: cover;
    object-position: center;
}
.football .team-details-competitions > div:last-of-type > div > p {
    font-size: 14px;
    margin-block: auto;
    margin-left: 15px;
}


/* .football .team-details-coach {
    border-radius: 10px;
}
.football .team-details-coach .header {
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    padding-inline: 10px;
}
.football .team-details-coach .body {
    padding-bottom: 5px;   
}
.football .team-details-coach .body > div {
    display: flex;
    margin-bottom: 5px;
}
.football .team-details-coach .body > div > span {
    font-size: 32px;
    margin-block: auto;
    margin-inline: 10px;
}
.football .team-details-coach .body > div > .img {
    margin-block: auto;
    margin-inline: 10px;
}
.football .team-details-coach .body > div > div:not(.img) {
    
}
.football .team-details-coach .body > div > div:not(.img) > p:nth-of-type(1) {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.football .team-details-coach .body > div > div:not(.img) > p:nth-of-type(2) {
    font-size: 14px;
    margin-block: auto;
    padding: 0;
    
} */


.football .team-details-coach {
    border-radius: 10px;
}
.football .team-details-coach .header {
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    padding-inline: 10px;
}
.football .team-details-coach .body {
    padding-bottom: 5px;   
}
.football .team-details-coach .body > div {
    display: flex;
    margin-bottom: 5px;
}
.football .team-details-coach .body > div > span {
    font-size: 32px;
    margin-block: auto;
    margin-inline: 10px;
}
.football .team-details-coach .body > div > .img {
    margin-block: auto;
    margin-inline: 10px;
}
.football .team-details-coach .body > div > div:not(.img) {
    
}
.football .team-details-coach .body > div > div:not(.img) > p:nth-of-type(1) {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.football .team-details-coach .body > div > div:not(.img) > p:nth-of-type(2) {
    font-size: 14px;
    margin-block: auto;
    padding: 0;
}



.football .team-standings-table {
    border-radius: 10px;
    overflow: hidden;
}


.football .team-squad-body {
    border-radius: 10px;
    padding: 5px;
}
.football .team-squad-body > p {
    font-size: 14px;
    padding: 5px;
    margin-block: auto;
    font-weight: 500;
}
.football .team-squad-body > div {
    border-radius: 8px;
    display: flex;
    padding: 8px;
}
.football .team-squad-body > div > .img {
    margin-block: auto;
    /* aspect-ratio: 1;
    height: 38px; */
    margin-right: 10px;
    /* object-fit: cover;
    object-position: center;
    background: #ffff; */
    /* border-radius: 50%; */
}
.football .team-squad-body > div > span {
    margin-block: auto;
    margin-left: auto;
    font-size: 24px;
    cursor: pointer;
}
.football .team-squad-body > div > div > p {
    margin-block: auto;
    font-size: 14px;
}
.football .team-squad-body > div > div > div {
    margin-block: auto;
    font-size: 12px;
    display: flex;
}
.football .team-squad-body > div > div > div > span {
    margin-block: auto;
    margin-right: 15px;
    display: flex;
}
.football .team-squad-body > div > div > div > span > .img {
    margin-block: auto;
    /* aspect-ratio: 1;
    height: 18px; */
    /* background: transparent; */
    /* object-fit: cover; */
    /* object-position: center; */
    /* overflow: visible; */
    margin-right: 5px;
}