:root{
    --dp-font-size: 14rem;
    --dp-preview-font-size: 10rem;

}
.dp__overlay_cell_disabled:hover,
.dp__overlay_cell_disabled{
    background: #8a8888;
    opacity: 0.2;
}
.multiselect__input, .multiselect__placeholder{
    font-size: 12rem;
}

.multiselect__option{
    padding: 8px;
    min-height: auto;
    font-size: 12rem;
}

#dp-input-beginDt{
    font-weight: 500;
    letter-spacing: -1px;
}

.tag_box{
    display: flex;
    align-items: center;
}

.multiselect__tag-icon{
    line-height: 16px;
}

/*#timeline .vis-timeline{*/
/*    height: 43px !important;*/
/*}*/

/*#timeline.split .vis-timeline{*/
/*    height: 59px !important;*/
/*}*/

#timeline .vis-time-axis .vis-text{
    top: -3px;
    font-size: 10px;
    padding: 0px 0px 0px 2px;
    font-weight: 500;
}
#timeline .vis-time-axis .vis-text.vis-minor{
    top:-11px;
}

@media (max-width:374px){
    #timeline .vis-time-axis .vis-text{
        top: 0;
    }
    #timeline .vis-time-axis .vis-text.vis-minor{
        top:-4px;
    }
}


#timeline .vis-foreground{
    max-height: 22px !important;
}

#timeline .vis-labelset .vis-label .vis-inner{
    font-size: 11px;
    padding:0px 5px;
    font-weight: 700;
    max-width: 50vw;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

#timeline .vis-item .vis-item-content{
    padding: 0;
}
#timeline .vis-item.vis-dot {
    border-width:5px;
    border-radius: 5px;
}

#timeline div.vis-tooltip{
    padding: 2px 5px;
    font-size:12px;
    font-family: inherit;
    font-weight: 700;
    background-color: #fff;
}

#timeline .vis-foreground .vis-group:nth-child(2) .vis-item{
    top:5px;
}

#timeline .vis-item.vis-dot.red{
    border-color: #e51a1af0;
}

#timeline .vis-item.vis-dot.yellow{
    border-color: #f5d248;
}

#timeline  .vis-labelset .vis-label {
    background-color: #fff;
}

.store_info{
    background: #fff;
}
.store_info ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.store_info ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.store_info ul li p{
    padding: 0;
    margin: 0;
}
.touch-block{
    z-index: 2;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.touch-block > p {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 40px;
    margin: 0;
    height: 100%;
    background-color: rgb(173 166 166 / 10%);
}
.touch-block > p > span{
    display: flex;
    align-items: center;
    padding: 0 3px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.touch{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    /*border: 2rem solid rgb(216, 219, 225);*/
    /*padding: 0 4px;*/
    /*background-color: #fff;*/
    /*outline: none;*/
}
button.touch.enabled{
    border-color: rgb(0, 123, 194);
}

button.touch svg {
    width: 25px;
    height: 30px;
    fill: #0a0a0a;
    /* stroke: #0a0a0a; */
    transform: scale(1.1);
}
button.touch.enabled svg{
    fill:rgb(0, 123, 194);
}


.switch-box {
    width: 46px;
    height: 20px;
    text-align: center;
}
.switch {
    position: absolute;
    /* hidden */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.switch_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 15px;
    background: #fff;
    border: 2px solid #0184d0;
    border-radius: 20px;
    transition: 0.2s;
}
.switch_label:hover {
    background: #efefef;
}
.onf_btn {
    position: absolute;
    top: 1px;
    left: 3px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #676666;
    transition: 0.2s;
}

/* checking style */
.switch:checked+.switch_label {
    background: #0184d0;
    border: 2px solid #0184d0;
}

.switch:checked+.switch_label:hover {
    background: #0184d0;
}

/* move */
.switch:checked+.switch_label .onf_btn {
    left: 20px;
    background: #fff;
    box-shadow: 1px 2px 3px #00000020;
}

.posts-display.imagery-reader .posts-wrap .posts-body .reader .reader-func .pagination-util{
    position: relative;
}

.play-box{
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    padding: 3rem;
    border: 1px solid #373b44;
    transform: translate(-50%, 110%);
    background-color: #fff;
    border-radius: 4rem;
}
.posts-display.imagery-reader .posts-wrap .posts-body .reader .reader-func .pagination-util .play-box span{
    font-size: 14px;
}
.posts-display.imagery-reader .posts-wrap .posts-body .reader .reader-func .pagination-util .play-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 25rem;
    border-radius: 4rem;
    border: 1rem solid rgb(55, 59, 68);
    background-color: rgb(55, 59, 68);
}
@media (min-width: 1024px) {
    .posts-display.imagery-reader .posts-wrap .posts-body .reader .reader-func .pagination-util .play-box .btn {
        width: 30rem;
        height: 30rem;
    }
    .posts-display.imagery-reader .posts-wrap .posts-body .reader .reader-func .pagination-util .play-box span{
        font-size: 16px;
    }
}