<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mm-add-listing a {
    padding: 15px 10px 15px 20px !important;
}

.mm-panel {
    background: #fff;
}

.mm-menu li.current &gt; a {
    background-color: #1967D2;
    color: #fff !important;
    min-height: 40px;
}

.mm-menu li &gt; a {
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.mm-listitem a {
    color: #000 !important;
}

.mm-menu li a:hover {
    background-color: #1967D2;
    color: #fff !important;
}

.mm-navbar_sticky {
    background-color: #1967D2;
    color: #fff !important;
    margin-bottom: 5px;
}


/*new slider css*/
.slider-img {
    width: 1140px;
    height: 500px;
    object-fit: cover;
}

@media only screen and (max-width: 599px) {
    .blog-single .auto-container {
        padding: 20px 20px;
    }
}

@media (max-width: 600px) {
    .blog-single p {
        margin-bottom: 0;
    }
}

.dashboard-outer .user-img {
    min-width: 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

@media (max-width: 450px) {
    .dashboard-outer .user-img {
        min-width: auto;
        width: auto;
        height: auto;
    }
}

@media (max-width: 390px) {
    .ui-item p {
        font-size: 11px;
    }
}

.job-search {
    left: 30px;
    top: 80px;
}

.job-search li {
    margin: 2px !important;
    padding: 3px !important;
    transition: 0.3s;
    color: #757575;
    border-bottom: 2px solid #e9e9e9;
}

.job-search li:hover {
    border-bottom: 5px solid #1a67d2;
}

.job-search-dropdown {
    padding: 15px;
}

.notice-div {
    max-height: 500px;
    overflow: hidden;
}

.job-badge {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mm-btn_next:after, .mm-btn_prev:before {
    border-color: #000000;
}

#nav-mobile {
    padding-bottom: 3rem !important;
}

.padding-0 {
    padding-top: 0 !important;
}

.social-share a {
    padding: 10px 15px !important;
}

.open-position {
    height: 25px !important;
    width: 24px !important;
}

.function-area {
    height: 25px !important;
    width: 24px !important;
}

.salary-period {
    height: 25px !important;
    width: 24px !important;
}

.default-form .form-group input[type="password"], .default-form .form-group input[type="email"] {
    font-family: verdana, serif;
}

@media (max-width: 575px) {
    .g-recaptcha div {
        margin: auto;
    }

}

@media (max-width: 390px) {
    .g-recaptcha div {
        transform: scale(0.9);
    }
}

@media (max-width: 1366px) {
    .contact-block .inner-box {
        text-align: start !important;
    }
}

@media (max-width: 992px) {
    .contact-block .inner-box {
        text-align: center !important;
    }
}

.apply-img {
    min-width: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.chosen-container-single .chosen-drop .result-selected {
    display: list-item;
    color: #000000 !important;
    cursor: default;
}

.chosen-container .chosen-results li em {
    text-decoration: none !important;
}

.chosen-container-single .chosen-single span {
    font-size: 15px;
}
</pre></body></html>