html {
    font-size: 16px;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.1rem;
} */

@font-face {
    font-family: 'DM Sans';
    src: url('../../dds_network_assets/fonts/DMSans-Regular.ttf');
}

:root {
    /*
    * font colors
    */
    --ddsn-blue-color: #00376A;
    --alice-blue-color: #ECF3FA;
    --white-color: #FFFFFF;
    --light-gray-color: #f3f3f3;
    --light-blue-bg-badge-color: #DAF7FF;
    --dark-blue-color: #00376A;
    --light-green-bg-badge-color: #D7FFE6;
    --dark-green-color: #00C94B;
    --raven-gray-color: #6c757d;
    --gray-color: #7c7c7c;
    --nero-black-color: #222222;
    --dark-charcoal-color: #333333;
    --limed-spruce-color: #344D52;
    --logout-red-color: #FF0505;
    --seashell-color: #FFF4EA;
    --neonCarrot-color: #FF9228;
    /*
    * font family
    */
    --ddsn-font: 'DM Sans', sans-serif;
    /*
    *font sizes
    */
    --font-size-p6rem: 0.6rem;
    --font-size-p7rem: 0.7rem;
    --font-size-p8rem: 0.8rem;
    --font-size-p9rem: 0.9rem;
    --font-size-1rem: 1rem;
    --font-size-1p05rem: 1.05rem;
    --font-size-1p1rem: 1.1rem;
    --font-size-1p125rem: 1.125rem;
    --font-size-1p2rem: 1.2rem;
    --font-size-1p255rem: 1.255rem;
    --font-size-1p3rem: 1.3rem;
    --font-size-1p4rem: 1.4rem;
    --font-size-1p5rem: 1.5rem;
    --font-size-1p6rem: 1.6rem;
    --font-size-1p7rem: 1.7rem;
    --font-size-1p8rem: 1.8rem;
    --font-size-2rem: 2rem;
    --font-size-2p8rem: 2.8rem;
    --font-size-3rem: 3rem;
    --font-size-4rem: 4rem;
    /* --ddsn-font-size-p625: 0.625rem; */
}

body {
    font-family: var(--ddsn-font);
    line-height: var(--font-size-1p8rem);
}

input,
input::-webkit-input-placeholder {
    font-size: var(--font-size-1p1rem);
    line-height: 1;
}

input.color_initial::-webkit-input-placeholder {
    color: var(--white-color);
}

input.dashboard_search_input,
input.home_search_input,
input.remove_outline_input,
input.color_initial:focus {
    outline: none;
}

input.color_initial_updated::-webkit-input-placeholder {
    color: var(--black-color);
}

input.dashboard_search_input,
input.home_search_input,
input.remove_outline_input,
input.color_initial_updated:focus {
    outline: none;
}

.output~.dropdown-menu {
    position: absolute;
    top: 100%;
    right: -54px;
}

.header_bell_noti~.dropdown-menu {
    right: 20px;
    width: 520px;
}

.header_bell_noti~.dropdown-menu {
    right: 20px;
    width: 520px;
}

.job_manage_filter>.dropdown-menu {
    right: -228px;
    top: 2rem;
}

.notificationCard {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 10px;
}

.notification_badge {
    position: absolute;
    top: -14px;
    right: 27px;
    color: black;
    background: white;
    border-radius: 6px;
    width: 19px;
    height: 28px;
    text-align: center;
}

.noClick:hover {
    /* pointer-events: none; */
    cursor: not-allowed !important;
}

.text_p8rem {
    font-size: 0.8rem !important;
}

.text_1rem {
    font-size: 1rem !important;
}

.text_p7rem {
    font-size: 0.7rem !important;
}

.padding_r20px {
    padding: 0 20px 0 0;
}

.padding7per {
    padding: 7% !important;
}

.padding_b15 {
    padding: 0 0 15px 0 !important;
}

.padding-l22 {
    padding: 0 0 0 25px !important;
}

.padding-t21 {
    padding: 21px 0 0 0 !important;
}

.padding-t22-l22 {
    padding: 25px 0 0 22px !important;
}

.padding-t25-l0 {
    padding: 25px 0 0 0px !important;
}

.padding-t12-l22 {
    padding: 12px 0 0 22px !important;
}

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

.padding_t25 {
    padding-top: 25px !important;
}

.padding_t40px {
    padding-top: 40px !important;
}

.padding_t20 {
    padding-top: 20px !important;
}

.padding_t30px {
    padding-top: 30px;
}

.padding_t2rem {
    padding-top: 2rem !important;
}

.paddingt4px_fontsize20px {
    font-size: 20px !important;
    padding-top: 4px !important;
}

.padding_t7rem_r1andhalfrem_b0_l1andhalfrem {
    padding: 7rem 1.5rem 0px 1.5rem !important;
}

.padding_p1rem {
    padding: 0.1rem !important;
}

