@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100&display=swap");

[x-cloak] {
    display: none !important;
}

body {
    font-family: "Poppins", sans-serif;
}

.font-inter {
    font-family: Inter;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    margin: 10px;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 5px;
    background-clip: padding-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

.swal2-popup {
    width: auto;
    border-radius: 35px;
}

.swal2-popup .swal2-actions button {
    border-radius: 10px;
}

.swal2-popup .swal2-html-container {
    width: auto;
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    .swal2-popup {
        padding: 30px 30px 50px 30px;
        max-width: 580px;
    }
}
