#map {
    width: calc(100% - 100px);
    padding: 30px 50px;
}
#map g[id="players"] svg {
    cursor: pointer;
    transition-duration: 100ms;
}

.time-slider {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.time-slider .time-slider-label {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.time-slider .time-slider-label.time-slider-control {
    cursor: pointer;
    width: 15px;
}

.time-slider .time-slider-bar {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.time-slider .time-slider-bar .time-slider-bar-inner {
    flex: 1;
    height: 10px;
    background-color: black;
    cursor: pointer;
}
.time-slider .time-slider-bar .time-slider-bar-inner .time-slider-bar-handle {
    background-color: gray;
    width: 0;
    height: 10px;
    transition-duration: 100ms;
    pointer-events: none;
}

.teamColor-1 {
    border-color: #ff002a;
}
.teamColor-2 {
    border-color: #FB00FF;
}
.teamColor-3 {
    border-color: #F8FF00;
}
.teamColor-4 {
    border-color: #0600DA;
}
.teamColor-5 {
    border-color: #00978D;
}
.teamColor-6 {
    border-color: #FFFFFF;
}
.teamColor-7 {
    border-color: #660202;
}
.teamColor-8 {
    border-color: #FA895C;
}

.item-wrapper {
    width: 66px;
    height: 41px;
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/01.png);
    background-size: cover;
    text-align: center;
}
.item-wrapper img {
    margin-top: 1px;
    height: calc(100% - 2px);
}
.item-wrapper.grade-01 {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/01.png);
}
.item-wrapper.grade-01B {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/01B.png);
}
.item-wrapper.grade-01R {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/01R.png);
}
.item-wrapper.grade-02 {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/02.png);
}
.item-wrapper.grade-03 {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/03.png);
}
.item-wrapper.grade-04 {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/04.png);
}
.item-wrapper.grade-05 {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/05.png);
}
.item-wrapper.grade-05B {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/05B.png);
}
.item-wrapper.grade-05R {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/05R.png);
}
.item-wrapper.grade-06 {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/06.png);
}
.item-wrapper.grade-06B {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/06B.png);
}
.item-wrapper.grade-06R {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/06R.png);
}
.item-wrapper.grade-empty {
    background-image: url(https://cdn.ersha.kr/cdn/item_grade/Empty.png);
}