/* EYELASH4ME: existing project fonts plus scoped Tilda Members profile fixes */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&subset=latin,cyrillic&display=swap");

#app .tmst-profile .tlk-profile__regular-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #14836f !important;
  border-radius: 10px !important;
  background-color: #14836f !important;
  color: #ffffff !important;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
}

#app .tmst-profile .tlk-profile__regular-button:hover,
#app .tmst-profile .tlk-profile__regular-button:focus-visible {
  border-color: #70d8b0 !important;
  background-color: #70d8b0 !important;
  color: #0b0f0d !important;
}

#app .tmst-profile .tlk-input:disabled {
  background-color: #18201d !important;
  color: rgba(245, 247, 246, 0.55) !important;
  -webkit-text-fill-color: rgba(245, 247, 246, 0.55) !important;
  opacity: 1 !important;
}

/* Account menu opened from the user avatar */
.tlk-userbar__popup {
  border: 1px solid rgba(112, 216, 176, 0.28) !important;
  border-radius: 12px !important;
  background-color: #111715 !important;
  color: #f5f7f6 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45) !important;
}

.tlk-userbar__popup-wrap,
.tlk-userbar__popup-content {
  background-color: transparent !important;
}

.tlk-userbar__popup-name {
  color: #f5f7f6 !important;
}

.tlk-userbar__popup-edit-profile {
  color: #aab5b0 !important;
}

.tlk-userbar__popup-edit-profile:hover,
.tlk-userbar__popup-edit-profile:focus-visible {
  color: #70d8b0 !important;
}

.tlk-userbar__popup-container {
  border-top-color: rgba(112, 216, 176, 0.22) !important;
}

.tlk-userbar__popup-courses-link,
.tlk-userbar__popup-groups-link,
.tlk-userbar__popup-accordion-link,
.tlk-userbar__popup-groups-not-link {
  border-radius: 8px;
  color: #f5f7f6 !important;
}

.tlk-userbar__popup-courses-link:hover,
.tlk-userbar__popup-groups-link:hover,
.tlk-userbar__popup-accordion-link:hover,
.tlk-userbar__popup-groups-not-link:hover {
  background-color: rgba(112, 216, 176, 0.12) !important;
  color: #70d8b0 !important;
}

.tlk-userbar__popup-logout path {
  fill: #70d8b0 !important;
}

.tlk-userbar__popup::-webkit-scrollbar-track,
.tlk-userbar__popup::-webkit-scrollbar {
  background: #111715 !important;
}

.tlk-userbar__popup::-webkit-scrollbar-thumb {
  background: #2a3731 !important;
}
