@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.page-structure {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.footer-wrapper {
    margin-top: auto;
}


input:focus {
    outline-width: 0 !important;
}

@media (min-width: 1600px) {
    html {
        font-size: 17px;
    }
}

.white-box {
    background: #fff;
    border-radius: 10px;;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}

p {
    line-height: 170%;
}

h1, h2, h3, h4, h5, b, strong,
.h1, .h2, .h3, .h4, .h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

h1, .h1 {
    font-size: 1.9rem;
    /* font-weight: 600; */
}

h2, .h2 {
    font-size: 1.6rem;
}

h3, .h3 {
    font-size: 1.4rem;
}

h4, .h4 {
    font-size: 1.2rem;
}

h5, .h5 {
    font-size: 1rem;
}

label {
    margin-bottom: 3px;
}

/* .form-control {
    font-family:Rubik;
    font-weight:300;
} */


.white-20 {
    background: #fff;
    padding: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #999999;
}


.navbar-dark .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;;
}

.navbar-dark .nav-item .btn {
    margin-left: 10px;
}


.navbar > .container, .navbar > .container-fluid {
    padding-bottom: 0px;
    /* border-bottom:1px solid rgba(255, 255, 255, 0.2); */
}


.form-signin {
    width: 100%;
    max-width: 730px;
}

.form-signin.wide {
    max-width: 660px;
}

.form-signin ul {
    padding: 0;
    list-style-type: none;
}

.remember-me {
    font-size: 15px;
}

.pagination {
    margin-bottom: 2rem;
}

.full_header {
    background: #010812;
    /*background: linear-gradient(to right bottom, #00183f, #001a44, #001c4a, #001e4f, #002055, #002664, #002c73, #003282, #003ea0, #004abf, #0056df, #0062ff);*/
    background-image: url("../img/home_bg-1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
    background-position: right bottom;
}

@media (max-width: 1750px) {
    .full_header {
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .full_header {
        background-image: none;
    }
}


.small_header {
    position: relative;
    background: #00183f;
    /* background: linear-gradient(to right rop, #00183f, #001a44, #001c4a, #001e4f, #002055, #002664, #002c73, #003282, #003ea0, #004abf, #0056df, #0062ff); */
}

/* add job form */

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    font-weight: 400;
    font-size: 18px;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: 4rem;

}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    font-weight: 200;
    font-size: 15px;
    color: #373737;
}

/*
  Home header
*/

.header_content_wrapper {
    display: flex;
    margin: auto 0;
    padding: 0 40px;

}

.home_header_right {
    margin-left: auto;
}

.home_header_text {
    color: #fff;
    align-self: center;
    width: 600px;
}

.home_header_text h1 {
    font-size: 2.5rem;
}

.home_header_text h4 {
    font-size: 1.7rem;
}


.home_header_form_fields {
    display: flex;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.3); */
    padding: 5px;
    /*background: rgba(255, 255, 255, 0.3);*/
    border-radius: 5px;

}

.home_header_form_fields .form-input {
    display: block;
    width: 100%;
    border: none;
    appearance: none;
    background-color: #fff;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 20px 20px;
    color: #545454;
    border-left: 1px solid #eee;
    border-radius: 5px 0 0 5px;


}

.home_header_form_fields .form-input:first-child {
    border-top-left-radius: 10px;
}

.home_header_form_fields .btn {
    /* border-bottom-left-radius: 0;
    border-top-left-radius: 0; */
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0 5px 5px 0;
}

.home_header_form_fields select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right 15px center;
}

.header_tags {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /*background: rgba(0, 0, 0, 0.3);*/
    padding: 20px;
}

@media (max-width: 768px) {
    .header_tags{
        display: none;
    }
}

.header_tags a {
    font-family: 'Rubik', sans-serif;
    display: inline;
    float: left;
    font-size: 1rem;
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    margin: 0 0.3em;
    border-radius: 5px;
    background-color: rgba(230, 239, 255, 0.25);
    font-stretch: normal;
    font-style: normal;


}

.header_tags a:hover {
    background: #09f;
}


.underline {
    position: relative;
}

.underline:before {
    content: "";
    width: 100%;
    background: #fff;
    height: 0.1em;
    position: absolute;
    left: 0;
    bottom: 0;
}

.underline.underline_yellow:before {
    background: #DCAA13;
}


.job_list {
    list-style-type: none;
    padding: 0;
}

.job_list .job {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    position:relative;
}


