/*--------------------------------------------------------------
# Proxima nova
----------------------------------------------------------------*/

@font-face {
    font-family: 'proxima_nova_altlight';
    src: url("../fonts/proxima-nova/proxima_nova_alt_light-webfont.eot");
    src: url("../fonts/proxima-nova/proxima_nova_alt_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima_nova_alt_light-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proxima_nova_alt_light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima_nova_alt_light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima_nova_alt_light-webfont.svg#proxima_nova_altlight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_regular';
    src: url("../fonts/proxima-nova/proximanova-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_bold';
    src: url("../fonts/proxima-nova/proximanova-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

.proxima-bold {
    font-family: 'proxima_nova_bold', sans-serif !important;
}


/*--------------------------------------------------------------
# DDA ultralight
----------------------------------------------------------------*/

@font-face {
    font-family: 'ddaultralight08';
    src: url("../fonts/danish/Danish-UltraLight.eot");
    src: url("../fonts/danish/Danish-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/danish/Danish-UltraLight.woff2") format("woff2"), url("../fonts/danish/Danish-UltraLight.woff") format("woff"), url("../fonts/danish/Danish-UltraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    ascent-override: 90%;
}


/*--------------------------------------------------------------
# DDA bold
----------------------------------------------------------------*/

@font-face {
    font-family: 'ddabold08';
    src: url("../fonts/danish/Danish-Bold.eot");
    src: url("../fonts/danish/Danish-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/danish/Danish-Bold.woff2") format("woff2"), url("../fonts/danish/Danish-Bold.woff") format("woff"), url("../fonts/danish/Danish-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    ascent-override: 90%;
}


/*--------------------------------------------------------------
# DDA Heavy
----------------------------------------------------------------*/

@font-face {
    font-family: 'ddaheavy08';
    src: url("../fonts/danish/Danish-Heavy.eot");
    src: url("../fonts/danish/Danish-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/danish/Danish-Heavy.woff2") format("woff2"), url("../fonts/danish/Danish-Heavy.woff") format("woff"), url("../fonts/danish/Danish-Heavy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    ascent-override: 90%;
}

:root {
    --bg-teal-light: hsl(189, 19%, 80%);
    --bg-teal-light-hover: hsl(189, 19%, 75%);

    --bg-teal-dark: hsl(187, 42%, 35%);
    --bg-teal-dark-hover: hsl(187, 42%, 30%);

    --bg-teal-subtle: hsl(189, 15%, 90%);
    --bg-teal-subtle-hover: hsl(189, 15%, 85%);

    --text-teal: hsl(187, 42%, 35%);
    --dda-light: #f8f8f8;
    --dda-dark: #111;
}

/*  hold footer i bund på korte sider */

html,
body {
    height: 100%;
}

.bg-light {
    background-color: var(--dda-light) !important;
}

.body-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.st-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#footer {
    flex-shrink: 0;
    margin-top: auto;

}

body:has(.dda-form, .project-presentation) {
    background-color: #f5f5f5;
}

body,
p {
    font-family: 'proxima_nova_altlight';
    font-size: 1rem;
    line-height: 1.4;
}

p:not(.lead) {
    font-size: 1rem;
    line-height: 1.4rem;
}

.project-presentation p:not(.lead) {
    font-size: 1.15rem;
    line-height: 1.65rem;
    overflow-wrap: initial;
    overflow: hidden;
    white-space: pre-line;
}

.project-presentation div:empty {
    display: none;
}

.col-md-4+.mt-4.border-top {
    border-top: 0 !important;
    margin-top: 0 !important;
}

.fancybox-toolbar {
    display: none;
}

.btn-more {
    font-size: 1.7rem;
}

.btn-more.dropdown-toggle::after {
    position: relative;
    top: 4px;
}

.all-disabled .btn {
    pointer-events: none;
    background-color: #ccc
}

.heading .badge-lg {
    padding: 0.3rem 1rem 0.75rem;
    font-size: 1rem;
}

.submission-overview .table tr :is(td, th) {
    font-size: 1.15rem;
    line-height: 1.5rem;
    font-weight: 500;
}


.submission-overview .table tr td {
    text-transform: lowercase;
}

.submission-overview .table tr td::first-letter {
    text-transform: uppercase;
}


th:not(:first-of-type) span {
    display: block;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive {
    overflow-x: visible;
}

.submission-overview--completed {
    .table-bordered thead tr th {
        font-family: 'proxima_nova_bold', sans-serif;
        font-weight: 700;
        font-weight: bold;
    }

    .table-bordered tbody+tbody {
        border-top: 0;
    }

    .table-bordered :is(th, td) {
        border: 1px solid #dee2e6;
    }

    .table-bordered :is(th, td):not(:first-of-type) {
        text-align: center;
    }
}


.prewrap {
    white-space: pre-wrap;

}

.btn {
    font-family: 'ddabold08';
    line-height: inherit;

    .awardcats & {
        background-color: transparent;
        border-color: #111;
        color: #111;
    }
}

#updatevote {
    color: var(--dda-light) !important;
    background-color: transparent !important;
    background-image: none;
    border-color: var(--dda-light) !important;
    border-width: 2px !important;
    border-radius: 5px !important;

}

#updatevote:hover {
    color: #000 !important;
    background-color: var(--dda-light) !important;
    background-image: none;
    border-color: var(--dda-light) !important;
    border-width: 2px !important;
    border-radius: 5px !important;

}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}

p.lead {
    font-size: 1.3rem;
    line-height: 1.25rem;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ddabold08';
    text-transform: uppercase;
    line-height: 0.8;
}

a {
    color: #888888;

    &:hover {
        color: #000;
    }
}

img.invert {
    filter: invert(100);
}

.btn {
    border-radius: 0 !important;
}

.navbar .badge {
    font-size: inherit;
    line-height: 1;
    padding: 0.1rem 0.5rem 0.25rem;
    border-radius: 5px;
}

#clockdiv .btn {
    background-color: transparent;
    font-family: 'ddabold08';
    font-size: 0.85rem;
    line-height: initial;
    pointer-events: none;
    padding: .65rem 1rem
}

#clockdiv .btn:hover {
    cursor: default;
    pointer-events: none;
}

#clockdiv .btn .badge {
    position: relative;
    top: auto;
    right: .2rem;
    padding: 0.5rem 0.75rem 0.7rem;
    margin-right: 0.2rem;
}

.statusbar .icon-block {
    padding: 1rem;
    min-width: 5rem;
}

.statusbar .icon-number {
    font-size: 2rem;
}

.navbar-nav .nav-link {
    font-family: 'ddaultralight08';
    font-size: 1rem;
    color: #111;
}

.navbar-nav.nav-bold .nav-link {
    font-family: 'ddabold08';
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus {
    background: transparent;
    color: #888;
}

#navbar_main .navbar-nav {
    min-width: 250px;
}

.nav-link.ext:after {
    font-family: FontAwesome;
    content: "\f08e";
    padding-left: 0.25rem;
    color: #666;
}

.faq .card-title {
    font-family: 'ddaultralight08';
}

.award-overview .card-header {
    padding-bottom: 0.5rem;
}

.award-overview {

    p:has(+h3) {
        margin-bottom: 2.5rem;
    }

}

.award-overview .card-body {
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.link--style-4 {
    color: #111;
    border-bottom-color: #111;
}

.link--style-4:hover {
    color: #888;
    border-bottom-color: #888;
}

.card-flip h1 {
    font-size: 3rem;
}

.bg-dda-1 {
    background-color: #111;
    color: #fff;
}

.bg-dda-2 {
    background-color: #111;
    color: #fff;
}

.bg-dda-3 {
    background-color: #666;
    color: #fff;
}

.bg-dda-4 {
    background-color: #888;
    color: #fff;
}

.text-darkest {
    color: #111;
}

.text-darker {
    color: #111;
}

.text-dark {
    color: #666;
}

.text-semidark {
    color: #888;
}

.text-semilight {
    color: #aaa;
}

.text-light {
    color: #ccc;
}

.text-lightest {
    color: #fff;
}

.btn-dda {
    background-color: #111;
    color: #fff;
    padding: 1rem 2rem 1.15rem;
}

.btn-dda.btn-outline {
    background-color: transparent;
    color: #111;
    border: 1px solid #111;
}

.btn-dda:hover {
    background-color: #555;
    color: #fff;
}

.dark-bg,
.dark-bg>*,
.dark-bg .heading,
.dark-bg p,
.dark-bg i,
.dark-bg a {
    color: #fff;
}

.darkest {
    background-color: #111 !important;
    color: #fff;
}

.darker,
.bg-dark {
    background-color: #111 !important;
    color: #fff;
}

.dark {
    background-color: #666;
    color: #fff;
}

.semidark {
    background-color: #888;
}

.semilight {
    background-color: #aaa;
    color: #fff;
}

.light {
    background-color: #d3d3d3;
}

.lighter {
    background-color: #e4e4e4;
}

.lightest {
    background-color: #ffffff;
}

.text-gray {
    color: #ccc;
}

.award-category {
    background-color: #ffffff;
}

.award-category:nth-of-type(2),
.award-category:nth-of-type(4) {
    background-color: #ddd;
}

.dda-light {
    font-family: 'ddaultralight08';
}

.dda-bold {
    font-family: 'ddabold08';
}

.dda-heavy {
    font-family: 'ddaheavy08';
}

.card-header {
    background-color: transparent;
}

.page-title h1 {
    font-size: 3rem;
}

#loginbox {
    display: none;
    width: 300px;
}

#loginbox .card {
    border: 0;
}

