body {
    color: rgba(0, 0, 0, 0.87);
    height: 100%;
    margin: 0;
    font-size: 0.875rem;
    font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.43;
    background-color: #fff;
}
header {
    height: 64px;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 31%), 0 3px 4px -2px rgb(0 0 0 / 25%);
    top: 0;
    left: auto;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 1100;
    flex-shrink: 0;
    flex-direction: column;
}
.sub-header {
    height: 64px;
    display: grid;
    grid-template-columns: 300px repeat(auto-fill, calc((100% - 300px - 100px) / 5)) 100px;
    align-items: center;
    width: 100%;
}
.sub-header svg {
    width: 200px;
    height: 38px;
}
.section-typing {
    border: none;
    background: none;
    height: 38px;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    box-shadow: 2px 0px 2px -2px rgb(0 0 0 / 31%);
    display: grid;
    align-content: center;
    padding-right: 10px;
    font-size: 1em;
}
.drop-down-nav-menu {
    display: grid;
    grid-template-columns: 300px repeat(auto-fill, calc((100% - 300px - 100px) / 5)) 100px;
    /* align-items: center; */
    width: 100%;
}
.drop-down-typing {
    border: 2px solid rgb(0 0 0 / 31%);
    border-radius: 5px;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    /* display: grid; */
    /* align-content: center; */
    padding: 5px;
    padding-right: 10px;
    font-size: 1em;
    margin-left: 10px;
    margin-top: -10px;
    height: fit-content;
    line-height: 2em;
}
.drop-down-typing a {
    text-decoration: none;
}
#body-wrapper {
    top: 100px;
    position: relative;
}
.page-title {
    height: 70px;
    text-align: center;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 3em;
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 25%);
    margin-bottom: 30px;
}
.checkbox-wrapper {
    display: grid;
    justify-content: center;
}
.checkbox-block {
    width: 500px;
}
.checkbox-block td {
    width:  250px;
}
.checkbox-block td:nth-child(1) {
    text-align: right;
    padding-right: 10px;
}
.search-user-input {
    width: 500px;
    border: none;
    border-radius: 5px;
    height: 32px;
    box-shadow: 0 3px 4px 2px rgb(0 0 0 / 25%);
    margin-bottom: 12px;
}
.search-user-label {
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: .1em;
    text-decoration: none;
    margin-bottom: 30px
}
.search-user-label input:valid {
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: .1em;
    text-decoration: none;
    margin-bottom: 30px
}
.search-user-label input {
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: .1em;
    text-decoration: none;
    margin-bottom: 30px
}
.search-user-button {
    background: #D7285A;
    color: #fff;
    cursor: pointer;
    height: 32px;
    width: 300px;
    border: none;
    border-radius: 15px;
    align-self: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}
a:link, a:visited, a:active {
    color: rgba(0, 0, 0, 0.50);
}
a:hover {
    color: #D7285A;
}
.result-slack-note {
    display: none;
    width: 500px;
    height: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
#reusableFooter {
    position: fixed;
    display: grid;
    justify-content: center;
    top: calc(100vh - 100px);
    width: 100vw;
    text-align: center;
}
.selection-dropdown {
    background: #fff;
    cursor: pointer;
    height: 32px;
    width: 300px;
    border-radius: 15px;
    align-self: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
}