.btn.btn-report-expired {
    font-size:13px;
    font-weight: normal;
    position:absolute;
    right:0;
    bottom:0;
    background:#eee;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background:none;
    font-family:arial;
    color: #c0c0c0;
}

.btn.btn-report-expired:hover {
    color:var(--bs-danger);

}

@media(max-width: 1024px) {
    .btn.btn-report-expired {
        right:0;
        top:0;
        bottom:auto;
        margin-top:5px;
    }
}

.job_list .job:hover {
    /* border-color:#3A98D8; */
}

.job_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.job_header_logo {
    display: flex;
    /*align-content: left;*/
    align-items: center;
    width: 120px;
    padding: 0;
    padding-bottom: 15px;
}

.job_header_buttons {
    margin-left: auto;
}

.job_header_logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.job_header_title {
    padding-left: 30px;
}

.job_header_title h3 {
    font-size: 1.2em;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #004abf;
}

.job_header_title strong {
    font-size: 0.8em;
    font-weight: 300;
    color: #666;
}


.job_requirements {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.job_requirements li {
    padding: 0;
    padding-bottom: 5px;
    color: #545454;
    font-size: 0.9em;
    padding-right: 15px;
}

.job_requirements li strong {
    display: inline-block;
}

.job_tags {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 5px 0 15px 0;
    padding-top: 5px;
}

.job_tags li {
    padding: 0;
    margin: 0 5px 0px 0;
}

.job_tags li a {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.7em;
    background: #f3f3f3;
    color: #666;
}

.job_tags li a:hover {
    background: #3A98D8;
    background: #09f;
    color: #fff;
}

.job .favorite-btn {
    font-size: 1.5em;
    color: #ccc;
}

.favorite-job {
    transition: all ease-in-out 0.2s;
}

.favorite-job:hover {
    color: #e93d42;
}

.job_footer {
    display: flex;
    padding-top: 15px;
    align-items: center;
    margin-top: 100px;
}

.job_footer {
    display: flex;
}




#searchFormMain .inputWrapper {
    width: auto;
    flex-grow: 1;
}

.filters ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.filters ul.scroll {
    overflow-y: auto;
    max-height: 200px;
}

.filters ul li a.item {
    display: block;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0;
    margin: 7px 0;
    color: #333;
    font-weight: 300;
    padding-left: 25px;
    position: relative;
}

.filters ul li a.item i {
    position: absolute;
    margin-left: -25px;
    color: #999;
    display: block;
}

.filters ul li a.item:hover i {
    color: #004abf;
}

.filters ul li a.item i.hover {
    display: none;
}

.filters ul li.active a.item i {
    color: #004abf;
    display: block !important;
}

.filters ul li a.item:hover i {

}

.filters ul li a.item:hover i.hover {
    display: block !important;
    position: absolute;
}


.filter_box {
    /* background:#fff; */
    margin: 0;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    /* border-radius:10px; */
    margin-bottom: 15px;
}

.filter_box h3 {
    font-size: 0.9em;
    font-weight: 600;
    margin: 10px 0 10px 0;
    display: inline-block;
    position: relative;
    padding: 0;
    color: #004abf;
    /* color:#545454; */
    /* border-bottom:1px solid #eee; */
}

.filters .filter_box:first-child h3 {
    margin-top: 0;
}

.filter_box h3:before {
    content: "";
    position: absolute;
    display: none;
    height: 1px;
    width: 100%;
    background: #004abf;
    left: 0;
    bottom: -1px;
}

.filter_search_box {
    width: 100%;
    border: none;
    padding: 5px 10px;
    /* border:1px solid rgba(0, 0, 0, 0.07); */
}

.filter_search_box:focus, .filter_search_box:focus-visible {
    box-shadow: none;
}

a {
    color: #3A98D8;
}


.grid {
    display: flex;
    width: 100%;
}

.col_sidebar {
    width: 350px;
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
}

.col_content {
    width: 100%;
    padding-left: 15px;
}

.page-title {
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 400;
}

.form-control {
    color: #A1A5B7;
    background: #F5F8FA;
    border-color: #F5F8FA;
    padding: 0.8rem 1.2rem;
}

.form-control.form-control-sm {
    padding: .25rem .5rem;
}

.form-control.form-control-white {
    background: #fff;
    border-color: #fff;
}

.home_company_logo {
    max-width: 150px;
    margin: 20px;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: opacity 0.5s;
}

.home_company_logo:hover {
    filter: grayscale(1%);
    opacity: 1;
}