.ps_and_pe_p7rem {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.ps_and_pe_p4rem {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.padding1rem {
    padding: 1rem !important;
}

.padding_t1rem_r1andhalfrem_b0_l1andhalfrem {
    padding: 1rem 1.5rem 0px 1.5rem !important;
}

.padding_l8px {
    padding-left: 8px !important;
}

.padding_l12px {
    padding-left: 12px !important;
}

.padding_lr80px {
    padding: 0px 80px !important;
}

.padding_lr80pxt20px {
    padding: 20px 80px 0px 80px !important;
}

.padding_lr80pxt30px {
    padding: 30px 80px 0px 80px !important;
}

.paddingt40r250b0r250 {
    padding: 40px 250px 0 250px !important;
}

.paddingt40 {
    padding-top: 40px !important;
}

.padding_tb10px_lr50px {
    padding: 10px 50px !important;
}

.padding1p2rem {
    padding: 1.2rem !important;
}

.padding_r20px_l20px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding_t4px_r16px_b4px_l16px {
    padding: 4px 16px 4px 16px !important;
}

.margin_l23px {
    margin-left: 23px;
}

.margin_l46px {
    margin-left: 46px;
}

.margin_b10px {
    margin-bottom: 10px !important;
}

.margin_b20px {
    margin-bottom: 20px !important;
}

.margin75px {
    margin: 75px !important;
}

.margin_l10vw {
    margin-left: 10vw !important;
}

.margin_l42 {
    margin-left: 42px !important;
}

.margin_l39 {
    margin-left: 39px !important;
}

.margin-b30 {
    margin: 0 0 30px 0 !important;
}

.margin_r30 {
    margin-right: 30px !important;
}

.margin_r27 {
    margin-right: 27px !important;
}

.margin_r24 {
    margin-right: 24px !important;
}

.margin_r80px {
    margin-right: 80px !important;
}

.margin_r10 {
    margin-right: 10px !important;
}

.margin_r12 {
    margin-right: 12px !important;
}

.margin_t5p5 {
    margin-top: 5.5px !important;
}

.margin_tp3 {
    margin-top: 0.3px !important;
}

.margin_t78 {
    margin-top: 78px !important;
}

.margin_t60 {
    margin-top: 60px !important;
}

.margin_t52 {
    margin-top: 52px !important;
}

.margin_t50 {
    margin-top: 50px !important;
}

.margin_t48 {
    margin-top: 48px !important;
}

.margin_t46 {
    margin-top: 46px !important;
}

.margin_t42 {
    margin-top: 42px !important;
}

.margin_t40 {
    margin-top: 40px !important;
}

.margin_t42p5 {
    margin-top: 42.5px !important;
}

.margin_t39 {
    margin-top: 39px !important;
}

.margin_t36 {
    margin-top: 36px !important;
}

.margin_t35 {
    margin-top: 35px !important;
}

.margin_t32 {
    margin-top: 32px !important;
}

.margin_t30 {
    margin-top: 30px !important;
}

.margin_t25 {
    margin-top: 25px !important;
}

.margin_t20 {
    margin-top: 20px !important;
}

.margin_t15 {
    margin-top: 15px !important;
}

.margin_l20px {
    margin-left: 20px !important;
}

.margin_l12 {
    margin-left: 12px !important;
}

.margin_l20px_r20px {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin_t20px {
    margin-top: 20px !important;
}

.margin_t30px {
    margin-top: 30px !important;
}

.margin_t110px {
    margin-top: 110px !important;
}

.margin_t20pxb20px {
    margin: 20px 0px !important;
}

.margin_bpoint1rem {
    margin-bottom: 0.1rem !important;
}

.margin_t7rem {
    margin-top: 7rem !important;
}

.margin_l6 {
    margin-left: 6px !important;
}

.margin_l30px {
    margin-left: 30px !important;
}

.margin_bottom0px {
    margin-bottom: 0px !important;
}

.margin_revert {
    margin: revert !important;
}

.margin_top5rem {
    margin-top: 5rem !important;
}

.margin_b42px {
    margin-bottom: 42px !important;
}

.margin_top2p5rem {
    margin-top: 2.5rem !important;
}

.margin_right0px {
    margin-right: 0px !important;
}

.margin_right12px {
    margin-right: 12px !important;
}


/* changes font size today */

.font_size17 {
    /* font-size: 17px !important; */
    font-size: var(--font-size-1p1rem) !important;
}

.font_size12 {
    font-size: 12px !important;
}

.font_size1p1 {
    font-size: 1.1rem !important;
}

.border1pxblue {
    border: 1px solid #00376A !important;
}

.borderb1pxneroblackcolor {
    border-bottom: 1px solid var(--nero-black-color) !important;
}

.border1p5pxblue {
    border: 1.5px solid var(--ddsn-blue-color) !important;
}

.hover_ddsn_color:hover {
    color: var(--ddsn-blue-color) !important;
}

.form-label-mobile {
    margin-bottom: 1rem !important;
}

.right_50per {
    right: 50% !important;
}

.width38per {
    width: 38% !important;
}

.width100per {
    width: 100% !important;
}

.width_fill_available {
    width: -webkit-fill-available;
    height: inherit;
}

.width90per {
    width: 90% !important;
}

.width80per {
    width: 80% !important;
}

.width88per {
    width: 88% !important;
}

.width86per {
    width: 86% !important;
}

.width78per {
    width: 78% !important;
}

.width75per {
    width: 75% !important;
}

.width65per {
    width: 65% !important;
}

.width60per {
    width: 60% !important;
}

.width50per {
    width: 50% !important;
}

.width48per {
    width: 48% !important;
}

.width42per {
    width: 42% !important;
}

.width40per {
    width: 40% !important;
}

.width30per {
    width: 30% !important;
}

.width21per {
    width: 21% !important;
}

.width20per {
    width: 20% !important;
}

.width10per {
    width: 10% !important;
}

.width5per {
    width: 5% !important;
}

.width18per {
    width: 18% !important;
}

.width7rem {
    width: 7rem !important;
}

.width4rem {
    width: 4rem !important;
}

.width3rem {
    width: 3rem !important;
}

.width2rem {
    width: 2rem !important;
}

.width1p4rem {
    width: 1.4rem !important;
}

.width3p4rem {
    width: 3.4rem !important;
}

.width85px {
    width: 85px !important;
}

.width17px {
    width: 17px !important;
}

.width15px {
    width: 15px !important;
}

.width_100per {
    width: 100% !important;
}

.width15per {
    width: 15% !important;
}

.height_55px {
    height: 55px !important;
}

.height_60px {
    height: 60px !important;
}

.y_scroll {
    overflow-y: scroll !important;
}

.x_scroll_for_jobs_filter:hover {
    overflow-x: scroll;
}

.x_scroll,
.x_scroll_for_jobs_filter {
    overflow-x: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.x_scroll_for_jobs_filter::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.x_scroll_for_jobs_filter::-webkit-scrollbar {
    /* width: 4px; */
    height: 2px;
}

.x_scroll_for_jobs_filter::-webkit-scrollbar-thumb {
    background: var(--ddsn-blue-color);
    border-radius: 10px;
}

.x_scroll_for_jobs_filter::-webkit-scrollbar-thumb:hover {
    background: var(--ddsn-blue-color);
}


/* Hide scrollbar for Chrome, Safari and Opera */

.x_scroll::-webkit-scrollbar {
    display: none !important;
}

.font_size17_weight500_colorwhite {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: var(--white-color) !important;
}

.colorwhite {
    color: var(--white-color) !important;
}

.colorred {
    color: #FF0505 !important;
}

.red_bg {
    background-color: var(--logout-red-color);
}

.light_green_bg {
    background-color: #34A853 !important;
}

.dark_grey_bg {
    background-color: #736f6f;
}

.gray_bg {
    background-color: var(--light-gray-color);
    border: none;
}

.not_found_btn {
    border: none;
    color: var(--white-color);
    background: var(--ddsn-blue-color);
    padding: 12px 80px 12px 80px;
    border-radius: 12px;
}


/* changes font today */

.font_size17_weight500_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 17px; */
    font-size: var(--font-size-1p1rem);
    color: #000000;
    /* line-height: 22px; */
    line-height: var(--font-size-1p8rem);
}

.font_size17_weight500_colorlblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    /* font-weight: 500; */
    font-weight: bold;
    /* font-size: 17px; */
    font-size: var(--font-size-1p2rem);
    color: #222222;
    /* line-height: 22px; */
    line-height: var(--font-size-1p8rem);
}


/* changes in font size - used in profile form - view */

.font_size20_weight500_colorgray {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p1rem);
    /* line-height: 26px; */
    line-height: var(--font-size-1p5rem);
    color: #7C7C7C;
}

.font_size14_weight400_colorblack {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

.font_size14_weight400_colorgrey {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: var(--font-size-1rem);
    color: #7c7c7c;
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
}

.font_size12_weight400_colorgrey_for_mobile {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: var(--font-size-p8rem);
    color: #7c7c7c;
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
}

.font_size1p3rem_weight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: var(--font-size-1p3rem);
    color: #7c7c7c;
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
}

.font_size14_weight400_colorlimedspruce {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: var(--font-size-1rem);
    color: var(--ddsn-blue-color);
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
}


/* changes font today */

.font_size20_weight700_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: var(--font-size-1p1rem);
    /* line-height: 22px; */
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.font_size18_weight500_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    /* font-weight: 500; */
    font-weight: 600;
    /* font-size: 18px; */
    font-size: var(--font-size-1p255rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.font_size20_weight500_colorblack {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.header_btn {
    color: var(--white-color);
    background-color: #00376A;
    --bs-btn-hover-bg: #00376A;
    --bs-btn-hover-border-color: #00376A;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: #00376A;
    --bs-btn-active-border-color: #00376A;
}

.active_btn {
    color: var(--white-color);
    background-color: #00376A;
    --bs-btn-hover-bg: #00376A;
    --bs-btn-hover-border-color: #00376A;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: #00376A;
    --bs-btn-active-border-color: #00376A;
}

.card-extra-padding40 {
    padding: 40px;
}

.card-ddsn-css {
    background: var(--white-color);
    box-shadow: -2px -3px 12px rgba(0, 0, 0, 0.1), 2px 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: inherit;
    /* width: 30vw; */
}

.car-ddsn-css {
    background: var(--white-color);
    box-shadow: -2px -3px 12px rgba(0, 0, 0, 0.1), 2px 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.login-section {
    min-height: 125vh;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 50px 120px 50px 120px; */
}


/* .login-section-employer {
    min-height: 125vh;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.mobile-login-section {
    background: var(--white-color);
    border-radius: 20px 20px 0px 0px;
    min-height: 95vh;
}

.describe_you_heading_section {
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 120px 50px 120px;
}

.describe_you_heading_section_updated {
    /* min-height: 30vh; */
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 50px 120px 50px 120px; */
}

.describe_you_content_section {
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.describe_you_content_section_updated {
    min-height: 45vh;
    align-items: center;
    justify-content: center;
}

.header_input_element {
    font-weight: 500;
    font-size: 20px;
    /* background: var(--white-color); */
    border: none;
    color: var(--white-color);
}

.header_input_element_updated {
    font-weight: 500;
    font-size: 20px;
    /* background: var(--white-color); */
    border: none;
    color: var(--white-black);
}

.home_input_element {
    font-weight: 500;
    font-size: 20px;
    background: inherit;
    border: none;
    color: var(--nero-black-color);
}

.dashboard_search_input {
    font-weight: 500;
    font-size: 20px;
    /* background: var(--white-color); */
    border: none;
    color: #000;
}

.dashboard_logo_position {
    position: absolute;
    top: 12px;
    left: 22px;
}

.dashboard_bell_position {
    position: absolute;
    top: 14px;
    right: 28px;
}

.header_black_color_input_element {
    font-weight: 500;
    font-size: 20px;
    /* background: var(--white-color); */
    border: none;
    color: #000;
}

.input_element {
    background: #F0F0F0;
    border: 1px solid rgba(209, 209, 209, 0.5);
    border-radius: 6px;
    font-size: var(--font-size-0p9rem);
    height: 3.4rem;
}

.input_element_class {
    background-color: var(--white-color);
    /* box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15); */
    height: 3.4rem;
    border: 1px solid #DDDDDD;
    border-radius: 12px !important;
}

.login_geetings {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    /* line-height: 31px; */
    line-height: var(--font-size-1p8rem);
    color: #333333;
}

.login_info {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 21px; */
    line-height: var(--font-size-1p8rem);
    color: rgba(124, 124, 124, 0.9);
}

.login-info-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    /* line-height: 42px; */
    line-height: var(--font-size-1p8rem);
    color: #00376A;
}

.font_size17_wight500_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 17px; */
    font-size: var(--font-size-1p2rem);
    /* line-height: 22px; */
    line-height: var(--font-size-1p8rem);
    text-align: center;
    color: #FFFFFF;
}

.font_size16_wight500_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 21px; */
    line-height: var(--font-size-1p8rem);
    text-align: center;
    color: #FFFFFF;
}

.font_size16_wight700_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    /* font-size: 16px; */
    font-size: var(--font-size-1p2rem);
    /* line-height: 21px; */
    line-height: var(--font-size-1p8rem);
    text-align: center;
    color: #222222;
}

.font_size18_wight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 23px; */
    line-height: var(--font-size-1p8rem);
    color: #7C7C7C;
}

