.model-logout {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100
}

.model-logout .model-logout_overlay {
    background-color: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%
}

.model-logout .model-logout_wrapper {
    background-color: rgba(65,65,24,.5);
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: inset 0 0 10px 0 #ff0,0 0 10px 0 #ff0;
    max-width: 800px;
    opacity: 0;
    padding: 40px 35px 55px;
    transform: translateY(-200%);
    transition: 1s;
    width: 100%;
    z-index: 2
}

.model-logout .model-logout_wrapper .model-title {
    text-align: center
}

.model-logout .model-logout_wrapper .model-title h1 {
    color: #fff;
    filter: drop-shadow(1px 3px #333);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.model-logout .model-logout_wrapper h3 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(#bfe94b,#ff0);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    font-weight: 700;
    text-align: center
}

.model-logout .model-logout_wrapper .group_btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 5px;
    text-align: center
}

.model-logout .model-logout_wrapper .group_btn .btn-model-cc {
    animation: btn-item 2s ease-in-out infinite alternate;
    border: 2px solid linear-gradient(#bfe94b,#ff0);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    max-width: 163px;
    place-self: end;
    transition: 1s;
    width: 100%
}

.model-logout .model-logout_wrapper .group_btn .btn-model-cf {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: linear-gradient(#bde94b,#ff0);
    border: 1px solid #fff;
    border-radius: 30px;
    color: red;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    width: 100%
}

.model-logout_active {
    visibility: visible
}

.model-logout_active .model-logout_overlay {
    opacity: 1
}

.model-logout_active .model-logout_wrapper {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 1270px) {
    .model-logout .model-logout_overlay,.model-topup .model-topup_overlay,.model-user .model-user_overlay {
        background-color:rgba(0,0,0,.9)
    }
}

@media only screen and (max-width: 650px) {
    .model-logout .model-logout_wrapper {
        padding:30px 35px 40px
    }

    .model-logout .model-logout_wrapper .model-title h1 {
        font-size: 40px;
        margin-bottom: 10px
    }

    .model-logout .model-logout_wrapper h3 {
        font-size: 26px
    }

    .model-logout .model-logout_wrapper .group_btn {
        margin-top: 35px
    }

    .model-logout .model-logout_wrapper .group_btn .btn-model-cc,.model-logout .model-logout_wrapper .group_btn .btn-model-cf {
        font-size: 24px
    }
}
