@charset "UTF-8";
/*------------------------------------*\
    RESET
\*------------------------------------*/

folderglance {
  --green: rgb(39, 160, 87);
  --orange: rgb(235, 141, 40);
  --orange-p: rgb(241, 90, 36);

  --blue-deep: #304e70;
  --blue-p: #0063a7;
  --theme-q: hsl(202, 80%, 42%);
  --theme-r: hsl(206, 75%, 56%);
  --blue-s: #00bdf2;
  --blue-t: #a6c9e8;
  --gray: rgb(128, 128, 128);
  --gray-0: rgb(0, 0, 0);
  --gray-1: rgb(17, 17, 17);
  --gray-2: rgb(34, 34, 34);
  --gray-3: rgb(51, 51, 51);
  --gray-4: rgb(68, 68, 68);
  --gray-5: rgb(77, 77, 77);
  --gray-8: rgb(136, 136, 136);
  --gray-a: rgb(170, 170, 170);
  --gray-b: rgb(191, 191, 191);
  --gray-c: rgb(204, 204, 204);
  --gray-d: rgb(230, 230, 230);
  --gray-f: rgb(255, 255, 255);
  /*--------------------*/
  --gradient-start: hsl(193, 100%, 25%);
  --gradient-end: hsl(31, 93%, 25%);
  --phrase-circle: hsl(313, 15%, 96%);
}

.hue1 {
  --card-bg: hsla(13, 50%, 98%, 40%);
  --card-shadow: hsla(13, 50%, 10%, 20%);
  --card-pos: hsl(13, 35%, 75%);
  --card-point: hsla(13, 35%, 30%, 25%);
  --card-tri: hsla(13, 15%, 70%, 75%);
  --card-fullpos: hsl(13, 35%, 50%);
}
.hue2 {
  --card-bg: hsla(73, 50%, 98%, 40%);
  --card-shadow: hsla(73, 50%, 10%, 20%);
  --card-pos: hsl(73, 35%, 75%);
  --card-point: hsla(73, 35%, 30%, 25%);
  --card-tri: hsla(73, 15%, 70%, 75%);
  --card-fullpos: hsl(73, 35%, 50%);
}
.hue3 {
  --card-bg: hsla(133, 50%, 98%, 40%);
  --card-shadow: hsla(133, 50%, 10%, 20%);
  --card-pos: hsl(133, 35%, 75%);
  --card-point: hsla(133, 35%, 30%, 25%);
  --card-tri: hsla(133, 15%, 70%, 75%);
  --card-fullpos: hsl(133, 35%, 50%);
}
.hue4 {
  --card-bg: hsla(193, 50%, 98%, 40%);
  --card-shadow: hsla(193, 50%, 10%, 20%);
  --card-pos: hsl(193, 35%, 75%);
  --card-point: hsla(193, 35%, 30%, 25%);
  --card-tri: hsla(193, 15%, 70%, 75%);
  --card-fullpos: hsl(193, 35%, 50%);
}
.hue5 {
  --card-bg: hsla(253, 50%, 98%, 40%);
  --card-shadow: hsla(253, 50%, 10%, 20%);
  --card-pos: hsl(253, 35%, 75%);
  --card-point: hsla(253, 35%, 30%, 25%);
  --card-tri: hsla(253, 15%, 70%, 75%);
  --card-fullpos: hsl(253, 35%, 50%);
}
.hue6 {
  --card-bg: hsla(313, 50%, 98%, 40%);
  --card-shadow: hsla(313, 50%, 10%, 20%);
  --card-pos: hsl(313, 35%, 75%);
  --card-point: hsla(313, 35%, 30%, 25%);
  --card-tri: hsla(313, 15%, 70%, 75%);
  --card-fullpos: hsl(313, 35%, 50%);
}
folderglance[data-theme="dark"] {
  --green: rgb(95, 216, 140); /* hsl(140, 61%, 61%) */
  --orange: rgb(215, 114, 20); /* hsl(30, 83%, 46%) */
  --orange-p: rgb(219, 90, 14); /* hsl(12, 87%, 46%) */

  --blue-deep: rgb(143, 169, 207); /* hsl(212, 40%, 69%) */
  --blue-p: rgb(0, 153, 255); /* hsl(203, 100%, 67%) */
  --theme-q: hsl(202, 82%, 45%); /* hsl(203, 81%, 58%) */
  --theme-r: rgb(60, 154, 227); /* hsl(206, 75%, 44%) */
  --blue-s: rgb(0, 189, 242); /* hsl(193, 100%, 53%) */
  --blue-t: rgb(42, 77, 102); /* hsl(208, 60%, 22%) */
  --gray: rgb(128, 128, 128); /* hsl(0, 0%, 50%) */
  --gray-0: rgb(204, 204, 204); /* hsl(0, 0%, 100%) */
  --gray-1: rgb(204, 204, 204);
  --gray-2: rgb(204, 204, 204); /* hsl(0, 0%, 87%) */
  --gray-3: rgb(170, 170, 170); /* hsl(0, 0%, 80%) */
  --gray-4: rgb(170, 170, 170); /* hsl(0, 0%, 73%) */
  --gray-5: rgb(170, 170, 170); /* hsl(0, 0%, 70%) */
  --gray-8: rgb(119, 119, 119); /* hsl(0, 0%, 47%) */
  --gray-a: rgb(85, 85, 85); /* hsl(0, 0%, 33%) */
  --gray-b: rgb(64, 64, 64); /* hsl(0, 0%, 25%) */
  --gray-c: rgb(63, 63, 63); /* hsl(0, 0%, 20%) */
  --gray-d: rgb(25, 25, 25); /* hsl(0, 0%, 12%) */
  --gray-f: rgb(0, 0, 0); /* hsl(0, 0%, 0%) */
  /*--------------------*/
  --gradient-start: hsl(193, 25%, 75%);
  --gradient-end: hsl(31, 25%, 75%);
  --phrase-circle: hsl(313, 10%, 20%);
}
.logocontainer .us {
  --theme-r: hsl(2, 68%, 56%);
}
folderglance[data-theme="dark"] .logocontainer .us {
  --theme-r: hsl(2, 50%, 45%);
}
folderglance[data-theme="dark"] .hue1 {
  --card-bg: hsla(13, 10%, 30%, 20%);
  --card-shadow: hsla(13, 3%, 40%, 60%);
  --card-pos: hsl(13, 35%, 30%);
  --card-point: hsla(13, 35%, 70%, 30%);
  --card-tri: hsla(13, 15%, 40%, 75%);
  --card-fullpos: hsl(13, 35%, 50%);
}
folderglance[data-theme="dark"] .hue2 {
  --card-bg: hsla(73, 10%, 30%, 20%);
  --card-shadow: hsla(73, 3%, 40%, 60%);
  --card-pos: hsl(73, 35%, 30%);
  --card-point: hsla(73, 35%, 70%, 30%);
  --card-tri: hsla(73, 15%, 40%, 75%);
  --card-fullpos: hsl(73, 35%, 50%);
}
folderglance[data-theme="dark"] .hue3 {
  --card-bg: hsla(133, 10%, 30%, 20%);
  --card-shadow: hsla(133, 3%, 40%, 60%);
  --card-pos: hsl(133, 35%, 30%);
  --card-point: hsla(133, 35%, 70%, 30%);
  --card-tri: hsla(133, 15%, 40%, 75%);
  --card-fullpos: hsl(133, 35%, 50%);
}
folderglance[data-theme="dark"] .hue4 {
  --card-bg: hsla(193, 10%, 30%, 20%);
  --card-shadow: hsla(193, 3%, 40%, 60%);
  --card-pos: hsl(193, 35%, 35%);
  --card-point: hsla(193, 35%, 70%, 30%);
  --card-tri: hsla(193, 15%, 40%, 75%);
  --card-fullpos: hsl(193, 35%, 50%);
}
folderglance[data-theme="dark"] .hue5 {
  --card-bg: hsla(253, 10%, 30%, 20%);
  --card-shadow: hsla(253, 3%, 40%, 60%);
  --card-pos: hsl(253, 35%, 45%);
  --card-point: hsla(253, 35%, 70%, 30%);
  --card-tri: hsla(253, 15%, 40%, 75%);
  --card-fullpos: hsl(253, 35%, 50%);
}
folderglance[data-theme="dark"] .hue6 {
  --card-bg: hsla(313, 10%, 30%, 20%);
  --card-shadow: hsla(313, 3%, 40%, 60%);
  --card-pos: hsl(313, 35%, 40%);
  --card-point: hsla(313, 35%, 70%, 30%);
  --card-tri: hsla(313, 15%, 40%, 75%);
  --card-fullpos: hsl(313, 35%, 50%);
}

