*:focus,
*:active,
*:hover,
html body button:focus,
html body button:hover,
html body .navbar-brand:hover,
html body .navbar-brand:focus,
html body a:hover,
html body a:focus,
 {
    outline: 0px dotted;
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: unset !important;
}
tr:hover a {
/*    color: #2B7FC3 !important;*/
    text-decoration: underline;
}
tr:hover a:hover {
    color: #2B7FC3 !important;
    text-decoration: underline;
}
tr:hover a h5, tr:hover a p {
/*    color: #2B7FC3 !important;*/
    text-decoration: underline;
}
tr:hover a:hover h5, tr:hover a:hover p {
 color: #2B7FC3 !important;
    text-decoration: underline;
}
*:active,
*:focus
 {
    outline: unset !important;
}
.hover-effect {
    transition: all .2s ease-in;
    transform: scale(1);
}
.hover-effect:hover {
    /*transform: scale(1.015);*/
    background: #E8F7FF;
}
.hover-effect-grow:hover {
    box-shadow: 0 8px 15px 0 rgba(119,140,162,0.30) !important;
    transform: scale(1.03);
}
.hover-effect-grow {
    transition: all .2s ease-in;
    transform: scale(1);
}
table.table-ui tbody tr,
table.table-ui tbody tr td a h5  {
    transition: all .3s ease;
}
table.table-ui tbody tr:hover {
    background-color: #E8F7FF !important;
    background: #E8F7FF;
}
table.table-ui tbody tr td a:hover h5 {
    text-decoration: underline;
    color: #2B7FC3;
}
.recent-jobs li h5 {
    transition: all .3s ease-out;
    text-decoration: underline;
    text-decoration-color: transparent;
}
ul.recent-jobs {
    margin-top: 10px !important;
}
.recent-jobs li:hover h5 {
    text-decoration: underline;
    /*text-underline-position: under;*/
    text-decoration-color: #2B7FC3;
    color: #2B7FC3;
}

.border-none {
    border: inherit;
    border: none;
}
.text-decoration-underline {
    text-decoration: underline;
}

.sidebar-sticky::-webkit-scrollbar-track {
    background: red !important;
    border: 0 !important;
}
.navbar .navbar-brand.without-sidebar {
    box-shadow: unset;
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E8ECEF;
}
.navbar .navbar-brand.without-sidebar .logo img {
    width: 85px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #02295C;
    border-color: #02295C;
}
.equal-col{
    /*height: 90%;*/
    /*padding-bottom: 35px;*/
}

/*ul.pagination li.paginate_button.page-item a.page-link {
    width: 35px;
    height: 35px;
}
ul.pagination li.paginate_button.page-item.previous a, ul.pagination li.paginate_button.page-item.next a {
color: transparent;
overflow: hidden;
}
ul.pagination li.paginate_button.page-item.previous a::after, ul.pagination li.paginate_button.page-item.next a::after {
    content: '' !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/icons/pagenation.svg);
    width: 30px;
    height: 30px;
    background-position: 11px 9px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.pagination li.paginate_button.page-item.next a::after {
    background-position: -11px 9px;
}*/
.link ,
a.link {
    color: #0077B7;
    color: #2B7FC3;
    text-decoration: underline;
    font-size: 14px;
        font-weight: bold;
}
a.link.green-color {
    color: #0077B7 !important;
}
a.link:hover {
    text-decoration: none;
}
a.no-effect {
    display: block;
    transition: all .25s ease;
    text-decoration: unset;
    transform: scale(1.015);
}
a.no-effect:hover {
    text-decoration: unset;
    /*opacity: .7;*/
}
h5.comn-title {
    font-size: 18px;
}
.candidate .sidebar-sticky h5.comn-title {
    /*margin-bottom: 20px;*/
}
.comn-title {
    color: #02295C;
    font-weight: 500;
}

.comn-title1 {
    font-size: 18px !important;
    color: #02295C !important;
    /*color: #ff0404 !important;*/
    font-weight: 500 !important;
}
.comn-title2 {
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    color: #02295B !important;
    /*color: #ff0404 !important;*/
}
.comn-title1, .comn-title2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-inner-heading{
    font-style: 18px;
    color: #AAAAAA;
    font-weight: normal;
    margin: 30px 0;
}
.pera {
    font-size: 14px;
    color: #9CAFC3;
        position: relative;
}
.section-style {
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    /*margin-top: 30px;*/
    position: relative;
}
.section-gap-bottom {
    margin-bottom: 30px;
}
.section-gap-top {
    margin-top: 30px;
}
.section-gap-both {
    margin-top: 10px;
    margin-bottom: 30px;
}
.section-style.more-shadow {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
}
.d-inline-table{
    display: inline-table;
}
.skills-round {
    border: 1px solid;
    border-radius: 30px;
    /* height: 25px; */
    float: left;
    line-height: 14px;
    padding: 5px 14px;
        margin-bottom: 1rem;
}