.fancybox-bg {
    background: #ddd;
}

.form-card--style-2 .form-header {
    background-color: #111;
}

.form-card--style-2 .form-header:after {
    border-top-color: #111;
}

.fancybox-slide>* {
    margin: 0;
    padding: 0;
    width: 300px;
}

.award-name .navbar-brand {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.award-name img {
    padding-right: 0.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.dda-form .tab-body>.card {
    border: 1px solid #e6e6e6;
}

/*  new form */

.form-section {
    background: #ffffff;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
}

.form-section .form-heading {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dedede;
}

.form-section .heading {
    font-size: 1.25rem;
}

.form-section .form-row:last-of-type {
    padding-bottom: 0;
}

.form-group {
    position: relative;
    padding-bottom: 2.5rem;
    margin-bottom: 0;

    &:has(.form-group-items) {
        &>label {
            width: 100%;
        }
    }

    small {
        font-size: 85%;
    }
}

.form-check {
    padding-top: 1rem;
    padding-left: 0.5rem;

    .form-check-input {
        position: absolute;
        margin-top: 1px;
        margin-left: -1.25rem;
    }

    &:has(.form-check-label) {
        padding-top: 0;
        padding-left: 1.25rem;
        margin-top: .75rem;

        .form-check-input {
            margin-top: 5px;
        }

        .form-check-label {
            font-family: 'ddaultralight08';
            color: black;
            margin-bottom: 0;
        }
    }

}

.form-group-items {

    &:has(.form-check:nth-of-type(10)) {
        @media (min-width: 992px) {
            display: grid;
            width: 100%;
            grid-template-columns: repeat(3, 1fr);
            gap: 0 3rem;
        }
    }
}

.form-group label {
    font-family: 'ddabold08';
    text-transform: uppercase;
    line-height: 1;
    font-size: 0.85rem;
    padding-left: 0.2rem;
    padding-top: 0.35rem;
}

.form-group label.counter {
    font-family: 'proxima_nova_altlight';
    text-transform: none;
    font-size: 0.8rem;
}

.radio label {
    font-size: 1rem;
}

.radio-inline {
    display: inline-block;
    margin-right: 1.5rem;
}

.dropzone {
    border: 2px dashed #aaaaaa;
    border-radius: 0;
}

.bg-gray {
    background-color: #ffffff !important;
}

.card .border-top,
.card .border-right,
.card .border-bottom,
.card .border-left {
    border-color: #d8d8d8 !important;
}

.card-header .btn.btn-link {
    color: #111;
    text-align: left;
    padding: 0.5rem 7rem 0.5rem 0;
    white-space: normal;
}

.card-header .btn.btn-link:hover,
.card-header .btn.btn-link:active,
.card-header .btn.btn-link:focus {
    color: #666;
    text-decoration: none;
}

.tab-content {
    width: 100%;
}

.tab-pane h2.heading {
    font-family: 'ddaheavy08';
    font-size: 1.5rem;
    margin: 1rem 0;
}

.tab-pane h2.heading+form,
.tab-pane h2.heading+.form-section {
    margin-top: 3rem;
}

.tab-pane h2+p {
    margin-bottom: 3rem;
}

.tab-pane .card-body {
    padding: 1.5rem 1rem;
}

.tab-pane .project-presentation .card-body {
    padding: 1.5rem;
}

.project-presentation .card-body .list-group-item {
    padding: 1rem 0;
}

.project-presentation .card-body .col-sm-6 .list-group .list-group-item:first-of-type {
    padding-top: 0;
}

.project-presentation .card-body .col-sm-6 .list-group .list-group-item:last-of-type {
    padding-bottom: 0;
}

.tab-pane h3 {
    font-size: 1.25rem;
}

.tab-pane .project-presentation .card {
    border: 1px solid #ddd;
}

.tab-pane .project-presentation .card>.card-title {
    background: #ffffff;
}

.form-heading {
    font-size: 1.25rem;
    margin: 1rem 0 1.5rem;
}

.form-sub-heading {
    font-family: 'ddabold08';
    font-size: 1rem;
    border-top: 1px solid #dedede;
    padding: 1.5rem 0;
}

.file-picker {
    width: .1px;
    height: .1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-picker+label {
    font-family: 'proxima_nova_altlight';
    max-width: 300px;
    width: fit-content;
    font-size: .875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 1rem 1.25rem 1rem;
    border: 1px solid #111;
    border-radius: 2px;
    color: #fff;
    background-color: #111;
    outline: none;
    margin-top: 0.5rem;
    display: inline-flex;
    margin-right: 1rem;


}

.form-group:has(.file-picker+label) .form-text {
    display: inline-flex;
    translate: 0 5px;
}

.file-picker+label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em;
}

.dda-input-control {
    margin-top: 0.5rem;
    height: 48px;
}

button.disabled,
button.disabled:hover {
    color: #ccc;
    cursor: not-allowed;
}

button:hover,
button:active,
button:focus {
    outline: 0;
    border-color: #ffffff;
}

.btn-linkedin {
    background: #0077b5;
    color: #fff;
}

#register button .icon {
    font-size: 1.2rem;
}

.card-body {
    min-height: 50px;
    padding: 1.5rem 1rem;
}

.circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.icon-number {
    font-family: 'ddaheavy08';
    font-size: 3rem;
    font-weight: 900;
    padding-bottom: 0;
    line-height: 1;
}

.cols-delimited>div[class*='col']:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.nav-pills .nav-link.active {
    color: #fff;
}

.card {
    border-radius: 0;
}

button p {
    margin-bottom: 0;
}

#categories .card {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
}

