


.dx-content-popper table.errors-table {
    border-width: 1px;
    border-spacing: 0px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100%;
    max-width: 100%;
}
.dx-content-popper table.errors-table td {
    vertical-align: top;
    padding: 14px 16px 4px;
}

.dx-content-popper table.errors-table thead td {
    font-weight: bold;
    padding: 4px 16px;
    border-bottom: solid 1px #e9e9e9;

}
.dx-content-popper table.errors-table td:first-child {
    padding-left: 0;
}

.dx-content-popper table.errors-table td:last-child {
    padding-right: 0;
}
.dx-content-popper table.errors-table tbody td {
    vertical-align: top;
    border-bottom: solid 1px #e9e9e9;

}
.dx-content-popper table.errors-table tbody td:nth-child(2) {
    max-width: 150px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dx-content-popper table.errors-table tbody tr:last-child td {
    border-bottom: none;
}









.dx-content-popper {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Roboto, sans-serif;
}

.dx-content-popper .dx-content-popper-modal {
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s background-color ease-out .2s;
    background-color: rgba(0,0,0,0);
}

.dx-content-popper.active .dx-content-popper-modal {
    background-color: rgba(0,0,0,.7);
    transition: .2s all ease-out 0s;
}

.dx-content-popper .dx-content-popper-shell {
    width: 700px;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 23px 0px #0000008a;
    text-align: left;
    position: relative;
    border-radius: 4px;
    transition: .2s all ease-out 0s;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
}
.dx-content-popper .dx-content-popper-close-handler {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dx-content-popper.active .dx-content-popper-shell {
    transition: .2s all ease-out .2s;
    transform: translateY(0);
    opacity: 1;
}

.dx-content-popper-header {
    padding: 0 32px;
    background-color: #0d47a1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    fill: var(--text-primary, #fff);
}

.dx-content-popper-icon {
    margin-right: 10px;
}
.dx-content-popper-title-text {
    flex-grow: 1;
    margin-right: 16px;
}

.dx-content-popper-title-column {
    flex-grow: 1;
}
.dx-content-popper-title {
    display: flex;
    align-items: center;
    color: var(--text-primary, #fff);
    font-weight: 800;
    font-size: 22px;
    height: 80px;
    line-height: 1.2;
    flex-grow: 1;
}

.dx-content-popper-icon > svg,
.dx-content-popper-icon > img {
    height: 40px;
    display: block;
    width: 40px;
}

.dx-content-popper-sub-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: .7;
}

.dx-content-popper-body {
    padding: 32px;
    overflow-y: auto;
    max-height: 100%;
    background-color: var(--bg-site, #fff);
}
.dx-content-popper .property-section {
    margin-bottom: 30px;
    border-bottom: dashed 1px #0006;
    padding-bottom: 25px;

}
.dx-content-popper .property-section:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0;

}
.dx-content-popper .property-section-heading {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 8px;
    line-height: 1.4;
}
.dx-content-popper .property-section-heading > *:nth-child(1) {font-weight: bold;font-size: 17px;}
.dx-content-popper .property-section-heading > *:nth-child(2) {

    font-size: 13px;

    color: #646464;
}
.dx-content-popper .property-row {
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    align-items: center;
    margin: 1px -16px 1px -16px;
    border-radius: 4px;
    cursor: default;
    transition: .15s all ease-out;
    /* padding: 5px 0; */
    overflow: hidden;
}
.dx-content-popper .property-row:hover {

    background-color: rgb(158 158 158 / 22%);
}
.dx-content-popper .property-row > *:nth-child(1) {
    font-weight: 500;
    padding-left: 16px;
}
.dx-content-popper .property-row > *:nth-child(2) {
    flex-grow: 1;
    border-bottom: dotted 1px #0000003d;
    height: 1px;
    margin: 0 12px;
}
.dx-content-popper .property-row > *:nth-child(3) {
    padding-right: 16px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dx-content-popper .legal-text {
    line-height: 1.4;
    padding: 8px 16px 8px 16px;
    font-size: 1.3rem;
    opacity: .6;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.dx-content-popper button.close-content-popper {
    border: none;
    font-size: 24px;
    line-height: 1;
    border-radius: var(--border-radius, 4px);
    font-weight: 800;
    color: var(--text-primary, #FFF);
    transition: .04s linear;
    background-color: rgba(255, 255, 255, .09);
    height: 42px;
    width: 42px;
    cursor: pointer;
}

.dx-content-popper button.close-content-popper:hover {
    color: var(--bg-primary, #000);
    background-color: var(--text-primary, #fff);
}
.bx-wrapper-wrapper .svg-image-wrapper > svg {
    max-width: 110px;
}

header .navbar .display_navbar-OFF,
footer .footer-links .display_footer-OFF,
#dx-mobile-menu .display_mobile-OFF
{
    display: none;
}

@media (max-width: 700px) {

    .dx-content-popper-header {
        padding: 0 14px;
    }
    .dx-content-popper-sub-text {
        /* display: none; */
    }
    .dx-content-popper-icon {
        margin-right: 8px;
        display: none;
    }
    .dx-content-popper-title {
        align-items: center;
        padding: 0px 0;
        font-size: 18px;
        line-height: 1.2;
    }
    .dx-content-popper-sub-text {
        font-size: 14px;
    }
    .dx-content-popper-title > div {
        margin-top: -2px;
    }
    .dx-content-popper .dx-content-popper-shell {
        border-radius: 0;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .dx-content-popper-body {
        padding: 32px 14px;
        flex-grow: 1;
    }

    .dx-content-popper-icon > svg, .dx-content-popper-icon > img {
        height: 32px;
        width: 32px;
    }

}