.tcwd-page-popup-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
}

.tcwd-page-popup-overlay[aria-hidden="false"] {
    display: flex;
}

.tcwd-page-popup-dialog {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    max-width: 90%;
    width: auto;
    position: relative;
    box-shadow: none !important;
}

.kb-row-layout-id350_587934-a8 > .kt-row-column-wrap {
	border: 3px solid #ff0000;
}
	
.tcwd-page-popup-dialog p{
    margin: 0 0 24px 0;
	line-height: 1.5em;
}

.tcwd-page-popup-close {
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

body.tcwd-page-popup-open {
    overflow: hidden;
}
