:root {
  --black: #1e282d;
  --blackTransparent: rgba(30, 40, 45, 0.8);
  --white: #ffffff;
  --whiteTransparent: rgba(255, 255, 255, 0.8);
  --lighterGray: #faf9f5;
  --lightGray: #f4f4f4;
  --gray: #e7e6e2;
  --menuBorder: #4b5357;
  --darkGray: #5e5c58;
  --blue: #39a5db;
  --lightBlue: #8ec1db;
  --linkColor: #3d64a3;
  --pink: #CD006E;
  --pinkText: #CD006E;
  --red: red;
  --lightRed: #ffe4e7;
  --yellow: #f5ce50;
  --lightYellow: #f5ecce;
  --fieldGray: #dfdfdf;
  --green: #08cb08;
  --lightGreen: #def8cc;
  --brownOnYellow: #40340d;
  --boxShadow: rgba(0, 0, 0, 0.3);

  /* variables prefixed --cetera are external and set  inside _publication-style.html.erb */
  --publication-color-fallback: var(--black);
  --publication-color-inverted-fallback: var(--white);

  --background-color: var(
    --cetera-background-color,
    var(--lightGray)
  );
  --header-background-color: var(
    --cetera-publication-header-background-color,
    var(--white)
  );
  --header-border-color: var(
    --cetera-publication-header-border-color,
    var(--black)
  );
  --publication-color: var(
    --cetera-publication-color,
    var(--publication-color-fallback)
  );
  --publication-color-inverted: var(
    --cetera-publication-color-inverted,
    var(--publication-color-inverted-fallback)
  );

}

.birth_date.svelte-j0p56s {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    flex-grow: 1;
    width: 100%;
}

.birth_date.svelte-j0p56s .select-wrapper:where(.svelte-j0p56s) {
    position: relative;
    flex-grow: 1;
    margin-left: 10px;
}

.birth_date.svelte-j0p56s .select-wrapper:where(.svelte-j0p56s):first-child {
    margin-left: 0;
}

.birth_date.svelte-j0p56s .select-wrapper:where(.svelte-j0p56s)::after {
    border-top: 8px solid var(--darkGray);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    font-size: 10px;
    pointer-events: none;
    height: 0;
    width: 0;
}

.birth_date.svelte-j0p56s select:where(.svelte-j0p56s) {
    border: 2px solid var(--fieldGray);
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    padding: 0 30px 0 10px;
    font-family: inherit;
    line-height: 46px;
    height: 46px;
    font-size: 17px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
}

.birth_date.svelte-j0p56s select:where(.svelte-j0p56s):focus {
    border: 2px solid var(--black);
}

.birth_date.svelte-j0p56s select:where(.svelte-j0p56s)::-ms-expand {
    display: none;
}

.birth_date.svelte-j0p56s fieldset:where(.svelte-j0p56s) {
    box-sizing: border-box;
    border: 0 none;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0;
}

.birth_date.svelte-j0p56s .birth_date--wrapper:where(.svelte-j0p56s) {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.birth_date.svelte-j0p56s legend:where(.svelte-j0p56s) {
    box-sizing: border-box;
    color: var(--black);
    display: block;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    margin: 0;
    background: var(--white);
    padding: 0;
    margin-bottom: .5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

