.tdws-popup{
  display: none;
}
.tdws-popup.tdws-model-open {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: 0 !important;
    overflow: hidden auto;
    display: block;
}

body.tdws-model-open{
  overflow: hidden;
}
body.tdws-model-open::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
button.tdws-close {
    color: #333;
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    box-shadow: none;
    touch-action: manipulation;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
}