.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) !important;
    z-index: 10000000000;
}
.xh-model-close{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 72px;
    height: 72px;
    background-image: url("../images/message-close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10000000000;
}
.opacity {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}