*,
*::before,
*::after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
a:hover{
    text-decoration: none;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #f8f9fa!important;
    letter-spacing: .5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #191C24;
}

.bg-primary {
    background-color: #007db2 !important;
}
.bg-blue{
    background-color: #163865!important;
}

.border-dotted {
    border-bottom: 1px dotted #fff;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.post-job {
    background: #fff !important;
    color: #010101 !important;
    font-weight: 500;
    padding: 2px 20px;
    text-align: left;
    margin: 10px 0
}

.btn:hover,
.btn:active {
    background: #1699D0;
    background-repeat: no-repeat;
    border: 1px solid #1699D0;
    color: #fff;
}

.btn-message-send {
    background: #1699D0 !important;
    background-repeat: no-repeat;
    border: 1px solid #1699D0 !important;
    color: #fff !important;
}

.post-job i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ececec !important;
    border-radius: 100%;
    margin-right: 10px;
    color: #0062cc;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.company-fa {
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    border-radius: 100%;
    margin-right: 0px;
    color: #ffffff;
    float: left;
    margin-top: -5px;
}

/*** Layout ***/
.sidebar {
    position: fixed;
    left: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background-color: #163865!important;
    transition: 0.5s;
    z-index: 999;
}
.sidebar.with-notification {
    top: 70px;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #FFFFFF;
    transition: 0.5s;
}

