body {
    touch-action: pan-x pan-y;
}
.ui-autocomplete {
    background: #fff;
    border: 1px solid var(--accent);
    border-top: none;
    width: 549px;
    padding: 0;
    list-style-type: none;
    position: absolute;
}
.ui-autocomplete li {
    margin: 0;
    padding: 4px 16px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    width: calc(100% - 22px);
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 6px;
}
.ui-menu-item-wrapper {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.ui-autocomplete li:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.large-error {
    font-weight: 500;
    color: #f40;
}
.image-editor {
    width: 320px;
    text-align: center;
    margin: auto;
}
.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;
}
.button:hover {
    border: 1px solid #aaa;
}
.button .brand-icon {
    height: 16px;
    margin-bottom: -4px;
}
.button.accent {
    background: var(--accent);
    border: none;
}
.button.accent:hover {
    background: var(--accent-hover);
}
h1 {
    font-size: 30px;
    text-align: center;
}
.centered.master-title h1 {
    text-align: left;
}
.form-container {
    position: absolute;
    width: 600px;
    max-width: calc(100vw - 24px);
    top: 100px;
    left: calc(50vw - 300px);
}
.form-container.oib-dispute-form-container {
    left: calc(50vw - 190px);
    width: 380px;
}
.form-container table td {
    vertical-align: top;
}
.button.register-button {
    display: inline-block;
    width: 160px;
    margin-right: 20px;
}
.comment {
    color: var(--text-light);
    font-size: 12px;
    text-align: center;
}
.comment.strong {
    color: var(--stub);
    font-size: 12px;
}
.inline-link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
.input-label {
    padding: 8px 0 8px 2px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
input, select, textarea {
    border-radius: 2px;
    margin: 8px 0;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: #f6f6f6;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px 8px 10px 10px;
    line-height: 20px;
}
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;
}
input, textarea {
    cursor: text;
}
select {
    cursor: pointer;
}
input:not(:placeholder-shown), textarea:not(:placeholder-shown) {
    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 {
    width: 320px;
    position: relative;
    padding: 16px;
    height: 48px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    margin: auto;
}
.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;
}
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;
}
.error-label {
    font-size: 12px;
    color: #f40;
    display: block;
    margin: 4px 8px 4px !important;
}
.error-label.shifted {
    margin: 2px 8px 4px;
}
.signup-error-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;

    color: #f00;
    display: block;
    margin: 4px 8px 4px !important;
}
.signup-error-label a {
    color: #f00;
    font-weight: 700;
    text-decoration: none;
}
.signup-error-label a:hover {
    text-decoration: underline;
}
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0;
}
#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;
    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);
}
#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);
}
.link-separator {
    width: 30%;
    height: 1px;
    border-top: 1px solid #ccc;
}
.form-container table td {
    vertical-align: top;
}
.oib-dispute-link {
    display: inline-block;
    color: #00667b;
    font-size: 18px;
    cursor: pointer;
}
.oib-dispute-link:hover {
    color: #007C89;
}
.oib-dispute-secondary {
    color: #777;
    font-size: 18px;
}
.oib-dispute-secondary .oib-dispute-link {
    color: #777;
}
@media screen and (max-width: 800px) {
    .oib-dispute-secondary {
        text-align: center;
    }
}
.school-check-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 24px;
}
.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;
}
.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);
}
.register-button:disabled, .register-button:disabled:hover {
    background: #ccc;
    cursor: not-allowed;
}
@media screen and (max-width: 800px) {
    .form-container h2 {
        display: none;
    }
}
@media screen and (max-width: 624px) {
    .form-container {
        left: 12px;
    }
    #breadcrumb {
        display: none;
    }
    #breadcrumb_mobile {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .button.register-button {
        width: 100%;
    }
    .comment {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 404px) {
    .form-container.oib-dispute-form-container {
        left: 12px;
    }
}
@media screen and (max-width: 400px) {
    .image-editor {
        margin-left: calc(50vw - 204px);
    }
}
@media screen and (max-width: 380px) {
    .image-upload-container {
        width: auto;
    }
}

.cropit-preview-image-container {
    border-radius: 1000px;
    z-index: 100;
}
.cropit-preview {
    border: none;
}
.image-editor {
    max-width: 250px;
    max-height: 250px;
    padding-top: 0;
}
input.cropit-image-zoom-input {
    position: relative;
    margin-top: 20px !important;
    width: calc(100% - 110px);
    margin-bottom: 10px !important;
}
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;
}
#fake_image_input, #fake_company_image_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: -1;
}
.input-descriptor {
    font-size: 14px;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 8px;
    color: #a0a0a0;
}
.phone-input-label-info {
    color: #797979;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding-left: 2px;
    margin-top: 2px;
    font-weight: 400;
}
.creepy-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0 auto 20px ;
    display: block;
}
.oib-dispute-title {
    color: #171717;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}
.oib-dispute-subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 30px 0;
}
@media screen and (max-width: 800px) {
    .oib-dispute-title {
        text-align: center;
    }
}
.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;
}