.sidebar {
    background: #104B84;
}

.sidebar-content {
    background: #104B84;
}
.red {
    color: #d9534f;
    font-weight: 500;
}
.status_green {
    color: #4b8c4b;
}
.status_red {
    color: #d9534f;
}
.image_preview_wrapper {
    position: relative;
    display: inline-block;
}
.image_remove_icon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #b1aaaa;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

/* Target the feather class or the data attribute */
[data-feather], .feather {
    width: 18px;
    height: 18px;
    display: inline-block;
    visibility: hidden;
}

/* Once replaced, feather-icons usually adds an 'svg' tag */
svg.feather {
    visibility: visible !important;
}
