#unsupported_browser_container {
    font-family: Ubuntu, San Francisco, Helvetica Neue, Segoe UI, Tahoma, Roboto, sans-serif;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
}
#unsupported_browser_container .unsupported_browser_section {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
}
#unsupported_browser_container header {
    margin-top: 10%;
}
#unsupported_browser_container .lunexis_logo {
    width: 184px;
    height: 47px;
}
#unsupported_browser_container main {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#unsupported_browser_container .unsupported_browser_logo {
    width: 222px;
    height: 149px;
}
#unsupported_browser_container .unsupported_main_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
#unsupported_browser_container .unsupported_main_header {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
}
#unsupported_browser_container .unsupported_main_message {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
#unsupported_browser_container .supported_browsers {
    display: flex;
    justify-content: space-around;
    margin-top: 30px 0;
    width: 100%;
}
#unsupported_browser_container .browser_container {
    width: 50px;
    height: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#unsupported_browser_container .browser_icon {
    height: 50px;
}
#unsupported_browser_container .browser_name {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    text-decoration: underline;
}
#unsupported_browser_container footer {
    margin-bottom: 2.5%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #1e376c;
    opacity: 0.5;
}

@media (max-width: 767px) {
    #unsupported_browser_container .lunexis_logo {
        display: block;
    }
}
