:root {
    --primary-blue: #184b8b;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Roboto", sans-serif !important;
    /* color: #3F4254; */
}


/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: 0.1s;
}


/*Change text in autofill textbox*/

img {
    max-width: 100%;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); */
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
}

a {
    color: #184b8b;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #a2a2a2;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    height: 18px;
    width: 18px;
}

textarea {
    resize: none;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
}

select.form-control option {
    padding: 5px 15px;
}

select.form-control.sort-select {
    background-position: right 7px center;
    background-size: 12px;
    padding-right: 20px;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a2a2a2;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control::placeholder {
    color: #a2a2a2;
}

.mvh-100 {
    min-height: 100vh;
}

.vh-100 {
    height: 100vh;
}

.w-65p {
    width: 65px !important;
}

.font-normal {
    font-weight: normal !important;
}

.col-red {
    color: #d25050 !important;
}

.col-green {
    color: #23a817 !important;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    color: #184b8b;
}

a:hover {
    color: #103460;
    cursor: pointer;
    text-decoration: underline;
}

body {
    background-color: #F9F9F9;
    padding-top: 80px;
    position: relative;
    padding-bottom: 55px;
    font-size: 14px;
}


/* .modal{
    top:60px !important;
    } */

.body-gray {
    /* background-color: #f9f8f6; */
    background-color: #F9F9F9;
    padding-top: 55px;
}

.overflow-hidden {
    overflow: hidden !important;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.container {
    max-width: 1440px;
}

.container-fluid {
    padding: 0 20px;
}

.body-height {
    height: calc(100vh - 160px);
}

.no-border {
    border: none;
}

p {
    color: #222222;
    margin: 0;
    font-size: 14px;
}

.label {
    color: #636363 !important;
    font-weight: 400 !important;
}

.gray-color {
    color: #9e9e9e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #f8f8f8; */
    margin: 0px;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.bold {
    font-weight: bold !important;
}

.ml-33 {
    margin-left: 33px;
}

.modal-lg {
    max-width: 1000px;
}

#ScrollToTop {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

#ScrollToTop>img {
    max-width: 14px;
    width: auto !important;
    top: initial !important;
}

#ScrollToTop:hover {
    cursor: pointer;
    background-color: #103460 !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.16) !important;
}

#ScrollToTop {
    display: inline-block;
    background-color: #184b8b;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#ScrollToTop:hover {
    cursor: pointer;
    background-color: #333;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
}

#ScrollToTop:active {
    background-color: #555;
}

#ScrollToTop.show {
    opacity: 1;
    visibility: visible;
}

.btn {
    height: 32px;
    font-size: 14px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 2px;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-smaller {
    height: 30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn.disabled,
.btn[disable="true"],
.btn[disable="disabled"],
.btn:disabled {
    pointer-events: none !important;
}

.btn-edit {
    padding: 5px;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.btn-edit img {
    width: 14px;
}

.btn-edit:hover {
    background: #f1f1f1;
}

.btn-edit:focus {
    box-shadow: none;
}

.btn-primary {
    background: #ffd838;
    border-color: #ffd838;
    color: #141212;
}

.btn-primary-outline {
    background: transparent;
    border-color: #184b8b;
    color: #184b8b;
}

.btn-primary-outline:hover {
    background: #103460;
    border-color: #103460;
    color: #fff;
}

.btn-custom {
    background: #ffd838;
    border-color: #ffd838;
    color: #141212;
    font-size: 14px;
    /* height: 60px; */
}

.btn-default {
    background-color: transparent;
    border-color: #000;
    font-size: 14px;
    /* height: 60px; */
    color: #000;
}

.btn-default:hover {
    background-color: #000;
    color: #fff !important;
}

.folder-actions .btn:hover svg path {
    fill: #fff !important;
}

.btn-secondary {
    border-color: #000;
    background: transparent;
    color: #000;
}

.btn-secondary:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn-secondary-line {
    background: transparent;
    border-color: #000;
    color: #000;
}

.btn-secondary-line:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn-custom-line {
    background-color: #fff;
    border-color: #184b8b;
    font-size: 15px;
    /* height: 60px; */
    color: #184b8b;
}

.btn-custom-line:hover {
    background-color: #e7edf3;
    border: #e7edf3 1px solid;
}

.btn.small {
    height: 32px;
}

.btn-primary:hover,
.btn-custom:hover {
    border-color: #f7005c !important;
    background: #f7005c !important;
    color: #ffffff !important;
}

.btn-custom.focus,
.btn-custom:focus {
    background-color: #103460;
    border-color: #103460 !important;
}

.btn-custom:active {
    background-color: #103460;
}


/* .btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
} */

.btn-custom:focus {
    box-shadow: none;
}

.btn-link {
    color: #184b8b;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-link:hover {
    color: #103460 !important;
    text-decoration: underline !important;
}

.navbar-toggler-icon {
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    width: 24px;
}

.social-links a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    border: 1px solid #141212;
    /* margin-right: 10px; */
    display: inline-block;
    transition: all ease 0.5s;
    margin-left: 10px;
}

.social-links a:hover {
    background: #262424;
}

.social-links a:hover svg * {
    fill: #ffd838;
}

a {
    color: #184b8b;
    text-decoration: underline;
    cursor: pointer;
}

label {
    color: hsl(0, 0%, 39%);
    font-size: 14px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-color: #fff;
    color: #636363;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #d2d0ce;
    font-size: 14px;
    padding: 0.375rem 10px;
}

.range-input.form-control {
    height: auto;
    border: none;
    line-height: normal;
    width: auto;
    padding-right: 0px;
}

.form-control[readonly]:focus,
.form-control:disabled:focus,
.form-control:disabled,
.form-control[readonly] {
    background: hsla(0, 0%, 50.2%, 0.11) !important;
    border: 1px solid hsla(0, 0%, 50.2%, 0.11) !important;
}

.form-control.form-control-range[readonly]:focus,
.form-control.form-control-range {
    background: url(../images/date.svg) right 10px center no-repeat !important;
    padding-right: 40px;
    border-color: #d7d7d7 !important;
}

.form-control.form-control-range[readonly]:hover {
    border-color: #184b8b !important;
}

.form-control.form-control-range[readonly]:focus {
    border-color: #184b8b !important;
}

.form-control.selected {
    border-color: #184b8b;
    color: #184b8b;
    /* font-weight: 500; */
}

.form-control.small-control {
    /* height: 40px; */
    height: 32px;
    border-radius: 2px;
}

.form-control.parsley-error {
    border-color: #eb2737;
}

.disable-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #424242;
}

.disable-form .form-group p {
    color: #8d8d8d;
    font-size: 13px;
}

.parsley-errors-list li {
    color: #eb2737 !important;
    padding: 0px !important;
    padding-top: 5px !important;
}

.form-control.tags-form-control {
    height: auto;
    min-height: 42px;
    padding: 2px;
    padding-bottom: 0px;
}

input::placeholder {
    color: #bdbdbd;
}

input[type="number"] {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    height: 32px;
    padding: 0.375rem 10px;
}

input[type="number"]:focus {
    outline: none;
}

.form-control:hover,
.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #000;
}

.main-logo {
    padding: 15px !important;
    max-width: 1900px;
    margin: auto;
}

