@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* Intervalo de pesos suportados */
    font-style: normal; /* Estilo regular */
}

/* @font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
} */

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #7fda44 !important;
}

.profile-settings {
    position: absolute;
    top: 55px;
    right: 0px;
    width: 263px;
    /* height: 55px; */
    height: 0px;
    background: #fff;
    border-left: 2px solid #dede;
    /* border-bottom: 2px solid #dedede; */
    border-right: 2px solid #dedede;
    transition: all 0.4s ease;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.profile-settings span {
    /* background: #fff; */
    width: 100%;
    display: block;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.profile-settings span#btn-logout {
    color: red;
}

/* .profile-settings span.profile-item {
    color: #707070;
} */

#profile-settings span:hover {
    background: #e3e3e3;
}

.profile-settings i {
    margin-right: 5px;
}