body {
    overflow-x: hidden;
}

/* HERO SEKCIJA */
.ws-apply-hero {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
        url('/Uploads/Profesionalna atmosfera i HR interfejs.png');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #3f5569;
    padding: 40px 30px 60px;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.container-fluid.ws-apply-hero,
.container.ws-apply-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ws-apply-overlay {
    max-width: 1180px;
    margin: 0 auto;
}

/* NASLOV GORE */
.ws-apply-hero-info {
    text-align: center;
    color: #fff;
    margin: 0 auto 28px auto;
    max-width: 900px;
}

.ws-apply-hero-info h2 {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 500;
    margin: 0 0 16px 0;
    color: #fff;
}

.ws-apply-company,
.ws-apply-contact {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
}

.ws-apply-contact a,
.ws-apply-left a {
    color: #fff;
    text-decoration: underline;
}

/* PANEL */
.ws-apply-panel {
    max-width: 1180px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 28px;
    border-radius: 0;
}

.ws-apply-left {
    width: 100%;
    max-width: 100%;
    color: #fff;
}

/* SEKCIJE */
.ws-form-section {
    margin-bottom: 22px;
}

.ws-section-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px 0;
    color: #fff;
}

.ws-apply-left label {
    color: #fff;
    font-size: 14px;
}

.ws-apply-left .text-muted,
.ws-apply-left .form-text,
.ws-apply-left small {
    color: rgba(255, 255, 255, 0.9) !important;
}

.ws-apply-left .text-danger {
    color: #ffd6d6 !important;
}

/* INPUT POLJA */
.ws-apply-left input.form-control,
.ws-apply-left .form-control {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ws-apply-left input.form-control::placeholder,
.ws-apply-left .form-control::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
}

.ws-apply-left input.form-control:focus,
.ws-apply-left .form-control:focus {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    box-shadow: none !important;
}

/* TEXTAREA - svetlije da se jasno vidi */
.ws-apply-left textarea,
.ws-apply-left textarea.form-control {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    min-height: 140px;
    resize: vertical;
    box-shadow: none !important;
}

.ws-apply-left textarea::placeholder,
.ws-apply-left textarea.form-control::placeholder {
    color: rgba(255, 255, 255, 0.84) !important;
}

.ws-apply-left textarea:focus,
.ws-apply-left textarea.form-control:focus {
    background: rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18) !important;
}

/* FILE INPUT */
.ws-apply-left input[type="file"] {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 10px 12px;
}

.ws-apply-left input[type="file"]::file-selector-button {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 8px 14px;
    margin-right: 12px;
    cursor: pointer;
    font-weight: 600;
}

.ws-apply-left input[type="file"]::file-selector-button:hover {
    background: rgba(255, 255, 255, 0.32);
}

/* CHECKBOX / RADIO */
.ws-apply-left .form-check-label,
.ws-apply-left .form-check-input {
    color: #fff;
}

/* DUGMAD */
.ws-submit-btn {
    min-width: 260px;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 0;
    margin-top: 10px;
}

.ws-apply-left #addSkillBtn,
.ws-apply-left #addLanguageBtn,
.ws-apply-left .add-language-btn,
.ws-apply-left .btn-outline-secondary,
.ws-apply-left button[type="button"] {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 8px;
    font-weight: 600;
    opacity: 1 !important;
}

.ws-apply-left #addSkillBtn:hover,
.ws-apply-left #addLanguageBtn:hover,
.ws-apply-left .add-language-btn:hover,
.ws-apply-left .btn-outline-secondary:hover,
.ws-apply-left button[type="button"]:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.74) !important;
}

.ws-apply-left .remove-skill,
.ws-apply-left .remove-language,
.ws-apply-left .btn-outline-danger {
    background: rgba(220, 53, 69, 0.18) !important;
    color: #ff4d6d !important;
    border: 1px solid rgba(255, 77, 109, 0.85) !important;
    border-radius: 8px;
    font-weight: 700;
    opacity: 1 !important;
    box-shadow: none;
}