.acard.basic[class*="hue"],
.dcard.basic[class*="hue"] {
  background-color: var(--card-bg);
  box-shadow: var(--card-shadow) 0.5px 1.5px 4px;
}
.entrySynList .senseInnerWrapper {
  background-color: transparent;
}
.acard[class*="hue"] > .senseInnerWrapper,
.acard[class*="hue"] .sense {
  background-color: var(--card-bg);
}
.phrase_more .acard[class*="hue"] .sense {
  background-color: transparent;
}
.pos[class*="hue"] {
  color: var(--card-pos);
}
.acard[class*="hue"] .apoint {
  background-color: var(--card-point);
}
.glancePartOfSpeech,
.dcard.basic {
  color: var(--card-fullpos);
}
tri0[class*="hue"],
tri1[class*="hue"] {
  border-color: var(--card-tri);
}

folderglance[data-theme="dark"] img {
  background-color: transparent !important;
}

folderglance[data-theme="dark"] img.jumplogo,
folderglance[data-theme="dark"] .icon-audio > img {
  filter: brightness(0.8);
}

folderglance[data-theme="dark"] .moreInformation img,
folderglance[data-theme="dark"] .moreInformationSynonyms img {
  filter: invert(100%);
}
folderglance[data-theme="dark"] img.zoomBtn {
  filter: invert(100%) opacity(0.25);
}
.phrsnum {
  background-color: var(--phrase-circle);
}

.cardpart .realTitle.gradient {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    to right,
    var(--gradient-start),
    var(--gradient-end)
  );
}

