@property --progress {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

.g-progress {
    position: relative;
    margin-left: 3px;
    width: 200px;
    height: 25px;
    border-radius: 10px 25px 10px 25px;
    background: linear-gradient(90deg, #0f0, #0ff var(--progress), transparent 0);
    border: 1px solid #eee;
    transition: 3s --progress;
    box-shadow: inset #aaa 0px 1px 5px;
}

.pProgress {
    z-index: 2;
    position: absolute;
    font-size: 19px;
    color: #ffffff;
    text-shadow: #aaa 1px 1px 1px;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -2px;
}

.tProgress {
    z-index: 1;
    position: relative;
    margin-left: 5px;
    font-size: 10px;
    border: 0px;
    padding: 0px;
    margin-bottom: -3px;
    color: #aaa;
}

.seat {
    position: absolute;
    width: 25px;
    height: 155px;
    background-color: #eee;
    border-radius: 10px 25px 10px 25px;
}