﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

.dx-bs5.bg-light {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .dx-bs5.bg-light {
        padding: 4rem 2rem;
    }
}

.nodec {
    text-decoration: none !important;
    background-color: transparent !important;
}

form {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}

.containerAdmin {
    flex: 1;
    margin-left: 20px !important;
    max-width: 95% !important;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}