@media (min-width: 768px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -230px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: calc(100% - 20px);
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar {
         width: 60%;
         overflow-y: scroll;
    }

    .sidebar.open {
        width: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
    .navbar-brand  .ci-logo-small img{
        width: 70%!important;
    }
}

.img-circle {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0px auto;
    border-width: 2px;
    border-style: solid;
    border-color: #adb5bd;
    border-image: initial;
    padding: 5px;
    border-radius: 100%;
}

.img-circle img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

/*** Navbar ***/
.ci-logo-small {
    max-width: 200px !important;
}

.sidebar .navbar .navbar-nav .nav-link {
    padding: 15px 10px;
    color: #fff;
    font-weight: 500;
    outline: none;
    margin: 1px 0;
}

.sidebar .navbar .navbar-nav .nav-link.active {
    color: #ffb631;
    border-radius: 0;
}
.sidebar .navbar .navbar-nav .nav-link.active i{
    color: #ffb631;
}
.sidebar .navbar .navbar-nav .nav-link:hover{
    border-radius: 0;
    border-color: transparent!important;
    background: transparent;
    color: #ffb631;
}
.sidebar .navbar .navbar-nav .nav-link:hover i{
    color: #ffb631;
}
.sidebar .navbar .navbar-nav .nav-link i {
    color: #fff;
    font-size: 20px;
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 30px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 35px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.top-bar.navbar .sidebar-toggler {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #079bd2;
    border-radius: 6px;
    color: #fff;
    border: 2px solid #fff;
}
.top-bar.navbar .navbar-nav .nav-link i {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 40px;
    color: #0062cc;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}

.white-box {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 4px #ededed;
    background: #fff;
}

.search-input {
    border-radius: 0.25rem 0 0 0.25rem !important;
    background-color: #ffffff;
    border-right: none;
}

.white-box .job-row h6,
.white-box .job-row p {
    margin-bottom: 4px;
}

.jobs-section .nav-tabs .nav-item.show .nav-link,
.jobs-section .nav-tabs .nav-link.active,
.jobs-section .nav-tabs .nav-link:hover {
    color: #171717;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #079bd2;
}

.jobs-section .nav-tabs .nav-link {
    color: #919191;
}

.jobs-section .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 6px;
}

.table thead th {
    border-top: none;
}
.view-btn,
.view-btn:hover,
.view-btn:active,
.view-btn:focus,
.view-btn:visited {
    padding: 0.175rem 0.25rem;
    font-size: 16px;
    color: #007bff;
    border-color: #007bff;
    border: none;
    border-bottom: 1px solid #007bff;
    border-radius: 0;
    background: 0;
    cursor: pointer;
    outline: none;
}

.td-icon {
    font-size: 21px;
    margin-left: 4px;
    margin-top: 10px;
}

.td-bot {
    color: #727272;
    margin-top: 8px;
}

.td-top {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 80%;
    line-height: 30px;
    word-wrap: break-word;
}

.status-control {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

table {
    margin-bottom: 0 !important;
}

.section-heading {
    color: #000000;
}

.section-heading:after {
    content: "";
    width: 90px;
    height: 4px;
    background-color: #079bd2;
    position: absolute;
    left: 15px;
    top: 30px;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none;
}

.td-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 150px;
    word-wrap: break-word;
}

@media screen and (max-width: 800px) {
    .td-text {
        max-width: 90%;
    }

    .td-top {
        max-width: 90%;

    }

    .jobs-section .nav-tabs .nav-item {
        min-width: 120px;
        margin-bottom: 10px;
    }

    table {
        border: 1px solid #ccc;
    }

    table tr {
        border: 1px solid #ddd;
    }

    .table td,
    .table th {
        padding: 0.75rem 1rem;
    }

    .td-icon {
        font-size: 18px;
        margin-left: auto;
    }

    .td-bot {
        color: #727272;
        margin-top: 5px;
    }

    .jobs-section .table td,
    .table th {
        padding: 0.75rem;
    }

    table th,
    table td {
        padding: 0.75em 0.25em;
        text-align: center;
    }

    .table td,
    .table th {
        border-top: none;
    }

    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 1em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: capitalize;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .status-control {
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 0;
        text-align: right;
        max-width: 50%;
        float: right;
        position: relative;
        top: -13px;
        background: 0;
        margin-top: 0;
        right: 0;

    }
}

.error-msg {
    margin-top: 4px;
    font-size: 14px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

label {
    color: #000000;
}
p.info-small-text{
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 14px;
}
a.nav-item.nav-link {
    cursor: pointer;
}
.btn-primary:hover,.btn-default:hover{
    transition-delay: 0.2s;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
 }
/* modal  */

.upload-logo{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: inherit;
    display: block;
  }
  label.label-file-input {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    margin-top: 4px;
    color: #6a6868;
}
.form-control.file-caption.kv-fileinput-caption {
    border: none;
}
.file-input-new .input-group {
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.btn.btn-primary.btn-file{
    background-color: #173967;
    border-color: #173967;
}

.btn.btn-gray.btn-default.btn-mar-right.bs3 {
    background: #173967;
    color: #ffffff !important;
    margin: 10px 0px;
    width: auto;
    min-width: 20%;
    padding: 5px 20px;
    font-size: 18px;
}
#intake-job-btn a {
    border-radius: 4px;
}
.btn-gray .icon {
    margin-right: 3px;
}
.custom-modal .modal-content {
    border: 4px solid #0094d3;
}
.custom-modal .modal-header {
    padding: 0.8rem 1rem;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 70%) !important;
}

.custom-modal .modal-header .close {
    padding: 0;
    margin: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.custom-modal .modal-body {
    padding: 2rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.custom-modal .modal-body .form-group {
    margin-bottom: 1rem;
}
.custom-modal .modal-body .form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.upload-modal .file-input-new {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
}
.custom-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.custom-modal .kv-upload-progress.hide {
    display: none;
}
.custom-modal .progress {
    display: flex;
    min-height: 1rem;
    font-size: 0.75rem;
    background-color: rgb(233, 236, 239);
    overflow: hidden;
    border-radius: 100px;
}
.custom-modal .progress-bar {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    background-color: rgb(0, 148, 211);
    padding: 1px 10px;
    transition: width 0.6s ease 0s;
}
.custom-modal .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 0;
    border: none;
}
.custom-modal .input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.hidden {
    display: none;
}
.custom-modal  .input-group>.form-control:not(:last-child), .custom-modal  .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-modal .input-group>.form-control, .custom-modal .input-group>.form-control-plaintext, .custom-modal .input-group>.custom-select, .custom-modal .input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.file-caption {
    border: none;
    padding: 0px;
}
.fileinput-cancel {
    display: none !important;
}
.btn.btn-primary.btn-file {
    background-color: #007bff;
    border-color: #007bff;
}
.modal-btn button:first-child {
    background: #aeaeb1;
    color: #ffffff;
}
.custom-modal .modal-dialog {
    max-width: 600px;
}
button.btn.btn-default.fileinput-upload.fileinput-upload-button {
    display: none;
}
.bg-postForm{
    background-color: rgb(227,248,255);
    border-radius: 8px!important;
}
.box-seperate{
    border-left: 3px solid #009ad4;
    box-shadow: 0px 4px 4px #ededed;
    border-radius: 0px 0px 10px 10px;
}
.box-seperate-heading{
    background: #009ad4;
    padding: 8px 15px;
    color: white;
    border-radius: 10px 10px 0px 0px;
    margin-top: 2.5rem;
    text-align: center;
}
.box-seperate-heading h5{
    color: white;
    font-weight: 500;
}
.btn-default{
    background: #aeaeb1;
    color: #fff;
}
.td-icon{
    cursor: pointer;
}
.rotate{
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.clickBox-2{border-left: 2px solid #007db2; margin: 15px 0; cursor: pointer}
.clickBox:hover, .clickBox-2:hover{
    box-shadow: 0px 10px 10px #ededed;
    cursor: pointer;
}
a,.btn{cursor: pointer;}
@media (min-width: 767px) {
    a.sidebar-toggler.flex-shrink-0.rotate {
        position: fixed;
        bottom: 4px;
        left: 4px;
    }
}
textarea {
    height: 230px;
}
.loading {position: relative;color: green;font-weight: 600;font-size: 16px;width: 110px;margin:auto;}
.loading span {
  position: relative;
  height: 10px;
  width: 84px;
  overflow: hidden;
  float: left;
  top: 10px;
}
.loading span > i {
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  -webkit-animation: wait 4s infinite;
  -moz-animation: wait 4s infinite;
  -o-animation: wait 4s infinite;
  animation: wait 4s infinite;
}
.loading span > i:nth-of-type(1) {
  left: -28px;
  background: #9d9d0e;
}
.loading span > i:nth-of-type(2) {
  left: -21px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #0a6d0a;
}

@-webkit-keyframes wait {
  0%   { left: -7px  }
  30%  { left: 52px  }
  60%  { left: 22px  }
  100% { left: 100px }
}
@-moz-keyframes wait {
  0%   { left: -7px  }
  30%  { left: 52px  }
  60%  { left: 22px  }
  100% { left: 100px }
}
@-o-keyframes wait {
  0%   { left: -7px  }
  30%  { left: 52px  }
  60%  { left: 22px  }
  100% { left: 100px }
}
@keyframes wait {
  0%   { left: -7px  }
  30%  { left: 52px  }
  60%  { left: 22px  }
  100% { left: 100px }
}

.company_info_logo img, .company-logo img{width:100px; cursor: pointer;}
.disable,.disable:hover {background: #a3a9ab;border: #a3a9ab;cursor: inherit !important;}
.left-company-img{
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 35px 0px;
    background: #fff;
}
#company-info .cmp-name{
font-size: 23px;
font-weight: 500;
}
#company-info .cmp-text{
    font-size: 16px;
}
#company-info .editCompany {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #000;
}
.disable .company-logo img{
    width: 200px;
    padding: 0px;
    opacity: 0.8;
}

.top-bar{
    background-color: #fff!important;
    box-shadow: 0 0 2px #555;
}
.info-box{
    border-bottom: 0.2px dotted #ddd;
}
.top-bar.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}
.btn-collapse-nav{
    position: fixed;
    bottom: 0;
    z-index: 999;
}
/* loader */
.loader, .company-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

.loader h2, .company-loader h2 {
    color: #0a8bdb;
    margin-right: 4px;
    font-size: 1.5em;
    animation: blink 1s linear infinite;
}

.dot {
    width: 15px;
    height: 15px;
    margin: 5px 5px 0;
    max-width: 15px;
    max-height: 15px;
    border-radius: 50%;
    animation: loader-animation 0.8s ease-in-out infinite alternate;
}

.dot1 {
    background-color: #0a8bdb;
    animation-delay: 0.1s;
}

.dot2 {
    background-color: #1d8baa;
    animation-delay: 0.2s;
}

.dot3 {
    background-color: #152c93;
    animation-delay: 0.3s;
}

@keyframes loader-animation {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blink {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}
.edu-level ul.dropdown-menu li:first-child {
    display: none;
}
.edu-level .multiselect-native-select ul.multiselect-container.dropdown-menu{
    width: 100%;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    z-index: 1;
}
.edu-level .btn-group .dropdown-toggle::after {
    position: relative;
    right: 0;
    float:right;
    top: 10px;
}
button.multiselect.dropdown-toggle.btn.btn-default,button.multiselect.dropdown-toggle.btn:hover {
    text-align: left;
    background: #fff !important;
    color: #495057 !important;
}
.edu-level .multiselect-container>li>a>label {
    padding: 6px 6px 6px 6%;
}
.edu-level ul.multiselect-container.dropdown-menu  li:hover{
    color: #fff;
}
.edu-level ul.multiselect-container.dropdown-menu{
    margin-top: -2.5px;
}
.edu-level .btn-group label{
    font-size: 17px;
}
.box-heading p{
    font-weight: 700;
    font-size: 17px;
}
.text-dark{
    color: #000!important;
}
.modal-title {
    display: none;
}
.btn.btn-primary.disable:hover{
    background: #a3a9ab!important;
    border: #a3a9ab!important;
    box-shadow: none;
}
.company-modal img{
    width: 65%;
    margin-top:5px;
}
.company-modal .message{
font-weight: 500;
color: #000;
}
.company-modal .modal-content{
    border: none;
}
button.btn.primary-btn.upload-confirm.bs3 {
    background-color: #007bff;
    color: #fff;
}
.clone-job-confirm-modal img{
    width: 100%;
    margin-top:5px;
}
.clone-job-confirm-modal .modal-content p{color: #000;}
.view-job-btn{
    color: #000;
    background: 0;
    cursor: pointer;
    outline: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #163865;
    border-color: #163865;
}
.sidebar .navbar .dropdown-menu{
    background-color: transparent;
    border: none;
    color: #fff;
}
.sidebar .navbar .dropdown-item {
    color: #fff;
}
.card-header .title {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  color: #fff;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.candidate-section .card-header {
    padding: 1.0rem 1.25rem;
    background: #90969c17;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
    margin: 0px 0 20px;
}
.accordion>.card{
    box-shadow: 0px 4px 4px #eaf0f6;
}
.candidate-section .form-control:focus {
    border: none;
    box-shadow: none;
}
.section-heading-2:after {
    content: "";
    width: 90px;
    height: 4px;
    background-color: #007db2;
    position: absolute;
    left: 272px;
    top: 135px;
}
/* Upload profile image */
.kv-upload-progress.hide {
    display: none;
}
.circle {
    position: relative;
}
.circle:hover .p-image {
    border-radius: 100%;
    opacity: 1;
    visibility: hidden;
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    display: none;
}
.p-image {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: .5s ease;
}
.btn-primary {
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    background: rgb(23, 57, 103) !important;
    border-radius: 4px !important;
    padding: 5px 10px;
}
.btn-primary{
    padding: 5px 10px;
}
.modal-content button.bs3 {
    font-weight: 500;
}
.modal-btn button {
    display: inline-block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(0, 148, 211);
    border-radius: 12px;
    padding: 5px 30px;
    transition: transform 250ms ease 0s;
    cursor: pointer;
    font-size: 1rem;
}
label span.text-danger{
    font-weight: bold;
}
#dashboard .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
#dashboard .table thead tr,#jobs .table thead tr{
    background: #079bd2;
    color: #fff;
}
#dashboard .table td h6{
    font-weight: 500;
}
@media (min-width: 992px) {
    #dashboard .table td, #jobs .table td{
        max-width: 200px;
    }
    #dashboard .table td:first-child, #jobs .table td:first-child,
    #dashboard .table th:first-child, #jobs .table th:first-child{
        min-width: 200px;
    }
    #dashboard .table{
        text-align: center;
    }
    #dashboard .table td:first-child,
    #dashboard .table thead th:first-child{
        text-align: left;
    }
    #jobs .table tbody tr td:nth-child(6),
    #jobs .table th:nth-child(6),
    #jobs .table tbody tr td:nth-child(4),
    #jobs .table th:nth-child(4),
    #jobs .table tbody tr td:nth-child(5),
    #jobs .table th:nth-child(5){
        text-align: center;
    }
}
#dashboard table .job-list h6 span{
    padding: 5px;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 90%;
    line-height: 25px;
}
#dashboard table .job-list td:first-child h6 span:hover {
    cursor: pointer;
    color: #079bd2;
}
.text-primary {
    color: #079bd2!important;
}
.api-txt.job-entry-view-applicant span:hover,
a.view-job-btn.job-entry-job-link .job-entry-job-name:hover {
    color: #079bd2;
    cursor: pointer;
}
i.fas.fa-edit.td-icon.editCompany{
    position: absolute;
    right: 25px;
}
#jobs .table .form-control {
    background-color: transparent;
}
#jobs .table .form-control:disabled {
    background-color: #f6f6f6;
}
.company-info .edit-company{
    top:0;
    right: 30px;
    position: absolute;
}
.nav-item.dropdown.show .dropdown-toggle{
    color: #ffb631;
    border-radius: 0;
}
.sidebar .navbar .nav-item .dropdown-item {
    padding: 15px 22px;
    font-size: 15px;
}
.sidebar .navbar .nav-item .dropdown-item i{
    font-size: 15px;
}
.view-profile .candidate-entry-profile-link{
    font-size: 13.5px;
}
.account-user-name{
    font-weight: 600;
    text-transform: capitalize;
}
.btnEye {
    position: absolute;
    right: 26px;
    top: 40px;
    color: #000;
}
#settingUpdateModal img{
    max-width: 60px;
    margin-bottom: 20px;
}
.btn-setting-edit{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 21px;
    cursor: pointer;
}
.fa-job-ico{
    margin-right: 5px;
    width: 40px;
}
.light-gray-box{
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 4px #eae1e1;
    background: #90969c17
}
.light-gray-box .ms-3 h6, .light-gray-box .ms-3 p{
    text-align: center;
}
.fade:not(.show) {
    opacity: 0;
    display: none;
}
.blue-box-menu li a{
    border: 1px solid #e4edf8!important;
    background: rgba(223, 233, 246, 0.83);
    color: #000;
    border-radius: 6px;
}
.nav.nav-tabs.blue-box-menu {
    border: 0;
}
.blue-box-menu .nav-link.active{
    border: 1px solid #007db2!important;
    background: #007db2;
    color: #fff!important;
    border-radius: 6px;
}
.blue-box-menu .nav-link.active h6 {
    color: #fff!important;
}
.light-gray-box table td{
    vertical-align: middle;
}
/* Start Skelton loader For Dashboard */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #f0f0f0;
}

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

