.handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    margin-left: -2px;
    background: rgba(255, 255, 255, .1);
    cursor: ew-resize;
}

.handle_0 {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    margin-left: -2px;
    background: rgba(255, 255, 255, .1);
    cursor: ew-resize;
    animation: linemove 3s ease-in-out;
    /* transition: 2s; */
}

.handle_ani {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    margin-left: -2px;
    background: rgba(255, 255, 255, .1);
    cursor: ew-resize;
}

.handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 85%;
    width: 80px;
    height: 40px;
    margin: -40px 0 0 -40px;
    content: '﹤﹥';
    color: #efefef;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background: rgba(150, 150, 150, 0.6);
    border: 0px solid #fff;
    border-radius: 80px;
    transition: all 0.3s ease;
}

.draggable:after {
    width: 90px;
    height: 30px;
    margin: -45px 0 0 -45px;
    line-height: 24px;
    font-size: 15px;
}

#H5_scroll {
    cursor: url('../innergigabyteimages/boom/002.cur'), default;
}

#H5_scroll.cursor-_auto {
    cursor: auto;
}

div.Content-TopArea>div>ol>li.bread-Link.active {
    text-decoration-line: none;
}

ol>li.bread-Link.active>a>span {
    color: #ff6400;
}

#pnl_version>span>a {
    color: #ff6400;
}

.main-content .model-header>.header-title>.model-name #model_version {
    font-size: 100%;
}

a.left.carousel-control,
a.right.carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.left.carousel-control:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

a.right.carousel-control:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

a.left.carousel-control div {
    width: 20px;
    height: 20px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

a.left.carousel-control:hover div {
    border-bottom: 1px #ff6400 solid;
    border-left: 1px #ff6400 solid;
}

a.right.carousel-control div {
    width: 20px;
    height: 20px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

a.right.carousel-control:hover div {
    border-top: 1px #ff6400 solid;
    border-right: 1px #ff6400 solid;
}