.sx-collection-list-item-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}


.sx-collection-list .sx-collection-list-item-wrapper {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

.sx-collection-list {
    margin-right: -7px !important;
    margin-left: -7px !important;
}

.sx-home-collection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal-header {
    background: var(--primary-color);
    color: white;
}

.modal-header .close {
    color: white;
}

/*.btn-default {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}*/

.modal-body .form-group {
    margin-bottom: 1rem;
    background: #ececec4a;
    padding: 1rem;
    border-radius: 1rem;
}

.modal-body .hint-block {
    color: gray;
    font-size: 0.8rem;
}