.left-side-thumbnail {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.form-wrapper {
    max-width: 570px;
}

.form-wrapper .heading {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.side-banner-wrapper {
    background: url(../images/login-left-img.png) left top no-repeat;
    background-color: black;
    background-size: cover;
    padding: 0px 40px;
}

.login-detail h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.login-detail h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 30px;
}

.login-detail p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

header {
    padding: 0px 15px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    height: 55px;
}

header .logo img {
    height: 30px;
}

.user-wrapper {
    position: relative;
    cursor: pointer;
}

.user-wrapper .user-name {
    background-color: #f7f7f7;
    color: #7f7f7f;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    position: absolute;
    top: 20px;
    right: 3px;
}

.main-heading {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-heading h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #222;
}

.main-heading p {
    font-weight: normal;
    margin-bottom: 0px;
    color: #6a6a6a;
}

.header-listing-wrapper {
    position: absolute;
    right: -6px;
    top: 21px;
    width: 190px;
    display: none;
    padding-top: 31px;
}

.header-listing {
    border-radius: 2px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
}

.header-listing ul {
    list-style-type: none;
    margin: 0px;
}

.header-listing li {
    border-bottom: 1px solid #f2f1f1;
}

.header-listing li a {
    padding: 5px 10px;
    text-decoration: none;
    color: #3c3c3c;
    width: 100%;
    display: inline-block;
}

.header-listing li a:hover {
    background-color: #184b8b;
    color: #fff;
}

.header-listing li:last-child {
    border-bottom: none;
}

.user-wrapper:hover .header-listing-wrapper {
    display: block !important;
}


/* footer{
    background-color: #184b8b;
    padding: 15px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 55px;
}
footer  a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer{
    height: 25px;
} */

.header-wrapper h2 {
    margin-bottom: 0px;
    font-size: 30px;
}

hr {
    border-color: #f2f1f1;
}

.header-wrapper p {
    margin-bottom: 0px;
}

.header-wrapper .btn-custom img {
    height: 20px;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

header.inner-head {
    background: #262424;
    padding-right: 0px !important;
}

.navbar-brand {
    max-width: 195px;
}

.navbar-brand img {
    max-width: 100%;
}

.navbar-wrap {
    background-color: var(--theme-primary);
    /* height: 54px; */
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff4d;
}

.navbar-nav .nav-link {
    color: #fff;
    height: 55px;
    line-height: 58px;
    padding: 0px 10px;
    position: relative;
    transition: all 0.2s ease;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 5px;
    background: transparent;
    left: 8px;
    right: 8px;
    margin: 0px auto;
    transition: all 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}


/* .navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-link:hover::before {
    background: #569bef;
} */

.navbar-nav .nav-link:hover::before {
    left: 0px;
    right: 0px;
}

.chart-heading {
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    header.inner-head {
        padding-right: 15px !important;
    }
    .navbar-toggler {
        top: 14px !important;
    }
    .navbar-collapse {
        top: 29px !important;
    }
    .navbar-nav .nav-link {
        line-height: inherit !important;
        height: 43px !important;
    }
    .nav-login .login-thumbnail {
        height: 30px !important;
        width: 30px !important;
    }
}

.dragdrop-wrapper {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 12px;
    position: relative;
}

.dragdrop-wrapper.disable {
    pointer-events: none;
    opacity: 0.5;
}

.dragdrop-wrapper form {
    width: 100%;
    min-height: 150px;
    /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%233C3C3C80' stroke-width='4' stroke-dasharray='6' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e"); */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%233C3C3C80' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.dragdrop-wrapper form.added-files {
    min-height: 230px;
}

.uploaded-files {
    display: block;
    position: absolute;
    z-index: 99;
    width: 250px;
}

.uploaded-files .files {
    max-height: 80px;
    display: block;
    overflow: auto;
}

.uploaded-files .files span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

form>input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.dragdrop-wrapper .content {
    max-width: 1000px;
    margin: auto;
    padding: 15px 20px;
    justify-content: center;
}

.dragdrop-wrapper .content h5 {
    font-size: 16px;
    font-weight: 500;
}

.dragdrop-wrapper .content p {
    color: rgb(61 61 61 / 60%);
    font-size: 12px;
}

.dragdrop-wrapper.no-bg {
    background: none;
    border: none;
    padding: 0px;
}

.dragdrop-wrapper.no-bg form {
    border: none;
    padding: 0px;
    min-height: 91px;
}

.dragdrop-wrapper.no-bg form>input {
    height: 90px;
}

.dragdrop-wrapper.no-bg form .content {
    padding: 0px;
    min-height: 91px;
}

.underline {
    text-decoration: underline;
}

.content .image-wrapper {
    background-color: #d2edfa;
    border-radius: 50%;
    height: 70px;
    width: 75px;
    padding: 10px;
}

.content .image-wrapper img {
    width: auto;
    height: 70%;
}

.content .file-upload {
    cursor: pointer;
    text-decoration: underline;
}

.right-border-section .selected-filter li {
    margin: 5px !important;
}

.selected-filter {
    padding: 0;
    margin-bottom: 0px;
    display: flex;
    flex-flow: wrap;
}

.selected-filter li {
    font-weight: normal;
    font-size: 12px;
    border-radius: 2px;
    padding: 4px 8px;
    transition: all 0.3s;
    color: #4d4d4d;
    background-color: #f1f0ef;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-filter li:hover {
    background-color: #e6e6e6 !important;
    text-decoration: none !important;
}

.selected-filter.with-cross li {
    padding-right: 25px;
    position: relative;
    display: inline-flex !important;
}

.selected-filter.with-cross li a {
    position: absolute;
    right: 5px;
    top: 50%;
    height: 18px;
    transform: translateY(-50%);
    width: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}

.selected-filter.with-cross li a .icon {
    font-size: 10px;
    color: #6a6a6a;
}

.selected-filter.with-cross li a:hover {
    background: #cdcdcd;
    text-decoration: none;
}

.selected-filter.with-cross li span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected-filter.with-cross li a img {
    width: 9px;
    height: 9px;
}

.popover-action-btns {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 999;
}

.popover-action-btns li {
    margin-right: 5px !important;
}

.popover-action-btns li:last-child {
    margin-right: 0px !important;
}

.profile-box {
    display: flex;
    position: relative;
    margin-left: -5px;
    align-items: center;
    padding: 10px 5px 10px 5px;
}

.profile-box:last-child {
    margin-bottom: 0px !important;
}

.profile-box:hover {
    background-color: #f8f7f7;
}

.profile-box:hover .popover-action-btns {
    display: flex;
}

.profile-thumbnail {
    flex: 0 0 60px;
    width: 60px;
    border: 1px solid #ccc;
    height: 60px;
    border-radius: 2px;
    /* margin-top: 14px; */
    /* margin-top: 10px; */
}

.profile-thumbnail img {
    max-width: 100%;
}

.profile-details {
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
    /* padding: 15px 0px 5px 0px; */
    /* border-bottom: 1px solid #f2f2f2; */
    margin-left: 15px;
}

.profile-box:hover .profile-details {
    border-bottom-color: #f8f7f7 !important;
}

.profile-details h6 {
    color: #141212;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    padding-right: 60px
}

.profile-details p {
    color: #636363;
    /* margin-bottom: 5px; */
}

.no-record-added {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

.no-record-added img {
    height: 70px;
    width: auto;
    margin-bottom: 15px;
}

.no-record-added .text {
    color: #6a6a6a;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .profile-thumbnail {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
    .profile-details {
        flex: 0 0 calc(100% - 70px) !important;
        max-width: calc(100% - 70px) !important;
    }
    .profile-details h6 {
        font-size: 14px;
    }
    .selected-filter {
        margin: 0px !important;
    }
    .selected-filter li {
        margin: 0px 5px 5px 0px !important;
    }
    .right-border-section .selected-filter li {
        margin: 5px 5px 0px 5px !important;
    }
}

.profiles-wrap .profile-box:last-of-type .profile-details {
    border-bottom: none;
}

.see-more-link {
    color: #184b8b;
    font-size: 14px;
}

.recruite-row {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
}


/* .recruiter-job-card {
    max-height: 835px;
    overflow: auto;
} */

.recruite-action-btns {
    display: flex;
    flex-direction: column;
}

.recruite-action-btns li a {
    color: #1b4d89;
    display: inline-flex;
}

.recruite-action-btns li a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.recruite-action-btns li a:hover {
    color: #1b4d89;
    text-decoration: none !important;
}

.envelop-border {
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

.recruite-action-btns li {
    font-size: 14px;
    font-weight: 500;
    color: #1b4d89;
    margin-bottom: 10px;
    display: block;
}

.recruite-action-btns li:last-child {
    margin-bottom: 0px;
}

.recruite-percentage h3 {
    color: #5834d2;
    color: var(--theme-primary);
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    line-height: 34px;
}

.recruite-thumbnail {
    max-width: 80px;
}

.recruite-thumbnail img {
    max-width: 100%;
}

.recruite-info {
    margin-left: 15px;
    width: calc(100% - 60px);
}

.recruite-info h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #3c3c3c;
}

.recruite-info h5 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #636363;
}

.recruite-info h5 b {
    font-weight: 500;
    color: #3c3c3c;
}

.recruite-info h6 {
    font-weight: 600;
}

.recruite-info p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.recruite-detail-heading {
    width: 115px;
    text-align: right;
}

.recruite-detail-heading h6 {
    font-weight: 600;
}

.recruite-detail-list {
    margin-left: 15px;
}

.text-blue {
    color: var(--theme-primary);
}


/* .recruite-detail-list ul {
} */

.recruite-detail-list ul li {
    font-size: 14px;
}

.recruite-detail-list li a {
    color: var(--theme-primary);
    font-weight: 500;
}


/* .spotlight-listing {
} */

.spotlight-listing li {
    margin-right: 15px;
}

.spotlight-listing li a {
    color: var(--theme-primary);
    font-size: 16px;
    font-weight: 500;
}

.spotlight-listing li a img {
    max-width: 20px;
}

.recruite-popover-wrap {
    position: fixed;
    top: 0;
    right: 0;
    background: #000000a8;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding-left: 20%;
    transition: 0.3s ease all;
}

.recruite-popover {
    height: 100%;
    background: #fff;
    transition: 0.4s ease all;
    width: 100%;
    margin-left: 100%;
}

.recruite-popover-wrap.active {
    z-index: 100;
}

.recruite-popover-wrap.active .recruite-popover {
    margin-left: 0%;
}

.recruite-popover-header {
    color: #fff;
    background-color: #5176a4;
    position: relative;
    padding: 13px 20px;
}

.recruite-popover-header h4 {
    font-weight: 300;
}

.popover-dismiss {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.recruite-popover-body {
    display: flex;
    padding: 0;
    background-color: #f9f8f8;
    height: calc(100% - 54px);
    overflow-y: auto;
}

.recruite-popover-left-panel {
    flex: 0 0 60%;
    height: 100%;
    max-width: 60%;
    overflow-y: auto;
    padding-right: 15px;
}

.recruite-popover-right-panel {
    flex: 0 0 40%;
    max-width: 40%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 15px;
}

.recruite-popover-body .sub-title {
    font-weight: 300;
}

.recruite-popover-body p {
    margin-bottom: 2px;
    font-size: 15px;
}

.recruite-popover-body .card-body {
    box-shadow: 0 0 5px #ededed;
}

.recruite-custom-padding {
    padding: 20px 45px 20px 20px;
}

footer {
    display: flex;
    justify-content: space-between;
    background: #333;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

footer.pad-left {
    padding-left: 350px !important;
}

footer p {
    color: #fff;
}

.nav-login {
    margin-left: 10px;
    position: relative;
    height: 100%;
    transition: all 0.2s ease;
    padding: 0px 20px;
}

.nav-login h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
}

.nav-login .login-thumbnail {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.nav-login .login-thumbnail ul {
    max-height: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 55px;
    right: 0px;
    min-width: 200px;
    transition: all 0.2s ease;
}

.nav-login .login-thumbnail ul li a {
    font-size: 14px;
    color: #222222;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.nav-login .login-thumbnail ul li a:hover {
    background: #f5f5f5;
}

.nav-login:hover .login-thumbnail ul {
    max-height: 500px;
    overflow: visible;
}

.nav-login:hover {
    background: #575757;
}

.datepicker-dropdown {
    z-index: 10000 !important;
}

.formIcon-wrapper {
    position: relative;
}

.formIcon-wrapper.password-wrapper {
    position: initial;
}

.formIcon-wrapper>.form-control {
    position: relative;
    z-index: 1;
}

.formIcon-wrapper>.icon {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 17px;
    color: #6a6a6a;
    z-index: 99;
}

.formIcon-wrapper:focus-within>.icon {
    color: #6a6a6a;
}

.clear-search-span .icon-search {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px;
    border-radius: 2px;
    color: #8B8B8B;
    font-size: 15px;
}

.clear-search-span .icon-search:hover {
    background: #edebe9;
    color: #222;
}

.form-control.parsley-error~.icon {
    color: #eb2737;
}

.sub-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    /* padding-bottom: 10px; */
    padding-bottom: 10px;
}

.sub-title .icon {
    font-size: 20px;
}

.sub-title .icon {
    margin-right: 10px;
    font-size: 22px;
    color: #000;
}

.design-img {
    width: 50px;
    margin-right: 15px;
}

.design-img img {
    border-radius: 100%;
    width: 100%;
}

.card-default {
    box-shadow: 0 0px 5px rgb(0 0 0 / 0.05);
    /* border: 1px solid #d7d7d7 !important; */
    border: none !important;
    border-radius: 4px;
}


/* .card-default:hover {
    box-shadow: none;
    color: inherit;
    border: 1px solid #d7d7d7;
} */

.card-default .card-default {
    box-shadow: none;
    border: 1px solid #EAEAEA !important;
}

.card-default.with-hover:hover {
    /* background-color: #f4f4f4 !important; */
    /* border: #d1d1d1 1px solid;
    color: #141212;
    box-shadow: 0 0px 8px rgb(0 0 0 / 15%); */
}

.card-default.card-shadow {
    /* border-radius: 2px;
    border: none !important;
    box-shadow: 0 0px 7px rgb(0 0 0 / 10%); */
}


/* .card-default {
    border-radius: 2px;
    border: none !important;
    box-shadow: 0 0px 7px rgb(0 0 0 / 10%);
    margin-bottom: 24px !important;
} */

.profile-cards p {
    color: #636363 !important;
}

.resume-score .card-default {
    box-shadow: 0 0px 5px rgb(0 0 0 / 0.1);
    border: none;
    border-radius: 2px;
}

.card-body {
    padding: 15px;
}

.card-default.job-history-left .card-header {
    padding: 10px 15px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff !important;
    height: auto !important;
}

.card-header {
    background: #184b8b;
    height: 60px;
    color: #fff;
    font-size: 22px;
}

.card-header.default {
    background: transparent !important;
    height: auto;
    color: #222 !important;
    line-height: inherit !important;
    border: none;
    font-size: 14px !important;
    font-weight: 500;
    padding: 10px 12px 0px;
    height: auto;
}

.card.small-card .card-header {
    height: 40px;
    font-size: 18px;
    line-height: 18px;
}

.bg {
    background: url(../images/bg-blue.jpg) left top no-repeat;
    background-size: cover;
}

.smart-recruite-head {
    background: #fff;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: -90px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.smart-recruite-selection h4 {
    color: #184b8b;
}

.have-account p {
    color: #fff;
}

.have-account p a {
    color: #fff;
    text-decoration: underline;
}

.modal {
    z-index: 9999;
}


/* .modal-index {
    z-index: 9999999;
} */

.modal-full {
    max-height: 600px;
    width: 100%;
    overflow: auto;
}

.recruiter-clearIcon {
    position: absolute;
    left: 260px;
    top: 23px;
    z-index: 9999;
}


/* .modal-dialog{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
} */

.modal-content {
    border: none;
}

.modal-content .modal-header {
    background: #ebebeb;
    color: #2d2d2d;
    padding-top: 13px;
    padding-bottom: 13px;
}

.modal-content .modal-header .modal-title {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
}

.modal-tag {
    height: 35px;
    width: 35px;
    background: #f6f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.modal-tag-dark {
    height: 35px;
    width: 35px;
    background: #184b8b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.modal-size {
    min-width: 850px;
}

.modal-content .modal-header .close {
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 29px;
    top: 25px;
    padding: 0px;
}

.modal-content .modal-header .close span {
    color: #9f9a95;
}

.modal-content .modal-header .close:focus,
.modal-content .modal-header .close:hover {
    background: #e0e0e0;
    color: #2d2d2d;
    border: none !important;
    outline: none;
}

.modal-content .modal-header .close:hover svg * {
    fill: #2d2d2d;
}


/*
.modal-content .modal-body {
    max-height: 750px;
    overflow-y: auto;
} */

.modal-content .modal-body.scrollable {
    max-height: 620px;
    overflow: auto;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
    .modal-content .modal-body.scrollable {
        max-height: 450px !important;
    }
}

.modal-content .modal-footer {
    border-top: 0px;
    padding-top: 0px;
}

.confirmation-box.modal-dialog {
    max-width: 800px;
}

.confirmation-box.modal-dialog .modal-content .modal-header {
    background: #ebebeb;
    color: #636363;
}


/* .confirmation-box.modal-dialog .modal-content .modal-header .close span{
    color: #636363;
} */


/* .confirmation-box.modal-dialog .modal-content .modal-header .close:hover{
    background: #8e8e8e
} */

.confirmation-box.modal-dialog .modal-content {
    text-align: center;
}

.confirmation-box.modal-dialog .modal-content .modal-body {
    padding: 40px 0px;
}

.confirmation-box.modal-dialog .modal-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.side-menu {
    position: fixed;
    left: 0px;
    top: 55px;
    height: 100vh;
    z-index: 999;
    width: 50px;
    background: #EEEEEE;
    box-shadow: 1px 0px 5px rgba(0 0 0 / 17%) !important;
    height: 100vh;
}

.side-menu li {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    cursor: pointer;
    transition: all 0.3s;
}

.side-menu li.mt-1 {
    margin-top: 1px !important;
}

.side-menu li:hover {
    background-color: #faf9f8;
    box-shadow: inset -7px 0 15px -10px rgb(0 0 0 / 20%);
}

.side-menu li.active {
    background: #FECE3F;
    box-shadow: inset -7px 0 15px -10px rgb(0 0 0 / 20%);
}

.side-menu li.active a .icon {
    color: #262424;
}

.side-menu li.active a .icon::before {
    color: #262424;
}

.side-menu li a {
    text-decoration: none;
}

.side-menu li a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
    height: 25px;
    width: 25px;
}

.table {
    margin-bottom: 0px !important;
}

.table thead tr th {
    border-top: none;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7 !important;
    color: #6a6a6a;
    font-size: 12px;
}

.table tbody tr td {
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent !important;
    padding: 6px 10px !important;
    vertical-align: middle;
    font-size: 12px;
}

.table td {
    color: #000;
}

.table tbody tr:hover td {
    background: #fffbed;
}

#step2_card .jd-overflow-ellipsis {
    padding-bottom: 40px;
}

#step2_card .dataTables_filter .form-control {
    top: -112px;
}

#step2_card .dataTables_scroll {
    margin-top: -70px;
}

#step2_card .btn-create-resume {
    top: -75px;
}

#step3_card .jd-overflow-ellipsis {
    padding-bottom: 37px;
}

#step3_card .dataTables_filter .form-control {
    top: -75px;
}

#step3_card .dataTables_scroll {
    margin-top: -30px;
}

.dataTables_processing {
    display: none !important;
    height: 0px !important;
    visibility: hidden;
    overflow: hidden;
}

.dataTables_scroll {
    margin-bottom: 25px;
    /* min-height: 570px !important; */
}

.table-loader:before {
    position: relative;
    top: 20px;
    background-image: linear-gradient(rgba(235, 235, 235, 1) 0px, transparent 0), linear-gradient(90deg, rgba(235, 235, 235, 1) 0px, transparent 0), linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30%), linear-gradient(rgba(240, 240, 242, 1) 35px, transparent 0) !important;
}

.dataTables_scrollBody {
    min-height: 500px;
}

.dataTables_scrollBody .table thead th {
    border-bottom: 0px solid #d2d2d2 !important;
}

.dataTables_scrollBody .table tbody td {
    border-top: none !important;
    vertical-align: middle !important;
}

.dataTables_scrollBody .table tbody td a {
    color: #000;
    text-decoration: none;
}

.dataTables_scrollBody .table tbody td a:hover {
    color: #184b8b;
    text-decoration: underline;
    cursor: pointer;
}


/* .dataTables_scrollBody .table tbody tr:hover td {
    background: #f3f2f1;
} */

.dataTables_info {
    height: 36px;
    line-height: 36px;
    /* display: none !important; */
    font-size: 12px;
}

.pagination {
    justify-content: flex-end;
}

.no-record-found img {
    filter: grayscale(1);
}

