
#entry_fix_popup {
    overflow-y: scroll;
}
#entry_fix_popup, #exit_fix_popup {
    display: none;
    z-index: 9999;
    border: 1px solid #aaa;
    border-radius: 20px;
    width: 600px;
    height: 480px;
    max-height: 90vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    text-align: center;
}
#entry_fix_popup .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    background-color: #fff;
    color:#4E4852;
}

#entry_fix_popup .inner th{
	color:#4E4852;
	width:200px;
}

#entry_fix_popup .inner td{
	color:#4E4852;
	width:250px;
}

#entry_fix_popup .inner p:first-of-type {
    font-size: 2em;
    text-align: left;
    margin:10px auto;
}
#entry_fix_popup .inner .message {
    margin-top: 10px;
}
#entry_fix_popup .inner table{
    margin-top: 10px;
}
#entry_fix_popup .inner p:last-of-type {
    margin-top: 20px;
    align-self: flex-end;
}
.background-color--bg-gray {
    /* background-color: #f4f3f3; */
    background-color: #eff7ff;
}
#entry_popup .message th{
    width:200px;
    
}
@media screen and (max-width: 768px) {
    #entry_fix_popup{
       width: 380px;
       margin:0;
    }
}
