
:root {
    --text-brand: #2562ae;
}

header .header-content .top-menu .top-menu-item span {
  z-index: 1000;
}

ul.external-appliations > li {
  font-size: 16px;
}

ul.external-appliations > li > a {
   text-decoration:none;
   color: var(--ss-text);
}
ul.external-appliations > li > a:hover {
   color: var(--text-brand);
}


.alert-info {
    --bs-alert-bg: #eeeddf !important;
    --bs-alert-border-color: #918d52;
    --bs-alert-color: var(--ss-text);
    font-weight: normal;
    a {
        color: var(--ss-text-primary);
        font-weight: 600;
    }
    a:before {
        content: '';
        background-image: url('img/link-45deg.svg');
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block; /* Or block, depending on desired layout */
        width: 24px;
        height: 24px;
        position: relative;
        top: 7px;
        margin-right: 4px;
    }
}

.branding img {
    height: 64px;
}

@media (min-width: 1024px) {
    .section-form .form-content .form-nav {
        min-width: 25%;
    }
}

section.section-welcome,
section.section-help,
section.section-applications > div.main-content > p
{
    font-size: 16px;
}

.memo-content,
.memo-content > p,
.memo-content > p > span,
.memo-content > p > font > span
{
    font-size: 16px !important;
    font-family: "Inter", -apple-system, system-ui, Roboto, "Helvetica Neue", sans-serif !important;
}

div.ledger-wrapper {
    padding: 32px;
    background: var(--background-surface-main, var(--ss-background-surface-main));
    border-radius: var(--ss-border-radius-xl);
    border: 0 solid #E0E0E0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.12);
}

div.committee-card h3 > a  {
    color: var(--text, var(--ss-text));
}


/** Application Icons **/
div[data-category*="Velferð"] {
  .type-box {

    span {
        -webkit-mask: url(img/group.svg);
        mask: url(img/group.svg);
    }

  }
}

div[data-category*="Stjórnsýsla"] {
  .type-box {

    span {
        -webkit-mask: url(img/libra.svg);
        mask: url(img/libra.svg);
    }

  }
}

div[data-category*="Menntun"] {
  .type-box {

    span {
        -webkit-mask: url(img/certified.svg);
        mask: url(img/certified.svg);
    }

  }
}

div[data-category*="Umhverfissvið"] {
  .type-box {

    span {
        -webkit-mask: url(img/world.svg);
        mask: url(img/world.svg);
    }

  }
}

div[data-category*="Styrkumsóknir"] {
  .type-box {

    span {
        -webkit-mask: url(img/sponsor.svg);
        mask: url(img/sponsor.svg);
    }

  }
}

div[data-category*="Beiðni um gögn"] {
  .type-box {

    span {
        -webkit-mask: url(img/eye.svg);
        mask: url(img/eye.svg);
    }

  }
}
