* {
    -webkit-tap-highlight-color: transparent;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    background-color: #f5f5f5;
}

.button {
    border-radius: 8px;
}

.button.is-large {
    font-size: 1.25rem;
    min-height: 3.5rem;
}

.input, .select select, .textarea {
    font-size: 16px !important;
    border-radius: 8px;
}

.modal-card {
    border-radius: 12px;
    overflow: hidden;
}

.has-text-purple {
    color: #4a1d6e !important;
}

.has-background-purple {
    background-color: #4a1d6e !important;
}

.navbar.is-fixed-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.table td, .table th {
    vertical-align: middle;
}

.tag.is-success {
    background-color: #48c774;
    color: #fff;
}
