.admin-header-brand {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.admin-login-section {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.admin-login-wrapper {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.admin-login-form {
  margin-top: 1rem;
}

.admin-login-button {
  width: 100%;
}

.admin-login-form-links {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  font-size: calc(16px var(--factor));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #27344b;
  max-width: 350px;
}

.admin-subtitle {
  display: flex;
  padding-left: 2px;
  padding-bottom: 10px;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
  color: gray;
}

.admin-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-top: 0.25rem solid #1d3d50;
}

.admin-search-header {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  align-content: space-between;
}

.admin-header-logo {
  vertical-align: top;
}

.admin-header-nav-link {
  margin-left: 0.5rem;
  padding: 0 0.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  color: #67717c;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top: 4px solid #5db9bd;
}
.nav-tabs .nav-item {
  margin-bottom: -5px;
}

@media screen and (min-width: 600px) {
  .admin-header-nav-link {
    font-size: 1rem;
    margin-left: 1rem;
  }
}

.mt-2 .pagination {
  flex-wrap: wrap;
}

.admin-header-nav-link.active {
  border-bottom: 2px solid #5db9bd;
  color: inherit;
}

.admin-header-nav-link:hover {
  color: #5db9bd;
  text-decoration: none;
}

.admin-header-user {
  font-size: 1.1rem;
  font-weight: 600;
}

.admin-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.admin-search-field {
  display: flex;
  height: 38px;
  border-radius: 0.25rem;
  border: 1px solid lightgray;
  margin-bottom: 2rem;
}

.admin-search-field > input {
  border: none;
  height: 100%;
  padding: 0 1rem 0 0.75rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.admin-search-button {
  cursor: pointer;
  border: none;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.admin-search-link {
  margin-left: 2rem;
  height: 38px;
  padding: 0 0.75rem;
  background-color: #5db9bd;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-search-link:hover {
  text-decoration: none;
  background-color: #1a9fa3;
  color: #fff;
}

.admin-search-link:active {
  transform: scale(0.975);
}

.admin-table-wrapper-outer {
  margin-bottom: 1rem;
  background-color: white;
  overflow-x: auto;
}

.admin-table-wrapper-inner {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  font-size: 14px;
  line-height: 1rem;
}

.admin-table thead {
  padding: 1rem 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  vertical-align: top;
  color: #434347;
  background-color: #f8f9fa;
}

.admin-table tr {
  border-bottom: 1px solid lightgray;
}

.admin-table tbody tr:hover {
  background-color: rgba(93, 185, 189, 0.1);
}

.admin-table thead td {
  padding: 1.25rem 0.75rem;
}

.admin-table td {
  padding: 0.75rem;
  vertical-align: top;
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  word-wrap: break-word;
}
.admin-table tr:nth-child(even) {
  background: #f8f9fa;
}

.admin-table-name {
  min-width: 15rem !important;
}

.admin-table-providertype {
  color: gray;
  margin-left: 0.5rem;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: -0.5rem;
}

.admin-table-actions {
  max-width: 7rem !important;
  min-width: 7rem !important;
  text-align: center;
}

.admin-edit-form-header {
  width: 400px;
  height: 100px;
  border-top: 4px solid #5db9bd;
  box-shadow: 2px 2px 8px lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.admin-edit-form {
  background-color: white;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 400px;
  padding: 1.5rem 2rem;
  border-top: 4px solid #5db9bd;
  box-shadow: 2px 2px 8px lightgray;
  display: flex;
  flex-direction: column;
}

.admin-edit-form.form-bigger {
  max-width: 900px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.admin-edit-form.form-bigger fieldset legend {
  margin-left: 2rem;
  color: #81a3a5;
}

.admin-edit-form.form-bigger fieldset .fieldset-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: stretch;
}

.admin-edit-form label {
  font-size: 0.9rem;
  font-weight: 600;
  color: gray;
  margin-left: 0.25rem;
}

.admin-half-form-field {
  width: 25rem;
}

.admin-form-field {
  width: 15rem;
}

.admin-provider-btn {
  width: 400px;
  max-width: 400px;
  align-self: center;
}

.admin-org-type-select {
  height: 200px;
  padding: 1rem;
  overflow: scroll;
  box-shadow: inset 2px 2px 12px lightgray;
  background-color: #f7f7f7;
}

.sticky-error {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0px;
  /* transform: translate(-50%, -50%); */
  background-color: #dc1111;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  font-style: italic;
}

.data-sync-table-wrapper {
  overflow: auto;
  max-height: 70vh;
  margin: 0 20px;
}

.sync-table-title {
  padding: 0 0 2vw 2vw;
}

.sync-all-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 0 20px;
  margin-bottom: 10px;
}

.sync-table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.sync-table tr {
  height: 60px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.sync-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.sync-table th {
  padding: 1.25rem 0.75rem;
  background: #f8f9fa;
}

.sync-table td {
  padding: 0 12px;
}

.sync-table-pagination {
  margin-right: 20px;
  margin-top: 15px;
}

.bg-danger {
  background-color: #f8d7da !important;
  color: #84202a;
}
