#app {
    overscroll-behavior: none;
}

body {
    overscroll-behavior: none !important;
    overscroll-behavior-y: none !important;
}

.btn-forest {
    color: #fff;
    background-color: #5b7694;
    border-color: #5b7694;
    border-width: 1px;
    border-radius: 25px;
}

.btn-forest:hover,
.btn-forest.hover {
    color: #fff;
    background-color: #343638;
    border-color: #343638;
}

.btn-forest:focus,
.btn-forest.focus {
    color: #fff;
    background-color: #5b7694;
    border-color: #343638;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-forest.disabled,
.btn-forest:disabled {
    color: #fff;
    background-color: #5b7694;
    border-color: #5b7694;
}

.btn-forest:not(:disabled):not(.disabled):active,
.btn-forest:not(.disabled):not(.disabled).active,
.show>.btn-forest.dropdown-toggle {
    color: #fff;
    background-color: #5b7694;
    border-color: #343638;
}

.btn-forest:not(:disabled):not(.disabled):active:focus,
.btn-forest:not(.disabled):not(.disabled).active:focus,
.show>.btn-forest.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-sec {
    color: #343638;
    background-color: #ffffff;
    border-color: #343638;
    border-width: 1px;
    border-radius: 25px;
}

.btn-sec:hover,
.btn-sec.hover {
    color: #fff;
    background-color: #343638;
    border-color: #5b7594;
}

.btn-sec:focus,
.btn-sec.focus {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-sec.disabled,
.btn-sec:disabled {
    color: #fff;
    background-color: #5b7694;
    border-color: #5b7694;
}

.btn-sec:not(:disabled):not(.disabled):active,
.btn-sec:not(:disabled):not(.disabled).active,
.show>.btn-sec.dropdown-toggle {
    color: #fff;
    background-color: #c51f1a;
    border-color: #b91d19;
}

.btn-sec:not(:disabled):not(.disabled):active:focus,
.btn-sec:not(:disabled):not(.disabled).active:focus,
.show>.btn-sec.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.form-control.error {
    border-color: #f70a0a;
}

.form-control {
    color: #959798;
}

.form-control.focus,
.form-control.error {
    color: #343638;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.jobseeker_navbar {
    padding-left: 0px;
    padding-right: 0px;

    top: 55px;
}

#logout_btn {
    position: static;
}

.nav-label {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.nav-tab {
    background-color: #c4d7d1 !important;
    border-radius: 0% !important;
    border: 1px white solid !important;
    margin: 0px !important;
    color: #343638 !important;
    font-weight: 400;
}

.nav-tab.active {
    color: #fff !important;
    background-color: #5b7694 !important;
}

.nav-tab a {
    color: #495057 !important;
    font-weight: 500;
}

.nav-tab.active a {
    color: #fff !important;
    font-weight: 600;
}

a.collapsed {
    color: #495057;
    font-weight: 600;
}

.bg-lgreen {
    background-color: #c4d7d1 !important;
}

.lan_selector {
    display: contents;
}

#languages {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-item {
    margin: 0 5px;
}

.pic-banner {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.toggler {
    color: #e6edf5;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.toggler [type="checkbox"]:checked,
.toggler [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.toggler input {
    display: none;
}

.toggler input:checked+i {
    color: #ff526c;
}

.row-cont {
    display: flex;
    align-items: center;
    align-items: stretch;
}

.search-form {
    background-color: white;
    padding: 25px 15px;
}

.search-form {
    box-shadow: 0 9px 6px 0px rgb(196, 215, 209, 0.5);
    border-color: #c4d7d1;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 36px 6px 6px 6px;
    border-radius: 2px;
    width: 100%;
}

.search-form .form-control:hover,
.search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#search_reg {
    position: absolute;
    left: 25px;
    top: 12px;
}

.rounded-circle-left {
    border-radius: 50% !important;
    border: 1px gray solid;
    padding: 3px;
    background-color: #5b7694;
    rotate: 180;
    transform: rotate(180deg);
}

.rounded-circle-right {
    border-radius: 50% !important;
    border: 1px gray solid;
    padding: 3px;
    background-color: #5b7694;
}

#autoComplete {
    padding-left: 30px;
}

.logged-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding-left: 0px;
    margin: 0 20px;
}

.nav-item.active a span {
    color: black;
    font-weight: bold;
    border-radius: 25px;
    padding: 2px 8px;
    margin: 2px;
    border-bottom: 5px #5b7694 solid;
}

.dropdown-menu {
    background-color: #c4d7d1 !important;
}

.nav-item.active a.dropdown-item {
    color: #000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #5b7694;
}

.nav-tab.active a.dropdown-item {
    color: #495057 !important;
    font-weight: 500;
}

.hidden {
    display: none;
}

ul.lang-menu {
    padding-left: 0;
}

.lang-menu li.nav-link a {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lang-menu li.nav-link a img {
    height: 15px;
}

.lang-menu li.nav-link a span {
    margin-left: 10px;
}

.nav-item a {
    color: #343638;
}

.nav-item a.btn-forest {
    color: #fff;
}

#login_btn,
#register_btn,
#lang_btn {
    padding-top: 1px;
    padding-bottom: 1px;
}

.del_search {
    display: inline-block;
    border-left: 1px black solid;
    margin-left: 5px;
    font-size: 1rem;
    padding-left: 5px;
}

.selection .btn {
    border-radius: 35px;
    padding: 0 0.75rem;
}

input:focus~.floating-label {
    float: left;
    font-size: 11px;
    opacity: 1;
    top: -60px;
}

input:not(:focus)~.floating-label {
    display: none;
}

input:focus {
    border-bottom: 1px solid blue !important;
}

input:focus::placeholder {
    display: none !important;
    color: white;
    opacity: 0;
}

.floating-label {
    position: relative;
    pointer-events: none;
    left: 0px;
    top: -60px;
    transition: 0.2s ease all;
    text-align: left;
}

#autoComplete_list {
    background-color: #959798;
    pointer-events: all;
    text-align: center;
    padding-left: 0px;
}

