.table-rounded {
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-rounded > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 15px;
}

.table-rounded > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 15px;
}

.table-rounded > tbody > tr:last-child > td:only-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.page-link {
    color: #01a0e2;
}

.page-link:hover {
    color: #017db2;
}

.page-item.active .page-link {
    background-color: #01a0e2;
    border-color: #01a0e2;
    color: #fff;
}

table.dt-init {
    opacity: 0;
    animation: dt-fallback-show 0s linear 3s forwards;
}

table.dt-init.dataTable {
    opacity: 1;
    animation: none;
    transition: opacity .12s ease-in;
}

@keyframes dt-fallback-show {
    to { opacity: 1; }
}

.form-floating {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-floating > label {
    order: -1;
    width: 100%;
    margin-bottom: .35rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #b7b9cc;
}

.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .input-group,
.form-floating > .pass-row,
.form-floating > textarea {
    order: 0;
    width: 100%;
    margin-bottom: 0;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
}

.form-floating > .form-select:focus {
    border-color: #7ecdf3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 160, 226, .25);
}

#create_user .form-group.row {
    margin-bottom: 0;
}

#create_user hr {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.modal-body .modal-footer {
    margin: 1rem -1rem -1rem;
    padding: .75rem 1rem;
}

.btn {
    border-radius: 50rem !important;
    transition: color .32s ease-in-out, background-color .32s ease-in-out, border-color .32s ease-in-out, box-shadow .32s ease-in-out, transform .32s ease-in-out;
}

.btn-circle {
    border-radius: 50% !important;
}

.form-control,
.form-floating > .form-select,
.custom-select {
    border-radius: .5rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
    border-radius: 0 !important;
}

.input-group > .input-group-prepend:first-child > :first-child {
    border-radius: .5rem 0 0 .5rem !important;
}

.input-group > .input-group-append:last-child > :last-child {
    border-radius: 0 .5rem .5rem 0 !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border-radius: .5rem;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    border-radius: 50rem !important;
    margin-left: 0;
    transition: color .32s ease-in-out, background-color .32s ease-in-out, border-color .32s ease-in-out;
}

.table-rounded > thead > tr > th:first-child {
    border-top-left-radius: 15px;
}

.table-rounded > thead > tr > th:last-child {
    border-top-right-radius: 15px;
}

.table td,
.table th {
    vertical-align: middle;
}

.table td a:not(.btn) {
    color: #5a5c69;
    text-decoration: none;
    transition: color .32s ease-in-out;
}

.table td a:not(.btn):hover,
.table td a:not(.btn):focus {
    color: #01a0e2;
    text-decoration: none;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    font-size: .875rem;
    font-weight: 700;
    padding: .5rem 1rem;
}

.sidebar .collapse-inner {
    min-width: 12rem;
}

.pass-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
}

.pass-row .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

.pass-row .form-control::placeholder {
    color: transparent;
}

.file-field {
    width: 100%;
    margin-bottom: 1rem;
}

.file-field .input-group {
    width: 100%;
}

.file-field .form-control,
.file-field .btn {
    height: calc(1.5em + .75rem + 2px);
}

.year-empty {
    color: #d1d3e2 !important;
}

.modal-user {
    max-width: 620px;
}

.modal-doc {
    max-width: 660px;
}

.btn-key {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar .collapse-inner .collapse-item i,
.sidebar .collapse-inner .collapse-item svg {
    display: inline-block;
    width: 1.3rem;
    margin-right: .15rem;
    font-size: 1rem;
    text-align: center;
}

.table td input[type="checkbox"] {
    position: static;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.sidebar .collapse-inner .collapse-header {
    font-size: .72rem;
}

.card-header .btn {
    margin-left: auto;
}

#data_event {
    table-layout: fixed;
}

#data_event > tbody > tr > td:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#data_event > thead > tr > th:nth-child(3),
#data_event > tbody > tr > td:nth-child(3) {
    width: 120px;
    white-space: nowrap;
}

#data_event > thead > tr > th:nth-child(2),
#data_event > tbody > tr > td:nth-child(2) {
    width: 110px;
}

#data_event > thead > tr > th:nth-child(4),
#data_event > tbody > tr > td:nth-child(4) {
    width: 210px;
}

.doc-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: .5rem;
    padding: .7rem .9rem;
    background-color: #fff;
    border: 1px solid #e3e6f0;
    border-radius: 16px;
    cursor: pointer;
    transition: border-color .22s ease-in-out, box-shadow .22s ease-in-out;
}

.doc-item:hover {
    border-color: #01a0e2;
    box-shadow: 0 .15rem .5rem rgba(1, 160, 226, .12);
}

.doc-item__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #f8f9fc;
    border-radius: 10px;
}

.doc-item__body {
    flex: 1 1 auto;
    min-width: 0;
}

.doc-item__name {
    display: block;
    font-weight: 700;
    color: #5a5c69;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-item__name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.doc-item:hover .doc-item__name,
.doc-item__name:hover,
.doc-item__name:focus {
    color: #01a0e2;
    text-decoration: none;
}

.doc-item__actions {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: flex;
    gap: .4rem;
}

.doc-item__actions .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.doc-empty {
    padding: 48px 16px;
    text-align: center;
    color: #b7b9cc;
}

.doc-empty i {
    font-size: 40px;
    display: block;
    margin-bottom: .75rem;
}

.doc-tabs .nav-link {
    border-radius: 16px;
    margin-right: .5rem;
    font-weight: 700;
    color: #01a0e2;
}

.doc-tabs .nav-link.active {
    background-color: #01a0e2;
    color: #fff;
}

.scroll-to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.9rem;
    height: 2.9rem;
    line-height: 2.9rem;
    border-radius: 50% !important;
    background: #01a0e2;
    box-shadow: 0 .3rem .85rem rgba(1, 160, 226, .35);
    transition: background-color .22s ease-in-out, box-shadow .22s ease-in-out, transform .22s ease-in-out;
}

.scroll-to-top:hover {
    background: #017db2;
    box-shadow: 0 .45rem 1.1rem rgba(1, 160, 226, .45);
    transform: translateY(-2px);
}

.scroll-to-top:active {
    transform: translateY(0);
}

.scroll-to-top i {
    font-size: .95rem;
    font-weight: 600;
}
