.swal-title {
    font-size: 19px !important;
}

.bg-primary {
    background-color: #0a8ca0 !important;
}

.bg-primary:hover {
    background-color: #768a8d !important;
}

.bg-secondary {
    background-color: #768a8d !important;
}

.tx-primary {
    color: #0a8ca0 !important;
}

.tx-secondary {
    color: #768a8d !important;
}

/* TINYMCE */

.tox-promotion,
.tox-statusbar__right-container {
    display: none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

button svg {
    pointer-events: none;
}