#autoComplete_list li {
    list-style: none;
    text-align: left;
    padding-left: 100px;
}

#autoComplete_highlighted {
    font-weight: bolder;
}

@media (max-width: 450px) {

    h2,
    .h2 {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 767px) {
    #social_links_area {
        flex-direction: column !important;
    }

    .row-cont {
        flex-direction: column !important;
    }

    .main-head {
        font-size: 1rem;
    }

    .sub-head {
        font-size: 1rem;
    }

    .sub-line {
        font-size: 0.6rem;
    }

    .carousel-item {
        width: 95%;
    }
}

@media (min-width: 767px) {
    .row-cont {
        flex-direction: row;
    }

    .main-head {
        font-size: 2rem;
    }

    .sub-head {
        font-size: 1.8rem;
    }

    .sub-line {
        font-size: 1.5rem;
    }

    .carousel-inner {
        justify-content: space-evenly;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
    font-family: "Open Sans Condensed";

    font-weight: bold;
    line-height: 1.2;
    color: #434547;
}

.st-black1,
.st-black2,
.st-black3,
.st-black4,
.st-black5,
.st-gray1,
.st-gray2,
.st-gray3,
.st-gray4,
.st-gray5,
.st-neg1,
.st-neg2,
.st-neg3,
.st-neg4,
.st-neg5 {
    font-family: "Open Sans";
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.st-black1,
.st-black2,
.st-black3,
.st-black4,
.st-black5 {
    color: #343638;
}

.st-gray1,
.st-gray2,
.st-gray3,
.st-gray4,
.st-gray5 {
    color: #959798;
}

.st-neg1,
.st-neg2,
.st-neg3,
.st-neg4,
.st-neg5 {
    color: #ffffff;
}

.p-black1,
.p-black2,
.p-black3,
.p-black4,
.p-black5,
.p-gray1,
.p-gray2,
.p-gray3,
.p-gray4,
.p-gray5,
.p-neg1,
.p-neg2,
.p-neg3,
.p-neg4,
.p-neg5 {
    font-family: "Open Sans";
    margin-bottom: 0.5rem;

    line-height: 1.2;
}

.p-black1,
.p-black2,
.p-black3,
.p-black4,
.p-black5 {
    color: #343638;
}

.p-gray1,
.p-gray2,
.p-gray3,
.p-gray4,
.p-gray5 {
    color: #959798;
}

.p-neg1,
.p-neg2,
.p-neg3,
.p-neg4,
.p-neg5 {
    color: #ffffff;
}

.location_area span {
    font-size: 0.8rem;
}

.location_area img {
    vertical-align: baseline;
}

.message_area span {
    background-color: #f7f3f0;
    border-radius: 25px;
    padding: 1px 15px;
    float: right;
    color: #343638;
    font-size: 0.8rem;
}

.short_desc_area {
    color: #343638;
    font-size: 0.8rem;
}

.ellipsis {
    display: -webkit-box;
    max-width: 400px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}

.action_area {
    align-items: center;
}

.share_area {
    float: left;
    padding-left: 0px;
}

.button_area {
    padding-right: 0px;
}

.button_area button,
.button_area a {
    float: right;
}

.button_area button span {
    color: white;
    padding: 0px;

    margin-bottom: 0px;
}

h1,
.h1 {
    font-size: 4.3rem;
}

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

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

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

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

h6,
.h6 {
    font-size: 1.3rem;
}

.h7 {
    font-size: 1.1rem;
}

.h8 {
    font-size: 0.9rem;
}

.st-black1,
.st-gray1,
.st-neg1 {
    font-size: 2.6rem;
}

.st-black2,
.st-gray2,
.st-neg2 {
    font-size: 2.2rem;
}

.st-black3,
.st-gray3,
.st-neg3 {
    font-size: 1.6rem;
}

.st-black4,
.st-gray4,
.st-neg4 {
    font-size: 1.3rem;
}

.st-black5,
.st-gray5,
.st-neg5 {
    font-size: 1rem;
}

.p-black1,
.p-gray1,
.p-neg1 {
    font-size: 2.6rem;
}

.p-black2,
.p-gray2,
.p-neg2 {
    font-size: 2.2rem;
}

.p-black3,
.p-gray3,
.p-neg3 {
    font-size: 1.6rem;
}

.p-black4,
.p-gray4,
.p-neg4 {
    font-size: 1.3rem;
}

.p-black5,
.p-gray5,
.p-neg5 {
    font-size: 1rem;
}

#langDropdown {
    right: 25%;
    z-index: 2000 !important;
}

html[dir="rtl"] body {
    text-align: right !important;
}

html[dir="rtl"] .pic-banner {
    text-align: right;
}

html[dir="rtl"] .mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] #langDropdown {
    left: 25%;
    right: auto;
}

