.parts-coord {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 0.5;
    background-color: rgb(237 0 0 / var(--tw-bg-opacity));
    opacity: 0.4;
    cursor: pointer;
    font-size: 0.7rem;
    color: transparent;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.parts-coord:hover,
.parts-coord.active {
    --tw-bg-opacity: 1;
    background-color: rgb(237 0 0 / var(--tw-bg-opacity));
    opacity: .5;
    color: white;
    box-shadow: 0px 0px 0px 2px white inset, 0px 0px 0px 3px rgb(237 0 0/var(--tw-bg-opacity));
}