/**
 * PSWP CRM Main Styles
 */

.pswp-crm-hidden {
    display: none !important;
}

.pswp-crm-text-center {
    text-align: center;
}

.pswp-crm-text-right {
    text-align: right;
}

.pswp-crm-mt-20 {
    margin-top: 20px;
}

.pswp-crm-mb-20 {
    margin-bottom: 20px;
}

.pswp-crm-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
