h2#swal2-title{
    color: white;
}

button.swal2-confirm.swal2-styled{
    color: white!important;
}

body {
    font-family: 'Inter' !important;
}

.input-error {
    border: 1px solid red !important;
}

.input-error:focus {
    outline: none;
    border: 1px solid red !important;
}

.btn-secondary {
    background: white !important;
    border: 1px solid #1E2142 !important;
    color: #1E2142 !important;
    cursor: pointer;
    border-radius: 10px !important;
    transition: all .5s;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: max-content;
}

.btn-secondary:hover {
    background: #1E2142 !important;
    border: 1px solid transparent !important;
    color: white !important;
}

.btn-secondary:hover svg path {
    fill: white;
}

.btn-primary {
    background: #1E2142 !important;
    border: 1px solid white !important;
    color: white !important;
    cursor: pointer;
    border-radius: 10px !important;
    transition: all .5s;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: max-content;
}

.btn-primary:hover {
    background: #1e2142c9 !important;
    border: 1px solid #1e2142c9 !important;
    color: white !important;
}
