.modal-with-header-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-with-header-box-header {
    border-bottom: 2px solid $j-modal-text;
}

.modal-with-header-container {
    position: relative;
    height: calc(100% - 40px);
    width: 100%;
}

button.close,a.close {
    color: $j-modal-close-color;
    text-decoration: none;
    text-decoration-style: none;
    border: none;
    text-shadow: none;
    opacity: 1;
}

button.close:focus,a.close:focus {
    outline: none;
}

button.close:hover,a.close:hover {
    color: $j-modal-close-color;
    font-weight: 900;
    text-decoration: none;
    text-decoration-style: none;
    border: none;
    text-shadow: none;
}