.navbar {
    background-color: #ffffff;
    padding: 0px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-tabs {
    display: flex;
    position: relative;
    background-color: #ffffff;
}

.nav-link {
    text-decoration: none;
    color: #333;
    padding: 19px 20px;
    position: relative;
    transition: color 0.3s ease;
    background-color: white;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: rgb(58, 58, 58);
    font-weight: 500;
    font-style: normal
}

.nav-link:hover {
    color: black;
    background-color: ghostwhite;
    border-bottom: 2px solid blue;
}
.nav-link.active{
background-color: ghostwhite;
    border-bottom: 2px solid blue;
}
.underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: blue;
    transition: left 0.3s ease, width 0.3s ease;
}

.tab-content {
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #ddd;
    background-color: ghostwhite;
    max-width: 100%;
    overflow-x: hidden;
   
    padding-bottom: 300px;
}

.content {
    display: none;
}

.active-content {
    display: block;
}



#author-kit-settings-page{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    height: 900px;
    padding: 30px;
    }
    
    .tab-content{
        padding: 0px;
        margin: 0px;
        background-color: white;
    }
    .custom-multiselect-wrap {
        position: relative;
        width: 100%;
        max-width: 300px;
        background-color: white;
        border-radius: 12px;
        margin: 15px 0;
    }
    .custom-multiselect-wrap > .custom-select-display {
        background-color: white;
        border-radius: 8px;
        font-weight: 500;
        color: rgb(26, 26, 26) ;
    }
    #platform-multiselect {
        display: none; /* Hidden actual select */
    }
    
    .custom-select-display {
        padding: 10px;
        background: #f8f8f8;
        border: 1px solid #f0f0f0;
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px;
    }
    
    .custom-select-display .toggle-icon {
        font-size: 14px;
        margin-left: 10px;
    }
    
    /* Custom Dropdown */
    .custom-options-list {
        position: absolute;
        background: #fff;
        border: 3px solid #ffffff;
        z-index: 999;
        width: 100%;
        max-height: 250px;
        overflow-y: auto;
        display: none;
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #ccc #f8f8f8;
    }
    
    /* WebKit (Chrome, Safari) scrollbar */
    .custom-options-list::-webkit-scrollbar {
        width: 6px;
    }
    .custom-options-list::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }
    .custom-options-list::-webkit-scrollbar-track {
        background: #f8f8f8;
    }
    
    .custom-options-list.show {
        display: block;
    }
    
    .custom-option {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;
        cursor: pointer;
        border-bottom: 4px solid #ffffff;
        transition: background 0.2s;
    }
    
    .custom-option:hover {
        background: #f5f5f5;
    }
    
    .custom-option.selected {
        background: #fcfcfc;
        font-weight: 600;
        color: rgb(26, 26, 26) ;
    }
    .custom-option.selected i{
        font-size: 26px;
    }
    .custom-option i {
        font-size: 22px;
        width: 26px;
        text-align: center;
    }
    
    .custom-option i.fa-circle-check {
        font-size: 16px;
        color: rgb(56, 90, 245);
    }
    
    .custom-option span {
        flex: 1;
        font-size: 14px;
        margin-left: 5px;
    }


    #author_kit_manual_byline_selector:disabled {
        background-color: #f0f0f1;
        border: 1px solid #dcdcde;
        color: #757575;
        cursor: not-allowed;
        opacity: 1;
        box-shadow: none;
    }
    .author-kit-compatible,
.author-kit-incompatible {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 999px;
 
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;

    text-transform: capitalize;
}

.author-kit-compatible {
    background-color: #28dd3111; /* Green */
    color: green;
}

.author-kit-incompatible {
    background-color: #dd282811; /* red */
    color: red;
}

    
    /** link  **/
    .link-attributes-settings label, .rel-attributes-settings label {
        display: block;
        margin: 5px 0;
        font-size: 14px;
    }
    .rel-attributes-settings input[type="checkbox"], .link-attributes-settings input[type="radio"] {
        margin-right: 5px;
    }
    
    #author_kit_manual_byline_selector{
        max-width: 450px;
        height: 40px;
    }

    #author-kit-setting-section{
        margin-top: 30px;
        border-top: 1px solid rgb(240, 240, 240);
    }
    
    #link-attributes-selectors{
        display: flex;
        flex-direction: row;
        gap: 35px;
    }    

 


    /* CSS for Help & Support Page */
    .ak-help-container {
        max-width: 100%;
        margin: 0px auto;
        background: #fefefe;
        border-radius: 16px;
        padding: 30px 40px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
        overflow: none;
    }

    .ak-title {
        font-weight: bold;
        color: inherit;
        margin-bottom: 30px;
        text-align: left;
    }

    .ak-section {
        margin-bottom: 45px;
       
    }

    .ak-section h2 {
        font-size: 22px;
        margin-bottom: 18px;
        color: rgb(51, 51, 51);
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 8px;
    }

    .ak-links {
        list-style: none;
        padding-left: 0;
    }

    .ak-links li {
        margin-bottom: 12px;
    }

    .ak-links a {
         color: rgb(51, 51, 51);
        text-decoration: none;
        font-size: 15px;
        transition: all 0.2s ease;
    }

    .ak-links a:hover {
   color: rgb(51, 51, 51);
        text-decoration: underline;
    }

    .ak-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .ak-btn {
        background: #f6f7f9;
        padding: 12px 22px;
        border: 1px solid #ccd0d4;
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        transition: all 0.2s;
    }

    .ak-btn:hover {
        background: #e9ecef;
        border-color: rgb(51, 51, 51);
        color:  rgb(51, 51, 51);
    }

    .ak-form {
        display: flex;
        flex-direction: column;
        gap: 18px;
        max-width: 450px;
    }

    .ak-grid {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .ak-grid input {
        flex: 1;
        min-width: 200px;
    }

    input[type="text"],
    input[type="email"],
    textarea,
    input[type="file"] {
        width: 100%;
        padding: 11px 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        box-sizing: border-box;
        transition: border-color 0.2s;
    }

    input:focus,
    textarea:focus {
        border-color: #0073aa;
        outline: none;
    }

    textarea {
        resize: vertical;
        min-height: 120px;
    }

    .ak-file-label {
        font-size: 14px;
        color: #444;
        margin-top: 5px;
    }

    .ak-privacy {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
    }

    .ak-privacy a {
        color: #0073aa;
        text-decoration: underline;
    }

    .author-kit-btn {
        margin-top: 20px;
        max-width: 300px;
        background-color: #3b82f6; /* Tailwind's blue-500 */
        color: #ffffff;
        border: none;
        padding: 0.6rem 1.25rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 0.5rem; /* Rounded-md */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s ease, transform 0.1s ease;
    }
    
    .author-kit-btn:hover {
        background-color: #2563eb; /* Tailwind's blue-600 */
        cursor: pointer;
    }
    
    .author-kit-btn:active {
        transform: scale(0.98);
    }
    
.author-kit-check-bio-box , .author-kit-check-subscriber{
        margin-top: 20px;
    }