﻿.profile hr, .login hr {
  margin-bottom: 0.75rem !important;
}
.profile label, .login label {
  font-weight: 700;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 1rem;
  color: rgb(23 48 138/var(--tw-text-opacity));
  margin-bottom: 0.75rem;
  display: inline-block;
}
.profile input, .login input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(91 113 191/var(--tw-border-opacity));
  background-color: transparent;
  padding: 1.25rem 1.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.profile input[type=checkbox], .login input[type=checkbox] {
  width: 32px;
}
.profile .form-check, .login .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile .form-check-label, .login .form-check-label {
  margin-bottom: 0 !important;
}

.document-uploader {
  flex-shrink: 0;
  border: 1px solid #EEE;
  padding: 46px 42px;
  background-color: #eee;
}
.document-uploader h5 {
  color: var(--Middle-Blue, #17308A);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.document-uploader h6 {
  color: var(--Middle-Blue, #17308A);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding-top: 32px;
  padding-bottom: 12px;
}
.document-uploader p {
  color: #666C89;
  /* Body */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.document-uploader select {
  border-radius: 4px;
  border: 1px solid #666C89;
  background: #FFF;
  width: 100%;
  height: 60px;
  padding: 18px 21px;
  color: #666C89;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.document-uploader input[type=file] {
  display: none;
}
.document-uploader .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 44px;
  margin-top: 24px;
}
.document-uploader .uploader-part {
  width: 100%;
}
.document-uploader .current-uploaded span {
  color: #666C89;
  font-size: 16px;
}
.document-uploader .current-uploaded a {
  color: var(--Middle-Blue, #17308A);
  text-decoration: underline;
  font-size: 16px;
}

.uploaded-documents-wrapper {
  background: var(--Middle-Blue, #17308A);
  color: #fff;
  padding: 18px 32px;
  margin-top: 16px;
  width: 100%;
}
.uploaded-documents-wrapper h4 {
  color: #FFDA56;
  height: 56px;
  font-weight: 800;
  font-size: 22px;
}
.uploaded-documents-wrapper button {
  text-decoration: underline;
}

.group-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.group-list hr {
  width: 100%;
}
.group-list .group-item {
  display: flex;
  width: 100%;
  padding: 18px 32px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.group-list .group-item:not(:first-child) {
  margin-top: 8px;
}
.group-list .group-item span {
  color: var(--Middle-Blue, #17308A);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-left: 8px;
}
.group-list .group-item button {
  text-decoration: underline;
}
.group-list .group-item.joined {
  border: 1px solid #EEE;
  background: #FFDA56;
}
.group-list .group-item.unjoined {
  border: 1px solid #EEE;
  background: #F5F5F5;
}

.text-danger.validation-summary-errors {
  background-color: #e74c3c;
  color: #ecf0f1;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

p.text-success {
  background-color: #2ecc71;
  color: #ecf0f1;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.news-detail p {
  margin-bottom: 1.75rem;
}

.login-form .info-pass {
  color: rgb(107, 114, 128);
}
