<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {

    aside.sidebar-white:nth-child(1)&gt;div:nth-child(1) {
        box-shadow: none;
    }
    #sidebar-mobile .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 78vh;
        width: 100%;
        padding: 25px
    }
    aside.sidebar-white {
        padding-top: 0px;
    }
    aside.sidebar-white .btn-info {
        width: 100%;
    }
    #sidebar-mobile .modal-dialog {
        margin: 0px;
        width: 100%;
    }
    #sidebar-mobile .modal-title {
        color: #fff;
    }
    #sidebar-mobile .modal-header {
        background-color: #fff;
        box-shadow: 0 3px 5px .3px rgba(0, 0, 0, .1);
        background-color: #375f9e;
    }
    #sidebar-mobile .modal-header .close {
        color: #fff;
    }
    #sidebar-mobile .modal-footer {
        border-top: none;
        box-shadow: 0 1px 7px 7px rgba(0, 0, 0, .04);
    }
    .btn-info&gt;span {
        color: #ffffff;
    }
}</pre></body></html>