.ws-apply-left .remove-skill:hover,
.ws-apply-left .remove-language:hover,
.ws-apply-left .btn-outline-danger:hover {
    background: rgba(220, 53, 69, 0.28) !important;
    color: #ff6b86 !important;
    border-color: #ff6b86 !important;
}

.ws-apply-left button:disabled,
.ws-apply-left .btn:disabled {
    opacity: 0.65 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* LANGUAGE / SKILL BOX */
.ws-apply-left .language-row,
.ws-apply-left .border.rounded {
    border-color: rgba(255, 255, 255, 0.48) !important;
    background: rgba(255, 255, 255, 0.08);
}

/* NATIVE SELECTOVI - zatvoreni transparentni */
.ws-apply-left select,
.ws-apply-left select.form-control,
.ws-apply-left .skill-name,
.ws-apply-left .skill-level,
.ws-apply-left .language-id,
.ws-apply-left .language-level {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 24px !important;
    appearance: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

.ws-apply-left select:focus,
.ws-apply-left select.form-control:focus,
.ws-apply-left .skill-name:focus,
.ws-apply-left .skill-level:focus,
.ws-apply-left .language-id:focus,
.ws-apply-left .language-level:focus {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    box-shadow: none !important;
}

/* OTVORENI OPTIONI */
.ws-apply-left select option,
.ws-apply-left .skill-name option,
.ws-apply-left .skill-level option,
.ws-apply-left .language-id option,
.ws-apply-left .language-level option {
    background: #ffffff !important;
    color: #212529 !important;
}

.ws-apply-left select option[value=""] {
    color: #6c757d !important;
}

/* CUSTOM INDUSTRY DROPDOWN */
.ws-apply-left .industry-native-select {
    display: none !important;
}

.ws-apply-left .industry-dropdown-toggle {
    min-height: 46px;
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.55rem 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.ws-apply-left .industry-dropdown-placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
}

.ws-apply-left .industry-dropdown-values {
    color: #ffffff !important;
}

.ws-apply-left .industry-chip {
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.2;
}

.ws-apply-left .industry-dropdown-arrow {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
}

/* CUSTOM INDUSTRY OTVOREN MENI */
.ws-apply-left .industry-dropdown-menu {
    display: none !important;
    background: #ffffff !important;
    border: 1px solid #ced4da !important;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: #212529 !important;
    z-index: 9999;
    max-height: 260px;
    overflow-y: auto;
    padding: 0.35rem 0;
}

.ws-apply-left .industry-dropdown-menu.open {
    display: block !important;
}

.ws-apply-left .industry-option {
    display: block !important;
    width: 100% !important;
    padding: 8px 12px !important;
    color: #212529 !important;
    cursor: pointer;
}

.ws-apply-left .industry-option:hover {
    background: #f8f9fa !important;
}

.ws-apply-left .industry-option input {
    margin-right: 8px;
}

/* AUTOFILL */
.ws-apply-left input:-webkit-autofill,
.ws-apply-left input:-webkit-autofill:hover,
.ws-apply-left input:-webkit-autofill:focus,
.ws-apply-left textarea:-webkit-autofill,
.ws-apply-left textarea:-webkit-autofill:hover,
.ws-apply-left textarea:-webkit-autofill:focus,
.ws-apply-left select:-webkit-autofill,
.ws-apply-left select:-webkit-autofill:hover,
.ws-apply-left select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    transition: background-color 99999s ease-in-out 0s;
    caret-color: #ffffff !important;
}

.ws-apply-left input,
.ws-apply-left textarea,
.ws-apply-left select {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .ws-apply-hero {
        padding: 20px 12px 30px;
        border-radius: 0;
    }

    .ws-apply-hero-info h2 {
        font-size: 40px;
    }

    .ws-apply-company,
    .ws-apply-contact {
        font-size: 16px;
    }

    .ws-apply-panel {
        padding: 18px;
    }

    .ws-submit-btn {
        width: 100%;
        min-width: unset;
    }
}


/* LINKOVI U CONSENT TEKSTU */
.ws-apply-left label a {
    color: #03132c !important; /* bootstrap plava */
    text-decoration: underline;
    font-weight: 500;
}

.ws-apply-left label a:hover {
    color: #03132c  !important;
}