.logout_title{

	font: normal normal bold 25px Helvetica Neue;
    color: #555454;
    padding: 6px 0 6px 0px;
}
.logout_btn , .logout_close_btn{
    margin-top: 13px;
    color: white;
    background: var(--color--main) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font: normal normal bold 24px Helvetica Neue;
    letter-spacing: 2.24px;
    text-align: center;
    width: 25%;
    height: 100%;
 	border: 0;
}
.input_box{
	border-radius: 5px;
	width:390px;
	max-width: 650px;
	min-height: 45px;
	width:100%;
}
.close_logout_img{
	width: 4%;
    height: 18%;
    background-image: url(../../img/close_img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: 2%;
    top: -50%;
    z-index: 131;
    
    position: absolute;
    top: -22px;
    left: -22px;
    width: 44px;
    height: 44px;
	
}
.logout_popup {
	position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    color: white;
    font-size: 3vw;
    z-index: 130;
}
.logout_popupBox{
    width: 35%;
    height: 30vh;
    position: relative;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logout_popupBox .content_st {
	flex: 0 0 90%;
	
    position: relative;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    overflow-y: auto;
    height: 90%;
    padding: 0 15px 0 15px;
    margin: 5px;
    font-size: 18px;
    /* flex: 1 1 100%; */
    color: black;
}
.logout_popupBox .content_st > p:first-of-type{
text-align: center;
}
.logout_popup.hidden {
	display: none;
}
.logout_popup_option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logout_popup_option.hidden {
	display: none;
}


.logout_btn_flex{
	display: flex;
    width: 100%;
    justify-content: space-evenly;
}


@media screen and (orientation: portrait){
	
	.logout_popupBox{
   	 width: 80%;
	}

}    
