*,
::after,
::before {
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    height: 100%;
    width: 100%;
}
ul,
li {
    margin: 0;
    padding: 0;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
:root {
    --theme-color: #4e68a1 !important;
    --theme-rgb-color: rgb(78 104 161) !important;
    --theme-color-light: rgb(78 104 161 / 25%);
    --tab-active: #2b3a4a;

    --body-bgcolor: #eff2f5;
    --white: #ffffff;
    --text-color: #2f2f2f;
    --text-light-color: #777777;
    --light-gray: #ccc;
    --line-height: 150%;

    --theme-light-gray: #dfe3e9;
    --text-dark: #0d0c22;
    --shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.15);
    --shadow-box: 0 0px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.03);
    --shadow-xs: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    --shadow-thin: rgba(0, 0, 0, 0.08) 0px 0px 4px;
    --shadow-btn: rgba(0, 0, 0, 0.15) 1px 2px 3px;
    --shadow-img: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
    --shaodw-3D: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
}

/* Default Scroll Starts */

/* * {
	scrollbar-width: thin;
	scrollbar-color: var(--tab-active) transparent;
	-webkit-scrollbar-width: thin;
	-webkit-scrollbar-color: var(--tab-active) transparent;
} */

*::-webkit-scrollbar {
    width: 9px;
}

*::-webkit-scrollbar-track {
    background: var(--white);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--tab-active);
    border-radius: 16px;
    border: 2px solid var(--white);
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
    outline: none !important;
}
.scroll-x::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    width: 4px;
}
.scroll-x::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    border: 0px solid rgba(43, 58, 74, 0.25);
    background-color: rgba(43, 58, 74, 0.25);
}

/* Default Scroll Ends */

/* Flatpicker Start */
.flatpickr-current-month input.cur-year {
    font-size: 1rem !important;
}