.loader4 {
    width: 55px;
    height: 55px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 4px solid;
    border-top-color: #ff9c25;
    border-bottom-color: rgb(255 255 255 / 87%);
    border-left-color: #ff9c25;
    border-right-color: rgb(255 255 255 / 87%);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.badge {
    margin: 3px 3px 3px 0px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 2px;
    padding: 4px 8px;
    transition: all 0.3s;
}

.dataTable .badge {
    margin: 0px 2px 0px 0px !important;
    font-size: 12px;
    position: relative;
    top: 3px;
}

.badge-primary {
    color: #4d4d4d !important;
    background-color: #f1f0ef !important;
    text-decoration: none !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-primary a {
    color: #4d4d4d !important;
    text-decoration: none !important;
}

.badge-primary:hover {
    background-color: #e6e6e6 !important;
    text-decoration: none !important;
}

.badge-primary:hover a {
    text-decoration: none !important;
}

.badge-primary a:hover {
    color: #4d4d4d !important;
    text-decoration: none !important;
}

.badge-warning {
    background-color: #fff8e3 !important;
}

.badge-success {
    background: #e0e8e0 !important;
    color: #142a15 !important;
}

.badge-success:hover {
    background: #c9d9c9 !important;
    color: #142a15 !important;
}

.badge-danger {
    background: #ff6c6c !important;
    color: #fff !important;
}

.score-detail {
    padding-top: 1px;
}

.irs-handle {
    cursor: pointer;
    top: 21px !important
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle>i:first-child {
    background-color: #262424 !important;
}

.irs--flat .irs-bar {
    background-color: #6A6A6A !important;
}

.irs--flat .irs-handle:hover>i:first-child,
.irs--flat .irs-handle.state_hover>i:first-child {
    background-color: #fff !important;
}

.irs--flat .irs-handle>i:first-child {
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #ffffff !important;
    border: 2px solid #ccc;
}


/* .irs--flat .irs-handle:hover > i:first-child {
    background: #262424;
} */

.info-wrap .range-input.form-control {
    padding-right: 30px;
    z-index: 99;
    background: transparent;
}

.calendar-icon-wrap {
    position: relative;
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: #fff !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0px solid rgba(0, 0, 0, .2) !important;
}

.calendar-icon-wrap svg {
    position: absolute;
}

.irs--flat .irs-handle>i:nth-child(2) {
    height: 12px;
    width: 12px;
    background: #e5e5e5;
    display: inline-block;
    z-index: 9;
    position: relative;
    border-radius: 100px;
    left: 3px;
    top: 3px;
    display: none;
}

.irs--flat .irs-handle:hover>i:nth-child(2) {
    background-color: #fff !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #184b8b;
}

.irs--flat .irs-line {
    top: 27px;
    height: 8px;
    background-color: #F6F6F6;
    border-radius: 2px;
    border: 1px #d6d6d6 solid;
}

.irs--flat .irs-bar {
    top: 27px;
    height: 8px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    background-color: #ebebeb;
}

.tagify {
    /* border: none; */
    border: 1px solid #d7d7d7;
    background: #fff;
    /* border-radius: 0px; */
    transition: all ease-in-out 0.5s;
    border-radius: 2px;
    padding: 5px;
    min-height: 32px !important;
    height: auto !important;
}

.tagify.tagify--focus {
    border: 1px solid #000;
}

.tagify .tagify__input {
    line-height: 18px;
    padding-left: 0px;
    padding: 0px;
}

.tagify .tagify__tag {
    /* background-color: #E7EDF3 !important; */
    background-color: #f1f0ef !important;
    border-radius: 2px;
    min-height: 26px;
    padding: 0px 5px;
    margin: 0px 2px 2px 0px;
}

.tagify .tagify__tag:hover {
    background-color: #e6e6e6 !important;
    cursor: pointer;
}

.tagify__tag>div {
    padding: 0px;
    width: calc(100% - 20px);
}

.tagify .tagify__tag-text,
.tagify .tagify__tag__removeBtn::after,
.tagify .tagify__tag__removeBtn {
    /* color: #184b8b !important; */
    color: #4d4d4d !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 2px;
    word-break: break-word;
}

.col-md-6 .tagify .tagify__tag-text,
.col-md-6 .tagify .tagify__tag__removeBtn::after,
.col-md-6 .tagify .tagify__tag__removeBtn {
    /* color: #184b8b !important; */
    max-width: 413px;
}

.tagify .tagify__tag__removeBtn {
    /* color: #184b8b !important; */
    color: #4d4d4d !important;
    font-weight: 400;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    margin: 0px !important;
}

.tagify .tagify__tag__removeBtn:hover {
    background: #cdcdcd !important;
    cursor: pointer;
}

.tagify__input::before {
    display: inline-block !important;
    position: absolute;
    top: 1px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.tagify__tag>div::before {
    display: none;
}

.tagify__tag__removeBtn:hover {
    background: transparent;
    color: #fff;
    border: none !important;
    outline: none;
}

.tagify__tag__removeBtn::after {
    /* color: #fff !important*/
    font-size: 18px !important;
}


/* .tagify__tag__removeBtn:hover::after {
    color: #fff !important
} */

.tagify__tag__removeBtn:hover+div>span {
    opacity: 1;
}

.tagify__dropdown {
    box-shadow: 0 0 5px rgb(0 0 0 / 0.15);
    border: none !important;
    padding: 0px;
    outline: none !important;
    border-radius: 0px 0px 2px 2px !important;
}

.tagify__dropdown__wrapper {
    border: none;
}

.tagify__dropdown__wrapper .tagify__dropdown__item.tagify__dropdown__item--active {
    background: #0000000a;
    color: #4d4d4d;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6a6a6a !important;
    /* margin-left: 2px; */
}

.form-group h5 {
    font-size: 16px !important;
}

.required {
    color: #f64e60 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 15px;
    margin-bottom: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.irs-single {
    font-size: 11px !important;
    line-height: 1.5 !important;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.header-banner .form-control {
    width: 350px;
}

.nav-tabs {
    height: 38px;
}

.nav-tabs .nav-link {
    border: none;
    position: relative;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    align-items: center;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.filters-section .nav-tabs {
    height: 42px;
    margin: 0px 15px;
}

.filters-section .nav-tabs .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #262424;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    border: none;
}

.nav-tabs .nav-link svg {
    margin-right: 5px;
}

.nav-tabs .nav-link svg * {
    fill: #555;
}

.nav-tabs .nav-link.active svg * {
    fill: #262424;
}

.nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: transparent;
    left: 8px;
    right: 8px;
    margin: 0px auto;
    transition: all 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
}

.nav-tabs .nav-link:hover {
    background-color: #f3f2f1;
}

.nav-tabs .nav-link:hover::before {
    left: 0px;
    right: 0px;
}

.nav-tabs .nav-link.active {
    color: #262424;
    font-weight: 500;
}

.nav-tabs .nav-link.active::before {
    background: #262424;
}

.nav-tabs .nav-link:focus {
    border: none;
    outline: none;
}

.ml-320 {
    margin-left: 320px !important;
}

.dataTables_wrapper .row .col-md-6 {
    max-width: 100% !important;
    flex: 100% !important;
}

#smartrecommend_table_wrapper .dataTables_filter label {
    color: #fff !important;
}

.dataTables_filter .form-control {
    width: 310px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: -62px;
    background: #fff url(../images/search-1.svg) 97% 8px no-repeat;
    background-size: 16px;
    padding-left: 15px;
    padding-right: 40px;
    border-radius: 2px;
    border: 1px solid #D1D1D1;
}

#reportsTable_wrapper .form-control {
    width: 310px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: -62px;
    background: #fff url(../images/search-1.svg) 97% 8px no-repeat;
    background-size: 16px;
    padding-left: 15px;
    padding-right: 40px;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
}

.dataTables_filter {
    float: right;
}

.table tbody td.dataTables_empty {
    padding: 150px 0px;
    text-align: center;
}

.profile-img-wrapper {
    position: relative;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.edit-button {
    background: #0a3e7e;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: 1px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img-wrapper .actual-btn {
    opacity: 0;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    cursor: pointer;
}

.profile-img-wrapper .file-custom {
    width: 100px;
    height: 100px;
    display: block;
}

.switch-wrapper {
    font-size: 12px;
}

.slider:before {
    height: 9px;
    width: 9px;
    bottom: 3px;
    border-radius: 50%;
}

input:checked+.slider {
    background: #184b8b;
}

.upload-doc {
    position: relative;
}

.upload-doc .actual-btn {
    opacity: 0;
    height: 40px;
    width: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    cursor: pointer;
}

.upload-doc .file-upload {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    padding: 0px 10px;
    line-height: 38px;
}

.profile-img-wrapper .file-custom {
    width: 100px;
    height: 100px;
    display: block;
}

.uploaded-img {
    position: relative;
    max-width: 100px;
}

.uploaded-img .thumbnail {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 100px;
}

.uploaded-img .cross {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #d27272;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    cursor: pointer;
}

.bucket-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bucket-wrapper .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.bucket-wrapper .plan {
    cursor: pointer;
    width: 32.5%;
}

.bucket-wrapper .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e2e7;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    min-height: 120px;
    align-items: center;
}

.bucket-wrapper .plan .plan-content .plan-thumbnail {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.bucket-wrapper .plan .plan-content .plan-thumbnail img {
    margin-right: 15px;
}

.bucket-wrapper .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.bucket-wrapper .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
    font-weight: 500;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.bucket-wrapper .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.bucket-wrapper .plan .plan-details {
    width: calc(100% - 100px);
}

.bucket-wrapper .plan .plan-content {
    transition: all 0.3s;
}

.bucket-wrapper .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
    border: 1px solid #184b8b;
    background: #eaf1fe;
}

.bucket-wrapper .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
    display: none;
}

.bucket-wrapper .plan input[type="radio"]:checked+.plan-content {
    border: 1px solid #184b8b;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.dropzone {
    min-height: auto;
    height: 30vh !important;
    overflow-y: auto !important;
    padding: 20px !important;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #ebebeb !important;
    border-radius: 0.42rem;
    border-color: #3699ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-preview .dz-progress {
    top: 72% !important;
    height: 6px !important;
}

.dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden !important;
}

.profile-pic {
    width: 70px !important;
    height: 70px !important;
    background-color: #F6F6F5;
    border-radius: 100px;
    color: #262424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 15px;
}

.profile-pic img {
    width: 25px;
    height: auto;
}

.profile-wrapper {
    width: calc(100% - 95px);
}

.profile-wrapper hr {
    border-color: #dddddd;
}

.profile-detail {
    margin-bottom: 10px;
}

.profile-detail h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px !important;
    color: #3c3c3c;
    text-transform: capitalize;
    padding-top: 10px;
}

.profile-detail h4 {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-detail h4 span {
    color: #141212;
    font-weight: 600;
}

.profile-detail b {
    font-weight: normal !important;
}

.posting-education ul li {
    color: #636363;
}

.profile-lisitn-exp ul li {
    color: #141212;
}

.profile-detail .badge {
    margin-top: 0px !important;
}

.profile-resume-exp {
    font-size: 14px;
    color: #333;
}

.profile-address {
    font-size: 14px;
    color: #333;
    display: none;
}


/* .profile-email-address {
} */

.profile-detail h2 a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.profile-detail h2 span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.profile-detail p {
    margin-bottom: 3px;
    color: #184b8b;
    font-weight: normal;
}

.profile-detail p>span.icon {
    width: 15px;
    text-align: center;
}

.profile-detail p>span {
    width: auto;
}

.profile-detail p>span:last-of-type,
.profile-detail p>span.text {
    color: #333;
}

.profile-listing {
    color: #333;
}

.profile-listing label {
    font-size: 14px;
    width: 90px;
    font-weight: 500;
    line-height: normal;
    color: #333;
}

.profile-listing.profile-lisitn-exp {
    color: #333;
}

.profile-listing ul {
    width: calc(100% - 110px);
}

.profile-listing ul li strong {
    font-weight: normal !important;
}

.action-btn {
    position: absolute;
    right: 15px;
    top: 5px;
}

.action-btn.action-btn-new a {
    font-size: 12px;
    color: #636363;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    border-radius: 2px;
    /* margin-left: 12px !important; */
}

.action-btn.action-btn-new a:hover {
    text-decoration: none;
    background: #f3f3f3;
}

.action-btn.action-btn-new a .icon {
    font-size: 12px;
    color: inherit;
    margin-right: 0px;
    padding-right: 5px;
}

.action-btn.action-btn-new a .icon-download {
    font-size: 14px;
}

.action-btn.action-btn-new a .icon-rating {
    font-size: 14px;
    color: #ff9c25 !important;
}

.action-btn.action-btn-new a .icon-email-sent {
    font-size: 16px;
}

.action-btn.action-btn-new .icon-dots {
    font-size: 17px;
}

.action-btn.action-btn-new a.hide {
    display: none;
}

.action-btn .btn {
    height: 36px;
    line-height: 16px;
    padding: 0px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
}

.profile-added {
    font-size: 14px;
    color: #222222;
    font-weight: normal;
    display: block;
}

#loadMore {
    cursor: pointer;
}

.card.card-default:hover .action-btn {
    display: block;
}

.breadcrumb {
    background: none;
    padding: 0px;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item {
    line-height: 24px;
}

.breadcrumb .breadcrumb-item a {
    color: #626262;
    font-size: 14px;
    display: block;
    line-height: normal;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    height: auto;
    line-height: normal;
}


/* .breadcrumb-item+.breadcrumb-item::before {
    content: ">>";
} */

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e92b";
    padding-left: 0px;
    display: inline-block;
    font-family: "icomoon" !important;
    font-size: 12px;
    color: inherit;
    font-weight: bold;
}

