﻿.e-upload.e-control-wrapper.e-control-container.e-lib.e-keyboard{
    height: 100%;
}

.e-file-select-wrap {
    border: 2px dashed black;
    height: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.e-css.e-btn.e-upload-browse-btn {
    height: 30px;
}


.e-colorpicker-wrapper, .e-colorpicker-container {
    z-index: 0;
    position: absolute;
}

.e-file-select-wrap {
    border: 2px dashed #707070 !important;
    background-color: white;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
}


.e-switch-wrapper, .e-css.e-switch-wrapper {
    height: 25px;
    width: 55px;
}

    .e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
        margin-left: -24px;
    }

.e-switch-wrapper .e-switch-handle {
    margin-left: -24px;
}

.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    margin-left: -24px;
}


.e-switch-wrapper .e-switch-inner, .e-css.e-switch-wrapper .e-switch-inner {
    background-color: #007bff;
}


.e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off {
    background-color: #007bff;
    color: #007bff;
}

.e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
    background-color: #fff;
    box-shadow: none;
    height: 20px;
    width: 20px;
    margin-left: 3px;
}

.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), .e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    background-color: #fff;
}


.e-switch-wrapper:hover .e-switch-inner, .e-css.e-switch-wrapper:hover .e-switch-inner {
    background-color: #007bff;
    border-color: #007bff;
}