/* Flatpicker End */
.theme-red,
.theme-color,
.text-theme {
    color: var(--theme-color) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bg-theme-red,
.bg-theme-color {
    background-color: var(--theme-color) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.bg-hover-theme:hover {
    background-color: var(--theme-color) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-theme {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-theme:hover {
    color: var(--theme-color) !important;
}

.theme-light-red,
.theme-color-light {
    color: var(--theme-color-light) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bg-theme-light-red,
.bg-theme-light,
.bg-light-theme {
    background-color: var(--theme-color-light) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.bg-hover-theme-light:hover,
.bg-hover-light-theme:hover {
    background-color: rgba(var(--theme-color-rgb), 0.12) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.border-theme {
    border-color: var(--theme-color) !important;
}
.text-color {
    color: var(--text-dark) !important;
}

.text-secondary {
    color: var(--text-secondary) !important;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/*Shadow Starts*/

.shadow-box {
    box-shadow: var(--shadow-box) !important;
}
.light-shadow {
    box-shadow: var(--light-shadow) !important;
}
.shadow-xs {
    box-shadow: var(--shadow-xs) !important;
}
.shadow-thin {
    box-shadow: var(--shadow-thin) !important;
}
.shadow-btn {
    box-shadow: var(--shadow-btn) !important;
}
.shadow-img {
    filter: var(--shadow-img) !important;
}
.shadow-3D {
    box-shadow: var(--shaodw-3D) !important;
}

/*Shadow Ends*/

@font-face {
    font-family: "icomoon";
    src: url("../../plugins/custom/icomoon/fonts/icomoon.eot?muq6c0");
    src: url("../../plugins/custom/icomoon/fonts/icomoon.eot?muq6c0#iefix")
            format("embedded-opentype"),
        url("../../plugins/custom/icomoon/fonts/icomoon.ttf?muq6c0")
            format("truetype"),
        url("../../plugins/custom/icomoon/fonts/icomoon.woff?muq6c0")
            format("woff"),
        url("../../plugins/custom/icomoon/fonts/icomoon.svg?muq6c0#icomoon")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
    content: "\e903";
}
.thumbnail-container,
.thumbnail_container {
    padding-bottom: 100%;
    background-color: rgba(var(--black-rgba), 0.03);
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0;
}

.thumbnail {
    margin: 0px;
    display: block;
    padding: 0px;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: none;
}

.thumbnail img,
.thumbnail video {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.theme-red,
.theme-color,
.text-theme {
    color: var(--theme-color) !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.border-theme {
    border-color: var(--theme-color) !important;
}
.border-theme-light {
    border-color: var(--theme-color-light) !important;
}

.btn-theme {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    min-width: 80px;
}
.bg-light-theme {
    background-color: var(--theme-color) !important;
}
.fa {
    font-family: "FontAwesome" !important;
}
.flatpickr-month {
    height: 40px;
}
.flatpickr-day.today {
    border-color: rgb(var(--theme-rgb-color), 0.25) !important;
    background-color: rgb(var(--theme-rgb-color), 0.1) !important;
    color: var(--text-color) !important;
}
.flatpickr-day.selected {
    border-color: rgb(var(--theme-rgb-color), 0.25) !important;
    background-color: rgb(var(--theme-rgb-color), 0.35) !important;
    color: var(--text-color) !important;
}

.custom-file {
    position: relative;
}
.custom-file-input {
    position: absolute;
    z-index: 9;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 66px);
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: white;
    font-weight: 500;
    padding: 0.45rem 1rem;
    content: "Browse";
    background-color: var(--theme-color-light);
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
@media (max-width: 1440px) {
    .custom-file-label::after {
        padding: 0.25rem 0.5rem;
    }
}

body {
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: inherit;
    position: relative;
    height: 100%;
    font-family: "Poppins", sans-serif !important;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
}
/*body:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("/assets/images/vacancy/body_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}*/
.wrapper {
    position: relative;
}
.welcome_sec {
    color: var(--white);
    text-align: center;
    padding: 25px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}
.welcome_sec .logo {
    max-width: 225px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.welcome_sec .logo img {
    width: 100%;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
.welcome_sec .apply_for_info{
    text-align: left;
}
.welcome_sec .apply_for_info .afi_mini_title{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    display: block;
}
.welcome_sec .apply_for_info .afi_main_title {
    font-size: 44px;
    font-weight: 600;
    color: #4e68a1;
}
.welcome_sec .wc_title {
    margin: 20px 0 0;
    font-size: 45px;
    font-weight: 300;
}
.welcome_sec .wc_note p {
    margin: 25px auto 0;
    max-width: 80%;
    display: block;
    line-height: var(--line-height);
}
.welcome_sec .job_desc_main{
    display: flex;
    align-items: center;
    justify-content: start;
}
.welcome_sec .job_desc_main .jd_details span.jd_details_title {
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}
.welcome_sec .job_desc_main .jd_details span.jd_details_name {
    font-size: 12px;
    color: #000;
}
.welcome_sec .job_desc_main .jd_details + .jd_details{
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #686868;
}
.main-section {
    border-radius: 15px;
    max-width: 1000px;
    margin: 0 auto;
}
.main-section .apply_vacancy {
    padding: 35px 35px 55px;
    border-radius: 15px;
    background-color: white;
}
.apply_vacancy .av_title {
    font-size: 60px;
    text-align: center;
    font-weight: 800;
    margin: 0;
    line-height: 80%;
    vertical-align: top;
    letter-spacing: 15px;
    text-transform: uppercase;
    overflow: hidden;
}
.apply_vacancy .av_title span {
    display: block;
    color: var(--theme-light-gray);
    font-size: 100px;
    letter-spacing: 10px;
    line-height: 80%;
}
.av_LeftSec {
    padding-left: 50px;
}
.av_list {
    margin-top: 80px;
}
.av_list + .av_list {
    border-top: 1px solid var(--light-gray);
    margin-top: 50px;
    padding-top: 50px;
}
.av_list .av_count {
    text-align: center;
}
.av_list .av_count .av_list_title {
    font-size: 85px;
    font-weight: 700;
    position: relative;
    top: -15px;
    opacity: 0.12;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.av_list .tech_lang li {
    display: inline-block;
}
.av_list .tech_lang li + li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid var(--light-gray);
}
.av_details {
    padding: 32px 32px 0px 32px;
    /* max-height: 585px;
    min-height: 585px; */
    position: relative;
}
.av_details .postOn {
    font-size: 14px;
}
.av_details .av_list_title{
	margin-bottom: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.av_details p {
    font-size: 14px;
    line-height: var(--line-height);
    color: var(--text-light-color);
    min-height: 15px;
    margin: 10px 0 20px 0;
}
.av_details p + p {
    margin-top: 15px;
}
.av_details ul,ol{
    margin: 0 0 20px 0;
}
p:hover {
    scrollbar-color: rgba(43, 58, 74, 0.65) transparent !important;
}
.av_details .av_exp,
.av_details .av_loc {
    font-weight: 500;
    opacity: 0.65;
}
.av_list_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.av_list_bottom ul li {
    display: inline-block;
}
.av_list_bottom ul li .btn {
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.av_list_bottom ul li .btn:focus {
    box-shadow: none;
}
.av_list_bottom ul li .btn:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--text-color);
    margin: 0 auto;
    bottom: -1px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    left: 0;
    right: 0;
}
.av_list_bottom ul li .btn:hover:before {
    width: 100%;
}
/* change by pranav */
/* .av_list_bottom ul li + li{
	margin-left: 15px;
	border-left: 1px solid var(--light-gray);
	padding-left: 20px;
} */
.av_list_bottom .link {
    font-weight: 600;
    color: inherit;
}
.av_list_bottom .link .arrow-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.av_list_bottom .link .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.av_list_bottom .link:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}
.av_list_bottom .link:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.av_list_bottom.applybtn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 32px;
}
@media (max-width: 1440px) {
    .av_details {
        /* padding: 25px; */
        padding: 25px 25px 0 25px;
    }
    .av_details p {
        font-size: 13px;
    }
    .av_details .postOn {
        font-size: 12px;
    }
    .av_list_bottom ul li .btn {
        font-size: 12px;
    }
    /* .av_list_bottom ul li + li {
        margin-left: 5px;
        padding-left: 10px;
    } */
}
@media (max-width: 991px) {
    /* .av_details {
        min-height: 475px;
        max-height: 475px;
    } */
}

/*Footer Starts*/
.footer {
    padding: 5px 65px;
    box-shadow: 0 -5px 5px -5px var(--light-gray);
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer ul li {
    display: inline-block;
}
.footer ul li a {
    color: inherit;
    position: relative;
}
.footer ul li a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--text-color);
    margin: 0 auto;
    bottom: -1px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    left: 0;
    right: 0;
}
.footer ul li a:hover:before {
    width: 100%;
}
.footer ul li + li {
    margin-left: 15px;
    padding-left: 20px;
    border-left: 1px solid var(--light-gray);
}
/*Footer Endss*/
@media (max-width: 1440px) {
    .main-section .apply_vacancy {
        padding: 75px 50px;
    }
}
@media (max-width: 1366px) {
    .av_list .av_count .av_list_title {
        font-size: 60px;
    }
}
@media (max-width: 1024px) {
    body:before {
        background-size: contain;
    }
    .welcome_sec .wc_note p {
        max-width: 100%;
    }
    .main-section .apply_vacancy {
        padding: 75px 50px;
    }
    .av_list {
        margin-top: 40px;
    }
    .av_list .av_list_title {
        font-size: 22px;
    }
    .apply_vacancy .av_title span {
        font-size: 80px;
    }
    .av_list + .av_list {
        margin-top: 30px;
        padding-top: 30px;
    }
}
@media (max-width: 991px) {
    .main-section .apply_vacancy {
        padding: 50px 30px;
    }
    .apply_vacancy .av_title {
        font-size: 40px;
    }
    .apply_vacancy .av_title span {
        font-size: 50px;
    }
    .av_details p {
        text-align: justify;
        font-size: 13px;
    }
    .av_list_bottom {
        display: inline-block;
    }
    .av_list_bottom .link {
        margin-top: 20px;
        display: block;
    }
    .av_list_bottom ul li .btn {
        font-size: 13px;
    }
    /* .av_list_bottom ul li + li {
        padding-left: 15px;
    } */
    .footer {
        padding: 5px 15px;
    }
}
@media (max-width: 767px) {
    .main-section {
        margin: 0 25px;
    }
    .av_list .av_count {
        text-align: left;
    }
    .av_list .av_count .av_list_title {
        font-size: 45px;
        opacity: 0.15;
        top: -5px;
    }
    .av_list_bottom ul li .btn {
        font-size: 12px;
    }
    .footer {
        position: relative;
    }
}
@media (max-width: 475px) {
    .main-section {
        margin: 0;
    }
    .apply_vacancy .av_title {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .apply_vacancy .av_title span {
        letter-spacing: 2px;
        font-size: 40px;
    }
    .av_list_bottom ul li {
        position: relative;
    }
    /*.av_list_bottom ul li:before{
		position: absolute;
		content: "-";
		left: 0;
		top: 1px;
		font-size: 16px;
		color: var(--text-color);
	}
	.av_list_bottom ul li + li{
		margin: 5px 0 0;
		border: 0;
		padding: 0;
		padding-left: 15px;
	}*/
}
/*Modal Popup Starts*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
.modal .modal-content {
    border-radius: 15px;
}
.modal .modal-header {
    padding: 15px 20px;
    box-shadow: 0 2px 17px -5px var(--light-gray);
    border: 0;
    border-radius: 15px 15px 0 0;
}
.modal .modal-body hr {
    margin: 25px 0;
}
.modal .modal-body {
    text-align: left;
    padding: 25px 20px;
}
.modal .modal-body .popup_title {
    margin-bottom: 15px;
}
.modal .modal-body ul li {
    list-style-type: disc;
    margin-left: 15px;
    font-size: 15px;
}
.modal .modal-body ul li + li {
    margin-top: 10px;
}
.modal-header .btn-close {
    margin-right: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 8px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header .btn-close:hover {
    border-color: #2f2f2f;
}
.modal-header .btn-close:hover svg rect {
    fill: #2f2f2f;
}
.modal-header .btn-close:focus {
    box-shadow: none;
}
/*Modal Popup Ends*/

/*Cadidate Detail page Starts*/
.candidate_detail .welcome_sec {
    padding: 50px 0;
}
.candidate_form {
    padding: 35px;
    /* min-height: calc(100vh - 216px); */
    border-radius: 35px;
    background-color: white;
    margin: 0 auto 60px;
    position: relative;
    padding-bottom: 60px;
}

.candidate_form .profileUpload .profile-remove {
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    width: 18px;
    height: 18px;
}
.candidate_form .profileUpload .profile-remove i {
    font-size: 10px;
}

.cp-left {
    padding: 25px;
    border-radius: 15px;
    background-color: white;
}
.cp-right {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-left: 10px;
    border-radius: 15px;
    background-color: white;
}
.cp-right .avatar-upload {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.cp-right .avatar-upload .avatar-edit input {
    display: none;
}
.cp-right .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--white);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    position: relative;
}
.cp-right .avatar-upload .avatar-edit input + label:hover {
    background: var(--theme-light-gray);
    border-color: var(--light-gray);
}
.cp-right .avatar-upload .avatar-edit input + label i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
}
.cp-right .avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 2px solid var(--theme-light-gray);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.cp-right .avatar-upload .avatar-preview .avatar-edit {
    width: auto;
    height: auto;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 15px;
}
.cp-right .progress {
    border-radius: 25px;
    margin: 20px auto 20px;
    max-width: 75%;
}
.cp-right .progress .progress-bar {
    background-color: var(--theme-color);
}
.cp-right .avatar-upload .avatar-preview #imagePreview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    background-size: cover;
}

@media (max-width: 1440px) {
    .cp-right .avatar-upload .avatar-preview {
        width: 200px;
        height: 200px;
    }
    .cp-right .avatar-upload .avatar-preview .avatar-edit {
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 1024px) {
    .main-section {
        margin: 0;
    }
    .candidate_form {
        padding: 15px;
        /* margin: 15px; */
    }
    .cp-left {
        padding: 25px 25px 50px 25px;
    }
    .cp-right {
        margin-bottom: 30px;
        padding: 10px 25px;
        justify-content: center;
    }
    .cp-right .avatar-upload .avatar-preview {
        width: 100px;
        height: 100px;
    }
    .cp-right .avatar-upload .avatar-preview .avatar-edit {
        top: 0;
        right: -10px;
    }
    .cp-right {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .candidate_form {
        padding: 20px 0;
        border-radius: 15px;
    }
    .cp-right .avatar-upload .avatar-edit input + label {
        width: 30px;
        height: 30px;
    }
    .cp-right .avatar-upload .avatar-edit input + label:after {
        font-size: 16px;
    }
}

/*Tabbing and Accordian*/

.left-tabs.nav-tabs {
    height: 100%;
    margin-bottom: 30px;
    border-bottom: 0 !important;
    justify-content: center;
}

.left-tabs .tab-clickable {
    cursor: pointer;
}
.left-tabs .nav-link {
    text-align: left;
    padding: 5px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
    transition: 0.5s all ease-in-out;
    color: var(--text-light-color);
    font-size: 13px;
    font-weight: 500;
    background-color: #ffffff;
}

.left-tabs .nav-link.active {
    border: 1px solid var(--theme-color);
    color: #ffffff;
    border-radius: 25px;
    background-color: var(--theme-color);
}
.left-tabs .nav-item {
    position: relative;
    z-index: 1;
}
.left-tabs .nav-item + .nav-item .nav-link {
    margin-left: 30px;
}
.left-tabs .nav-item .nav-link {
    position: relative;
}
.left-tabs .nav-item {
    position: relative;
}
.left-tabs .nav-item:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 50%;
    z-index: -1;
    background-color: #d1d1d1;
}
.left-tabs .nav-item:last-child .nav-link:before {
    content: none;
}
.left-tabs .tab-content.accordion {
    border-left: 1px solid var(--theme-light-gray);
}
.recrut_form_list.left-tabs .nav-link {
    padding: 5px 15px !important;
}
.recrut_form .accordion-body {
    padding: 0;
    border: 0;
}
.recrut_form .accordion-item.tab-pane {
    border: 0;
}
.cp-left .tab-content .accordion-header {
    display: none;
}
@media (min-width: 768px) {
    .collapse:not(.show) {
        display: block;
    }
    .cp-left .tab-content .accordion-item {
        border: 0;
    }

    .cp-left .tab-content .accordion-body {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .left-tabs .nav-link {
        font-size: 13px;
    }
    .cp-left .tab-content .accordion-body {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .left-tabs .nav-link {
        font-size: 12px;
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .left-tabs.nav-tabs {
        flex-direction: row;
        border-right: none;
        border-left: none;
        min-width: 100%;
        border-bottom: 1px solid var(--theme-light-gray);
        left: auto;
        margin-top: auto;
    }

    .left-tabs .nav-link {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: -1px;
    }

    .left-tabs .nav-link.nav-link:hover {
        border-right-color: var(--theme-light-gray);
    }

    .left-tabs .nav-link.active {
        border-top-color: var(--theme-light-gray);
        border-right-color: var(--theme-light-gray);
        border-bottom-color: var(--theme-light-gray);
        border-left-color: transparent;
    }
    .tab-content.accordion .fade:not(.show) {
        opacity: 1;
    }
    .tab-content.accordion.tab-content > .tab-pane {
        display: block;
    }
    .tab-content.accordion .fade:not(.show) {
        opacity: 1;
    }
    .cp-left .tab-content .accordion-body {
        padding: 20px;
    }
    .recrut_form .form-group.form-label-group {
        margin-bottom: 5px;
    }
    .recrut_form .form-group.form-label-group .form-label {
        margin-bottom: 0;
    }
    .accordion-button:focus {
        box-shadow: none;
    }
    .cp-left {
        margin-bottom: 10px;
    }
}

.recrut_form_title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-light-gray);
    font-size: 1.15rem;
}
/* .recrut_form .form-group {
    margin-bottom: 25px;
} */

/* .recrut_form .form-group .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light-color);
} */
.form-group .form-control,
.form-group .form-select {
    border-radius: 5px;
    height: 40px;
    line-height: 150%;
    font-size: 13px;
    /* border-color: var(--theme-light-gray);
    box-shadow: none;
    border-radius: 0; */
    background-color: transparent !important;
    color: var(--bs-gray-900);
}
.form-group .form-control.recruitment_datepicker {
    background-color: transparent;
    font-weight: 500;
    color: var(--bs-gray-900);
}
.form-group .form-control:focus,
.form-group .form-select:focus {
    box-shadow: none;
    border-color: var(--text-light-color);
}
.recruitment_date {
    position: relative;
}
.datepicker-sec:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    top: 14px;
    right: 15px;
    background-image: url(../images/datepicker.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.recruitment_date i {
    position: absolute;
    right: 15px;
    top: 15px;
}
.recruitment_date .fa-calendar:before {
    content: "\f073" !important;
    font-size: 18px;
    opacity: 0.25;
}
.recrut_form .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
}
.recrut_form .custom-file-input {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.recrut_form .custom-file-label {
    cursor: pointer;
    line-height: 195%;
    font-size: 13px;
}
.recrut_form .custom-control-label::before,
.recrut_form .custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.recrut_form .custom-file-label::after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 35px;
    line-height: 150%;
    color: var(--theme-color);
    padding: 0.45rem 1rem;
    content: "Browse";
    background-color: transparent;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border-radius: 3px;
}
.p_img_error_text{
    font-size: 10px;
}
.recrut_form .custom-file-label:hover:after {
    background-color: rgb(78 104 161 / 25%);
}

/*Cadidate Detail page Ends*/

/*New Layout Start 02-11-2022*/
.av_boxes .av_details {
    position: relative;
}

/*.av_boxes .av_details:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../images/logo-shape.png);
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
	left: -150px;
	bottom: -100px;
	background-size: contain;
}
.av_boxes .av04.av_details:before{
	position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/vacancy/dots.png");
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: 0.5s ease-in-out all;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
}
.av_boxes .av_details:hover:before{
	opacity: 0.2;
}
.av_boxes .av03.av_details:before{
	position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/vacancy/dots.png");
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: 0.65s ease-in-out all;
	-webkit-transition: 0.65s ease-in-out all;
	-moz-transition: 0.65s ease-in-out all;
	-ms-transition: 0.65s ease-in-out all;
	transform: scale(0);
	transform-origin: bottom;
}
.av_boxes .av_details:hover:before{
	transform: scale(1);
}

.av_boxes .av05.av_details:before{
	position: absolute;
	content: "";
	width: 50%;
	height: 50%;
	background-image: url(../images/shape-1.png);
	background-repeat: no-repeat;
	opacity: 0.25;
	z-index: -1;
	left: -50px;
	bottom: -50px;
	background-size: contain;
}
.av_boxes .av05.av_details:after{
	position: absolute;
	content: "";
	width: 50%;
	height: 50%;
	background-image: url(../images/shape-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.25;
	z-index: -1;
	right: -50px;
	top: -50px;
	transition: 0.65s ease-in-out all;
	-webkit-transition: 0.65s ease-in-out all;
	-moz-transition: 0.65s ease-in-out all;
	-ms-transition: 0.65s ease-in-out all;
}
.av_boxes .av05.av_details:hover:after{
	transform: rotate(90deg);
}*/

.av_middle ul {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .av_middle ul li {
        font-size: 12px !important;
    }
}
/*@media(max-width: 1366px){
	.av_middle ul{
		flex-direction: column;
	}
	.av_middle ul li + li{
		margin-top: 20px;
	}
}*/
@media screen and (width: 1366px) and (height: 1024px) {
    .av_middle ul {
        flex-direction: row;
    }
    .av_middle ul li + li {
        margin-top: 0px;
    }
}
@media (max-width: 1024px) {
    .av_LeftSec {
        padding: 0;
    }
}
/*New Layout Ends*/

.candidateDetails .form-label {
    color: var(--text-light-color);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
.form-control {
    font-size: 13px;
}

@media (max-width: 1024px) {
    .candidateDetails > div {
        width: 50%;
    }
    .candidateDetails > div:last-child {
        width: 100%;
    }
}

.av_details .av_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    margin-top: -50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 600;
}
.navBtn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-light-color);
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.navBtn:hover {
    opacity: 0.75;
    border: 1px solid var(--theme-color);
}
.navBtn:hover svg {
    fill: var(--theme-color);
}
.navBtn svg {
    max-width: 22px;
    fill: var(--text-light-color);
}
.navBtn + .navBtn {
    margin-left: 10px;
}
body.recruitment_vacancy_page{
    position: relative;

}
body.recruitment_vacancy_page:before {
    position: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
    opacity: 0.90;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
/* body.recruitment_vacancy_page:before {
    position: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    opacity: 0.90;
} */
.recruitment_vacancy_page .welcome_sec .logo .thumbnail-container {
    background-color: transparent;
    padding-bottom: 25%;
}

.recrut_form .candidate_Img {
    width: 200px;
}
.recrut_form .candidate_info {
    width: calc(100% - 250px);
}
.recrut_form .candidate_Img .image-input [data-kt-image-input-action="change"] {
    top: 5px;
    right: 0px;
}
.invalid-feedback {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 2px;
    font-weight: 400;
    margin-left: 8px;
    width: auto;
}
.cursor-disable {
    pointer-events: none;
}
.no_data {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no_data span {
    background-color: rgba(249, 249, 249, 0.5);
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 3%) !important;
    color: var(--theme-color);
    font-size: 16px;
}

/* AhesanAli 28/06/2023 Crop Image */
input[type="range"] {
    height: 21px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: var(--theme-color-light);
    border-radius: 7px;
    margin: 0 10px;
}
input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 30px;
    background: var(--theme-color);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: var(--theme-color-light);
}

.crop_image_popup {
    background-color: #f1f1f1;
    width: 80%;
    width: 320px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.2s;
    transform: translateY(100vh);
    position: absolute;
    top: 65px;
    left: 0;
    padding: 10px;
    border-radius: 0.3em;
    box-shadow: 3px 3px 5px var(--color-shadow);
    z-index: 9;
}
.crop_image_popup.active {
    display: flex;
    transform: translateY(0vh);
}
.cropper {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}
.image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 320px;
    width: 100%;
    background-repeat: no-repeat;
    cursor: move;
    overflow: hidden;
    border-radius: 0.3em;
    background-color: #ffd9ea5c;
    box-shadow: inset 0 0 3px var(--theme-color-light);
}
.thumb-box rect {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: var(--theme-color);
    stroke-dasharray: 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    rx: 50%;
}
@keyframes dash {
    25% {
        stroke: var(--color-1);
    }
    50% {
        stroke: var(--color-warning);
    }
    75% {
        stroke: var(--color-success);
    }
    to {
        stroke-dashoffset: 20;
    }
}
.action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.action .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.action .container:nth-child(1) {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--color-4);
}
.zoom-slider {
    width: 100%;
    background: transparent;
    cursor: pointer;
    margin: 30px 10px;
}
.zoom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-slider-thumb);
    cursor: pointer;
    margin-top: -7px;
}
.zoom-slider::-moz-range-thumb {
    background: var(--color-slider-thumb);
    cursor: pointer;
    margin-top: -7px;
}
.zoom-slider::-ms-thumb {
    background: var(--color-slider-thumb);
    cursor: pointer;
    margin-top: -7px;
}
.zoom-slider:focus,
.zoom-slider:focus::-webkit-slider-runnable-track,
.zoom-slider:focus::-ms-fill-lower,
.zoom-slider:focus::-ms-fill-upper {
    outline: none;
}
.zoom-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: var(--color-slider-track);
    border-radius: 0.3em;
}
.zoom-slider::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--color-slider-track);
    border-radius: 0.3em;
}
.zoom-slider::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--color-slider-track);
    border-radius: 0.3em;
}
.zoom-slider::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px red;
}
.zoom-slider::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px red;
}
.crop-result .image img {
    max-width: 116px;
    max-height: 116px;
    box-shadow: 0px 0px 10px 5px gray;
    border: solid 1px silver;
    border-radius: 10px;
}
.crop-result .name {
    display: none;
}
.bg-theme-light {
    background-color: var(--theme-color-light) !important;
}

