/*table.ml-frame {*/
/*    table-layout: auto;*/
/*}*/

.text-block a:not([class]) {
    color:#c02b24;
}

.md\:z-50, .z-50 {
    z-index: 999 !important;
}

.popup-window-content {
    background-color: transparent;
}
.popup-window {
    background-color: transparent;
    -webkit-box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    padding: 0;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.bg-white.component_dest{
    background-color: aqua!important;
    height: 300px;
}

/* ============= */
.glab-form{
    height: 224px!important;
}