.font_size18_wight400_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 23px; */
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.font_size18px_weight500_colorlimedspruce {
    font-weight: 500;
    font-size: 18px;
    /* line-height: 23px; */
    line-height: var(--font-size-1p8rem);
    color: var(--limed-spruce-color);
}

.font_size18_weight500 {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 18px; */
    font-size: var(--font-size-1p05rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p8rem);
}

.font_size20_weight500 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 26px; */
    line-height: var(--font-size-1p8rem);
}

.font_size1p2rem {
    font-size: var(--font-size-1p2rem) !important;
}

.font_size1rem {
    font-size: var(--font-size-1rem) !important;
}


/* changes in font size - used in profile form */

.font_size20_weight500_colordblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p1rem);
    line-height: var(--font-size-1p5rem);
    /* line-height: 26px; */
    color: #222222;
}

.font_size1p2rem_weight500_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p2rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--ddsn-blue-color);
}

.font_size1p2rem_weight600_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p2rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--nero-black-color);
}

.font_size1p1rem_weight600_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p1rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--nero-black-color);
}

.font_size1rem_weight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-1rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--gray-color);
}

.font_sizep9rem_weight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-0p9rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--gray-color);
}

.font_sizep1p2rem_weight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-1p2rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--gray-color);
}

.font_sizep1p2rem_weight500_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p2rem);
    line-height: var(--font-size-1p8rem);
    /* line-height: 26px; */
    color: var(--nero-black-color);
}

.font_size42_weight500_colordblue {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 49px !important;
    line-height: var(--font-size-1p8rem);
    color: #00376A;
}


/* changes font today */

.font_size24_weight700_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p3rem);
    line-height: var(--font-size-1p8rem);
    color: var(--white-color);
}


/* changes font today */

.font_size24_weight500_colordblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p3rem);
    color: var(--ddsn-blue-color);
}


/* changes font size today */

.font_size1p3_weight500_colordblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    /* font-size: 14px; */
    font-size: var(--font-size-1p1rem);
    color: var(--ddsn-blue-color);
}


/* changes font size today */

.font_size1p3_weight500 {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    /* font-size: 14px; */
    font-size: var(--font-size-1p1rem);
}

.font_size1p7rem_weight700_colordblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    /* font-size: 14px; */
    font-size: var(--font-size-1p7rem);
    color: #222222;
}

.font_size14_weight500_colorwhite {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
    color: rgba(255, 255, 255, 0.9);
}

.font_size1rem_weight400_colorwhite {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
}

.font_size14_weight700_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    /* font-size: 14px; */
    font-size: var(--font-size-1rem);
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.font_size14_weight500_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 14px; */
    font-size: var(--font-size-1rem);
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.font_size12_weight600_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    /* font-size: 12px; */
    font-size: var(--font-size-p9rem);
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.font_size12_weight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    /* font-size: 12px; */
    font-size: var(--font-size-p9rem);
    /* line-height: 16px; */
    line-height: var(--font-size-1p5rem);
    color: #7C7C7C;
}

.font_sizep9rem_weight400_colorred {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    /* font-size: 12px; */
    font-size: var(--font-size-p9rem);
    /* line-height: 16px; */
    line-height: var(--font-size-1p5rem);
    text-align: right;
    color: #FF0505;
}

.font_size12_weight500 {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 12px; */
    font-size: var(--font-size-p9rem);
    /* line-height: 16px; */
    line-height: var(--font-size-1p8rem);
}

.font_sizep8rem_weight500 {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 12px; */
    font-size: var(--font-size-p7rem);
    /* line-height: 16px; */
    line-height: var(--font-size-1p8rem);
}

.font_size12_weight500_colorlimedspruce {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 12px; */
    font-size: var(--font-size-p9rem);
    /* line-height: 16px; */
    line-height: var(--font-size-1p8rem);
    color: var(--limed-spruce-color);
}

.font_size14_weight500_colorlimedspruce {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: 14px; */
    font-size: var(--font-size-1rem);
    /* line-height: 16px; */
    line-height: var(--font-size-1p8rem);
    color: var(--limed-spruce-color);
}

.font_size1p3rem_weight700_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p3rem);
    text-align: center;
    color: #7c7c7c;
}


/* changes in font size - used in profile form */

.font_size1p2rem_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p1rem);
    text-align: center;
    color: var(--ddsn-blue-color);
}

.active_link {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p1rem);
    text-align: center;
    color: var(--ddsn-blue-color);
}

.activeSubLink {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p1rem);
    /* text-align: center; */
    background-color: #e9ecef;
    color: var(--ddsn-blue-color);
}


/* changes in font size - used in profile form */

.font_size1p2rem_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p1rem);
    text-align: center;
    color: var(--white-color);
}

.font_size1p2rem_weight700_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p2rem);
    text-align: center;
    color: var(--white-color);
}

.font_size1p2rem_weight700_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p2rem);
    text-align: center;
    color: var(--nero-black-color);
}

.font_size1p2rem_weight600_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p2rem);
    text-align: center;
    color: var(--white-color);
}

.ddsn_blue_color {
    color: var(--ddsn-blue-color) !important;
}

.nero_black_color {
    color: var(--nero-black-color);
}

.btn-ddsn-login {
    background: var(--ddsn-blue-color);
    border-radius: 6px;
    height: 52px;
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
}

.btn_home {
    background: var(--ddsn-blue-color);
    border-radius: 6px;
    height: 38px;
    width: 100px;
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
}

.header_link_btn {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--white-color);
    border-radius: 6px;
    padding: 6px 24px;
    /* height: 52px; */
    font-size: var(--font-size-1rem);
    color: var(--ddsn-blue-color);
    border: none;
}

.apply_job_btn,
.tempJobApply {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--ddsn-blue-color);
    border-radius: 8px;
    height: 52px;
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
}

.apply_job_btn_latest {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--ddsn-blue-color);
    border-radius: 8px;
    height: 40px !important;
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
    width: 250px;
}

.applied_job_btn {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--light-blue-bg-badge-color);
    border-radius: 8px;
    height: 52px;
    font-size: var(--font-size-1p1rem);
    color: var(--ddsn-blue-color);
    border: none;
}

.applied_green_job_btn {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--light-green-bg-badge-color);
    border-radius: 8px;
    height: 52px;
    font-size: var(--font-size-1p1rem);
    color: var(--nero-black-color);
    border: none;
    cursor: auto !important;
}

.applied_red_job_btn {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: #ffefef;
    border-radius: 8px;
    height: 52px;
    font-size: var(--font-size-1p1rem);
    color: var(--nero-black-color);
    border: none;
    cursor: auto !important;
}

.form_blue_btn {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--ddsn-blue-color);
    border-radius: 12px;
    height: 52px;
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
}

.form_blue_btn_updated,
.form_blue_btn_updated:hover {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--ddsn-blue-color);
    border-radius: 12px;
    /* height: 52px; */
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
    text-align: center;
    padding: 12px;
    text-decoration: none !important;
}

.search_btn {
    width: 126px;
    height: 50px;
    border-radius: 16px;
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    background: var(--ddsn-blue-color);
    font-size: var(--font-size-1p1rem);
    color: var(--white-color);
    border: none;
}

.clear_btn {
    width: 126px;
    height: 50px;
    background: none;
    border-radius: 16px;
}

.btn-ddsn-blue {
    background: var(--ddsn-blue-color);
    border-radius: 6px;
    /* height: 52px; */
    font-size: var(--font-size-1rem);
    color: var(--white-color);
    padding: 8px 12px;
    border: none;
}

.red-btn {
    background: var(--logout-red-color);
    border-radius: 6px;
    /* height: 52px; */
    font-size: var(--font-size-1rem);
    color: var(--white-color);
    padding: 8px 12px;
    border: none;
}

.btn-ddsn-light-blue {
    background: var(--alice-blue-color);
    border-radius: 6px;
    /* height: 52px; */
    font-size: var(--font-size-1p1rem);
    color: #000000;
    padding: 12px;
}

.profile_save_btn {
    width: 149px;
    height: 56px;
    left: 1227px;
    top: 1136px;
    background: var(--ddsn-blue-color);
    border-radius: 12px;
}

.mobile_btn {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    background: var(--ddsn-blue-color);
    border-radius: 12px;
    padding: 15px;
    font-size: var(--font-size-1rem);
    color: var(--white-color);
    border: none;
}

.signup-link {
    font-weight: 500;
    font-size: var(--font-size-0p9rem);
    color: #7C7C7C;
}

.or-login-with {
    font-weight: 500;
    font-size: 14px;
    /* line-height: 18px; */
    line-height: var(--font-size-1p8rem);
    color: #7C7C7C;
}


/* .dds_network_logo {
    position: absolute;
    width: 4%;
    right: 3%;
    top: 3%;
} */

.dds_network_logo_top {
    position: absolute;
    width: 4%;
    /* left: 3%; */
    top: 23%;
}

.dashed-border-bottom {
    border-bottom: 1px dashed rgba(124, 124, 124, 0.5);
}

.login_with_google_img {
    height: 42px;
}


