#dllgn-login-view {
  display: none;
}

myc-cookie-policy {
  display: none !important;
}

#dllgn-login-view.dllgn-login-view--visible {
  display: block;
}

body[data-view="login"] #dllgn-landing-view {
  display: none !important;
}

/* Tooltip caret — visible only when help popup is open */
#dllgn-login-view .overlay-arrow-hidden {
  display: none !important;
}

#dllgn-login-view .overlay-arrow-hidden.is-visible {
  display: inline-block !important;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-left: 4px;
}

#dllgn-login-view .overlay-arrow-hidden.is-visible .fa-caret-up {
  width: 12px !important;
  height: 12px !important;
}

.myc-userid-help-trigger {
  cursor: pointer;
}

.myc-userid-help-overlay {
  display: none;
}

.myc-userid-help-overlay.is-open {
  display: block;
}

.myc-userid-help-backdrop {
  position: fixed;
  inset: 0;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  z-index: 1999;
  cursor: default;
}

.myc-userid-help-pane {
  position: absolute;
  z-index: 2000;
  max-width: calc(100vw - 24px);
}

.myc-userid-help-pane .overlay-wide-size {
  width: 650px;
  max-width: calc(100vw - 24px);
  padding: 24px;
  gap: 16px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: none;
}

.myc-userid-help-pane .text-plain-title-l {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #3c3c3c;
}

.myc-userid-help-pane .text-plain-title-m-semibold {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #3c3c3c;
}

.myc-userid-help-pane .text-plain-body-l,
.myc-userid-help-pane p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
  color: #3c3c3c;
}

.myc-userid-help-pane .text-plain-body-l-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.myc-userid-help-pane .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.myc-userid-help-pane .row + .row {
  margin-top: 8px;
}

.myc-userid-help-pane .col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.myc-userid-help-pane .col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.myc-userid-help-pane .border-color--orange {
  display: block;
  padding: 0;
  margin: 4px 0 8px;
  border: 1px solid #fd7e14;
}

.myc-userid-help-pane .myc-userid-help-letter {
  font-size: 16px;
  line-height: 24px;
}

.myc-userid-help-mobile-img {
  width: 100%;
  height: auto;
  display: block;
}

#myc-ident-card {
  position: relative;
}

#myc-ident-card .box {
  position: relative;
  min-height: 180px;
}

.myc-login-waiting {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 6;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  border-radius: inherit;
}

.myc-login-waiting.is-active {
  display: flex;
}

.myc-login-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e8e8e8;
  border-top-color: #00ae53;
  border-radius: 50%;
  animation: myc-login-spin 0.8s linear infinite;
}

@keyframes myc-login-spin {
  to {
    transform: rotate(360deg);
  }
}

myc-dropdown {
  position: relative;
}

.myc-lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 96px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  z-index: 2000;
}

.myc-lang-menu button {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  padding: 14px 24px 14px 20px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  color: #3c3c3c;
  position: relative;
}

.myc-lang-menu button + button {
  border-top: 1px solid #eee;
}

.myc-lang-menu button:hover {
  background: #f8f8f8;
}

.myc-lang-menu button.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  background: #00ae53;
  border-radius: 0 2px 2px 0;
}

#lang-switch[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

#lang-switch .fa-chevron-down {
  transition: transform 0.15s ease;
  width: 12px;
  height: 12px;
}
