body {
    touch-action: pan-x pan-y;
}
.topcenter {
    width: 640px;
    margin-top: 96px;
    margin-left: calc(50vw - 320px);
}
.topcenter.event-competition {
    margin-left: calc(50vw - 280px);
    max-width: 560px;
}
.container .content.event-page {
    left: 80px;
    width: calc(100% - 80px);
    overflow: scroll;
}
.topcenter h1 {
    display: block;
    text-align: center;
    color: var(--stub);
    font-weight: 500;
    margin-bottom: 60px;
}
.topcenter h2 {
    text-align: center;
    font-size: 18px;
    color: var(--stub);
    font-weight: 700;
}
.topcenter h3 {
    color: #ccc;
}
.topcenter > .title {
    color: #222222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 18px;
}
.topcenter .job-type {
    background: #f6f6f6;
    height: 96px;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
    border: 2px solid #f6f6f4;
}
.job-type img {
    width: 48px;
    height: 48px;
    padding: 24px 35px;
}
.topcenter .job-type:hover {
    border: 2px solid var(--accent);
}
.topcenter .job-type > div {
    position: absolute;
    left: 120px;
    width: calc(100% - 180px);
    top: 0;
    height: 100%;
}
.topcenter .job-type > div > div {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topcenter .job-type .title {
    font-size: 18px;
    font-weight: 400;
}
.topcenter .job-type .subtitle {
    font-size: 14px;
    color: #979797;
    line-height: 20px;
    padding-top: 4px;
}
@media screen and (max-width: 480px) {
    .job-type img {
        padding-left: 12px;
    }
    .topcenter .job-type > div {
        position: absolute;
        left: 72px;
        width: calc(100% - 96px);
        top: 0;
        height: 100%;
    }
}
@media screen and (max-width: 360px) {
    .topcenter .job-type {
        height: 128px;
    }

}
.button {
    display: inline-block;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
}
.button:hover {
    border: 1px solid #aaa;
}
.button .brand-icon {
    height: 16px;
    margin-bottom: -4px;
}
.button.accent {
    background: var(--accent);
    border: none;
}
.button.accent:disabled, .button.accent:disabled:hover {
    background: #ccc;
    cursor: progress;
}
.button.accent.disabled, .button.accent.disabled:hover {
    cursor: default;
    background: #FDD83561;
    color: #ABABAB;
}
.button.accent.right.hidden {
    display: none !important;
}
.button.accent:hover {
    background: var(--accent-hover);
}
.button.accent.danger {
    background: #f40;
    color: #fff;
    border: none;
}
.button.accent.danger:hover {
    background: #f62;
}
.button.gray {
    background: #eee;
    border: none;
}
.button.gray:hover {
    background: #ddd;
    border: none;
}
.button.right {
    float: right;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 8px;
}
.button.topright {
    margin: 8px 20px;
    float: right;
    display: inline-block;
    width: 160px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 28px;
    margin-right: 32px;
}
.comment {
    color: var(--text-light);
    font-size: 12px;
}
.comment.strong {
    color: var(--stub);
    font-size: 12px;
}
.inline-link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
.inline-link.button-text {
    font-size: 12px;
    display: block;
    padding: 12px;
    width: 100%;
}
.inline-link.accent {
    font-weight: 300;
    /*text-decoration: underline;*/
    /*text-decoration-color: var(--accent);*/
    /*-webkit-text-decoration-color: var(--accent);*/
    color: #00667b;
}
.title h1 {
    font-size: 48px;
}
.title h2 {
    line-height: 32px;
}
.input-label {
    font-weight: 400;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
}
.fixedwidth-input {
    width: 240px;
    max-width: 100%;
    display: inline-block;
}
.fixedwidth-input.small {
    width: 100px;
}
.event-competition .fixedwidth-input-full {
    width: 380px;
}
.event-competition .fixedwidth-input-text {
    width: 60%;
}
.event-competition .fixedwidth-input-text-full {
    width: 640px;
}
.event-competition .fixedwidth-input-text-popup {
    width: 560px;
    margin-top: 8px;
}
.event-competition .fixedwidth-input-text-popup::after {
    left: unset;
    right: 12px;
}
.bold-label {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 8px;
}
.school-check-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 22px;
}
.school-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.school-checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}
.school-check-container input:checked ~ .school-checkmark {
    background-color: var(--accent);
    border: 1px solid var(--accent);
}
.school-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.school-check-container input:checked ~ .school-checkmark:after {
    display: block;
}
.school-check-container {
    cursor: pointer;
    vertical-align: top;
}
.school-check-container .school-checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.event-check-container {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
}
.event-check-container .school-checkmark {
    height: 11px;
    width: 11px;
}
.event-check-container .school-checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
}
.small-padding-bot {
    padding-bottom: 12px
}
.school-checkmark.bigger {
    width: 14px !important;
    height: 14px !important;
    top: -2px !important;
    left: 2px !important;
    border-width: 2px !important;
}
.school-check-container .school-checkmark.bigger:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input, select, textarea {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 10px;
    margin: 8px 0;
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    -webkit-appearance: none;
}
textarea {
    padding-right: 30px;
}
input, textarea {
    cursor: text;
}
select {
    cursor: pointer;
}
input:not(:placeholder-shown), textarea:not(:placeholder-shown), input.question-title-input, select.dropdown.question-type-select {
    background: #fff;
}
input.dropdown, select.dropdown {
    background: url("/static/img/ui/dropdown.svg") #f7f7f7 no-repeat calc(100% - 10px);
    background-size: 12px;
    padding-right: 24px;
    cursor: pointer;
}
input.calendar {
    background: url("/static/img/ui/calendar.svg") #f7f7f7 no-repeat calc(100% - 10px);
    background-size: 12px;
    cursor: pointer;
}
input:focus, textarea:focus {
    border: 1px solid var(--accent);
    background: #fff;
}
input.dropdown:focus, input.dropdown:not(:placeholder-shown) {
    background: url("/static/img/ui/dropdown.svg") #fff no-repeat calc(100% - 10px);
    background-size: 12px;
}
input.calendar:focus, input.calendar:not(:placeholder-shown) {
    background: url("/static/img/ui/calendar.svg") #f7f7f7 no-repeat calc(100% - 10px);
    background-size: 12px;
}
input.link, select.link {
    background: url("/static/img/ui/hyperlink.svg") #fff no-repeat 10px;
    padding-left: 36px;
}
input.dropdown.filter, select.dropdown.filter {
    background: url("/static/img/ui/dropdown.svg") #fff no-repeat calc(100% - 10px);
    background-size: 12px;
}
input.error, textarea.error, select.error {
    border: 1px solid #f80;
}
textarea {
    resize: vertical;
}
.image-upload-container {
    max-width: 320px;
    width: calc(100% - 32px);
    position: relative;
    padding: 16px;
    height: 48px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
}
.image-upload-container img {
    position: absolute;
    top: 8px;
    left: 8px;
    object-fit: scale-down;
}
.image-upload-container > span {
    display: block;
    position: absolute;
    left: 92px;
    top: 16px;
    font-size: 14px;
    color: #797979;
    font-weight: 400;
}
input.extra-dropdown:focus {
    border-radius: 2px 2px 0 0;
}
.button.inline {
    display: inline-block;
    width: unset;
    margin: 8px;
    padding: 12px 24px;
}
.button.inline.small {
    padding: 8px 24px;
}
.questions-root {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}
.question {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin: 8px;
}
.question .head {
    height: 32px;
    padding: 0;
}
.question .head .question-drag {
    display: inline-block;
    background-size: cover;
    background: #e7e7e7 url(/static/img/ui/options.svg) center;
    height: 32px;
    width: 10px;
    float: left;
    cursor: move;
    background-repeat: no-repeat;
    background-size: 16px;
}
.question .head .question-title {
    display: inline-block;
    width: calc(100% - 80px);
    line-height: 32px;
    padding: 0;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.question .question-display {
    font-size: 14px;
    padding: 0 8px 4px;
}
.question .head .question-button {
    float: right;
    border-left: 1px solid #e7e7e7;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.question .head .question-button.duplicate {
    background: url(/static/img/ui/copy.svg) center no-repeat;
    background-size: 12px;
}
.question .head .question-button.duplicate:hover {
    background: #e7e7e7 url(/static/img/ui/copy.svg) center no-repeat;
    background-size: 12px;
}
.question .head .question-button.delete {
    background: url(/static/img/ui/delete.svg) center no-repeat;
    background-size: 20px;
}
.question .head .question-button.delete:hover {
    background: #e7e7e7 url(/static/img/ui/delete.svg) center no-repeat;
    background-size: 20px;
}
.question .details {
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.question .details .question-complete-button {
    background: url(/static/img/ui/check.svg) center no-repeat;
    background-size: 16px;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
}
.question .details .question-complete-button:hover {
    background: #e7e7e7 url(/static/img/ui/check.svg) center no-repeat;
    background-size: 16px;
}
.question .details .label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    width: 120px;
    padding: 20px 16px;
    vertical-align: top;
}
.question .details .label.label-post {
    width: calc(100% - 192px);
    padding-left: 0;
    font-size: 14px;
    padding-top: 18px;
    color: #797979;
}
.question .details select, .question .details > input {
    display: inline-block;
    width: calc(100% - 172px);
}
.question .details .text-answer-options {
    font-size: 12px;
    padding: 16px;
    text-align: center;
}
.question .details .answers-container {
    display: inline-block;
    width: calc(100% - 172px);
}
.question .details .answers-container input {
    background: #fff;
    width: calc(100% - 40px);
}
.question .details .answers-container .new-answer-button {
    font-size: 16px;
    color: #00667B;
    cursor: pointer;
    margin-top: 16px;
    font-weight: 500;
}
.question .details .answers-container .delete-answer-button {
    background: url(/static/img/ui/delete.svg) right no-repeat;
    background-size: 25px;
    width: 30px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transform: translateY(-2px);
    position: absolute;
    right: 18px;
    padding-top: 16px;
}
.question .details .answers-container input {
    background: #fff;
    width: calc(100% - 40px);
    display: inline-block;
}
.error-label {
    font-size: 12px;
    color: #f40;
    display: block;
    margin: -4px 8px 4px;
}
.warning-label {
    font-size: 12px;
    color: #fdd835;
    display: block;
    font-weight: 900;
    margin: -4px 8px 4px;
    transition: opacity 200ms;
}
.error-label.shifted {
    margin: 2px 8px 4px;
}
.button.inline.small.add-question-button {
    padding: 12px 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-left: 12px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    color: var(--stub);
    font-weight: 300;
    display: block;
    background: #eee;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 0;
    text-align: center;
    margin-right: 23px;
    font-size: 12px;
    transition: padding 500ms;
    cursor: default;
    font-weight: 400;
}
#breadcrumb li a.current {
    font-weight: 700;
}
#breadcrumb li a.highlighted:hover {
    background: var(--accent-hover);
}
#breadcrumb li:nth-child(even) a {
    background-color: #eee;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: #eee;
    border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color: #eee;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #eee;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #eee;
}
#breadcrumb li a.highlighted {
    cursor: pointer;
    background-color: var(--accent);
}
#breadcrumb li a.highlighted:before {
    border-color: var(--accent);
    border-left-color: transparent;
}
#breadcrumb li a.highlighted:after {
    border-left-color: var(--accent);
}
#breadcrumb li a.highlighted:hover:before {
    border-color: var(--accent-hover);
    border-left-color: transparent;
}
#breadcrumb li a.highlighted:hover:after {
    border-left-color: var(--accent-hover);
}
.ui-datepicker {
    width: 230px;
    border: none !important;
    margin-top: -1px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    position: absolute;
    display: none;
    box-shadow: 0 0 32px #0003;
    font-size: 16px;
    line-height: normal;
    cursor: default;
    z-index: 100;
    animation: popup-entrance 100ms ease-out;
    transform: translate(142px, 8px);
}
.ui-datepicker::after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-style: solid;
    border-color: transparent transparent #fff transparent !important;
    left: 223px;
    display: block;
}
.ui-datepicker-header {
    background: transparent;
    border: none;
}
.ui-datepicker-prev, .ui-datepicker-next {
    background: transparent;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    top: 2px !important;
}
.ui-datepicker-prev {
    left: 2px !important;
}
.ui-datepicker-next {
    right: 2px !important;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background: transparent;
    border: none;
}
.ui-datepicker-title {
    font-size: 14px;
    font-weight: 300;
    color: var(--stub );
}
.ui-state-default {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 20px;
    color: var(--stub) !important;
}
.ui-state-disabled {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}
.ui-state-disabled span {
    display: inline-block !important;
}
.ui-state-default.ui-state-highlight {
    font-weight: 500;
    border: 1px solid var(--accent) !important;
}
.ui-state-default.ui-state-active{
    background: var(--accent) !important;
}
.ui-datepicker-calendar {
    font-size: 12px !important;
    table-layout: fixed;
}
.ui-datepicker-calendar a {
    margin: auto;
}
.ui-datepicker .ui-state-active {
    padding: 0 !important;
}
.school-dropdown {
    background: url("/static/img/ui/dropdown.svg") #f7f7f7 no-repeat calc(100% - 10px);
    background-size: 12px;
}
.school-dropdown:focus {
    border: 1px solid #000;
    border-radius: 2px 2px 0 0;
    background: url("/static/img/ui/search.svg") #fff no-repeat calc(100% - 8px) !important;
}
.school-selection-container {
    width: 640px;
    background: #fff;
    display: none;
    border: 1px solid #000;
    margin-top: -9px;
    border-radius: 0 0 2px 2px;
    position: absolute;
    box-sizing: border-box;
}
.school-dropdown:focus ~ .school-selection-container {
    display: block;
}
.school-selection-container .category-container {
    display: flex;
    flex-direction: row;
    color: #aaa;
}
.school-selection-container .category-container .category {
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.school-selection-container .category-container .category.selected {
    color: #000;
    border-bottom: 2px solid var(--accent);
}
.school-selection-container .category-container .category:not(:last-child) {
    border-right: 1px solid #ccc;
}
.school-selection-container .group {
    padding-left: 8px;
    padding-top: 8px;
}
.school-selection-container .group .title {
    padding-top: 0;
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #444;
}
.school-selection-container .group .subtitle {
    font-size: 12px;
    color: #aaa;
}
.school-selection-container .group-expander {
    vertical-align: top;
    cursor: pointer;
}
.school-selection-container .notice {
    padding: 16px;
    color: #444;
    font-size: 12px;
    display: none;
}
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0 !important;
}
.school-list-container .group {
    padding-top: 0;
    padding-left: 32px;
    position: relative;
}
.group.scrollable {
    max-height: 320px;
    overflow-y: scroll;
}
.group.rel {
    position: relative;
}
.ui-menu.ui-widget.ui-autocomplete {
    background: #fff;
    border: 1px solid var(--accent);
    border-top: none;
    padding: 0;
    list-style-type: none;
    z-index: 2;
}
.ui-menu.ui-widget.ui-autocomplete li {
    margin: 0;
    /*padding: 4px 16px;*/
    vertical-align: middle;
    height: 24px;
    font-size: 14px !important;
    line-height: 16px !important;
    white-space: nowrap;
    width: calc(100% - 32px);
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper, .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-top: 8px !important;
}
.ui-menu.ui-widget.ui-autocomplete li:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.ui-state-active {
    background: transparent !important;
    color: inherit !important;
    border: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    padding: 3px 1em 3px .4em !important;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.no-templates {
    color: var(--text-light);
}
.ui-menu-item, .ui-menu-item.ui-state-active {
    color: inherit !important;
    border: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    padding: 1px !important;
    height: 32px !important;
}
.job-type-autocomplete.ui-menu-item-wrapper {
    height: 100%;
    width: 100%;
    padding: 3px 1em 3px 1em !important;
}
.ui-menu-item {
    width: calc(100% - 2px) !important;
}
.job-type-autocomplete {
    overflow: hidden !important;
    max-width: calc(100% - 100px);
}
.job-type-autocomplete .title {
    display: inline-block;
    font-weight: 500;
    font-size: 12px !important;
}
.job-type-autocomplete .subtitle {
    display: inline-block;
    padding-left: 12px;
    font-size: 12px;
    max-width: 300px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.natural-language-form {
    text-align: center;
    font-size: 25px;
    line-height: 48px;
}
.natural-language-text {
    vertical-align: top;
    display: inline-block;
    font-size: 25px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-weight: 400;
    line-height: 36px;
    border: none;
    border-radius: 0;
    position: relative;
    overflow-y: visible;
    height: 36px;
    margin-top: 10px;
}
.natural-language-select {
    vertical-align: top;
    display: inline-block;
    font-size: 25px;
    min-width: 200px;
    max-width: 320px;
    font-weight: 300;
    line-height: 36px;
    height: unset;
    color: #00667b;
    cursor: pointer;
}
.natural-language-label {
    border: none;
    display: inline-block;
    border-bottom: 2px solid #00667b;
    margin-top: 4px;
    height: 36px;
    width: 240px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}
.natural-language-popup {
    position: relative;
    border: 2px solid #00667b;
    border-top: none;
    z-index: 2;
    background: #fff;
    display: none;
    overflow-y: scroll;
    max-height: 200px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.natural-language-popup::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.natural-language-popup .option {
    transition: background 100ms, color 100ms;
}
.natural-language-popup .option.selected {
    background: #00667b;
    color: #fff;
}
.natural-language-form .dropdown {
    margin: 0 8px;
}
.fields-input, .years-input, .job-function-input {
    border: none !important;
    border-radius: 8px 8px 0 0 !important;
    margin: 0;
    background: #fff url("/static/img/ui/search.svg") no-repeat calc(100% - 8px) !important;
    padding-right: 32px;
}
.fields-popup .field, .years-popup .year, .job-function-popup .job-function {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 8px 32px 8px 8px;
}
.fields-popup .field .school-check-container, .years-popup .year .school-check-container,
.job-function-popup .job-function .school-check-container {
    position: absolute;
    right: 4px;
    top: 6px;
}
.fields-popup .no-data-label, .years-popup .no-data-label, .job-function-popup .no-data-label {
    text-align: center;
    color: var(--text-light);
    font-size: 12px;
    padding: 8px 0;
    display: none;
    font-weight: 500;
}
.fields-popup .scrollable, .years-popup .scrollable {
    max-height: 400px;
    overflow-y: scroll;
}
.input-descriptor {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 8px;
    color: #a0a0a0;
    font-weight: 400;
}
@media screen and (max-width: 1279px) {
    .fields-popup .scrollable, .years-popup .scrollable {
        max-height: calc(100vh - 64px);
        overflow-y: scroll;
    }
}
@media screen and (max-width: 680px) {
    .topcenter, .topcenter.event-competition {
        width: calc(100vw - 40px);
        margin-left: 20px;
        max-width: 100%;
    }
    .question .details .label {
        width: calc(100% - 32px);
        padding-bottom: 4px;
        padding-top: 8px;
    }
    .question .details .label.label-post {
        padding-left: 16px;
        padding-top: 16px;
    }
    .question .details .label:first-of-type {
        padding-top: 16px;
    }
    input.question-title-input, select.dropdown.question-type-select, .question .details .answers-container {
        margin-left: 14px;
        width: calc(100% - 28px) !important;
    }
    .question .details .answers-container {
        width: calc(100% - 28px) !important;
    }
}
@media screen and (max-width: 800px) {
    .fields-popup .scrollable, .years-popup .scrollable {
        padding-bottom: 64px;
    }
}
#breadcrumb_mobile {
    display: none;
    background: #fff;
    text-align: center;
    width: calc(100% - 16px);
    margin: 8px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
#breadcrumb_mobile .dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 8px;
    background: #eee;
}
#breadcrumb_mobile .dot.full {
    background: var(--accent);
}
@media screen and (max-width: 620px) {
    #breadcrumb {
        display: none;
    }
    #breadcrumb_mobile {
        display: block;
    }
}

