﻿@import url(colors.css);
@import url(custom-select2.css);

html {
  font-size: 14px;
}
.pb-60 {
    padding-bottom: 60px;
}
ul {
    list-style-type: none;
    padding: 0;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .w-md-auto {
        width: auto !important;
    }
}
.gradient-section {
    position: relative;
    overflow: hidden;
}

.gradient-audition {
    background: radial-gradient(circle at top left, rgba(123, 97, 255, 0.3), transparent), radial-gradient(circle at bottom right, rgba(255, 99, 132, 0.25), transparent), linear-gradient(135deg, #151824, #1f2233);
}

.gradient-castings {
    background: radial-gradient(circle at top right, rgba(0, 230, 180, 0.28), transparent), radial-gradient(circle at bottom left, rgba(111, 66, 193, 0.35), transparent), linear-gradient(145deg, #151824, #262b3d);
}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header-fix-padding {
    padding-top: 50px;
}
.page-container {
    width: 100vw;
    height: calc(100vh - 57px);
    position: relative;
}
.page-flex {
    display: flex;
    flex-direction: row;
    height: 100%;
}
.page-flex-1 {
    flex: 1;
}
.page-flex-column {
    display: flex;
    flex-direction: column;
}
.page-grow-1 {
    flex-grow: 1;
}
.page-header {
    background: #fff;
    display: flex;
    border-bottom: 1px solid var(--grays-200);
    padding: 10px;
    min-height: 60px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.page-border-left {
    border-left: 1px solid var(--grays-200);
}
.page-content-overflow {
    overflow: auto;
    padding: 10px;
}
.page-small-column {
    max-width:450px;
}

.custom-toggler {
    border: none;
    padding: 0.5rem;
}

    .custom-toggler span {
        display: block;
        width: 26px;
        height: 2px;
        background-color: #212529;
        margin: 6px 0;
        transition: transform 0.25s ease, opacity 0.2s ease;
        border-radius: 2px;
    }
    .custom-toggler:not(.collapsed) span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .custom-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .custom-toggler:not(.collapsed) span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .custom-toggler:focus {
        box-shadow: none;
    }
/* MOBILE ONLY */
@media (max-width: 991.98px) {

    .mobile-nav {
        margin-top: 1rem;
        padding: 1rem;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

        .mobile-nav .navbar-nav {
            flex-direction: column;
            gap: 0.25rem;
        }

        .mobile-nav .nav-link {
            padding: 0.75rem 0.75rem;
            border-radius: 10px;
            font-weight: 500;
        }

            .mobile-nav .nav-link:hover {
                background-color: rgba(0,0,0,0.04);
            }

        /* Divider between main nav and actions */
        .mobile-nav .navbar-nav + .navbar-nav {
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #eee;
        }

        /* Login / Register buttons */
        .mobile-nav .btn {
            width: 100%;
            justify-content: center;
        }

        /* Language switcher */
        .mobile-nav .language-switcher {
            justify-content: center;
            padding-top: 0.5rem;
        }
        /* === DROPDOWN вътре в mobile-nav === */

        .mobile-nav .dropdown-toggle {
            display: none; /* махаме иконката */
        }

        .mobile-nav .dropdown-menu {
            display: block;
            position: static;
            float: none;
            box-shadow: none;
            border: 0;
            background: transparent;
            padding: 0;
            margin: 0;
        }

            .mobile-nav .dropdown-menu .dropdown-item {
                padding: 0.75rem 0.75rem;
                border-radius: 10px;
                font-weight: 500;
            }

                .mobile-nav .dropdown-menu .dropdown-item:hover {
                    background-color: rgba(0,0,0,0.04);
                }

        /* Разделител преди акаунт секцията */
        /*.mobile-nav .dropdown {
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #eee;
        }*/

        /* Language switcher вътре */
        .mobile-nav .language-switcher {
            justify-content: center;
            padding: 0.75rem 0;
        }
}

a.not-underlined {
    text-decoration: none;
}
.pointer {
    cursor: pointer;   
}
.text-small {
    font-size: 14px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
 /* box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}

html {
  position: relative;
  min-height: 100%;
}

body {
/*    margin-bottom: 60px;*/
    background: var(--grays-150);
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-rounded-wide {
    text-transform: uppercase;
    padding: 12px 46px;
    border-radius: 30px;
}
.btn-rounded {
    border-radius: 30px !important;
}
.language-switcher {
    padding: 8px 15px;
}
.lang-link {
    text-decoration: none;
    color: #6c757d;
    font-weight: 500;
    font-size: 0.9rem;
}

    .lang-link:hover {
        color: #000;
    }

    .lang-link.active {
        color: #000;
        font-weight: 600;
    }

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.logo {
    font-weight: 700;
}
    .logo img {
        height: 27px;
        margin-top: -7px;
    }
.box {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.full-form .select2-container, .full-form .iti {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
.pre {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    text-wrap: auto;
}
/*.custom-list {
    list-style-type: disc;
    padding-left: 1.5em;
}*/

    /*.custom-list li::marker {
        color: #ff6600;*/ /* bullet color */
        /*font-size: 1.5em;*/ /* bullet size */
    /*}*/
.preview-images {
    max-width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
    .preview-images img {
        border-radius: 5px;
        max-width: 100%;
        height: auto;
    }
.completed {
    color: green;
    font-weight: bold;
}

.incomplete {
    color: red;
}

.progress-bar {
    height: 20px;
    background-color: #4caf50;
}
.steps.nav-tabs .nav-link.active {
    background: transparent;
}
.steps {
    border-bottom: none;
}
.steps li {
    flex: 1;
}
.steps li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none !important;
    color: #808080;
}
    
    .steps li a.active {
        color: #151515 !important;
    }
        .steps li a.active .step-circle {
            background-color: #fff;
            color: #1b6ec2;
            border: 2px solid #1b6ec2;
        }
    .steps .step-circle {
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 31px;
        font-size: 18px;
        border-radius: 50%;
        border: 2px solid #808080;
        background-color: #fff;
        color: #808080;
    }
    .steps li a .step-number-icon {
        display: none;
    }
    .steps li a.step-completed .step-number {
        color: #fff;
        background-color: #1b6ec2;
        border: 2px solid #1b6ec2;
        position: relative;
    }
    .steps li a.step-completed .step-number {
        display: none;
    }
    .steps li a.step-completed .step-number-icon {
        color: #fff;
        background-color: #1b6ec2;
        border: 2px solid #1b6ec2;
        position: relative;
        font-size: 24px;
        display: block;
    }
    .steps li a:hover {
        color: #1b6ec2 !important;
    }

        .steps li a:hover .step-number {
            border: 2px solid #1b6ec2;
            color: #1b6ec2 !important;
        }

    .steps li a.step-completed:hover .step-number {
        border: 2px solid #1b6ec2;
        color: #fff !important;
    }
.d-flex .form-check {
    margin: 0;
    padding: 0;
}
.flex-1 {
    flex: 1;
}
.circle {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border: 4px solid rgba(128, 42, 239, .25);
    background-color: #fff;
    color: #808080;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
}
.small-circle {
    width: 40px;
    height: 40px;
}
.invite-panel {
    position: sticky;
    top: 20px; /* or adjust as needed for your navbar height */
    z-index: 10; /* stay above cards if needed */
}
.talent-holder .circle {
    width: 60px;
    height: 60px;
}
.talent-card-container {
    width: 229px;
}
.talent-holder h6 {
    line-height: 60px;
    margin: 0;
}
.talent-placeholder h6 {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
}
.role-label-container .role-name-in-badge {
    display: none;
}
.talent-photo-wrapper {
    position: relative;
    overflow: hidden;
}

.overlay-view-icon {
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #d5b8fa85;
    transition: opacity 0.3s ease;
}
#headshot-preview img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
#headshot-preview .no-photo {
    width: 150px;
    height: 150px;
}
#video-preview {
    max-height: 150px;
    min-width: 150px;
    border-radius: 8px;
}
    #video-preview .bg-light {
        border-radius: 8px;
    }
    #video-preview video {
        width: auto;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
    }

#video-preview .no-video {
    width: auto;
    height: 150px;
}
.lg-backdrop,
.lg-outer {
    z-index: 2000 !important;
}
#lightgallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.photo-drop-zone.drag-over {
    border: 2px dashed #0d6efd;
    background-color: #e7f1ff;
}

.photo-drop-zone.uploading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

    .photo-drop-zone.uploading::after {
        content: 'Uploading...';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.8);
        font-weight: bold;
        font-size: 0.9rem;
    }
