 /* body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #ececec, #fafafa);
    font-family: sans-serif;
    display: flex;
    justify-content: center;
 } */

  body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #ecececad, #fafafa);
    font-family: sans-serif;
 }

.w3-bar-item {
    width: 100px;
    height: 40px;
    text-align: center;
}

td {
    vertical-align: middle !important;
}

.current {
    background-color: orange !important;
}

.progress-text {
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding: 5px;
    color: white
}

.progress-bar {
    position: relative;
    background-color: rgb(12, 101, 173);
    cursor: pointer;
    width: 200px;
}

.progress-fill {
    height: 30px;
    background-color: rgb(46, 148, 231)
}

.hidden {
    display: none !important;
}

.hiddenTask {
    display: none !important;
}

.button {
    border: 1px solid black !important;
}

.item-button {
    background-color: white;
    text-align: center;
    width: 200px;
    height: 40px;
    padding: 8px;
}

.item-button:hover {
    cursor: pointer;
    background-color: rgb(192, 192, 192);
}

button:focus {
    outline: none;
}

.scroll {
    overflow-y: auto;
}

.tooltip {
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltipText {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;

    opacity: 0;
    transition: opacity 0.5s;
}
  
.tooltip:hover .tooltipText {
    visibility: visible;
    opacity: 0.8;
}

.sidebar-element {
    margin-bottom: 16px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    /* -webkit-appearance: none; */
    width: 50%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.inline {
    display: inline-block;
}

 .panel {
    background-color: white;
}

.small-margin  {
    margin-bottom: 2px;
}

.checkbox-tooltip {
  position: relative;
  display: inline-block;
}

.checkboxTooltipText {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;

    opacity: 0;
    transition: opacity 0.5s;
}

.checkbox-tooltip:hover .checkboxTooltipText {
  visibility: visible;
  opacity: 0.8;
}

.track-btn {
    background: linear-gradient(90deg, #444 0%, #222 100%);
    color: #ffd700;
    border: none;
    border-radius: 20px;
    padding: 8px 24px;
    margin: 4px 8px 4px 0;
    font-size: 1rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    box-shadow: 0 2px 6px #0006;
    cursor: pointer;
    /* transition: background 0.2s, color 0.2s; */
}

.track-btn:hover, .track-btn:focus {
    background: linear-gradient(90deg, #ff9800 0%, #e65100 100%);
    color: #fff;
    outline: none;
}

.scene-wrapper {
  width: 1220px;
  margin: 0;  
  margin: 15px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border: 2px solid #cccccc0e;
  background: url('../resources/images/Background.png') center bottom no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  transition: height 0.8s cubic-bezier(.4,2,.6,1);
}

.scene-wrapper.expanded {
  height: 700px !important; 
  background: url('../resources/images/bannerExpanded.png') center bottom no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@keyframes walkLegs {
  0%   { transform: rotate(10deg); }
  50%  { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

@keyframes moveRight {
  0%   { left: 0px; transform: scaleX(1); }
  100% { left: calc(100% - 20px); transform: scaleX(1); }
}

@keyframes moveLeft {
  0%   { left: calc(100% - 20px); transform: scaleX(-1); }
  100% { left: 0px; transform: scaleX(-1); }
}

#stickman {
  position: absolute;
  bottom: -20px;
  width: 20px;
  height: 60px;
  animation: moveRight 10s linear infinite alternate;
}

.left-leg, .right-leg {
  transform-origin: 10px 40px;
  animation: walkLegs 0.5s infinite ease-in-out;
}

#sprite {
    position: absolute;
    top: 100px;
    left: 0;
    width: 23px;
    height: 30px;
    background-image: url('../resources/animations/workerRight.png'); 
    background-repeat: no-repeat;
    background-position: 0 0;
    image-rendering: pixelated;    
    transform-origin: top left;
    image-rendering: pixelated;
}

.launch-container {
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url('../resources/images/launch.jpg'); 
    background-size: cover;
    background-position: center;
    animation: pulse 2s infinite;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 20px red;
    transition: transform 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.launch-container:hover {
  transform: scale(1.08);
  box-shadow: 0 0 40px #ff4444;
}
/* .launch-text {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 10px #ff4444;
  animation: flicker 1.5s infinite;
  pointer-events: none;
  letter-spacing: 2px;
} */
@keyframes pulse {
  0% { box-shadow: 0 0 20px #ff4444; }
  50% { box-shadow: 0 0 40px #ff4444; }
  100% { box-shadow: 0 0 20px #ff4444; }
}
@keyframes flicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}