/* .curve_svg {
    position: relative;
    top: -17rem;
    z-index: -2;
    width: -webkit-fill-available;
} */


/* .curve_svg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -2;
    width: -webkit-fill-available;
} */

.header_curve_svg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -2;
    width: -webkit-fill-available;
}

.bottom_svg {
    width: 100%;
}

#toggle-password {
    position: absolute;
    bottom: 12px;
    right: 20px;
    cursor: pointer;
}

.toggle-password {
    position: absolute;
    bottom: 12px;
    right: 20px;
    cursor: pointer;
}

#toggle-cpassword {
    position: absolute;
    bottom: 12px;
    right: 20px;
    cursor: pointer;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ddsn-blue-color);
    --bs-btn-border-color: var(--ddsn-blue-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ddsn-blue-color);
    --bs-btn-hover-border-color: var(--ddsn-blue-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--ddsn-blue-color);
    --bs-btn-active-border-color: var(--ddsn-blue-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--ddsn-blue-color);
    --bs-btn-disabled-border-color: var(--ddsn-blue-color);
}

.btn-primary-light-blue {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--alice-blue-color);
    --bs-btn-border-color: var(--alice-blue-color);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--alice-blue-color);
    --bs-btn-hover-border-color: var(--alice-blue-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--alice-blue-color);
    --bs-btn-active-border-color: var(--alice-blue-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--alice-blue-color);
    --bs-btn-disabled-border-color: var(--alice-blue-color);
}

.btn-secondary {
    --bs-btn-color: var(--raven-gray-color);
    --bs-btn-bg: var(--white-color);
    --bs-btn-border-color: var(--raven-gray-color);
    --bs-btn-hover-color: var(--raven-gray-color);
    --bs-btn-hover-bg: var(--white-color);
    --bs-btn-hover-border-color: var(--raven-gray-color);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: var(--raven-gray-color);
    --bs-btn-active-bg: var(--white-color);
    --bs-btn-active-border-color: var(--white-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--raven-gray-color);
    --bs-btn-disabled-bg: var(--white-color);
    --bs-btn-disabled-border-color: var(--white-color);
}

.add_more_btn {
    background-color: var(--alice-blue-color);
    border-radius: 12px;
    color: var(--ddsn-blue-color) !important;
    padding: 15px;
    border: none;
    font-size: var(--font-size-1p2rem) !important;
    font-weight: 600 !important;
    --bs-btn-color: var(--ddsn-blue-color);
    --bs-btn-bg: var(--alice-blue-color);
    --bs-btn-border-color: var(--ddsn-blue-color);
    --bs-btn-hover-color: var(--ddsn-blue-color);
    --bs-btn-hover-bg: var(--alice-blue-color);
    --bs-btn-hover-border-color: var(--ddsn-blue-color);
    --bs-btn-focus-shadow-rgb: var(--alice-blue-color);
    --bs-btn-active-color: var(--ddsn-blue-color);
    --bs-btn-active-bg: var(--alice-blue-color);
    --bs-btn-active-border-color: var(--alice-blue-color);
    --bs-btn-active-shadow: inset 0 3px 5px var(--alice-blue-color);
    --bs-btn-disabled-color: var(--ddsn-blue-color);
    --bs-btn-disabled-bg: var(--alice-blue-color);
    --bs-btn-disabled-border-color: var(--alice-blue-color);
}

.light_blue_btn {
    background-color: var(--alice-blue-color);
    border-radius: 6px;
    color: var(--ddsn-blue-color);
    border: none;
    font-weight: 500;
}

.form-select {
    font-family: var(--ddsn-font);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.2rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #7C7C7C;
    background-color: #fff;
    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 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 28px 20px !important;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cursor_pointer {
    cursor: pointer;
}

.a_tag {
    color: var(--bs-link-color);
    text-decoration: none !important;
}

.a_tag_remove_underline {
    text-decoration: none;
}

.a_tag_remove_underline:hover {
    color: inherit;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.top_header {
    background-image: url(/images/dds_network/mobile_top_bg.png);
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_sign_up_btn_div_for_mobile {
    background: var(--white-color);
    border-radius: 6px;
}

.back_btn {
    padding: 5px 20px;
    color: var(--white-color);
    background: var(--ddsn-blue-color);
    border-radius: 8px;
    border: none;
}

.search_div {
    background: #ffffff31;
    /* opacity: 0.4; */
    border-radius: 12px;
    padding: 0.5rem 1.2rem;
    /* width: 58%; */
}

.search_div_updated {
    background: #ffffff;
    /* opacity: 0.4; */
    border-radius: 12px;
    padding: 0.5rem 1.2rem;
    /* width: 58%; */
}

.vl {
    margin-right: 20px;
    border-left: 1px solid black;
}

.verificationBtnAfter {
    padding: 20px;
    background-color: var(--seashell-color);
    color: var(--neonCarrot-color);
    border: none;
    border-radius: 6px;
}

.header_search_vertical_line {
    margin-right: 20px;
    border-left: 2.3px solid #a4b8ca;
    height: 2.5rem;
    display: inline-block;
    position: absolute;
    top: 30px;
}

.vertical_align_middle {
    vertical-align: middle;
}

.vll {
    border-left: 1px solid black;
}

.z_imdex1222 {
    z-index: 1222;
}

.z_index1 {
    z-index: 1;
}

.z_index2 {
    z-index: 2;
}

.z_index3 {
    z-index: 3;
}

.header_section {
    background: var(--white-color);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 30px 30px 0 0;
    margin: 40px 80px 0 80px;
}

.header_search_btn {
    font-size: var(--font-size-1p1rem);
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--ddsn-blue-color);
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
}

.header_filter {
    background: var(--white-color);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin-top: 68px;
    padding: 25px;
}

.job_search_filter_mobile {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    margin: 30px 25px -68px 25px;
    padding: 12px 18px;
    position: relative;
    z-index: 2;
}

.main_card {
    background: var(--white-color);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 30px 30px;
    margin: 1px 80px 0 80px;
    z-index: 2;
    padding: 40px;
    position: relative;
}

.main_card_jobs {
    /* background: var(--white-color); */
    /* box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 30px 30px; */
    margin-top: 1px;
    /* z-index: 1222;
    padding: 40px; */
}

.profile_section_card {
    background: var(--white-color);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    /* padding: 8px 15px; */
    /* padding: 14px 30px; */
    padding: 4px 4px;
}

.profile_section_mobile_card {
    background: var(--white-color);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: none;
}

.black_badge {
    background: var(--nero-black-color);
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
    /* font-weight: bold; */
}

.black_badge_diff_style {
    background: var(--nero-black-color);
    border-radius: 8px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 5px 20px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
    /* font-weight: bold; */
}

.ddsn_badge {
    background: var(--ddsn-blue-color);
    border-radius: 8px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 4px 20px;
    font-size: var(--font-size-1rem);
    font-weight: 500;
}

.ddsn_active_badge {
    background: var(--ddsn-blue-color) !important;
    color: var(--white-color) !important;
}

.ddsn_badge_diff_style {
    background: var(--ddsn-blue-color);
    border-radius: 8px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.dark_red_badge {
    background: #FF0505;
    border-radius: 8px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 4px 20px;
    font-size: var(--font-size-1rem);
    font-weight: 500;
}

.red_orange_badge_diff_style {
    background: #c47611;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.blue_red_badge_diff_style {
    background: #5e69aa;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.dark_red_badge_diff_style {
    background: #FF0505;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.gray_badge_diff_style {
    background: var(--gray-color);
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.gray_badge_diff_style_candidate_shift_cancel {
    background: #5e69aa;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.gray_badge_diff_style_employer_shift_cancel {
    background: var(--gray-color);
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.gray_badge_diff_style_employer_no_show {
    background: #ec2b2b;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
}

.light_gray_badge {
    background: #F3F3F3;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: #7C7C7C;
    padding: 3px 10px;
    font-size: var(--font-size-1rem);
    font-weight: 500;
}

.red_badge {
    background: #FFEFEF;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: #FF0505;
    padding: 5px;
    font-size: var(--font-size-1rem);
    font-weight: bold;
}

.blue_badge {
    background: var(--light-blue-bg-badge-color);
    border-radius: 6px;
    color: var(--dark-blue-color);
    padding: 5px;
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    /* font-size: var(--font-size-1rem); */
    font-size: var(--font-size-p8rem);
    line-height: var(--font-size-1p5rem);
    font-weight: bold;
}

.blue_badge_another_diff_style {
    background: var(--light-blue-bg-badge-color);
    border-radius: 6px;
    color: var(--dark-blue-color);
    padding: 3px 12px;
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-p9rem);
    line-height: var(--font-size-1p5rem);
    font-weight: bold;
}

.blue_badge_diff_style {
    background: var(--light-blue-bg-badge-color);
    border-radius: 8px;
    color: var(--dark-blue-color);
    padding: 4px 20px;
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1rem);
    line-height: var(--font-size-1p5rem);
    /* font-weight: bold; */
}

.green_badge {
    background: var(--light-green-bg-badge-color);
    border-radius: 6px;
    color: var(--dark-green-color);
    padding: 5px;
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-p8rem);
    line-height: var(--font-size-1p5rem);
    /* font-weight: bold; */
}

.simple_badge {
    width: 110px;
    border-radius: 8px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 4px 20px;
    font-size: var(--font-size-p9rem);
    font-weight: 500;
    display: block;
    text-align: center;
}

.green_badge_diff_style {
    background: #34A853;
    border-radius: 6px;
    font-family: var(--ddsn-font);
    font-style: normal;
    color: var(--white-color);
    padding: 3px 10px;
    font-size: var(--font-size-p8rem);
    font-weight: 500;
    /* font-weight: bold; */
}

.light_orange_badge {
    background: var(--seashell-color);
    border-radius: 6px;
    color: var(--neonCarrot-color);
    padding: 5px;
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1rem);
    line-height: var(--font-size-1p5rem);
}

.dot {
    height: 7px;
    width: 7px;
    background-color: #FF0505;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px;
}

.awards_active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 32px;
}

