<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.swal2-container {
    z-index: 1100 !important;
}

.select2-selection__clear {
    margin-top: 2px;
    margin-right: 5px;
    font-weight: 600 !important;
}

.hide {
    display: none;
}

.equivalent-products-table {
    font-size: 14px;
}

.equivalent-products-table td {
    cursor: pointer;
}

.form-check-input {
    margin-right: 5px
}

.vdmcIframeContainer{

    position:fixed;
    width: 1px;
    height: 1px;
    left: 50%;
    top: 50%;
    display: none;

}

.vdmcIframeBackdrop{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 1051;
    position: fixed;
    top:0;
    left: 0;
    cursor: pointer;
}

.vdmcIframeDiv{
    height: 720px;
    width: 1268px;
    display: block;
    position: fixed;
    top: 93px;
    left: 311px;
    z-index: 1052;
    background: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.vdmcIframe {
    height: 720px;
    width: 1268px;
}</pre></body></html>