<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bricks .dmbox-content {
    padding: 20px;
}
.bricks .dmbox-title {
    background: #355e99;
    padding: 10px 15px;
    color: white;
    /* font-weight: 600; */
}
.bricks .dmbox-title h5 {
    font-weight: 600;
}

.brick .dmbox-content {
    padding: 20px;
}
.brick .dmbox-title {
    background: #355e99;
    padding: 10px 15px;
    color: white;
    /* font-weight: 600; */
}
.brick .dmbox-title h5 {
    font-weight: 600;
}

.modal-lg.modal-800 {
    width: 90%;
    max-width: 800px;
}

.textarea_inline_out .form-control.textarea_inline {
    background: transparent;
}

.simple_editor_text img {
    vertical-align: middle;
    max-width: 100%;
    height: auto !important;
}


@media (min-width: 992px){
	.modal.fade .modal-dialog.modal-lg.modal-xl {
        width: 95%;
        min-width: 400px;
        max-width: 95%;
    }
    
}

@media (min-width: 992px) {
    #grid_edit_full_content_div_outer .modal.fade .modal-dialog.modal-xl {
        width: 90%;
        min-width: 400px;
        max-width: 90%;
    }
}

@media (max-width: 900px){
    
    .modal-lg.modal-800 {
        max-width: 90%;
    }

}

@media (max-width: 1000px){
    .modal-lg.modal-xl.modal-customization-window {
        width: 95%;
        min-width: 400px;
        max-width: 95%;
    }
    
}

</pre></body></html>