
--root {
    --primary: '#FCD12A';
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px !important; /* Margin bottom by footer height */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}


.colorResponseCode::after {
    content: "!";
    color: red;
    font-weight: bold;
}

.vgt-inner-wrap {
    box-shadow: none !important;
}

/**{*/
/*    box-shadow: 1px 1px 0 black*/
/*}*/
.field-input {
    border-radius: 0 !important;
    border: 1px solid #ced4da;
!important;
}

.vgt-table {
    background-color: transparent !important;
    border: none !important;
}

.page-item.active .page-link {
    background-color: var(--primary) !important;
}

.perPage {
    padding: 0 2rem 0 1rem !important;
    max-width: max-content !important;
}

*:focus {
    border-color: var(--gray) !important;
    box-shadow: none !important;
}

/* SIDEBBAR */

.b-sidebar-body .nav-item:hover {
    min-height: 100% !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    border-width: 0 0 0 5px !important;
    border-style: solid;
    border-color: #165ec3 !important;
}

.b-sidebar-body .nav-item, :not(nav-item) > .nav-link {
    border-left: 5px solid transparent !important;
    margin: 0 0 0.8rem 0;
}

.b-sidebar-body .nav-item a {
    color: #000 !important;
}

.b-sidebar-body .collapse .nav-item {
    padding-left: 2rem;
}

.nav-item:focus, .nav-item a:-webkit-any-link:focus {
    outline: none !important;
    outline-width: 0;
}


.nav-item-active {
    min-height: 100% !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    border-width: 0 0 0 5px !important;
    border-style: solid;
    border-color: #165ec3 !important;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .5s ease;
}

.page-item active {
    background-color: red;
}

.page-link a {
    color: inherit !important;
}

.page-link {
    color: inherit !important;
    background-color: transparent !important;
    border: none !important;
}