#categories .card>.card-header {
    padding: 0;
    border: 0;
}

#categories .card>.card-header button {
    padding: 1.5rem 0;
    width: 100%;
    border: 0;
}

#categories .heading-6 {
    font-family: 'ddaultralight08';
    line-height: 1;
}

#categories .heading-3 {
    font-family: 'ddabold08';
    line-height: 1;
}

#categories .card-body {
    padding: 0;
}

.award-overview .card {
    border: 1px solid #111;
    background: transparent;
}

.progressbar a:hover,
.progressbar a.active {
    color: #000;
}

.form-card--style-2 .form-header {
    padding: 1rem 0;
}

.card-flip h1 {
    font-size: 3rem;
}

#intro p {
    font-size: 1.45rem;
    line-height: 1;
    text-align: center;
}

#accordion a.toggle[aria-expanded="false"]:before {
    content: 'Read more';
}

#accordion .card {
    border: 0;
}

#accordion a.toggle[aria-expanded="true"]:before {
    content: 'Close';
}

.border-top,
.border-bottom,
.border-left,
.border-right,
.border {
    border-color: #111 !important;
}

.social-media>li {
    display: inline-block;
    font-size: 2rem;
    padding-right: 1rem;
}

.social-media>li a {
    line-height: 1;
    color: #111;
}