@keyframes shine-lines-loading {
    0% {
      background-position: -100px;
    }
    40%, 100% {
      background-position: 140px;
    }
}
  /*End Skelton loader For Dashboard */

.main-section{
    min-height: 60vh;
}
@media (max-width:1220px) and (min-width:992px){
    .col-lg-6.col-sm-12.small-div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .div-50{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .div-50 .btn{
     margin-top: 15px;
    }
}
.status-control{
    display: inline-block;
    width: auto;
}
@media (max-width:992px) and (min-width:920px){
    .div-med-50,.div-50{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width:768px) {
    a.sidebar-toggler .fa-bars{
        display: none;
    }
    a.sidebar-toggler.down .fa-bars{
        display: block;
    }
    a.sidebar-toggler .fa-times{
        display:block;
    }
    a.sidebar-toggler.down .fa-times{
        display: none;
    }
}
.btn-outline-dark {
    color: #000000;
    border-color: #000000;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin: 0 0.15rem;
}
.tooltip-container {
    position: relative;
    display: inline-block;
  }
  .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    transform: translateX(-50%);
  }
  .view-applicant-tooltip .tooltip {
    width: 235px;
    left: -70%;
  }
  .view-applicant-tooltip .tooltip::after {
    left: 70%;
  }
  .tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .tooltip-container-show:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .top-bar > .navbar-nav > .nav-item {
    margin: 0 10px;
  }
  .sub-menu-top{
    left: auto!important;
    right: 50px;
  }
  a.dropdown-item.nav-link.position-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 230px;
}
.all-applicant-list .white-box{
    cursor: pointer;
}
.row-collapse h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
.sidebar .navbar .nav-item .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 230px;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.5em;
    font-size: 60%;
    margin-left: 6px;
}
span#job-Open{
    color: #fff;
    background-color: #28a745;
}
span#job-Closed{
    background-color: #878787;
    color: #fff;
}
span#job-Pending{
    background-color: #ffa604;
    color: #fff;
}
span#job-Paused{
    background-color: #878787;
    color: #fff;
}
span#job-Expired{
    background-color: #878787;
    color: #fff;
}
span#job-Declined{
    background-color: #878787;
    color: #fff;
}
.applicants-view .action-buttons{
    display: none!important;
}
.applicants-view .all-candidates {
    color: #171717;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #079bd2;
}
.jobs-section .applicant-text{
    display: none;
}
.jobs-section.applicants-view .applicant-text{
    display: inline-block
}
.candidate-notes-modal .modal-dialog,
.candidate-notes-modal .modal-content {
  height: 97%;
}
.candidate-notes-modal.modal.fade.show {
  background: transparent;
  backdrop-filter: none;
}
.candidate-notes-modal {
  background-color: transparent!important;
}
@media (min-width: 576px)
{
  .candidate-notes-modal .modal-dialog {
    max-width: 400px;
    margin: 2.75rem 0 1.0rem auto;
  }
}
.candidate-notes-modal .modal-title {
    display: block;
}
.candidate-notes-modal .note-card {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 4px #cfcfcf;
    background: #fff;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
    margin: 10px 0;
    border-left: 4px solid #007bff;
}
.candidate-notes-modal .note-card p{
    color:#000;
    margin-bottom: 6px;
    white-space: pre-line;
    word-wrap: break-word;
}
.candidate-notes-modal .modal-footer {
    display: block;
}
.candidate-notes-modal textarea.form-control {
    height: auto!important;
}
.add-note{
    max-width:23px;
}
.candidate-notes-modal .modal-body{
    overflow-y: auto;
}
.candidate-notes-modal .note-card .fa-edit, .candidate-notes-modal .note-card .fa-trash{
    cursor: pointer;
}
.notes-profile-image{
    width:30px;
    height:30px;
    border-radius:50%
}
.white-box-shadow{
    border: 1px solid #F0F0F0;
    box-shadow: 2px 4px 4px #626262;
    background: #fff;
}
#subscription-details .white-box-shadow.rounded-lg .row{
    border-bottom: 1px solid #eee;
    margin: 18px 0;
}
#subscription-details .white-box-shadow.rounded-lg .row:last-child{
    border-bottom: 1px none;
}
.navbar-light ul.nav.nav-tabs.navbar-nav{
    margin-bottom: 20px;
}
#subscription-details .Setting-section .tooltip{
    width: 350px;
    bottom: 97%;
    left: 31%;
}
.setting-eye-icon-disabled{
    pointer-events: none;
}
.btn-outline{
    color: #007bff;
    border:0;
    border-bottom:1px solid #007bff;
    padding: .375rem 0rem;
    border-radius: 0;
}
.btn-outline:hover, .btn-outline:active {
    background: transparent;
    background-repeat: no-repeat;
    color: #007bff;
    border: none;
    border-bottom:1px solid #007bff;
    padding: .375rem 0rem;
    border-radius: 0;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.section-job-name h5{
    max-width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.jobs-section.applicants-view .section-job-name h5{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.job-entry-edit-job{
    display: block;
    cursor: pointer;
}
/* Textarea formating css */
#emp-job-editor-container, #edit-emp-job-editor-container {
    height: 200px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}
.textarea-formating #emp-job-intake-desc-toolbar,  #edit-emp-job-intake-desc-toolbar {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}