.uk-label-modal {
    font-size: 24px;
}

.default {
    width: 100%;
    background: #1e87f0;
    top: 0;
    left: 0;
    height: 3px;
}

.uk-overflow-x-auto {
    height: 100%;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.sale {
    width: 100%;
    background: #faa05a;
    top: 0;
    left: 0;
    height: 3px;
}

.uk-labels {
    position: absolute;
    top: 10px;
    right: 10px;
    height: auto;
}

.uk-label {
    text-transform: none;
}

.uk-card-title-modal {
    font-size: 16px;
}

.uk-button-orange {
    background: #faa05a;
    border: 1px solid transparent;
    color: white;
}

.uk-button-orange:hover {
    background: #f98e3b;
    border: 1px solid transparent;
    color: white;
}
