﻿#maskNew {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#modalNotify {
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: calc(100% - 600px);
    height: auto;
}

#modalNotifyMobile {
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: auto;
    height: auto;
    padding: 0px 10px;
}

li .a-hover :hover {
    margin-left: 5px;
    font-weight: bold;
    width: 100%;
}