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


   #apply_now .h4{
font-weight: 800!important;
 }
.fb-contact-form_row {
    /* display: none; */
    /* background: white;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 11111111111; */
}

.fb-contact-form_cloth-btn {
    text-decoration: underline;
}

.fb-contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.fb-contact-form2{
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
}

.fb-contact-form .fb-select-row input[type="radio"] {
    display: none;
}

.fb-contact-form .fb-select-row label {
    padding: 10px 20px;
    background-color: #05367d;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
    color: white;
}

.fb-contact-form .fb-select-row input[type="radio"]:checked+label {
    background-color: black;
    cursor: default;
    color: #E6E6E6;
}

.fb-contact-form .fb-select-row legend,
.fb-contact-form .fb-question-imput-row .fb-question-imput-col p,
.fb-contact-head {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 5px 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .fb-contact-form_row .h4 {
        font-size: 16px!important;
    }
    .fb-contact-form .fb-select-row legend,
    .fb-contact-form .fb-question-imput-row .fb-question-imput-col p,
    .fb-contact-head {
        font-size: 16px;
    }
    .fb-contact-form_row .fb-information-row {
        font-size: 14px;
    }
}

.fb-contact-form .fb-fieldset-row {
    background-color: #eee;
    padding: 20px;
}

.fb-contact-form fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.fb-contact-form .fb-question-imput-row .fb-question-imput-col {
    background-color: #eee;
    padding: 20px;
    margin-top: 27px;
}

.fb-contact-form input {
    width: 100%;
}

.fb-contact-form .fb-information-row {
    background-color: #eee;
    padding: 20px;
    margin-top: 27px;
}

.fb-status-row input {
    margin: 15px 0;
}

.fb-submit-row small,
.fb-submit-row label {
    font-size: 14px;
    font-weight: 400;
}

.fb-submit-row input {
    border-color: black!important;
}

.fb-submit {
    margin-top: 27px!important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .fb-campaign-template-default .main-container .row-container .row-parent {
        padding: 18px!important;
    }
}

.filter-wrap {
    padding: 30px 0;
}

.activate-filter-btn a {
    background: #05367d;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 2px 2px 23px 2px;
    border: 3px solid #05367d;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    color: #ffffff !important;
}

.activate-filter-btn a:hover {
    color: #05367d!important;
    background: white!important;
    padding: 10px 20px;
    font-weight: bold;
    border: 3px solid #05367d;
}

.activate-filter-btn a i {
    margin-right: 15px;
}

.filter-row {
    background: #05367d;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-bottom: 3px solid black;
    border-radius: 0 0 23px 0;
    padding: 10px 20px;
    position: relative;
}

