
.orbit {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100vh;
}
.orbit-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.orbit-wrap > li {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.orbit-wrap > li ul {
    opacity: 1;
    transition: opacity 0.3s;
}
.orbit-wrap > li:hover ul {
    border-width: 2px;
    border-color: #fff;
}
.orbit-wrap:hover > li:not(:hover) ul {
    opacity: 0.4;
}

/* ----------------------------------
RING STYLES
----------------------------------- */
ul[class^="ring"] {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
    transition: all 300ms ease-in-out;
}
ul[class^="ring"] li {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    margin: -1.2em;
    transition: all 300ms ease-in-out;
}

/* RING 0 */
.ring-0 {
    width: 80em;
    height: 80em;
    animation: rotateCW 35s linear infinite;
}
.ring-0 .orbit-icon {
    animation: rotateCCW 35s linear infinite;
}
.ring-0 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(40em) rotate(-95deg);
}
.ring-0 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(40em) rotate(-190deg);
}
.ring-0 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(40em) rotate(-285deg);
}
.ring-0 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(40em) rotate(-380deg);
}
.ring-0 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(40em) rotate(-475deg);
}
.ring-0 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(40em) rotate(-570deg);
}

/* RING 1 */
.ring-1 {
    width: 70em;
    height: 70em;
    animation: rotateCW 30s linear infinite;
}
.ring-1 .orbit-icon {
    animation: rotateCCW 30s linear infinite;
}
.ring-1 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(35em) rotate(-95deg);
}
.ring-1 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(35em) rotate(-190deg);
}
.ring-1 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(35em) rotate(-285deg);
}
.ring-1 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(35em) rotate(-380deg);
}
.ring-1 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(35em) rotate(-475deg);
}
.ring-1 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(35em) rotate(-570deg);
}

/* RING 2 */
.ring-2 {
    width: 60em;
    height: 60em;
    animation: rotateCW 25s linear infinite;
}
.ring-2 .orbit-icon {
    animation: rotateCCW 25s linear infinite;
}
.ring-2 > li:nth-of-type(1) {
    transform: rotate(47.5deg) translate(30em) rotate(-47.5deg);
}
.ring-2 > li:nth-of-type(2) {
    transform: rotate(95deg) translate(30em) rotate(-95deg);
}
.ring-2 > li:nth-of-type(3) {
    transform: rotate(142.5deg) translate(30em) rotate(-142.5deg);
}
.ring-2 > li:nth-of-type(4) {
    transform: rotate(190deg) translate(30em) rotate(-190deg);
}
.ring-2 > li:nth-of-type(5) {
    transform: rotate(237.5deg) translate(30em) rotate(-237.5deg);
}
.ring-2 > li:nth-of-type(6) {
    transform: rotate(285deg) translate(30em) rotate(-285deg);
}
.ring-2 > li:nth-of-type(7) {
    transform: rotate(332.5deg) translate(30em) rotate(-332.5deg);
}
.ring-2 > li:nth-of-type(8) {
    transform: rotate(380deg) translate(30em) rotate(-380deg);
}
/* ----------------------------------
ICONS
----------------------------------- */
.orbit-icon {
    display: grid;
    width: 2em;
    height: 2em;
    line-height: normal !important;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #777;
    border-radius: 50%;
    transition: transform 0.3s, box-shadow 0.3s;
    place-items: center;
}
.orbit-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.orbit-icon:hover,
.orbit-icon:focus {
    color: #1a9c4b !important;
    background: #fff !important;
    text-decoration: none;
}

.orbit-icon svg {
  width: 1.2em;
  height: 1.2em;
  display: block;
  fill: currentColor;
}

#crm-ring > li:nth-of-type(1) .orbit-icon { background:#333B3B; color:#EEE; }
#crm-ring > li:nth-of-type(2) .orbit-icon { background:#2B2F2F; color:#C9CCCC; }
#crm-ring > li:nth-of-type(3) .orbit-icon { background:#072C26; color:#9DE8DB; }
#crm-ring > li:nth-of-type(4) .orbit-icon { background:#023B31; color:#89FFF6; }
#crm-ring > li:nth-of-type(5) .orbit-icon { background:#0E513F; color:#CAFDE8; }
#crm-ring > li:nth-of-type(6) .orbit-icon { background:#064538; color:#A2F2E7; }

#fsm-ring > li:nth-of-type(1) .orbit-icon { background:#1A9C4B; color:#F5FFE6; }
#fsm-ring > li:nth-of-type(2) .orbit-icon { background:#159645; color:#F0FFF0; }
#fsm-ring > li:nth-of-type(3) .orbit-icon { background:#00A788; color:#FFFFFF; }
#fsm-ring > li:nth-of-type(4) .orbit-icon { background:#666F7F; color:#EBEDF0; }
#fsm-ring > li:nth-of-type(5) .orbit-icon { background:#03453C; color:#94FFF0; }
#fsm-ring > li:nth-of-type(6) .orbit-icon { background:#C8D1CE; color:#002C24; }