.delete-bucket {
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn.delete-bucket {
    height: 36px;
    line-height: 20px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper .form-control {
    width: 400px;
    padding-right: 70px;
}

.search-wrapper .icon-search {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #6a6a6a;
    z-index: 99;
    padding: 6px;
    border-radius: 2px;
}

.search-wrapper .icon-search:hover {
    color: #222;
    background: #edebe9;
}

.search-wrapper .clear-search {
    position: absolute;
    right: 35px;
    top: 50%;
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.search-wrapper .clear-search .icon {
    font-size: 11px;
    color: #6a6a6a;
}

.search-wrapper .clear-search:hover {
    cursor: pointer;
    background: #edebe9;
}

.search-wrapper .clear-search:hover .icon {
    color: #222;
}

.search-wrapper img {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    width: 22px;
}

.back-btn {
    display: inline-flex;
    align-items: center;
}

.back-btn .icon {
    font-size: 12px;
}

.back-btn:hover {
    text-decoration: none !important;
}

.profile-added-info {
    font-size: 13px;
    color: #a2a2a2;
    font-weight: normal;
}

.create-report {
    max-width: 250px;
    text-align: center;
    margin: auto;
}

.create-report span {
    color: #c4c4c4;
    display: block;
    margin: 10px 0px;
}

.profile-detail-slidebox {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    transition: all 0.5s ease;
}

.profile-detail-slidebox::before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
}

.profile-detail-slidebox.showProfile::before,
.profile-detail-slidebox.showProfile {
    right: 0px;
}

.profile-detail-slidebox .inner-body {
    width: 55%;
    background: #fff;
    height: 100%;
    transition: all 0.5s;
    transform: translateX(4000px);
    /* background: #f3f2ef; */
    padding-right: 0px;
    position: relative;
}

.profile-detail-slidebox .inner-body::before {
    position: absolute;
    content: "";
    display: block;
    right: 400px;
    width: 1px;
    height: 100%;
    /* background-color: #dee2e6; */
}

.profile-detail-slidebox.showProfile .inner-body {
    transform: translateX(0px);
}

.profile-detail-slidebox .inner-body .heading {
    padding: 13px 20px;
    color: #ffffff;
    background-color: #f3f2f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.profile-detail-slidebox .inner-body .heading h3 {
    line-height: 65px;
    color: #3c3c3c;
    font-size: 18px;
}

.profile-detail-slidebox .inner-body .heading a {
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-detail-slidebox .inner-body .heading a:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
    border: none !important;
    outline: none;
}

.profile-detail-slidebox .inner-body .heading a:hover svg * {
    fill: #333;
}

.profile-detail-slidebox .inner-body .content {
    padding: 20px 20px;
    background-color: #fff;
    height: calc(100% - 55px);
    overflow: auto;
    margin-top: 55px;
}

.progress-bar-report {
    background: #fff;
    border-radius: 50px;
    height: 60px;
    /*display: flex;
    justify-content: space-between; */
    margin-bottom: 50px;
    position: relative;
    overflow: auto;
    max-width: 1150px;
    margin: auto;
}

.progress-bar-inner {
    height: 100%;
}

.step {
    display: flex;
    color: #636363;
    font-size: 16px;
    width: 33%;
    position: relative;
    background: #fff;
    border-radius: 50px 0px 0px 50px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 10px;
}

.step-number {
    background: #eeeeee;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #eeeeee;
    margin-right: 10px;
    z-index: 99;
}

.step-label {
    position: relative;
    margin-top: 13px;
}

.step.current {
    color: #184b8b;
}

.step.current .step-number {
    border-color: #184b8b;
}

.step.past {
    color: #fff;
}

.step.past .step-number {
    background-color: #fff;
    color: #184b8b;
}

.step.past::before {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #184b8b;
    width: 114%;
    content: "";
    height: 60px;
}

.search-input .search-icon {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 999;
}

.search-input .search-icon img {
    width: 22px;
}

.search-input input {
    padding-left: 32px;
}

.add-section {
    background: #f9faff;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
}

.add-section .card-header {
    background: transparent;
    color: #222;
    border-bottom: 1px solid #e8e8e8;
}

.required-attachment {
    border-radius: 2px;
    padding: 5px 15px;
    background: #fff;
    margin-bottom: 15px;
}

.required-attachment:last-child {
    margin-bottom: 0px !important;
}

.required-attachment .required-attachment-name {
    font-size: 16px;
    width: 150px;
    padding-right: 10px;
}

.required-attachment .required-attachment-detail {
    font-size: 16px;
    border-left: 1px solid #e8e8e8;
    padding: 10px 15px;
}

.required-attachment .required-attachment-detail h5 {
    font-size: 16px;
}

.required-attachment .required-attachment-detail p {
    font-size: 14px;
    color: #bbbbbb;
}

.job-title h3 {
    font-size: 22px;
    margin-right: 20px;
}

.date-wrapper {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    font-size: 13px;
}

.date-wrapper .form-control-sm {
    height: 30px;
}

.job-title .date-wrapper label {
    margin-bottom: 0px;
}

.date-wrapper label {
    font-size: 13px;
}

.jp-btn {
    font-size: 12px;
    color: #636363;
}

.job-title .date-wrapper .icon {
    height: 36px;
    width: 36px;
    background: #f8f8ff;
    border-radius: 100px;
}

.seprator-right-1 {
    border-right: 1px solid #e9e9e9;
}

.dropdown-menu .arrow {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.bucket-emails {
    max-height: 170px;
    overflow-y: auto;
}

.bucket-stages li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 10px 3px 10px;
    margin-bottom: 3px;
}

.bucket-stages li label {
    margin-bottom: 0px;
}

.bucket-emails p {
    margin-bottom: 4px;
}

.add-field span {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #f1f1f1;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    height: 300px;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: #edebe9 1px solid !important;
    border-radius: 2px;
}

.note-editor .panel-heading {
    border-bottom: #edebe9 1px solid;
}

.note-editor .panel-heading .btn-default {
    height: 22px;
    padding-left: 6px;
    padding-right: 6px;
    box-shadow: none !important;
    padding-top: 7px;
    background: transparent;
    border: none;
    color: #7c7c7c;
    margin-right: 4px;
    font-size: 13px;
}

.note-editor .note-toolbar>.note-btn-group {
    border-right: 1px solid #e4e4e4;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 5px;
}

.note-editor .panel-heading .btn-default.note-btn.btn:hover,
.note-editor .panel-heading .btn-default.note-btn.btn.active {
    background: #f3f2f1;
    color: #333;
}

.note-editor .dropdown-menu {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0px 0px 4px 4px;
    margin-top: 8px;
    padding: 0px;
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.note-editor .dropdown-menu li a {
    display: block;
    width: 100%;
    color: #000000de;
    font-size: 14px;
    text-decoration: none;
    padding: 2px 10px;
}

.note-editor .dropdown-menu li a.checked,
.note-editor .dropdown-menu li a:hover {
    background: #f3f2f1;
}

.note-editor .dropdown-menu li a .note-icon-menu-check {
    display: none !important;
}

.more-filter {
    padding-top: 0px !important;
    color: #6a6a6a !important;
}

.more-filter img {
    opacity: 0.7;
}

.filter-list ul li {
    display: flex;
    padding: 13px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 2px;
    /* box-shadow: 0 0px 7px rgb(0 0 0 / 10%); */
    border: 1px solid #d7d7d7;
    margin-right: 0px;
}

.filter-list ul li.active {
    background: #f4f4f4 !important;
    box-shadow: none !important;
}

.filter-list ul li:hover {
    background: #f4f4f4 !important;
}

.filter-list ul li:hover .filter-list-thumbnail {
    background-color: #0088ca;
}

.filter-list-thumbnail {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0088ca;
    padding: 8px;
}

.filter-list-detail h4 {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
    overflow: hidden;
    margin-bottom: 2px;
}

.filter-list-detail .address {
    display: flex;
    align-items: center;
}

.filter-list-detail p {
    color: #676767;
    font-size: 12px;
}

.filter-list-detail .address p {
    color: #676767;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #bfbfbf;
    line-height: 14px;
}

.filter-list-detail .address p:last-child {
    border: none !important;
}

.filter-list-detail .job_app_status {
    background-color: transparent !important;
    padding: 0px !important;
    color: #093871;
}

.more-info-section ul li {
    display: inline-flex;
    margin: 10px 20px 0px 0;
}

.more-info-section ul li label {
    text-align: right;
    margin-right: 5px;
    /* width: 130px; */
    color: #444;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0px;
}

.more-info-section ul li label.w-70 {
    width: 70px;
}

.more-info-section ul li span {
    min-width: inherit;
    /* background: #e6ecf2; */
    text-align: center;
    border-radius: 2px;
    color: #184b8b;
    /* padding: 0px 10px; */
    font-size: 14px;
    line-height: 29px;
}


/* .more-info-section ul li span:hover {
    background: #d4dce6;
} */

.detail-company h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.detail-company p {
    font-size: 12px;
    margin-bottom: 15px;
    color: #181818;
}

a.sorting {
    color: #3c3c3c;
}

.note-alert h6 {
    color: #ea4335;
}

.forget-back-btn {
    background-color: #ffff;
    border-color: #d1d1d1;
    font-size: 18px;
    color: #000;
    border-radius: 2px;
    width: 180px;
}

.forget-back-btn:hover {
    background-color: #000;
    color: #ffffff;
}

.note-alert .more-info-section ul li span {
    color: #ea4335;
    border: #ea4335 1px solid;
    background: #fff;
}

.success {
    color: #48b164;
    font-size: 22px;
}

.view-summary-inner-wrapper {
    width: calc(100% - 100px);
    padding-right: 100px;
}

.view-summary-inner-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.view-summary-inner-wrapper h5 {
    font-size: 15px;
    font-weight: 500;
}

.view-summary-inner-wrapper .view-summary-icon {
    width: 40px;
    margin-right: 10px;
}

.professional-summary h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3C3C3C;
}

.professional-summary p {
    line-height: 20px;
    color: #141212;
}

.total-percentage-w-star {
    /* text-align: right; */
    margin-bottom: 10px;
}

.total-percentage-w-star h5 {
    font-size: 60px;
    color: #3C3C3C;
    font-weight: 600;
}

.notes {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stages h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.stages ul li {
    font-size: 12px;
    margin-right: 22px;
    display: inline-flex;
    align-items: center;
}

.stages ul li img {
    margin-right: 5px;
}

.grid-action-btn {
    padding: 5px;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.grid-action-btn:hover {
    background: #f1f1f1;
}

.link-with-hover {
    height: 30px;
    width: 30px;
    border-radius: 2px;
    justify-content: center;
}

.link-with-hover:hover {
    background: #f3f3f3;
    color: #184b8b;
}

.link-with-hover:hover .icon {
    color: #184b8b;
}

.btn-icon {
    display: inline-flex;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}

.btn-icon .icon {
    padding: 0px !important;
    color: #6a6a6a !important;
    font-size: 14px;
}

.btn-icon .icon-cross {
    font-size: 12px !important;
}

.btn-icon:hover {
    background: #edebe9 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.btn-icon:hover .icon {
    color: #222 !important;
}

.btn-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 30px;
    min-width: 30px;
    border-radius: 4px;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.2s ease all;
}

.btn-action:hover {
    background: #f3f3f3;
}

.btn-action:hover .icon {
    color: #184b8b;
}

.custom-pill {
    width: 16px;
    height: 16px;
    padding: 2px;
    border-radius: 50%;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #f3f3f3;
}

.custom-pill.rounded-pill {
    border-radius: 50%;
}

.custom-pill.rounded-pill.bg-danger {
    background-color: #dc3545 !important;
}

.right-border-section {
    border-right: 1px solid #d7d7d7;
    /* min-height: calc(100vh - 340px);
    overflow: auto */
}

.steps-wrapper {
    position: relative;
    margin-left: 100px;
    margin-bottom: 20px;
}

.steps-wrapper::before {
    content: "";
    position: absolute;
    height: calc(100% - 100px);
    width: 1px;
    background: #dee2e6;
    left: 11px;
    top: 50px;
}

.steps {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.steps h3 {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
}

.steps .steps-tick {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #184b8b;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .steps-detail {
    width: 400px;
}

.alert {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
}

.alert-warning {
    border-color: #ffa200;
    background: #fff9ee;
}

.form-check-input {
    margin-top: 2px;
}

.selection-email-source {
    border: 1px solid #d2d0ce;
    border-radius: 2px;
}

.selection-eamil-head {
    padding: 15px 15px;
    border-bottom: 1px solid #d2d0ce;
}

.selection-eamil-head .selection-email-thumbnail {
    width: 40px;
    margin-right: 15px;
}

.selection-eamil-head .selection-email-detail {
    width: calc(100% - 75px);
}

.selection-eamil-head .selection-email-detail h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.selection-eamil-head .selection-email-detail p {
    font-size: 14px;
    line-height: 16px;
    color: #636363;
}

.selection-email-source .list-group {
    max-height: 300px;
    overflow: auto;
}

.selection-email-source .list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #d2d0ce;
    margin-bottom: 0px;
    padding: 10px 15px !important;
}

.selection-email-source .list-group .list-group-item:last-child {
    border-bottom: none !important;
}

.selection-email-source .list-group .list-group-item label.checkbox input+span {
    margin-right: 10px !important;
}


/* label-css-starts */

.attachment {
    margin-top: 5px;
}

.attachment:empty {
    margin-top: 0px;
}

.attachment label {
    padding: 4px 6px;
    border-radius: 2px;
    color: #333333;
    display: inline-flex;
    align-items: center;
    margin-right: 2px;
}

.attachment label svg {
    fill: #333333;
    width: 16px;
    margin-right: 0.25rem!important;
}

.icon-Attach:before {
    content: "\e9a7";
}

.attachment label:hover {
    background: #ebebeb;
    color: #333333;
    cursor: pointer;
}

.attachment label:hover svg {
    fill: #333333;
}

.dz-clickable {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 20px;
    height: 32px;
}

.dz-clickable:hover {
    background-color: #edebe9;
    color: #333;
    border-color: #d7d7d7;
    cursor: pointer;
}


/* .dz-clickable:hover span {
    color: #fff;
} */


/* .dz-clickable:hover svg * {
    stroke: #fff
} */

.dz-clickable:hover svg rect {
    stroke: none;
}

.progress {
    height: 10px;
}

.upload-row {
    margin: 0 -5px;
}

.file-upload-wrapper {
    margin-bottom: 10px;
    padding: 0 5px;
}


/* .file-upload-wrapper:last-child {
    border-bottom: none;
    padding: 0px;
} */

.file-upload-wrapper .upload-list-thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.file-upload-wrapper .upload-list-detail {
    width: calc(100% - 60px);
}

.file-upload-wrapper .upload-list-detail .name-text {
    padding-right: 25px;
}

.file-upload-wrapper .upload-list-detail .name-text .name {
    color: #565656;
    font-size: 14px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-upload-wrapper .upload-list-detail .name-text strong {
    color: #565656;
    font-size: 14px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-upload-wrapper .upload-list-detail .size {
    font-style: italic;
    color: #565656;
    font-size: 14px;
}

.file-upload-wrapper .upload-list-detail .cancel {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url("../images/cross-grey.svg") center / 10px no-repeat;
}

.file-upload-wrapper .upload-list-detail .cancel:hover {
    /* background: rgba(0, 0, 0, .08); */
    background: rgba(0, 0, 0, 0.08) url("../images/cross-grey.svg") center / 10px no-repeat;
}

.file-upload-wrapper .upload-box {
    padding: 5px 8px;
    background: #e6ecf2;
    border: 1px solid #e6ecf2;
    border-radius: 2px !important;
    color: #184b8b !important;
    transition: all 0.3s;
    font-size: 12px;
    cursor: pointer;
}

.file-upload-wrapper .upload-box:hover {
    background: #d7dfe6;
    border: 1px solid #d7dfe6;
}

.file-upload-wrapper .upload-box .upload-list-thumbnail {
    width: 7px;
    height: 20px;
    margin-right: 10px;
}

.file-upload-wrapper .upload-box .upload-list-detail {
    width: calc(100% - 30px);
}

.file-upload-wrapper .upload-box .progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 4px;
}

.file-upload-wrapper .upload-box .progress-bar {
    background-color: #184b8b;
}

.file-upload-wrapper .upload-box .file-metadata {
    display: flex;
    align-items: center;
}

.file-upload-wrapper .upload-box .file-metadata {
    font-style: italic;
}

.file-upload-wrapper .upload-box .upload-list-detail .size {
    font-size: 10px;
}

.file-upload-wrapper .upload-box .upload-list-detail .cancel {
    right: 5px;
    top: 5px;
}

.file-upload-wrapper .upload-box .upload-list-detail .name-text {
    padding-right: 5px;
    margin: 0;
    margin-bottom: -4px;
}

.file-upload-wrapper .upload-box:hover {
    background: #d7dfe6;
    border: 1px solid #d7dfe6;
}

.checkbox label {
    display: flex;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    margin-right: 5px;
}

.select2-dropdown {
    border-color: #eeebeb;
    box-shadow: 0 0 5px 0 #0000000d, 0 4px 5px 0 #0000000d, 0 0 10px 0 #0000000d;
}

.select2-container {
    z-index: 9999;
    /* width: 100% !important; */
}

.modal .modal-dialog .modal-content .select2-container {
    z-index: 9999 !important;
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    color: #3c3c3c;
    height: 32px;
    border: 1px solid #d2d0ce;
    font-size: 14px;
    border-radius: 2px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: hsla(0, 0%, 50.2%, 0.11);
    border-color: hsla(0, 0%, 50.2%, 0.11);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding-right: 50px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0000000a;
    color: #000000de;
    /* padding: 10px 0px 10px 7px; */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 2px;
    height: 34px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #184b8b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 20px;
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: normal !important;
    height: 36px;
    margin-right: 0;
    padding-right: 0px;
    font-size: 23px;
    color: #6a6a6a;
    height: 26px;
    width: 26px;
    border-radius: 2px;
    position: absolute;
    right: 25px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #222;
    background-color: #edebe9;
}

.datepicker table tr td span {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.datepicker table tr td,
.datepicker table tr th {
    height: 32px;
    width: 32px;
    font-size: 12px;
}

.datepicker table tr td.today {
    background-color: #184b8b;
    color: #fff;
}

.template-card.card-default {
    width: calc(100% - 30px);
    border: 1px solid #eeeeee;
    border-left: 3px solid #d7d7d7 !important;
    box-shadow: none;
    /* margin-left: 30px; */
    border-radius: 2px;
}

.template-card .saved-template {
    border-left: 3px solid #45cb5a !important;
}

.template-card .archived-template {
    border-left: 3px solid #cb4745 !important;
}

.template-card .job-template {
    border-left: 3px solid #377ac6 !important;
}

.template-card:last-child {
    margin-bottom: 0px !important;
}

#drafts-templates-container .template-card.card-default {
    border-left: #edebe9 5px solid;
}

.template-card.card-default .card-body {
    padding: 10px 0px 10px 15px;
}

.template-card .more-info-section ul li span {
    min-width: initial;
}


/* .card-selection {
    position: absolute;
    left: 0px;
} */

.template-card-head h4 {
    font-size: 16px;
    color: #636363;
    font-weight: 500;
}

.template-card-body {
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.template-card-head,
.template-card-body,
.template-card-bottom {
    padding-right: 15px;
}

.last-update-section {
    background: #FFFBE7;
    padding: 3px 10px;
    font-size: 14px;
    color: #141212;
    font-style: normal;
    font-weight: 500;
}

.last-apply-section {
    background: #F6F6F5;
    padding: 3px 10px;
    font-size: 14px;
    color: #141212;
    font-style: normal;
    margin-left: 5px;
}

.footer-action-section a {
    margin-right: 12px;
    color: #636363;
    font-size: 14px;
}

.footer-action-section a:last-child {
    margin-right: 0px;
}

.footer-action-section a img {
    margin-right: 3px;
}

.label-bg {
    background: #e7ecf3;
    border-radius: 2px;
    height: 38px;
    padding: 6px 10px;
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown.show .btn-action {
    background: #f3f3f3;
}

.dropdown-menu {
    box-shadow: 0 3.2px 7.2px 0 #00000021, 0 0.6px 1.8px 0 #0000001c;
    border: none;
    border-radius: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* box-shadow: 0 0 20px rgb(0 0 0 / 0.22); */
}

.dropdown-menu .dropdown-item {
    color: #666;
    font-size: 14px;
    padding: 8px 15px;
}

.dropdown-menu .dropdown-item span {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu .arrow {
    height: 12px;
    width: 12px;
    box-shadow: none;
    position: absolute;
    top: 6px;
    right: 10px;
    border-color: #0000 #0000 #fff !important;
    border-style: solid !important;
    border-width: 0 8px 8px !important;
    z-index: 9999;
    background: none;
}

.dropdown .with-bg {
    padding: 5px 10px;
    color: #636363;
    cursor: pointer;
}

.dropdown .with-bg:hover {
    background: #e6e6e6;
}

.top-action-bar {
    background: #f9f9f9;
    border-bottom: 1px solid #dedede;
    height: 42px;
    padding-left: 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-list ul {
    display: flex;
    justify-content: end;
}

.action-list ul li {
    margin-right: 3px !important;
}

.action-list ul li:last-child {
    margin-right: 0px !important;
}

.action-list ul li a {
    display: flex;
    padding: 5px 10px;
    color: #636363 !important;
    text-decoration: none !important;
    align-items: center;
    /* color: #000;
    font-weight: 500; */
}

.action-list ul li a svg {
    margin-right: 5px;
}

.action-list ul li a.active,
.action-list ul li a:hover {
    background: #e0e0e0 !important;
    color: #000 !important;
}

.action-list ul li a:hover svg *,
.action-list ul li a.active svg *,
.action-list ul li a.active svg,
.action-list ul li a:hover svg {
    fill: #000;
}

.dropdown-job-post .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.dropdown-job-post .dropdown-toggle::after {
    display: none;
}

.action-list ul li a img {
    margin-right: 3px;
}

.email-activity {
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 9999;
    width: 500px;
    background: #fff;
    height: 100%;
    transition: 0.4s ease all;
    display: block;
}

.email-activity.summary-popup {
    width: 55%;
}

.email-activity::before {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
}

.email-activity.open,
.email-activity.open::before {
    right: 0;
}

.email-activity .email-activity-head {
    height: 55px;
    background: #f3f2f1;
    padding: 0px 20px;
    position: relative;
}

.email-activity .email-activity-head h5 {
    line-height: 65px;
    color: #3c3c3c;
    font-size: 16px;
}

.email-activity .email-activity-head .cross {
    font-size: 18px;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.email-activity .email-activity-head .cross:hover {
    background: rgba(0, 0, 0, 0.08);
}

.email-activity .email-activity-head .cross:hover svg * {
    fill: #2d2d2d !important;
}

.data-overflow-ellipsis {
    /*width: 250px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 400px;
}

.right-job-post-section input {
    width: 120px;
}

.right-job-post-section .icon-date {
    top: 8px;
    right: 14px;
    font-size: 14px;
}

.profile-detail:hover .tooltip-html {
    display: block;
}

.tooltip-html {
    position: absolute;
    box-shadow: 0px 1px 6px 0px rgb(0, 0, 0, 0.3) !important;
    background: #fff;
    padding: 4px 10px;
    top: 60px;
    left: 98px;
    border-radius: 2px;
    display: none;
}

.tooltip-html .job-list-detail div {
    font-size: 12px !important;
}

.tooltip-html .arrow {}

.tooltip-html .arrow::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: -7px;
    left: 10%;
    transform: translateX(-50%) rotate(45deg);
    background: #ffffff;
    border-top: 1px solid #e5e2e2;
    z-index: 1;
    border-left: 1px solid #e5e2e2;
}

.jd-overflow-ellipsis {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 5px;
}

.dropzone .dz-preview .dz-error-message {
    top: 148px !important;
}

.email-activity .email-activity-body {
    padding: 20px;
    position: relative;
    z-index: 99;
    background: #fff;
    /* height: 100%; */
    height: calc(100% - 55px);
    overflow-y: auto;
}

.activities-detail {
    background: #fffaec;
    border-radius: 2px;
    padding: 10px;
}

.activities-detail h5 {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}

.activities-detail h4 {
    font-size: 12px;
    font-weight: normal;
    color: #7f7f7f;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities-detail p {
    font-size: 12px;
    font-weight: normal;
    color: #7f7f7f;
}

.activities ul li {
    padding-left: 25px;
    margin-left: 10px;
    position: relative;
    padding-top: 10px;
    background: url(../images/bg-line.png) 1px top repeat-y;
}

.activities>ul {
    margin-top: 5px;
}

.activities>ul>li:first-child {
    padding-top: 0px;
}

.activities ul li:last-child {
    background-size: 1px 34px;
    background-repeat: no-repeat;
}

.activities ul li ::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 33px;
    width: 26px;
    height: 1px;
    background: #d8d8d8;
}

.activities ul li ::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 26px;
    width: 16px;
    height: 16px;
    background: url(../images/circle.png) left top no-repeat;
}

.activities-detail p span {
    color: #184b8b;
}

.filters-section {
    background: #fff;
    /* height: calc(100% - 66px); */
    border-radius: 2px;
    width: 350px;
    position: fixed;
    z-index: 9;
    top: 55px;
    /* border-right: 1px solid #dedede; */
    height: calc(100% - 55px);
}

.filters-section .tab-content {
    background: #fff;
    padding: 0px 0px;
}

.filters-section-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 103px);
    padding: 15px 15px 55px 15px;
}

.filters-section-wrapper h6 {
    font-size: 14px;
    color: #636363;
    font-weight: 500;
}

.filters-section-wrapper hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.filters-section h3 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.filters-checkboxes-wrap.radio-to-tab label.radio {
    position: relative;
    padding: 0px 12px;
    color: #141212;
}

.filters-checkboxes-wrap.radio-to-tab label.radio input+span {
    border: none !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    position: absolute !important;
    width: auto !important;
    height: 2px !important;
    left: 8px;
    right: 8px;
    bottom: -5px;
}

.filters-checkboxes-wrap.radio-to-tab label.radio input:checked+span {
    border-bottom: 3px solid #262424 !important;
}

.filters-checkboxes-wrap.radio-to-tab label.radio input:checked~span {
    color: #141212;
    font-weight: 500;
}

.filters-checkboxes-wrap.radio-to-tab label.radio input:checked:hover+span {
    left: 2px;
    right: 2px;
}

.filters-checkboxes-wrap.radio-to-tab label.radio input+span::before {
    display: none;
}

.filters-checkboxes-wrap>label {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    margin: 0;
}

.filters-checkboxes-wrap>label:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

.filter-right-data {
    width: 100%;
    padding-left: 350px !important;
}

.irs-max {
    color: #444 !important;
}

.actions-list {
    padding: 0px 15px;
    height: 100vh;
}

.actions-list>ul>li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1px;
    padding-top: 1px;
}

.actions-list>ul>li>a {
    padding: 7px 7px 7px 15px;
    color: #3f4254;
    display: block;
}

.actions-list>ul>li>a:hover {
    background: #e6e6e6 !important;
    text-decoration: none;
}

.actions-list ul li .card {
    background: transparent;
    border: none;
}

.actions-list ul li .card .card-header {
    background: transparent;
    height: auto;
    font-size: 14px;
    color: #545454;
    border-bottom: none;
    padding: 6px 15px;
    cursor: pointer;
}

.actions-list ul li .card .card-header span img {
    transform: rotate(90deg) translateX(-3px);
    transition: all 0.35s ease-in-out;
    position: absolute;
    right: 0;
    top: 9px;
}

.actions-list ul li .card .card-header span.collapsed img {
    transform: rotate(0deg);
}

.actions-list ul li .card .card-body ul li a {
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
    color: #3f4254;
    display: block;
    text-decoration: none;
}

.actions-list ul li .card .card-body ul li a:hover {
    background: #e6e6e6 !important;
}

.candidate-bulk-list tr th label,
.candidate-bulk-list tr th {
    font-size: 14px;
    color: #545454;
    line-height: normal;
    font-weight: 500;
    font-size: 12px;
}

.candidate-bulk-list tr th {
    background: #f6f6f6;
}

.candidate-bulk-list tr.main-row th {
    background: #ebebeb;
}

.candidate-bulk-list tr th table tr td h5 {
    font-size: 14px;
    color: #545454;
}

.candidate-bulk-list tr th table tr td span {
    font-size: 11px;
    color: #919191;
    font-weight: normal;
}

.candidate-bulk-list tr .candidate-name span {
    font-size: 10px;
    color: #959595;
}

.candidate-bulk-list table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.candidate-bulk-list table table tr td {
    border: none !important;
}

.candidate-bulk-list table>tbody>tr>td {
    border-top: 1px solid #edebe9;
    border-bottom: 1px solid #edebe9;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.candidate-bulk-list table>tbody>tr>td:first-child {
    border-left: 1px solid #edebe9;
    border-radius: 4px 0px 0px 4px;
    padding-left: 10px;
}

.candidate-bulk-list table>tbody>tr>td:last-child {
    border-right: 1px solid #edebe9;
    border-radius: 0px 4px 4px 0px;
    padding-right: 10px;
}

.candidate-bulk-list tr.no-border td {
    border: none !important;
    height: 5px;
    line-height: normal;
    font-size: 5px;
    padding: 0px !important;
}

.candidate-bulk-list .tabular-main-header h6 {
    font-size: 14px;
}

.candidate-bulk-list .tabular-main-header span {
    font-size: 11px;
    color: #919191;
    font-weight: normal;
}

.filter-section span {
    color: #a0a09f;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

.selected-section {
    background-color: #e6ecf2;
    color: #456c9d;
    padding: 2px 10px;
    border-radius: 50px;
    /* margin: 0px 10px; */
    min-width: 60px;
    justify-content: space-between;
    margin-left: 10px;
}

.selected-section span {
    color: #456c9d;
    margin: 0px;
    font-size: 12px;
}

.resume-score {
    padding-left: 30px;
}


/* .card-btn-bottom {
    position: absolute;
    padding: inherit;
    right: 0px;
    top: 90%;
} */

.score-number {
    width: 50px;
    height: 50px;
    border: 5px solid #f6f6f6;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #2e2d2c;
    margin-right: 15px;
}

.score-detail h6 {
    font-size: 14px;
}

.score-detail span {
    font-size: 12px;
    color: #707070;
}

.staging-detail {
    text-align: center;
}

.staging-detail h5 {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.staging-detail span {
    color: #184b8b;
    font-size: 20px;
}

.card-stages-info span {
    background: #F6F6F5;
    padding: 3px 10px;
    color: #3c3c3c;
    display: inline-block;
    border-radius: 2px;
    font-weight: 400;
    transition: all 0.3s;
}

.card-stages-info span:hover {
    /* background: #e6e6e6 !important; */
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -13px;
    left: 0px;
}

.owl-carousel.job-post-stage {
    margin-top: 10px;
    border-top: 1px solid #eeeeee;
    /* border-bottom: 1px solid #E3E3E3; */
    padding: 10px 20px 5px 20px;
    /* display: none; */
}

.owl-nav button span {
    display: none;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
    border: 0px solid #184b8b;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    transition: 0.4s ease all;
    position: relative;
    left: -35px;
}

.owl-nav button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e903";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    transform: translate(-50%, -50%);
    font-size: 10px;
}

.owl-nav button.owl-next {
    background: #fff !important;
    transform: rotate(180deg) !important;
    left: 1px;
}

.owl-nav button.owl-prev {
    background: #fff !important;
}

.owl-nav button.owl-next:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.owl-nav button.owl-prev:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

s .owl-nav button.disabled {
    visibility: hidden;
}

.recent-activity-wrapper {
    border-top: 1px solid #eeeeee;
}

.recent-activity {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-left: 20px;
}

.recent-activity label {
    color: #3c3c3c;
    margin-right: 10px;
    font-weight: 500;
}

.recent-activity span {
    background: #fffaec;
    border-radius: 2px;
    padding: 0px 5px;
}

.profile-attachment {
    padding-left: 90px;
}

.profile-attachment:empty {
    display: none !important;
}

.profile-attachment .docDown {
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 8px;
}

.docDown {
    padding: 5px 8px;
    background: #e6ecf2;
    border: 1px solid #e6ecf2;
    border-radius: 2px !important;
    color: #184b8b !important;
    transition: all 0.3s;
}

.docDown:hover {
    background: #d7dfe6;
    border: 1px solid #d7dfe6;
}

.docDown img {
    width: 17px !important;
    margin-right: 5px;
}

.card-view-selection {
    left: 0px;
    top: 0px;
    margin-right: 10px;
    /* margin-top: 15px; */
}

.button-bottom-fixed {
    position: fixed;
    bottom: 0px;
    left: 50px;
    width: 350px;
    display: flex;
    background: #fff;
    padding: 10px;
    z-index: 99999;
}

.button-bottom-fixed .btn-smaller {
    height: 36px !important;
}

.invalid-feedback {
    font-size: 12px;
}

.alert-wrapper {
    border-radius: 2px;
    padding: 10px;
    justify-content: center;
    /* display: flex; */
    flex-flow: wrap;
    text-align: center;
}

.alert-wrapper img {
    margin-bottom: 10px;
    max-width: 30px;
}

.alert-wrapper p {
    color: #707070;
    font-size: 16px;
}

.successful-wrapper {
    background-color: #f0feec;
}

.error-wrapper {
    /* background-color: #ffd2cf; */
    background-color: #ffecee;
}

.published {
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
    text-decoration: none !important;
    cursor: default !important;
    background: #F2F9F3;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 18px;
}

.ongoing {
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
    text-decoration: none !important;
    cursor: default !important;
    background: #FFFBE7;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 18px;
}

.profile-wrapper .primary {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
    cursor: default !important;
}

.job-list-detail {
    color: #636363;
    font-size: 12px;
}

.job-list-detail>div {
    color: #636363;
    font-size: 12px;
    display: flex;
    white-space: nowrap;
}

.job-list-detail>div+div {
    margin-left: 15px;
}

.job-list-bottom label {
    color: #636363;
    font-size: 12px;
    margin-right: 5px;
}

.job-list-bottom span {
    background: #f7f7f7;
    border-radius: 100px;
    font-size: 12px;
    padding: 3px 15px;
    margin-right: 3px;
    margin-bottom: 2px;
    color: #636363 !important;
}

.job-list-bottom span:hover {
    background-color: #e6e6e6;
}

.job-list-rightside {
    border-left: 2px solid #dddddd;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 61px;
}

.job-list-rightside-danger {
    border-left: 2px solid red;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 61px;
}

.job-list-rightside label {
    font-size: 14px;
    color: #8b8b8b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-list-rightside h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.job-list-rightside.job-hired {
    border-color: #2bc08e;
}

.job-list-rightside.job-hired label,
.job-list-rightside.job-hired h4 {
    color: #2bc08e;
}

.page-link:focus {
    box-shadow: none !important;
}


/* --------------------------------------------- */

.swal2-container {
    z-index: 999999999999 !important;
}


/* .swal2-container.swal2-backdrop-show {
}

.swal2-container.swal2-center > .swal2-popup {
} */

.swal2-close {
    display: block !important;
    font-size: 26px !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 26px !important;
    color: #9f9a95 !important;
    border-radius: 2px !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.swal2-close:hover {
    background: #edebe9 !important;
    color: #2d2d2d !important;
}

.swal2-container .swal2-icon {
    display: inline-flex !important;
    width: 30px !important;
    margin: 20px 20px 20px 20px !important;
    height: 30px !important;
    border-width: 2px !important;
}

.swal2-icon .swal2-icon-content {
    font-size: 22px !important;
}

.swal2-title {
    display: inline-flex !important;
    width: calc(100% - 50px) !important;
    margin-left: auto !important;
    margin-top: -68px !important;
    padding: 20px 50px 20px 20px !important;
    font-size: 18px !important;
    color: #636363 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.swal2-html-container {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0px 20px 0px 20px !important;
}

.swal2-actions {
    justify-content: flex-end !important;
    width: calc(100% - 20px) !important;
    margin-right: 20px !important;
    flex-direction: initial;
}


/* .swal2-loader {
} */

.swal2-styled {
    outline: 0 !important;
    box-shadow: none !important;
}

.swal2-styled:not([disabled]) {
    margin: 0 0 0 10px;
}

.swal2-icon.swal2-error,
.swal2-icon.swal2-success {
    display: inline-flex !important;
    width: 5em !important;
    margin: -5px 20px -5px -10px !important;
    height: 5em !important;
    border-width: 2px !important;
    transform: scale(0.4);
}

.swal2-icon.swal2-error {
    animation: none !important;
}

.swal2-styled.swal2-confirm {
    background: #ffd838!important;
    border-color: #ffd838!important;
    color: #fff !important;
    height: 32px;
    padding: 5px 15px;
    font-weight: 400;
    border-radius: 2px !important;
    order: 5;
    color: #141212 !important;
    font-size: 14px !important;
}

.swal2-styled.swal2-confirm:hover {
    border-color: #f7005c !important;
    background: #f7005c !important;
    color: #ffffff !important;
}

.swal2-styled.swal2-deny {
    border: 1px solid #e0e0e0 !important;
    padding: 5px 15px;
    height: 32px;
    border-radius: 2px !important;
    background-color: rgb(255 255 255) !important;
    color: #636363 !important;
    order: 4;
}

.swal2-styled.swal2-cancel {
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px !important;
    background: initial;
    background-color: #fff !important;
    color: #fff;
    font-size: 14px !important;
    border-color: #000 !important;
    color: #000 !important;
    padding: 5px 15px;
    height: 32px;
    font-weight: 400 !important;
}

.swal2-styled.swal2-deny,
.swal2-styled.swal2-cancel:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff;
}

.bootstrap-switch.bootstrap-switch-focused {
    border: 1px solid #ccc;
    outline: none !important;
    box-shadow: none !important;
}

.daterangepicker-with-icon {
    background: #fff url("../images/date.svg") 96% center no-repeat;
}

.daterangepicker .drp-buttons .btn {
    height: auto;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
}

.daterangepicker td.active.in-range,
.daterangepicker td.active.in-range:hover {
    color: #000 !important;
}

table tr td.today {
    background-color: inherit !important;
    border-radius: 4px !important;
    color: #000 !important;
}

table tr td.today.in-range {
    background-color: #f4f4f4 !important;
}

table tr td.today.active {
    background-color: #000 !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.daterangepicker table tr td.active.end-date,
.daterangepicker table tr td.active.end-date:hover {
    background-color: #000 !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.daterangepicker td.in-range {
    background-color: #f4f4f4;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ececec;
    border-color: #ececec;
    color: #000;
    opacity: 0.6;
    pointer-events: none;
}

.btn-primary .header-search-bar {
    background: url("../images/search-outline.png") 0px center / 24px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.btn-primary:hover .header-search-bar {
    background: url("../images/search-outline-white\ .gif") 0px center / 24px no-repeat;
}

.nav-color {
    background: #262424 !important;
    padding-right: 0px !important;
}

.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-link:hover::before {
    background: #ffd838;
}

.navbar ul,
.navbar li {
    font-size: 14px;
    margin-right: 12px;
}

.navbar ul,
li:last-child {
    margin-right: 0;
}

.nav-login:hover {
    background: #575757;
}

.nav-login h3:hover {
    color: #fff;
}


/*external header style*/


/*header style end */


/* --------------------------------------------- */


/* ----------- MEDIA QURIES ----------- */

@media screen and (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media screen and (min-width: 1200px) {
    .vh-xl-100 {
        height: 100vh;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .pl-150 {
        padding-left: 150px;
    }
    .pr-150 {
        padding-right: 150px;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media screen and (max-width: 1599px) {
    .job-list-detail>div {
        font-size: 10px;
    }
    .c-experience {
        display: block;
        margin-bottom: 3px;
        margin-top: 2px;
    }
    .nav-tabs {
        height: auto;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0px !important;
    }
    .resume-score .col-xl-2 {
        padding-right: 0px;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 1280px) {
    .profile-detail-slidebox .inner-body {
        width: 75%;
        padding-right: 0px;
    }
    .filters-section {
        width: 300px !important;
    }
    .filter-right-data {
        padding-left: 300px !important;
    }
}

@media screen and (max-width: 1024px) {
    .dropdown-menu .arrow {
        top: auto;
        right: 50%;
        bottom: -31px;
        margin-right: -25px;
        transform: rotate(90deg);
    }
    .profile-listing ul {
        width: 100%;
    }
    .profile-wrapper {
        width: 100%;
    }
    .profile-detail-slidebox .inner-body {
        width: 80%;
        padding-right: 0px;
    }
    .card.card-default .action-btn {
        display: block;
    }
    /* .right-border-section {
        border-right: 1px solid rgba(0, 0, 0, .125);
        min-height: initial;
        max-height: 400px;
        overflow: auto
    } */
    .right-border-section {
        border-right: none;
        min-height: initial;
        max-height: inherit;
        overflow-y: auto;
    }
    ul#job_post_list {
        max-height: calc(100vh - 480px);
        /* overflow: auto; */
    }
    ul#job_post_list.job-history {
        max-height: calc(100vh - 377px);
    }
    .progress-bar-inner {
        width: 700px;
    }
    .custom-width {
        width: 1200px;
    }
    .left-side-thumbnail {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .bucket-wrapper .plan {
        width: 100%;
    }
    .plan.complete-plan {
        margin-top: 20px;
    }
    .bucket-wrapper .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }
    .bucket-wrapper .plan input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .login-detail {
        display: none;
    }
    .navbar-collapse {
        margin-top: 25px;
        background: #262424;
        position: absolute;
        left: -15px;
        width: calc(100% + 30px);
        top: 40px;
    }
    .nav-login {
        margin-left: 0px;
        margin-right: -15px;
        padding: 0px 10px;
    }
    .navbar-toggler {
        position: absolute;
        display: block;
        width: 100%;
        top: 19px;
        left: -19px;
        outline: none !important;
    }
    .navbar-nav .nav-link {
        padding: 10px 10px;
        margin-right: 0px !important;
    }
    .navbar-brand {
        margin-left: 30px;
    }
    .nav-login h3 {
        max-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .recruite-info h4 {
        font-size: 18px;
    }
    .card-body {
        padding: 15px;
    }
    .sub-title {
        font-size: 18px;
    }
    .main-logo {
        padding: 40px 0px 20px 0px !important;
    }
    .modal-content .modal-footer {
        display: block;
    }
    .modal-footer> :not(:first-child) {
        margin-left: 0px;
    }
    .form-control,
    .btn-custom {
        height: 32px;
    }
    .table.nowrap thead th {
        white-space: nowrap;
    }
    .table.nowrap tbody td {
        white-space: nowrap;
    }
    /* .dataTables_info {
        display: none
    } */
}

@media screen and (min-width: 2000px) {
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (max-width: 1024px) {
    .popover-action-btns {
        display: flex !important;
        top: 3px;
        right: 0px;
    }
    .side-banner-wrapper {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .bucket-wrapper .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
    .form-wrapper .heading {
        font-size: 20px;
    }
    .w-500 {
        width: 100%;
    }
    .body-height {
        height: auto;
    }
    /* footer {
        position: static;
        height: auto;
    } */
    .navbar-brand {
        max-width: 140px;
        margin-right: 0px;
    }
    .content .image-wrapper {
        margin-bottom: 20px;
    }
    .dragdrop-wrapper .content h5 {
        font-size: 20px;
    }
    .dragdrop-wrapper .content p {
        font-size: 16px;
    }
    /* body {
        padding-bottom: 0px;
    } */
    .content .image-wrapper {
        height: 90px;
        width: 90px;
    }
    .dataTables_filter {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .dataTables_filter label {
        width: 100%;
        display: block;
    }
    .dataTables_filter .form-control {
        width: 100%;
        position: static;
    }
    .bucket-stages li {
        padding: 0px;
        font-size: 13px;
    }
    .bucket-stages li label {
        font-size: 13px;
    }
    .card-header {
        height: auto;
        font-size: 19px;
        display: flex;
        align-items: center;
    }
    .card-header img {
        float: left;
    }
    /* .more-info-section {
        margin-top: 15px;
    } */
    .more-info-section ul li label {
        text-align: left;
    }
    .modal-content .modal-header .modal-title {
        font-size: 18px;
    }
    .modal-content .modal-header .close {
        top: 24px;
    }
    .more-info-section {
        margin-top: 5px;
    }
    .more-info-section ul li {
        display: flex;
        margin: 10px 0px 0px 0;
        width: 100%;
    }
    .more-info-section ul li label {
        width: 130px;
    }
    .more-info-section ul li span {
        min-width: 150px;
        padding: 0px 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 540px) {
    .bucket-wrapper .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }
    .bucket-wrapper .plan input[type="radio"]:checked+.plan-content:after {
        top: 20px;
        right: 10px;
    }
    .bucket-wrapper .plan .plan-content .plan-details {
        width: 100%;
    }
    .bucket-wrapper .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.clear-search-span {
    display: inline-block;
    position: relative;
    width: 100%;
}

.owl-next.disabled,
.owl-prev.disabled {
    visibility: hidden !important;
}

.filters-section-wrapper .clear-search-span {
    display: inline-block;
    position: relative;
    width: 100%;
}

.search-control .clear-search-span {
    top: -2px !important;
}

.clear-search-span .form-control {
    padding-right: 40px;
}

.search-span input {
    position: relative;
}

.search-clear-icon {
    position: absolute;
    top: 0;
    right: 35px;
    top: 50%;
    cursor: pointer;
    border: none;
    background: Transparent;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 2px;
}

.search-clear-icon svg {
    width: 10px;
    fill: #6a6a6a;
}

.search-clear-icon svg path {
    fill: #6a6a6a !important;
}

.search-clear-icon:hover {
    background: #edebe9;
}

.search-clear-icon:hover svg path {
    fill: #222 !important;
}

.no-record-found {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* #bulkActionDiv .no-record-found img{
    width: 50% !important;
  } */

.no-record-found img {
    width: 100px;
}

.no-record-found h5 {
    font-size: 16px;
    margin-top: 12px;
    color: gray;
    font-weight: 500;
}

.dataTables_paginate .pagination .paginate_button .page-link {
    border: none !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button .page-link {
    color: #0000008a !important;
    font-weight: 500;
    padding: 0.2rem 0.4rem !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.active .page-link,
.dataTables_paginate .pagination .paginate_button.active:hover .page-link {
    border-bottom: 3px #ffd838 solid !important;
    color: #0000008a !important;
    background: transparent !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button:hover .page-link {
    border-bottom: 3px transparent solid !important;
    color: #184b8b !important;
    background: transparent !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button:first-child:hover .page-link,
.dataTables_paginate .pagination .paginate_button:last-child:hover .page-link {
    border-bottom: 3px transparent solid !important;
    color: #333 !important;
    background: transparent !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.disabled .page-link {
    opacity: 0.6;
    color: #222 !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.previous.disabled:hover .page-link {
    opacity: 0.6;
    color: #222 !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.next.disabled:hover .page-link {
    opacity: 0.6;
    color: #222 !important;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.previous .page-link {
    margin-right: 5px;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.next .page-link {
    margin-left: 5px;
    font-size: 12px;
}

.dataTables_paginate .pagination .paginate_button.previous:hover .page-link,
.dataTables_paginate .pagination .paginate_button.next:hover .page-link {
    color: #333 !important;
    font-size: 12px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    position: relative;
}

.page-item:first-child .page-link::before {
    content: "\e903";
    padding-right: 10px;
    display: inline-block;
    font-family: "icomoon" !important;
    font-size: 10px;
    color: inherit;
    font-weight: bold;
    position: relative;
    top: -1px;
}

.page-item:last-child .page-link::after {
    padding-right: 10px;
    display: inline-block;
    font-family: "icomoon" !important;
    font-size: 10px;
    color: inherit;
    font-weight: bold;
    content: "\e903";
    transform: rotate(-180deg);
    position: relative;
    top: -2px;
}


/***** radio & checkbox styles *****/

label.radio {
    display: flex !important;
    align-items: center !important;
    line-height: 24px;
    margin: 0px !important;
}

label.radio-inline {
    display: inline-flex !important;
}

label.radio input {
    display: none;
}

label.radio input+span {
    display: inline-block;
    margin-right: 5px;
    border-radius: 50px;
    height: 16px;
    width: 16px;
    border: 1px solid #d2d0ce;
    position: relative;
    transition: all 0.3s;
}

label.radio input+span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    height: 0px;
    width: 0px;
    background: #262424;
    content: "";
    transition: all 0.3s;
}

label.radio input:checked+span {
    border-color: #262424;
}

label.radio input:checked+span::before {
    height: 8px;
    width: 8px;
    background: #262424;
}

label.radio:hover input:checked+span {
    border-color: #262424;
    cursor: pointer;
}

label.radio:hover input:checked+span::before {
    background-color: #262424;
}

label.radio:hover span {
    border-color: #262424;
}

label.radio:hover span::before {
    background-color: #262424;
    height: 8px;
    width: 8px;
}

label.checkbox {
    display: flex !important;
    align-items: center !important;
    line-height: 24px;
    margin: 0px;
}

.check-box-margin {
    margin-top: 18px !important;
}

label.checkbox-inline {
    display: inline-flex !important;
}

label.checkbox input {
    display: none !important;
}

label.checkbox input+span {
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
    height: 16px;
    width: 16px;
    border: 1px solid #d2d0ce;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

label.checkbox input+span::before {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    font-size: 6px;
    transform: translate(-50%, -50%);
    content: "\e932";
    transition: all 0.3s;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

label.checkbox input:checked+span {
    border-color: #262424;
    background-color: #262424;
}

label.checkbox input:checked+span::before {
    color: #fff;
    opacity: 1;
}

label.checkbox:hover input+span::before {
    opacity: 1;
}

label.checkbox:hover input:checked+span {
    border-color: #262424;
    background-color: #262424;
}

.bootstrap-switch .bootstrap-switch-label {
    padding: 0px 12px !important;
    line-height: 18px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    line-height: 18px !important;
}


/***** radio & checkbox styles *****/

.bootstrap-switch {
    height: 32px;
    border-radius: 2px !important;
}

.bootstrap-switch-container {
    border-radius: 2px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
}

.bootstrap-switch-label {
    height: 32px;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #262424 !important;
}

.bootstrap-switch-primary {
    background-color: #262424 !important;
}


/* Circles of Job Post */

.circle-flex-wrapper {
    /* display: flex; */
    /* flex-flow: row nowrap; */
    width: 50px;
    margin-right: 12px;
}

.circle-single-chart {
    /* width: 33%; */
    justify-content: space-around;
}

.circle-circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}


/* recruit heading start*/

.heading {
    font-size: 28px;
    color: #212529;
    font-weight: 400;
}

.subheading {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}

.top-search {
    position: relative;
}

.top-search .search-icon {
    position: absolute;
    right: 90px;
    transform: translate(-34px, 0);
}

.recruit-wrapper {
    padding: 15px 0px 20px 0px;
}

.recruit-wrapper .recruit-heading .heading {
    font-size: 20px;
    color: #342E2E;
    font-weight: 500;
}

.recruit-button {
    color: #1b4d89;
    font-size: 16px;
    border-radius: 4px;
    color: #ffffff;
    padding: 20px;
}

.recruit-card-wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.recruit-card-wrap .dashboard-icon {
    height: 67px;
    width: 67px;
    background-color: #F1F0EF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24%;
    /* max-width: 16%; */
    max-width: 25%;
}

.recruit-card .card-body {
    width: 100%;
    text-align: center;
}

.recruit-card .card-number {
    font-size: 30px;
    font-weight: normal;
    color: #3c3c3c;
    line-height: 35px;
    text-align: center;
}

.recruit-card .card-number span {
    font-size: 12px;
    font-weight: 400;
    color: #6A6A6A;
}

.recruit-card .recruit-applicants {
    font-size: 13px;
    color: #141212;
    font-weight: 400;
}

.recruit-card {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 300ms;
}

.recruit-card:hover {
    transform: scale(1.05);
    transition-duration: 300ms;
}

.job-heading {
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 16px;
}

.job-heading a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #093871;
}

.job-heading a:hover {
    text-decoration: underline;
}

#job_post_list .job-card {
    margin-bottom: 15px;
}

#job_post_list>a:last-child .job-card {
    margin-bottom: 0px;
}

#job_post_list .job-card .job-post-description {
    font-size: 12px !important;
    COLOR: #141212;
}

.job-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
}

.job-card-header h4 {
    font-size: 15px;
    color: #342e2e;
    font-weight: 500;
}

.white-space-nowrap {
    white-space: nowrap;
}

.job-card .card-text {
    font-size: 11px;
    display: flex;
    color: #3c3c3c;
    justify-content: space-between;
    margin-bottom: 10px;
}

.grey-color {
    color: #919191;
}

.job-tag-wrapper {
    display: flex;
}

.tooltip-inner {
    background-color: #fff !important;
    color: #1B1B1B;
    font-weight: 700;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08) !important; */
    box-shadow: 0px 1px 6px 0px rgb(0, 0, 0, 0.3) !important;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff !important;
}

.tooltip.show {
    opacity: 1;
}

.job-tag-wrapper .job-tag {
    background-color: #f2f2f2;
    border-color: #707070;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 5px;
}

.job-tag-wrapper .job-tag span {
    line-height: 14px;
}

.job-tag-wrapper .job-tag img {
    position: relative;
    top: -1px;
}

.job-tag-wrapper .job-tag.job-type {
    background-color: #F2F9F3;
}

.job-tag.job-salary-range {
    background-color: #EEF3F8
}

.job-tag-wrapper .job-tag:last-child {
    margin-right: 0px;
}

.job-location {
    display: flex;
    justify-content: space-between;
}

.job-area-location {
    font-size: 12px;
    color: #3c3c3c;
    font-weight: 500;
    display: flex;
    align-items: center;
    max-width: 160px;
    overflow: hidden;
}

.job-area-location span img {
    width: 15px;
}

.job-area-location span.text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown select {
    border-radius: 2px;
    position: relative;
    border: 1px solid #d7d7d7;
    height: 30px;
    padding: 2px 20px 2px 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}

.dropdown select:focus {
    border-color: #3f51b5;
}

.job-applicants {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #093871;
    font-size: 14px;
}

.job-recommended {
    font-size: 12px;
    color: #c19d07;
    margin-right: 20px;
}

.job-imgs {
    display: flex;
}

.job-imgs .image-wrapper {
    border-radius: 50%;
    margin-left: -7px;
    position: relative;
    z-index: 9;
}

.job-imgs .image-wrapper:first-child {
    z-index: 99;
}

.job-imgs .image-wrapper img {
    height: 25px;
    width: 25px;
}

.img-amount {
    font-size: 11px;
    color: #636363;
}

.customise-text {
    font-size: 18px;
}

.color-blue {
    color: #093871;
}

.pop-up-wrapper {
    position: fixed;
    right: 17px;
    bottom: 68px;
}

.pop-up-card {
    background-color: #ffffff;
    box-shadow: 0px 0px 19px #e6e6e6;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 225px;
    height: 55px;
}

.pop-up-img {
    background: #1b4d89;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-img img {
    width: 15px;
}

.pop-up-img:hover {
    box-shadow: 0px 3px 6px #3f72b0;
    transition: 0.3s;
}

.global-create {
    background: #1b4d89;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0px 2px 9px #3f3f3f;
    transition: 0.3s;
}

.global-create:hover {
    box-shadow: 0px 3px 9px #3f72b0;
    transition: 0.3s;
}

.pop-up-card:last-child {
    margin-bottom: 0;
}

.pop-up-card h4 {
    font-size: 14px;
    color: #093871;
    font-weight: 400;
    margin-right: 15px;
    margin-left: auto;
}


/*recruit heading end*/


/*contact form */

.recruit-profile {
    position: relative;
}

.recruit-profile .profile-img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.recruit-profile h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3c3a3a;
}


/*contact form ending */

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.red .circle {
    stroke: #ff6c6c;
}

.circular-chart.orange .circle {
    stroke: #ffb546;
}

.circular-chart.green .circle {
    stroke: #4cc790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.circle-percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 10px;
    text-anchor: middle;
}


/* Circles of Job Post */

.dropzone-msg-title {
    font-size: 20px !important;
    color: #6a6a6a !important;
}

.score-inline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.score-inline>div {
    margin-left: 10px !important;
}


/*** step-wizard ***/

.step-wrapper {
    position: relative;
    list-style: none;
    text-align: center;
    width: 100%;
}

.step-wrapper .step-box {
    position: relative;
    padding: 0;
    width: 200px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px -2px;
    overflow: hidden;
}

.step-wrapper .step-link {
    text-decoration: none !important;
    display: block;
}

.step-wrapper .step-link .number {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 2px solid #d7d7d7;
    color: #6a6a6a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    z-index: 99;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.step-wrapper .step-link .number span {
    background: #fff;
    height: 26px;
    width: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-wrapper .step-box .number::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    right: 28px;
    top: 12px;
    background: #d7d7d7;
    z-index: 88;
}

.step-wrapper .step-box:first-child .number::before {
    display: none;
}

.step-wrapper .step-box .number::after {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    left: 28px;
    top: 12px;
    background: #d7d7d7;
    z-index: 88;
}

.step-wrapper .step-box:last-child .number::after {
    display: none;
}

.step-wrapper .step-box .step-link .text {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
}

.step-wrapper .step-box.current .step-link .text,
.step-wrapper .step-box.active .step-link .text {
    color: #141212;
}

.step-wrapper .step-box:hover .number {
    background: #ffffff;
    border-color: #141212;
    color: #141212;
}

.step-wrapper .step-box.current .number,
.step-wrapper .step-box.active .number {
    border-color: #141212;
    background-color: #ffd838;
}

.step-wrapper .step-box.current .number span,
.step-wrapper .step-box.active .number span {
    /* color: #ffd838; */
    color: #fff;
    border-color: #fff;
    background-color: #000;
}

.step-wrapper .step-box.current .number::after,
.step-wrapper .step-box.active .number::after {
    background: #141212;
}

.step-wrapper .step-box.current.past+.current .number::before,
.step-wrapper .step-box.active.past+.active .number::before {
    background: #141212;
}

.step-wrapper .step-box.current.past+.current .number::before,
.step-wrapper .step-box.active+.active .number::before {
    background: #141212;
}

@media screen and (max-width: 1500px) {
    .step-wrapper .step-box {
        width: 150px;
    }
    .recruit-card-wrap .dashboard-icon {
        height: 50px;
        width: 50px;
    }
    .recruit-card .recruit-applicants {
        font-size: 11px;
    }
    .recruit-card .card-number {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .step-wrapper .step-box {
        width: 120px;
    }
    .step-wrapper .step-box .step-link .text {
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .step-wrapper .step-box {
        width: 33%;
    }
    .step-wrapper .step-box .step-link .text {
        font-size: 12px;
    }
}


/*** step-wizard ***/

.datepicker-days * {
    transition: all 0.3s;
}

.datepicker-days {
    padding-top: 5px !important;
}

.datepicker-days table thead tr th {
    width: 34px !important;
    height: 34px !important;
    color: #333 !important;
}

.datepicker-days table thead tr th.prev,
.datepicker-days table thead tr th.next {
    width: 32px !important;
    height: 32px !important;
    border-radius: 2px !important;
}

.datepicker-days table thead tr th.prev span,
.datepicker-days table thead tr th.next span {
    border-color: #d7d7d7 !important;
}

.datepicker-days table thead tr th.prev:hover span,
.datepicker-days table thead tr th.next:hover span {
    border-color: #000 !important;
}

.datepicker-days table thead tr th select {
    height: 32px !important;
    max-width: 65px !important;
    padding: 3px !important;
    border-color: #d7d7d7 !important;
    accent-color: #184b8b !important;
}

.datepicker-days table thead tr th select:hover,
.datepicker-days table thead tr th select:focus {
    border-color: #00134a !important;
}

.datepicker-days table tbody tr td {
    color: #6a6a6a;
    border-radius: 2px !important;
    width: 34px !important;
    height: 34px !important;
    transition: all 0.3s;
}

.datepicker-days table tr td.active {
    background: #184b8b !important;
    color: #fff !important;
}

.datepicker-days table tr td.active:hover {
    background: #00134a !important;
    color: #fff !important;
}

.datepicker-days table tr td.available {
    background: #fff;
    color: #6a6a6a;
}

.datepicker-days table tr td.available:hover {
    background: #edebe9;
    color: #000;
}

.datepicker-days tfoot {
    height: 5px !important;
}

.step_card {
    display: none;
}

.action-header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.action-header .title {
    font-size: 16px;
    font-weight: 500;
    color: #00134a;
    margin-left: 0px;
    margin-bottom: 0px;
}

.action-header .filter-dropdown {
    border: none;
    background: transparent;
    padding: 0px 8px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    min-width: 30px;
    position: relative;
    margin-left: 3px;
    cursor: pointer;
}

.action-header .filter-dropdown:hover {
    background-color: #edebe9;
}

.action-header.filter-expanded .filter-dropdown {
    background-color: #edebe9;
}

.action-header.filter-expanded .filter-dropdown * {
    color: #222;
}

.action-header .filter-dropdown:hover * {
    color: #333 !important;
}

.action-header .filter-dropdown:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.action-header .filter-dropdown .text {
    color: #184b8b;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.action-header .filter-dropdown .icon {
    color: #184b8b;
    font-size: 7px;
    font-weight: bold;
}

.action-header .filter-content {
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 50px;
    right: 10px;
    height: auto;
    width: 315px;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    display: none;
}

.action-header .filter-content::before {
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #d7d7d7 transparent;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -18px;
    right: 9px;
    z-index: 999;
    content: "";
}

.action-header .filter-content::after {
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -16px;
    right: 10px;
    z-index: 999;
    content: "";
}

.action-header .filter-content .heading {
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.action-header .filter-content .form-group {
    margin-bottom: 10px;
}

.action-header .filter-content .form-group label {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.action-header .filter-content a {
    font-size: 12px;
}

.action-header .filter-content .form-group .form-control {
    width: 100%;
    height: 32px !important;
}

.action-header .filter-content .footer {
    display: flex;
    justify-content: flex-end;
}

.action-header.filter-expanded .filter-content {
    display: block;
}

.action-header .search-control {
    position: absolute;
    left: 0px;
    width: calc(100% - 0px);
    top: -4px;
    z-index: 999;
    display: none;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background: #fff;
}

.action-header .search-control:hover {
    border-color: #184b8b;
}

.action-header .search-control .icon-arrow-back {
    font-size: 17px;
    font-weight: bold;
    color: #6a6a6a;
    padding: 5px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 3px;
}

.action-header .search-control .icon-arrow-back:hover {
    background: #edebe9;
    color: #222;
}

.action-header .search-control .clear-search-span {
    padding-left: 27px;
}

.action-header .search-control .search-clear-icon {
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action-header .search-control .clear-search-span input {
    height: 35px;
    padding: 6px 40px 5px 5px !important;
}

.action-header .search-control .icon-search {
    font-size: 13px !important;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action-header.focus .search-control {
    display: block;
}

.action-header.focus .filter-dropdown.text {
    display: none;
}

.action-header .search-control input {
    border: none !important;
}

.close {
    font-weight: normal !important;
}

#change-password-form .parsley-complexity {
    line-height: 14px;
}

.jobDescTitle {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    max-width: 250px !important;
    display: inline-block;
}

.page-heading {
    text-align: center;
    margin: 0px 0px 40px;
}

.page-heading h3 {
    color: #181818;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 32px;
}

.page-heading p {
    font-size: 16px;
    color: #575757;
}

.number-recordFound {
    font-size: 14px;
    position: absolute;
    top: 115px;
    right: 15px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTable {
    width: 100% !important;
}

.candidate-name {
    min-width: 200px;
}

.candidate-name a {
    max-width: 170px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media screen and (max-width: 1900px) {
    .action-list ul {
        justify-content: flex-start;
    }
    .action-list ul li a {
        font-size: 12px;
        padding: 5px 9px;
    }
    .number-recordFound {
        top: 132px;
    }
    /* .profile-detail h2 span {
        display: block;
    } */
    .profile-detail .action-btn {
        top: 10px;
    }
}

@media screen and (max-width: 1600px) {
    .job-heading,
    .chart-heading {
        font-size: 14px;
    }
    .action-list ul li a {
        font-size: 12px;
        padding: 5px 8px;
    }
}

@media screen and (max-width: 1400px) {
    .action-list ul li a {
        font-size: 11px;
        padding: 5px 3px;
    }
}

@media screen and (max-width: 1300px) {
    .top-action-bar {
        height: auto;
        display: block;
    }
    .action-list ul li a {
        font-size: 11px;
        padding: 5px 3px;
    }
}

@media screen and (max-width: 1200px) {
    .modal-content .modal-footer {
        padding-top: 20px;
    }
    .resume-top {
        margin-top: 200px !important;
    }
}

@media screen and (min-width: 1024px) {
    .action-header .filter-content,
    .action-header .filter-dropdown {
        display: none !important;
    }
    .action-header .filters-btn {
        display: none !important;
    }
    #job-filters-popover {
        display: none;
    }
    .selected-filter:empty {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .recruite-action-btns {
        flex-direction: column;
    }
    .recruite-action-btns li {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }
    .search-control .clear-search-span {
        top: 0 !important;
    }
    .modal-size {
        min-width: 650px;
    }
}

@media screen and (max-width: 767px) {
    .page-heading h3 {
        font-size: 24px;
    }
    .page-heading p {
        font-size: 14px;
    }
    .modal-size {
        min-width: 410px;
    }
}


/* input[type="search"] {
    width: 480px;
    height: 49px;
    border: 3px solid black;
    padding-left: 48px;
    padding-top: 1px;
    background: url("../images/cross-grey.svg") center / 10px no-repeat !important;
    outline: 0;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    content: " ";
    position: relative;
    right: 20px;
    background: url("../images/cross-grey.svg") center / 10px no-repeat !important;
    height: 10px;
    width: 20px;
    border-radius: 10px;
    border: 1px solid red;
    opacity: 0;
} */


/* /EXPERIMENTAL CHECKING */


/* input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 14px;
} */


/* css new asfand */

.rate {
    float: left;
    height: 46px;
    padding: 0 0px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 22px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 26px;
    color: rgb(255 156 37 / 20%) !important;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #FF9C25 !important;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #FF9C25 !important;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #FF9C25 !important;
}

.show-more {
    text-transform: initial;
    color: #184B8B;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
}

#resumeCards .nav-tabs .nav-link {
    color: #141212;
}

#resumeCards .cbadge {
    position: relative;
    top: -6px;
    left: -2px;
    color: #fff !important;
}

#resumeCards .tab-pane.height100auto {
    box-shadow: inset 0px -8px 14px -10px #cacaca;
    margin-bottom: 20px;
}

.cbadge {
    background: #ff9c25 !important;
    border-radius: 4px;
}

.resume-score .card-default {
    box-shadow: none !important;
    border: 1px solid #DEDEDE!important;
    transition-duration: 300ms;
}

.resume-score .card-default:hover {
    transform: scale(1.06);
    transition-duration: 300ms;
}

.resume-score .col-xl-2 {
    padding-right: 0px;
}

.resume-score {}

.c-mail {
    text-transform: initial;
    color: #184B8B;
    font-size: 14px;
    text-decoration: underline;
}

.c-experience {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
}

.c-ID {
    background: #E2EDFB;
    padding: 3px 10px;
    font-size: 12px;
    color: #141212;
    font-style: normal;
    margin-left: 5px;
    border-radius: 5px;
}

.th-width {
    width: 50px !important;
}

.nav-tabs .nav-link .count_circle {
    position: relative;
    top: -6px;
    left: -4px;
    background: #ff9c25 !important;
    border-radius: 4px;
    color: #fff;
    min-width: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 1px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.profile-detail h2 .c-ID span:hover {
    text-decoration: none !important;
    cursor: auto;
}

.profile-detail h2 .c-ID:hover {
    text-decoration: none !important;
    cursor: auto;
}

.profile-detail h2 .c-experience span:hover {
    text-decoration: none !important;
    cursor: auto;
}

.profile-detail h2 .c-experience:hover {
    text-decoration: none !important;
    cursor: auto;
}

.profile-pic-preview {
    width: 90px !important;
    height: 90px !important;
}

.card-box {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    padding: 15px 20px;
    border-radius: 4px;
}

.profile-underline {
    color: #1B4D89 !important;
    text-decoration: underline;
}

#profileAddress {
    color: #636363 !important;
}

.card-box .sub-title {
    color: #3C3C3C !important;
    border: 0px !important;
    margin-bottom: 0px !important;
}

.profiles-wrap .badge {
    margin: 3px 3px 3px 0px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    transition: all 0.3s;
    position: relative;
}

.cross-icon-badge {
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 11;
    cursor: pointer;
}

.cross-icon-badge:hover svg path {
    fill: #707070;
}


/* tbody tr:hover td {
    background: #FFFBED  !important;
} */

tbody tr:hover td a {
    color: #A76E2A !important;
}

tbody tr:hover td .badge-primary a {
    color: #3C3C3C !important;
    text-decoration: none !important;
}

.dataTables_scroll .badge-primary:hover {
    background-color: #FFD838 !important;
    text-decoration: none !important;
}

.badge {
    padding: 6px 8px;
    transition: all 0.3s;
    /* background-color: #EFEEED !important; */
}

.badge-primary a {
    color: #3C3C3C !important;
    text-decoration: none !important;
}

tbody td {
    border-top: none !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #D7D7D7;
}

.dataTables_scroll thead tr th {
    color: #424242 !important;
    font-size: 14px !important;
}

.btn-create-resume {
    font-weight: 600;
    text-decoration: underline;
    position: relative;
    top: -13px;
}

table .grid-action-btn {
    line-height: 20px;
}

.main-heading .action-history {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.main-heading .count_circle {
    color: white;
    background: #FF9C25;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px;
    min-width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5px;
    left: -5px;
}

.main-heading .action-history:hover .count_circle {
    text-decoration: none !important;
}

.profile-detail .grid-action-btn {
    visibility: visible;
}

.tooltip-inner {
    max-width: 400px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.w-250 {
    width: 245px;
}

table tr .grid-action-btn {
    visibility: hidden;
}

table tr:hover .grid-action-btn {
    visibility: visible;
}

#reportsTable_filter {
    height: 0px;
    ;
}

.job-list-bottom .source-tag {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 10px;
}

.job-list-bottom .source-tag:hover {
    background-color: transparent;
}

.jobpost-left {
    max-width: 830px;
    width: 830px;
    padding-left: 15px;
}

.jobpost-right {
    width: calc(100% - 830px);
    padding: 0px 10px 0px 50px;
}