.gtg-ats-main-wrap {
    background: #f4f5f9;
    min-height: 100vh;
}

/* Sub Header Styles */
.gtg-ats-job-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.gtg-ats-job-title i {
    font-size: 14px;
    color: #666;
}

.gtg-ats-edit-btn-group {
    border: 1px solid #a3b1ff;
    border-radius: 6px;
    height: 38px;
}

.gtg-ats-edit-btn {
    color: #635bff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: white;
    padding: 0 16px;
    border-right: 1px solid #a3b1ff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: flex;
    align-items: center;
}

.gtg-ats-edit-btn:hover {
    background: #f8f9fc;
    color: #635bff;
}

.gtg-ats-edit-dropdown {
    color: #635bff;
    background: white;
    border: none;
    padding: 0 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
}

.gtg-ats-edit-dropdown:hover {
    background: #f8f9fc;
    color: #635bff;
}

.gtg-ats-credits {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.gtg-ats-credits-dot {
    width: 8px;
    height: 8px;
    background-color: #f59e0b;
    border-radius: 50%;
}

.gtg-ats-ai-btn {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 40px;
    padding: 0 16px 0 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #635bff, #ff4081);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gtg-ats-ai-text {
    background: linear-gradient(90deg, #635bff, #ff4081);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 14px;
}

.gtg-ats-ai-avatar {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
}

.gtg-ats-options-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    padding: 0;
}

.gtg-ats-options-btn:hover {
    background: #f8f9fc;
}

.gtg-ats-board-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px;
    border: 1px solid #ececec;
}

.gtg-ats-count-text {
    font-size: 20px;
    color: #1f1f1f;
}

.gtg-ats-search-wrap {
    width: 260px;
}

.gtg-ats-search-input {
    height: 40px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    background: #f8f9fc;
    padding-left: 38px;
    font-size: 14px;
}

.gtg-ats-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #635bff;
    font-size: 14px;
}

.gtg-ats-link-btn {
    color: #635bff;
    font-weight: 500;
    border: none;
    font-size: 14px;
    background: transparent;
}

.gtg-ats-link-btn:hover {
    color: #5247db;
}

.gtg-ats-view-btn-group {
    background: #f8f9fc;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 2px;
}

.gtg-ats-view-btn {
    background: transparent;
    border: none;
    color: #888;
    width: 36px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gtg-ats-view-btn.active {
    background: #eef2ff;
    color: #635bff;
}

.gtg-ats-add-btn {
    background: #635bff;
    color: white;
    border-radius: 6px;
    height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
    font-size: 14px;
}

.gtg-ats-add-btn:hover,
.gtg-ats-add-btn:focus,
.gtg-ats-add-btn:active,
.show > .btn.gtg-ats-add-btn {
    background: #5247db;
    color: white;
}

span.dropdown-item {
    cursor: pointer;
}

.gtg-ats-kanban-board {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    padding-bottom: 10px;
}

.gtg-ats-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 44px;
    flex-shrink: 0;
}

.gtg-ats-sort-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #666;
    padding: 0;
    font-size: 12px;
}

.gtg-ats-sort-btn:hover {
    background: #f8f9fc;
}

.gtg-ats-sidebar-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #555;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.gtg-ats-column {
    min-width: 290px;
    flex: 1;
}

.gtg-ats-column-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    border-left: 2px solid #635bff;
    padding-left: 12px;
    height: 24px;
}

.gtg-ats-count {
    color: #888;
    font-weight: 400;
}

.gtg-ats-card-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    background: #fcfcfc;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.gtg-ats-user-card {
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    transition: 0.25s ease;
    cursor: pointer;
}

.gtg-ats-user-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e0e0;
}

.gtg-ats-user-card span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.gtg-ats-user-card input[type="checkbox"] {
    accent-color: #635bff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.gtg-ats-column-header input[type="checkbox"] {
    accent-color: #635bff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.gtg-ats-rating-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eef8ef;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #34a853;
    font-size: 13px;
    line-height: 0;
    padding-top: 2px;
}

.gtg-ats-rating-icon.orange {
    background: #fff4ec;
    color: #ff9800;
}

.gtg-ats-empty-space {
    background: #fcfcfc;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    min-height: 520px;
}

.gtg-ats-dot-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #666;
}

.gtg-ats-dot-btn:hover {
    background: #f8f9fc;
}

@media(max-width:1200px) {
    .gtg-ats-column {
        min-width: 280px;
    }
}

/* Candidate Popup Customizations */
.candidate-modal-panel .mat-mdc-dialog-container {
    padding: 0;
    border-radius: 12px;
}
.candidate-profile-top {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.candidate-avatar-large {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    background: #eefdf6;
    color: #00bfa5;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.candidate-tabs-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    min-height: 500px;
}
.candidate-tabs-header {
    display: flex;
    gap: 24px;
    padding: 0 24px;
    border-bottom: 1px solid #f0f0f0;
}
.candidate-tab-item {
    padding: 16px 0;
    color: #555;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.candidate-tab-item.active {
    color: #635bff;
    border-bottom-color: #635bff;
}
.candidate-resume-actions {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.candidate-pdf-viewer {
    background: #e9ecef;
    min-height: 400px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
}
.candidate-pdf-page {
    background: white;
    width: 60%;
    height: 800px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.gtg-premium-hero {
    background: linear-gradient(135deg, #f6f9ff 0%, #ffffff 50%, #eef5ff 100%);
}

.min-vh-75 {
    min-height: 75vh;
}

.gtg-gradient-text {
    background: linear-gradient(90deg, #0d6efd, #6f42c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gtg-top-badge {
    background: rgba(13,110,253,0.1);
    color: #0d6efd;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
}

.gtg-main-btn {
    transition: 0.3s ease;
}

.gtg-main-btn:hover {
    transform: translateY(-4px);
}

.gtg-stat-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
}

.gtg-stat-card h3 {
    font-weight: 800;
    color: #0d6efd;
}

.gtg-stat-card p {
    margin-bottom: 0;
    color: #777;
}

.gtg-main-image {
    max-height: 600px;
    object-fit: cover;
}

.gtg-floating-card {
    position: absolute;
    background: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 5;
    font-weight: 600;
}

.gtg-floating-card i {
    color: #0d6efd;
    margin-right: 8px;
}

.gtg-card-one {
    top: 10%;
    left: 0;
}

.gtg-card-two {
    bottom: 10%;
    right: 0;
}

.gtg-benefit-section {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.gtg-small-heading {
    color: #0d6efd;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gtg-glass-card {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 40px 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.4);
}

.gtg-glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.gtg-icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 25px;
    font-size: 28px;
    color: white;
}

.gtg-feature-item {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.gtg-feature-item i {
    color: #0d6efd;
    margin-right: 10px;
}

.gtg-video-box {
    border-radius: 30px;
}

.gtg-final-cta {
    background: #ffffff;
}

.gtg-cta-box {
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    padding: 80px 40px;
    box-shadow: 0 30px 60px rgba(13,110,253,0.2);
}

.gtg-cta-circle {
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

@media (max-width: 768px) {
    .gtg-premium-hero {
        text-align: center;
    }

    .gtg-floating-card {
        display: none;
    }

    .gtg-btn{padding: 12px 24px !important;font-size: 15px;margin: 0 auto;}
    .gtg-cta-box{padding: 60px 20px;}
    .gtg-cta-box .btn {padding: 12px 24px !important;font-size: 15px;margin: 0 auto;}
}