/* Core Cyan Theme */

.core-theme-l5 {color:#000 !important; background-color:#edfdff !important}
.core-theme-l4 {color:#000 !important; background-color:#c4f8ff !important}
.core-theme-l3 {color:#000 !important; background-color:#89f1ff !important}
.core-theme-l2 {color:#000 !important; background-color:#4eeaff !important}
.core-theme-l1 {color:#000 !important; background-color:#12e3ff !important}
.core-theme-d1 {color:#fff !important; background-color:#00aac1 !important}
.core-theme-d2 {color:#fff !important; background-color:#0097ab !important}
.core-theme-d3 {color:#fff !important; background-color:#008496 !important}
.core-theme-d4 {color:#fff !important; background-color:#007281 !important}
.core-theme-d5 {color:#fff !important; background-color:#005f6b !important}

.core-theme-light {color:#000 !important; background-color:#edfdff !important}
.core-theme-dark {color:#fff !important; background-color:#005f6b !important}
.core-theme-action {color:#fff !important; background-color:#005f6b !important}

/* .core-theme {color:#fff !important; background-color:#009688 !important}
.core-text-theme {color:#009688 !important}
.core-border-theme {border-color:#009688 !important}

.core-hover-theme:hover {color:#fff !important; background-color:#009688 !important}
.core-hover-text-theme:hover {color:#009688 !important}
.core-hover-border-theme:hover {border-color:#009688 !important} */

.core-theme {color:#fff !important; background-color:#0097ab !important}
.core-text-theme {color:#007E8F !important}
.core-border-theme {border-color:#0097ab !important}

.core-hover-theme:hover {color:#fff !important; background-color:#0097ab !important}
.core-hover-text-theme:hover {color:#0097ab !important}
.core-hover-border-theme:hover {border-color:#0097ab !important}

/* This is for additional unit specific CSS */

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link {
  color: #007E8F; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: #0097ab;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0097ab;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #0097ab;
  background-color: transparent;
  text-decoration: underline;
}

.link {
  overflow-wrap: break-word;
  word-wrap: break-word;
}