.active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 55px;
}

.account_active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 34px;
}

.applied_active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 66px;
}

.setting_active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 40px;
}

.referral_active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 45px;
}

.temp_dashbord_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 74px;
}

.temp_applied_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 82px;
}

.booked_job_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 60px;
}

.completed_job_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 74px;
}

.manage_jobs_active_dot {
    height: 7px;
    width: 6.5px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 60px;
}

.office_profile_active_dot {
    height: 7px;
    width: 7px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 64px;
}

.user_manage_active_dot {
    height: 7px;
    width: 6.5px;
    background-color: var(--ddsn-blue-color);
    border-radius: 50%;
    position: relative;
    top: 37px;
    right: 82px;
}

.light_grey_dot {
    height: 18px;
    width: 18px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.light_green_dot {
    height: 18px;
    width: 18px;
    background-color: rgba(131, 247, 147, 0.788);
    border-radius: 50%;
    display: inline-block;
}

.light_red_dot {
    height: 18px;
    width: 18px;
    background-color: rgba(247, 131, 131, 0.788);
    border-radius: 50%;
    display: inline-block;
}

.light_blue_dot {
    height: 18px;
    width: 18px;
    background-color: rgba(0, 55, 106, 0.788);
    border-radius: 50%;
    display: inline-block;
}

.verticalTextBadge {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    left: 0px;
    border-radius: 5px;
}


/* .showOnlyMobView {
    height: 1rem;
}

.showOnlyMobView1 {
    height: 0.5rem;
} */

.pabsoluter2per {
    position: absolute;
    right: 2%;
}

.pabsoluter4per {
    position: absolute;
    right: 4%;
}

.pabsoluter6per {
    position: absolute;
    right: 6%;
}

.pabsoluter29per {
    position: absolute;
    right: 29%;
}

.pabsolutet24pxl26px {
    position: absolute;
    top: 24px;
    left: 26px;
}

.pabsolutet24pxr26px {
    position: absolute;
    top: 24px;
    right: 26px;
}

.pabsoluter0pxtn25px {
    position: absolute;
    right: 0px;
    top: -3px;
}

.pabsoluter0px {
    position: absolute;
    right: 0px;
}

.pabsolutet15px {
    position: absolute;
    top: 15px;
}

.pabsolutet24pxr26px {
    position: absolute;
    top: 24px;
    right: 26px;
}

.pabsolutetn50pxl50per {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

.pabsolutetn90pxl50per {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.pabsolutetn50px {
    position: absolute;
    top: -50px;
}

.pabsoluteb25px {
    position: absolute;
    bottom: 25px;
}

.pabsoluteb85px {
    position: absolute;
    bottom: 85px;
}

.pabsoluter30px {
    position: absolute;
    right: 30px;
}

.pabsoluter0pxb10px {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.pabsoluter10px {
    position: absolute;
    right: 10px;
}

.pabsoluter50pxb10pz {
    position: absolute;
    right: 50px;
    bottom: 10px;
    /* transform: translate(-10px, -50px); */
}

.prelative_t6rem {
    position: relative;
    top: 6rem;
}

.prelative_t4rem {
    position: relative;
    top: 4rem;
}

.prelative_t9rem {
    position: relative;
    top: 9rem;
}

.prelative_t10rem {
    position: relative;
    top: 10px;
}


/* .prelative_t14rem {
    position: relative;
    top: 14rem;
} */

iframe[title="recaptcha challenge expires in two minutes"],
div:has(>iframe[title="recaptcha challenge expires in two minutes"]) {
    width: 520px !important;
    height: 768px !important;
}

.prelative_b10px {
    position: relative;
    bottom: 10px;
}

.prelative_b36px {
    position: relative;
    bottom: 36px;
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:active {
    color: #7C7C7C !important;
    background-color: #F3F3F3 !important;
    border-color: #F3F3F3 !important;
}

.component_position {
    width: 48%;
    margin-left: 3.8%;
}

#change_email {
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 14px;
    color: var(--ddsn-blue-color);
    font-weight: 600;
    font-size: var(--font-size-1p1rem);
}

.language_view {
    align-items: center;
    padding: 3px 12px;
    margin-right: 10px;
    /* width: 91px; */
    background: #F3F3F3;
    border-radius: 4px;
}

.add_more {
    /* position: absolute; */
    width: 100%;
    height: 56px;
    background: #768592;
    border-radius: 12px;
}

.header_dropdown_btn {
    background-color: #F3F3F3;
    color: #7c7c7c;
    border: none;
}

.remove_search_btn {
    background: #7C7C7C;
    border-radius: 8px;
    color: white;
    border: none;
    padding: 2px 14px;
}

.remove_search_mobile_btn {
    width: max-content;
    background: #7C7C7C;
    border-radius: 8px;
    color: white;
    border: none;
    padding: 7px 14px;
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: -9px -12px 22px rgb(0 0 0 / 17%), 9px 12px 22px rgb(0 0 0 / 17%);
    border-radius: 10px;
}

.mobile_filter_background {
    background: #F3F3F3;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    gap: 12px;
}

.mfilter_div {
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mobile_jobs_div {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.mobile_office_logo_div {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 137px;
}

.user_profile_div {
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 137px;
}

.allow_to_verify_text {
    text-align: center;
    color: #222222 !important;
    font-size: 20px !important;
}

.allow_to_verify_button {
    color: #00376A !important;
}

.submitted_for_verify_button {
    background: #FFF4EA;
    color: #FF9228;
}

.mobile_bottom_header {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px 1px rgba(0, 0, 0, 0.12);
    border-radius: 12px 12px 0px 0px;
    padding-left: 45px;
    padding-right: 45px;
}

.employer_card_left {
    position: absolute;
    width: 420px;
    height: 560px;
    left: calc(50% - 420px/2 - 310px);
    top: calc(50% - 560px/2 + 91px);
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.candidate_card_right {
    position: absolute;
    width: 420px;
    height: 560px;
    left: calc(50% - 420px/2 + 310px);
    top: calc(50% - 560px/2 + 91px);
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.06), 1px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.font_size24_weight500_colordred {
    font-weight: 500;
    font-size: 24px;
    color: #FF0505;
}

.search_dashboard_mobile {
    background: #FFFFFF;
    border-radius: 12px;
}

.no_data_found {
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
}

.profile_all_details {
    padding-top: 92px;
    text-align: center;
}

.color_initial {
    background-color: initial;
}

.calendar_icon {
    position: absolute;
    top: 13px;
    right: 15px;
}

.whitout_bg_btn {
    background-color: white;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ddsn-blue-color);
}

.bradius12px {
    border-radius: 12px;
}

.letter_spacingp1rem {
    letter-spacing: 0.1rem;
}

.only_tborder_radius_bgwhite {
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
}

.candidate_uploded_profile {
    width: 69%;
}

.candidate_header_profile {
    width: 32%;
}


/* .empty_progress_bar {
    position: absolute;
    left: 50px;
    top: 39px;
    z-index: 10;
} */


/* .progress_bar_48_per {
    position: absolute;
    left: 117px;
    top: 39px;
    z-index: 10;
} */


/* .camera_icon_position {
    position: absolute;
    left: 147px;
    top: 121px;
    z-index: 12;
} */


/* .camera_icon_before_upload_position {
    position: absolute;
    left: 145px;
    top: 112px;
    z-index: 12;
} */

.mobile_camera_position {
    position: absolute;
    top: 128px;
    right: 24px;
    z-index: 12;
    width: 21%;
}

.mobile_older_img {
    width: 85%;
    position: absolute;
    top: 14px;
    left: 14px;
}

.mobile_empty_progress_bar {
    position: absolute;
    left: 11px;
    top: 13px;
    z-index: 11;
    width: 87%;
}

.mobile_uploaded_profile {
    width: 210px;
    position: absolute;
    top: 21px;
    left: 18px;
}

.mobile_existing_profile {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 19px;
    left: 18px;
}

.a_tag_text_decoration_none_color_inherit {
    color: inherit;
    text-decoration: none;
}


/* .mobile_fill_progress_bar {
    position: absolute;
    right: 11px;
    top: 10px;
    z-index: 11;
    width: 43%;
} */

.mobile_fill_progress_bar {
    position: absolute;
    right: -21px;
    top: -19px;
    z-index: 11;
    width: 123%;
}

.dot1 {
    width: 12px;
    height: 12px;
    background: rgba(0, 55, 106, 0.3);
    border-radius: 50%;
}

.active_landing_dot {
    width: 22px;
    height: 12px;
    background: #00376A;
    border-radius: 7px;
}

.column_gap2rem {
    column-gap: 2rem;
}

.header_a_link:hover {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
}

.deleteBtn {
    width: 100%;
    border: none;
    color: white;
    background-color: #EE0000;
    padding: 8px;
    border-radius: 6px;
}

.greenBtn {
    width: 100%;
    border: none;
    color: var(--white-color);
    background-color: #34A853;
    padding: 8px;
    border-radius: 6px;
}

.ddsnBtn {
    width: 30%;
    border: none;
    color: white;
    background-color: var(--ddsn-blue-color);
    padding: 8px;
    border-radius: 6px;
}

.ddsnBtnUpdated {
    width: 100%;
    border: none;
    color: white;
    background-color: var(--ddsn-blue-color);
    padding: 8px;
    border-radius: 6px;
}

.cancelBtn {
    width: 100%;
    border: none;
    color: var(--ddsn-blue-color);
    background-color: #ECF3FA;
    padding: 8px;
    border-radius: 6px;
}

.cancelBtnDiffStyle {
    width: 100%;
    border: none;
    color: var(--ddsn-blue-color);
    background-color: #DAF7FF;
    padding: 8px;
    border-radius: 6px;
}

.backBtnDiffStyle {
    /* width: 100%; */
    width: 149px;
    height: 56px;
    border: none;
    color: var(--ddsn-blue-color);
    background-color: #DAF7FF;
    padding: 8px;
    border-radius: 12px;
    font-size: var(--font-size-1p2rem);
    font-weight: 600;
}

.skipBtn {
    border: none;
    color: var(--ddsn-blue-color);
    background-color: inherit;
    padding: 8px;
    border-radius: 6px;
    margin-right: 20px;
}

.skipBtnWithBorder {
    border: 2px solid var(--ddsn-blue-color);
    color: var(--ddsn-blue-color);
    background-color: inherit;
    padding: 8px;
    border-radius: 12px;
    margin-right: 20px;
    /* width: 240px; */
    font-size: var(--font-size-1p2rem)
}

.skipBtnWithBorderEmployer {
    border: 3px solid var(--ddsn-blue-color);
    color: var(--ddsn-blue-color);
    background-color: inherit;
    padding: 8px;
    border-radius: 12px;
    margin-right: 20px;
    /* width: 240px; */
    font-size: var(--font-size-1rem);
    font-weight: 800;
}

.skipBtnWithBorderUpdated {
    border: 2px solid var(--ddsn-blue-color);
    color: var(--ddsn-blue-color);
    background-color: inherit;
    padding: 8px;
    border-radius: 12px;
    margin-right: 20px;
    width: 240px;
    font-size: var(--font-size-1p2rem)
}

.notification_badge_employer {
    position: absolute;
    top: 0px;
    right: 104px;
    color: black;
    background: white;
    border-radius: 6px;
    width: 19px;
    height: 28px;
    text-align: center;
}

.notification_badge_employer_mobile {
    position: absolute;
    top: -14px;
    right: 38px;
    color: black;
    background: white;
    border-radius: 6px;
    width: 19px;
    height: 28px;
    text-align: center;
}

.ddsnBlueBtnEmp {
    border: 2px solid var(--ddsn-blue-color);
    color: var(--white-color);
    background-color: var(--ddsn-blue-color);
    padding: 8px;
    border-radius: 6px;
    margin-right: 20px;
    width: 240px;
    font-size: var(--font-size-1p2rem)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.modal_light_blue_btn {
    width: 100%;
    border: none;
    color: var(--ddsn-blue-color);
    background-color: #ECF3FA;
    padding: 3px;
    border-radius: 6px;
}

.modal_blue_btn {
    width: 100%;
    border: none;
    color: white;
    background-color: var(--ddsn-blue-color);
    padding: 3px;
    border-radius: 6px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--white-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}


/* below css is used for override selectisize css for change select element design */


/* .selectize-input {
    border: none !important;
} */

.selectize-input {
    padding: 17px 12px !important;
    border-radius: 12px !important;
    border: 1px solid #DDDDDD !important;
    width: fit-content;
}

.selectize-input input {
    /* width: max-content !important; */
    width: 58% !important;
}

.selectize-input>* {
    font-size: 1.02rem !important;
}

.selectize-dropdown {
    top: 47px !important;
    border-radius: 0 0 12px 12px !important;
}

.selectize-dropdown [data-selectable].option {
    font-size: 1rem !important;
    border-bottom: 1px solid #DEE1E7 !important;
    padding: 15px 8px !important;
}

.selectize-dropdown-content {
    padding-bottom: 0px !important;
}

.select_downarrow_position {
    position: absolute;
    right: 17px;
    top: 53px;
    z-index: 5;
}

.select_uparrow_position {
    position: absolute;
    right: 17px;
    top: 53px;
    z-index: 5;
}

.select_downarrow_position1 {
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 15px;
    z-index: 5;
}

.select_uparrow_position1 {
    position: absolute;
    right: 17px;
    top: 15px;
    z-index: 5;
}

.selectize-control.single .selectize-input:after {
    content: none !important;
}

.dropdown-toggle::after {
    content: none !important;
}


/* for different fonts */


/* for 12px used in 3-level, normal_text, */

.font_sizep7rem_wight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-p7rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--gray-color);
}


/* for 14px used in 3-level, normal_text, */

.font_sizep8rem_wight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-p8rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--gray-color);
}


/* for 14px used in 3-level, normal_text, */

.font_sizep8rem_wight400_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-p8rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--ddsn-blue-color);
}


/* for 16px used in 3-level, normal_text, */

.font_sizep9rem_wight500_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-p9rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--gray-color);
}


