body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
}
#notificationDropdown {
    max-height: 300px;
    overflow-y: auto;
    width: 300px;
}
.notification {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 100px;
}
.container {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.by-confirming {
    font-size: 12px;
    color: #555;
    margin-top: 15px;
    line-height: 1.5;
}
.by-confirming a {
    color: #337ab7;
    text-decoration: none;
}
.by-confirming a:hover {
    text-decoration: underline;
}
hr {
    margin-top: 40px;
    border: none;
    border-top: 1px solid #ddd;
}
.footer {
    font-size: 10px;
    color: #999;
    margin-top: 20px;
}
.footer a {
    color: #337ab7;
    text-decoration: none;
}
.logo{

    width: 150px;
    margin-bottom: 5px;
}
.logo_430{

    width: 350px;
    margin-bottom: 5px;
}
.containerMail{
    display: block;
}

.containerLogin{
    display: none;
}
.profile-box {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: auto;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Styl miniatury użytkownika */
.profile-box .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-right: 15px;

}

/* Styl tekstu użytkownika */
.profile-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.profile-info .username {
    font-size: 1em;
    font-weight: bold;
    color: #0078d4;
    margin: 0;
}

.profile-info .email {
    font-size: 0.9em;
    color: #555;
    margin: 0;
}

/* Styl linku do wylogowania */
.logout {
    margin-left: auto;
    font-size: 0.9em;
    color: #0078d4;
    text-decoration: none;
}

.logout:hover {
    text-decoration: underline;
}
.container-fluid,
.body-wrapper {
    width: 100% !important;           /* pełna szerokość widoczna w przeglądarce */
    max-width: 100%!important;       /* zapobiega ograniczeniom max-width */
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}
.col-xl-12 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
