.Carouseltiitle {
    font-size: 27px;
}

.job_posted {
    color: blue;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}


.share_job {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.share_job_main {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

/* .line_main {
    color: lightskyblue;
    border: 1px solid rgb(0, 166, 195);
} */

.share_color {
    background-color: blue;
    width: 100px;
    height: 3px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;

}

/* .find-job {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #f9f9f9;
} */


.rounded-circle {
    color: white;
    font-weight: 900;
}

.card-title {
    font-size: 16px;
    color: black
}

.count-card {
    border: 1px solid #add8e6;
    border-radius: 2px;
}

.job-container {
    border: 1px solid #add8e6;
    border-radius: 2px;
    background-color: #f0f7fa;
    padding: 10px;
}

.card-circle {
    width: 80px;
    height: 80px;
    font-size: 24px;

}

.applicant-card {
    background-color: #007bff;
    color: white;
}

.shortlisted-card {
    background-color: #ff5722;
    color: white;
}

.finalisted-card {
    background-color: #32de84;
    color: white;
}

.rejected-card {
    background-color: #FF033E;
    color: white;
}

.interview-card {
    background-color: #f2bf27;
    color: white;
}

.onhold-card {
    background-color: #ed6631;
    color: white;
}

.text-success {
    color: #1f7c43 !important;
    font-weight: 700 !important;
}

/* appliacnt table  */
.table,
.table th {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.table td {
    font-size: 15px;
    font-weight: 500;
    padding: 15px !important;
}

.table th {
    color: white;
    font-weight: 600;
}

.dropdown-item .dropdown-menu {
    z-index: 1000 !important;
}

.selectall_header {
    background-color: #e4f0f4;
}

.table-header {
    background-color: #10bdf7;
}

/* Custom Badge Styles */
.badge {
    font-size: 0.8rem;
    padding: 0.3rem 0.45rem;
    border-radius: 12px;
}

.badge.bg-success {
    background-color: #720e9e !important;
}

.badge.bg-primary {
    background-color: #007bff !important;
}

.badge.bg-warning {
    background-color: #ffc107 !important;
}

.badge.bg-danger {
    background-color: #dc3545 !important;
}

.badge.bg-info {
    background-color: #e5b815 !important;
}

.badge.bg-select {
    background-color: #28a745 !important;
}


/* Custom Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: white;
    color: #333;
}

.company-header {
    text-align: center;
    padding: 2rem 0;
}

.company-header img {
    width: 90%;
    height: 205px !important;
    /* max-width: 800px; */
    border-radius: 10px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

.company-logo {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.company-name {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #007bff;
}

.company-info {
    color: #6c757d;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.section-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2rem;
    color: #007bff;
}

.section-title-main {
    color: #007bff;
    font-family: 'Young Serif';
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.working-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1rem;
}

.working-item {
    flex: 0 0 48%;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.working-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.working-item .icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 0.5rem;
}

.overview-box {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.overview-box h4 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.overview-box ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.btn-custom {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-custom:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .working-item {
        flex: 0 0 100%;
    }

    .company-header img {
        max-width: 100%;
    }

    .btn-custom {
        font-size: 0.9rem;
    }
}

.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-item a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.info-item a:hover {
    text-decoration: underline;
}

.social-icons a {
    color: #333;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #007bff;
}

.about-company {
    font-size: 17px !important;
}

.work-icon {
    width: 40px !important;
    height: 40px !important;
}


/* Flex container adjustments */
.approval-status {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* Ensures that content wraps on smaller screens */
    gap: 10px;
    /* Provides some space between elements */
}

.status-pending,
.status-approved {
    padding: 6px 12px;
    font-weight: 600;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
    position: relative;
    font-size: 0.75rem;
}

.status-pending {
    background: linear-gradient(45deg, #ff9800, #ff5722);
    /* Gradient from amber to deep orange */
    color: #ffffff;
    border: 2px solid #ff5722;
}

.status-approved {
    background: linear-gradient(45deg, #4caf50, #8bc34a);
    /* Gradient from green to light green */
    color: #ffffff;
    border: 2px solid #4caf50;
}

.status-pending:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.status-approved:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.status-pending:before,
.status-approved:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: top 0.3s ease-out;
}

.status-pending:hover:before,
.status-approved:hover:before {
    top: 0;
}

/* i {
    margin-right: 6px;
    font-size: 1.1rem;
} */

.status-pending:active,
.status-approved:active {
    transform: scale(0.98);
    box-shadow: none;
}

/* Edit Profile button styling */
.edit-profile-btn {
    font-size: 0.9rem;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

.edit-profile-btn:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #0056b3;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3);
}

.edit-profile-btn i {
    margin-right: 6px;
    font-size: 1.1rem;
}

.edit-profile-btn:active {
    transform: scale(0.98);
    box-shadow: none;
}

/* Responsive adjustments for small screens */
@media (max-width: 576px) {
    .approval-status {
        justify-content: center;
        /* Center the elements for small screens */
    }

    .status-pending,
    .status-approved {
        font-size: 0.7rem;
        /* Smaller font size on mobile */
        padding: 4px 8px;
        /* Reduced padding */
    }

    .edit-profile-btn {
        font-size: 0.8rem;
        /* Smaller font size on mobile */
        padding: 4px 8px;
        /* Reduced padding for the button */
    }
}

/* Popup Overlay */
.share-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0px);
    z-index: 1000;
}

/* Share Box */
.share-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

/* Copy Link */
.copy-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

#shareLink {
    flex: 1;
    border: none;
    outline: none;
    /* padding: 5px; */
}

.copy-container button {
    background: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

/* Social Buttons */
.social-buttons a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

#whatsappShare {
    background: #25D366;
    border-radius: 50%;
    padding: 10px 12px;
}

#facebookShare {
    background: #3b5998;
    border-radius: 50%;
    padding: 10px 12px;
}

#twitterShare {
    background: #1DA1F2;
    border-radius: 50%;
    padding: 10px 12px;
}