/* for 18px used in 2-level, normal_text, */

.font_size1rem_wight400_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--gray-color) !important;
}

.font_size1rem_wight500_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--gray-color);
}

.font_size1rem_wight400_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--white-color);
}


/* for 18px used in 2-level, normal_text, */

.font_size1rem_wight400_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--nero-black-color);
}


/* for 18px used in 2-level, normal_text, */

.font_size1rem_wight600_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--nero-black-color);
}


/* for 18px used in 2-level, normal_text,  */

.font_size1rem_wight500_colorlimedspruce {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--limed-spruce-color);
}


/* for 18px used in 2-level, normal_text,  */

.font_size1rem_wight400_colorddsnbluecolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--ddsn-blue-color);
}


/* for 18px used in 2-level, normal_text,  */

.font_size1rem_wight500_colorddsnbluecolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--ddsn-blue-color);
}

.home_active_link {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: var(--ddsn-blue-color);
}


/* for 18px used in 2-level, normal_text,  */

.font_size1rem_wight500_colorgreen {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: #34A853;
}


/* for 18px used in 2-level, normal_text,  */

.font_size1rem_wight500_colorred {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1rem);
    /* line-height: 23px; */
    line-height: var(--font-size-1p5rem);
    color: #FF0505;
}


/* for 20px used in header_link, */

.font_size1p1rem_weight700_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p1rem);
    color: var(--gray-color);
}


/* for 20px used in header_link, */

.font_size1p1rem_weight600_colorgray,
.inactive_font_emp {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p1rem);
    color: var(--gray-color);
}


/* for 20px used in header_link, */

.font_size1p1rem_weight500_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p1rem);
    color: var(--gray-color);
}

.font_size1p1rem_weight500_colordarkcharcoal {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p1rem);
    color: var(--dark-charcoal-color);
}


/* for 20px used in header_link, */

.font_size1p1rem_weight600_colorddsnbluecolor,
.active_font_emp {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p1rem);
    color: var(--ddsn-blue-color);
}


/* for 20px used in a-tag, */

.font_size1p1rem_weight500_colorddsnbluecolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p1rem);
    color: var(--ddsn-blue-color);
}

.font_size1p1rem_weight500_colorneroblackcolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p2rem);
    color: var(--nero-black-color);
}

.font_size1p2rem_weight600_colorddsnbluecolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p2rem);
    color: var(--ddsn-blue-color);
}


/* for 24px used in page_header,  */

.font_size1p3rem_weight500_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p3rem);
    color: var(--ddsn-blue-color);
}

.font_size1p3rem_weight600_colorneroblackcolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p3rem);
    color: var(--nero-black-color);
}

.font_size1p3rem_weight500_colorneroblackcolor {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p3rem);
    color: var(--nero-black-color);
}


/* for 24px used in page_header,  */

.font_size1p3rem_weight600_colordarkcharcoal {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p3rem);
    color: var(--dark-charcoal-color);
}


/* for 24px used in page_header,  */

.font_size1p3rem_weight600_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p3rem);
    color: var(--ddsn-blue-color);
}


/* for 24px and color-#7c7c7c used in page_header,  */

.font_size1p3rem_weight500_colorgray {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-1p3rem);
    color: var(--gray-color);
}


/* for 24px used in page_header,  */

