.easyeditor-modal {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.easyeditor-modal.is-hidden {
    display: none;
}

.easyeditor-modal-content {
    background: #fff;
    padding: 30px;
    width: 600px;
    margin: auto;
    position: relative;
}

.easyeditor-modal-content-header {
    font-size: 22px;
    margin-bottom: 20px;
}

.easyeditor-modal-close {
    position: absolute;
    right: 20px;
    top: 0;
}

.easyeditor-modal-content-body-loader {
    height: 5px;
    width: 0;
    background: #0e90dc;
    margin-bottom: 20px;
    transition: width 400ms;
}

.easyeditor-modal-content-body input {
    width: 100%;
    margin-bottom: 20px;
}

.easyeditor-modal-content-body button {
    margin-top: 20px;
    padding: 7px 10px;
    border: 1px solid #057DC4;
    background: #0e90dc;
    color: #fff;
    cursor: pointer;
}

.easyeditor-modal-content-body button:hover {
    opacity: 0.8;
}
.easyeditor-modal-content-body{
    line-height: 30px;
    padding: 0px 15px 0px 15px;
}
.easyeditor-modal-content-image{
    height:200px;
    overflow:hidden;
    display: block;
    cursor: pointer;
}
.easyeditor-modal-content-loading{
    background:linear-gradient(to bottom, #eee, #ddd);
}
.easyeditor-modal-content-body{
    width: 100%
}
.easyeditor-modal-dialog{
}
.easyeditor-modal-content-image{
    height:180px;
}

@media(min-width	:768px){
    .easyeditor-modal-content-body{
        width: 600px;
    }
    .easyeditor-modal-dialog{
        width:630px;
    }
    .easyeditor-modal-content-image{
        height:400px;
    }
}
@media(min-width	:992px){
    .easyeditor-modal-content-body{
        width: 720px;
    }
    .easyeditor-modal-dialog{
        width:750px;
    }
    .easyeditor-modal-content-image{
        height:480px;
    }
}


.easyeditor-modal-controlPanel input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}
.easyeditor-modal-controlPanel input[type=range]:focus {
    outline: none;
}
.easyeditor-modal-controlPanel input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
.easyeditor-modal-controlPanel input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
.easyeditor-modal-controlPanel input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
.easyeditor-modal-controlPanel input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
.easyeditor-modal-controlPanel input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
.easyeditor-modal-controlPanel input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
.easyeditor-modal-controlPanel input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.easyeditor-modal-controlPanel input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.easyeditor-modal-controlPanel input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
.easyeditor-modal-controlPanel input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
.easyeditor-modal-controlPanel input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}