﻿.topbanner-img {
    max-height: 65px;
   
}
.bottom-banner-img {
    max-height: 65px;
}
.ai-btn {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(37, 117, 252, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .ai-btn:hover {
        background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(106, 17, 203, 0.6);
    }

    .ai-btn:active {
        transform: scale(0.96);
    }

    .ai-btn i {
        font-size: 18px;
    }
#newWorkJobDescriptionEditor div {
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}

    #newWorkJobDescriptionEditor div::before {
        content: "•"; /* Dard circle (bullet) */
        position: absolute;
        left: 0;
        color: #00796b; /* apni theme ka color */
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
    }