.category_grid {
    background: #fff;
    background: linear-gradient(100deg, #f9f9f9 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=1);
}

.category_box {
    display: block;
    text-decoration: none;
    color: #545454;
    text-align: center;
    padding: 2rem 1.7rem;
    background: #e6efff;
    border-radius: 10px;
    margin-bottom: 1.7rem;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}


.category_box i {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
    color: #004abf;
    /* color:#111077;     */
    transition: all ease-in-out 0.2s;
}

.category_box_title {
    font-size: 1.1em;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.category_box:hover {
    background: #004abf;
}


.category_box:hover p {
    color: #fff;
}

.category_box:hover i {
    transition: transform 0.5s;
}

.category_box:hover i {
    color: #fff;
    transform: scale(1.5);

}

.category_box:hover .category_box_title {
    color: #fff;
}


.topMenuContainer {
    position: relative;
}

.navbarWrapper {
    position: absolute;
    width: 100%;
}

/*
    Text colors
*/

.text-blue {
    color: #004abf;
}


/*
    Buttons
*/

.btn {
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.45em 1.3em;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    transition: all ease-in-out 0.2s;
}


.btn.btn-lg {
    padding: 0.8rem 1.4rem;
    line-height: 1.5;
}

.btn.btn-no-font {
    font-size: inherit;
}

.btn.btn-sm {
    font-size: 0.85rem;
    padding: 0.35em 1.1em;
}

.btn.btn-icon-end i {
    margin-left: 0.2em;
    transition: all ease-in-out 0.2s;
}

.btn.btn-icon-end:hover i {
    margin-left: 1em;
}

.btn-green {
    background-color: #36cd77;
}

.btn-blue {
    background-color: #004abf;
    color: #fff;
}

.btn-light-blue {
    background-color: #e6efff;
    color: #004abf;
}

.btn-blue:hover, .btn-blue.btn-blue-hover:hover {
    background: #336ECC;
    color: #fff;
}

.btn-light-white {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.btn-light-white:hover {
    background: rgba(255, 255, 255, 0.20);
    color: #fff !important;
}

.btn-candidat {
    background-color: #e6efff;
    border: 1px solid #e6efff;
}

.btn-candidat:hover {
    background-color: #004abf;
    border: 1px solid #004abf;
    color: #ffffff;
}

.btn-angajator {
    background-color: #004abf;
    border: 1px solid #004abf;
    olor: #ffffff;
}

.btn-angajator:hover {
    background-color: #e6efff;
    border: 1px solid #e6efff;
    color: #000000;
}

.btn-green {
    background-color: #09f;
    color: #fff;
}

.btn-green i {
    color: inherit !important;
}


/* cursuri */

.copy {
    font-size: 11px;
    position: relative;
    top: -5px;
}

.logo-cursuri {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-left: 0;
}

#addAlertOptions {
    display: flex;
    align-items: center;
}

#addAlertOptions > * {
    align-self: stretch;
    margin-right: 10px;
}

#addAlertOptions > label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#addAlertOptions > label input {
    margin-right: 5px;
}

#addAlertOptions > select {
    width: 200px;
}


@media (max-width: 768px) {
    .logo-cursuri {
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .logo-cursuri li {
        margin: 10px;
    }
}


.logo-cursuri li {
    width: 80px;
    height: 80px;
    /*background-color: #e6efff;*/
    padding: 15px;
    border-radius: 10px;
}

.logo-cursuri img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.5s ease-out;

}

.logo-cursuri img:hover {
    filter: grayscale(1%);
    opacity: 1;
    transition: opacity 0.5s;
}

/*
    Footer
*/

footer {
    background: #091a38;
    color: #fff;
    FONT-SIZE: 0.9rem;
}


.footer_links_block {
    padding: 0;
    list-style-type: none;
}

.footer_links_block a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5px;
}

.footer_links_block a:hover {
    color: rgba(255, 255, 255, 1);

}

footer a {
    color: #fff;
}

.category_label {
    display: block;
    padding: 0 0 5px 0;
    font-size: 0.9em;
}

.city_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.city_list li {
    padding: 5px;
    clear: both;
    display: block;
    overflow: hidden;
    background-color: #f5f8fa;
    border-radius: 0 0 5px 5px;
}

.city_list li:hover {
    background: #efefef;
}

h3 {
    font-weight: 400;
}


.user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #1b9bfc;
    object-fit: cover;
    background-color: #fff;
}