.font_size1p3rem_weight600_colorlogoutred {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p3rem);
    color: var(--logout-red-color);
}


/* for 30px and color-#222222 used in page_header,  */

.font_size1p5rem_weight700_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1p5rem);
    color: var(--nero-black-color);
}

.font_size1p5rem_weight600_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p5rem);
    color: var(--ddsn-blue-color);
}


/* for 32px used in page_header,  */

.font_size1p7rem_weight500_colorddsnblue {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-1p7rem);
    color: var(--ddsn-blue-color);
}


/* for 20px used in 1-level, jobs_title,  */

.font_size1p125rem_weight700_colorneroblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    /* font-size: 20px; */
    font-size: var(--font-size-1p125rem);
    /* line-height: 22px; */
    line-height: var(--font-size-1p5rem);
    color: var(--nero-black-color);
}

.font_size3rem_weight300_colorwhite {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-size-3rem);
    color: var(--white-color);
}


/* end fonts section */


/* employer extra css */

.employer_titles_section {
    text-align: center;
    margin-top: 3rem;
}

.employer_profile_titles {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.horizontal_line_emp {
    margin-top: 30px;
}

.employer_profile_content_div {
    background: #FFFFFF;
    box-shadow: -2px -3px 12px rgba(0, 0, 0, 0.1), 2px 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 3rem 14rem 0rem 14rem;
    padding: 2rem;
}

.emp_office_logo {
    background: #DAF7FF;
    border: 2px solid #00376A;
    border-radius: 12px;
    width: 112px;
    height: 112px;
    display: inline-block;
}

.emp_eamera {
    position: relative;
    top: -19px;
    left: 50px;
}

.office-logo-image-div {
    width: 95px;
    height: 92px;
    display: inline-grid;
    border: 1px solid #e2e2e2;
    /* background-color: #e4e4e4; */
    border-radius: 24px;
    display: grid;
}

.office-logo-image {
    width: 90%;
    height: auto;
    margin: auto;
    /* grid-row: none; */
    /* border-radius: inherit; */
}

.textarea_title {
    background: #EFEFEF;
    border: 1px solid #DDDDDD;
    border-radius: 12px 12px 0px 0px;
    padding: 8px;
    position: relative;
    top: 3px;
}

.input-group-text {
    border-radius: 12px 0px 0px 12px;
}

.input_element_with_input_group_class {
    border-radius: 0px 12px 12px 0px !important;
}

.emp_header_btn {
    border: 2px solid var(--white-color);
    color: var(--ddsn-blue-color);
    background-color: var(--white-color);
    padding: 8px;
    border-radius: 12px;
    margin-right: 20px;
    width: 200px;
    font-size: var(--font-size-1rem);
    font-weight: 700;
}

.emp_job_search_icon {
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 2;
}

.emp_job_search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: var(--ddsn-blue-color);
    color: var(--white-color);
    width: 145px;
    text-align: center;
    height: 55px;
    border-radius: 0px 12px 12px 0px;
}

.inside_text_emp {
    position: absolute;
    width: inherit;
    right: 0px;
    top: 0.7rem;
}

.jobs_detail {
    margin-top: 5rem;
}

.manage_jobs_card {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px rgba(34, 34, 34, 0.06), 1px 2px 6px rgba(34, 34, 34, 0.15);
    border-radius: 24px;
    padding: 20px;
}

.vertical_align_middle {
    vertical-align: middle !important;
}

.vertical_align_baseline {
    vertical-align: baseline !important;
}

.vertical_align_unset {
    vertical-align: unset !important;
}

.vertical_align_sub {
    vertical-align: sub !important;
}

.vertical_align_text_top {
    vertical-align: text-top !important;
}

.vertical_align_text_bottom {
    vertical-align: text-bottom !important;
}

.custom_tooltip {
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
}

.profileImageAsNameLatter {
    font-family: var(--ddsn-font);
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 24px;
    border: 1px solid #e2e2e2;
    /* border-radius: 50%; */
    /* background: #DAF7FF; */
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ddsn-blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.profileImageAsNameLatterInHeader {
    font-family: var(--ddsn-font);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #DAF7FF;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ddsn-blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


/* end employer extra css */


/* Webiste css extra */


/* .home_main_section {
    padding-top: 180px;
    padding-bottom: 143px;
} */

.social_media_links {
    padding-top: 20px;
    padding-bottom: 100px;
    /* width: 110%;
    position: relative;
    top: -5%;
    left: -5%;
    transform: rotate(4deg); */
}

.social_media_title {
    padding: 90px;
}

.home_social_links {
    /* transform: rotate(-4deg); */
}

.home_main_font {
    font-family: var(--ddsn-font);
    font-size: var(--font-size-4rem);
    font-weight: 600;
    color: var(--ddsn-blue-color);
}

.home_main_sub_font {
    font-family: var(--ddsn-font);
    font-size: var(--font-size-1rem);
    font-weight: 500;
    color: var(--nero-black-color);
}

.counters_digit {
    font-family: var(--ddsn-font);
    font-size: var(--font-size-4rem);
    font-weight: 500;
    color: var(--nero-black-color);
}

.counters_string {
    font-family: var(--ddsn-font);
    font-size: var(--font-size-1rem);
    font-weight: 500;
    color: var(--nero-black-color);
}

.counters_section {
    padding-top: 60px;
}

.border_radius_20px {
    border-radius: 20px;
}

.border_radius_60px {
    border-radius: 60px;
}

.border_radius_1p375rem {
    border-radius: 1.375rem;
}

.paddingx2remy3rem {
    padding: 3rem 2rem;
}

.paddingxp75remyp675rem {
    padding: 0.75rem 0.675rem;
}

.home_search_btn {
    color: var(--white-color);
    background-color: var(--nero-black-color);
    padding: 12px 40px;
    border-radius: 22px;
}

.home_input_div {
    border-bottom: 2px solid black;
    padding-bottom: 8px;
}

.marginy0x80px {
    margin: 0px 80px;
}

.background_Seashell {
    /* background-color: #fcf8f5; */
}

.glassmorphism {
    /* background: rgba( 255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 4px);
    -webkit-backdrop-filter: blur( 4px);
    border-radius: 60px;
    border: 1px solid rgba( 255, 255, 255, 0.18); */
    /* diff */
    /* background: rgba( 255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 20px);
    -webkit-backdrop-filter: blur( 20px);
    border-radius: 60px;
    border: 1px solid rgba( 255, 255, 255, 0.18); */
    /* From https://css.glass */
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0);
    border-radius: 60px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.2px);
    -webkit-backdrop-filter: blur(12.2px);
    border: 1px solid rgba(255, 255, 255, 0.34);
}


/* End webiste css extra */


/* extra css */

.avatar {
    float: left;
    width: 52px;
    height: 52px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 8px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-avatar 2s infinite ease-out;
}

.avatarSquare {
    float: left;
    width: 72px;
    height: 72px;
    background-color: #ccc;
    border-radius: 10%;
    margin: 8px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-avatar 2s infinite ease-out;
}

.avatarSaveIcon {
    float: left;
    width: 10px;
    height: 12px;
    background-color: #ccc;
    border-radius: 2%;
    margin: 8px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-avatar 2s infinite ease-out;
}

.line {
    float: left;
    width: 80%;
    height: 16px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;
}

.line50per {
    float: left;
    width: 50%;
    height: 16px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;
}

.line10per {
    float: left;
    width: 10%;
    height: 16px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;
}

.line70per {
    float: left;
    width: 70%;
    height: 16px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;
}

.avatar+.line {
    margin-top: 11px;
    width: 100px;
}

.line~.line {
    background-color: #ddd;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%,
    100% {
        background-position: 140px;
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px;
    }
    40%,
    100% {
        background-position: 208px;
    }
}

.blog-card-title {
    color: #282828;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -.025em;
    line-height: 1.3;
    margin: 0 0 25px;
}

.blogCards:hover {
    /* box-shadow: 0 12px 75px rgb(0 0 0 / 13%); */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.blogCards {
    box-shadow: 0 1px 3px rgb(0 0 0 / 13%);
    /* -webkit-transition: all .5s ease; */
    transition: all .5s ease;
    cursor: pointer;
}

.trangleShape {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 17px;
    border-color: transparent transparent transparent var(--ddsn-blue-color);
}

.dateBadge {
    background: var(--ddsn-blue-color);
    color: var(--white-color);
    padding: 12px;
}

.pabsolutet12px {
    position: absolute;
    top: 12px;
}

.homePageLinks:hover {
    color: var(--white-color);
}

.blog-card-text {}

.blog_image_main {
    width: 755px;
    height: 425px;
}

.blog_image_sub {
    width: 414px;
    height: 233px;
}


/* Hide scrollbar for Chrome, Safari and Opera */


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--ddsn-blue-color);
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--ddsn-blue-color);
}


/* .jobs_overflow_scroll_bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.jobs_overflow_scroll_bar::-webkit-scrollbar {
    width: 6px;
}

.jobs_overflow_scroll_bar::-webkit-scrollbar-thumb {
    background: var(--ddsn-blue-color);
    border-radius: 10px;
}

.jobs_overflow_scroll_bar::-webkit-scrollbar-thumb:hover {
    background: var(--ddsn-blue-color);
} */

