#react-cookies-consent {
  z-index: 1060;
  position: absolute;
  bottom: 25px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.cookies-consent-container {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.cookies-consent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cookies-consent-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.navbar {
  min-height: 50px;
  max-height: 130px;

  z-index: 1040 !important;
  border: 1px solid transparent;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.navbar > .container-fluid > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-main {
  left: 45px;
}

.navbar-fixed-top {
  background: #385361 !important;
  border-width: 0 0 1px;
}

.navbar-left {
  width: 100%;
  margin: 2px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.navbar-right {
  display: flex;
  gap: 21px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0 !important;
  color: #ffffff;
  justify-content: flex-end;
}

.navbar-right > li {
  margin-left: 0 !important;
  font-weight: 400;
}

.navbar-right > li > span {
  font-weight: 400;
}

.navbar-right > li > span:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.shortcuts-modal .modal-title {
  text-align: left !important;
}

.copy-aid-text-btn {
  background-color: #766B61 !important;
  color: #fff !important;
  border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.open-aid-text-btn {
  background-color: #2084C2 !important;
  color: #fff !important;
  border: none !important;
}

.aid-search-menu {
  width: 300px;
  height: 35px;
  margin: 2px 0 0 0 !important;
}

.aid-search-menu .form-control {
  background: #F5F0E7;
  box-shadow: none;
  border: none;
  height: 35px;
}

.aid-search-menu .remove-aid-text-btn {
  color: #bbb;
  position: absolute;
  margin: 8px 0 0 170px;
  z-index: 10;
  cursor: pointer;
}

.aid-search-menu .input-group .input-group-btn button {
  height: 35px;
}

.invalid-aid-alert {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.logout-button {
  margin-top: -7px;
}

.register-collection-container {
  height: calc(100vh - 81px);
  overflow-x: hidden;
  overflow-y: auto;
}

.register-collections-overview-options {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.register-collections-overview-option {
  border: 2px solid white;
  color: #ffffff;
  width: 300px;
  height: 170px;
  border-radius: 4px;
  text-align: left;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  -webkit-transition-duration: 0.1s; /* Safari */
  transition-duration: 0.1s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.register-collections-overview-option:hover {
  border: 2px solid white;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.register-collections-overview-option > .register-collection-icon-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.register-collections-overview-option > .register-collection-icon-wrapper > .register-collection-icon {
  font-size: 35px;
}

.register-collections-overview-option > .register-collection-summary > .register-collection-name {
  font-weight: bold;
  white-space: nowrap;
}

.overview-background-blue {
  background-color: #2084C2;
}

.overview-background-purple {
  background-color: rgb(148, 0, 211);
}

.overview-background-black {
  background-color: #22313A;
}

.overview-background-green {
  background-color: rgb(81, 175, 131);
}

.overview-background-red {
  background-color: rgb(192, 0, 0);
}

.overview-background-yellow {
  background-color: rgb(192, 146, 0);
}

.register-explanation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.register-explanation > .explanation, .register-collection-name {
  max-width: 600px;
}

.register-explanation > div > figure > table > tbody {
  border-bottom: none;
}

.register-explanation > div > figure > table > tbody > tr:hover {
  background-color: #F7F4ED;
  cursor: default;
}

.register-links-table, .registers-table {
  margin-bottom: 15px;
}

.register-links-table > table > tbody {
  border-bottom: none;
}

.register-links-table > table > tbody > tr:hover {
  background-color: #F7F4ED;
  cursor: default;
}

.register-links-table > table > tbody > tr > th:first-child {
  padding-right: 25px;
}

.register-links-table > table > tbody > tr > td:first-child {
  padding-right: 25px;
}

.registers-table > table > tbody > tr > th:first-child {
  padding-right: 25px;
}

.registers-table > table > tbody > tr > td:first-child {
  padding-right: 25px;
}

.additional-content > div > figure > table > tbody > tr > th:first-child {
  padding-right: 25px;
}

.additional-content > div > figure > table > tbody > tr > td:first-child {
  padding-right: 25px;
}

.additional-content > div > figure > table > tbody {
  border-bottom: none;
}

.additional-content > div > figure > table > tbody > tr:hover {
  background-color: #F7F4ED;
  cursor: default;
}

.wp-block-image > img {
  max-width: 100%;
  height: auto;
}

.register-explanation-loader {
  width: 50px !important;
  height: 50px !important;
}

.bs-dropdown-toggle {
  font-weight: 400;
}

.bs-dropdown-toggle:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.bs-dropdown-toggle > .caret {
  margin-left: 7px;
}

.bs-dropdown-menu {
  max-width: 500px;
  white-space: nowrap;
  left: auto !important;
  right: 0 !important;
}

.bs-dropdown-menu > div:not(:first-child) {
  border-top: 1px solid black;
}

.bs-dropdown-menu > div:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bs-dropdown-menu > div:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bs-dropdown-menu > div:first-child {
  border-top: none !important;
}

.bs-dropdown-item {
  color: #263842 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  min-width: 160px;
  padding: 6px 25px 6px 15px !important;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-top: 1px solid lightgray !important;
}

.bs-dropdown-item:hover {
  background-color: #f5f5f5 !important;
  cursor: pointer;
}

.bs-modal-content {
  white-space: pre-line;
}

.cart-dropdown-item {
  color: #263842 !important;
  gap: 15px;
  min-width: 160px;
  padding: 6px 15px 6px 15px !important;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-top: 1px solid lightgray !important;
}

.cart-dropdown-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.cart-dropdown-block {
  display: block;
}

.nav-tabs .nav-item {
  background-color: #fff;
}

.nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  padding: 10px 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #2084C2;
  background-color: #fff;
  border: 1px solid lightgray;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #fff;
  cursor: default;
}

.nav-tabs .nav-link:hover {
  color: #2084C2;
}

.nav-tabs .nav-link.active:hover {
  color: #2084C2;
}

.input-group .form-control:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.input-group .form-control:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.input-group .form-control:focus {
  background-color: white;
}

.shortcuts-modal p {
  font-size: 12pt;
  line-height: 160%;
}

.shortcuts-modal .shortcut-span {
  position: absolute;
  left: 60%;
  padding: 0 4px;
  border: 1px solid #D3D3D3;
  border-radius: 18px;
  font-weight: bold;
  text-align: center;
  width: 160px;
  min-height: 32px;
}

.shortcuts-modal .shortcut-span .modal-title {
  text-align: center;
}

.register-explanation-error-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  color: #cec4b1;
  font-size: 20px;
}

.register-explanation-error-container > .fa {
  font-size: 40pt;
}

