body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}


.btn.disabled {
    cursor: not-allowed;
    pointer-events: auto;
}

.sticky {
    position: sticky;
    top: -30px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgb(0 161 255 / 5%);
}

.nav.nav-pills {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
}

::-webkit-scrollbar {
    width: 19px;
    height: 14px;
}

::-webkit-scrollbar-thumb {
    min-width: 100px;
    min-height: 60px;
}



::-webkit-scrollbar-thumb {
    background: #4154f1;
    border-width: 3px 5px;
    border-style: solid;
    border-color: #F6F9FE;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #4154f1;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #4154f1;
    }

::-webkit-scrollbar-track {
    background: #F6F9FE;
    border: 2px solid #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-track:hover {
        background: #F6F9FE;
    }

    ::-webkit-scrollbar-track:active {
        background: #F6F9FE;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.input-group-text {
    background-color: white;
    border-radius: .375rem 0 0 .375rem;
}

.btn-group {
    float: right;
}


/* Set visible and invisible button */
.inactive {
    display: none;
    visibility: hidden;
}

.form-select {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.mt-6 {
    margin-top: 5rem !important;
}

.api-body {
    padding: 40px;
    background-color: #ffffff8a;
    border-radius: 5px;
}

#showPssw {
    cursor: pointer;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding-top: 6px;
}

#inp-pssw {
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
}

.container {
    z-index: 1;
}

.DataTableButtons {
    text-align: right;
    font-weight: bold;
}


.userListOptions {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 20px
}

.flexItem {
    margin: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.groupIcons {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

table td:nth-child(2), table td:nth-child(3) {
    white-space: nowrap;
}
/*.DataTableInfo {
    text-align: left;
}

.DataTableButtons {
    text-align: right;
    font-weight: bold;
}*/

.changeLang {
    cursor: pointer;
    color: blue;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 15px;
    color: #013289;
}

    .changeLang:hover {
        color: #4154f1;
    }

.nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*Mediaquery tablet*/
@media (max-width: 790px) {
    .textLogo {
        display: none;
    }
}
