/******************************   general  ************************/

h1, h2, h3, h4, h5, p, a, *{
    font-family: Inter !important;
}

nav {
    width: 100%;
    height: 60px;
    background-color: #E40613;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83%;
    padding-left: 48px;
}

nav h2 {
    padding: 0;
    margin: 0;
    margin-left: 16px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    width: 150px;
}

nav p {
    margin: 0;
    color: white;
    font-size: 18px;
    font-family: inter;
    cursor: pointer;
}

nav .connected-user{
    display: flex;
    width: 150px;
    justify-content: flex-end;
    gap: 24px;
    padding-right: 16px;
    align-items: center;
    margin-left: auto;
}

nav .connected-user i {
    font-size: 24px;
    color: white;
    font-weight: 600;
}


.swal2-icon {
    margin-left: auto !important;
    margin-right: auto !important;
}
.swal2-title, .swal2-content {
    text-align: center !important;
}