﻿.btn-info {
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%) !important;
}

#basic-addon1 {
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%) !important;
}

#basic-addon2, #basic-addon3 {
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%) !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 20em !important;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid green;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.2em 0.2em 0;
    color: inherit;
    font-size: 1.30em !important;
    font-weight: 200 !important;
    text-align: center;
    /* text-transform: none; */
    /* word-wrap: break-word; */
}
