
.slider-navigation{
    width: 100%;
    display: flex;
}
.logged-in .video-remove,
.logged-in .image-remove{
    position: absolute;
    right: 10px;
    top: 5px;
}
.logged-in .video-remove svg,
.logged-in .video-remove i,
.logged-in .image-remove svg,
.logged-in .image-remove i{
    color: #fff;
}
.logged-in .video-upload,
.logged-in .image-upload{
    width: 130px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.logged-in .video-upload:before,
.logged-in .image-upload:before{
    content: "\2795";
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 0;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.logged-in .widhtimage .image-upload:before,
.logged-in .withvideo .video-upload:before{
    display: none;
}
/* Switch Box */
.logged-in .editable .switch-box{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.logged-in .editable .switch-box .text-switch{
    display: inline-block;
    vertical-align: top;
    user-select: none;
    margin-left: 16px;
    cursor: pointer;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.logged-in .editable .switch-box .switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 22px;
    margin-bottom: 0px;
    min-width: 37px;
}

.logged-in .editable .switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.logged-in .editable .switch-box .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.logged-in .editable .switch-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.logged-in .editable .switch-box .switch input:checked + .slider {
    background-color: #E4E0E0;
}

.logged-in .editable .switch-box .switch input:focus + .slider {
    box-shadow: 0 0 1px #EAB01C;
}

.logged-in .editables .switch-box .switch input:checked + .slider:before {
    background-color: #0C949C;
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.logged-in .editable .switch-box .switch .slider.round {
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
}

.logged-in .editable .switch-box .switch .slider.round:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.logged-in .editable .switch-box.black-switch .switch .slider{
    background-color: #3F4A58;
}
.logged-in .editable .switch-box.black-switch .switch input:checked + .slider{
    background-color: #3F4A58;
}
.logged-in .editable .switch-box.black-switch .switch .slider::before{
    background-color: #242D38;
}
.logged-in .editable  .switch-box.black-switch .switch input:checked + .slider::before{
    background-color: #EAB01C;
}
.logged-in .editable .switch-box.black-switch .text-switch{
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.add-image-video .addbox{
    display: none;
}
.add-image-video .addbox.active{
    display: flex;
}
.slide-edit.editdisabled .add-image-video:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:9;
    top:0;
    left: 0;
}