@media (min-width: 1025px) {
    .boxed.dark-theme .page {
        width: 1170px;
        margin: 0 auto;
        background: #141b2d;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 100vh;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px, rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
    }

    .boxed.dark-theme .main-error-wrapper {
        background: #141b2d !important;
    }

    .boxed.dark-theme .bg-primary-transparent {
        background: rgba(40, 92, 247, 0.2) !important;
    }

    .boxed.dark-theme.bg-light {
        background: #141b2d !important;
    }

    .boxed.body.dark-theme {
        background: #212b42 !important;
    }

    .boxed.dark-theme .sticky-pin .horizontal-main {
        max-width: 1170px;
        margin: 0;
        left: 0;
        right: 0;
    }

    .boxed.dark-theme .main-header {
        max-width: 1170px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
    }

    .boxed.dark-theme .main-content .container,
    .boxed.dark-theme .main-header>.container,
    .boxed.dark-theme .horizontal-mainwrapper.container {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .boxed.dark-theme .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 15px 11px 15px 11px;
    }

    .dark-theme .app-sidebar {
        left: auto !important;
    }

    .boxed.dark-theme .second-sidemenu {
        left: auto !important;
        margin-left: 70px;
    }

    .boxed.dark-theme.app.sidebar-mini.sidenav-toggled4 .first-sidemenu {
        left: auto !important;
    }

    .boxed.dark-theme .card--calendar .ui-datepicker .ui-datepicker-calendar td a {
        width: 28px;
    }

    .boxed.dark-theme .icons-list-item {
        margin-bottom: 2px;
    }

    .boxed.dark-theme .main-contact-star {
        font-size: 14px;
    }

    .boxed.dark-theme .main-content-left-chat .main-nav-line-chat .nav-link+.nav-link {
        margin-left: 0;
    }

    .boxed.dark-theme .main-nav-line-chat {
        padding: 0 17px;
    }

    .boxed.dark-theme .app-sidebar .main-sidebar-header {
        left: auto;
        right: auto;
    }
}
/*# sourceMappingURL=dark-boxed.css.map */