.image-size-label {
    margin-top: 10px;
}

input, .export {
    display: block;
}

button {
    margin-top: 10px;
}

input.cropit-image-zoom-input {
    position: relative;
    margin-top: 20px !important;
    width: calc(100% - 110px);
}
#image-cropper {
    overflow: hidden;
}

.image-size-label {
    margin-top: 10px;
}

.fas.large {
    font-size: 20px;
    line-height: 20px;
    padding: 8px;
}
.fas.small {
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
}
.button {
    display: inline-block;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
}
input[type=range] {
    background: unset;
    border: unset !important;
    border-radius: unset;
    padding: unset;
    margin: unset;
    display: unset;
    width: unset;
    font-size: unset;
    background: linear-gradient(to bottom, #fff 45%, #ccc 50%, #fff 55%) !important;
    height: 16px;
}

input[type=range]::-webkit-slider-thumb {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

.image-upload-container .event-image-remove {
    position: absolute;
    background: white;
    border-radius: 100px;
    padding: 2px;
    height: 14px;
    top: -1px;
    left: 60px;
    box-shadow: 2px 2px 2px #0001;
    opacity: 0.5;
    border: 1px solid #00000014;
    transition: opacity 200ms;
    display: none;
    z-index: 2;
}

.image-upload-container .event-image-remove.shown {
    display: block;
}

.image-upload-container .event-image-remove:hover {
    opacity: 0.9;
}
.cropit-preview-image-container {
    border-radius: 0;
    z-index: 100;
}
.cropit-preview.cropit-image-loading .spinner {
  opacity: 1;
}

/* Show move cursor when image has been loaded */
.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
  cursor: move;
}

/* Gray out zoom slider when the image cannot be zoomed */
.cropit-image-zoom-input[disabled] {
  opacity: .2;
}

/* Hide default file input button if you want to use a custom button */

/* The following styles are only relevant to when background image is enabled */

/* Translucent background image */
.cropit-preview-background {
  opacity: .2;
}
input.cropit-image-zoom-input {
  position: relative;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
#image-cropper {
  overflow: hidden;
}
.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 400px;
    height: 225px;
}
.image-editor {
    width: 400px;
    height: 225px;
    max-width: 400px;
    max-height: 225px;
    padding: 32px;
}
.cropit-preview-image-container {
    cursor: move;
}

