html, body {
  min-height: 100%;
  width: 100%;
  background-color: #F7F8FA;
}

.logo {
  display: flex;
  align-items: center;
}
.logo .vh {
  margin-left: 0.5rem;
  font-size: 2.5rem;
  color: #FCB892;
}
.logo img {
  width: 30%;
}

.sidebar {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  width: 20rem;
  position: fixed;
  flex-basis: 16rem;
  background-color: #273864;
  padding: 4rem;
}
.sidebar nav {
  padding-top: 4rem;
}
.sidebar a {
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  font-size: 2rem;
  letter-spacing: 1.92px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 1.5rem;
}
.sidebar a:hover {
  color: #FFFFFF;
}
.sidebar .selected {
  color: #FFFFFF;
}

.content {
  margin-left: 20rem;
  background-color: #F7F8FA;
  padding: 4rem 6rem;
  font-family: "Lato", sans-serif;
  color: #273864;
  align-content: center;
  font-weight: lighter;
}
.content .title {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.content h1 {
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
}
.content p {
  font-size: 1.5rem;
}

footer, main > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}

.intro {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
.intro .intro-text {
  margin-left: 1rem;
  height: 12rem;
  border-radius: 1rem;
  box-shadow: 0 2px 12px 0 rgba(231, 231, 231, 0.5);
  background-color: #FFFFFF;
  padding: 1.5rem 3rem;
}
.intro img {
  width: 14rem;
}

.background {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 2px 12px 0 rgba(231, 231, 231, 0.5);
}

.table td {
  font-size: 1.2rem;
  border-top: 0 solid;
  letter-spacing: 1px;
}
.table th {
  color: #BCBCBC;
  font-size: 1.5rem;
  border-top: 0 solid;
  letter-spacing: 2px;
  font-weight: lighter;
}
.table thead th {
  border-bottom: 2px solid #F7F8FA;
}
.table .list-item:hover {
  background-color: #F7F8FA;
}

.pagination {
  justify-content: flex-end;
}

.page-link {
  padding: 0.7rem 1.7rem;
  font-size: 1.5rem;
  border-radius: 0.7rem;
  margin-left: 0.8rem;
  margin-top: 1.2rem;
  width: 2rem;
  border: 0;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 2px 12px 0 rgba(231, 231, 231, 0.5);
}

.search-bar {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-bar .search-input {
  padding: 0.8rem 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 0;
  width: 50%;
  margin-right: 1rem;
  box-shadow: 0 2px 12px 0 rgba(231, 231, 231, 0.5);
}
.search-bar .search-icon {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  background-color: #FFFFFF;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 12px 0 rgba(231, 231, 231, 0.5);
}
.search-bar .search-btn {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: lighter;
}
.search-bar a {
  margin-right: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  letter-spacing: 1px;
}

.control-label {
  color: #6F6F6F;
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 1rem;
}

.form-input {
  background-color: #F3F3F3;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  height: auto;
  border: 0;
}

.form-select {
  border-radius: 0.5rem;
  height: 3rem;
}

.form-submit {
  margin-top: 1rem;
  border-radius: 2rem;
  background-color: #FFD565;
  color: #4A4A4A;
  border: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
}

.test {
  width: 100%;
  display: flex;
}

.form-file, .radio-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  opacity: 0;
  height: 3rem;
}

.file-input, .radio-label {
  display: flex;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 1px;
  font-weight: normal;
  flex-direction: row;
}

.radio-label {
  align-items: center;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  color: #495057;
  transition: background-color 0.3s;
}

.radio-block {
  position: relative;
  width: 50%;
  margin-right: 0.5rem;
}

.file-block {
  position: relative;
  color: #4A4A4A;
  width: 100%;
  padding: 0 1rem;
}

.checkmark {
  margin: 0 1rem;
  border: solid 0.5rem #eee;
  background-color: #eee;
  border-radius: 50%;
  padding: 2px;
}

.radio-input:hover + label .checkmark {
  border: solid 0.5rem #cab3fd;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  transition: 0.3s;
}

.radio-input:checked + label {
  background-color: #F3EDFF;
}
.radio-input:checked + label .checkmark {
  border: solid 0.5rem #cab3fd;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}

.file-btn {
  background-color: #C3E5EF;
  padding: 0.75rem 4rem 0.75rem 1rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.file-icon {
  margin-left: -0.5rem;
  background-color: #A2D5E3;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.file-info {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.form-block {
  display: flex;
  align-items: start;
}
.form-block p, .form-block h1 {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 0;
  width: 50%;
  font-size: 1rem;
  color: #b4b4b4;
  font-weight: normal;
  letter-spacing: 1px;
}
.form-block h1 {
  font-size: 2rem;
  color: #FFD565;
}

.hide {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.show {
  max-height: 50rem;
  opacity: 1;
  margin-bottom: 3rem;
  transition: all 0.5s ease-in-out;
}

/*# sourceMappingURL=site.css.map */
