﻿.swal2-icon-show, .swal2-icon-show * {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.fa-solid.fa-envelope {
    font-family: "Font Awesome 6 Free" !important;
}

html#scoped header.active {
    background: rgb(122, 147, 220,0.8);
}

    html#scoped header.active nav a {
        color: white;
    }

html#scoped header .logo-wrap a img.logo-dark {
    display: block;
}

html#scoped header .logo-wrap a img.logo-light {
    display: none;
}

html#scoped header.active .logo-wrap a img.logo-dark {
    display: none;
}

html#scoped header.active .logo-wrap a img.logo-light {
    display: block;
}

.text-center {
    text-align: center;
}