.card-group {
    width: 100%;
    -ms-flex-flow: row wrap;
    flex-flow: column;
}

.progressbar .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-right: 18px;
    overflow-y: hidden;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
}

.progressbar .icon-label {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #888;
}

.progressbar .nav-item {
    min-width: 118px;
}

#accordion #ddacat2,
#accordion #ddacat4 {
    background-color: #ccc;
}

#accordion #ddacat1,
#accordion #ddacat3 {
    background-color: #ffffff;
}

#awards .card-inner {
    width: 90%;
    margin: 0 auto;
}

.project-presentation .list-group-item h5 {
    color: #111;
    font-size: 1rem;
}

.project-presentation .gallery-thumb {
    height: 65px;
    overflow: hidden;
}

.gallery-row {
    display: none;
}

.gallery-row:has(#slideshow) {
    display: block;
}

.gallery-container .gallery-thumbs {
    padding: 0;
}

.gallery-container+.card {
    margin-top: 3rem;
}

.gallery-top img {
    border-radius: 0;
}

button.prev {
    background: none;
    border: 0;
}

.input-group-addon {
    border-color: #ffffff;
}

@media (min-width: 576px) {
    .card-group>.card {
        -ms-flex: unset;
        flex: unset;
    }

    #awards .card-inner {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    #awards .card-inner {
        width: 90%;
        margin: 0;
    }

    .tab-pane .card-body {
        padding: 1.5rem;
    }

    #accordion #ddacat1,
    #accordion #ddacat4 {
        background-color: #ccc;
    }

    #accordion #ddacat2,
    #accordion #ddacat3 {
        background-color: #ffffff;
    }
}