#calculation_list .table td:first-child,
#calculation_list .table th:first-child,
#calculation_list .table tr:first-child {
    padding: 12px;
}
#calculation_list .table td:last-child,
#calculation_list .table th:last-child,
#calculation_list .table tr:last-child {
    padding-right: 12px !important;
}

/* New Form Design Starts */
@media (min-width: 1199px) {
    .candidate_detail .container {
        max-width: 750px;
        width: 100%;
        padding-top: 100px;
    }
}
.candidate_detail {
    position: relative;
}
.recruitment_banner {
    position: absolute;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.recruitment_banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

/* New Form Design Ends */
.form-select,
.form-control {
    border: 1px solid #abadb3;
    border-radius: 5px !important;
    box-shadow: none !important;
    border-color: #cdcdcd !important;
    height: 40px;
}
.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border-bottom-color: #2196f3;
}
.recrut_form .form-floating > .form-control,
.recrut_form .form-floating > label {
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: none;
}
.recrut_form .form-floating > .form-control,
.recrut_form .form-floating > .form-select {
    height: calc(3rem + 2px);
    color: var(--bs-gray-900);
    font-weight: 500;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.8rem) translateX(-0.05rem);
}
.custom_label {
    transform: scale(0.87) translateY(0.65rem);
    -webkit-transform: scale(0.87) translateY(0.65rem);
    -ms-transform: scale(0.87) translateY(0.65rem);
    -moz-transform: scale(0.87) translateY(0.65rem);
    padding: 0;
    opacity: 0.85;
    padding-left: 3px;
}
.recrut_form .form-select {
    padding: 0.5rem 3rem 0.5rem 8px;
}