#erp-ring > li:nth-of-type(1) .orbit-icon { background:#003D32; color:#FFFFFF; }
#erp-ring > li:nth-of-type(2) .orbit-icon { background:#003D32; color:#FFFFFF; }
#erp-ring > li:nth-of-type(3) .orbit-icon { background:#003D32; color:#FFFFFF; }
#erp-ring > li:nth-of-type(4) .orbit-icon { background:#3BA38B; color:#002C24; }
#erp-ring > li:nth-of-type(5) .orbit-icon { background:#035E4B; color:#FFFFFF; } 
#erp-ring > li:nth-of-type(6) .orbit-icon { background:#91B497; color:#08210C; }
#erp-ring > li:nth-of-type(7) .orbit-icon { background:#003D32; color:#B9FFEC; }
#erp-ring > li:nth-of-type(8) .orbit-icon { background:#576F6C; color:#FFFFFF; }




/* ----------------------------------
ORBIT PAUSE ON .orbit.paused
----------------------------------- */
.orbit.paused ul[class^="ring"],
.orbit.paused ul[class^="ring"] .orbit-icon {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/* ----------------------------------
ANIMATIONS
----------------------------------- */
@keyframes rotateCW {
    0%   { transform: rotate(0deg);   }
    100% { transform: rotate(360deg); }
}
@keyframes rotateCCW {
    0%   { transform: rotate(0deg);    }
    100% { transform: rotate(-360deg); }
}

/* ----------------------------------
GLOBAL TOOLTIP STYLES
----------------------------------- */
#global-tooltip {
    position: absolute;
    z-index: 999;
    min-width: 160px;
    max-width: 220px;
    padding: 0.75rem 1rem;
    background-color: #fff;
    color: #333;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.85);
    transform-origin: bottom center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#global-tooltip.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
#global-tooltip .tt-title {
    margin: 0 0 0.3em;
    font-size: 1rem;
    font-weight: bold;
}
#global-tooltip .tt-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.3;
}

/* ----------------------------------
MODULE CHECKLIST STYLES
----------------------------------- */
#module-checklist li {
    transition: all 0.3s ease;
}

#module-checklist.highlight-l1 li,
#module-checklist.highlight-l2 li,
#module-checklist.highlight-l3 li {
    opacity: 0.5;
}

#module-checklist.highlight-l1 li:nth-of-type(1) {
    transform: scale(1.2);
    opacity: 1;
}

#module-checklist.highlight-l1 li:nth-of-type(1) span,
#module-checklist.highlight-l1 li:nth-of-type(1) span i {
    color: #ffffff !important;
}

#module-checklist.highlight-l2 li:nth-of-type(2) {
    transform: scale(1.2);
    opacity: 1;
}

#module-checklist.highlight-l2 li:nth-of-type(2) span,
#module-checklist.highlight-l2 li:nth-of-type(2) span i {
    color: #ffffff !important;
}

#module-checklist.highlight-l3 li:nth-of-type(3) {
    transform: scale(1.2);
    opacity: 1;
}

#module-checklist.highlight-l3 li:nth-of-type(3) span,
#module-checklist.highlight-l3 li:nth-of-type(3) span i {
    color: #ffffff !important;
}

/* ----------------------------------
RESPONSIVE STYLES
----------------------------------- */	
@media (max-width: 1024px) {
    .ring-0 {
    width: 58em;
    height: 58em;
    }
    .ring-0 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(29em) rotate(-95deg);
    }
    .ring-0 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(29em) rotate(-190deg);
    }
    .ring-0 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(29em) rotate(-285deg);
    }
    .ring-0 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(29em) rotate(-380deg);
    }
    .ring-0 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(29em) rotate(-475deg);
    }
    .ring-0 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(29em) rotate(-570deg);
    }

    .ring-1 {
    width: 50em;
    height: 50em;
    }
    .ring-1 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(25em) rotate(-95deg);
    }
    .ring-1 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(25em) rotate(-190deg);
    }
    .ring-1 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(25em) rotate(-285deg);
    }
    .ring-1 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(25em) rotate(-380deg);
    }
    .ring-1 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(25em) rotate(-475deg);
    }
    .ring-1 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(25em) rotate(-570deg);
    }

    .ring-2 {
    width: 42em;
    height: 42em;
    }
    .ring-2 > li:nth-of-type(1) {
    transform: rotate(47.5deg) translate(21em) rotate(-47.5deg);
    }
    .ring-2 > li:nth-of-type(2) {
    transform: rotate(95deg) translate(21em) rotate(-95deg);
    }
    .ring-2 > li:nth-of-type(3) {
    transform: rotate(142.5deg) translate(21em) rotate(-142.5deg);
    }
    .ring-2 > li:nth-of-type(4) {
    transform: rotate(190deg) translate(21em) rotate(-190deg);
    }
    .ring-2 > li:nth-of-type(5) {
    transform: rotate(237.5deg) translate(21em) rotate(-237.5deg);
    }
    .ring-2 > li:nth-of-type(6) {
    transform: rotate(285deg) translate(21em) rotate(-285deg);
    }
    .ring-2 > li:nth-of-type(7) {
    transform: rotate(332.5deg) translate(21em) rotate(-332.5deg);
    }
    .ring-2 > li:nth-of-type(8) {
    transform: rotate(380deg) translate(21em) rotate(-380deg);
    }
    
    .orbit-icon {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1.3em;
    }
}

@media (max-width: 767px) {
    .ring-0 {
    width: 36em;
    height: 36em;
    }
    
    .ring-1 {
    width: 28em;
    height: 28em;
    }
    
    .ring-2 {
    width: 20em;
    height: 20em;
    }
    
    .orbit-icon {
    display: none;
    }
}