@media (min-width: 992px) {
    #navbar_main .navbar-collapse {
        margin-top: 0;
        border-top: 0;
    }

    #navbar_main .navbar-nav {
        min-width: 100px;
    }

    #awards .card-inner {
        width: 70%;
    }

    .tab-pane .card-body {
        padding: 1.5rem 3rem;
    }

    .card-flip h1 {
        font-size: 3rem;
    }

    .tabs .nav-pills.nav-pills--rounded>li>a>.nav-pill>.nav-pill-circle {
        background: #dadada;
    }

    .tabs .nav-pills.nav-pills--rounded>li>a,
    .tabs .nav-pills.nav-pills--rounded>li>a.active {
        min-width: 130px;
    }

    .tabs .nav-pills.nav-pills--rounded>li:last-child>a {
        min-width: auto;
    }

    .tabs .nav-pills.nav-pills--rounded>li>a:before {
        background: #dadada;
    }
}

.desoslide-wrapper {
    position: relative;
    text-align: center
}

.desoslide-controls-wrapper {
    position: relative;
    float: right;
    height: 36px;
    line-height: 41px;
    bottom: 8px;
    z-index: 100;
    opacity: 1
}

.desoslide-controls-wrapper a:hover {
    opacity: .7
}

.desoslide-overlay {
    height: 36px;
    position: absolute;
    z-index: 10;
    text-align: left;
    color: #fff;
    font-weight: 700;
    background-color: #000;
    padding: 8px;
    opacity: 0
}

.desoslide-overlay>a {
    position: relative;
    top: -1px;
    color: #fff
}

.desoslide-overlay .desoslide-caption-title {
    display: inline-block;
    position: relative;
    top: -1px;
    max-width: 90%;
    max-height: 24px;
    font-size: 14px;
    overflow: hidden
}

.desoslide-controls {
    display: inline-block;
    background: url(../img/desoslide_controls.png) no-repeat
}

.desoslide-controls.prev {
    width: 16px;
    height: 16px;
    background-position: 0 -54px
}

.desoslide-controls.pause {
    width: 16px;
    height: 16px;
    background-position: 0 -18px
}

.desoslide-controls.play {
    width: 16px;
    height: 16px;
    background-position: 0 -36px
}

.desoslide-controls.next {
    width: 16px;
    height: 16px;
    background-position: 0 0
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #eee;
    padding: 0.75rem;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    gap: 0.75rem;

}

.swiper-slide {

    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

#slideshow_thumbs {
    display: none;
}

#slideshow_thumbs:has(.item) {
    display: block;
    margin-top: 1rem;
}

#slideshow_thumbs .item {
    filter: grayscale(0.9);
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: all 0.2s ease-in-out;
    cursor: hand;
    cursor: -webkit-zoom-in !important;
    cursor: -moz-zoom-in !important;
}

#slideshow_thumbs .item:hover,
#slideshow_thumbs .item:active,
#slideshow_thumbs .item:focus {
    filter: grayscale(0);
    transform: scale(1);
    cursor: zoom-in;
    cursor: -webkit-zoom-in !important;
    cursor: -moz-zoom-in !important;
}

#slideshow_thumbs .swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
    cursor: pointer !important;
    cursor: -webkit-pointer !important;
    cursor: -moz-pointer !important;
}

#slideshow_thumbs img {
    height: 100px;
    object-fit: cover;
    object-position: center;

}


.swiper-slide.active img {
    filter: opacity(60%) grayscale(80%);
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 0;
        border-top: 0;
    }

    #navbar_main .nav-link {
        padding: 1rem 0;
    }
}

.jury-nav {
    width: 100%;
    z-index: 100;
}

.jury-nav .sidebar {
    border-radius: 0;
    padding: 0;
}

.sidebar .profile-stats {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.sidebar .stats-count {
    font-family: 'ddaheavy08', serif;
    font-size: 2rem;
    line-height: 1;
}

.sidebar .stats {
    padding: 20px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.sidebar .navbar .heading {
    margin: 1rem auto;
    border-bottom: 1px rgba(255, 255, 255, 0.5);
}

.badge.badge-lg {
    padding: 0.3rem 1rem 0.75rem;
}

.jury-nav .navbar-text {
    padding: 1rem;
}

.jury-nav .sidebar .nav-link {
    color: #fff;
    justify-content: space-between;
    display: flex;
}

.jury-nav .sidebar .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.jury-nav .badge {
    padding: 0.3rem 0.5rem 0.5rem;
    font-size: 0.7rem;
}

.jury-nav .navbar .navbar-nav .nav-link {
    font-family: 'ddaultralight08', serif;
    margin: 0;
    padding: 1rem;
}

.jury-nav .navbar {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jury-nav .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

:focus {
    outline: none;
}

.dda-rating-input {
    height: 100%;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 0.05rem solid;
    border-color: #60a6b0;
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.dda-rating-input:checked {
    border-width: 0.5rem;
}

#votingform h5 {
    margin-bottom: 0;
}

#votingform .form-check-input {
    font-size: 2rem;
}

#votingheader.btn {
    text-decoration: none !important;
    font-size: 3rem;
}

.votingarea .border {
    border: 1px solid #808080 !important
}

.votingarea .form-check {
    padding-top: 0rem;
}

#votingarea .form-check .form-check-label {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 0.35rem;
    margin: 0.2rem;
}