/*Terms and Condition page Start*/
.terms-condition .collapse:not(.show) {
    display: none;
}
.terms-condition {
    padding: 50px;
    background-color: #ffffff;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 170px);
}
.terms-condition .page_items_list {
    position: sticky;
    top: 0;
}
.terms-condition .page_items_list li {
    font-size: 20px;
    color: var(--text-dark);
}
.terms-condition .page_items_list li a {
    padding: 1.05rem 1.25rem;
    display: block;
    color: var(--text-dark);
    font-weight: 800;
}
.terms-condition .accordion-item {
    border: 0;
    font-size: 20px;
    box-shadow: none;
}
.terms-condition .accordion-item-header {
    font-size: 2.125rem;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid var(--bs-gray-800);
}
.terms-condition .accordion-item-header.active {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}
.terms-condition .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.terms-condition .accordion-item-body .accordion-item-body-content {
    padding: 25px;
}
.terms-condition .accordion-item-body ul li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.terms-condition .accordion-item-body p,
.terms-condition .accordion-item-body i {
    font-size: 15px;
}
.terms-condition .accordion-item-body p + p {
    margin-top: 20px;
}
.terms-condition .accordion-item-body ul.listing_points {
    margin: 25px 0;
}
.terms-condition .accordion-item-body ul.listing_points li {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.terms-condition .accordion-item-body ul.listing_points li + li {
    margin-top: 15px;
}
.terms-condition .accordion-button:not(.collapsed) {
    color: var(--theme-color);
}
.accordion-header .accordion-button[aria-expanded="true"] {
    position: sticky;
    top: 0;
}
/*Terms and Condition page End*/

.accordion-item-header {
    padding: 25px 3rem 25px 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordion-item-header.active::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 free";
    font-size: 24px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    right: 0;
    transform: rotate(0deg);
}
.accordion-item-header {
    position: relative;
}
.accordion-item-header::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 free";
    font-size: 24px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    right: 0;
    transform: rotate(-90deg);
}
.prv_nxt_btn {
   position: absolute;
    bottom: 15px;
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.apply-vacancy-description .apply-vacancy-description-box div,
.apply-vacancy-description .apply-vacancy-description-box div + div {
    width: auto !important;
    margin-left: 0 !important;
}
.av_middle ul li {
    list-style-type: none !important;
    width: 50%;
}

.crnt-pursuing {
    border-bottom: 1px solid #cbcbcb;
    padding: 16px 8px;
    border-color: #eee;
}
.crnt-work {
    border-bottom: 1px solid #cbcbcb;
    padding: 16px 8px;
}
.btn-theme-drk {
    background-color: var(--theme-color);
    color: var(--white);
    display: inline-block;
}
.btn-theme-drk i {
    color: var(--white);
}
.btn-theme-drk:hover {
    background-color: var(--theme-color-light);
    color: var(--theme-color);
}
.btn-theme-drk:hover i {
    color: var(--theme-color);
}
.select2-results__group + ul li {
    padding-left: 30px !important;
}
.av_list_bottom ul li.no_attach_add div {
    background-color: #f2f2f2;
    color: #7e8299 !important;
    padding: 7px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.disable-button {
    cursor: default;
}
.disable-button:hover {
    border: 1px solid var(--text-light-color);
    opacity: 0.5;
}

.disable-button:hover svg {
    fill: var(--text-light-color);
}
/* add by dhruv for candidate form next button */
#processCandidateFormOne .next_button[disabled] {
    pointer-events: none;
}

/* custom error message start */
.custom_error {
    font-size: 0.8rem !important;
    opacity: 0.85;
    margin-top: 2px;
    font-weight: 400;
    width: auto;
    color: #f1416c;
}
/* custom error message end */
.av_detailsDec * {
    white-space-collapse: inherit !important;
}
.av_detailsDec h1 {
    font-size: 2em;
}
.av_detailsDec h2 {
    font-size: 2em;
}
.av_detailsDec h3 {
    font-size: 1.17em;
}
.av_detailsDec h4 {
    font-size: 1.33em;
}
.av_detailsDec h5 {
    font-size: 0.83em;
}
.av_detailsDec h6 {
    font-size: 0.67em;
}
.av_detailsDec p {
    font-size: 16px;
}
.av_detailsDec strong {
    font-weight: bold;
}
.av_detailsDec a {
    color: -webkit-link;
    color: link;
    text-decoration: underline;
}
.av_detailsDec ul{
    margin-left: 15px;
}
@media (max-width: 1024px) {
    .candidate_form {
        padding: 20px;
    }
    .recrut_form_list.left-tabs .nav-link {
        display: inline;
    }
    .av_detailsDec ul li {
        margin-bottom: 5px !important;
    }
    .recrut_form_list .left-tabs .nav-link {
        width: auto;
    }
    .recrut_form_list .left-tabs .nav-item + .nav-item .nav-link {
        margin-right: 0;
        margin-left: 10px;
    }
    .left-tabs .nav-item + .nav-item .nav-link {
        margin-left: 10px;
    }
    .av_detailsDec p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .recrut_form_list.left-tabs .nav-link {
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .recrut_form_list.left-tabs .nav-link {
        font-size: 10px;
    }
    .recrut_form_list .left-tabs .nav-item {
        width: 50%;
    }
    .recrut_form_list.left-tabs.nav-tabs {
        display: none;
    }
    .candidate_form {
        padding: 15px;
    }
}
@media (max-width: 600px) {
    .recrut_form_list.left-tabs.nav-tabs {
        justify-content: space-between;
    }
    .recrut_form_list.left-tabs .nav-link {
        display: inline-block;
        width: 100%;
    }
    .recrut_form_title {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

.personal_info_from {
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 25px;
    margin: 15px auto 0;
    max-width: 80%;
}
.readMore_desp {
    color: #008ddc;
    border-bottom: 1px solid #008ddc;
    line-height: 110%;
}
.apply-vacancy-description {
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 991px) {
    .apply-vacancy-description {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .personal_info_from {
        max-width: 100%;
        padding: 15px;
    }
}
/* Walk-in Requirement Form - Dhruv S */
.form-group.declaration_input {
    position: relative;
}
.form-group.declaration_input .invalid-feedback {
    position: absolute;
    bottom: -20px;
    left: 22px;
}
/* Walk-in Requirement Form - Dhruv S */

/* Vacancy Page Crop image Start*/
@media (max-width: 767px) {
    .recrut_form
        .candidate_Img
        .image-input
        [data-kt-image-input-action="change"] {
        right: 0;
    }
    .candidate_form .personal_info_from .crop_image_popup {
        left: 0;
        right: 0;
        top: 60px;
        margin: 0 auto;
    }
}

/* Vacancy Page Crop image End*/
.main-section.alert_mas .alert_sec {
    margin: 0 25px !important;
}


/* new career page design start 15-07-2024 prnv  */

.recruitment_vacancy_page.apply_vacancy.carrer_page_main {
    background-color: #f7f9ff;
}
.career_listing_wrap {
    padding: 20px 0;
}
.career_listing_wrap .career_list_item {
    border-radius: 8px !important;
    background-color: #ffffff;
    border: 2px solid #dce7ff !important;
    border-left-width: 4px !important;
    border-bottom-width: 4px !important;
}
.career_listing_wrap .career_list_item .accordion-header {
    border-radius: 8px;
}
.accordion-button.cli_header {
    border-radius: 8px;
    padding: 25px 10px;
    /* box-shadow: 0px 1.95px 2.6px rgba(0, 0, 0, 0.15); */
}
.accordion-button.cli_header:focus {
    /* box-shadow: 0px 1.95px 2.6px rgba(0, 0, 0, 0.15); */
    border: none !important;
    border: none !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.career_listing_wrap .career_list_item + .career_list_item {
    margin-top: 20px;
}
.accordion-button.cli_header:not(.collapsed){
    box-shadow: none;
}
/* .career_listing_wrap .career_list_item .accordion-header {
    border-left: 4px solid;
}
.career_listing_wrap .career_list_item:nth-child(7n + 1) .accordion-header {
    border-color: #5981c1 !important;
}
.career_listing_wrap .career_list_item:nth-child(7n + 2) .accordion-header {
    border-color: #64c6c2 !important;
}
.career_listing_wrap .career_list_item:nth-child(7n + 3) .accordion-header {
    border-color: #8ec64e !important;
}
.career_listing_wrap .career_list_item:nth-child(7n + 4) .accordion-header {
    border-color: #b21f5f !important;
}
.career_listing_wrap .career_list_item:nth-child(7n + 5) .accordion-header {
    border-color: #19a362 !important;
}
.career_listing_wrap .career_list_item:nth-child(7n + 6) .accordion-header {
    border-color: #df4f43 !important;
}
.career_listing_wrap .career_list_item:nth-child(7n + 7) .accordion-header {
    border-color: #f99f1e !important;
} */
.career_listing_wrap .career_list_item .cli_header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}
.career_listing_wrap .career_list_item .cli_header .pos_name {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.career_listing_wrap .career_list_item .cli_header .pos_details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pos_details .pos_details_sub{
    display: flex;
}
.pos_details .pos_details_sub .details_description.qualifications_require{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 100px;
}
/* .career_listing_wrap
    .career_list_item
    .cli_header
    .pos_details
    .pos_details_sub
    + .pos_details_sub {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #c2c2c2;
} */
.career_listing_wrap
    .career_list_item
    .cli_header
    .pos_details
    .pos_details_sub
    .details_title {
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.career_listing_wrap
    .career_list_item
    .cli_header
    .pos_details
    .pos_details_sub
    .details_description{
    font-size: 12px;
}
.accordion-button.cli_header:not(.collapsed) {
    background-color: #fff;
    color: #000000;
    border-radius: 8px !important;
    /* box-shadow: 0px 1.95px 2.6px rgba(0, 0, 0, 0.15); */
    cursor: default;
}
.accordion-button.cli_header::after,
.accordion-button.cli_header::before {
    content: none;
}
.pos_skills_listing ul {
    list-style-type: none;
}
.pos_skills_listing ul li + li {
    margin-top: 8px;
    padding-top: 8px;
}
.pos_skills_listing ul li {
    position: relative;
    display: flex;
    align-items: center;
}
.pos_skills_listing ul li svg {
    stroke: #838383;
    margin-right: 10px;
    min-width: 30px;
}
.pos_skills_listing ul li span {
    font-size: 13px;
    font-weight: 500;
}
/* new career page design end 16-07-2024 prnv  */

/* new career page-2 design start 16-07-2024 prnv  */

.drop_cv_main {
    padding: 20px 0;
    position: sticky;
    top: 0;
}
.drop_cv_wrap {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 1.95px 2.6px rgba(0, 0, 0, 0.15);
}
.dcm_title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.dcm_img {
    margin: 35px 0;
    display: flex;
    justify-content: center;
}
.dcm_img img {
    max-width: 60%;
}
.dcm_content {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.dcm_btn {
    margin-top: 35px;
    text-align: center;
}
.pos_apply_btn .btn.btn-sm {
    min-width: 100px !important;
}
.carrer_page_main .apply_vacancy_filters {
    padding: 10px 2.25rem 10px 0.75rem;
    border-radius: 10px;
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
@media (max-width: 1399px) {
    .career_listing_wrap
        .career_list_item
        .cli_header
        .pos_details
        .pos_details_sub
        .details_title {
        font-size: 14px;
    }
    .career_listing_wrap
        .career_list_item
        .cli_header
        .pos_details
        .pos_details_sub
        .details_description {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .accordion-button.cli_header {
        padding: 10px;
    }
    .pos_details_sub {
        display: flex;
        flex-direction: column;
    }
    .pos_details .pos_details_sub.exp_and_pos {
        min-width: 140px;
    }
    .career_listing_wrap
        .career_list_item
        .cli_header
        .pos_details
        .pos_details_sub
        .details_title {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .career_listing_wrap
        .career_list_item
        .cli_header
        .pos_details
        .pos_details_sub
        .details_description {
        font-size: 12px;
    }
    .recruitment_vacancy_page.apply_vacancy.carrer_page_main {
        padding: 50px 35px;
    }
}

@media (max-width: 767px) {
    .career_listing_wrap .career_list_item .cli_header {
        align-items: start;
    }
    .career_listing_wrap .career_list_item .cli_header .pos_details {
        align-items: start;
        flex-direction: column;
    }
    .pos_details_sub {
        flex-direction: row;
    }
    .pos_details .pos_details_sub.exp_and_pos {
        min-width: 200px;
        border: none !important;
    }
    .pos_details .pos_details_sub .details_description.qualifications_require{
        padding-right: 10px;
    }
    .career_listing_wrap
        .career_list_item
        .cli_header
        .pos_details
        .pos_details_sub
        .details_title {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .career_listing_wrap .career_list_item .cli_header .pos_name {
        font-size: 14px;
    }
    .career_listing_wrap
        .career_list_item
        .cli_header
        .pos_details
        .pos_details_sub
        + .pos_details_sub {
        padding: 7px 0 0 0;
        margin: 7px 0 0 0;
        border-left: 0;
    }
    .recruitment_vacancy_page.apply_vacancy.carrer_page_main {
        padding: 25px 15px;
    }
}
/* new career page-2 design end 16-07-2024 prnv  */

/* new career page-2 design end 23-07-2024 jaydeep */
.pos_apply_btn {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
@media(max-width:767px){
    .pos_apply_btn{
        top: 5px;
        right: 5px;
    }
}
/* new career page-2 design end 16-07-2024 prnv  */

@media(max-width:1199px){
    .av_details .av_list_title {
        height: 40px;
	}
}

.vacancy_footer{
    z-index: 999;
}
/*New Select 2 CSS Start */

.custom-select .select2-selection.select2-selection--single{
    background-color: white !important;
    border-color: #cdcdcd !important;
    color: #5e6278 !important;
    transition: color .2s ease, background-color .2s ease !important;
    /* box-shadow: var(--shadow-thin) !important; */
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem 3rem .5rem 0.5rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    background-image: url("../images/down-arrow.svg") !important;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-container--open .select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .1) !important;
    border-radius: .475rem !important;
    padding: 0 !important;
    background-color: #fff !important;
}
.select2-search--dropdown {
    display: block !important;
    padding: .5rem 1.25rem !important;
    margin: 0 0 .5rem 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #fff !important;
    padding: .55rem .75rem !important;
    color: var(--body-text) !important;
    font-size: .925rem !important;
    border: 1px solid #e4e6ef !important;
    border-radius: 5px !important;
    outline: 0!important;
}
.select2-results__option {
    padding: 6px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    color: #5e6278 !important;
    transition: color .2s ease,background-color .2s ease !important;
    padding: .75rem 1.25rem !important;
    margin: 0 0 !important;
    font-size: 14px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(78 104 161 / 15%) !important;
    color: var(--theme-color) !important;
    transition: color .2s ease,background-color .2s ease !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    padding-right: 0px;
    padding: 0;
    right: 35px;
    top: 16px;
    position: absolute;
    margin: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear span {
    display: block;
    font-size: 19px;
    top: -10px;
    position: relative;
    color: var(--tab-active);
    font-weight: 500;
}
/*New Select 2 CSS end */

/* pagination css start  */

.pagination .page-item {
    border-radius: 3px;
}
.pagination .page-item .page-link {
    height: 2rem;
    min-width: 2.15rem;
    font-size: 13px;
    border-radius: 2px;
    color: var(--theme-color);
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.pagination .page-item.previous.disabled,
.pagination .page-item.next.disabled {
    opacity: 0.25;
    pointer-events: none;
}
.pagination .page-item.previous,
.pagination .page-item.next {
    background-color: var(--bs-gray-300);
}
.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link {
    color: var(--theme-color);
    opacity: 0.8;
}
.pagination .page-item.active .page-link {
    border: 1px solid var(--theme-color);
    background-color: transparent;
    color: var(--theme-color);
}
.pagination .page-item .page-link:hover {
    background-color: var(--theme-color-light);
}
.pagination .page-item.disabled .page-link {
    border-color: transparent !important;
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link,
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link {
    background-color: inherit;
}

/* pagination css end  */

/* attachments design changes pranav start */
div.attachment-list > a {
    text-decoration: none !important;
    display: block;
    border-radius: 6px;
    height: 60px;
    width: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
div.attachment-list{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.urgent_vacancy_badge{
    /* position: absolute;
    top: 10px;
    left: 14px; */
    background-color: rgb(220 53 69 / 20%);
}
/* .recrut_form .accordion-body{
    background: #f8f8f8;
    padding: 25px !important;
    border-radius: 10px;
} */

/* .recrut_form .accordion-body .custom-select .select2-selection.select2-selection--single{
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0 !important;
} */

/* @media (max-width: 1199px){
    .urgent_vacancy_badge{
        top: 7px;
        right: 26px;
        left: auto;
    }
} */
@media (max-width: 991px){
    .welcome_sec .apply_for_info .afi_main_title{
        font-size: 36px;
    }
    .jd_details {
        background-color: #fff;
        padding: 7px 15px !important;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        min-width: 200px;
        margin-bottom: 10px;
        border: 1px solid #ddd !important;
    }
    .welcome_sec .job_desc_main .jd_details + .jd_details{
        border: none;
    }
    .welcome_sec .job_desc_main .jd_details span.jd_details_title{
        margin: 0;
    }
    .welcome_sec .job_desc_main {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0 20px;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    .candidate_form{
        /* margin: 0; */
        padding: 25px 0;
    }
    .left-tabs .nav-item + .nav-item {
        margin-left: 10px;
    }
    .left-tabs .nav-item + .nav-item .nav-link{
        margin-left: 0;
    }
    .left-tabs .nav-item{
        margin-left: 10px;
        margin-bottom: 10px;
        min-width: 130px;
    }
    .left-tabs .nav-link{
        padding: 7px 10px;
    }
    .left-tabs.nav-tabs{
        justify-content: center;
    }
}
@media (max-width: 767px){
    .jd_details{
        min-width: 45%;
        padding: 7px 10px !important;
    }
    .welcome_sec .apply_for_info .afi_mini_title{
        font-size: 18px;
    }
    .welcome_sec .apply_for_info .afi_main_title{
        font-size: 20px;
    }
    .cp-left .tab-content .accordion-body{
        padding-bottom: 50px;
    }
}
.nav-item .mobile_view{
    display: none;
    opacity: 0;
    visibility: hidden;
}
@media (max-width:991px){
    .nav-item .mobile_view{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .nav-item .desktop_view{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
.btn_back_to_form {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    height: 35px;
    width: 100px;
    align-items: center;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 20px;
    transition: 0.4s ease-in-out all;
}
.btn_back_to_form:hover{
    background-color: #fff;
    color: #000;
    transition: 0.4s ease-in-out all;
}
.btn_back_to_form svg{
    margin-right: 5px;
    transition: 0.4s ease-in-out all;
}
.btn_back_to_form:hover svg{
    margin-left: -10px;
    transition: 0.4s ease-in-out all;
}
@media(max-width:767px){
    .welcome_sec .logo {
        max-width: 200px;
    }
    .btn_back_to_form{
        width: 80px;
        padding: 0 10px;
    }
}
/* flatpickr css start prnv 17-10-2024 */

.flatpickr-months .flatpickr-month {
    height: 40px !important;
    display: flex;
    align-items: center;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 1rem !important;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 1rem !important;
}
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: .475rem !important;
    top: 1rem !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover{
    border-radius: 6px;
}


/* flatpickr css end prnv 17-10-2024 */

/*Loader Starts*/
.loader-main {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background-color: rgba(255,255,255,0.95);
    flex-direction: column;
    top: 0;
}

.loader-main.loader__up {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition_05s);
    -webkit-transition: var(--transition_05s);
    -moz-transition: var(--transition_05s);
    -ms-transition: var(--transition_05s);
}

.loader .dot {
    width: 24px;
    height: 24px;
    background: #64c6c2;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}
.loader .dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}
.loader .dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #b21f5f;
}
.loader .dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #466bb3;
}
.loader .dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #8ec64e;
}
.loader .dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #df4f43;
}
@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

/*Loader Ends*/
.av_details .h1, .av_details .h2, .av_details .h3, .av_details .h4, .av_details .h5,.av_details .h6,.av_details h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .av_details .h1, h1{
        font-size: 2.5rem;
    }
    .av_details .h2, h2{
        font-size: 2rem;
    }
    .av_details .h3, h3{
        font-size: 1.75rem;
    }
    .av_details .h4, h4{
        font-size: 1.5rem;
    }
    .av_details .h5, h5{
        font-size: 1.25rem;
    }
    .av_details .h6, h6{
        font-size: 1rem;
    }
}
.av_details .h1, h1{
    font-size: calc(1.375rem + 1.5vw);
}
.av_details .h2, h2{
    font-size: calc(1.325rem + .9vw);
}
.av_details .h3, h3{
    font-size: calc(1.3rem + .6vw);
}
.av_details .h4, h4{
    font-size: calc(1.275rem + .3vw);
}
.av_details .h5, h5{
    font-size: 1rem;
}
.av_details .h6, h6{
    font-size: 0.85rem;
}
/*add for mobile view start */

/*add for mobile view end */

* Default styles for the anchor tag */
.attachment-link {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    overflow: hidden;
    padding: 5px;
    border-radius: 8px;
}

/* Zoom effect on hover */
.attachment-link:hover {
    /* transform: scale(1.05); */
    background-color: rgba(212, 212, 212, 0.15);
}

/* File type icon image */
.file-icon {
    width: 50px; /* Make file icon a bit larger for better visibility */
    height: auto;
    transition: transform 0.3s ease;
}


/* Hover effect: circle with icon */
.hover-effect {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgb(182 186 189 / 75%); /* Red background */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show the circle with the icon on hover */
.attachment-link:hover .hover-effect {
    opacity: 1;
    /* transform: scale(1.2); Slightly enlarge the circle on hover */
}

/* Icon inside the circle */
.download-icon {
    font-size: 1rem; /* Increase the size for better visibility */
    color: #ffffff;
}
.attachment-link{
    background-color: #d9d9d9;
    border-radius: 8px;
}
.btn-disable{opacity:0.5;pointer-events:none;}
.av_lists p { margin-bottom: 10px;}

.av_list_bottom .attachment-link .attached_doc_name_for_apply_job {
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 65%;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
    overflow: hidden;
    color: #2b3a4a;
    text-overflow: ellipsis;
    opacity: 0.75;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
}
.av_list_bottom li{
    width: calc(33.33% - 15px);
    margin-right: 15px;
}
.av_list_bottom .attachment-link {
    width: 100%;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #f8f8f8;
    box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    border-radius: 10px;
}
.av_list_bottom .attachment-link i {
    padding: 4px;
    border-radius: 5px;
    background-color: #d6d6d6;
    color: #505050 !important;
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 12px;
    opacity: 0.5;
    transition: 0.3s ease-in-out all;
}
.av_list_bottom .attachment-link:hover i{
    opacity: 1;
    transition: 0.3s ease-in-out all;
}
.av_list_bottom .attachment-link img.file-icon {
    max-width: 25px;
}

/* responsive design changes form  prnav 2-12-24 start*/

@media (max-width: 991px){
    .av_list_bottom li{
        width: calc(50% - 15px);
    }
    .av_list_bottom li + li{
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .av_list_bottom li{
        width: 100%;
        margin: 0;
    }
}

/* responsive design changes form  prnav 2-12-24 end*/
/* add by kishan */
.form-check.form-check-custom {
    width: max-content;
}
.form-check {
    width: auto!important;
}
.vacancy-form .inner-section + .inner-section{
    margin: 50px 0 0px 0;
}


/* CV autofiller prnav 16-01-25 CSS start */

.filler_title{
    margin: 35px 0;
}
.filler_title h2{
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-align: center;
}
.candidate_form_cv_upload{
    padding: 20px;
    background-color: #ffff;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
 .candidate_form_cv_upload .upload_cv_cstm_input{
    opacity: 0;
    cursor: pointer;
    position: absolute;
    visibility: visible;
    inset: 0px;
    width: 100%;
    height: 100%;
 }
 .candidate_form_cv_upload .cv_filler_box{
    padding: 20px 30px;
    width: 100%;
    border: 1px dashed #919191;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .upload_cv_button .btn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 40px !important;
    border-radius: 3px;
}
.candidate_form_cv_upload:hover .btn {
    background-color: #dbdbdb;
    color: var(--tab-active);
}
.cv_filler_box svg path{
    fill: #606060;
}
.filled_cv_boxes_wrap .filled_cv_box{
    width: 200px;
    margin: 0 10px;
}
.filled_cv_box svg{
    /* opacity: 0.85; */
}
.filled_cv_box.filled_cv_box_1 svg path {
    fill: var(--bs-active-danger);
}
.filled_cv_box.filled_cv_box_2 svg path {
    fill: var(--bs-active-success);
}
.filled_cv_box.filled_cv_box_3 svg path {
    fill: var(--bs-active-warning);
}
.filled_cv_box .fcb_img{
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (max-width:767px){
    .filled_cv_boxes_wrap{
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .filled_cv_boxes_wrap .filled_cv_box {
        margin: 0 15px 20px 15px;
        width: 135px;
    }
    .upload_cv_button .btn{
        font-size: 12px;
        padding: 12px 20px !important;
    }
}
@media (max-width:320px){
    .filler_title h2{
        font-size: 48px;
    }
    .filled_cv_boxes_wrap .filled_cv_box {
        margin: 0 5px 15px 5px;
        width: 135px;
    }
}

/* CV autofiller prnav 16-01-25 CSS end */


/* CV autofiller prnav 16-01-25 CSS end */
.generate_ai_btn{
    position: absolute;
    right: 10px;
    top: 0px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    transition: 0.3s ease-in-out all;
    padding: 5px 7px;
    overflow: hidden;
}
.generate_ai_btn span {
    opacity: 0;
    position: absolute;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    visibility: hidden;
}
.generate_ai_btn:hover{
    width: 185px;
    transition: 0.3s ease-in-out all;
}
.generate_ai_btn:hover span {
    transition: opacity 2300ms;
    left: 10px;
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.3;}
  }
  .blink{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }

/* CV autofiller JD 28-01-25 CSS Start */
  .resume-count-box{
    margin-top: 5rem;
  }
  .upload_cv_button{
    margin-top: 2.5rem ;
  }
  .file-note{
    margin-top: 1.25rem;
  }
  .welcome_sec .generate_ai_btn{
    right: initial;
  }
  .experience-action-group {
    position: absolute;
    top: -25px;
    right: 10px;
    display: flex;
    background-color: #4e68a145;
    padding: 0px 3px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 6;
  }
  .experience-action-group .edit_experience, .experience-action-group .edit_qualification {
    border-right: 1px solid #4e68a13b;
  }
  .experience-action-group a{
    background-color: transparent!important;
  }
  .experience-action-group a i{
    background-color: transparent !important;
  }
  @media (max-width:1599px){
    .resume-count-box{
        margin-top: 2rem;
    }
    .welcome_sec .apply_for_info .afi_main_title {
        font-size: 30px;
    }
    .upload_cv_button{
        margin-top: 1.5rem;
    }
    .upload_cv_button .btn {
        font-size: 12px;
        padding: 12px 25px !important;
    }
    .welcome_sec .apply_for_info .afi_mini_title {
        font-size: 20px;
    }
    .file-note{
        margin-top: 1rem;
    }
    .candidate_form_cv_upload .cv_filler_box {
        padding: 15px 15px;
    }
  }
  @media (max-width:1366px){
    .candidate_form_cv_upload {
        padding: 15px;
    }
    .upload_cv_button {
        margin-top: 0.75rem;
    }
    .upload_cv_button .btn {
        font-size: 12px;
        padding: 10px 18px !important;
    }
    .file-note {
        margin-top: 0.5rem;
    }
    .candidate_form_cv_upload .cv_filler_box svg {
        width: 50px;
        height: 50px;
    }
    .resume-count-box {
        margin-top: 1rem;
    }
    .welcome_sec .apply_for_info .afi_main_title {
        font-size: 24px;
    }
  }
  @media (max-width:1024px){
    .welcome_sec .apply_for_info .afi_main_title {
        font-size: 28px;
    }
  }
  @media (max-width:991px){
    .cp-left {
        padding: 15px 15px 30px 15px!important;
    }
  }
  @media (max-width:767px){
    .welcome_sec .apply_for_info .afi_main_title {
        font-size: 24px;
    }
    .welcome_sec .apply_for_info .afi_mini_title {
        font-size: 18px;
    }
    
    .candidate_form_cv_upload .cv_filler_box svg{
        width: 50px;
        height: 50px;
    }
    .upload_cv_button .btn {
        font-size: 12px;
        padding: 10px 15px !important;
    }
    .candidate_form_cv_upload {
        padding: 10px;
    }
    .upload_cv_button {
        margin-top: 1rem;
    }
    .jd_details {
        min-width: 45%;
        padding: 7px 10px !important;
        margin-right: 10px;
    }
    .welcome_sec .job_desc_main .jd_details + .jd_details{
        margin-left: 0;
    }
    .cp-left .tab-content .accordion-body {
        padding: 0px;
    }
  }
  @media (max-width:600px){
    .recrut_form_title {
        display: flex;
        flex-direction: column;
    }
  }
  @media (max-width:479px){
    .welcome_sec .apply_for_info .afi_mini_title {
        font-size: 16px;
    }
    .welcome_sec .apply_for_info .afi_main_title {
        font-size: 18px;
    }
  }
  @media (max-width:380px){
    .welcome_sec .apply_for_info {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    .welcome_sec .apply_for_info .afi_mini_title {
        text-align: center;
    }
    .welcome_sec .apply_for_info .afi_main_title {
        text-align: center;
        width: 100%;
    }
  }
/* CV autofiller JD 28-01-25 CSS End */