@media (min-width: 768px) {

    .nav-link.has-dropdown {
        position: relative;
    }

    .nav-link.has-dropdown:hover .dropdown-menu {
        display: block;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.9);
    }
}

.job_content {
    padding-left: 150px;
}

.contact-list {
    padding-left: 0;
    list-style-type: none;
}

.contact-list li {
    margin-bottom: 10px;
}

.contact-list li i {
    width: 50px;

}

.contact-list a {
    text-decoration: none;
    color: #212529;
}

.filters ul li a.item:hover {
    color: #999 !important;
}

.table-jobs {
    vertical-align: middle;
    font-size: 0.9em;
}

.delete-button {
    display: block;
    width: 20px;
    font-size: 20px;
    text-decoration: none;
    color: #dc3545;
    position: relative;
    top: 20px;
    z-index: 100;
    left: 168px;


}

.delete-button i:hover {
    color: #dc3545;
}

.description-label {
    color: #999;
    font-weight: 200;
}

.btn.btn-blue:hover {
    color: #fff;
}


/* login */


.d-flex a {
    text-decoration: none;
}

.no-underline {
    text-decoration: none !important;
}

.accountType {
    display: flex;
    margin: 0 auto;
    max-width: 850px;
}

.accountType .card {
    margin: 15px;
    width: 50%;
}

.accountType .card .card-header {
    font-size: 1.4em;
    padding: 1rem 1rem;
}

@media (max-width: 900px) {
    .accountType {
        display: block;
    }
}

.cont-list {
    padding-left: 15px;
    margin: 2rem 0;
}


.btn-gray {
    background: #f3f3f3;
    color: #666;
}

.img-cursuri-1 {
    width: 400px;
}

.cursuri-its a {
    text-decoration: none;
}

/* --------------------- mobile fix ---------------------  */


/* general */

.mobile-top-5 {
    margin-top: 5rem;
}

/* tabele */

@media (max-width: 768px) {

    #searchFormMain .d-flex {
        flex-direction: column;
    }

    #searchFormMain .inputWrapper, #searchFormMain .btnWrapper {
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }

    #searchFormMain .btnWrapper .btn {
        width: 100%;
        text-align: center;
    }


    .mobile-table-1 {
        overflow-x: auto;
    }

    .mobile-table-1 table {
        width: 700px;
    }

    .mobile-table-fav {
        overflow-x: auto;
    }

    .mobile-table-fav table {
        width: 600px;
    }

    .mobile-table-admin {
        overflow-x: auto;
    }

    .mobile-table-admin table {
        width: 800px;
    }

}

@media (max-width: 1200px) {
    .home_company_logo {
        width: 120px;
        margin: 20px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media (max-width: 768px) {

    .dropdown-menu {
        border: none;
    }

    .white-20 {
        padding: 0 0 20px 0;
    }

    .img-cursuri-1 {
        display: none;
    }

    .filters ul li a.item {
        display: inline-block;
    }

    .dropdown-menu {
        display: block;
        width: 100%;
        background: none;
    }

    .has-dropdown {
        width: 100%;
    }

    .navbar-nav {
        margin-top: 1rem;

    }

    .user-photo {
        margin: 0 auto;
        display: block;
    }

    #navbarMain .nav-item.userMenu {
        border: none;
        padding: 0;
    }

    .user-photo {
        margin-top: 15px;
    }

    .userMenu .has-dropdown {
        padding: 0 !important;
    }

    .userMenu .username {
        display: block;
        text-align: center;
    }

    .userMenu .has-dropdown:hover .username {
        color: #fff;
    }

    .userMenu .username {
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 0;
    }

    #navbarMain .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 0;
    }


    .username + .dropdown-menu {
        padding-top: 0;
    }


    .full_header.min-vh-100 {
        min-height: 0 !important;
    }

    .header_tags {
        position: relative;
        overflow-x: auto;
    }

    .textFormHomeContainer {
        margin: 2.5rem 0 4rem 0 !important;
    }

    .navbar .container-fluid {
        padding: 0;
        margin: 0;
    }

    .navbarWrapper {
        position: relative;
    }

    #colSidebar {
        display: none;
    }

    #colSidebar.show {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 100;
        background: #fff;
        padding: 15px;
        overflow-y: auto;
    }

    .page-title {
        margin: 0.5rem !important;
    }

    .pagination {
        overflow: scroll;
    }
}

/* homepage */

.header_content_wrapper {
    padding: 0;
}