.image-size-label {
    margin-top: 10px;
}

input, .export {
    display: block;
}

button {
    margin-top: 10px;
}
.new-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.new-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100px;
}
.new-radio-check {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
}
.new-radio-check:after {
    content: "";
    position: absolute;
    display: none;
}
.new-radio input:checked ~ .new-radio-check:after {
    display: block;
}
.new-radio .new-radio-check:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}
.new-radio-inline {
    font-weight: 400;
    padding-left: 28px;
    font-size: 14px;
    margin-left: 10px;
}
.new-radio-inline:first-of-type {
    font-weight: 400;
    padding-right: 14px;
    font-size: 14px;
    margin-left: 0;
}
.new-radio-inline:last-of-type {
    margin-left: 26px;
}
.radio-buttons-mobile {
    display: none;
}
.radio-buttons-desktop {
    display: flex;
}
.salary-f {
    display: flex;
}
.salary-left {
    flex: 1 50%;
}
.salary-right {
    flex: 1 50%;
    text-align: right;
    transition: opacity 300ms;
}
.salary-block {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.salary-block input {
    width: 150px;
}
.salary-block input.left {
    width: 170px;
}
.salary-block input.right {
    width: 170px;
    margin-left: 8px;
}
.salary-mobile-mid {
    padding: 16px 0;
    transition: opacity 300ms;
}
.salary-mobile-mid.left {
    padding-right: 8px;
}
.salary-mobile-mid.right {
    padding-left: 8px;
    padding-right: 8px;
}
.desktop-padding-left {
    padding-left: 150px;
    padding-top: 4px;
}
.error-label-answer {
    font-size: 12px;
    color: #f40;
    display: block;
    margin: 0 2px 4px;
}
.error-label-answer-post {
    margin-bottom: -14px;
}
.error-label-count {
    font-size: 12px;
    color: #f40;
    display: block;
    margin: 8px 2px 4px;
}
@media screen and (max-width: 800px) {
    .desktop-padding-left {
        padding-left: 8px;
    }
    .radio-buttons-mobile {
        display: block;
    }
    .radio-buttons-desktop {
        display: none;
    }
    .salary-left {
        flex: 1;
    }
    .salary-right {
        flex: 1;
    }
    .salary-block .fixedwidth-input.small {
        width: 100%;
    }
    .salary-block input.right {
        margin-left: 0;
    }
    .salary-mobile-mid.right {
        padding-left: 10px;
        padding-right: 12px;
    }
}
@media screen and (max-width: 1279px) {
    .topcenter.event-competition h1 {
        text-align: center;
        margin-bottom: 60px;
    }
    .header.dark {
        background: #f6f6f6;
        border-bottom: 1px solid #e2e2e2;
        /*display: none;*/
    }
    h1 {
        color: #171717;
        font-size: 20px;
        top: 8px;
        left: 0;
        width: 100%;
        z-index: 6;
        margin-bottom: 0;
    }
    h1 .desktop-only {
        display: none;
    }
    .header.dark .logo {
        display: none;
    }
    .header .notifications {
        display: none;
    }
    .user-profile.popup-trigger {
        display: none;
    }
}
.welcome-message {
    text-align: left;
}
.creator-avatar {
    position: relative;
}
.creator-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.creator-avatar .name {
    font-weight: 500;
    padding: 2px 48px 0;
}
.creator-avatar .employer {
    font-size: 14px;
    color: #555;
    padding: 0 48px;
}
.welcome-message .message-container {
    margin-top: 16px;
    background: #f6f6f6;
    border-radius: 18px 18px 6px 6px;
}
.message-container .message {
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    word-break: break-word;
}
.message-container .message.job-message {
    font-weight: 300;
    line-height: 20px;
}
.welcome-message .button {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    font-weight: 900;
    width: calc(100% - 24px);
    border-radius: 0 0 6px 6px;
}
.event-competition .title {
    text-align: left;
}
.natural-language-form .dropdown:first-of-type {
    margin-right: 0;
}
.natural-language-form .dropdown:last-of-type {
    margin-left: 0;
}
.title-left {
    text-align: left;
}
.add-image-container-button {
    font-size: 12px;
    padding-top: 12px;
    display: block;
    color: #00667B;
    font-weight: 700;
    letter-spacing: 1px;
}
.comment-position .inline-link {
    display: inline-block;
    width: 60px;
    float: right;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px;
}
.comment-position .button.accent.right {
    display: inline-block;
    width: 186px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px;
}
@media screen and (max-width: 800px) {
    .natural-language-form .dropdown:first-of-type {
        margin-left: 0;
    }
    .natural-language-form .dropdown:last-of-type {
        margin-left: 0;
    }
    .event-competition .fixedwidth-input-text {
        width: 100%;
    }
    .comment-position .inline-link {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .comment-position .button.accent.right {
        width: 100%;
    }
}
.ql-editor, .ql-editor.ql-blank::before {
    font-size: 16px !important;
    line-height: 20px !important;
}
#limit_selection_error, #limit_selection_location_error {
    font-size: 12px;
    color: #f40;
    display: block;
    margin: 10px 8px 4px;
}
.company-image-item {
    width: 75px;
    height: 75px;
    display: inline-block;
    position: relative;
    margin-bottom: 27px;
    margin-right: 26px;
}
.company-image-item.main {
    cursor: pointer;
}
.event-image-remove {
    position: absolute;
    border-radius: 10000px;
    background: #fff;
    top: -10px;
    right: -11px;
    padding: 2px;
    height: 16px;
    width: 16px;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
    cursor: pointer;;
}
.company-image-list .image_preview {
    border: 1px solid #d2d2d2;
    display: inline-block;
}
.ding-checkbox {
    position: absolute;
    top: 4px;
    right: 4px;
}
.link-event.accent {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}
.input-descriptor.input-separator {
    margin-top: 8px;
}
.entry.ding-checkbox .switch {
    flex: 0 0 40px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.entry.ding-checkbox .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.entry.ding-checkbox .switch input:checked + .slider {
    background-color: var(--accent);
}
.entry.ding-checkbox .switch input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
.entry.ding-checkbox .switch input:focus + .slider {
    box-shadow: 0 0 1px var(--accent);
}
.entry.ding-checkbox .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}
.entry.ding-checkbox .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.step-competition-form, .step-explore-form {
    margin-top: 96px;
}
.exit-button.competition.lenta-shown {
    margin-top: 86px;
}
.exit-button.explore.lenta-shown {
    margin-top: 74px;
}
.step-competition-form.lenta-shown {
    margin-top: 180px;
}
.step-explore-form.lenta-shown {
    margin-top: 170px;
}
.candidate-response-dialog form .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.candidate-response-dialog .blue-link.inline {
    margin-left: 12px;
    font-size: 14px;
    padding: 12px 24px;
}