.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    width: 100%;
    padding: 20px;
}

.grid-item {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 400px) {
    .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

.aside-flex {
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
    justify-content: center;
}

aside {
    margin-right: 0px
}

@media (min-width: 992px) {

    .aside-flex {
        display: flex;
        height: 100%;
        flex-direction: inherit;
        justify-content: center;
    }

    aside {
        padding-top: 40px;
        min-width: 280px;
        margin-right: 30px;
        max-width: 300px;
    }
}



.table > :not(:last-child) > :last-child > * {
    border-bottom: 2px solid #dddddd;
}

.table > :not(caption) > * > * {
    box-shadow:none;
}

.table {
    --bs-table-striped-color: #606060;
    color: #606060;
}

.nav-link {
    color: #EC6708;
}

.nav-link:hover {
    color: #000;
}

.active {
    color: #000;
}

.error-alert {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.success-alert {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #36b632;
    background-color: #36b63221;
    border-color: #ebccd1;
}


.info-alert {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3e5e9f;
    background-color: #323eb630;
    border-color: #ebccd1;
}

.button:disabled {
    background-color: #b58868;
    cursor: not-allowed;
}




/*# diver center */

.h-wrapper {
    display: flex;
    align-items: center;
}

.v-wrapper {
    display: flex;
    flex-direction: column;
}

.h-item {
    margin: 0 auto;
    
}

.v-item {
    margin: auto 0;
}

.hv-wrapper {
    display: flex;
}

.hv-item {
    margin: auto;
}

.container-fullwidth {
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 576px) {

    .container-fullwidth {
        padding: 0 60px;
        width: 100%;
    }
}


table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position-y: 42px;
}

.dropdown-menu {
    margin: 0px;
}

#cookie-notification {
    height: 95px;
}
.control-label {
    text-align: start;
}

#page-title.page-title-dark {
    height: 500px;
    background-position: 50% -120px !important;
}

@media (max-width: 479px) {
    #page-title.page-title-parallax {
        text-shadow: none;
        border-bottom: none;
        background-position-y: 0px !important;
        background-size: cover;
        background-attachment: scroll !important;
    }

    #page-title.page-title-parallax {
        padding: 65px 0 !important;
    }

    @media (max-width: 991px) {
        #primary-menu-trigger {
            top: 13px !important;
        }
    }

    #header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {

    }
}


table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}


@media (min-width: 992px) {

    .text-lg-right {
        text-align: right !important;
    }
}

@media (max-width: 992px) {

    .text-lg-right {
        text-align: left !important;
    }
}
