.field-container {
    background-repeat: no-repeat;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    width: 672px;
    height: 840px;
    perspective-origin: 50% -200px;
    perspective: 1100px;
    z-index: 1;
    backface-visibility: hidden;
}

/*MODAL*/
.world.active .field-texture.pitch-overlay {
    background-color: #1b1919d1;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 999;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.world.active .team .player-box.active .player {
    width: 120px;
    height: 120px;
}
.description {
    display: none;
}

.full-name {
    display: none;
}
.world.active .team .player-box.active .full-name {
    display: inline-block;
}
.world.active .team .player-box.active .description {
    display: block;
}
.world.active .team .player-box {
    opacity: 0.3;
}
.world.active .team .player-marker {
    opacity: 0.3;
}
.world.active .team .player-marker.active {
    opacity: 1;
}
.world.active .team .player-box.active {
    opacity: 1;
    z-index: 9999;
}
.world.active .team .player-box.active {
    width: 375px;
    margin-left: -187.5px;
    transform: translateX(00px) translateZ(-50px) translateY(0px);
}
.world.active .team .player-box.active .tshirt {
    width: 175px;
    transition: all 0.2s ease-in-out;
}
.player-box.active .name {
    font-size: 20px;
    max-width: 100%;
}

.world .field-texture.pitch-overlay {
  opacity: 0;
}
.field-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: inherit;
}
.world {
    width: 672px;
    position: relative;
    height: 840px;
    transform: translateZ(-210px);
    transform-style: preserve-3d;
    z-index: 1;
    backface-visibility: hidden;

}
.gate-top {
    position: absolute;
    width: 20%;
    height: 13%;
    transform: translateX(0px) translateZ(-379px) translateY(66px);
    left: 50%;
    margin-left: -10%;
    bottom: 50%;
}
.gate-bottom {
    position: absolute;
    width: 20%;
    height: 13%;
    transform: translateX(0px) translateZ(411px) translateY(67px);
    left: 50%;
    margin-left: -10%;
    bottom: 50%;
}
@media only screen and (min-width: 1862px) {
    .world {
        transform: scale3d(1.2, 1.2, 1.2) translateZ(-210px);
    }
}
@media only screen and (max-width: 600px) {
    .gate-bottom {
        width: 15%;
        transform: translateX(0px) translateZ(421px) translateY(59px);
        margin-left: -7.5%;
    }
    .gate-top {
        width: 15%;
        transform: translateX(0px) translateZ(-264px) translateY(23px);
        margin-left: -7.5%;
    }
    .world.active .team .player-box.hover-sync-trigger.active {
        width: 375px;
        margin-left: -187.5px;
        transform: translateX(0px) translateZ(120px) translateY(0px)
    }
    .pitch-grid {
        height: 400px;
    }
    .pitch-grid .field-container {
        position: absolute!important;
        width: 100%!important;
        left: 0!important;
        margin-top: -120px;
    }
    .field-container .world {
        position: absolute!important;
        width: 100%!important;
        transform: translateZ(-410px);
    }
    img.player {
        border-radius: 50%;
        width: 32px;
        display: block;
        height: 32px;
        border: 2px solid #fff;
        margin: auto;
        transition: all 0.2s ease-in-out;
        margin-bottom: 2px;
    }
    .world .team .player-box {
        width: 35px;
        margin-left: -17.5px;
    }
    .team .pos-2 {
        transform: translateX(-90px) translateZ(0px) translateY(-60px);
    }
    .team .pos-3 {
        transform: translateX(0px) translateZ(0px) translateY(-60px);
    }
    .team .pos-4 {
        transform: translateX(90px) translateZ(0px) translateY(-60px);
    }

    .team .pos-6 {
        transform: translateX(-140px) translateZ(-20px) translateY(0px);
    }
    .team .pos-7 {
        transform: translateX(-60px) translateZ(-20px) translateY(0px);
    }
    .team .pos-8 {
        transform: translateX(0px) translateZ(-20px) translateY(0px);
    }
    .team .pos-9 {
        transform: translateX(60px) translateZ(-20px) translateY(0px);
    }
    .team .pos-10 {
        transform: translateX(140px) translateZ(-20px) translateY(0px)
    }


    .team .pos-11 {
        transform: translateX(-160px) translateZ(110px) translateY(0px);
    }
    .team .pos-12 {
        transform: translateX(-80px) translateZ(110px) translateY(0px);
    }
    .team .pos-13 {
        transform: translateX(0px) translateZ(110px) translateY(0px);
    }
    .team .pos-14 {
        transform: translateX(80px) translateZ(110px) translateY(0px);
    }
    .team .pos-15 {
        transform: translateX(160px) translateZ(110px) translateY(0px);
    }


    .team .pos-16 {
        transform: translateX(-120px) translateZ(220px) translateY(0px);
    }
    .team .pos-17 {
        transform: translateX(-60px) translateZ(220px) translateY(0px);
    }
    .team .pos-18 {
        transform: translateX(0px) translateZ(220px) translateY(0px);
    }
    .team .pos-19 {
        transform: translateX(60px) translateZ(220px) translateY(0px);
    }
    .team .pos-20 {
        transform: translateX(120px) translateZ(220px) translateY(0px);
    }


    .team .pos-21 {
        transform: translateX(-120px) translateZ(335px) translateY(0px);
    }
    .team .pos-22 {
        transform: translateX(-60px) translateZ(335px) translateY(0px);
    }
    .team .pos-23 {
        transform: translateX(0px) translateZ(335px) translateY(0px);
    }
    .team .pos-24 {
        transform: translateX(60px) translateZ(335px) translateY(0px);
    }
    .team .pos-25 {
        transform: translateX(120px) translateZ(335px) translateY(0px);
    }

    .team .pos-28 {
        transform: translateX(0px) translateZ(415px) translateY(0px);
    }
}
.team {
    top: 0;
    left: 0;
    height: 100%;
    margin: auto;
    transform-style: inherit;
}
.field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 2;
    transform: rotateX(
            90deg
    ) translateZ(0);
    transform-origin: 50% 50%;
    box-sizing: content-box;
    backface-visibility: hidden;
}
.field-outline-box {
    width: 94%;
    height: 94%;
    top: 4%;
    left: 3%;
    border-radius: 6px;
    border: solid 4px rgb(255 255 255 / 55%);
    position: absolute;
    z-index: 4;
    overflow: hidden;
}
.field-corner {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: none;
    border: solid 4px rgb(255 255 255 / 55%);
    position: absolute;
}
.field-corner.bottom {
    bottom: -20px;
}
.field-corner.top {
    top: -20px;
}
.field-corner.left {
    left: -20px;
}
.field-corner.right {
    right: -20px;
}
.field-texture.field-texture-grass {
    background-color: green;
    background-repeat: repeat;
    background-size: 75px 75px;
    background-position: -20px -20px;
}
.field-texture.field-texture-grass:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: repeating-linear-gradient(to bottom, rgb(0 0 0 / 15%), rgba(0, 0, 0, 0.1) 60px, transparent 60px, transparent 120px);
}
.field-texture {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
.field-outline-box .field-middle.line {
    top: 50%;
    width: 100%;
    background-color: rgb(255 255 255 / 55%);
    position: absolute;
    height: 5px;
    z-index: 4;
}
.field-outline-box .field-middle.circle {
    position: absolute;
    z-index: 4;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    border: solid 4px rgb(255 255 255 / 55%);
    background: none;
    top: calc(50% - 140px/2);
    left: calc(50% - 140px/2);
}
.field-middle.circle .center-spot {
    width: 8px;
    height: 8px;
    left: calc(50% - 4px);
    top: calc(50% - 4px/2);
    position: absolute;
    z-index: 4;
    background: white;
}
.goal-line , .penalty-line {
    position: absolute;
    width: 100%;
    z-index: 4;
}
.field-home.goal-line {
    border-bottom: none!important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    bottom: 0;
}
.field-outline-box .goal-line {
    width: 16%;
    height: 6%;
    border: solid 4px rgb(255 255 255 / 55%);
    left: 0;
    right: 0;
    margin: auto;
}
.field-away.goal-line {
    border-top: none!important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    top: 0;
}


.field-home.penalty-line{
    border-bottom: none!important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    bottom: 0;
}
.field-outline-box .penalty-line {
    width: 44%;
    height: 16%;
    border: solid 4px rgb(255 255 255 / 55%);
    left: 0;
    right: 0;
    margin: auto;
}
.field-away.penalty-line {
    border-top: none!important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    top: 0;
}
.field-borders.front {
    position: absolute;
    top: 420px;
    left: 0;
    width: 100%;
    height: 10px;
    transform: rotateX(
            180deg
    ) translateZ(-419px);
    transform-origin: 50% 50%;
    background-color: #024b02;
    z-index: 9;
}
.field-borders.front:after {
    content: "";
    top: 1px;
    bottom: 1px;
    right: 0;
    width: 100px;
    position: absolute;
    transform: rotateX(
            180deg
    ) translateZ(-420px);
    opacity: 0.45;
    background-size: contain;
    background-image: url(../images/graphics/logo1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.field.shadow {
    display: block;
    width: 80%;
    left: 10%;
    transform: rotateX(
            90deg
    ) translateZ(-10px);
    background: rgba(0,0,0,0.8);
    opacity: 0.3;
    box-shadow: 0 0 40px 30px rgb(0 0 0 / 80%);
}
.field-texture.gradient-layer-one {
    background-image: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    z-index: 4;
}
.player-box {
    z-index: 9;
    backface-visibility: hidden;
    transition: all 0.3s ease-in;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
    bottom: 50%;
}
.pos-2 {
    transform: translateX(-90px) translateZ(-50px) translateY(-60px);
}
.pos-3 {
    transform: translateX(0px) translateZ(-50px) translateY(-60px);
}
.pos-4 {
    transform: translateX(90px) translateZ(-50px) translateY(-60px);
}

.pos-6 {
    transform: translateX(-180px) translateZ(-50px) translateY(0px);
}
.pos-7 {
    transform: translateX(-90px) translateZ(-50px) translateY(0px);
}
.pos-8 {
    transform: translateX(0px) translateZ(-50px) translateY(0px);
}
.pos-9 {
    transform: translateX(90px) translateZ(-50px) translateY(0px);
}
.pos-10 {
    transform: translateX(180px) translateZ(-50px) translateY(0px);
}


.pos-11 {
    transform: translateX(-180px) translateZ(90px) translateY(0px);
}
.pos-12 {
    transform: translateX(-90px) translateZ(90px) translateY(0px);
}
.pos-13 {
    transform: translateX(0px) translateZ(90px) translateY(0px);
}
.pos-14 {
    transform: translateX(90px) translateZ(90px) translateY(0px);
}
.pos-15 {
    transform: translateX(180px) translateZ(90px) translateY(0px);
}


.pos-16 {
    transform: translateX(-180px) translateZ(210px) translateY(0px);
}
.pos-17 {
    transform: translateX(-90px) translateZ(210px) translateY(0px);
}
.pos-18 {
    transform: translateX(0px) translateZ(210px) translateY(0px);
}
.pos-19 {
    transform: translateX(90px) translateZ(210px) translateY(0px);
}
.pos-20 {
    transform: translateX(180px) translateZ(210px) translateY(0px);
}


.pos-21 {
    transform: translateX(-180px) translateZ(320px) translateY(0px);
}
.pos-22 {
    transform: translateX(-90px) translateZ(320px) translateY(0px);
}
.pos-23 {
    transform: translateX(0px) translateZ(320px) translateY(0px);
}
.pos-24 {
    transform: translateX(90px) translateZ(320px) translateY(0px);
}
.pos-25 {
    transform: translateX(180px) translateZ(320px) translateY(0px);
}

.pos-28 {
    transform: translateX(0px) translateZ(415px) translateY(0px);
}
 .pos-coach {
    transform: translateX(0px) translateZ(520px) translateY(0px);
}
.pos-coach-1 {
    transform: translateX(-90px) translateZ(520px) translateY(0px);
}
.pos-coach-2 {
    transform: translateX(0px) translateZ(520px) translateY(0px);
}
.pos-coach-3 {
    transform: translateX(90px) translateZ(520px) translateY(0px);
}

.hover-sync.active-player {
    background-color: #6c234f;
}
