/*
    General Settings
    ======================================= */

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.alert {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: .25rem;
    color: #856404;
    margin: 1rem 0;
    padding: .75rem 1.25rem;
    position: relative;
}

legend.widget-box {
    background: #f1f1f1;
    margin: .8rem 0;
    padding: 1rem;
}

legend.widget-box img {
    display: block;
    margin: 5px 0;
    max-width: 100%;
    padding: 0;
}

.widget-box-upload-media {
    margin-top: 5px !important;
}

.widget-box-input-slider {
    margin-top: -4px;
    position: relative;
    width: 90%;
}

.widget-box-slider-number {
    float: right;
    margin: -2px 0 0 0;
    position: relative;
}

.small-row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.small-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
}