.jobs_overflow_scroll_bar:hover {
    overflow-y: scroll;
}

.jobs_overflow_scroll_bar {
    height: 990px;
    /* height: calc(93vh - 122.87px); */
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.jobs_overflow_scroll_bar_search:hover {
    overflow-y: scroll;
}

.jobs_overflow_scroll_bar_search {
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.jobs_overflow_scroll_bar_website:hover {
    overflow-y: scroll;
}

.jobs_overflow_scroll_bar_website {
    /* height: 968px; */
    /* height: 97.7vh; */
    height: 905px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* .singleJobSticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
} */

.stickySingleJobWithtop0Div {
    position: fixed;
    top: 0px;
    width: 50vw;
    left: 62vw;
    /* box-sizing: border-box; */
}

.stickySingleJobWithtop100Div {
    position: fixed;
    top: 0px;
    width: 50vw;
    left: 62vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless100 {
    position: fixed;
    top: 101px;
    width: 50vw;
    left: 62vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless62 {
    position: fixed;
    top: 62px;
    width: 50vw;
    left: 62vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless200 {
    position: fixed;
    top: 201px;
    width: 50vw;
    left: 62vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless188 {
    position: fixed;
    top: 188px;
    width: 50vw;
    left: 62vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivWeb {
    position: fixed;
    /* top: 0px; */
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.stickySingleJobWithtop0DivWeb {
    position: fixed;
    top: 0px;
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.stickySingleJobWithtop45DivWeb {
    position: fixed;
    top: 45px;
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless100Web {
    position: fixed;
    top: 101px;
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless184Web {
    position: fixed;
    top: 184px;
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless200Web {
    position: fixed;
    top: 201px;
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.stickySingleJobDivless300Web {
    position: fixed;
    top: 301px;
    /* width: 34vw; */
    left: 50vw;
    /* box-sizing: border-box; */
}

.font_size1_weight700_colorblack {
    font-family: var(--ddsn-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-1rem);
    line-height: var(--font-size-1p8rem);
    color: #222222;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.homePageFilterBtn {
    width: fit-content;
    margin-right: 30px;
    display: inline-block;
}


/* height: 60vh; */


/* height: calc(100vh - 650px); */

.singleJobScrollDiv:hover {
    overflow-y: scroll;
    overflow-x: hidden;
}

.singleJobScrollDiv {
    height: 505px;
    /* height: calc(80vh - 395.37px); */
    overflow-y: hidden;
    overflow-x: hidden;
}

.singleJobScrollDivSearch:hover {
    overflow-y: scroll;
    overflow-x: hidden;
}

.singleJobScrollDivSearch {
    overflow-y: hidden;
    overflow-x: hidden;
}


/* height: calc(100vh - 650px); */


/* height: calc(100vh - 350px); */

.singleJobScrollDivWebsite:hover {
    overflow-y: scroll;
    overflow-x: hidden;
}

.singleJobScrollDivWebsite {
    /* height: 30vh; */
    /* height: 45vh; */
    height: 458px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.settingPageScroll {
    /* overflow-y: scroll; */
    height: 408px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.settingPageScroll:hover {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pre_loader_container {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}

.lodingBtn {
    width: 159px;
    height: 56px;
    left: 1227px;
    top: 1136px;
    background: var(--ddsn-blue-color);
    border-radius: 12px;
}


/* dashboard scroll */

.stickySingleJobDivSearchPage {
    position: fixed;
    /* width: 40%; */
    width: 50vw;
    /* left: 62vw; */
}

.stickySingleJobDiv {
    position: fixed;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
}

.stickySingleJobDivless20ads {
    position: fixed;
    top: 20px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless40ads {
    position: fixed;
    top: 40px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless85ads {
    position: fixed;
    top: 85px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless200ads {
    position: fixed;
    top: 139px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless210ads {
    position: fixed;
    top: 210px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless300 {
    position: fixed;
    top: 266px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless337 {
    position: fixed;
    top: 337px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless400 {
    position: fixed;
    top: 389px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless460 {
    position: fixed;
    top: 460px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.stickySingleJobDivless500 {
    position: fixed;
    top: 515px;
    /* width: 40%; */
    /* width: 50vw; */
    /* left: 62vw; */
    /* box-sizing: border-box; */
}

.text_no_wrap {
    white-space: nowrap;
}


/* .employer_header_link_scroll:hover {
    overflow-x: scroll;
} */

.tox-toolbar--scrolling,
.employer_header_link_scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.tox-toolbar--scrolling,
.employer_header_link_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.tox-toolbar--scrolling,
.employer_header_link_scroll::-webkit-scrollbar {
    /* width: 4px; */
    height: 2px;
}

.tox-toolbar--scrolling,
.employer_header_link_scroll::-webkit-scrollbar-thumb {
    background: var(--ddsn-blue-color);
    border-radius: 10px;
}

.tox-toolbar--scrolling,
.employer_header_link_scroll::-webkit-scrollbar-thumb:hover {
    background: var(--ddsn-blue-color);
}

.btn_home_updated {
    align-items: center;
    background: #fff;
    border: 2px solid #00376a;
    border-radius: 10px;
    color: #00376a;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    height: 3rem;
    justify-content: center;
    line-height: 22px;
    width: 9rem;
}

.btn_home_new {
    align-items: center;
    background: #fff;
    border: 2px solid #00376a;
    border-radius: 10px;
    color: #00376a;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 2.5rem;
    justify-content: center;
    line-height: 22px;
    width: 7rem;
}

.btn_home_with_shadow {
    box-shadow: inset 0 -1px 2px #00376a;
    filter: drop-shadow(0 0 7px rgba(0, 55, 106, .25));
}

.home_section_title {
    color: rgba(0, 0, 0, .7);
    font-family: var(--ddsn-font);
    font-size: 4.7rem;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    word-spacing: -0.2rem;
}

.home_hire_sec_title {
    color: #4c4c4c;
    font-family: var(--ddsn-font);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0 1px 4px hsl(0deg 0% 100% / 20%), 0 4px 6px rgb(76 76 76 / 8%);
    margin-bottom: 40px;
}

.home_hire_sec_desc {
    font-family: var(--ddsn-font);
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.home_main_content_section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.home_input_updated {}

.home_input_outer {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    padding: 0.2rem;
    width: 100%;
    height: 3rem;
}

input.home_search_outline_input {
    border: 0;
    outline: 0;
}

input.home_search_outline_input:focus,
.mobInput:focus {
    outline: none!important;
}

.home_center_section {
    align-items: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
}

.deleteBtnActive {
    width: 100%;
    border: none;
    color: white;
    background-color: #34A853;
    padding: 8px;
    border-radius: 6px;
}

.icon_home_background {
    align-items: center;
    background: #00376a;
    border-radius: 7px;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 39px;
}

.wrapper_single {
    /* display: table; */
}

.for_single_job_sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 1rem;
    /* align-self: flex-start; */
}

.for_top_card {
    border-radius: 0px 0px 30px 30px !important;
    width: 98.2% !important;
}

.html_zoom_out_website {
    zoom: 80%;
}

.wrapperTooltip {
    /* text-transform: uppercase; */
    /* background: #ececec; */
    color: var(--bs-link-color);
    /* cursor: help; */
    font-family: var(--ddsn-font);
    font-size: var(--font-size-1rem);
    /* margin: 100px 75px 10px 75px; */
    /* padding: 15px 20px; */
    position: relative;
    text-align: center;
    width: 200px;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
}

.wrapperTooltip .tooltip {
    background: var(--ddsn-blue-color);
    font-family: var(--ddsn-font);
    font-size: var(--font-size-1rem);
    bottom: 100%;
    color: #fff;
    display: block;
    left: -25px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: max-content;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.wrapperTooltip .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.wrapperTooltip .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid var(--ddsn-blue-color) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.wrapperTooltip:hover .tooltip {
    /* opacity: 1; */
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.lte8 .wrapperTooltip .tooltip {
    display: none;
}

.lte8 .wrapperTooltip:hover .tooltip {
    display: block;
}

.height3rem {
    height: 3rem !important;
}

.line_height_1p2rem {
    line-height: 1.2rem !important;
}

* {
    margin: 0;
    padding: 0;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2ab934;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}

.slider:after {
    /* content: 'OFF'; */
    content: 'NO';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider:after {
    /* content: 'ON'; */
    content: 'YES';
}

.font-size-1p5rem {
    font-size: 1.5rem;
}

.font-weight-800 {
    font-weight: 800;
}

.overflowBreakWord {
    overflow-wrap: break-word;
}

.mainDiv {
    padding: 120px 0px 50px 0px;
}

.elementor-3831 .elementor-element.elementor-element-16bd85e .heading-primary {
    font-size: 46px;
    line-height: 1.25em;
    font-weight: 600;
}

.job-temp-filter {
    position: absolute;
    right: 0px;
    top: 0px;
    background: var(--white-color);
    width: 145px;
    text-align: center;
    height: 55px;
    border-radius: 10px;
}

.job-temp-filter:hover {
    background: var(--ddsn-blue-color);
    color: white;
}