body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: white;
}

.menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFF; 
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.menu.active {
    width: 250px;
}

.menu a {
    padding: 12px 20px;
    text-decoration: none;
    font-size: 15px; 
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #4D49FF; 
}

.menu a:hover {
    background-color: #4D49FF; 
    padding-left: 30px; 
}

.menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #FFF;
    color: #4D49FF;
    padding: 10px 15px;
    border: none;
    position: absolute; 
    top: 10px; 
    left: 25px; 
}

.openbtn:hover {
    background-color: #4D49FF;
}

.menu-content {
    padding: 20px;
}

.imagemlogo {
    position: absolute;
    top: 20px;
    right: 80px;
    transform: translate(50%, 0);
}

.container {
    background-color: #FFFF;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    color: #ffffff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dadadd86;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.overlay.active {
    opacity: 1;
    z-index: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -1;
}

.imagemlogo {
    position: absolute;
    top: 20px;
    right: 80px;
    transform: translate(50%, 0);
}

.ImagemRetangulo {
    position: absolute;
    top: 90px;
    right: 180px;
    transform: translate(50%, 0);
}

.ImagemSessao {
    position: absolute;
    top: 110px;
    right: 250px;
    transform: translate(50%, 0);
}

.chat-container {
    width: 80%; 
    max-width: 800px; 
    background: #F5F4FF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: absolute;
    top: 350px; 
    left: 50%; 
    transform: translateX(-50%); 
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    border: 1px solid #080808;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 85%; 
}

.message {
    margin-bottom: 10px;
    padding: 10px;
    background: #9997fc;
    border-radius: 5px;
    position: relative;
    max-width: 80%; 
}

.message-author {
    margin-bottom: 5px;
    font-weight: bold;
}

.message-author img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}

.chat-input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-input-container input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.chat-input-container button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #4D49FF;
    color: white;
    cursor: pointer;
}

.chat-input-container button:hover {
    background: #4D49FF;
}

.texto01 {
    position: absolute;
    top: 120px;
    right: 96px;
    transform: translate(50%, 0);
    font-family: Sourse Sans Pro; 
    color: #4D49FF;
    font-size: 16px
}

.texto02 {
    position: absolute;
    top: 150px;
    right: 102px;
    transform: translate(50%, 0);
    font-family: Sourse Sans Pro; 
    color: #000000;
    font-size: 16px
}

.texto03 {
    position: absolute;
    top: 178px;
    right: 132px;
    transform: translate(50%, 0);
    font-family: Sourse Sans Pro; 
    color: #000000;
    font-size: 16px
}

.texto04 {
    position: absolute;
    top: 298px;
    right: 302px;
    transform: translate(50%, 0);
    font-family: Sourse Sans Pro; 
    color: #000000;
    font-size: 18px
}

.texto05 {
    position: absolute;
    top: 298px;
    right: 252px;
    transform: translate(50%, 0);
    font-family: Sourse Sans Pro; 
    color: #000000;
    font-size: 18px
}

.texto06 {
    position: absolute;
    top: 298px;
    right: 180px;
    transform: translate(50%, 0);
    font-family: Sourse Sans Pro; 
    color: #000000;
    font-size: 18px
}

.botaoRegistrar{
    width: 100%;
    padding: 10px;
    background-color: #4D49FF;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 677px;
}

.botaoRegistrar:hover{
    background-color: #5656ff;
    transform: scale(1.1);
}