﻿/* ReSharper disable InvalidValue */


.font-size-0 {
    font-size: 0;
}


.overlay-y {
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
}

.no-select {
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}



body {
    background: #212938;
    padding-top: 56px;
}


.lp-sidebar {
    --head-height: 56px;
    background: transparent !important;
}


.lp-sidebar-header {
    height: var(--head-height) !important;
    background: transparent !important;
}

.lp-sidebar-wrapper {
    background: #283040;
    height: calc(100vh - var(--head-height)) !important;
    top: var(--head-height) !important;
}

.navbar-brand {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}

.lp-sidebar-header {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .lp-sidebar-header {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}


.lp-content {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*# sourceMappingURL=.\css\global-styles.css.map */