
#manoeuvre-wheel {
    background-size: cover;
    width: 600px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    aspect-ratio: 1;
}

#man-wheel-cont {
    position: relative;
    text-align: center;
    margin: 0 auto;
    /* max-width: 800px;
    max-height: 800px; */
    width: 100%;
    height: 100%;
}

/* #man-wheel {
    max-height: 605px;
    max-width: 605px;
} */

#man-wheel-menu { 
    width: 80px;
    color: white;
    background-color: black;
    display: none;
    position: absolute;
    border: 2px solid black;
}

.man-wheel-menus { 
    color: white;
    background-color: #555;
    display: none;
    position: absolute;
    width: 200px;
    border: 2px solid black;
}

#man-wheel-section {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;

}

.man-wheel-menus input {
    width: 100px;
}

#man-wheel-info{
    width: 120px;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid black;
}

#man-wheel-info span {
    margin-left: 4px;
}

.wheel-title {
    background-color: black;
    color: white; 
}

#man-wheel-menu button {
    width: 100%;
}

.mw-add-section {
    width: 100%;
    padding: 5px 0;
}