* {
    
    box-sizing: border-box;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: Lexend, sans-serif;
    color: var(--gray-800);
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

button {
    cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /* overflow-x: hidden; */
    background: rgba(241, 241, 238, 0.877);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

#layout-body {
    background: rgba(241, 241, 238, 0.877);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

table {
    border-collapse: unset;
}

footer {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    padding: 0;
    bottom: 0;
    height: 12rem;
    background: rgb(99, 176, 196);
}

.footer-content {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    padding: 0;
    bottom: 0;
    height: 12rem;
    background: rgb(99, 176, 196);
}

footer .supports {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 5rem;
    gap: 2rem;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 2rem;
    width: 100%;
    height: 4rem;
    background: #fff;
    box-shadow: -2px 2px 7px rgba(172, 169, 169, 0.21), 2px -2px 7px rgba(179, 179, 179, 0.25);
    margin-bottom: 0.8rem;
}

.nav-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

#input-search {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}

#input-search button {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #0069D9;
    color: #fff;
}

#input-search input {
    width: 12rem;
    height: 2rem;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(0, 47, 68, 0.267);
}

.nav-menu-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0.82rem;
}

.admin-links li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.admin-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.nav-link {
    font-size: 0.88rem;
    color: #6a6c6d;
    text-decoration: none;
    font-weight: 600;
}

.container-data {
    display: grid;
    /* align-items: center; */
    justify-content: flex-start;
    padding: 0 2rem;
    grid-template-columns: 1fr 8fr;
    box-sizing: border-box;
    gap: 2rem;
    height: 100%;
}

.container-data section {
    grid-column-start: 1;
    grid-column-end: 2;
}

.col-menu {
    margin: 0 0 1rem 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    min-height: 16rem;
    width: 100%;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: -2px 2px 7px rgb(170 170 170 / 21%), 2px -2px 7px rgb(189 189 189 / 25%);
}

.row-item-sidebar {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.6rem;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
}

.profile-picture {
    /* border: 1px solid #676c71e0; */
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    image-orientation: unset;
    image-rendering: optimizequality;
    margin-bottom: 0.9rem;
}

.row-item-sidebar:hover {
    background-color: rgba(189, 189, 189, 0.596);
}

.row-item-sidebar>a {
    color: rgb(49, 49, 49);
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .42rem;
    padding: 0 .4rem;
}

.row-item-sidebar a.active {
    background: #f2f2f0;
    color: rgb(49, 49, 49);
}

.btn-item-sidebar:hover {
    color: rgb(49, 49, 49);
    text-decoration: none;
}

.btn-item-sidebar:active {
    color: rgb(49, 49, 49);
    text-decoration: none;
}

.col-content {
    /* padding: 1rem 2rem;*/
    grid-column-start: 2;
    grid-column-end: 8;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.col-events {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /*width: 8rem;*/
    padding: 0 2rem;
    right: 0;
}

.header {
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00617f;
}

.deepshd {
    color: #d1e2d1;
    background-color: #00617f;
    letter-spacing: .1em;
    font-size: 2.2rem;
    /*
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
    ''*/
}

.footer-content {
    background: #63c49c3d;
}

.footer-content .supports {
    margin-bottom: 1.5rem;
}

.footer-text {
    background-color: #5c9ab8;
}

.footer-text a {
    color: white;
}

#startup {
    color: black;
    text-align: center;
    display: block;
    font-size: 16px;
}

/*
.footer {
    background-color: #CFFEEE;
}
*/

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#nav-logo {
    cursor: pointer;
    width: 11.1rem;
    height: 3.8rem;
}

.logo-ihc {
    width: 92px;
    height: 19px;
    background-image: url("/static/mainapp/images/Logo.18360f0e6cd4.jpg");
}

.hide-content {
    display: block;
    text-indent: -9999px;
}

.central-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* button feedback */
.btn-feedback-area {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    padding-right: 5px;
    margin: 1.2rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn-feedback {
    padding: 1rem;
    width: 8rem;
    height: 3rem;
    border-radius: 4px;
    border: 0;
    display: flex;
    gap: .8rem;
    align-self: auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}