.error-panel li {
  text-decoration: none;
}

.error-panel li a {
  text-decoration: underline;
}

body .mdc-text-field-helper-line {
  top: 0;
  pointer-events: none;
}

.form-field {
  position: relative;
}

.form-field-optional .mdc-text-field-helper-text--persistent {
  top: -17px;
  bottom: auto;
}

body > form {
  overflow: hidden;
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text, .mdc-text-field--invalid+.mdc-text-field-helper-line+.mdc-text-field-helper-line .mdc-text-field-helper-text,  .mdc-text-field-helper-line .date-of-birth-msg {
  z-index: 10;
  transform: translateY(52px);
  text-align: left;
  font-size: 12px;
  background: transparent;
  pointer-events: none;
  margin: 0;
}

.form-field-optional .mdc-text-field-helper-line.optional {
  right: 4px;
  text-align: right;
}

.mdc-text-field-helper-line.optional .mdc-text-field-helper-text {
  top: -20px;
  transform: translateY(0) !important;
}

.sign-form .mdc-text-field-helper-line {
  position: relative;
  top: 1px;
}

.sign-form .mdc-text-field-helper-line .mdc-text-field-helper-text {
  background-color: #fff !important;
  font-size: 14px;
}

.sign-form .mdc-text-field-helper-line  .mdc-text-field-helper-text {
  top: 0;
  transform: translateY(0) !important;
  background-color: #fff;
}

.sign-form .mdc-layout-grid__inner {
  grid-gap: 15px;
}

.panels .mdc-layout-grid__inner {
  grid-gap: 35px;
}

.panels .mdc-layout-grid__inner.grid-no-gap {
  grid-gap: 0;
}

.mdc-checkbox+label {
  font-size: 14px;
}

.profile-menu-wrap {
  left: 0;
  top: 0;
}

.profile-menu-wrap .mdc-menu .mdc-list-item {
  width: 100%;
}

.profile-menu-wrap .mdc-menu .mdc-list-item:hover {
  text-decoration: none;
}

.competition-registration-steps .mdc-tab-scroller__scroll-content .mdc-tab:hover {
  text-decoration: none;
}

.mdc-list:not(.mdc-list--non-interactive) :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-list:not(.mdc-list--non-interactive) :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  opacity: .04;
}

/* DOB select */
.mdc-select-date {
  overflow: hidden;
  display: inline-flex;
  position: relative;
  height: 44px;
  border-radius: 4px 4px 0 0;
}

.mdc-select-date:not(.mdc-select--disabled) .mdc-select__native-control,
.mdc-select-date:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: rgba(0, 0, 0, .87);
}

.mdc-select-date select {
  height: 44px;
  padding-top: 4px;
  background-color: rgb(243, 242, 242);
}

.mdc-select-date select:focus{
  background-color: rgb(231, 231, 231);
}

.mdc-select-date:not(.mdc-select--disabled) .mdc-select__native-control,
.mdc-select-date:not(.mdc-select--disabled) .mdc-select__selected-text {
  border-bottom-color: rgba(0, 0, 0, .42);
}

.mdc-select__native-control,
.mdc-select__selected-text {
  padding: 20px 40px 4px 16px;
  text-indent: 0;
}

.mdc-select-date i {
  top: 10px;
}

.mdc-select-date:after,
.mdc-select-date:before {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: '';
  background-color: rgba(0, 0, 0, .87);
}

.date-of-birth-msg.show-message {
  opacity: 1;
}

.venue-selects .mdc-select {
  margin-bottom: 20px;
}

.venue-selects p {
  margin-bottom: 10px;
}

.start-button {
  padding-top: 30px;
}

h3 small {
  font-size: 14px;
}

small {
  font-size: 12px;
}

.data-table .table-cell:hover:after {
  z-index: 10;
}

.mdc-text-field input {
  position: relative;
  z-index: 1;
}

.mdc-text-field .tooltip-text {
  z-index: 10;
}

.competition-link > span {
  display: flex;
  align-items: center;
}

.competition-link > span span {
  margin-right: 15px;
  font-size: 16px;
}

.competition-link > span span,
.competition-link i {
  color: #0098db;
}

.add-poc-form input:disabled {
  opacity: 0.5;
}

/* Cookie message */
.cookie-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 1;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, .75);
  transition: opacity .3s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity .3s;
}

.cookie-message .button-holder {
  text-align: right;
}

.cookie-message.invisible,
.overlay.invisible {
  z-index: -1;
  opacity: 0;
}

.no-scroll {
  overflow: hidden;
}

.cookie-message .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background {
  background-color: #003591;
}

.highlighted {
  color: #0098db;
  font-weight: 700;
}

b {
  font-weight: 700;
}

.form-field .mdc-form-field {
  margin-top: 10px;
}

.form-field .mdc-checkbox {
  margin-right: -11px;
}

.mdc-select__native-control, .mdc-select__selected-text {
  text-overflow: ellipsis;
}

@media only screen and (max-width: 640px) {
  .tooltip .tooltip-text {
    right: 20px;
  }

  .form-field-optional .mdc-text-field-helper-line.optional {
    position: relative;
    top: 20px;
  }

  .date-of-birth-msg.show-message {
    left: 2px;
  }

  .organisation-select .choices__list.choices__list--dropdown {
    width: 100%;
  }
}

.choices .choices__list--dropdown {
  width: 150%;
}

.choices .choices__list .choices__item {
  overflow: hidden;
  width: 560px;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
}

.choices__inner .choices__list .choices__item {
  overflow: hidden;
  width: 355px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.choices .choices__item {
  padding-right: 100px;
}

.mdc-tab-bar {
  overflow: hidden;
}

.disabilities-list {
  margin-bottom: 20px;
}

.disabilities-list li {
  margin-bottom: 5px;
}

.select-organisation .mdc-dialog select,
.select-organisation .mdc-select {
  width: 100%;
  height: 56px;
}

.select-organisation .tooltip  {
  right: -43px;
}

.select-organisation .tooltip .tooltip-text {
  margin-left: -300px;
}