.votingarea h5 {
    font-family: 'ddabold08', sans-serif;
}

.votingarea .form-group .textarealabel {
    font-family: 'ddabold08', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-size: 1.25rem;
    padding-bottom: 0.3rem;
}

.votingarea .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination {
    z-index: 9999999;
}

.pagination-item {
    position: fixed;
    top: 50%;
    margin-top: -.875rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #111;
    color: #fff;
    border-bottom: 0;
}

.pagination-item svg {
    fill: white;
    position: relative;
    top: 50%;
    display: block;
    margin: -0.5rem auto 0;
    width: 2rem;
    height: 1rem;
}

.list-group-item,
.card>.card-title,
.card>.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.inverse .list-group-item,
.card.inverse>.card-title,
.card>.card-header {
    background-color: transparent !important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.card.inverse *:not(.badge) {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.badge-rating {
    font-size: 1.25rem;
    padding: 0.25rem 1rem;
    margin-top: 0.5rem;
    font-weight: bolder;
}

.badge-vote-cat {
    font-family: 'ddabold08', sans-serif;
    font-size: 1rem;
    position: relative;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.4rem;
    color: #fff;
    background-color: #17a2b8;
    margin-left: 0.5rem;
    padding: 0;
}

.pagination-item.right {
    right: 2.25rem;
}

.nowrap {
    white-space: nowrap;
}

.pagination-item.left {
    left: 2.25rem;
}

.table .btn-review {
    color: #111 !important;
    border-color: #111;
    font-size: 0.7rem !important;
    padding: .25rem .5rem;
    border-radius: 0.2rem !important;
}

.table .btn-review:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.table .thead-dark th {
    background-color: #111;
}

.table .thead-light th {
    background-color: #ffffff;
}

.table .thead-light th,
.table .thead-light td {
    color: #111111;
}

.table tr td:nth-of-type(n+3),
.table tr th:nth-of-type(n+3) {
    text-align: center;
}

.table.table-light tbody td {
    color: #111;
}

.gallery-container .gallery-thumbs .swiper-slide {
    width: fit-content !important;
}

.table-striped tbody td {
    border-color: white !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .0125);
}

.table-striped tbody tr:nth-of-type(odd):hover {
    background-color: var(--bg-teal-subtle-hover);
}

.table-striped tbody tr:nth-of-type(even):hover {
    background-color: var(--bg-teal-subtle);
}

.admin-user .awardcats .card {
    display: flex;

}

thead th .header {
    padding-block: 0.5rem;
}



.hamburger {
    padding: 2px;
    height: 18px;
    transition: translate 0.2s ease;

    &.is-active {
        translate: 0 -4px;
    }
}

.badge.days,
.badge.hours,
.badge.minutes,
.badge.seconds {
    font-family: 'ddaultralight08';
    font-size: 1rem;
    height: 24px;
    line-height: 21px;
    padding: 0 .5em;

}

.timer-badges {
    font-family: 'ddaultralight08';
    display: flex;
    min-height: 30px;
    align-items: anchor-center;
}

.timer-label {
    display: block;
    line-height: 16px;
    height: 20px;
}

.jury-submission-overview .table>tbody>tr>td {
    border-top: 1px solid rgba(0, 0, 0, 0.7) !important;
}

.jury-submission-overview .btn {
    font-family: "ddaultralight08", sans-serif;
    font-size: 0.85rem;
}

.jury .swiper-slide .item img {
    aspect-ratio: 1;
    object-fit: cover;
}

#field-108,
#field-109,
#field-110 {
    .list-group-item {
        border-bottom: 0;
    }
}

.videopreview {
    background-color: #111;
    width: 100%;
    object-fit: contain;
    position: relative;
    max-width: 100%;
    max-height: 85svh;
    margin-inline: auto;

    video {
        max-height: 85svh;
    }
}

.videopreview.portrait {
    max-width: 450px;
    margin-inline: auto;
}

.videopreview .video-js {
    margin-inline: auto;
    display: flex;
}

.vjs-seeking,
.vjs-waiting {
    visibility: hidden;
}