html[dir="rtl"] .form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}

html[dir="rtl"] #remember {
    margin-left: 0px;
    margin-right: -1.25rem;
}

html[dir="rtl"] .offset-md-4 {
    margin-right: 33.3333333333%;
}

html[dir="rtl"] .offset-md-4 {
    margin-right: 33.3333333333%;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {}
}

@media (min-width: 992px) {
    #side_jobs .job_card {

        flex: 0 0 100%;
        max-width: 100%;

    }

    #search_jobs {

        display: none !important;

    }

    .selected_job {

        border: 3px #5b7694 solid !important;

    }
}

#saved_btn,
#filter_btn {
    position: relative;
    display: inline-block;
}

#saved_btn #bookmark_hov,
#filter_btn #filter_hov {
    display: none;
}

#saved_btn:hover #bookmark_hov,
#filter_btn:hover #filter_hov {
    display: inline;
}

#filter_btn:hover #filter_hov {
    filter: opacity(0.5);
}

#saved_btn:hover #bookmark_reg,
#filter_btn:hover #filter_reg {
    display: none;
}

#social_links_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#social_links_area .row {
    flex-direction: column;
    margin: 5px 7px;
}

#social_links_area h6 {
    align-self: center;
}

#social_links_area a {
    border-radius: 25px;
}

#or_seperator {
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 50px 20px;
}

#or_seperator span {
    background: #fff;
    padding: 0 10px;
}

::placeholder {
    text-align: center;
}

#register_form {
    margin-top: 15px;
}

#register_form .row,
#login_form .row {
    justify-content: center;
}

#user_type_btn {
    margin: 10px 15px;
}

#user_type_btn .active {
    background-color: #587594;
    border-color: black;
}

#user_type_btn .active a {
    color: white;
    font-weight: bold;
}

.notices .row {
    flex-direction: row;
    justify-content: center;
}

.area-right {
    direction: ltr;
}

.group-left {
    flex-direction: row-reverse;
}

.group-right {
    flex-direction: row;
}

#social_links_area.area-left {
    direction: ltr !important;
}

.card {
    box-shadow: 0 9px 6px 0px rgb(196, 215, 209, 0.5);
    border-color: #c4d7d1;
}