.job-filter-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job-filter__status {
    display: flex;
    justify-content: left;
    align-items: center;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.icon__wrap {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding-left: 10px;
    display: inline-block;
    background-color: white;
}

.search-name {
    color: #ffffff;
    background: url("lupe.png") no-repeat left;
    background-size: 20px;
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 10px 25px;
}

.search-name:focus {
    border: none!important;
}


/* .icon__wrap:focus {
    border-bottom: 3px solid #05367d!important;
} */

.job-filter__status-item {
    padding: 13px;
    background: white;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.job-filter__status-item.active {
    border-bottom: 3px solid #05367d;
}

.job-filter__status-item:first-child {
    border-radius: 15px 0 0 15px;
}

.job-filter__status-item:last-child {
    border-radius: 0 15px 15px 0;
}

.cloth-filter {
    background: white;
    text-align: center;    
    border-radius: 0 0 23px 0;
    position: absolute;
    top: -55px;
    right: 0;
    border-left: 3px solid #05367d;
    cursor: pointer;
    padding: 5px 15px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

.cloth-filter:hover {
    background: white;
    text-align: center;    
    border-radius: 0 0 23px 0;
    position: absolute;
    top: -55px;
    border-left: 0;
    border-right: 3px solid #05367d;
    cursor: pointer;
    padding: 5px 15px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

.flex-filter {
    display: flex;
}

.hide-filter-row {
    display: none;
}

.filter-row .filter-col {
    margin-right: 20px;
}

.filter-row .filter-col label {
    color: white!important;
}

tbody td {
    font-weight: 400!important;
}


/* job kacheln */

.job-row .job-row__head {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    font-weight: 500;
}

.job-row .job-row__body .job-col {
    background: white;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-left: 3px solid #05367d;
    border-radius: 0 0 23px 0;
    overflow: hidden;
}

.job-col__body-info {
    display: flex;
    font-size: 20px;
}

.alert-text {
    font-weight: bold;
    color: #05367d;
    margin-right: 5px;
}

.job-col__body-info .new-lead {
    margin-right: 10px;
    color: #2f82ee;
}

.job-row .job-row__body .job-col__head {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    padding: 5px 30px;
}

.job-row .job-row__body .job-col__body {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job-row .job-col__body__img {
    display: inline-block;
    margin-right: 10px;
}

.job-row .job-col__body__img img {
    width: 17px;
}

.job-row .job-row__body .job-col__body .candidate-col {
    display: flex;
}

.job-row .job-row__body .job-col__body .candidate-col a {
    color: #05367d;
}

.job-row .job-row__body .job-col__body .candidate-col a:hover {
    color: black;
}

.profil-row {
    display: none;
    position: fixed;
    top: 100px;
    left: calc(50% - 300px);
    background: white;
    width: 600px;
    z-index: 11111111;
    border-radius: 30px;
    border-left: 3px solid #05367d;
    padding: 20px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

.overlay-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.8;
}

.scroll-fix {
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 15px;
}

.job-row .w-60 {
    flex-basis: 50%;
    width: 100%;
}

.job-row .w-40 {
    flex-basis: 40%;
    width: 100%;
}

.job-row .w-30 {
    flex-basis: 30%;
    width: 100%;
}

.job-row .w-20 {
    flex-basis: 20%;
    width: 100%;
}

.job-row .w-20 {
    flex-basis: 20%;
    width: 100%;
}

.job-row .w-10 {
    flex-basis: 10%;
    width: 100%;
}

.job-row .w-3 {
    flex-basis: 3%;
    width: 100%;
}


/* helper */

.candidate__initials_circle {
    background: #05367d;
    color: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-2 {
    margin-bottom: 30px;
}

.mb-1 {
    margin-bottom: 15px;
}

@keyframes loading_animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading_animation-row {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.loading_animation-row .loading_animation {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.loading_animation-row .loading_animation div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #05367d;
    margin: -4px 0 0 -4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.error {
    border-color: red!important;
}

footer #row-unique-2 {
    box-shadow: 0 0px 7px -1px rgb(0 0 0 / 10%);
}

.chart-dashboard__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.chart-dashboard {
    max-width: 400px;
    background: white;
    padding: 15px;
    border-radius: 2px 2px 23px 2px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    margin-right: 15px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .job-row .job-row__head {
        padding: 0;
    }
    .job-row .job-row__body .job-col__body {
        padding: 20px;
    }
    .candidate__initials_circle {
        width: 46px;
        height: 46px;
    }
    .job-row .w-60 {
        flex-basis: 40%;
        width: 100%;
    }
    .job-row .w-10 {
        flex-basis: 15%;
        width: 100%;
    }
    .job-row .w-20 {
        flex-basis: 25%;
        width: 100%;
    }
    .job-row .w-30 {
        flex-basis: 25%;
    }
    .job-row .w-20.fb-status-row {
        flex-basis: 100%;
        width: 100%;
    }
    .job-row .w-20.fb-status-row .fb-status {
        text-align: right;
        font-weight: bold;
        font-size: 12px;
    }
    .scroll-fix {
        max-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .profil-row {
        top: 260px;
    }
    .grow-wrap>textarea,
    .grow-wrap::after,
    .fb_select_fields {
        margin: 0!important;
    }
    .chart-dashboard {
        max-width: 46%;
        margin-right: 20px;
    }
    .chart-dashboard.last {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .scroll-fix {
        max-height: 400px;
    }
}

.only-mobile {
    display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
    .job-filter__status {
        flex-direction: column;
        margin-right: 20px;
    }
    .job-filter__status .job-filter__status-item {
        width: 100%;
        border-radius: 15px!important;
        border: 3px solid white!important;
        box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%)!important;
        margin-bottom: 20px;
    }
    .job-filter__status .job-filter__status-item:last-child {
        margin-bottom: 0;
    }
    .scroll-fix {
        max-height: 300px;
    }
    .scroll-fix input {
        font-size: 9px;
    }
    .only-mobile {
        display: block;
    }
    .job-row .job-row__head {
        display: none;
    }
    .chart-dashboard {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .job-row .w-60 {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .job-row .w-10 {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .job-row .w-20 {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .job-row .w-30 {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .flex-filter {
        flex-direction: column;
    }
    .flex-filter input {
        width: 100%;
    }
    .profil-row {
        top: 250px;
        left: 0;
        width: 100%;
    }
    .grow-wrap>textarea,
    .grow-wrap::after,
    .fb_select_fields {
        margin: 0!important;
    }
    .download__butons form {
        margin-bottom: 20px!important;
    }
    .download__butons a {
        width: 100%;
        display: block;
        text-align: center;
    }
}


.ju_row {
    display: flex;
}

.ju_form label {
    min-width: 95px;
    font-weight: bold;
    text-align: right;
}

.ju_form input,.ju_form  select {
    width: 100%; 
    background-color: #f6f6f5;
    border-radius: 25px;
    min-width: 1%;
}
.ju_form .ju_submit {
    color: white;
    background-color: #55bac4!important;
    border-radius: 25px;
}
 
.ju_form .ju_submit:hover {
    color: #55bac4;
    background-color: white!important;
    
}
.ju_flex {
    display: flex;
}

.ju-flex-center {
    justify-content: center;
}

.ju-flex-baseline {
    align-items: baseline;
}

.ju_gap--50 {
    gap: 50px;
}

.ju_gap--x1 {
    gap: 20px;
}

.ju-text--center {
    text-align: center;
}

.ju-margin--zero {
    margin: 0;
}

.ju-margin-bottom-x2 {
    margin-bottom: 30px !important;
}

.w-100{
    width: 100%;
}.input-question-row.ui-sortable-handle {
    background: #eee;
    padding: 20px;
    margin: 20px;
}

.ju_form .add_option, .add2, .add {
    background: #54c354;
    padding: 0 10px;
    color: white;
    margin-right: 10px;
    cursor: pointer;
}
.ju_form .remove{
    background: #d55656;
    padding: 0 10px;
    color: white; 
    cursor: pointer;
}

.input-question-row.ui-sortable-handle input:first-of-type {
font-weight: bold;
}

.questions_row {
    text-align: left;
    margin-bottom: 23px;
}
.questions_row button {
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    display: flex;
    padding: 5px;
}


.questions_row .questions_col {
min-width: 550px;
    background: white;
    border-radius: 8px;
    padding:   16px;
    position: relative;
}

.questions_row .questions_col input{
    background: white;
    padding: 5px;
}

/* .questions_row .questions_col .question_control {
   
} */

.questions_row .questions_col .question_control .question_control_delete {
    position: absolute;
    right: -50px;
    background: white;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 25%);
}

.questions_row .questions_col .question_control .question_control_sortable {
    position: absolute;
    left: -45px; 
    top: 0;
}

.question_accordion .question_accordion_title {
    display: flex;
    gap: 20px; 
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}
.question_accordion .question_accordion_title .question_accordion_title_right {
    border: 1px solid rgb(0 0 0 / 30%);
    display: flex;
    border-radius: 8px;
    padding: 0px 2px;
}


.question_accordion .question_accordion_title .accordion_title__counter {
    font-size: 15px;
    font-weight: 600; 
    margin-right: 15px;
}
.question_accordion .question_accordion_title .accordion_title__line {
    font-size: 15px;
    color: black;
    opacity: .3;
    margin-right: 30px;
}
.question_accordion_content {
    display: none;  
}
 
.ju-font-w-bold{
    font-weight: 600;
}
.question_accordion_content .accordion_content_question {
    margin-bottom: 16px;  
}
 



.question_accordion_content .accordion_content_subline {
    margin-bottom: 36px;
}
.accordion_content_answers_input {
    display: flex;
    gap: 10px; 
    align-items: baseline;
}

.accordion_content_answers_input  .answers_input__field{
    width: 85%;
}




.question_select {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.question_select_control {
    position: relative;
    display: flex;
    align-items: baseline;
    background-color: white; 
    border-radius: 8px;
    padding: 5px 10px;
    width: 250px;
}

.question_select_plus {
    margin-right: 10px;
}

.question_select_plus img {
    width: 20px;
    height: 20px;
}

.question_select_control select {
    appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 5px;
    margin: 0;
    border: 1px solid transparent!important;
    cursor: pointer;
    background-image:none!important;
}

.question_select_arrow { 
    pointer-events: none;
}

.question_select_arrow img {
    width: 15px;
    height: 15px;
}


.edit-dates-form, .landingpage-form {
    position: absolute;
    top: 44px;
    left: 25px;
    background: white;
    padding: 15px;
    display: flex;
    gap: 55px;
    justify-content: center;
    align-items: baseline;
}

.landingpage-form{
    left: 95px;
    padding: 20px
}

.landingpage_select{
    max-width: 280px;
}

.pagination {
    display: flex;
    gap: 8px; /* Abstand zwischen den Links */
    justify-content: center;
    margin: 20px 0;
}

.pagination a, .pagination span {
    padding: 8px 12px;
    text-decoration: none;
    color: #000; /* Schwarzer Text */
    background-color: #fff; /* Weißer Hintergrund */
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 4px; /* Zusätzliche Margin für Abstand */
}

.pagination a:hover {
    background-color: #e0e0e0; /* Leichter grauer Hover-Effekt */
}

.pagination a.active {
    background-color: #05367d; /* Aktiver Link: gelber Hintergrund */
    color: #fff!important; /* Weißer Text für den aktiven Link */
    font-weight: bold;
}

.pagination span {
    background-color: transparent;
    color: #666;
    cursor: default;
}
