#EOC_bigMain {
    pointer-events: all;
	color: white;
	font-size: 1.75vh;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.EOC_main {
    height: 100vh;
    width: 102vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    user-select: none;
    align-items: center;
}

.EOC_closeButton {
    height: 10vh;
    width: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4vh;
    right: -12vh;
    cursor: pointer;
    z-index: 2;
}

.EOC_closeButton img {
    height: 10vh;
    width: 10vh; 
    transform: rotate(45deg); /* filter that turns black to red*/
    filter: invert(11%) sepia(29%) saturate(6660%) hue-rotate(351deg) brightness(93%) contrast(104%);
    filter: drop-shadow(0 0 0.75vh var(--EOC_theme-color));
    z-index: 2;

    transition: ease-out 0.2s all;
}

.EOC_closeButton img:hover {
    filter: drop-shadow(0 0 1.25vh var(--EOC_theme-color));
}

/* ----------------- Upper section ----------------- */

.EOC_upperPart {
    height: 30vh;
    width: 99.2%;
    border-radius: 2vh;
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 0.25vw var(--EOC_theme-color), 0 0 0.5vw var(--EOC_theme-color), inset 0 0 0.25vw var(--EOC_theme-color), inset 0 0 0.5vw var(--EOC_theme-color);
    position: relative;
    background-color: rgb(7, 7, 7);
}

.EOC_backgrImg img {
    height: 30vh;
    width: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0vh;
    opacity: 0.5;
    z-index: 0;
    border-radius: 0 0 2vh 0;
}

.EOC_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    width: 100%;
    font-weight: bold;
    z-index: 1;
    color: var(--EOC_theme-color);
    font-size: 5vh;
    margin: .15em 0;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* .EOC_title h1 {
    color: var(--EOC_theme-color);
    font-size: 5vh;
    padding: 0;
    font-weight: bold;
    margin-top: 5vh;
    margin-left: 1vh;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
} */

/* .EOC_title h2 {
    color: var(--EOC_theme-color);
    font-size: 5vh;
    padding: 0;
    font-weight: bold;
    margin-top: 6vh;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 */
/* .EOC_title img {
    margin-left: 1vh;
    height: 5vh;
    border-radius: 1.5vh;
    margin-top: 1vh;
} */

.EOC_textcontent {
    height: 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -2vh;
    text-align: left;
    border-radius: 2vh;
    z-index: 1;
}

.EOC_textcontent p {
    color: white;
    font-size: 1.8vh;
    padding: 0;
    margin: 2vh;
}

.EOC_supportus {
    height: 12vh;
    width: 60%;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 1.5vh;
    border-radius: 2vh;
    box-shadow: 0 0 0.25vw var(--EOC_theme-color), 0 0 0.5vw var(--EOC_theme-color), inset 0 0 0.25vw var(--EOC_theme-color), inset 0 0 0.5vw var(--EOC_theme-color);
}

.EOC_supportus p {
    color: white;
    font-size: 1.8vh;
    padding: 0;
    margin: 2vh;
    line-height: 2.5vh;
}

.EOC_iconsSubs {
    height: 14vh;
    width: 30%;
    border-radius: 2vh;
    margin-left: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4vh;
    z-index: 1;
}

.EOC_iconsSubs img {
    height: 9vh;
    margin: 2vh;
    margin-left: 1vh;
    margin-right: 1vh;
    border-radius: 50%;
    transition: ease-out 0.2s all;
}

.EOC_iconsSubs img:hover {
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.7));
    transform: scale(1.1);
}

/* ----------------- Mid section ----------------- */

.EOC_midPart {
    height: 30vh;
    width: 99.2%;
    border-radius: 2vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: rgb(7, 7, 7);
    box-shadow: 0 0 0.25vw var(--EOC_theme-color), 0 0 0.5vw var(--EOC_theme-color), inset 0 0 0.25vw var(--EOC_theme-color), inset 0 0 0.5vw var(--EOC_theme-color);
}

#EOC_AVA {
    position: absolute;
    top: 0;
    left: -0.4vh;
    height:34vh;
    filter: drop-shadow(0 0 4px var(--EOC_theme-color));
    opacity: 0.9;
}

.EOC_placeholder {
    height: 30vh;
    width: 19vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EOC_title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    color: var(--EOC_theme-color);
    font-size: 4vh;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: .2em;
    line-height: 1;
}

