﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

.bg-lightred {
    background-color: rgb(251, 203, 105, 0.20);
    padding-top:20px;
}

.container-block {
    background-color: whitesmoke !important;
    border: 1px solid #83673c;
    border-radius: 20px;
    padding: 15px;
}


.btn-margin {
    padding: 10px !important;
}

@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;
    }
}