/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#hrgen .item_top {
    padding: 5px;
}

#hrgen .item {
    width: 100%;
    background-color: #ebedee;
    padding: 20px;
    min-height: 320px;
    cursor: pointer;
}

#hrgen .item h3 {
    color: #e5232c;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    font-size: 32px;
}

#hrgen .item p {
    color: black;
    font-family: Montserrat;
    font-size: 15px;
}

#hrgen .item .job-search {
    color: black;
    font-family: Montserrat;
    font-size: 18px;
}

#hrgen .item .desc {
    min-height: 160px;
}

#hrgen .item .button {
    color: #e5232c;
    font-weight: 700;

}

#hrgen-detail h3 {
    color: #e5232c;
}

#hrgen-detail h2 span {
    color: #e5232c;
}

#hrgen-detail .form_container {
    background-color: #ececec;
    padding: 20px;
}

#hrgen-detail p {
    color: black;
    font-family: Montserrat;
    font-size: 15px;
}

#hrgen-detail .form_container .form-row:not(.full) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#hrgen-detail .form_container .form-row:not(.full) > * {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

#jelentkezes-form input[type=text]:focus, #jelentkezes-form input[type="checkbox"]:focus {
    border-color: #e5232c !important;
}

#jelentkezes-form input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
}


#jelentkezes-form input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    float: left;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.05em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right: 5px;
}

#jelentkezes-form input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

#jelentkezes-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

#jelentkezes-form input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

#jelentkezes-form .form-control + .form-control {
    margin-top: 1em;
}

@media screen and (max-width: 600px) {
    #hrgen-detail .form_container .form-row:not(.full) {
        display: block !important;
    }

    #hrgen-detail .form_container .form-row:not(.full) > * {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

#hrgen-detail .form_container .form-row.full {
    margin-bottom: 20px;
}

#hrgen-detail .form_container .form-row:not(.full) input {
    padding: 10px;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
}

#hrgen-detail .form_container .fancy-select-wrap {
    padding-top: 0;
}

#hrgen-detail .form_container .file {
    background-color: #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    border: 2px dashed #d0d0d0;
    display: flex;
    flex-direction: row;
}

#hrgen-detail .form_container .file .third {
    max-width: 130px;
    font-weight: bold;
    padding: 0 10px;
}

#hrgen-detail .form_container .file div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#hrgen-detail .form_container .submit {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    color: white;
    background-color: #e5232c;
    padding: 16px 0;
    margin: 20px 0;
}

#loading {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 50px;
}

#loader {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(200, 200, 200, 0.8);
    z-index: 99999999999;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#loader h2 {
    text-align: center;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#hrgen-dualform {
    background-color: #f2f2f2;
    margin-bottom: 0;
}

#hrgen-dualform form {
    padding: 30px;
}

#hrgen-dualform form input[type=text], #hrgen-dualform form input[type=email], #hrgen-dualform form input[type=date] {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
}

#hrgen-dualform form textarea {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

#hrgen-dualform form .select2 {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-appearance: none;
    height: 50px;
}

#hrgen-dualform form .select2-selection.select2-selection--single {
    height: 50px;
    line-height: 50px;
}

#hrgen-dualform form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

#hrgen-dualform form label {
    color: #000 !important;
    font-size: 14px;
}

#hrgen-dualform form .file {
    background-color: #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    border: 2px dashed #d0d0d0;
    display: flex;
    flex-direction: row;
    height: 50px;
}

#hrgen-dualform form .file .third {
    max-width: 130px;
    font-weight: bold;
    padding: 0 10px;
}

#hrgen-dualform form .file div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#hrgen-dualform form .check-group {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}

#hrgen-dualform form .check-group {
    display: flex;
    justify-content: flex-start;
}

#hrgen-dualform form .check-button {
    position: relative;
    width: 100px;
    margin-top: 10px;
}


/* Hide the browser's default checkbox */
#hrgen-dualform form .check-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#hrgen-dualform form .check-button .checkmark {
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    left: -35px;
}

/* On mouse-over, add a grey background color */
#hrgen-dualform form .check-button:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
#hrgen-dualform form .check-button input:checked ~ .checkmark {
    background-color: #e5232c;
}

/* Create the checkmark/indicator (hidden when not checked) */
#hrgen-dualform form .check-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#hrgen-dualform form .check-button input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#hrgen-dualform form .check-button .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#hrgen-dualform form .radio-group {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}

#hrgen-dualform form .radio-group {
    display: flex;
    justify-content: flex-start;
}

#hrgen-dualform form .radio-button {
    position: relative;
    width: 100px;
    margin-top: 10px;
}


/* Hide the browser's default checkbox */
#hrgen-dualform form .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#hrgen-dualform form .radio-button .checkmark {
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #000;
    left: -35px;
    border-radius: 50%;
}

#hrgen input, #hrgen-detail input, #hrgen-detail textarea, #hrgen-detail select, .select2-container {
    background-color: white !important;
    border: 1px solid #000 !important;
    border-radius: 3px !important;
}

/* On mouse-over, add a grey background color */
#hrgen-dualform form .radio-button:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
#hrgen-dualform form .radio-button input:checked ~ .checkmark {
    background-color: #e5232c;
}

/* Create the checkmark/indicator (hidden when not checked) */
#hrgen-dualform form .radio-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#hrgen-dualform form .radio-button input:checked ~ .checkmark:after {
    display: block;
}

#jelentkezes-form .newtext .radio, #hrgen-dualform .radio {
    height: 24px;
    width: 24px;
    border: 1px solid black !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 50% !important;
    background-color: white !important;
}

label.cursor-pointer.flex.items-center {
    font-size: 16px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    float: left !important;
    padding-right: 30px !important;
    line-height: 35px !important;
}

label.cursor-pointer.flex.items-center span {
    padding-left: 10px;
    color: black;
    font-size: 16px;
}

#hrgen-dualform .radio:checked,#jelentkezes-form .newtext .radio:checked {
    background-color: white !important;
    border: 6px solid #e5232c !important;
}

/* Style the checkmark/indicator */
#hrgen-dualform form .radio-button .checkmark:after {
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

#hrgen-dualform form .submit {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    color: white;
    background-color: #e5232c;
    padding: 16px 0;
    margin: 20px 0;
}