html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    padding: 100;
}
input {
    padding: 4px 8px;
}
button {
    padding: 4px;
    margin: 8px;
}
.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
.content {
    text-align: center;
}
.title {
    font-size: 84px;
}
.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.m-b-md {
    margin-bottom: 30px;
}
.index-body {
    margin: 0px 40px;
}
.page-sub-header {
    display: flex;
    margin: 32px 0;
}
.search-bar {
    width: 500px;
    padding: 10px;
}
.table-header {
    margin: 24px 0 0 0;
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.table-items {
    display: flex;
    justify-content: space-around;
    padding: 0px 10px;
}
.vendor-table-items {
    display: flex;
    max-height: 300px;
    overflow-y: auto;
}
a {
    text-decoration: none;
    color: grey;
}
.main-card {
    margin: 16px;
}
.card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background: #fcfcfc;
}
.button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 8px;
}
footer {
    background: #eee;
    padding: 20px;
    text-align: center;
}

/* input[type="date"]::before {
    content: attr(placeholder);
    position: absolute;
    color: #999999;
}

input[type="date"] {
    color: #ffffff;
}

input[type="date"]:focus,
input[type="date"]:valid {
    color: #666666;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "";
} */
