/*.bx_view .inner > div {*/
    /*height: 900px;*/
    /*width: 400px;*/
    /*margin: 0 auto;*/
/*}*/

.bx_view .inner {
    text-align: center;
    /*width: 400px;*/
    position: relative;
    height: inherit;
}

.bx_view .inner div {
    margin: 0 auto;
}

.tui-image-editor-canvas-container {
    margin: 0 auto;
}

.btn_i.play, .btn_i.stop {
    position: absolute !important;
    z-index: 30;
}

.video_view .canvas-container {
    position: absolute !important;
    top: 0;
    left: 0;
}

.canvas-container {
    z-index: 20;
}

.bx_view {
    margin-left: auto;
    margin-right: auto;
    /*height: calc(100% - 81px) !important;*/
    display: flex !important;
    overflow: auto;
    height: calc(100% - 124px);
    display: -webkit-box;
    display: -ms-flexbox;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bx_view.big {
    /*width: 700px;*/
}

.cropper-crop-box {
    margin: 0 !important;
}

.jsgif {
    display: none;
}

.ct_rt {
    right: 0;
    width: 11px;
    height: 100%;
    display: block;
    position: absolute;
    /*background: url('//www.gomlab.com/gomlab_v2/ui/gommeme/img/ico/ico_move.png?v=20190704') no-repeat 0 0;*/
    cursor: col-resize;
    top: 0;
    margin-top: 0;
    z-index: 3;
}

.ct_lt {
    left: 0;
    width: 11px;
    height: 100%;
    display: block;
    position: absolute;
    /*background: url('//www.gomlab.com/gomlab_v2/ui/gommeme/img/ico/ico_move.png?v=20190704') no-repeat 0 0;*/
    cursor: col-resize;
    top: 0;
    margin-top: 0;
    z-index: 3;
}

.sketch-picker {
    position: absolute;
    z-index: 99;
    right: 0;
}

.cont_edit .bx_txtarea textarea {
    line-height: 20px !important;
    padding: 10px 15px;
}

.area_time .bx_time {
    width: 89.8%;
    height: 100%;
    /*float: left;*/
    font-size: 11px;
    /*overflow-x: scroll;*/
    border-left: 1px solid #242831;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.area_time .bx_time .c_top span {
    height: 100%;
    padding: 0 0 0 150px;
}

.rc-slider-tooltip {
    z-index: 100;
}

.rc-slider-tooltip-inner {
    min-width: 36px !important;
    padding: 0 5px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 20px !important;
    font-family: Bpreplay !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #6c96ff !important;
    text-align: center !important;
    background: #262b35 !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    box-shadow: none !important;
    margin-top: 7px !important;
}

.rc-slider-tooltip-arrow {
    display: none !important;
}

.timeline_bar {
    z-index: 11;
}

.bx_slct .trg.on+.bx{
    z-index: 20;
}

.rc-slider-tooltip-placement-top {
    /*margin-top: 7px;*/
}

.rc-tooltip-custom {
    padding: 11px 0 !important;
}

select[name=font] {
    cursor: pointer;
}

.rc-slider-handle {
    cursor: pointer !important;
}