.submission-overview .table :is(td, th) {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.submission-overview .table td.col-categories {
    white-space: nowrap;
    width: 20%;
}

h4 .badge.badge-lg {
    padding: .75em;
}

tr[onclick]:hover {
    cursor: pointer;
}

#votingform textarea {
    font-size: larger;
}

#footer a:hover {
    text-decoration: none;
}

.submission-overview--completed .table {
    width: 100%;



    thead th {
        font-family: 'proxima_nova_bold', sans-serif;
        font-weight: 700;
        font-size: 0.85rem;
    }

    tbody td {
        font-size: 1rem;

    }

    th,
    td {
        padding: 0.75rem !important;
    }


    .th-category {
        width: 112px;
    }

    td .fa-comment {
        font-size: 1.25rem;
    }

    .th-category>div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 112px;
        margin-inline: 0;
        padding: 0;
    }

    .badge-lg {
        padding: 0.25rem 1rem 0.25rem;
        font-size: 1rem;
        height: fit-content;
        display: inline-block;
        font-family: 'proxima_nova_bold', sans-serif;
        font-weight: 700;
        color: #111;
    }
}

#votingform {
    textarea {
        min-height: 100px;
    }
}

.td-larger tbody td,
.th-larger thead th {
    font-size: 1.15rem;
}

td .fa-comment {
    opacity: 0.5;
}

td [hover-tooltip] {
    position: absolute;
    inset: 0;

    .fa-comment {
        opacity: 1;
    }
}

tr:has(td:has([hover-tooltip]):hover) {
    position: static;
}


td:has([hover-tooltip]) {
    isolation: isolate;
    position: relative;
    z-index: 2;
}

[hover-tooltip] {
    --tooltip-bg: var(--bg-teal-dark);
    --tooltip-color: #fff;
    --tooltip-animation: tooltip-fade-in 300ms ease 125ms forwards;
    position: relative;
    cursor: pointer;

}

[hover-tooltip]:hover::before {
    content: attr(hover-tooltip);
    position: absolute;
    display: block;
    left: 50%;
    width: max-content;
    max-width: 300px;
    bottom: 100%;
    transform: translate(-50%, -3px);
    opacity: 0;
    animation: var(--tooltip-animation);
    background: var(--tooltip-bg);
    border-radius: 0.25rem;
    padding: .75rem;
    z-index: 1;
    line-height: 1.25;
    color: var(--tooltip-color);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

[hover-tooltip]:hover::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 0;
    bottom: calc(100% - 12px);
    margin-left: -15px;
    border: 1px solid;
    border-color: var(--tooltip-bg) transparent transparent transparent;
    border-width: 15px 15px 0;
    opacity: 0;
    animation: var(--tooltip-animation);
    z-index: 1;
}

@keyframes tooltip-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hover-tooltip--lg:hover::before {
    padding: 1rem 1rem 1.5rem;
}

textarea#note {
    min-height: 100px;
    height: fit-content;
    field-sizing: content;
    max-width: 620px;
}

tbody:has(.clickable) .job-done {
    display: none;
}

.job-done {
    text-align: center;
    pointer-events: none;

    :hover {
        cursor: default;

    }
}

.fs-lg {
    font-size: 1.25rem !important;
}

.fs-xl {
    font-size: 1.5rem !important;
}




.body-wrap:has(.submission-overview),
.st-container:has(.submission-overview) {
    overflow: unset;
}

.jury-visible-nav .nav-link {
    font-size: 1.15rem;
    font-family: 'proxima_nova_bold', sans-serif;
    color: #333;
}

.bg-teal-dark {
    background-color: var(--bg-teal-dark) !important;
}

.bg-teal-light {
    background-color: var(--bg-teal-light) !important;
}


.clickable {
    td {
        position: relative;

        .stretched-link {
            position: absolute;
            inset: 0;
        }
    }
}

.mb-6 {
    margin-bottom: 4.5rem;
}

.mb-7 {
    margin-bottom: 6rem;
}

.card .bg-teal-dark {
    background-color: var(--bg-teal-dark) !important;
    color: #fff;
    font-family: 'proxima_nova_bold', sans-serif;
}

.proxima-bold {
    font-family: 'proxima_nova_bold' !important;
}

