#pills-tab .nav-item {
    width: 33%;
}

#pills-tab .nav-link {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
}

.tab-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333333;
    background-color: #DDDDDD;
    padding: 10px;
}

#pills-tab .nav-link.completed {
    color: #006060;
    /* dark green text */
    background-color: white !important;
    /* light green bg - optional */
}

#pills-tab .nav-link.completed .tab-icon {

    background-color: #02A4A4;
    /* Bootstrap success green */
    color: white;
}

#pills-tab .nav-link.active {
    color: #051284 !important;
    background-color: #ffffff !important;
    border-bottom: 4px solid #051284;
}

#pills-tab .nav-link.active .tab-icon {
    color: #ffffff;
    background-color: #051284;
}


/* skils or tags  */

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    min-height: 45px;
    align-items: center;
    width: 75%;
}

.tag {
    display: flex;
    align-items: center;
    background-color: #eaeae9;
    color: #333333;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    gap: 6px;
}

.tag .remove {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #333333;
    font-size: 16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.tag .remove:hover {
    background: rgba(255, 255, 255, 0.5);
}

.input-field {
    border: none;
    outline: none;
    flex: 1;
    padding: 8px;
    font-size: 16px;
    min-width: 100px;
    background: transparent;
}

.tags-container:focus-within {
    border-color: #EAEAEA;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

/* jd upload modal  */
#jobDescriptionUploadModal .modal-content {
    border: none !important;
    box-shadow: none !important;
}

#jobDescriptionUploadModal .modal-header,
#jobDescriptionUploadModal .modal-footer {
    border: none !important;
}

.jd-upload-confirm-modal-icon {
    width: 36px;
    height: 36px;
}

.jd-upload-modal-header {
    font-weight: 600;
    font-size: 24px;
    font-family: "Geologica";
    color: #051284;
}

.jd-upload-modal-message {
    font-weight: 500;
    font-size: 20px;
    font-family: "Albert Sans";
}


#generateQuestionAiModal .modal-content {
    border: none !important;
    box-shadow: none !important;
}

#generateQuestionAiModal .modal-header,
#generateQuestionAiModal .modal-footer {
    border: none !important;
}