.talent-photo-wrapper:hover .overlay-view-icon {
    opacity: 1;
    cursor: pointer;
}
.info-cols-border .col {
    border-right: 1px solid #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.info-cols-border .col:last-child {
    border-right: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.skill-tag {
    background-color: #d5b8fa85;
    color: #000;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
}
.roles-holder {
    padding-left: 24px;
}

.parallax-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-text {
    background: rgba(0, 0, 0, 0.5); /* optional dark overlay */
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
}

.content-section {
    padding: 4rem 1rem;
}

.bg-home-1 {
    background-image: url('../assets/firefly_1.jpg');
}
@media (max-width: 768px) {
    .bg-home-1.parallax-section {
        background-attachment: scroll; /* вместо fixed на iOS */
        height: auto; /* маха 100vh */
        min-height: 100vh; /* работи вече */
        background-size: cover;
        background-position: center top; /* фокус */
    }
}
.bg-home-2 {
    background-image: url('../assets/firefly_2.jpg');
}

.bg-home-3 {
    background-image: url('../assets/firefly_5.jpg');
}
/* COLORS */
.text-bs-gray-100 {
    color: var(--bs-gray-100);
}
.text-bs-gray-200 {
    color: var(--bs-gray-200);
}
.text-bs-gray-300 {
    color: var(--bs-gray-300);
}
.text-bs-gray-400 {
    color: var(--bs-gray-400);
}
.text-bs-gray-500 {
    color: var(--bs-gray-500);
}
.text-bs-gray-600 {
    color: var(--bs-gray-600);
}
.text-bs-gray-700 {
    color: var(--bs-gray-700);
}
.text-bs-gray-800 {
    color: var(--bs-gray-800);
}
.text-bs-gray-900 {
    color: var(--bs-gray-900);
}

.color-grays-100 {
    color: var(--grays-100);
}
.color-grays-150 {
    color: var(--grays-150);
}
.color-grays-200 {
    color: var(--grays-200);
}
.color-grays-300 {
    color: var(--grays-300);
}
.color-grays-400 {
    color: var(--grays-400);
}
.color-grays-800 {
    color: var(--grays-800);
}

.bg-grays-100 {
    background-color: var(--grays-100);
}
.bg-grays-150 {
    background-color: var(--grays-150);
}
.bg-grays-200 {
    background-color: var(--grays-200);
}
.bg-grays-300 {
    background-color: var(--grays-300);
}
.bg-grays-400 {
    background-color: var(--grays-400);
}
.bg-grays-800 {
    background-color: var(--grays-800);
}

/* Status Badges */
.bg-accepted {
    background-color: #2790fa;
}
.bg-forreview {
    background-color: #ffc100;
}
.bg-pending {
    background-color: #ff8300;
}
.bg-rejected {
    background-color: #ed522f;
}
.bg-withdrawn {
    background-color: #ad9ded;
}
.bg-shortlisted {
    background-color: #2ecc71;
}
.bg-notinvited {
    background-color: #3ad19c;
}

.shortlisted-tag {
    position: absolute;
    top: 8px;
    left: 0;
    padding: 1px 2px 2px 4px;
    background: #8ae9b2;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    line-height: 17px;
}

    /* The triangle */
    .shortlisted-tag::after {
        content: "";
        position: absolute;
        top: 0;
        right: -8px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 8px solid #8ae9b2;
    }
.btn-gray {
    color: #000;
    background-color: var(--bs-gray-300);
}
.btn-outline-gray {
    color: var(--bs-gray-300);
    background-color: #fff;
    border: 1px solid var(--bs-gray-300);
}

.navbar-nav .nav-link.active {
    color: #802aef !important;
}

.nav-link-count-number.pending {
    background: #ffc107;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}

.vote-summary {
    border-radius: 0.75rem;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: flex-start;*/
}

.vote-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.reviewer-avatars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.reviewer-circle {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}

.vote-widget {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E4E7F2;
    font-size: 13px;
    border-radius: 16px;
}

.vote-option {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.4rem 0.55rem 0.55rem 0.5rem;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

    col .vote-option + col .vote-option {
        border-left: 1px solid #E4E7F2;
    }
.vote-option-yes {
    border: 1px solid #E4E7F2;
    border-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.vote-option-no {
    border-top: 1px solid #E4E7F2;
    border-bottom: 1px solid #E4E7F2;
}
.vote-option-maybe {
    border: 1px solid #E4E7F2;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.vote-label {
    display: block;
    font-weight: 600;
}
.vote-badge {
    line-height: 12px;
    padding: 5px 10px;
    border-radius: 8px;
}
.vote-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.vote-count {
    font-size: 13px;
    font-weight: 600;
    color: #666B8A;
    line-height: 18px;
}
.vote-display-option .vote-count {
    background: #f2f2f2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
}
.vote-display-option.is-active .vote-count {
    background: #F4F1FF;
    color: #928bef;
}
.vote-avatars {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin-top: 3px;
}

.vote-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 0 0 1px #ffffff;
}

/* цветове за аватарите по тип вот */
.vote-avatar-yes {
    background: #E3F6EA;
    color: #2C8A4B;
}

.vote-avatar-no {
    background: #FDE3E3;
    color: #C63B3B;
}

.vote-avatar-maybe {
    background: #ECE7FF;
    color: #5C3EEA;
}

.vote-avatar-more {
    background: #F1F3FA;
    color: #52566E;
}

/* състояние при hover */
.vote-option:hover {
    background: #F7F8FF;
}

/* активен вот – различни цветове на фона и текста */
.vote-option.is-active {
    box-shadow: inset 0 -3px 0 0 rgba(92, 62, 234, 0.6);
    background: #F4F1FF;
}

.vote-option-yes.is-active .vote-label,
.vote-option-yes.is-active .vote-count {
    color: #2C8A4B;
}

.vote-option-no.is-active .vote-label,
.vote-option-no.is-active .vote-count {
    color: #C63B3B;
}

.vote-option-maybe.is-active .vote-label,
.vote-option-maybe.is-active .vote-count {
    color: #5C3EEA;
}

.vote-comment {
    position: absolute;
    background: #fff;
    bottom: 20px;
    right: 20px;
    left: 20px;
}
.vote-comment .your-vote {
    font-weight: 500;
}
.vote-comment-text {
    font-size: 14px !important;
}
.status-category-header.inactive {
    color: var(--grays-300);
}
.inactive .status-category-count {
    background: var(--grays-300) !important;
}

.social-card {
    transition: transform .15s ease, box-shadow .15s ease;
}

    .social-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
    }


#videoModal .video-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1060; /* над модала и видеото */
    width: 44px;
    height: 44px;
    padding: 12px;
    background-color: rgba(0,0,0,.35); /* optional, за видимост */
    border-radius: 999px;
    pointer-events: auto;
}

#videoModal video {
    position: relative;
    z-index: 1;
}

#applications-tabs .nav-link {
    padding: 10px 2px;
}