body {
    margin: 0.5em;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.list-wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.list-header {
    display: flex;
}

.list-name {
    margin-left: 20px;
}

.user-list-checkbox {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.user-list-subscribed {
    font-size: 12px;
}

.switch {
    margin-left: 10px;
}

.nav-item {
    cursor: pointer;
}

.nav-link {
    color: cadetblue;
}

th {
    text-align: center;
    cursor: pointer;
}

tr {
    border-bottom: 1px solid #BABABA;
}

.info-column {
    width: 25%;
}

.income-column {
    width: 15%;
    text-align: end;
}

.income-column span {
    margin-right: 5px;
}

.realestate-column {
    width: 40%;
    text-align: end;
}

.vehicle-column {
    width: 20%;
    text-align: end;
}

.info-header {
    width: 25%;
}

.income-header {
    width: 15%;
}

.realestate-header {
    width: 40%;
}

.vehicle-header {
    width: 20%;
}

.person-position {
    font-size: 12px;
    color: cadetblue;
}

.person-info {
    display: flex;
    flex-direction: column;
}

.person-name {
    color: brown;
}

.sec_header {
    font-weight: bold;
}

.user-list-section {
    font-size: 10px;
    width: 40%;
    padding-left: 32px;
}

.user-list-section p {
    margin-bottom: 0px;
}

.section-row {
    cursor: pointer;
}

i {
    margin-left: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00AEEF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00AEEF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.nav-item {
    float: left;
}

.nav-link {
    display: block;
    font-size: 16px;
    padding: 4px 14px;
    border-bottom: 1px solid;
}

.nav-link:hover {
    color: black;
}

.nav-link.active {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: none;
}
