/* --------Galleries---------------
---------------------------------*/
.admin-galleries-edit-creat-content {
    .image-item {
        width: 25%;
        flex: 0 0 25%;
        margin: 0;
    }
    .form-group {
        .media-item-box {
            margin-top: 20px;
            margin-bottom: 10px;
        }
        label { font-weight: 600; }
        input {  }
    }
    .card-footer {
        background: transparent;
        border: 0;
        button { @extend .button, .btn-primary; }
    }
}
