/**
 * Copyright (C) 2020 IDENTITY, Lda.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; version 2
 * of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/

.swal2-container {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.swal2-popup {
    width: 50em !important;
    padding: 1.5em 3em !important;
    border-radius: 1em !important;
}

/*Style for browser extension pop-up*/
.swal2-popup-2 {
    width: 40em !important;
    padding: 3.5em !important;
    border-radius: 0em !important;
}

.swal2-icon {
    width: 7em !important;
    height: 7em !important;
}

.swal2-title {
    font-size: 22px !important;
    margin-bottom: 1em !important;
}

.swal2-content {
    font-size: 16px !important;
}

.swal2-actions {
    margin-top: 2em !important;
}

button.swal2-styled {
    font-size: 1.2em !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    border: 0;
    margin: 0.5em;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 0em;
    background: initial;
    background-color: initial;
    background-image: initial;
    background-color: var(--primary-color) !important;
    color: #fff;
    font-size: 1.0625em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-cancel:hover {
    background-color: var(--secondary-color);
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(0,0,0,.4);
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