/*------------------------------------*\
    FONT
\*------------------------------------*/
@font-face {
  font-family: condensed;
  src: url("RobotoCondensed.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: condensed;
  src: url("OpenSansCondensed-Bold.woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("opensans-regular.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("opensans-semibold.woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("opensans-italic.woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("opensans-semibolditalic.woff2");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Cambria;
  src: url("cambria.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Cambria;
  src: url("cambriab.woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Cambria;
  src: url("cambriai.woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Cambria;
  src: url("cambriaz.woff2");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Optima;
  src: url("Optima.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Optima;
  src: url("Optima-Bold.woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "oup-icons";
  src: url("oup-icons.ttf");
}

/*------------------------------------*\
    BASICS
\*------------------------------------*/

* {
  box-sizing: border-box;
  border: none;
  font-size: inherit;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  min-width: 320px;
  font-size: 15px;
}

a {
  color: var(--gray-0);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted var(--gray-0);
  font-weight: bold;
}

a[myid="karxtarget"] {
  border: none;
}

.cn a {
  color: inherit;
  font-weight: inherit;
  border: none;
  font-size: inherit;
}

em {
  font-family: Cambria;
  font-weight: normal;
}

.etym em {
  line-height: inherit;
  font-size: 1.05em;
}

.moreInformation a {
  font-weight: normal;
}

.top1000 a {
  color: var(--theme-q);
  border: none;
  font-weight: normal;
}

a.w {
  color: var(--theme-q);
}

h1,
h2,
h3,
h4,
.h2InOther,
.h4SubSense,
.h3TitleMoreResult {
  color: var(--gray-0);
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 8px;
  font-weight: normal;
}

h4,
.h4SubSense {
  font-size: 1.1em;
}

p {
  color: var(--gray-0);
}

a:hover {
  color: var(--theme-r);
}
body,
select,
textarea,
h1,
h2,
h3,
h4,
label .headword,
.homograph,
.exampleGroup .trg,
.exampleGroup .tr,
.exLabel,
.transivityStatement,
.partOfSpeechTitle,
.tooltip,
.generalMainContent h3,
.lev,
.pageTitle,
.inputSuggestions .allSuggestions,
.contentBlock .readMore,
.senses .h2,
.exampleGroup,
.senseGroup .back-to-top,
.sentence_dictionary .sentence,
.stageNumber,
.option,
.headpron,
.headsyllabified,
.headlinebreaks,
.infpron,
.newWord,
.oldspelling,
.top1000,
.word_origin,
.prx,
.trendingWords .countriesNavMenu .country,
.countriesNavCurrent,
.h2InOther,
.relatedBlock .h4RelatedBlock,
.h4SubSense,
.h3TitleMoreResult {
  font-family: Cambria, Georgia, "Times New Roman", serif;
}

/*------------------------------------*\
    ENTRY
\*------------------------------------*/
.entryHeader .pronAudio:hover,
.trendingWords .countriesNavMenu .country {
  text-decoration: none;
}

.pageTitle {
  font-size: 24px;
  line-height: 32px;
  word-wrap: break-word;
  margin: 0;
  font-weight: bold;
  position: relative;
  background-repeat: repeat-y;
  user-select: none;
  overflow: hidden;
}

.homograph {
  text-align: center;
  text-decoration: none;
}

.pageTitle .homograph {
  font-size: 0.55em;
  position: relative;
  top: -0.5em;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  vertical-align: top;
}

.senses .homograph,
.pageTitle .homograph {
  height: auto;
  width: auto;
  background: none;
  margin: 0 6px;
  padding-top: 0;
  font-weight: inherit;
}

.pageTitle .realTitle + .homograph {
  margin-left: 0;
}

.senseGroup h1:first-child,
.senseGroup h2,
.senses .h2,
.senses h1 {
  display: inline-block;
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 0;
}

.sensesLinks {
  display: inline-block;
}

.sensesLinks li {
  display: inline-block;
}

.sensesLinks a {
  margin-right: 3px;
  text-decoration: none;
}

.speaker {
  display: inline-block;
}

.cardpart,
.leftHandMain,
.entryPageContent,
.generalMainContent,
.moreResultsContent,
.wordListContent,
.subEntryBlock {
  line-height: 1.6em;
  color: var(--gray-0);
}
.cardpart {
  overflow: hidden;
  display: none;
}
.exampleGroup .ex {
  color: var(--gray-0);
}

.exampleGroup .trg,
.exampleGroup .exLabel_container {
  display: block;
}

.exLabel_container {
  display: block;
}

.senseInnerWrapper > .trg {
  margin-bottom: 20px;
}

.example:before,
.sentence:before {
  content: "‘";
}

.example:after,
.sentence:after {
  content: "’";
}

.spanish .example:before,
.spanish .example:after {
  content: "";
}

.sense-entry li > .senseInnerWrapper {
  padding-left: 20px;
}

.cardpart .subsense,
.senseGroup .subsense,
.subEntry .subsense {
  padding-left: 30px;
}

.subEntry,
.sense,
.subsense,
.se2 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 12px;
}

.senseGroup .pgr,
.subEntryBlock .pgr {
  font-style: italic;
}

.senseGroup .gr,
.phrasesSubEntryBlock .gr {
  color: var(--gray-8);
  font-weight: normal;
}

.subEntryBlocks .subsense {
  margin-left: 20px;
}

.subEntryBlocks .subsense .CrossLinkPanel {
  margin-left: -20px;
}

.linkOtherDictionaries {
  margin: 10px 0;
}

.variant {
  font-weight: bold;
}

.variantGroup {
  font-weight: normal;
  display: block;
}

.definition .variantGroup,
.note .definition,
.sense-note .definition,
.definition .definition {
  display: inline !important;
}

.sense-note .variantGroup,
.l .variantGroup {
  display: inline;
}

.pageTitle .variantGroup,
h4 .variantGroup,
.derivatives .variantGroup {
  display: inline;
}

.variantGroup .pr {
  font-size: 0.9em;
}

.variantGroup .headpron {
  display: inline-block;
}

.prx {
  display: block;
}

.frm,
.inf {
  display: inline;
  font-weight: normal;
  font-size: 17px;
  color: var(--gray-0);
}

.frmg,
.infg {
  padding-bottom: 15px;
}

h2 .infg {
  font-weight: normal;
}

.etymology .senseInnerWrapper {
  padding-left: 0;
}

.senseGroup {
  border-top: 1px solid var(--gray);
  padding-top: 5px;
  position: relative;
}

.senseGroup > .sense-entry {
  border: 0;
}

.sense-entry {
  border-top: solid 2px var(--gray-0);
  margin-bottom: 30px;
  padding-top: 10px;
  position: relative;
}

.sense-entry.first {
  border-top: 0;
  padding-top: 0;
}

/* ODO-6477: effectively doubles the space between subsenses */

.thsrout {
  cursor: pointer;
  position: absolute;
  width: max-content;
  left: 92px;
  top: 2.5px;
  text-decoration: none;
  display: block;
  border: none;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  color: var(--theme-r);
  font-family: Cambria;
}
.thsrout::before {
  content: "···";
  margin-right: 6px;
  vertical-align: -0.25px;
}
.sense-entry:not(.first) {
  margin-top: 30px;
}

.partOfSpeechBottom {
  margin-bottom: 15px;
}

.sentence_dictionary,
.entrySynList,
.blockOtherDictionaries {
  background: var(--gray-f);
  display: none;
  margin-bottom: 10px;
}

.sentence_dictionary .see-more,
.entrySynList .see-more {
  border-top: solid 1px var(--gray-f);
  text-align: center;
}

.sentence_dictionary .see-more a,
.entrySynList .see-more a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.sentence_dictionary {
  margin-bottom: 0;
}

.entrySynList,
.blockOtherDictionaries {
  padding: 10px;
}

.entrySynList > div {
  margin-bottom: 4px;
}

.entrySynList > div::before,
.entrySynList > div > div > div::before {
  content: "-";
  margin-right: 5px;
}
.entrySynList > div.senseInnerWrapper.kthsr::before {
  content: "";
  margin-right: 0;
}
.thsrname {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: var(--theme-q);
  margin-left: 0em;
}
.thsrname::before {
  content: "<";
  margin-right: 0.1em;
}
.thsrname::after {
  content: ">";
  margin-left: 0.1em;
}
.kthsr > .exampleGroup {
  display: inline;
}
.kthsr > .iteration {
  display: none;
}
.entrySynList .see-more {
  border-top: solid 2px var(--gray-f);
  margin: 10px -10px;
}

.no-js .sentence_dictionary,
.no-js .entrySynList,
.no-js .blockOtherDictionaries {
  display: block;
}

.sentence_dictionary .sentence {
  color: var(--gray-4);
  font-style: italic;
  padding: 10px;
}

.sentence_dictionary .dictionary_footer {
  text-transform: uppercase;
  font-size: 13px;
}

.tooltip {
  font-size: 13px;
}

.tooltip .label {
  display: none;
}

.cardpart .definition,
.senseGroup .definition {
  margin-bottom: 5px;
  /* display: block; */
}

.headpron .pr {
  font-size: 1.1em;
}

.headpron .prx {
  font-size: 1.05em;
}

.infpron {
  display: inline;
  font-weight: normal !important;
}

.capital-letter::first-letter {
  text-transform: uppercase;
}

.homograph:hover {
  text-decoration: none;
}

.exampleGroup {
  display: block;
  margin: 3px 0 5px 0;
}

.exampleGroup + .exampleGroup {
  margin: 0px 0 5px 0;
}

.exampleGroup .trg,
.exampleGroup .tr,
.exLabel {
  color: var(--theme-q);
  font-style: normal;
}

.exampleGroup .ex {
  color: var(--gray-0);
}

.exampleGroup .trg,
.exampleGroup .exLabel_container {
  display: block;
}

.exLabel_container {
  display: block;
}

.frmg,
.infg {
  padding-bottom: 15px;
}

h2 .infg {
  font-weight: normal;
}

.german-english .entryHeader {
  margin-bottom: 5px;
}

div[data-dict="german-english"] .frmg {
  margin-bottom: 20px;
}

div[data-dict="german-english"] .frm {
  font-size: 0.9em;
}

div[data-dict="german-english"] .cv {
  font-size: 20px;
}

.subEntryBlock h2,
.subEntryBlock > h3,
.etymology h3 {
  border-top: solid 1px var(--gray-0);
  padding-top: 5px;
}

.subEntryBlock .related {
  font-weight: bold;
}

.subEntryBlock .related .lg {
  font-weight: normal;
}

.iteration {
  font-size: 0.85em;
  top: 1px;
  left: 0;
  position: absolute;
  font-family: condensed;
  font-weight: bold;
}

.subsense .iteration {
  left: 8px;
  font-weight: normal;
}

.senseInnerWrapper .arabic {
  margin-top: 0.4em;
}

.senseGroup .back-to-top {
  color: var(--gray);
  font-style: italic;
  font-size: 14px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.senseGroup .back-to-top .icon-arrow-up {
  color: var(--blue-s);
  margin-left: 3px;
  opacity: 0.6;
  font-size: 20px;
  vertical-align: middle;
}

.senseGroup .cnt {
  color: var(--gray);
  font-variant: small-caps;
}

.sense-entry {
  margin-bottom: 30px;
  padding-top: 10px;
  position: relative;
}

.sense-entry.first {
  border-top: 0;
  padding-top: 0;
}

.entrySynList .see-more {
  margin: 10px -10px;
}

.no-js .sentence_dictionary,
.no-js .entrySynList,
.no-js .blockOtherDictionaries {
  display: block;
}

.sentence_dictionary .sentence {
  color: var(--gray-4);
  font-style: italic;
  padding: 7px 0;
  line-height: 1.4em;
}

.sentence_dictionary .dictionary_footer {
  text-transform: uppercase;
  font-size: 13px;
}

.word_origin {
  padding: 0;
  font-size: 1em;
  color: inherit;
  margin-top: 0.3em;
  margin-bottom: 0;
}

.word_origin em {
  font-style: italic;
}

.tooltip {
  font-size: 13px;
}

.tooltip .label {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--gray-5);
}

table.default {
  border-bottom: solid 2px var(--blue-s);
}

table.default th {
  background: rgb(233, 246, 251);
  color: var(--blue-s);
  text-transform: uppercase;
}

table.default tr:last-child td {
  border-bottom: 0;
}

table caption {
  border-bottom: solid 7px var(--blue-s);
  font-weight: bold;
  padding-bottom: 7px;
  text-align: left;
}

table .sectionHead {
  border-bottom: 0;
  color: var(--blue-s);
  font-weight: bold;
}

table th,
table td {
  padding: 2px 8px;
  text-align: left;
}

table th {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 8px;
}

table td {
  border-bottom: solid 1px var(--gray-d);
}

.credits {
  margin-top: 40px;
  font-style: italic;
}

/*------------------------------------*\
    MODALS
\*------------------------------------*/
.close-reveal-modal {
  background: var(--blue-s);
  border-radius: 20px;
  color: var(--gray-f);
  height: 20px;
  width: 20px;
}

/*------------------------------------*\
    HELPERS
\*------------------------------------*/
.clear {
  clear: both;
}

body .home:before,
body .general:before,
#header:before,
.inline:before,
.secondaryNavContainer:before,
.topFooter:before,
.subFooter .miscLinks:before,
.contentBlock:before,
body .home:after,
body .general:after,
#header:after,
.inline:after,
.secondaryNavContainer:after,
.topFooter:after,
.subFooter .miscLinks:after,
.contentBlock:after,
.ad-contain:after {
  content: " ";
  display: table;
}

.cf:after,
body .home:after,
body .general:after,
#header:after,
.inline:after,
.secondaryNavContainer:after,
.topFooter:after,
.subFooter .miscLinks:after,
.contentBlock:after {
  clear: both;
}

.contentItem .barcode {
  position: relative;
  background: var(--blue-t);
  display: block;
  height: 8px;
  margin-bottom: 0.5em;
}

.contentItem .barcode .barcodeIndex {
  position: absolute;
  top: -2px;
  background: var(--orange);
  display: block;
  height: 12px;
  width: 3px;
}

.pageTitle em {
  font-style: normal;
}

.pageTitle .reg {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.pageTitle .reg.d-inb {
  display: inline-block;
}

.exampleNote {
  display: inline;
}

.english-thesaurus .exampleGroup,
.american_english-thesaurus .exampleGroup {
  display: inline;
}

.underline {
  text-decoration: underline;
}

.inflection {
  font-weight: bold;
  color: var(--gray-0);
}

.inflection.same:before {
  content: " ";
}

.oldspelling {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.oldspelling,
.neutral {
  font-style: normal;
  font-weight: normal;
}

.name_alternative {
  font-weight: bold;
}

.name_original {
  font-style: italic;
}

/* end */

/* new design */
.note.encyclopedic,
.sense-etym,
.sense-note {
  border-left: 3px solid var(--gray-c);
  padding: 0 8px;
  font-size: 0.95em;
  line-height: 1.5em;
  display: block;
  margin: 1px 0 6px 0;
}

.contentBlock .quizReadMore,
.contentBlock .readMore {
  position: absolute;
  margin: 0;
  border: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.secondaryPageContent .quiz.contentBlock {
  position: relative;
}

.secondaryPageContent .quiz .quizReadMore {
  position: absolute;
  margin: 0;
  border: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
}

folderglance {
  display: block;
  border: none;
  color: var(--gray-2);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}

halffolder {
  display: none;
}
.inflection {
  color: var(--gray-3);
}

.entryPageContent,
.partOfSpeechTitle .partOfSpeech,
.transivityStatement,
.word_origin,
.definitionOf,
.inflectionGroup {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.inflectionGroup {
  font-weight: normal;
}

.exampleGroup,
.pageTitle,
.sentence_dictionary .sentence,
.h4SubSense {
  font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

.h4SubSense {
  font-size: 1.03em;
  line-height: 1.5em;
  color: inherit;
}

.definitionOf {
  display: none;
}

.se1 {
  margin-top: 0.3em;
}

.se1 + .se1,
.usage,
.etymology,
.subEntryBlock {
  margin-top: 1.5em;
}

.subEntryBlock h2,
.etymology h2 {
  border-top: 1px solid var(--gray);
  color: inherit;
  padding-top: 5px;
}

.senses .homograph {
  color: var(--theme-r);
}

.breadcrumb {
  text-transform: none;
  color: var(--theme-r);
  font-size: 0.9em;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--blue-p);
  margin-bottom: 1em !important;
}

.breadcrumb li {
  color: var(--theme-r);
}

.breadcrumb li:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 9px;
  background: url(/chevron-right.png);
  background-size: cover;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a {
  color: inherit;
}

.entryHeader .senses .h2 {
  display: none;
}
.entryHeader .senses .sensesLinks {
  display: flex; /* 启用 Flexbox */
  justify-content: space-between; /* li 均匀分布 */
  list-style: none; /* 去掉默认的列表符号 */
  padding: 0; /* 去掉默认的内边距 */
  margin: 0; /* 去掉默认的外边距 */
  border: 0;
}
.entryHeader .senses li {
  flex: 1; /* 均匀分配剩余空间 */
  text-align: center; /* 文字居中 */
  border: 0; /* 边框，方便观察 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  position: relative;
}
.entryHeader .senses li::before {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(50% + 1.3px);
  left: 0;
  height: 1px;
  display: block;
  background: linear-gradient(
    to right,
    var(--gray) 0%,
    transparent 20%,
    transparent 80%,
    var(--gray) 100%
  );
}

.homograph.triggerTooltip {
  display: flex; /* 启用 Flexbox */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  margin: 0;
  padding: 5px; /* 内边距，增加点击区域 */
  text-decoration: none; /* 去掉下划线 */
  color: var(--gray-0);
  border: 0;
  cursor: pointer;
}

.homograph.triggerTooltip::before {
  content: "⟩";
  margin-right: 12px;
  color: var(--gray-a);
}
.homograph.triggerTooltip::after {
  content: "⟨";
  margin-left: 8px;
  color: var(--gray-a);
}
.homograph.triggerTooltip.active {
  color: var(--theme-q);
}
.homograph.triggerTooltip.active::before {
  color: var(--theme-r);
}
.homograph.triggerTooltip.active::after {
  color: var(--theme-r);
}

.tooltip .label {
  display: inline;
}

.homograph .sup {
  font-size: 0.7em;
  position: relative;
  top: -0.7em;
}

.realTitle {
  color: inherit;
  font-size: inherit;
  margin: 0;
  user-select: none;
  margin-right: 0.2em;
  cursor: pointer;
  z-index: 99;
}

.hide {
  display: none;
}

.partOfSpeechTitle {
  padding-top: 4px;
  font-weight: bold;
  font-size: inherit;
}

h2.partOfSpeechTitle {
  display: block;
}

.partOfSpeech {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.95em;
  color: var(--orange-p);
  margin-right: 5px;
  display: inline;
}

.exampleGroup {
  font-size: inherit;
}

.moreInformation {
  margin: 3px 0;
  overflow: hidden;
}

.moreInformation .moreInformationExemples,
.moreInformation .moreInformationSynonyms {
  cursor: pointer;
  position: relative;
  font-size: 0.8em;
  border-radius: 13px;
  padding: 4.5px 8px 4.5px 20px;
  margin-right: 10px;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: var(--gray-5);
  border: 1.5px dotted var(--gray-a);
  text-transform: none;
  user-select: none;
}

.moreInformation .moreInformationExemples > img,
.moreInformation .moreInformationSynonyms > img {
  position: absolute;
  left: 8px;
  top: 6.5px;
}

.moreInformation .moreInformationExemples.current,
.moreInformation .moreInformationSynonyms.current {
  background-color: var(--gray-8);
  border: 1px solid var(--gray-8);
  color: var(--gray-f);
}

.sentence_dictionary {
  background: none;
}

.sentence + .sentence {
  border-top: 1px solid var(--gray-d);
}

.entrySynList {
  background: none;
  padding: 0;
  margin-top: 0.5em;
  font-size: 0.95em;
}

.reg,
.subEntry .reg,
.msDict .reg,
.se1 .reg {
  font-size: inherit;
  font-style: italic;
  color: var(--green);
  font-family: Cambria;
  font-weight: normal;
}

.languageGroup {
  color: var(--orange);
}

.reg + .languageGroup {
  margin-left: 5px;
}

.transivityStatement {
  font-size: 0.75em;
  text-transform: uppercase;
  color: var(--blue-deep);
  margin-right: 0.3em;
  font-weight: 700;
  font-style: normal;
  line-height: inherit;
  vertical-align: 1px;
  display: inline-block;
}

.exampleGroup .transivityStatement {
  vertical-align: baseline !important;
}

.cardpart > .transivityStatement,
.senseGroup > .transivityStatement {
  font-weight: bold;
}

.sentence_dictionary .dictionary_footer {
  text-transform: none;
  font-size: 0.9em;
}

.sentence_dictionary .dictionary_footer a {
  display: block;
}
.newContainer {
  display: none;
  font-size: 15px;
  line-height: 10px;
}
.newSoundMark {
  font-family: Cambria;
  font-weight: normal;
  line-height: 10px;
  position: absolute;
  font-size: 18px;
  right: 35px;
  top: 1px;
  text-align: right;
  white-space: nowrap;
}
/* .icon-audio.iscursor:hover + .newContainer > .newSoundMark {
  opacity: 1;
} */
.icon-audio {
  display: inline;
  cursor: pointer;
  vertical-align: -4.5px;
  border: none;
  z-index: 99;
  margin: 0 8px 0 0;
}
.infpronLbl {
  margin-right: 4px;
}
.infpronLbl + .infpronLbl {
  margin-left: 4px;
}
.icon-audio img {
  height: 17px;
  line-height: 1em;
}
.pageTitle .icon-audio {
  margin: 0 2px 0 8px;
  vertical-align: -3px;
}
.pageTitle .icon-audio img {
  height: 20px;
}
section h4 {
  font-size: 1.03em;
  margin-bottom: 0.5em;
}

.derivatives h2 {
  margin-bottom: 0.35em;
}

.derivatives .sense {
  margin: 0 !important;
  padding-left: 0;
}

/* end */

*[class*="icon-"] {
  font-family: Segoe UI Symbol;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  height: 1em;
}

.icon-top-word {
  height: 14px;
  width: 14px;
  margin-right: 5px;
  vertical-align: -1px;
}

.secondarycontent-smallcaps,
.smallCaps {
  font-variant: small-caps;
}

.dateGroup {
  font-weight: 700;
}

.se1 .msDict {
  overflow: visible;
}

.sense,
.subEntry,
.subEntryBlock .subsense {
  padding-left: 15px;
}

.subsense {
  padding-left: 30px;
}

.CrossProjectLink ul {
  list-style-type: circle;
}

.CrossProjectLink ul li {
  list-style: disc inside;
  margin-left: 10px;
}

h2,
h3,
h4,
.h2InOther,
.h4SubSense {
  font-weight: bold;
}

h4,
.h4SubSense {
  margin-bottom: 0;
}

.antList em {
  color: var(--blue-p);
  font-family: condensed;
  font-style: normal;
  font-weight: 400;
}

cutoff {
  display: block;
  margin: 10px 0 7px 0;
  border-top: 1px dashed var(--gray-8);
  width: 100%;
}

.date {
  text-transform: lowercase;
}

.previous_link {
  float: left;
}

.next_link {
  float: right;
}

h1 span.art {
  font-size: 0.75em;
}

.illustration {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
  width: 240px;
  max-height: 400px;
}

.illustration:hover {
  width: 100%;
  max-height: none;
}

.se1::after,
.se2::after {
  display: block;
  clear: both;
  content: " ";
}

.german-english .senseGroup span.pr,
.german-english .senseGroup span.art {
  font-family: Cambria, Georgia, "Times New Roman", serif;
}

.br:before {
  display: block;
  content: " ";
}

.manifest span {
  font-family: Cambria;
}

.infg + .partOfSpeech,
.infg > .partOfSpeech,
.frmg + .partOfSpeech,
.frmg > .partOfSpeech {
  display: block;
}

.g_sp,
.g_tp {
  font-weight: normal;
}
/* end */

/* smartphone */
#isSmartPhone {
  display: none;
}

html {
  -webkit-text-size-adjust: none;
}

.dictionarySelectorLanding .contentBlock {
  margin: 3%;
  width: 94%;
}

.contentBlock {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.nav-icon-bar {
  background: var(--blue-p);
  display: block;
  width: 26px;
  height: 3px;
}

.nav-icon-bar + .nav-icon-bar {
  margin-top: 6px;
}

.subscriptionTable .middle sup,
.subscriptionTable .top sup {
  vertical-align: baseline;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

.breadcrumb li {
  display: none;
}

.sense-note li,
.note li {
  display: inline;
}

.breadcrumb li:nth-last-of-type(-n + 2) {
  display: inline-block;
}

/* end smartphone */

/*karx.*/
.img_box {
  display: none;
}

.zhbox,
.cn_def > *,
.cn_def,
.cn > *,
.cn {
  font-family: "Open Sans", system-ui, -apple-system, sans-serif !important;
  font-style: normal;
}

.zhbox,
.cn_def {
  display: inline;
  font-size: 14px;
  margin-left: 4px;
}

.zhbox a,
.cn_def a {
  text-transform: lowercase;
  font-weight: normal;
  border: none;
}

.cn {
  display: inline;
  font-size: 13px;
  margin-left: 9px;
  font-style: normal;
  color: var(--gray);
}

.example {
  color: var(--gray-3);
}
.example > strong {
  margin-right: 0.2em;
}

.derivatives .subEntry {
  padding-left: 0 !important;
}

.etymology .moreInformation,
.derivatives .moreInformation {
  padding-left: 15px;
}

.derivatives .partOfSpeech {
  font-size: 0.85em;
  vertical-align: -1px;
  line-height: 22.5px;
}

.derivatives h4,
.derivatives dt,
.derivatives dd,
.derivatives .senseInnerWrapper,
.derivatives .headpron {
  display: inline !important;
}

.derivatives .headpron {
  text-transform: lowercase;
}

.derivatives .l {
  margin-right: 10px;
}

.derivatives .l {
  font-size: 1.05em;
}

.derivatives .h4SubSense::before {
  content: "-";
  margin-right: 0.2em;
}

.entryPageContent + .entryPageContent {
  margin-top: 2em;
}

.karxlemma .msDict {
  position: relative;
}

.subEntryBlock .sense,
.subEntryBlock .subsense {
  position: relative;
}

.phrase_more .senseInnerWrapper {
  margin: 8px 0;
  padding-left: 5px;
}
.acard > .senseInnerWrapper {
  margin: 8px 0;
  padding: 8px 0 8px 15px;
}

.directInPOS > .senseInnerWrapper > .iteration,
.phrase_more > .subEntryBlock > dd > .senseInnerWrapper > .iteration {
  display: none;
}

.lemma_see {
  margin: 0px 0 20px 0;
}

.directInPOS > .senseInnerWrapper,
.lemma_folder > .entryPageContent dd {
  border-top: 1px solid var(--gray);
  margin: 8px 0;

  padding: 10px 0 5px 10px;
  position: relative;
}

.link_replace {
  margin-left: 3px;
}

.link_replace::before {
  content: ">";
  color: var(--gray-5);
  margin-right: 10px;
}

.link_replace > .cn_def {
  color: var(--gray-0);
  margin-left: 15px;
}

.link_replace > .and_more {
  color: var(--gray-0);
  margin-left: 5px;
  font-weight: 700;
}

.link_replace a {
  border: none;
  font-weight: normal;
  /* font-family: Cambria; */
}

.cn.none,
.cn_def.none,
.w.none {
  display: inline;
  width: 100%;
  color: transparent;
}

/*------------------------------------*\
    glance
\*------------------------------------*/

.cardpart .sense .iteration {
  display: none;
}

.cardpart .pageTitle {
  margin-bottom: 10px;
}

.ccard .etymology {
  padding: 0px 10px 0px 12px;
  margin: 10px 0 15px 0;
}

.cardpart .se1,
.cardpart .se2 {
  padding: 7.5px 0 12px 0;
  margin: 0;
}

bracket1::before {
  content: "〔";
}

bracket1::after {
  content: "〕";
}

bracket2::before {
  content: "〈";
}

bracket2::after {
  content: "〉";
}

bracket1 {
  display: none;
  color: var(--green);
}

bracket2 {
  display: none;
  color: var(--orange);
}
.cn_def.temp {
  opacity: 0;
  display: block;
  width: fit-content;
}
.cn_def.temp > bracket1,
.cn_def.temp > bracket2 {
  display: block;
  width: fit-content;
  font-size: 0.8em;
}
.cn_def.temp bran {
  font-size: 0.8em;
}
.acard.basic bracket1,
.acard.basic bracket2 {
  line-height: 10px;
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: 4px 0 6px 0;
}
.acard.basic bran {
  font-size: 0.8em;
  color: var(--gray);
}

/*----------*/

.cards {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: 2.5px;
  margin-right: -9.5px;
  margin-bottom: -9px;
  box-sizing: border-box;
}
.cards > * {
  margin-right: 13px;
  margin-bottom: 13px;
}
.acard {
  flex-grow: 1;
  border: 0.5px solid var(--gray-a);
  border-radius: 10px;
  position: relative;
}
.acard.basic {
  min-height: 85px;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 4px 10px;
  border: none;
}
.acard.opened {
  display: block;
  max-width: none !important;
}

.ccard {
  margin: 0;
  border: 0.5px solid var(--gray-a);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ccard h2 {
  display: none;
}

.dcard {
  max-width: none;
  flex-grow: 1;
  padding: 0 6px 0 4px;
  border: 0.5px solid var(--gray-a);
  color: var(--gray-a);
  border-radius: 10px;
  position: relative;
}
.dcard.basic {
  flex-grow: 1;
  box-sizing: border-box;
  position: relative;
  max-width: 50px;
  min-height: 85px;
  min-width: 50px;
  border-radius: 10px;
  overflow: hidden;
  /* margin: 0 3.5px 0px 2.5px; */
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 4px 10px;
  border: none;
  font-weight: bold;
  font-size: 1.3em;
}

.dcard > .inner {
  padding: 8px 10px;
}

.dcard.basic > .inner {
  display: none;
}

.dcard > .outer,
.dcard > .phrsnum {
  display: none;
}

.dcard.basic > .outer {
  display: block;
}

.dcard.basic > .phrsnum {
  display: block;
  font-family: "Open Sans";
  /* padding: 0 5px; */
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  font-size: 14px;
}

.dcard.basic .link_replace::before {
  content: none;
}

.acard.basic > .cn_def {
  display: block;
}

.pointList {
  display: none;
}

.acard.basic .pointList {
  line-height: 10px;
  display: block;
  position: absolute;
  text-align: center;
  bottom: 5px;
  width: fit-content;
}

.apoint {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  margin-top: 5px;
}

.apoint + .apoint {
  margin-left: 6px;
}

.acard > .cn_def {
  display: none;
  margin-left: 0;
}

.glancePartOfSpeech {
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 2em;
  border-bottom: 0.5px solid var(--gray-a);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 0.8em;
}

.cards .partOfSpeechTitle,
.acard.basic .glancePartOfSpeech,
.dcard.basic .glancePartOfSpeech,
.acard .partOfSpeech,
.acard .headpron,
.cardpart .homograph {
  display: none;
}

.cards .senseGroup {
  margin: 0;
}

.partOfSpeechTitle + span {
  margin-right: 4px;
}

.cards .senseGroup h2 + span,
.cards .senseGroup h2 + .wordForm,
.cards .senseGroup h2 + .reg,
.cards .senseGroup h2 + .languageGroup,
.cards .senseGroup h2 + .transivityStatement {
  margin-left: 12px;
}

.acard .senseGroup {
  border: none;
}

.acard .sense,
.acard .subsense {
  padding-right: 10px;
}
.cardpart .senseInnerWrapper .iteration {
  display: none;
}

.cardpart .subsense .senseInnerWrapper .iteration {
  display: unset;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  overflow: hidden;
  background-color: var(--gray);
  color: var(--gray);
  left: 15px;
  top: 11px;
}

.acard .sense {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.entryPageContent {
  position: relative;
  display: none;
}

.cardpart .entryPageContent {
  display: block;
}
.logocontainer {
  float: right;
  border: none;
  user-select: none;
  position: relative;
  height: 32px;
}
.logocontainer .switch2 {
  cursor: pointer;
  display: inline-block;
  width: 27px;
  height: 27px;
}

.switch2 > span {
  font-weight: 700;
  font-size: 10px;
  font-family: "Open Sans";
  color: var(--gray-c);
  display: inline-block;
  width: 18px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  left: 5px;
  text-align: center;
}

.nationflag {
  width: 30px;
  height: 15px;
  background-size: cover;
  position: absolute;
  top: -5px; /* 初始位置在 .logocontainer 顶部之外 */
  left: -30px;
  opacity: 0;
}
.nationflag.us {
  width: 28.5px;
}

.karxUK .switch2 > span.uk,
.karxUS .switch2 > span.us {
  color: var(--theme-r);
}
.logocontainer .uk {
  top: 5.5px;
}
.logocontainer .us {
  top: 17.5px;
}
.jumplogo {
  display: inline-block;
  cursor: pointer;
  height: 27px;
  width: 81px;
  margin-top: 4.75px;
  margin-right: 1.25px;
  vertical-align: baseline;
  user-select: none;
}
.jumplogo.nodata {
  width: 27px;
}

.cardpart > .zoomBtn,
.acard.basic > .zoomBtn {
  display: none;
}

.zoomBtn {
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 10px;
  width: 25px;
  filter: opacity(25%);
}

.acard .pos {
  display: none;
}

.acard.basic .pos {
  font-family: condensed;
  display: inline;
  position: absolute;
  height: 15px;
  line-height: 15px;
  top: 2px;
  right: 7px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  /* letter-spacing: -0.3px; */
}

.lemma_cards dd {
  margin: 12px 10px 12px 12px;
}

tri0 {
  border-top-left-radius: 6px;
  left: 4px;
  top: 4px;
  border-width: 2.75px 0 0 2.75px;
}

tri1 {
  border-bottom-right-radius: 6px;
  right: 4px;
  bottom: 4px;
  border-width: 0 2.75px 2.75px 0;
}

tri0,
tri1 {
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: solid;
}

.acard.basic tri0,
.acard.basic tri1 {
  display: block;
}

.acard tri0,
.acard tri1 {
  display: none;
}

/* end */
