﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.HideButton {
    display: none;
}


.Page div.Feedback_Message_Wrapper {
    margin-top:2px;
}

.ContainerMsgExpireSession{
    /*position: absolute;
    top: -1200px;
    left: -100%;
    right: -100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: white;
    text-align: center;
    height: 2600px;*/
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    height: 100vh;
}

.ContainerMsgExpireSession .MsgExpiredContent {
    /*display: inline;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    padding: 40px 90px;
    box-shadow: 5px 5px 10px #000;*/
    
    display: inline;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    padding: 40px 90px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.75);
}