#back {
	width: 330px;
	height: 330px;
	background-color: #222222;
	border-radius: 160px;
	margin: 0 auto;
	position: relative;
    transition: background-color 0.1s ease;
    user-select: none;
}

.pad {
	width: 148px;
	height: 148px;
	float: left;
	margin: 8px;
	position: relative;
    opacity:1;
    border: 2px solid #222222;
    border-radius: 5px;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.4s ease;
}
.pad.interactive:hover {
    cursor: pointer;
}
#back:not(:has(.pad.interactive)) .turnsign:nth-of-type(2) {
    display: block;
}
#back:has(.pad.interactive) .turnsign:nth-of-type(3) {
    display: block;
}

/* Bas-glow påslagen */
.pad.glowing {
    opacity: 1 !important;
     border-color: #fff;
}

/* Specifika glow-färger för varje knapp med intensiv effekt */
#shape1.glowing {
    background-color: #40d451; /* Ljusare grön */
	box-shadow: 0 0 2px #FFFFFF,
              0 0 2px #FFFFFF,
              0 0 15px #40d451,
              0 0 6px #40d451,
              0 0 22px #40d451,
              inset 0 0 10px #40d451;
}

#shape2.glowing {
    background-color: #ff544a; /* Ljusare röd */
	box-shadow: 0 0 2px #FFFFFF,
              0 0 2px #FFFFFF,
              0 0 15px #ff544a,
              0 0 6px #ff544a,
              0 0 22px #ff544a,
              inset 0 0 10px #ff544a;
}

#shape3.glowing {
    background-color: #ffe01a; /* Ljusare gul */
	box-shadow: 0 0 2px #FFFFFF,
              0 0 2px #FFFFFF,
              0 0 15px #ffe01a,
              0 0 6px #ffe01a,
              0 0 22px #ffe01a,
              inset 0 0 10px #ffe01a;
}

#shape4.glowing {
    background-color: #0084f6; /* Ljusare blå */
	box-shadow: 0 0 2px #FFFFFF,
              0 0 2px #FFFFFF,
              0 0 15px #0084f6,
              0 0 6px #0084f6,
              0 0 22px #0084f6,
              inset 0 0 10px #0084f6;
}

#shape1 {
	border-top-left-radius: 150px;
	background-color: #2ecc40;
	margin-right: 5px;
	margin-bottom: 5px;
}

#shape2 {
	border-top-right-radius: 150px;
	background-color: #ff4136;
	margin-left: 5px;
	margin-bottom: 5px;
}

#shape3 {
	border-bottom-left-radius: 150px;
	background-color: #ffdc00;
	margin-right: 5px;
	margin-top: 5px;
}

#shape4 {
	border-bottom-right-radius: 150px;
	background-color: #0074d9;
	margin-left: 5px;
	margin-top: 5px;
}

#circle {
	background-color: #222222;
	border-radius: 50%;
	height: 100px;
	left: 114px;
	position: absolute;
	top: 114px;
	width: 100px;
}

#startBtn {
	border-radius: 50%;
	font-size: 60px;
	height: 90px;
	left: 119px;
	position: absolute;
	top: 119px;
	width: 90px;
	line-height: 68px;
	padding-left: 23px;
    background-color: #222222;
    border-color: #222222;
    color: #FFFFFF;
}
.curNum{
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
    line-height: 58px;
}
#circle .turnsign{
    font-size:2rem;
    color:#FFFFFF;
    font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    display:none;
    line-height:1;
    font-weight: bold;
}