/* .EOC_title2 h2 {
    color: var(--EOC_theme-color);
    font-size: 4vh;
    padding: 0;
    font-weight: bold;
    margin-top: 4vh;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
} */

.EOC_separation {
    height: 28vh;
    width: 76.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-top: -2vh;
}

.EOC_textcontent2 {
    position: relative;
    width: 75vh;
    height: 10vh;
    display: flex;
    align-items: center;
    margin-top: -2.5vh;
}

/*.EOC_textcontent2 {
    height: 10vh;
    width: 90%;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: -2vh;
    border-radius: 2vh;
    background-color: rgba(31, 31, 31, 0.793);
    margin-bottom: -1vh;
    box-shadow: 0 0 0.25vw var(--neon-color), 0 0 0.5vw var(--neon-color), inset 0 0 0.25vw var(--neon-color), inset 0 0 0.5vw var(--neon-color);
}*/

.EOC_textcontent2 img {
    height: 10vh;
    width: 95%; /*filter image from black to rgba(128, 2, 2, 0.793) (red)*/
    filter: var(--EOC_theme-filter);
    position: absolute;
    top: 0;
    left: 0;
}

.EOC_textcontent2 p {
    color: white;
    font-size: 1.7vh;
    padding: 0;
    margin: 6vh
}

.EOC_code {
    height: 5vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-right: 13.3vh;
    margin-top: -0.5vh;
}

.EOC_code p {
    font-size: 1.9vh;
    padding: 0;
    margin: 2vh;
}

.EOC_code textarea {
    height: 3vh;
    width: 40vh;
    font-size: 2vh;
    margin: 1vh;
    border: none;
    background-color: rgba(31, 31, 31, 0.793);
    padding-bottom: 0;
    color: white;
    text-align: center;
    border-radius: 2vh;
    resize: none;
    border: solid 0.2vh var(--EOC_theme-color);
    margin-bottom: -0.5vh;
    overflow: hidden;
}

.EOC_code textarea::placeholder {
    line-height: 2.2vh;
}

.EOC_indicator {
    height: 10vh;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    /* border: 0vh 0.5vh 0.5vh 0vh; */
    margin-right: 13.3vh;
}

.EOC_rank {
    height: 8vh;
    width: 15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: left;
    border: 0vh 0.5vh 0.5vh 0vh;
    border-radius: 2vh;
}

.EOC_rank img {
    height: 6vh;
    margin-bottom: -1vh;
    cursor: pointer;
    transition: ease-in-out 0.2s;
}

.EOC_rank img:hover {
    transform: scale(1.1);
}

#hero img {
    filter: drop-shadow(0 0 3px rgba(234, 172, 0, 0.7));
}

#executioner img {
    filter: drop-shadow(0 0 4px rgba(0, 109, 234, 0.7));
}

#hoe img {
    filter: drop-shadow(0 0 5px rgba(203, 0, 234, 0.7));
}

.EOC_rank p {
    color: white;
    font-size: 1.5vh;
    padding: 0;
    margin-top: 1.5vh;
    margin-bottom: 0.2vh;
    font-weight: bold;
}

.EOC_rank h1 {
    position: absolute;
    top: 19%;
    color: rgb(179, 177, 177);
    font-size: 1.5vh;
    padding: 0;
    margin: 0;
    font-weight: bold;
    background-color: rgba(1, 1, 1, 0.389);
    width: 11vh;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    pointer-events: none;
}

.EOC_rank h1:hover + img {
    transform: scale(1.1);
}

.EOC_rankLocked {
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: default;
    height: 8vh;
    width: 15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    border: 0vh 0.5vh 0.5vh 0vh;
    border-radius: 2vh;
    margin-top: 2vh;
    cursor: pointer;
}

.EOC_rankLocked h1 {
    position: absolute;
    top: 5%;
    color: rgb(179, 177, 177);
    font-size: 1.5vh;
    padding: 0;
    margin: 0;
    font-weight: bold;
    background-color: rgba(1, 1, 1, 0.389);
    width: 11vh;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    pointer-events: none;
}

.EOC_rankLocked img {
    height: 6vh;
    margin-bottom: -1vh;
    cursor: default;
    cursor: pointer;
}

