@import url('style/login.css');

@import url('style/card-dashboard.css');

@import url('style/card-slider.css');

@import url('style/scrollbar.css');

@import url('style/footer.css');

@import url('style/zoom-image.css');

@import url('style/about.css');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oleo+Script+Swash+Caps&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Figtree', sans-serif;
}

div:where(.swal2-actions) .swal2-confirm {
    border: 0;
    border-radius: 0.5rem;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
}

div:where(.swal2-actions) .swal2-cancel {
    border: 0;
    border-radius: 0.5rem;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em;
}


div:where(.swal2-container) button:where(.swal2-styled) {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0,0,0,0);
    font-weight: 500;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8rem 1rem 0;
    color: inherit;
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