#login_submit_area {
    justify-content: space-evenly !important;
    align-items: center;
    margin-left: 5rem;
    margin-right: 5rem;
}

#submit_btn {
    margin-bottom: 1rem;
}

.h7-header {
    align-self: center;
    margin: 0 25px;
    background-color: white;
    padding: 0.75rem;
    border-radius: 15px;
    text-align: center;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}

.card-body .row {
    margin-left: 0px;
    margin-right: 0px;
}

.title_area,
.location_area,
.message_area,
.short_desc_area,
.action_area,
.logo_area {
    padding-left: 0px;
    padding-right: 0px;
}

.title_area {
    padding-left: 10px;
}

.job_card {
    padding: 15px;
}

.truncate {
    width: calc(100% - 5px);
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;

    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title_area .row {
    margin-left: 0px;
    margin-right: 0px;
}

a[aria-expanded="true"] img.arrow_right {
    display: none;
}

a[aria-expanded="false"] img.arrow_down {
    display: none;
}

div[aria-expanded="true"] img.arrow_right {
    display: none;
}

div[aria-expanded="false"] img.arrow_down {
    display: none;
}

#nav_menu .dropdown {
    position: static !important;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#nav_menu .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-top: 0px !important;
    width: 100% !important;
}

.custom-switch .custom-control-label2::before {
    right: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label2 {
    padding-right: 40px;
}

.custom-switch .custom-control-label::before {
    background-color: #f08811;
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
}



.custom-switch-green .custom-control-label::before {
    background-color: #adb5bd;
    border: #dd3838 solid 1px;
}

.custom-switch-green .custom-control-input:checked~.custom-control-label::before {
    border: #25d366 solid 1px;
    background-color: #adb5bd;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #2379e8;
    transform: translateX(0.75rem);
}

#filter_sec .card-header[aria-expanded="true"] {
    background-color: #000;
}

#filter_sec .card-header[aria-expanded="false"] {
    background-color: #fff;
}

.card-header[aria-expanded="true"] img.arrow_right {
    display: none;
}

.card-header[aria-expanded="false"] img.arrow_down {
    display: none;
}

.card-header[aria-expanded="true"] span {
    color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("/img/svg/checkbox_green.svg");
}

.custom-control-input:checked~.custom-control-label::before {
    border: #adb5bd solid 1px;
    background-color: #fff;
}

.custom-control-label::after {
    width: 2.5rem;
    height: 2.5rem;
    left: -2.25rem;
    top: -0.5rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-switch-green .custom-control-label::after {
    top: calc(0.22rem + 3px);
    left: calc(-2.25rem + 3px);
    width: calc(1rem - 6px);
    height: calc(1rem - 6px);
    background-color: #dd3838;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch-green .custom-control-input:checked~.custom-control-label::after {
    background-color: #25d366;
    transform: translateX(0.75rem);
    border-radius: 0.5rem;
}

.channel_name,
.frequency_name {
    vertical-align: middle;
}

.channel_toggle,
.frequency_toggle {
    border-bottom: 1px black solid;
}

.channel_title,
.frequency_title {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}

.channel_body,
.frequency_body {

    padding-top: 5px;
}

#contact_info {
    background-color: #212529;
    padding-top: 1rem;
}

.contact_row {
    margin: 0;
    padding: 4px;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-family: "Open Sans";

}

.contact_row span {
    padding: 4px;

}

#contact_links {
    margin: 1rem 0;
    justify-content: space-evenly;
}

#who_we_are {
    background-color: #212529;
    color: white;
    padding: 1.5rem 0;
}

#who_we_are p {
    padding-left: 2rem;
    padding-right: 2rem;
}

.job_process.odd {
    background-color: #F6F8F9;
}

.job_process.even {
    background-color: #C4D7D1;
}

input.read-more-state {
    display: none;
}

p.read-more-target {
    font-size: 0;
    max-height: 0;
    opacity: 0;
    transition: .25s ease;
}

input.read-more-state:checked~div.read-more-wrap p.read-more-target {
    font-size: inherit;
    max-height: 999em;
    opacity: 1;
}

input.read-more-state~label.read-more-trigger:before {
    content: '˅';
}

input.read-more-state:checked~label.read-more-trigger:before {
    content: '˄';
}

label.read-more-trigger {
    cursor: pointer;
    display: inline-block;

    background-color: #212529;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    top: -20px;
    position: inherit;

}