.EOC_rankLocked img:hover {
    transform: scale(1.1);
}

/* ----------------- Lower section ----------------- */

.EOC_lowerPart_title { /* BSB_midPart */
    /* color: var(--EOC_theme-color); */
    color: white;
    font-size: 2vh;
    padding: 0.1em 1em;
    min-width: 15vh;
    background-color: rgba(22, 22, 22, 0.95);
    width: fit-content;
    border: solid 0.2vh var(--EOC_theme-color);
    border-radius: 0.5em;
}

.EOC_lowerPart {
    height: 30vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 2vh;
}

.button-group {
    display: flex;
    align-items: center;
    position: relative;
}

.button-group img:nth-child(2) {
    height: 12vh;
    filter: var(--EOC_theme-filter);
}

.button-group img:nth-child(4) {
    height: 12vh;
    filter: var(--EOC_theme-filter);
}

.EOC_button {
    height: 18vh;
    width: 18vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    filter: drop-shadow(0 0 2vh var(--EOC_theme-color));
}

.EOC_button:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.button-contour {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.button-contour.hovered {
  opacity: 1;
}

.EOC_button img {
    height: 18vh;
}

.EOC_button img:hover {
    transform: scale(1.2);
}

.EOC_button p {
    color: white;
    font-size: 3vh;
    padding: 0;
    z-index: 3;
}

.EOC_ruban{
    position: absolute;
    top: 14vh;
    background-color: rgba(1, 1, 1, 0.389);
    height: 4vh;
    width: 18vh;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roadmap {
    height: 21vh;  /* Increased from 12vh to 20vh to accommodate the larger vertical distance */
    width: 5vh;
    position: relative;
    z-index: 1;
}

.U_020 {
    margin-bottom: 10vh;
}

.U_030 {
    margin-top: 10vh;
}

.EOC_lockedPreview {
    opacity: 1;
    cursor: default;
    height: 18vh;
    width: 18vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    z-index: 2;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    filter: grayscale(100%);
}

.EOC_lockedPreview:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.EOC_lockedPreview img {
    height: 18vh;
    filter: grayscale(100%) blur(0.35vh);
}

.EOC_lockedPreview p {
    color: white;
    font-size: 3vh;
    padding: 0;
    z-index: 3;
}

.U_040 {
    margin-bottom: 10vh;
}

.U_050 {
    margin-top: 10vh;
}

.U_060 {
    margin-bottom: 10vh;
}

/* br {                    wtf is that dumbass
    content: "";
    margin: 0.5vh;
    display: block;
    font-size: 24%;
} */

/* ----------------------------------------- Bonus scenes --------------------------------------- */

#BSB_bigMain {
    pointer-events: all;
	color: white;
	font-size: 1.75vh;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.BSB_main {
    height: 100vh;
    width: 102vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    user-select: none;
    align-items: center;
}

.BSB_closeButton {
    height: 10vh;
    width: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5vh;
    right: -12vh;
    cursor: pointer;
    z-index: 2;
}

.BSB_closeButton img {
    height: 10vh;
    width: 10vh; 
    transform: rotate(45deg); /* filter that turns black to red*/
    filter: invert(11%) sepia(29%) saturate(6660%) hue-rotate(351deg) brightness(93%) contrast(104%);
    filter: drop-shadow(0 0 0.75vh var(--EOC_theme-color));
    z-index: 2;
}

.BSB_closeButton img:hover {
    filter: drop-shadow(0 0 1.25vh var(--EOC_theme-color));
}

.BSB_midPart {
    height: 30vh;
    width: 99.2%;
    border-radius: 2vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: rgb(7, 7, 7);
    box-shadow: 0 0 0.25vw var(--EOC_theme-color), 0 0 0.5vw var(--EOC_theme-color), inset 0 0 0.25vw var(--EOC_theme-color), inset 0 0 0.5vw var(--EOC_theme-color);
    margin-bottom: 2vh;
}

.BSB_iconsSubs {
    height: 14vh;
    width: 30%;
    position: absolute;
    border-radius: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.BSB_iconsSubs img {
    height: 9vh;
    margin: 2vh;
    margin-left: 1vh;
    margin-right: 1vh;
    border-radius: 50%;
}

.BSB_iconsSubs img:nth-child(1):hover {
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.7));
}