<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    direction: rtl;
}
.collapse-heading{
    background:var(--success-color) url(../images/caret-l.png) no-repeat center left 14px;
    background-size: 12px;
}
.collapse-heading.toggleCollapseHeading{
    background:var(--success-color) url(../images/caret-d.png) no-repeat center left 14px;
    background-size: 12px;
}
.collapsed-filedset{
    display: none;
}
.PhoneNo  {   
        direction: ltr;
        unicode-bidi: bidi-override;
    
    &amp; :is(.fas,.far){
        transform: rotate(-90deg);
    }
}

.mobile-pages {
    &amp; .form-select {
        background: url(../images/arrow-l.png) no-repeat center left 6px;
        background-size: 8px;
    }
    &amp; .list-pagination {
        &amp; li {
            &amp; .bx{
                transform: scaleX(-1);
            }
        }
    }
}</pre></body></html>