.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.font-normal{
    font-weight: normal;
}
.font-medium {
    font-weight: 500;
}
.font-bold{
    font-weight: 600;
}
.font-11 {
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.date-font {
    font-size: 14px !important;
    line-height: 19px !important;
}
h5.comn-title.font-16,
.font-16{
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-24,
h5.comn-title.font-24{
    font-size: 24px;
}
.max-w-con {
    max-width: 82px;
}   
span.color-info {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    position: absolute;
    left: 3px;
    top: 3px;
}
img.company-logo {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
    /*border: 1px solid #D1D1D1;*/
}
table.table-ui td:first-child a.no-effect {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
table.table-ui td:first-child a.no-effect h5{
    margin: 0;
}
.align-right{
        text-align: right;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.table-status {
    background-color:  #D5F4E0;
 }
.list-style-none {
    list-style: none;
}
.table-scroll {
    width: 100%;
}

.green-blue-shade{
    color: #26C1C9;
}
.dark-blue-shade{
    color: #3F536E;
}
.light-grey-color{
    color: #FAFAFA;
}

.light-blue-shade{
    color: #8DABC4;
}
.light-aqua-shade{
    color: #E5EEF5;
}
.dark-blue-color{
    color: #02295C;
}
.yellow-color {
    color: #FACB05;
}
.blue-color {
    color: #50B5FF;
}
.green-color {
    color: #0ABF53 !important;
}
.charcol-grey-color {
    color: #5D6970;
}

.red-color {
    color: #CA3737;
}
.purple-color {
    color: #AB7DF6;
}
.light-aqua-shade-color{
   color: #E5EEF5;
}
.dark-aqua-shade-color{
   color: #778CA2;
}
.white-color{
    color: #fff;
}
.orange-bg {
    background-color: #FFA372;
}
.purple-bg {
    background-color: #481380;
}
.green-shade-bg {
    background-color: #1EB2A6;
}
.red-shade-bg {
    background-color: #FF5151;
}

.white-bg{
    background-color: #fff;
}
.blue-bg {
    background-color: #50B5FF;
}
.green-bg {
    background-color: #0ABF53;
}
.yellow-bg {
    background-color: #FACB05;
}
.light-grey-bg{
    background-color: #FAFAFA;
}
.red-bg {
    background-color: #CA3737;
}
.dark-blue-shade-bg{
    background-color: #3F536E;
}
.dark-blue-bg{
    background-color: #02295C;
}
.light-blue-shade-bg{
    background-color: #8DABC4;
}
.light-aqua-shade-bg{
    background-color: #E5EEF5;
}
.dim-grey-bg {
    background-color: #EDEDED !important;
}
.grey-bg {
    background-color: #D8D8D8  !important;
}
.charcol-grey-bg {
    background-color: #D5F4E0;
}

.red-alert {
    background-color: #FCE2E2;
}
.yellow-warning {
    background-color: #FEF5CD;
}
a.delete-resources-row {
    position: absolute;
    right: 0;
    top: -1px;
    background: #fff;
    height: 100%;
    padding: 23px 5px 0px 30px;
    z-index: 9;
}
a.delete-resources-row img {
    width: 18px;
}

/*candidate-dashboard.html start*/
.dashboard-card-view {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 58px 0 30px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    transform: scale(1);
    transition: all .5s ease;
}
.dashboard-card-view:hover {
    transform: scale(1.05);
    /*background: #E8F7FF;*/
}
.dashboard-card-view:hover .dashboard-card-title {
    color: #2B7FC3;
    text-decoration: underline;
    text-underline-position: under;
}
.dashboard-card-view .icon-style {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


.dashboard-card-view .icon-style img {
    width: 20px;
}
.dashboard-card-view .counts {
    font-size: 32px;
    color: #02295C;
    line-height: 30px;
    font-weight: bold;
}
.dashboard-card-view .dashboard-card-title {
    margin-top: 20px;
    font-size: 14px;
    color: #5D6970;
    font-weight: 500;
}
.dashboard-card-view .dashboard-card-title.with-progress {
    margin-top: 0;
}
.dashboard-card-view .dashboard-card-title .progress {
    max-width: 100px;
    margin: 6px auto;
    height: 8px;
    border-radius: 15px;
    background-color: #B5EBCB;
    transition: all .3s ease;
}
.dashboard-card-view:hover .progress {
    transform: scale(1.2 , 1.05);
}
.dashboard-card-view .dashboard-card-title .progress .progress-bar {
    background-color: #0ABF53;
    width: 60%;
    transition: all .8s ease;
    transition-delay: .3s;
}
.dashboard-card-view .dashboard-card-title .progress .progress-bar.me-0 {
    width: 0%;
}
.job-matches-profile img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 15px;
    background: #eee;
}
.prvi-work-list .working-web-logo {
    padding-right: 5px;
    width: 30px;
    max-width: 30px;
    text-align: center;
}
.prvi-work-list .working-web-logo img.logo {
    margin-top: 5px;
    width: 26px;
}
.job-matches-profile p.pera {
    margin: 0;
}
.prvi-work-list .work-date {
    min-width: 80px;
    text-align: right;
    font-size: 12px;
        color: #485E7A;
    line-height: 19px;
}
.prvi-work-list .work-details {
    width: calc(100% - 30px - 90px );
}
.prvi-work-list .work-details p.pera {
    line-height: 18px;
        font-weight: 500;
}
.prvi-work-list li a:hover .work-details p.pera:nth-child(1) {
    text-decoration: underline;
    color: #2B7FC3;
}
.prvi-work-list img.list-design {
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 11px;
    position: absolute;
    top: 35px;
    /* width: 4px; */
    transform: translate(-50%, 0px);
}
.prvi-work-list li  {position: relative;}
.prvi-work-list li a {
    margin-bottom: 25px;
    position: relative;
}
section.data-table {
    padding: 50px 0;
}
table.table-ui {
    margin: 50px 0;
    margin-top:0 !important ;
    margin-bottom: 0px;
    /*box-shadow: 0 8px 9px rgba(0, 0, 0, 0.07);*/
    /*border-top: 2px solid #19C556;*/
}
.dataTables_scroll {
    /*border-top: 1px solid #12b24d;*/
       border-radius: 5px;
}
.modal-dialog .dataTables_scroll {
    border-radius: 0 !important;
}
.dataTables_wrapper.dt-bootstrap4 > .row:nth-child(1) {
    display: none;
}
table.table-ui tr {
    background-color: #fff !important;
}
table.table-ui th {
    font-size: 14px;
    font-weight: 600;
    color: #5D6970;
    padding-top: 20px;
    border-top: 1px solid #E9F0F7;
    border-bottom: 1px solid #E9F0F7;
}
table.table-ui thead th {
    color: #8DABC4;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 18px;
}
table.table-ui td {
    border-top: 0;
    border-bottom: 1px solid rgba(183, 210, 228, .8);
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 90px;
    /*height: 75px;*/
    vertical-align: middle;
}

table.table-ui h5 a{
    color: #02295c;
}
table.table-ui h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    color: #02295c;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
table.table-ui p {
    color: #5D6970;
    font-size: 14px;
    margin: 0;
}
.candidate-application-status table.table-ui p {
    font-size: 14px;
}
.candidate-application-status table.table-ui p.status-root {
    font-size: 12px;
}
span.vertical-style-text {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 11px;
    float: left;
    margin-top: 16px;
}
.table-status {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    color: #4B4045;
    margin-bottom: 4px;
    position: relative;
    margin-top: 7px;
    font-size: 12px;
    max-width: calc(100% - 26px);
    z-index: 9;
    /*word-break: break-all;*/
}
table#YourReferrals td .table-status.simple-ui {
    margin: 6px 0 5px;
}
.table-status.no-count {
    margin-top: 4px;
}

.table-status:before {
    content: attr(count);
    background: #000;
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: -2px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;

}
.table-status.no-count:before {
    opacity: 0;
    display: none;
}
table.table-ui p.status-root {
    padding: 0 0px 0 27px;
    display: inline-block;
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
}
.table-responsive-ui{
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.07);
    margin: 50px 0;
}
.table-responsive-ui table.table-ui {
    box-shadow: unset;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.table-status.simple-ui {
    padding: 4px 10px;
    border-radius: 15px;
    text-align: center;
}
td .table-status.simple-ui {
    min-width: 120px;
        max-width: 100%;
}
.table-status-right td:last-child {
    /*text-align: right;*/
}
table.table-ui td:last-child .d-flex.justify-content-between a {
    width: 33.3%;
    text-align: left;
}
table.table-ui td:last-child .d-flex.justify-content-between {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.skills ul {
    width: 100%;
    max-width: calc(100% - 40px);
    display: inline-block;
}
.skills>.pera {
    float: left;
}   

/*candidate-dashboard.html end*/


/*candidate-home.html start*/
.candidate-home-filter .form__group {
    margin: 0;
}
.candidate-home-filter .form__group input {
    border: 0;
    z-index: 99;
    position: relative;
}
.candidate-home-filter .form-signin{
    border-radius: 12px;
    overflow: hidden;
}
.candidate-home-filter a.btn.btn-lg.btn-primary.btn-block {
    padding: 16px 1rem;
    height: 56px;
    border-radius: 0px 6px 6px 0px;
    font-size: 16px;
    line-height: 25px;
}
.candidate-home-filter .form__group label.form__label img {
    width: 10px;
    margin-right: 5px;
}
.form__field:placeholder-shown ~  label.form__label img {
    width: 16px;
    margin-right: 5px;
}
.candidate-home-filter {
    /*padding: 10px 20px;*/ 
    display: block;
    margin-bottom: 15px;
}
.candidate-home-filter .align-left a.btn {
    min-width: 95px;
    height: 35px;
    line-height: 35px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: bold;
}
.candidate-home-filter .job-search-filter-form .form-group {
    border-left: 1px solid #F1F1F5;
}
form.job-search-filter-form .row > div:first-child .form-group {
    border-left: 0;
}
.candidate-home-gap {
    /*padding: 0px 20px;*/
}
.Job-matches-for-you .company-details img.company_logo {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    /*border: 1px solid #D1D1D1;*/
    margin-right: 20px;
}
ul.recruiter-wise-candidates-submitted li.section-style {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
}

.Job-matches-for-you.jobs-applied .xs-px-0-section-style.recruiter-wise-candidates-submitted li a .other-info.row {
    margin: 0;
}

ul.recruiter-wise-candidates-submitted li.section-style .circle-progress-bar .progress {
    width: 52px;
    height: 52px;
    margin: auto;
}
ul.recruiter-wise-candidates-submitted li.section-style .circle-progress-bar .progress span.progress-bar,
ul.recruiter-wise-candidates-submitted li.section-style .progress::after {
    border-width: 4px;
}
ul.recruiter-wise-candidates-submitted li.section-style .circle-progress-bar .progress .progress-value div {
    font-size: 16px;
}
ul.recruiter-wise-candidates-submitted li.section-style .circle-progress-bar {
    margin: auto;
}
.Job-matches-for-you .post-by-details {
    margin-top: 20px;
}
.Job-matches-for-you .post-by-details p.pera.show-job-details {
    color: #5D6970;
    margin: 0;
    margin-right: 20px;
    display: inline-block;
}
.Job-matches-for-you .company-details h4.comn-title {
    font-size: 18px;
}
.emp-dshbrd-jobs.Job-matches-for-you .company-details h4.comn-title {
    font-size: 18px;
    font-weight: 500;
}

.emp-dshbrd-jobs .company-details p.pera.show-job-details {
    text-align: left;
    width: 19%;
    margin-right: 0 !important;
}
.emp-dshbrd-jobs .company-details p.pera.show-job-details span {
    width: 100%;
    display: inline-block;
}
.recruiter-dashboard-Jobs .company-details p.pera.show-job-details{
     text-align: left;
    width: 19%;
    margin-right: 0 !important;
}
.recruiter-dashboard-Jobs .company-details p.pera.show-job-details span {
    width: 100%;
    display: inline-block;
}
.candidate-home .company-details p.pera.show-job-details{
     text-align: left;
    width: 19%;
    margin-right: 0 !important;
}
.candidate-home .company-details p.pera.show-job-details span {
    width: 100%;
    display: inline-block;
}
.candidate-company-list-light  .Job-matches-for-you .company-details p.pera {
    text-align: left;
    width: 19%;
    margin-right: 0 !important;
}
.candidate-company-list-light .Job-matches-for-you .company-details p.sub-text {
    width: 100%;
}
.candidate-company-list-light .company-details p.pera span {
    width: 100%;
    display: inline-block;
}
.account-manager-employer-job-listing .company-details p.pera.show-job-details{
     text-align: left;
    width: 19%;
    margin-right: 0 !important;
}
.account-manager-employer-job-listing .company-details p.pera.show-job-details span {
    width: 100%;
    display: inline-block;
}


.Job-matches-for-you a:hover .company-details h4.comn-title{
    /*text-underline-position: under;*/
    text-decoration: underline;
    color: #2B7FC3;
}
.Job-matches-for-you  a:hover {
    text-decoration: none;
}
.recent-jobs li {
    border-bottom: 1px solid #E5EEF5;
}
.recent-jobs li a.no-effect {
    padding: 20px 25px ;
}
.recent-jobs li h5 {
    color: #02295C;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.recent-jobs h5.comn-title.font-16 {
    margin-top: 8px;
}

.recent-jobs li .pera.font-medium {
    margin-bottom: 8px;
    font-weight: normal;
}
.recent-jobs li .pera {
    font-size: 14px;
    margin: 0;
}
.sidebar-sticky-collapse {
    padding: 15px 25px;
    border: 1px solid;
    border-width: 1px 0 0;
}
.sidebar-sticky-collapse.Candidate-Profile {
    padding: 20px 25px;
}
.section-style .sidebar-sticky-collapse {
    padding: 25px 35px !important;
}
.section-style .sidebar-sticky-collapse hr {
    opacity: 0;
    margin: 20px 0 !important;
}
.sidebar-sticky-collapse .collapse {
    /*overflow: hidden;*/
    /*padding: 0 10px !important;*/
    transition: all .5s ease;
}
.sidebar-sticky-collapse h5 img {
    width: 13px;
    transition: all .5s ease-in;
    transform: rotate(0deg);
    margin-right: 0px;
}
.sidebar-sticky-collapse [aria-expanded="true"] img {
    transform: rotate(180deg);
}
.sidebar-sticky-collapse h5[data-toggle="collapse"] {
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.section-style .sidebar-sticky-collapse h5 {
    padding: 0;
    line-height: 18px;
}
.section-style .sidebar-sticky-collapse hr {
    opacity: 0;
    margin: 10px 0 !important;
    display: none;
}
.sidebar-sticky-collapse h5.comn-title ,
.sidebar-sticky-collapse h5.comn-title1 {
    font-size: 16px !important;
}
.sidebar-sticky .px-4.py-3.align-right {
    padding: 10px 0px 0 !important;
}
.sidebar-sticky .px-4.py-3.align-right a.link {
    font-size: 12px;
}
.job-search-filter-form .form-group .form-control.icon-gap,
.dropdown.bootstrap-select.icon-gap .dropdown-toggle {
    padding-left: 45px;
        outline: unset;
}
.sidebar-sticky-collapse .custom-control.custom-checkbox label.custom-control-label {
    font-size: 14px;
}
.sidebar-sticky-collapse .custom-control.custom-checkbox label.custom-control-label::before, .sidebar-sticky-collapse .custom-control.custom-checkbox label.custom-control-label::after {
    width: 14px;
    height: 14px;
    top: 3px !important;
    left: 5px !important;
    background-size: 75% 75% !important;
    background-position: center !important;
}
.form-group {
    position: relative;
}
.job-search-filter-form .form-group img.set-by-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9;
}

/*candidate-home.html end*/


/*candidate-job-detail-information.html start*/
.candidate-icon-center img{
    margin: auto;
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50px;
    border: 1px solid #000;
}
img.candidate-company-information-light {
    width: 100%;
    object-fit: cover;
}
.candidate-icon-center {
    width: 92px;
    height: 92px;
    background: #bbb;
    position: relative;
    top: -45px;
    border: 10px solid #fff;
    box-sizing: border-box;
    border-radius: 50px;
    margin: auto;
}
.job-releted-company-details p.pera {
    margin-bottom: 5px;
}
.job-releted-company-details a {
    margin-bottom: 10px;
    display: inline-block;
}
.job-releted-company-details a div, .job-releted-company-details a{
    transition: all .3s ease-out;
}
 .job-releted-company-details a:hover {
    color: #2B7FC3;
    text-decoration: underline;
    /*text-underline-position: under;*/
}
.stick-top {
    transform: scaleY(0);
    transition: all .3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    top: 0px;
}
.stick-top.fixed {
    transform: scale(1);
    position: fixed;
    top: 63px;
    z-index: 99;
    padding: 10px;
}
.stick-top .btn-primary {
    border-color: #2B7FC3 !important;
    background-color: #2B7FC3 !important;
    color: #fff;
}
.stick-top .btn-primary:hover {
    /* border-color: #fff !important; */
    /* background-color: #fff !important; */
    /* color: #2B7FC3; */
    text-decoration: underline;
    text-underline-position: under;
    transition: all .5s ease-in;
}
.sidebar-sticky-collapse .collapse.required-candidate-collapse {
    padding:  0px !important;
}
.section-style .sidebar-sticky-collapse .required-candidate-collapse ,
.section-style .sidebar-sticky-collapse .collapse {
    margin: 20px 0 0;
}
.section-style .sidebar-sticky-collapse textarea.form-control {
    border-radius: 4px 4px;
    margin-bottom: 0 !important;
    border: #d3d3d3 solid 1px !important;
}
.highlight-description.with-label label {
    font-size: 14px;
    color: #5D6970;
    margin-bottom: 10px;
}
.highlight-description p {
    background-color: #F5F8FE;
    font-size: 14px;
    color: #02295C;
    letter-spacing: -0.23px;
    padding: 15px 25px;
    background-color: #F9F9F9;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 17px 15px !important;
    word-break: break-all;
}
.collapse .row:last-child .highlight-description p {
    margin-bottom: 20px;
}
.recent-interview-jobs.highlight-description p {
    background-color: #E8F7FF;
}
.recent-interview-jobs.highlight-description:nth-child(odd) p {
    background-color: #CDEEFF;
}
.highlight-description p.cover-edge {
    border-radius: 5px;
    margin-bottom: 20px;
}
.modal-content {
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
}
.modal-content h4.modal-title {
    font-size: 18px !important;
    color: #02295C !important;
    /* color: #ff0404 !important; */
    font-weight: bold !important;
}
.candidate-flow-modal .modal-header, .candidate-flow-modal .modal-footer {
    border: 0;
}
.candidate-flow-modal {
    padding-right: 0 !important;
}
.job-details-info-about-company .comn-title{
    margin-bottom: 20px !important;
    font-size: 18px !important;
}
.job-details-info-about-company p.pera {
    font-size: 14px;
    line-height: 26px;
    color: #5D6970;
    margin: 0;
}
.job-details-info-about-company li {
    margin-bottom: 10px;
}
.job-details-info-about-company{
    padding: 20px 25px; 
}
ul.list-style-gap {
    padding-left: 16px;
}
/*candidate-job-detail-information.html end*/


/*candidate-refer-friend.html start*/
form.comn-form .btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
}
form.comn-form .form-control {
    border-radius: 5px;
    resize: none;
    font-weight: normal;
    font-size: 18px;
}
form.comn-form textarea.form-control {
    min-height: 125px;
}
/*candidate-refer-friend.html end*/




/*candidate-application-status.html start*/

nav.candidate-flow-breadcrumb .breadcrumb {
    background: transparent;
}
nav.candidate-flow-breadcrumb .breadcrumb-item::before {
    content: ">";
}
nav.candidate-flow-breadcrumb li.breadcrumb-item:first-child::before {
    display: none;
}

.table-breadcrumb .breadcrumb-contant {
    width: 80px;
    padding: 0 5px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}
.table-breadcrumb .breadcrumb-contant p{
    margin: 1px 0px 0px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}
.dataTables_scrollBody table.table-ui {
    border-top: 0;
        margin-bottom: 0;
    font-size: 14px;
}
.no_dataTables_length .dataTables_length {
    display: none;
}
.dataTables_paginate .pagination {
    margin-left: auto;
    width: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    padding-right: 20px;
}
.Job-matches-for-you.jobs-applied li.section-style p.pera span {
    display: inline-block;
}

/*candidate-application-status.html end*/

a.refer-friend-link {
/*    font-size: 16px;
    text-decoration: underline;
    color: #2B7FC3;
    padding-left: 0px;
    position: absolute;
    right: 0;
    top: 18px;*/
}
a.refer-friend-link img {
    margin-right: 10px;
}
.section-dev-or {
    margin: 40px 0;
    text-align: center;
}
.section-dev-or div {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
   display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
    background: #DFDFDF;
    color: #02295C;
    border-radius: 50px;
}
input.form-control.refer-friend-input {
    /*background-color: transparent !important;
    border-radius: 0;*/
}
.candidate-company-list-light ul li .all-details {
    width: 100%;
}


/*recruiter-dashboard.html start*/
.recruiter-dashboard table.table-ui th {
/*color: #3F536E;*/
}
 .recruiter-dashboard table.table-ui h5 {
    font-size: 16px;
    color: #5D6970;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    width: 100%;
}
.recruiter-dashboard table.table-ui tr td:first-child h5 {
    margin-top: 10px;
}
.recruiter-dashboard table.table-ui .progress.progress-bar-big {
    width: 54px;
    height: 54px;
}
.recruiter-dashboard table.table-ui .progress.progress-bar-big .progress-value div {
    font-size: 14px;
}
.recruiter-dashboard table.table-ui .progress.progress-bar-big:after, .recruiter-dashboard table.table-ui .progress.progress-bar-big span.progress-bar {
    border-width: 3px;
}
.recruiter-dashboard table.table-ui .progress.progress-bar-big:after, .recruiter-dashboard table.table-ui .progress.progress-bar-big span.progress-bar {
    border-width: 4px;
}
.recruiter-dashboard table.table-ui td {
    vertical-align: middle;
}
hr.h-2 {
    height: 2px;
}
.recruiter-dashboard .dataTables_scroll, table.table-ui th {
    border-top: 0;
}
.location-date {
   display: -moz-box;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.location-date p.pera {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin: 0;
}

/*recruiter-dashboard.html end*/


/*recruiter-dashboard-job.html start*/
ul.candidates-matches-4-you {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    /*border-top: #0ABF53 solid 1px;*/
}
ul.candidates-matches-4-you li {
    border-bottom: 1px solid #E5EEF5;
    padding: 30px 16px 30px;
   display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s ease;
}
ul.candidates-matches-4-you li:hover{
    background-color: #E8F7FF !important;
}
ul.candidates-matches-4-you li:hover a{
/*color: #2B7FC3;*/
text-decoration: underline;
}
ul.candidates-matches-4-you li:hover a:hover{
color: #2B7FC3;
text-decoration: underline;
}


ul.candidates-matches-4-you.on-dashboard li {
    padding: 29px 16px;
}
ul.candidates-matches-4-you li img.candidates-matches-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
        margin-right: 15px;
}
ul.candidates-matches-4-you li .candidates-details {
    width: calc(100% - 60px);
}
ul.candidates-matches-4-you li .candidates-details h3.name {
    font-size: 16px;
    font-weight: 500;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data .progress {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    vertical-align: middle;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data .progress:after,
ul.candidates-matches-4-you li .candidates-details .candidates-data .progress .progress-bar {
    border-width: 3px;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data .progress .progress-value div {
    font-size: 10px;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data .circle-progress-bar {
    width: 70px;
    min-width: 50px;
    border-right: 1px solid #E5EEF5;
    margin: 0;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data {
    display: -moz-box;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data .prvi-info p {
    margin: 0;
    padding-left: 10px;
}  

ul.candidates-matches-4-you li .candidates-details .candidates-data .prvi-info p {
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    color: #02295C;
}
ul.candidates-matches-4-you li .candidates-details .candidates-data .prvi-info p.company-name {
    color: #5D6970;
    font-size: 14px;
}
.filter-control-sec {
    position: relative;
}
.filter-control-sec a.btn.btn-outline-primary.back-btn {
    min-width: 55px;
    padding: 5px 12px 4px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    right: 15px;
    left: unset;
    font-weight: 500;
    font-size: 14px;
}
.recruiter-dashboard-jobs-view img.company-logo {
    width: 32px;
    height: 32px;
    border: 0px solid #D1D1D1;
    margin-top: -4px;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .prvi-info p {
    padding: 0;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .prvi-info p.company-name {
    color: #02295C;
} 
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .prvi-info p.company-name span{
    color: #5D6970;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details {
    width: 100%;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .prvi-info {
    flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    border-right: 1px solid #D8D8D8;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .date {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    display: -moz-box;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .date.text-right {
    text-align: left !important;
    margin-left: auto !important;
    padding-left: 15px;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .prvi-info h3.name {
    margin: 0;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .prvi-info p.candidates-designation {
    margin-bottom: 5px;
}
ul.candidates-matches-4-you.on-dashboard li .candidates-details .candidates-data .date p {
    margin: 0;
    padding: 0 0 0 12px;
    width: 100%;
    box-sizing: border-box;
    color: #5D6970;
    font-size: 12px;
}
/*recruiter-dashboard-job.html end*/

/*recruiter-dashboard-candidate-submission-account-manager.html start*/
form.comn-form.candidate-submission-account-form .form-control {
    border-radius: 0;
}
.candidate-submission-detail-bar .block:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    height: 80%;
    width: 1px;
    background: #D8D8D8;
    transform: translate(0px, -50%);
}
.candidate-submission-detail-bar .block:last-child::after {
    opacity: 0;
}

.candidate-submission-detail-bar .block h4 {
    font-size: 16px !important;
    color: #053068;
    margin-bottom: 2px;
}
.candidate-submission-detail-bar .block p.pera {
    font-size: 14px;
        margin: 0;
    font-weight: normal;
    color: #5D6970;
}
.candidate-submission-detail-bar .block p.pera.posTime {
    font-size: 14px;
}
.candidate-submission-detail-bar .block h5 {
    color: #053068;
    font-weight: 400;
    font-size: 24px;
}
.candidate-submission-detail-bar .block h4.posTime {
    font-weight: 400;
    font-style: 14px;
}
form.job-search-filter-form > div > div:first-child input {
    padding-left: 50px !important;
}
form.job-search-filter-form > div > div:first-child img.set-by-position {
    left: 20px;
}
.candidate-submission-detail-bar .row {
    margin: 0;
}
.candidate-submission-detail-bar .block {
    padding: 20px;
}
.section-style .uploader label {
    float: unset;
    margin: 0;
}
section.section-style.uploade-resume {
    padding-bottom: 50px;
}
/*recruiter-dashboard-candidate-submission-account-manager.html end*/


/*recruiter-dashboard-candidates-profile.html start*/
.collapse-style2 .collapse-heading{
    background: #02295C;
    color: #fff;
}
.collapse-style2 {
    margin-bottom: 30px;
}
.collapse-style2:last-child {
    margin-bottom: 10px;
}
.collapse-style2 h5.comn-title {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding: 22px;
    margin-bottom: 0px;
        transition: all .5s ease-in;
}
.collapse-style2 h5.comn-title span {
    font-size: 18px;
    position: relative;
}
.collapse-style2 h5.comn-title span.small-text {
    font-size: 14px;
}
.collapse-style2 h5.comn-title span.divider {
    padding-right: 6px;
}
h5.comn-title span.divider:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 110%;
    width: 1px;
    background: #fff;
    top: 50%;
    transform: translate(0px, -50%);
}
.collapse-style2 h5.comn-title span {
    font-size: 18px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
[aria-expanded="false"] img.collapse-icon ,
[aria-expanded="true"] img.collapse-icon ,
.collapse-style2 h5.comn-title img.collapse-icon {
    margin: 0;
    position: absolute;
    width: 32px;
    transition: all 300ms ease-in;
    right: 20px;
    opacity: 1;
    top: 50%;
    transform: translate(0px, -50%) rotate(90deg);
}
[aria-expanded="true"] img.collapse-icon ,
.collapse-style2 h5.comn-title[aria-expanded="true"] img.collapse-icon {
       transform: translate(0px, -50%) rotate(0deg);
}
[aria-expanded="true"] img.collapse-icon.open ,
.collapse-style2 h5.comn-title[aria-expanded="true"] img.collapse-icon.open {
    opacity: 0;
}
.collapse-style2 .collapse {
    padding: 0 !important;
}
.collapse-style2 .collapse .pre-screen-questionnaire .question  ,   
.collapse-style2 .collapse .pre-screen-questionnaire .answer  {
    padding-left: 10px;
}
.pre-screen-questionnaire {
    margin-top: 40px;
}
.pre-screen-questionnaire .question {
    color: #02295C;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.pre-screen-questionnaire .answer {
    font-weight: normal;
    font-size: 18px;
    color: #5D6970;
    padding-left: 25px;
    margin-bottom: 60px;
}


/*recruiter-dashboard-candidates-profile.html end*/
section.section-style.candidate-submission-detail-bar img.avtar-img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}

.modal-body table.table-ui {
    text-align: left;
}

.candidate-tracking-list{
    width: 100%;
    display: inline-block;
}




a.share-this {
    border-radius: 12px;
    background: #fff;
    transition: all .15s ease-out;
}
a.share-this:hover {
    background: #2B7FC3;
    /* filter: brightness(2); */
}

a.share-this:hover img {
    filter: brightness(2);
}
.status-in-line span.table-status {
    margin: 0;
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 5px;
}
.applications-pending-approval img.candidates-photo {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 10px;
    object-fit: cover;
}

.p-relative{
    position: relative;
}
a.btn.btn-primary.delete-btn {
    background-color: #FC5A5A;
    border-color: #FC5A5A;
}
.btn .btn-icon {
    width: 17px;
    margin-top: -3px;
    margin-right: 5px;
}
a.btn.btn-primary.delete-btn:hover {
    background-color: #f91313 !important;
    border-color: #f91313 !important;
}
.btn.outline-gray {
    border-color: #D8D8D8;
    color: #bdbdbd;
}
.form__group.field.personal-info-edit {
    padding-top: 0;
}
.form__group.field.personal-info-edit select.custom-select {
    padding-top: 18px;
}
.form__field.placeholder::placeholder ,
textarea.placeholder::placeholder 
{
    color: #8596AD !important;
     opacity: 1; 
}
.post-ui .form__group .custom-select {
    height: 42px;
    font-size: 18px;
    padding: 7px 15px;
}
.post-ui .sidebar-sticky-collapse .collapse.required-candidate-collapse.show {
    overflow: visible;
}
.custom-editable-input {
    color: #02295c;
    font-size: 18px;
    padding: 7px 15px;
    border-bottom: 1px solid #d3d3d3;
        text-align: left;
}
.custom-editable-input a.select-label {
    margin-left: 0;
}
.custom-editable-input div[contenteditable="false"] {
    display: inline-block;
}

.candidate-information-expanded {
    padding: 35px 0 !important;
    margin-top: -35px !important;
    transition: all .2s ease;
}
[aria-expanded="false"].candidate-information-expanded {
    padding: 0px 0 !important;
    margin-top: 0px !important;
}

.action-remove-block .delete-field-wrapper {
    padding-left: 20px;
    border-left: 1px solid #eaeaea;
    margin-left: 20px;
    /*background: #fff;*/
}
.action-remove-block {
    width: 100%;
    background: #F9F9F9;
    /* background: #aaa; */
    padding: 0px 20px;
    /*padding-right: 0;*/
}
.action-remove-block .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.action-remove-block .form__group, .action-remove-block label.form__label, .action-remove-block .custom-select-dropdown .dropdown-toggle {
    background: transparent;
}
.action-remove-block .field-wrapper {
    width: 100%;
    margin: 10px 0;
}

/*light-box*/
ul.certificate-profile-shown {
   display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
ul.certificate-profile-shown li {
    margin-right: 3%;
    width: 30.3%;
    margin-bottom: 15px;
    min-width: 100px;

}

a.certificate-lightBox {
    border: 5px solid #d8d8d8;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
a.certificate-lightBox::before, a.certificate-lightBox::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: #02295C;
    opacity: 0;
    transform: scale(1);
    transition: all .15s ease-in;
}
a.certificate-lightBox::after {
    background-color: transparent;
    background-image: url(../images/Combined-Shape.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
a.certificate-lightBox:hover::before{
    opacity: .8;
    transform: scale(1);
}
 a.certificate-lightBox:hover::after {
    opacity: 1;
    transform: scale(1);
        transition-delay: .1s;
}
a.certificate-lightBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*light-box*/

.recruiter-dashboard table.table-ui td:nth-child(3) a {
    font-size: 14px;
}
.recruiter-dashboard table.table-ui td:nth-child(2) a {
    font-size: 14px;
}
.modal-dialog li.section-style.section-gap-bottom.more-shadow {
    box-shadow: unset !important;
    margin-bottom: 1px;
    /* background: #eee; */
    border-radius: 0;
    border-bottom: 1px solid #eee !important;
    transform: scale(1);
}
.modal-dialog li.section-style.section-gap-bottom.more-shadow img.border {
    border: 0 !important;
}
.modal-dialog li.section-style.section-gap-bottom.more-shadow label.custom-control-label {
    cursor: pointer;
}

p.uploader-file-name img.file-icon {
    width: 20px;
    margin: 0 5px;
}
p.uploader-file-name a.remove-file {
    padding-left: 10px;
}
p.uploader-file-name {
    color: #778CA2;
    font-size: 16px;
    font-weight: 500;
}
















@media only screen and (max-width: 1199px) {
    ul.certificate-profile-shown li {
    margin-right: 2%;
    width: 30%;
    margin-bottom: 15px;
    min-width: 70px;
    }
    .account-manager-employer-job-listing .company-details .mt-4{
display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }
    
        .candidate-home-gap .Job-matches-for-you .post-by-details {
       display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }
    .emp-dshbrd-jobs .company-details p.pera.show-job-details {
        width: 30%;
        float: left;
    }
    .account-manager-employer-job-listing .company-details p.pera.show-job-details{
        width: 30%;
    }
    .recruiter-dashboard-Jobs .company-details p.pera.show-job-details{
        width: 30%;
    }
    .candidate-home .company-details p.pera.show-job-details{
        width: 30%;
    }
    .candidate-company-list-light .Job-matches-for-you .company-details .show-job-details p.pera{
        width: 30%;
    }
    .candidate-company-list-light .company-details .show-job-details {
   display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
    .emp-dshbrd-jobs .company-details p.pera.show-job-details{
    margin-bottom: 10px !important;
}
.recruiter-dashboard-Jobs .company-details p.pera.show-job-details{
    margin-bottom: 10px !important;
}
.candidate-home .company-details p.pera.show-job-details{
    margin-bottom: 10px !important;
}
    .circle-progress-bar {
        margin-left: -50px;
    }
.db-slider .carousel-control-prev {
    left: -24px;
    width: 30px;
}
.db-slider .carousel-control-next {
    right: -24px;
    width: 30px;
}
    
    
}

@media only screen and (min-width: 992px) {

    

    img.graph-dashbord{
        min-height: 281px;object-fit: contain;
    }
    .application-status-n-breadcrumb {
       display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-pack: justify !important;
justify-content: space-between !important;
    }
    .application-status-n-breadcrumb .table-breadcrumb.w-100 {
        width: auto !important;
    }
}
@media only screen and (max-width: 991px) {
    .icons-with-input img.icons-on-input {
        bottom: 36%;
        width: 16px;
        right: 4px;
    }
    .icons-with-input input{
        padding-right: 22px !important;
    }
    ul.certificate-profile-shown li {
    margin-right: 2%;
    width: 18%;
    margin-bottom: 15px;
    min-width: 70px;
    }
    img.graph-dashbord{
        min-height: auto;
    }
    .emp-dshbrd-jobs .company-details p.pera.show-job-details {
        width: 20%;
        float: left;
    }

    .Job-matches-for-you.jobs-applied ul li {
        padding: 10px !important;
    }
    .Job-matches-for-you.jobs-applied .xs-px-0-section-style .section-style a {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }

    .Job-matches-for-you.jobs-applied .xs-px-0-section-style li {
        padding: 2rem!important;
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
    .Job-matches-for-you.jobs-applied ul li .company-details img.company_logo {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        margin: 0;
        margin-right: 15px;
        border: 0px !important;
    }
   
    .Job-matches-for-you.jobs-applied ul li p.pera span.table-status {
        padding: 4px 7px;
        font-size: 12px;
    }
    .circle-progress-bar {
        margin-left: -20px;
    }

    .dashboard-card-view .icon-style {
    width: 40px;
    height: 40px;
    border-radius: 8px;
        margin-bottom: 30px;
    }
    .dashboard-card-view {
        padding: 30px 15px;
        margin-top: 40px;
        position: relative;
        min-height: 136px;
    }
    .dashboard-card-view .dashboard-card-title {
        min-height: 38px;
        margin-top: 10px;
        line-height: normal;
    }
    .dashboard-card-view .counts {
        font-size: 24px;
        line-height: 28px;
    }
    .dashboard-card-view .dashboard-card-title .progress {
        margin: 2px auto;
        height: 6px;
        width: 65px;
    }
    .dashboard-card-view .dashboard-card-title.with-progress {
    margin-top: 0px;
    }
    .section-style {
        /*margin-bottom: 30px;*/
    }
    .progress.round-w115 {
        width: 70px;
        height: 70px;
    }
    .Job-matches-for-you .progress-div {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
    }
    .Job-matches-for-you .progress-div .progress .progress-value div {
        font-size: 16px;
    }
    .Job-matches-for-you .progress-div .progress span.progress-bar, .Job-matches-for-you .progress-div .progress::after {
        border-width: 4px;
    }

    .candidate-submission-detail-bar .block:nth-child(even)::after {
        opacity: 0;
    }

}
@media only screen and (max-width: 768px) {

    .Job-matches-for-you .other-info.row {
        padding-right: 0;
    }

.candidate-jobs-applied .Job-matches-for-you .other-info.row p span.table-status {
    max-width: 100%;
}
        .Job-matches-for-you li.section-style {
        margin-top: 0 !important;
    /*    margin-bottom: 10px !important;*/
    }
    .db-slider .carousel-control-next{
        right: -12px;
    }
    .db-slider .carousel-control-prev {
        left: -12px;
    }
    .db-slider .carousel-control-next, .db-slider .carousel-control-prev {
        
        width: 20px;
        top: 46px;
    }

  span.vertical-style-text {
      /*transform: rotate(0deg);
      width: 100%;
      margin: 0;*/
  }
  .table-status:before {
      right: 0;
      left: unset;
  }

  table.table-ui p.status-root {
    /*padding: 0;*/
    margin-top: 4px;
  }
  table.table-ui th{
        min-width: 150px;
  }
  table.table-ui,
  section.data-table .table-responsive {
      box-shadow: unset;
  }

  .row.scroll-here {
      padding: 0 15px;
  }
  .scroll-here [class*="col-"] {
      padding: 0;
      overflow-y: hidden;
      overflow-x: auto;
  }
  .job-search-filter-form .form-group .form-control.icon-gap, .dropdown.bootstrap-select.icon-gap .dropdown-toggle {
        border-radius: 0px;
    }
    


    ul.recruiter-wise-candidates-submitted li.section-style .other-info p:nth-child(3),
    ul.recruiter-wise-candidates-submitted li.section-style .other-info p:nth-child(4) {
    border: 0;
    }

    .Job-matches-for-you.jobs-applied .xs-px-0-section-style.recruiter-wise-candidates-submitted li a .other-info.row {
        margin-top: 10px;
        padding-right: 0;
        padding-left: 80px;
        -webkit-box-align: flex-start !important;
        -ms-flex-align: flex-start !important;
        align-items: flex-start !important;
    }
    ul.recruiter-wise-candidates-submitted li.section-style .other-info p span {
    margin-top: 1px !important;
    }
    ul.candidates-matches-4-you{
         display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
    }

    ul.candidates-matches-4-you li {
        border-bottom: 1px solid #E5EEF5;
        padding: 25px 16px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        display: -moz-flex;
        width: 47%;
    }
    ul.candidates-matches-4-you li:nth-child(odd) {
        margin-right: 6%;
    }





}



@media only screen and (max-width: 767px) {

    .emp-dshbrd-jobs .company-details p.pera.show-job-details {
        width: 50%;
        float: left;
    }
    .account-manager-employer-job-listing .company-details p.pera.show-job-details{
        width: 50%;
    }
    .recruiter-dashboard-Jobs .company-details p.pera.show-job-details{
        width: 50%;
    }
    .candidate-home .company-details p.pera.show-job-details{
        width: 50%;
    }
    .candidate-company-list-light .Job-matches-for-you .company-details .show-job-details p.pera{
        width: 50%;
    }
    ul.certificate-profile-shown li {
            margin-right: 5%;
    width: 45%;
        margin-bottom: 15px;
        min-width: 70px;
    }
    .section-style .sidebar-sticky-collapse {
        padding: 35px 20px !important;
    }
    .job-details-info-about-company {
        padding: 35px 20px;
    }
        a.delete-resources-row {
            position: absolute;
            right: 0px;
            top: inherit;
            bottom: 0;
            background: #fff;
            height: 40px;
            padding: 7px 5px;
        }
        .xs-mb-125{
        margin-bottom: 100px !important
        }
        .xs-px-15{
        padding-left: 15px !important;
        padding-right: 15px !important;
        }
        .job-search-filter-form .form-group .form-control.icon-gap, .dropdown.bootstrap-select.icon-gap .dropdown-toggle {
        border-radius: 6px;
        }
        .recruter-edit .section-style .sidebar-sticky-collapse {
          padding: 40px 0 !important;
        }


        .candidate-home-filter .job-search-filter-form .form-group {
            border-left: 0px none;
            margin-bottom: 10px;
        }

        ul.recruiter-wise-candidates-submitted li.section-style .other-info p {
        border: 0 !important;
        }
        ul.recruiter-wise-candidates-submitted li.section-style .circle-progress-bar .progress.progress-bar-big {
        width: 60px;
        height: 60px;
        }

        ul.recruiter-wise-candidates-submitted li.section-style .circle-progress-bar .progress-value div {
        font-size: 16px;
        }
        form.job-search-filter-form > div > div:first-child input {
        padding-left: 45px !important;
        }
        form.job-search-filter-form > div > div:first-child img.set-by-position {
        left: 15px;
        }
        .table-breadcrumb .breadcrumb-contant {
        width: 100%;
        text-align: left;
   display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       -ms-flex-pack: justify !important;
justify-content: space-between !important;
        margin-bottom: 0;
        background: #f1f1f1;
        padding: 3px 10px;
        border: 1px solid #f1f1f1;
        border-width: 0px 1px;
        }
        .table-breadcrumb .breadcrumb-contant:nth-child(even) {
        background: transparent;
        }

        .table-breadcrumb .breadcrumb-contant p {
        float: right;
        }

        .xs-dashboard-card-view .col-6:nth-child(odd) {
        padding-right: 8px;
        }
        .xs-dashboard-card-view .col-6:nth-child(even) {
        padding-left: 8px;
        }
        a.share-this {

        margin-left: 10px !important;
        }
        .candidate-home-filter a.btn.btn-lg.btn-primary.btn-block {
        border-radius: 6px;
        }
        .candidate-home-filter a.btn.btn-lg.btn-primary.btn-block {
        border-radius: 6px;
        }

        .job-search-filter-form .form-group .form-control {

        border-radius: 0px 0 0 0px;
        }

        .circle-progress-bar {
        margin-left: 0px;
        }
        .stick-top.fixed {
        top: 110px;
        }
        .job-requirement-4-candidate {
        margin: 25px 0 0;
        display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        }
        .job-requirement-4-candidate > div {
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
        text-align: left;
        padding: 0 !important;
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        }
        .job-requirement-4-candidate > div p {
        max-width: 50%;
        display: inline-block;
        font-size: 14px;
        }
        .job-requirement-4-candidate > div p.pera.dark-blue-color {
        font-size: 15px;
        }
        .stick-top h4.comn-title {
        font-size: 18px;
        }
        .stick-top .font-18 {
        font-size: 14px;
        margin-bottom: 10px !important;
        }
        .highlight-description.with-label label {
        margin-bottom: 5px;
        }
        .highlight-description p {
        padding: 15px 15px;
        font-size: 14px;
        }
        .candidate-refer-friend-form .mt-5 {
        margin-top: 0 !important;
        }

        h5.comn-title.invite-a-friend {
        padding-top: 0px !important;
        }
        .Job-matches-for-you ul {
        margin-bottom: 50px !important;
        }

        .Job-matches-for-you .company-details h4.comn-title {
        /*font-size: 20px;*/
        margin-bottom: 2px;
        font-weight: bold;
        }
        .candidate-company-list-light .Job-matches-for-you .company-details p.pera {
        font-size: 16px;
        }
        .Job-matches-for-you .company-details .all-details p.pera {
        margin-top: 25px !important;
        }
        .Job-matches-for-you .company-details .all-details p.pera.font-medium {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        }

        .candidate-company-list-light .Job-matches-for-you .company-details h4.comn-title {
        font-size: 20px;
        }

        .Job-matches-for-you .company-details img.company_logo {
            width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        margin-right: 15px;
        }
        .account-manager-employer-job-listing .Job-matches-for-you .company-details img.company_logo {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        margin: 0;
        margin-right: 15px;
        }
        .Job-matches-for-you .company-details .avtar-img{
            margin-right: 0;
        }
        .Job-matches-for-you .company-details.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        }
        .Job-matches-for-you .company-details.align-items-center > div {
        /* padding-right: 48px; */

        padding-left: 0px !important;
        }
        .candidate-jobs-applied .Job-matches-for-you .company-details.align-items-center > div {
        padding-left: 0 !important;
        }

        /* account-manager-recruiter-wise-candidates-submitted.html */

        .candidate-home-gap .Job-matches-for-you .company-details.align-items-center > div {
        padding-right: 40px;
        }
        .Job-matches-for-you.emp-dshbrd-jobs .company-details.align-items-center > div {
            padding-right: 0;
        }
        .candidate-home-gap .Job-matches-for-you .company-details.align-items-center > .pl-4.all-details {
    padding: 0 !important;
}
        .recruiter-dashboard-Jobs .Job-matches-for-you .company-details .pl-3 {
        padding-right: 0 !important;
        }
        .Job-matches-for-you li.section-style {
        padding: 2rem 1.5rem !important;
            margin-bottom: 10px !important;
        }
            .Job-matches-for-you li.section-style:first-child {
        margin-top: 0;
        }
        .Job-matches-for-you .company-details p.pera {
        /*font-size: 12px;*/
        }
        .Job-matches-for-you p.pera.show-job-details {
        width: 50%;
        margin: 0px 0 10px 0 !important;
        display: block !important;
        float: left;
        }
        .Job-matches-for-you p.pera.show-job-details:last-child {
        margin-bottom: 0 !important;
        }
        .Job-matches-for-you .progress {
        margin: 0;
        width: 50px;
        height: 50px;
        }
        .Job-matches-for-you .progress .progress-bar {
        border-width: 4px;
        }
        .Job-matches-for-you .progress::after {
        border-width: 4px;
        }
        .Job-matches-for-you .progress-div {
        padding: 0;
        max-width: 60px;
        position: absolute;
        right: 0;
        top: 0px;
        padding: 0px 0px 0 0;
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        }
        .Job-matches-for-you .progress-div .progress .progress-value div {
        font-size: 10px;
        font-weight: 500;
        }
        .Job-matches-for-you p.pera.show-job-details span {
        width: 100%;
        display: inline-block;
        font-weight: 500;
        }
        .Job-matches-for-you.jobs-applied .company-details {
        margin-bottom: 0;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        }
        .Job-matches-for-you.jobs-applied li.section-style p.pera {
        width: auto;
        margin-top: 10px !important;
        }
        .Job-matches-for-you.jobs-applied .recruiter-wise-candidates-submitted li.section-style p.pera {
        margin-top: 0 !important;
        }
        .Job-matches-for-you.jobs-applied .other-info p.pera {
        padding-left: calc(15px + 60px + 15px + 1px );
        padding-right: 0;
        margin: 0 !important;
        width: 100%;
        /*font-size: 16px;*/
        }
        .Job-matches-for-you.jobs-applied .other-info.row p.pera span {
        font-size: 14px;
        }
        .Job-matches-for-you.jobs-applied .other-info.row p.pera br {
        display: none;
        }
        .navbar .navbar-brand.without-sidebar .logo img {
        width: 80px;
        }
        .navbar .navbar-brand.without-sidebar {
            padding: 9px 15px 9px;
        }
        .Job-matches-for-you.jobs-applied .recruiter-wise-candidates-submitted .section-style a .company-details.d-flex.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        }
        .candidate-submission-detail-bar .block::after {
        transform: translate(0px, 0%);
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        top: unset;
        bottom: 0px;
        opacity: 1 !important;

        }
        .uploader label {
        padding-left: 15px !important;
        padding-right: 15px !important;
        }
        .pre-screen-questionnaire .answer {
        padding-left: 0;
        font-size: 14px;
        }
        .pre-screen-questionnaire .question {
        font-size: 16px;
        margin-bottom: 5px;
        }
        .collapse-style2 h5.comn-title, .collapse-style2 h5.comn-title span {
        font-size: 18px;
        margin: 5px 0 0;
        }
        .section-style {
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
        /*overflow: hidden;*/
        border-radius: 0;
        }
        .stick-top .font-18 {
        font-size: 14px;
        }
        .stick-top .row > div {
        display: -moz-flex;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
           -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        padding-right: 8px;
        padding-left: 8px;
        }
        .stick-top .row > div:last-child {
        padding-right:4px;
        padding-left: 4px;
        }
        .stick-top .btn-primary {
        font-size: 14px;
        line-height: 24px;
        }

        .stick-top h4.font-24 {
        font-size: 18px;
        margin-top: 10px !important;
        }
        .stick-top .container {
        padding: 0;
        }
        .Job-matches-for-you.jobs-applied .recruiter-wise-candidates-submitted .section-style a .pl-4 {
        margin-left: 15px;
        margin-bottom: 5px;
        }
        .Job-matches-for-you.jobs-applied .recruiter-wise-candidates-submitted .section-style a .pl-4 p{
        margin: 0 !important; 
        }

        .ac-m-r-vs-candidates-submitted .Job-matches-for-you.jobs-applied .xs-px-0-section-style.recruiter-wise-candidates-submitted li a .other-info.row{}
        .ac-m-r-vs-candidates-submitted .circle-progress-bar-md-top {
            position: absolute;
            right: 0;
        }
        .Job-matches-for-you.jobs-applied .xs-px-0-section-style.recruiter-wise-candidates-submitted li a .other-info.row {
            padding-left: 15px;
        }
}

@media(max-width: 767px){

.comn-title1 {
    font-weight:normal
}
.comn-title {
    font-weight:normal
}
    .comn-title2{font-weight:normal !important; margin-top: 10px !important;}
    .equal-col{
        /*height: auto;*/
        /*padding-bottom: 0;*/
    }
    .section-dev-or {
    margin: 35px 0;
    text-align: center;
}
    
    ul.candidates-matches-4-you{
         display: block;
    }
    ul.candidates-matches-4-you li {
        width: 100%;
margin-right: 0;
    }
}

.ans-options.form__group.field.custom-select-dropdown.city button.btn {
    padding: 7px 15px !important;
}