@media (max-width: 768px) {

    .category_box {
        padding: 1rem;
        font-size: 11px;
    }

    .category_grid.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .homeTextLogos.bg-white.py-5,
    .homeTextLogos .container.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .home_header_text h1 {
        font-size: 2rem;
    }

    .home_header_text h4 {
        font-size: 1rem;
    }

    /* logo companii */
    .company-logo {
        margin-top: 2rem;
    }

    .company-logo .px-5 {
        padding: 0 !important;
    }

    .company-logo img {
        max-width: 120px;
    }

    /* end  logo companii */

}


/* lista de joburi */

@media (max-width: 768px) {


    .col_content {
        padding-left: 0;
    }

    .job_list .job {
        padding: 15px;
        position: relative;
        padding-bottom: 60px;
    }

    .job_tags {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .job_header {
        width: 100%;
        display: initial;
    }

    .job_header_logo {
        text-align: center;
        width: 40%;
        margin: 5px auto;
    }

    .job_header_title {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .job_header_buttons {
        position: absolute;
        bottom: 0;
        padding: 15px;
        display: flex;
        width: 100%;
        left: 0;
    }

    .job_header_buttons .btn-favorite {
        margin-left: auto;
        order: 2;
    }

    .job_header_buttons .btn-url {
        margin-right: auto;
        order: 1;
    }


    .job_content {
        width: 100%;
        padding-left: 0;

    }

    .job_content ul {
        display: initial;
    }

    .job_content .d-flex {
        display: initial !important;
    }

    .job_content .ms-5 {
        margin: 0 !important;
    }

    .job_content .job_requirements {
        margin: 0;
        padding: 0;
    }
}

/* tip cont */

@media (max-width: 768px) {
    .accountType .card {
        width: 90%;
    }
}


/* contact */

@media (max-width: 768px) {

    .form-contact {
        display: initial;
    }
}


/* contul meu */


@media (max-width: 768px) {

    .col_sidebar {
        display: none;
    }

    .footer-wrapper {
        margin-top: 30px;
    }
}


/* gdpr */

#c-s-bn {
    display: none;
}

.is-company .badge-user-count-messages {
    margin-left: -15px;
}

.badge-user-count-messages {
    margin-top: -5px;
    position: absolute;
}


@media (min-width: 768px) {
    .badge-user-count-messages-submenu::before {
        content: "(";
    }

    .badge-user-count-messages-submenu::after {
        content: ")";
    }

    .badge-user-count-messages-submenu {
        display: inline-block;
        background: none !important;
        padding: 0;
        margin: 0;
        font-size: inherit;
        font-weight: inherit;
    }
}

@media (max-width: 768px) {


    .badge-user-count-messages {
        display: none;
    }
}


/* homepage fix */

.homepage .full_header {
    background: #010812;
    background-image: url("../img/joburi-incepatori-it.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    /*background-position: right bottom;*/
    background-position: top right;


}

@media (max-width: 768px) {
    .homepage .full_header {

        background-image: url("../img/home_bg-cr.jpg");
    }
    .homepage .home_header_text h4{
        font-size: 17px;
    }
}

.homepage .home_header_text h1 {
    color: #303030;
    /*color: #fff;*/
    font-weight: 500;

}

.homepage .home_header_text h4 {
    color: #303030;
    font-weight: bold;

}

.homepage .home_header_text {
    color: #303030;
    /*text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);*/
}



.homepage .form-input {
    outline: none;
}

.homepage .navbar-dark .navbar-nav .nav-link,
.homepage .header_tags a {
    color: #303030;
    /*color:#fff;*/
}


.homepage .header_tags a:hover {
    background: rgba(230, 239, 255, 1);
}

.homepage .home_header_text {
    font-weight: 400;
}

.homepage .header_tags a {
    background: rgba(230, 239, 255, 0.6);
}

.homepage .navbar-dark .navbar-nav .dropdown-menu .nav-link {
    color: #fff;
}

.homepage .btn-light-white {
    background: rgba(255, 255, 255, 0.6);
}

.homepage .btn-light-white:hover,
.homepage .navbar-dark .navbar-nav .nav-link:hover {
    /*color: #09f !important;*/
    color: #303030 !important;
}

.homepage .home_header_form_fields {
    /*background-color: rgba(255, 255, 255, 0.3);*/
    background-color: rgba(219, 219, 219, 0.3);
}

.homepage .navbar-toggler-icon{
    background-color: #a9a9a9;
    border-radius: 5px;
    padding: 10px;
}
