*, ::after, ::before {
    box-sizing: border-box;
}
#editor-uploader-box{
    margin-bottom: 1rem;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#editor-uploader-box > [class*="col"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex: 0 0 50%;
}

.dm-uploader {
    border: 0.25rem dashed 
    #A5A5C7;
}
.dm-uploader.active {
    border-color: red;
    border-style: solid;
}
.dm-uploader {
    margin:10px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-center {
    text-align: center !important;
}
.p-5 {
    padding: 1rem !important;
}
.text-muted {
    color: #868e96 !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
h3.h3 {
    text-align:center;
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color:
    #007bff;
    border-color:#007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid 
    transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#dialog{overflow:visible;}