<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Helpers Css */
.__width__280 {
    width: 280px !important;
}

/* Navigation Mobile */
.bsnav-mobile .navbar {
    width: 165px;
}

/* Home Page Partner Companies Modified */
.section__owl__partners img {
    filter: none;
    padding: 20px;
}

/* Home Page Featured Companies Modified */
.__job__board .featured__companies.section__top__jobs {
    margin-top: 50px;
    height: 627px;
}

/* Login Css Modified */
.__job__board .section__login form .input__group label sup {
    top: 0;
}

/* User Css */
.__job__board .user .nav-item.dropdown.dropdown-right &gt; .navbar-nav {
    right: -40px;
    /*top: 40px;*/
    text-align: center;
}

.__job__board .user .language .nav-link.current img {
    border: 2px solid #d94e6a;
    border-radius: 50px;
    width: 35px;
}

/* Form Validation Modified */
.__job__board .form-control.is-invalid, .was-validated .form-control:invalid,
.__job__board .form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

/* Two Factor Css Modified */
.__job__board #form__two__factor .inputs {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__job__board #form__two__factor .inputs input {
    height: 45px;
    width: 42px;
    border-radius: 6px !important;
    outline: none;
    font-size: 1.125rem !important;
    text-align: center;
    border: 1px solid #ddd;
}

.__job__board #form__two__factor .inputs input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.__job__board #form__two__factor .inputs input::-webkit-inner-spin-button,
.__job__board #form__two__factor .inputs input::-webkit-outer-spin-button {
    display: none;
}

/* Company Detail Page Modified */
.company__detail .__top .bottom__content:last-child span:nth-of-type(1) {
    margin-right: 59px;
}

.company__detail .__top .bottom__content:last-child span:nth-of-type(2) {
    margin-right: -3px;
}

.company__detail .section__top__jobs .card .top_content {
    grid-template-columns: repeat(4, auto);
}

/* Down Remove To Front Css */

.header .navbar-brand {
    width: 12%;
}

.header .logo_mobile {
    display: none;
}

.header .auth {
    width: 25%;
}

.company__detail .__top .bottom__content:last-child span:nth-of-type(1):lang(hy),
.company__detail .__top .bottom__content:last-child span:nth-of-type(1):lang(ru) {
    margin-right: 0;
}

.company__detail .__top .bottom__content:last-child span:nth-of-type(2):lang(hy),
.company__detail .__top .bottom__content:last-child span:nth-of-type(2):lang(ru) {
    margin-right: 52px;
}

.company__detail .__top .bottom__content &gt; span:lang(hy),
.company__detail .__top .bottom__content &gt; span:lang(ru) {
    margin-right: 52px !important;
}

/* detail page bed look */
.company__detail .__card .title .h4:lang(hy),
.company__detail .__card .title h4:lang(hy) {
    font-weight: 800;
}

.company__detail .resources .__card .h6:lang(hy),
.company__detail .resources .__card h6:lang(hy) {
    font-weight: 800;
}

.company__detail .benefits .__card__inner span:lang(hy) {
    font-weight: 700;
}

.section__jobs.section__top__jobs .container .jobs .card__item .job__content .circle.__new {
    font-weight: 800;
}

.section__jobs.section__top__jobs .container .form-checkbox:nth-child(3) span {
    font-weight: 800;
}

.job__detail .__detail .__card .top__content i:lang(hy),
.job__detail .__detail .__card .top__content span:lang(hy),
.job__detail .__detail .__card .top__content svg:lang(hy) {
    font-weight: 600;
}

.job__detail .__detail .__card .top__content span &gt; span {
    font-weight: 500 !important;
}

.custom__job__detail.company__detail .__card .title .h4:lang(hy),
.custom__job__detail.company__detail .__card .title h4:lang(hy) {
    font-weight: initial;
}

.job__detail .__detail .__card .top__content:lang(hy),
.job__detail .__detail .__card .top__content:lang(ru) {
    grid-gap: 20px;
}

.job__detail .__detail .__card .content ol li {
    font-size: 14px;
}

.job__detail .__detail .__card .content .h6,
.job__detail .__detail .__card .content h6:lang(hy) {
    font-weight: 600;
}

.job__detail .__detail .__card .content .additional_information p {
    margin-bottom: 0;
}

.job__detail .__sidebar .__card .__top .parent {
    height: auto;
}

.job__detail .__sidebar .title .h4:lang(hy),
.job__detail .__sidebar .title h4:lang(hy) {
    font-family: initial;
    font-weight: 800 !important;
}

.job__detail .attach_cv {
    display: flex;
    align-items: end;
    justify-self: center;
}

