html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

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

body {
    margin-bottom: 60px;
}

.table-cadastro {
    font-size: 1em !important;
}

.settings-toggle {
    display: none !important;
}

.tab {
    margin-bottom: 20px !important;
}

.tab-primary .tab-content {
    background-color: #e5e5e552 !important;
    color: black !important;
}

.tab-primary .nav-tabs .nav-link.active {
    background: #e5e5e552 !important;
    border-bottom-color: #e5e5e552 !important;
    color: black !important;
    font-weight: bold !important;
}

.tab .nav-tabs .nav-link:hover:not(.active) {
    color: black !important;
    font-weight: bold;
}

td {
    padding: 8px !important
}

tbody tr {
    cursor: default !important;
}

.tab-scroller {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.tab .nav-tabs .nav-link.active {
    font-weight: bold !important;
}

.tab-scroller-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #222222;
}

.tab-scroller .right-arrow {
    right: 0;
}

.tab-scroller .left-arrow {
    left: 0;
}

    .tab-scroller .left-arrow.d-none ~ .nav {
        padding-left: 0;
    }

.tab-scroller .nav {
    position: relative;
    padding-left: 35px;
    flex-wrap: nowrap;
}

.tab-pane {
    background: white !important;
    padding: 20px !important;
}

