.customNav {
    position: absolute;
    left: 25%;
    top: 0px;
    padding: 1rem;
}

.navItem {
    margin-left: 2rem;
}

.center {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.padding {
    padding: 2rem;
}

.hover:hover {
    color: #dddfe6 !important;
}

.label {
    font-weight: 500;
    padding: 0.75rem;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    height: 3rem;
}

.gap {
    font-weight: 500;
    padding: 0.5rem, 0rem;
    min-height: 1rem;
}

.list {
    list-style-type: none;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.listitem {
    padding: 0.75rem;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    height: 3.5rem;
}

.oddItem {
    background-color: #869ab8;
}

.navTab {
    justify-content: left;
    width: 60%;
}

#myTabContent {
    width: 73%;
}

.margin {
    margin-top: 4%;
}

.dropbtn {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.navBtn {
    background: none;
    /* color: inherit; */
    font-weight: 700;
    border: none !important;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: none !important;
}

.navGroup {
    margin-bottom: 2rem;
    border-bottom: 1px;
}

.deceasedDashboard {
    margin: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

.w-full {
    width: 100%;
}

.display-block {
    display: block;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}

.outline-none {
    outline: none !important;
}

.hidden {
    display: none;
}

.margin-left {
    margin-left: 10rem;
}

.dashboard-box {
    height: 350px;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scroll bar in chrome safari and opera */
.dashboard-box::-webkit-scrollbar {
    display: none;
}