.btn-outline-primary {
    width: 110px;
    border-color: #6985f3;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: linear-gradient(to bottom, #6985f3, #5a6ee8, #6c75ce, #b0a8dc);
}

.company__detail .__top .company__name .h2 .verified,
.company__detail .__top .company__name h2 .verified {
    margin-left: -3px;
}

.owl-carousel .owl-item .content img {
    display: block;
}

.company__detail .resources .__card .contacts a:lang(hy) {
    font-weight: normal;
}

p:lang(hy) {
    font-weight: 500;
}

#form__applicant__candidate .form-text {
    position: relative;
    top: 25px;
}

.footer__one .payments,
.footer__one .apps {
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
}

.footer__one .payments img,
.footer__one .apps img {
    width: 65px /* 55px | 65px */;
}

.footer__one .logo {
    left: -13px;
    position: relative;
}

.stories.carousel .story&gt;.item-link&gt;.item-preview {
    max-height: 90px;
}

#zuck-modal-content .story-viewer .slides .item {
    background: transparent;
}
#zuck-modal {
    background: rgba(0, 0, 0, .35);
}
#zuck-modal-content .story-viewer .slides .item .media {
    width: 47vw !important;
}
#zuck-modal-content .story-viewer .slides-pagination .previous {
    left: 28vw;
}
#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 28vw;
}
#zuck-modal-content .story-viewer .tip {
    background: linear-gradient(to bottom, #6985f3, #5a6ee8, #6c75ce, #b0a8dc);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo_mobile {
    display: none;
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo_desktop {
    display: block;
}

/*li.page-item {
    display: none;
}
.page-item:first-child,
.page-item:nth-child(2),
.page-item:nth-child(3),
.page-item:nth-last-child(2),
.page-item:nth-last-child(3),
.page-item:last-child,
.page-item.active,
.page-item.disabled {
    display: block;
}*/

/* Custom Media */
/* Start Front Css Remove Refactor Code | Remove Old Code */
@media only screen and (max-width: 991px) {
    .header .site {
        width: 17%;
    }
    .header .auth {
        width: 35%;
    }
}
@media only screen and (max-width: 768px) {
    .header .site {
        width: 23%;
    }
    .header .auth {
        width: 40%;
    }
    .header .logo_mobile {
        display: block;
    }
    .header .logo_desktop {
        display: none;
    }
    .section__login form .input__group,
    .section__register__candidate form .input__group {
        width: 100% !important;
    }
    .section__register__candidate.section__login form .select .input__group {
        margin-right: 0 !important;
    }
    #zuck-modal-content .story-viewer .slides .item .media {
        width: 100vw !important;
    }
    #zuck-modal-content .story-viewer .slides-pagination .previous {
        left: 5vw;
    }
    #zuck-modal-content .story-viewer .slides-pagination .next {
        right: 5vw;
    }
}
@media only screen and (max-width: 555px) {
    .header .site {
        width: 26%;
    }
    .header .auth {
        width: 50%;
    }
    .section__register__candidate.section__login form .bottom__content .form-check {
        height: 110px;
    }
    .job__detail .attach_cv {
        display: block;
    }
    .job__detail .attach_cv form {
        margin-right: 0 !important;
    }
    .job__detail .attach_cv .btn_cv {
        margin-top: 1rem !important;
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 450px) {
    .header .site {
        width: 33%;
    }
    .header .auth {
        width: 60%;
    }
    .section__register__candidate.section__login form .bottom__content .form-check {
        height: 130px;
    }
}
@media only screen and (max-width: 430px) {
    .__job__board.__home .section__search .container{
        padding-top: 50px;
    }
    .section__search:lang(ru) {
        height: initial;
    }
}
@media only screen and (max-width: 420px) {
    .header .auth {
        width: 70%;
    }
    .section__register__candidate.section__login form .bottom__content .form-check {
        height: 150px;
    }
}
@media only screen and (max-width: 390px) {
    .header .site {
        width: 39%;
    }
    .newsletter .content {
        flex-direction: column;
    }
}
@media only screen and (max-width: 385px) {
    .section__register__candidate.section__login form .bottom__content .form-check {
        height: 170px;
    }
}
@media only screen and (max-width: 380px) {
    .section__register__candidate.section__login form .input__group {
        width: 100% !important;
    }
}
@media only screen and (max-width: 370px) {
    .section__register__candidate.section__login form .bottom__content .form-check {
        height: 190px;
    }
}
@media only screen and (max-width: 355px) {
    .header .auth {
        width: 80%;
    }
    .section__register__candidate.section__login form .bottom__content .form-check {
        height: 210px;
    }
}
/* End Front Css Remove Refactor Code | Remove Old Code */
</pre></body></html>