html,
body {
    font-family: "Inter", Arial, sans-serif;
    /* usa fonte local carregada em fonts.css */
    margin: 0;
}

.main-content {
    margin-left: 76px;
    padding: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    text-align: right;
}

.signup {
    color: #000000;
    text-align: right;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 500;
    line-height: 24px;
}

.user-info img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.local-time {
    position: absolute;
    right: 40px;
    /* mesmo padding da .right-panel */
    bottom: 40px;
    font-size: 14px;
    color: #666;
}

.actions div {
    padding: 10px 15px;
    background-color: #eeeeee;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.actions div:hover {
    background-color: #dcdcdc;
}

.text {
    color: #ffffff;
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    line-height: 32px;
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .logo img {
        width: 180px;
        margin-bottom: 10px;
    }

    .text {
        font-size: 20px;
        line-height: 28px;
        max-width: 180px;
    }
}

.cardLoginGoogle {
    display: flex;
    align-items: left;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    background-color: #ffffff;
    border-radius: 44.48px;
    border: 2px solid #ececec;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    min-width: 320px;
    /* Ajusta o tamanho lateralwidth: 540px; /* Aumenta o tamanho lateral */
}

.cardLoginMicrosoft {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    background-color: #ffffff;
    border-radius: 44.48px;
    border: 2px solid #ececec;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}

.cardLoginApple {
    display: right;
    align-items: left;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    background-color: #ffffff;
    border-radius: 44.48px;
    border: 2px solid #ececec;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}

.cardLogin .icon {
    width: 20px;
    height: 20px;
}

.textLogin {
    color: #000000;
    font-size: 10px;
    font-family: "Rubik";
    font-weight: 500;
    line-height: 16px;
}

.providers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* Espaço entre os botões */
    flex-wrap: nowrap;
    /* Evita quebra de linha */
}

.inputField {
    top: 308px;
    left: 738px;
    width: 820px;
    height: 46px;
    padding: 0px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #000000;
    font-size: 20px;
    font-family: "Roboto";
    line-height: 26px;
    outline: none;
}

.login-button {
    cursor: pointer;
    top: 543px;
    left: 731px;
    width: 590px;
    height: 51px;
    padding: 0px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.1);
    background-color: #3164f4;
    color: #ffffff;
    font-size: 18px;
    font-family: "Rubik";
    font-weight: 500;
    line-height: 23px;
    outline: none;
}

.iconHome {
    color: #575757;
    fill: #575757;
    font-size: 23px;
    top: 20px;
    left: 434px;
    width: 23px;
    height: 28px;
}

.iconSearch {
    color: #575757;
    fill: #575757;
    font-size: 20px;
    top: 22px;
    left: 540px;
    width: 20px;
    height: 23px;
}

.iconEmail {
    color: #575757;
    fill: #575757;
    font-size: 25px;
    top: 23px;
    left: 642px;
    width: 25px;
    height: 26px;
}

.iconComments {
    color: #575757;
    fill: #575757;
    font-size: 28px;
    top: 20px;
    left: 753px;
    width: 28px;
    height: 31px;
}

.iconBell {
    color: #575757;
    fill: #575757;
    font-size: 20px;
    top: 23px;
    left: 866px;
    width: 20px;
    height: 25px;
}

.iconQuestion {
    color: #575757;
    fill: #575757;
    font-size: 21px;
    top: 19px;
    left: 966px;
    width: 21px;
    height: 26px;
}

.imageLanguage {
    top: 26px;
    left: 1057px;
    width: 30px;
    height: 19px;
    border-radius: 8px;
    /*background-image: url(./image.png);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
