#area{
    top: 20% !important;
}
.area-content{

}
.tab-bar{
    overflow-x: auto;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.tab-bar .tab-block{
    padding-left: 10px;
    font-size: 16px;
    margin: 4px;
    min-height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.fa.fa-times.input-remove {
    position: absolute;
    height: 34px;
    width: 34px;
    right: 0px;
    top: 0px;
    z-index: 0;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #888;
    cursor: pointer;
}
.finished-tab{
    border-left: 4px solid #79d137;
}
.active-tab{
    color: #F27D21;
    border-left: 4px solid #F27D21;
}
.area-list {
    height: 65vh;
    overflow-y: auto;
}

.tag-list{
}
.chosen-tag{
    color: #F27D21;
}
.chosen-tag .chosen-icon{
    padding-left: 4px;
}
.tag-list .tag-side-index-box{
    position: absolute;
    text-align: center;
    bottom: 10%;
    right: 20px;
    opacity: 0.8;
    min-width: 30px;
}
.tag-list .tag-side-index-box .index-up,.tag-list .tag-side-index-box .index-down{
    font-size: 16px;
    min-width: 30px;
}
.tag-list .tag-side-index{
    height: 250px;
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.tag-list .tag-side-index::-webkit-scrollbar{
    display: none; /* Chrome Safari */
}
.tag-list .tag-side-index .tag-side-index-btn{
    padding: 10px 0px;
    font-size: 16px;
}
.tag-list .tag-index{
    background-color: #e0e0e0;
    font-size: 16px;
    padding-left: 12px;
    opacity: 60%;
    cursor: pointer;
}
.tag-list .tag-single{
    font-size: 16px;
    border-bottom: 1px solid #C5C5C5;
    padding: 6px;
    padding-left: 12px;
    cursor: pointer;
}
.tag-list .tag-single:nth-last-child(2){
    border-bottom: 0px;
}
@media screen and (max-width: 767px){
    .area-list {
        scrollbar-width: none; /* firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .area-list::-webkit-scrollbar{
        display: none; /* Chrome Safari */
    }
    .tag-list .tag-side-index-box{
        right: 0;
    }
}
@media screen and (min-width: 767px){
    .tab-bar{
        padding-bottom: 10px;
    }
    .tab-bar .tab-block{
        padding-left: 0px;
        margin-left: 10px;
        margin-right: 5px;
        padding-bottom: 5px;
        display: inline-block;
    }
    .finished-tab{
        border-left: 0px;
        border-bottom: 4px solid #79d137;
    }
    .active-tab{
        border-left: 0px;
        border-bottom: 4px solid #F27D21;
    }
    .tag-list .tag-side-index{
        height: 350px;
    }
}
@media screen and (min-width: 992px){
    .tag-list .tag-single{
        display: inline-block;
        border-bottom: 0;
    }
}