/* .dtHorizontalVerticalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalVerticalExample th,
td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
} */

#personal_information,
#summary {
    display: none;
}

#spinner {
    display: none;
}

.tip-txt {
    width: auto;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #333;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    transition: .5s ease-in-out;
    box-sizing: border-box;
    text-align: left;
    transition: opacity .3s;
}

.bi {
    font-size: 16px;
    transition: .5s ease-in-out;
}

.bi-question-circle-fill:hover+.tip-txt {
    visibility: visible;
    opacity: 1;
}

.text-bold {
    font-weight: bold;
}

.card {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05) !important;
    font-size: 15px;
    border-radius: 16px;
}

.navbar {
    box-shadow: none;
}

.no-border {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.adjust_table {
    position: relative;
    height: 400px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.center-content {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    position: absolute;
}