.logout-container{
    background-color: #fff !important;
    width: 570px;
    height: 246px;
    border-radius: 6px;
    max-height: 600px;
    padding: 10px 10px !important;
    text-align: center;
    align-content: center;
}

.logout-container-positioning{
    position: fixed;
    top: max(35%, 140px);
    display: flex;
    justify-content: center;
    width: 100vw;
    z-index: 101;
}

.logout-title{
    text-align: center;
    font-weight: 600;
    font-size:35px;
    margin-bottom: 10px;
}

.button{
    width: 170px;
    height: 40px;
}

.button-container {
    justify-content: space-around !important;
    flex-direction: row !important;
}

@media (width <=768px) {
    .logout-container-positioning {
        top: max(10%, 80px);
    }

    @media (width <=365px) {
        .button {
            width: 120px;
            height: 25px;
            font-size: 0.9rem;
        }
    }
}