#c-container {
    position: fixed;
    bottom: 85px;
    left: 20px;
    width: 480px;
    padding: 10px;

    background-color: #1a1814d1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;

    display: none;
    flex-direction: column;

    color: #ebe9e6;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;

    text-align: center;
    text-wrap: balance;
}

@media screen and (max-width: 600px) {
    #c-container {
        left: 0;
        bottom: 65px;
        width: 100%;
        border-radius: 0;
    }
}

.c-title {
}

.c-description {
}
.c-buttons {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.c-buttons > div {
    padding: 10px 25px 10px 25px;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 16px;
}

#c-accepted {
    background-color: #faf8f5;
    color: black;
}

#c-rejected {
}

#c-settings {
    padding-top: 20px;
    font-weight: 300;
    cursor: pointer;
    color: rgb(170, 170, 170);
}

.l-conteiner {
    padding: 10px;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