body:has(.st-container) {
    background-color: var(--dda-light);

    .container-fluid {
        max-width: 1600px;
        margin-inline: auto;
    }

    .awardcats .card {
        --card-padding: min(3rem, 6%);
        --card-padding-inner: calc(var(--card-padding) / 3);
        background-color: transparent;
        width: 100%;

        .card-header,
        .card-body,
        .card-footer {
            border: 0;
            padding-inline: var(--card-padding);
        }

        .card-header {
            padding-block: var(--card-padding) var(--card-padding-inner);
        }

        .card-body {
            padding-block: var(--card-padding-inner);

            &:empty {
                display: none;
            }
        }

        .card-footer {
            padding-block: var(--card-padding-inner) var(--card-padding);
        }

        p {
            font-size: 1.25rem;
            line-height: 1.75rem;
            opacity: 0.75;
        }

        .btn-dda-light {
            padding: 1rem 1.5rem;
            background-color: var(--dda-light);
            border-color: var(--dda-dark);
            color: var(--dda-dark);
            transition: all 0.2s ease-in-out;
            font-size: 1rem;

            &:hover {
                background-color: var(--dda-dark);
                color: #fff;
            }
        }
    }
}

.videoform {
    .videoinputurl {
        border-color: #111;
        border-right-width: 0;
    }
}






#submissiongallery {

    .gallery-main-image {
        position: relative;
        background: #f1f1f1;
        border-radius: 6px;
        padding: 1rem;
    }

    .carousel-inner {
        width: 100%;
    }

    .carousel-inner .carousel-item {
        background-color: #f1f1f1;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-inner .carousel-item.active {
        display: flex;
    }

    .carousel-inner .carousel-item {
        flex-direction: column;
    }

    .gallery-img-wrap {
        position: relative;
        display: inline-flex;
        max-height: 100%;
        max-width: 100%;
    }

    .gallery-img-wrap img {
        display: block;
        max-width: 100%;
        max-height: 500px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .gallery-label {
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        padding: 0.4rem 0.75rem;
    }

    .gallery-expand-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
        cursor: zoom-in;
    }

    .gallery-expand-icon {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border-radius: 4px;
        padding: 6px;
        line-height: 0;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .gallery-expand-btn:hover .gallery-expand-icon {
        opacity: 1;
    }

    .carousel-indicators.list-inline {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        margin: 0.75rem 0 !important;
        padding-bottom: 0.75rem;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 6px;
        scrollbar-width: none;
    }

    .carousel-indicators .list-inline-item {
        flex-shrink: 0;
        width: 80px !important;
        height: 80px !important;
        aspect-ratio: 1;
        display: flex !important;
        background-color: #f5f5f5;
        border-radius: 4px;
        overflow: hidden;
        opacity: 1;
        text-indent: 0 !important;
        border: 2px solid transparent;
        transition: border-color 0.2s;
        margin: 0 !important;
    }

    .carousel-indicators .list-inline-item img {
        filter: grayscale(0.5) opacity(0.6);
        transition: filter 0.2s ease-in-out;
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }

    .carousel-indicators .list-inline-item:hover,
    .carousel-indicators .list-inline-item.active {
        border-color: #333;
    }

    .carousel-indicators .list-inline-item:hover img,
    .carousel-indicators .list-inline-item.active img {
        filter: grayscale(0) opacity(1);
    }

    .carousel-indicators .item {
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        display: flex;
        width: 100%;
        height: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .carousel-control-prev {
        left: 0.75rem;
    }

    .carousel-control-next {
        right: 0.75rem;
    }

    .gallery-main-image:hover .carousel-control-prev,
    .gallery-main-image:hover .carousel-control-next {
        opacity: 1;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>");
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l1.5 1.5L4.25 4l2.5 2.5-1.5 1.5-4-4 4-4z'/></svg>");
    }
}

#imageOverlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#imageOverlay.active {
    display: flex;
}

#imageOverlay img {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
}

.btn-submit-closed {
    display: none;
}

.submission-open .heading-closed {
    display: none;
}

.submission-closed .heading-open {
    display: none;
}

.submission-closed .btn-submit-closed {
    display: block;
}

.submission-closed .final-submit {
    display: none;
}

.admin-user.submission-closed .btn-submit-closed {
    display: none;
}

.admin-user.submission-closed .final-submit {
    display: block;
}

:root {
    --carousel-item-height: 500px;
}

@media (min-width: 1200px) {

    #submissiongallery .carousel-inner {

        --carousel-item-height: 650px;

        .carousel-item {
            height: var(--carousel-item-height);
        }

        .gallery-img-wrap img {
            max-height: var(--carousel-item-height);
        }
    }

}

@media (min-width: 1600px) {

    #submissiongallery .carousel-inner {
        --carousel-item-height: 750px;
    }

}

@media (min-width: 576px) {
    .row:has(> .grid-item) {
        .grid-item {
            margin-bottom: 20px;
        }

        .grid-item:nth-of-type(even) {
            padding-inline: 15px 10px;
        }

        .grid-item:nth-of-type(odd) {
            padding-inline: 10px 15px;
        }
    }
}