.home-job-post-emg-img
{
    max-width: 100%;
    display: block;
}
.apply-btn
{
    font-size: 9px !important;
    background: #AE4A84 !important;

}
.menu-style-one.theme-main-menu.fixed
{
    background: #FFFFFF !important;
}
.theme-main-menu.menu-overlay
{
    background: #FFFFFF;
}
.inner-banner-one
{
    background: #AE4A84;
}
.job-list-three .main-wrapper .job-duration
{
    color:#AE4A84;
}

.header_emg_logo
{
    width: 80px;
    height: 60px;
}
.theme-main-menu .login-btn-one
{
    color: #316D2E;
}
.letters-loading
{
    color: #316D2E !important;
}
.btn-one
{
    background-color: #316D2E;
    color: #FFFFFF;
}
.theme-main-menu .navbar-toggler
{
    background-color: #316D2E !important;

}

.custom-text-lg
{
    font-size: 12px !important;
}

/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 8px; /* Change width as desired */
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

/* Handle (scroll thumb) */
::-webkit-scrollbar-thumb {
    background-color: #33702E; /* Scrollbar color */
    border-radius: 6px; /* Rounded corners */
    border: 2px solid #f1f1f1; /* Space between track and thumb */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color when hovered */
}





