.MGM-div {
    width: 100%;
    padding-top: 100%;
    background-image: url("../mgm_background_v0.5.png");
    background-repeat: no-repeat;
    margin: 4px auto;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: -2;
}

.mgm-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;


}

.genre-box-center-node {
    position: relative;
    width: 2.5%;
    min-width: 15px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}


.genre-category-header {

    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    margin: 0;
    padding: 0;
}

.genre-box-general {
    position: absolute;
    width: 12%;
    height: fit-content;
    padding: 1px;
    text-align: center;
    background-color: #262626;
    border-radius: 50% !important;
    color: white;
    font-size: calc(0.2vw + 0.8vw);
    min-font-size: 10px;
}


@keyframes textColor {
    0% {
        color: yellow;
    }
    100% {
        color: #FAEC54;
    }
}



.magenta {
    animation: border-pulsate-magenta 4000ms ease infinite;
}

.magenta:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #ff3dd5;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.pink {
    animation: border-pulsate-pink 4000ms ease infinite;
}

.pink:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: hotpink;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.redpink {
    animation: border-pulsate-redpink 4000ms ease infinite;
}

.redpink:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #ff0766;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.red {
    animation: border-pulsate-red 4000ms ease infinite;
}

.red:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: red;
    background-size: 150% 150%;

    animation: test 4000ms ease infinite;
}

.orange {
    animation: border-pulsate-orange 4000ms ease infinite;
}

.orange:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #ff6a00;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.yellow {
    animation: border-pulsate-yellow 4000ms ease infinite;
}

.yellow:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: yellow;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.limegreen {
    animation: border-pulsate-limegreen 4000ms ease infinite;
}

.limegreen:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    border-radius: 50%;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #4CFF00;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.green {
    animation: border-pulsate-green 4000ms ease infinite;
}

.green:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: green;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.jade {
    animation: border-pulsate-jade 4000ms ease infinite;
}

.jade:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #21E5A3;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.aqua {
    animation: border-pulsate-aqua 4000ms ease infinite;
}

.aqua:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: aqua;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.deepskyblue {
    animation: border-pulsate-deepskyblue 4000ms ease infinite;
}

.deepskyblue:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: deepskyblue;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.blue {
    animation: border-pulsate-blue 4000ms ease infinite;
}

.blue:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: blue;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.violet {
    animation: border-pulsate-violet 4000ms ease infinite;
}

.violet:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #5C21FF;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}

.purple {
    animation: border-pulsate-purple 4000ms ease infinite;
}

.purple:after {
    position: absolute;
    content: "";
    bottom: -1%;
    left: -1%;
    right: 0;
    z-index: -1;
    height: 102%;
    width: 102%;
    border-radius: 50%;
    margin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: #CA4FFF;
    background-size: 150% 150%;
    animation: backligtPulse 4000ms ease infinite;
}


@keyframes animateGlow {
    0% {
        background-position: 0% 100%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}

@keyframes border-pulsate-magenta {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: #ff3dd5
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-pink {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: hotpink
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-redpink {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: #ff0766
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-red {
    0% {
        outline-color: transparent;
    }
    50% {
        outline-color: red;
    }
    100% {
        outline-color: transparent;
    }
}

@keyframes border-pulsate-orange {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: #ff6a00
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-yellow {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: yellow
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-limegreen {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: #4CFF00
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-green {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: green
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-jade {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: #21E5A3
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-aqua {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: aqua
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-deepskyblue {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: deepskyblue
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-blue {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: blue
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-violet {
    0% {
        outline-color: transparent
    }
    50% {
        outline-color: #5C21FF
    }
    100% {
        outline-color: transparent
    }
}

@keyframes border-pulsate-purple {
    0% {
        outline-color: transparent
    }
    50% {

        outline-color: #CA4FFF
    }
    100% {
        outline-color: transparent
    }
}

@keyframes backligtPulse {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes test {
    0% {
        background-color: #303030;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

    50% {
        background-color: red;
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
    100% {
        background-color: #303030;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }
}





