@import "~antd/dist/antd.css";

/* * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
.builder-tool {
  height: 50px;
  display: flex;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background: white;
  border: 2px dashed grey;
  cursor: move;
}
.builder {
  min-height: 70vh;
  background: #eff1f5;
  border-radius: 5px;
  padding: 20px;
}
.builder-personal-details {
  background: #eff1f5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.application-information.hidden {
  height: 0px;
  overflow: hidden;
}
.application-information {
  transition: all 0.2s ease-in-out;
}
.rotate-y {
  transform: rotateZ(180deg);
}
.btn-builder-right {
  position: relative;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  float: right;
  z-index: 500;
}
.form-builder-element:hover .btn-builder-right {
  opacity: 1;
}
.application-list-item-fab {
  position: absolute;
  right: 0;
  z-index: 10000;
}
.nav-link-active {
  color: white !important;
  font-weight: bold !important;
}
.nav-link-active i {
  color: white !important;
}
.nav-link-black {
  color: black !important;
}
.nav-link-bold {
  font-weight: bold;
  font-size: 20px;
}

.toolbox {
  background: #eff1f5;
  display: block;
  position: fixed;
  width: 20vw;
  padding: 10px;
  height: 87vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.form-builder-element.heading:nth-child(1) {
  margin-top: 0px;
}
.form-builder-element.heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-builder-element.hidden {
  display: none;
}
#candidateForm hr {
  margin-top: 20px;
  opacity: 0;
  margin-bottom: 50px;
}
#candidateForm h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
#candidateForm h1 {
  color: rgb(85, 87, 92);
}
.candidate-form-title {
  color: rgb(85, 87, 92);
  font-weight: bold;
}
.candidate-form-description {
  color: rgb(85, 87, 92);
  font-weight: bold;
}
#candidateForm h3 {
  color: rgb(96, 98, 107);
}
#candidateForm label {
  font-weight: bold;
}
#candidateForm .form-control {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.application-status {
  padding: 50px;
}
.nav-brand {
  width: 200px !important;
}
.nav-brand img {
  width: 100%;
}

.content-candidate {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}
.content-candidate .btn-primary {
  background-color: #1ab4d8 !important;
  border-color: #1ab4d8 !important;
}
.content-candidate .btn-primary:hover,
.content-candidate .btn-primary:focus,
.content-candidate .btn-primary:active {
  background-color: #22ccf3 !important;
  border-color: #22ccf3 !important;
}
.trf-error {
  color: #ff4136;
}
.table-trf {
  background: white;
}
.btn-append {
  height: calc(1.5em + 0.75rem + 2px);
}
.table-head {
  font-weight: bolder;
}
.form-hidden {
  display: none;
}
.formbuilder-hidden {
  display: none;
  opacity: 0;
}

.btn-candidate-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background: white;
  margin-left: 8px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  color: #858796;
  cursor: pointer;
}
.modal-fullscreen {
  max-width: 80vw !important;
}
.modal-midscreen {
  max-width: 50vw !important;
}
.table-candidate {
  margin-bottom: 0px !important;
}
.table-candidate td,
.table-candidate th {
  padding: 0.25rem !important;
  border-top: 0px !important;
}
.react-datepicker-wrapper {
  width: 100% !important;
}
.react-datepicker__input-container {
  width: 100% !important;
}
.form-control.react-datepicker-ignore-onclickoutside {
  width: 100% !important;
}
.flex {
  display: flex;
}
.card-body-animated {
  transition: all 0.2s ease-in-out;
}
.card-body-hidden {
  height: 0px;
  overflow: hidden;
}
.hr-ratings-title {
  margin-top: 20px;
}
.hr-ratings {
  margin-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
}
.candidate-wrapper {
  height: 80vh !important;
  overflow-y: auto !important;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.wrapper-destroyed {
  opacity: 0.5;
  height: 0vh !important;
}
.paginate_button.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.copyAble {
  color: #4e73df !important;
}
.copyAble:focus {
  color: blue !important;
}
.copyAble:hover {
  text-decoration: underline;
  cursor: copy;
}
.input-group-text-min-width-form {
  min-width: 150px;
}
sidebarPlaceholder {
  min-width: 16rem;
}
.sidebar {
  position: fixed;
  width: 16rem !important;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#content-wrapper {
  margin-left: 16rem;
  min-height: 100vh;
}
#content-wrapper-candidate-dashboard {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}
#table-datatable {
  width: 100% !important;
}
.btn-column-sort {
  float: right;
}
.table-column-head {
  white-space: nowrap;
}
.sort {
  cursor: pointer;
}
.sort-focus {
  color: #4e73df !important;
}
*/

:root {
  --primary: #19466b;
  --gray-1: #141414;
  --gray-2: #281e3e;
  --gray-3: #4c445f;
  --gray-4: #456e8e;
  --gray-5: #ebe8f1;
  --gray-6: #f7f6fb;
}

/* CSS for contact us */

.contact_us {
  border-bottom: 1px solid #e3e6f0;
  transition: border 0.3s;
  padding-left: 0.5rem;
  padding-bottom: 4px;
  font-size: 14px;
  color: var(--dark) !important;
  width: 100%;
  display: block;
}
.contact_us:hover {
  color: var(--dark-blue) !important;
  border-bottom: 1px solid var(--dark);
}

.process-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.process-group .process {
  display: flex;
  border: 1px solid #e3e6f0;
  border-radius: 4px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.process-group .process .process-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: white;
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;

  width: 20px;
  font-size: 8px;
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
.builder-tool {
  height: 50px;
  display: flex;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background: white;
  border: 2px dashed grey;
  cursor: move;
}
.builder {
  min-height: 70vh;
  background: #eff1f5;
  border-radius: 5px;
  padding: 20px;
}
.builder-personal-details {
  background: #eff1f5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.application-information.hidden {
  height: 0px;
  overflow: hidden;
}
.application-information {
  transition: all 0.2s ease-in-out;
}
.rotate-y {
  transform: rotateZ(180deg);
}
.btn-builder-right {
  position: relative;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  float: right;
  z-index: 500;
}
.form-builder-element:hover .btn-builder-right {
  opacity: 1;
}
.application-list-item-fab {
  position: absolute;
  right: 0;
  z-index: 10000;
}
.nav-link-active {
  color: var(--dark-blue) !important;
  font-weight: bold !important;
  background: var(--gray-6);
}
.nav-link-active i {
  color: var(--dark-blue) !important;
}
.sidebar .nav-item:hover {
  background-color: #19466b14;
}
.sidebar .nav-item:active {
  background-color: #1ab4d81c;
}
.nav-link-black {
  color: black !important;
}
.nav-link-bold {
  font-weight: bold;
  font-size: 20px;
}

.toolbox {
  background: #eff1f5;
  display: block;
  position: fixed;
  width: 20vw;
  padding: 10px;
  height: 87vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.form-builder-element.heading:nth-child(1) {
  margin-top: 0px;
}
.form-builder-element.heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-builder-element.hidden {
  display: none;
}
#candidateForm hr {
  margin-top: 20px;
  opacity: 0;
  margin-bottom: 50px;
}
#candidateForm h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h6 {
  font-weight: 500;
}
#candidateForm h1 {
  color: rgb(85, 87, 92);
}
.candidate-form-title {
  color: var(--primary);
  /* font-weight: bold; */
}
.candidate-form-description {
  color: rgb(85, 87, 92);
  font-weight: bold;
}
#candidateForm h3 {
  color: var(--dark);
}
/* #candidateForm label {
  font-weight: bold;
} */
#candidateForm .form-control {
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; */
}
.form-control label {
  color: var(--primary);
  margin-bottom: 4px;
}
.application-status {
  padding: 50px;
}
.nav-brand {
  width: 200px !important;
}
.nav-brand img {
  width: 100%;
}

.content-candidate {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}
.content-candidate .btn-primary {
  background-color: #1ab4d8 !important;
  border-color: #1ab4d8 !important;
}
.content-candidate .btn-primary:hover,
.content-candidate .btn-primary:focus,
.content-candidate .btn-primary:active {
  background-color: #22ccf3 !important;
  border-color: #22ccf3 !important;
}
.trf-error {
  color: #ff4136;
}
.table-trf {
  background: white;
}
.btn-append {
  height: calc(1.5em + 0.75rem + 2px);
}
.table-head {
  font-weight: bolder;
}
.form-hidden {
  display: none;
}
.formbuilder-hidden {
  display: none;
  opacity: 0;
}

.btn-candidate-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background: white;
  margin-left: 8px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  color: #858796;
  cursor: pointer;
}
.modal-fullscreen {
  max-width: 80vw !important;
}
.modal-midscreen {
  max-width: 50vw !important;
}
.table-candidate {
  margin-bottom: 0px !important;
}
.table-candidate td,
.table-candidate th {
  padding: 0.25rem !important;
  border-top: 0px !important;
}
.react-datepicker-wrapper {
  width: 100% !important;
}
.react-datepicker__input-container {
  width: 100% !important;
}
.form-control.react-datepicker-ignore-onclickoutside {
  width: 100% !important;
}
.flex {
  display: flex;
}
.card-body-animated {
  transition: all 0.2s ease-in-out;
}
.card-body-hidden {
  height: 0px;
  overflow: hidden;
}
.hr-ratings-title {
  margin-top: 20px;
  font-size: 18px;
}
.hr-ratings {
  margin-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
}
.candidate-wrapper {
  height: 80vh !important;
  overflow-y: auto !important;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.wrapper-destroyed {
  opacity: 0.5;
  height: 0vh !important;
}
.paginate_button.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.copyAble {
  color: #1ab4d8 !important;
}
.copyAble:focus {
  color: blue !important;
}
.copyAble:hover {
  text-decoration: underline;
  cursor: copy;
}
.input-group-text-min-width-form {
  min-width: 150px;
}
.sidebarPlaceholder {
  min-width: 16rem;
}
.sidebar {
  position: fixed;
  width: 16rem !important;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
#content-wrapper {
  margin-left: 16rem;
  min-height: 100vh;
}
#content-wrapper-candidate-dashboard {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}
#table-datatable {
  width: 100% !important;
}
.btn-column-sort {
  float: right;
}
.table-column-head {
  white-space: nowrap;
}
.sort {
  cursor: pointer;
}
.sort-focus {
  color: #1ab4d8 !important;
}
.iojIPy {
  width: 20% !important;
  margin: 6px !important;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  /* background-color: #f5f6fa; */
}
main {
  display: flex;
}
.simple {
  max-width: 100%;
}
/*main  .simple 
{
max-width: 100%;
}*/
.nav1 {
  flex: 1 1 250px;
  height: 100vh;
}
.boderr {
  outline: none;
  opacity: 0.7;
}
.right-side {
  flex: 1 1 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bor {
  border: none;
}
.interview {
  padding: 1rem 0;
}
.main-content {
  flex: 1 1 100%;
}
ul {
  margin: 0;
  padding: 0;
}
.nav2 {
  background-color: #0783b1;
  text-align: center;
  padding: 2rem 0;
}
li .link {
  display: block;
  color: #b3b4b9;
  padding: 1rem;
  text-decoration: none;
  /*margin-bottom: 1rem;*/
  font-size: 14px;
}
.menu-list a svg {
  fill: #b3b4b9;
  width: 15px;
  height: 15px;
  margin-right: 1rem;
}
.menu-list {
  overflow: hidden;
  position: relative;
}
.menu-list:hover a svg {
  fill: #22b6d9;
}
.menu-list:hover {
  background: #e9f6fb;
}
.menu-list:hover::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background: #000;
}
.link:hover {
  color: #22b6d9;
}
.toogle-div {
  flex: 0 1 30%;
  display: flex;
}
.notification {
  flex: 0 1 30%;
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}
.wrapper {
  display: flex;
}
.jc-b {
  justify-content: space-between;
}
.split-div {
  display: flex;
  gap: 1.5rem;
}
.split-div > div {
  flex: 1 1 20%;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  align-items: center;
}
.sec-color {
  background-color: #eee;
  font-weight: lighter;
}
.red-color {
  background-color: #fff0f0;
}
.green-color {
  background-color: #e5fae6;
}
.size {
  line-height: 10px;
  font-size: 12px;
}

#slide {
  display: none;
}
.text-infoo {
  color: #0783b1;
}

.btnn {
  border: none;
}
.bdr-btn {
  border: 1px solid #e6e6e6;
  outline: none;
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
  /* border-radius: 0.35rem; */
}
.man {
  padding: 5px;
  background-color: #e6e6cb;
  border-radius: 15px;
}
.dropdown-menu.show {
  display: block;
  left: -36px;
}
.date-filter {
  outline: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.35rem;
}
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #0783b1;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mr-6 {
  margin-right: 6rem;
}
/*log-in code start here*/
.body {
  display: flex;
  flex: 1 1 100%;
  min-height: 100vh;
  background-color: #d2d6de;
  align-items: center;
  justify-content: center;
}
.center-div {
  display: flex;
  flex: 0 1 60%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}

.logo {
  display: flex;
  flex: 1 1 50%;
  background-color: #000;
  align-items: center;
  justify-content: center;
}
.form {
  display: flex;
  flex: 1 1 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.login-form {
  flex: 0 1 90%;
  padding: 0rem 2rem;
}
.tac {
  text-align: center;
  color: #777777;
}
input[className="formm"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  outline: none;
  padding-left: 0;
  background-position: center right 0px;

  background-repeat: no-repeat;
  background-size: 14px;
}

.formmm {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  outline: none;
  padding-left: 0;
  background-position: center right 0px;

  background-repeat: no-repeat;
  background-size: 14px;
}
.submit-btn {
  border: none;
  background-color: #00ccf2;
  color: #fff;
  padding: 5px 2rem;
  margin-right: 5px;
  border-radius: 14px;
  cursor: pointer;
}
.submit-div {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 481px) {
  .body {
    align-items: flex-start;
    margin: 0;
    background: #fff;
  }
  .center-div {
    flex: 1 1 100%;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    border-radius: 0px;
  }
  .logo {
    padding: 2rem 0rem;
  }
  .form {
    padding-bottom: 2rem;
  }
  .login-form {
    margin-top: 3rem;
  }
  .submit-btn {
    width: 100%;
    margin-top: 1rem;
  }

  #content-wrapper {
    margin-left: 0rem;
  }
}
.table-column {
  min-width: 250px;
}
.table-control {
  display: flex;
}
/* .btn-table-control {
  min-width: 100px;
} */
tr.selected {
  background: #d8f6fd !important;
}

/*Form customs*/

.form-control {
  border-color: var(--gray-5);
}
.form-control:hover {
  border-color: var(--gray-4);
}

.form-control:focus {
  border: 2px solid var(--primary);
  box-shadow: none;
}

.label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--dark);
}
.padding-right {
  padding-right: 6rem !important;
}
.gap-1 {
  gap: 1rem !important;
}

/* Dashboard Tab */

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active {
  background-color: var(--dark-blue) !important;
  border-radius: 8px !important;
}

.dash .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff !important;
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
  border: 2px solid #f0f0f0 !important;
  border-radius: 8px !important;
}

.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none !important;
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab:hover,
.filter-icon i,
.dash-card h2 {
  color: var(--dark-blue);
  margin-bottom: 0;
}

.dash-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  overflow: hidden;
}

.dash-card p,
.img-card p,
.img-long p {
  font-weight: 500;
}
.dash-card i {
  font-size: 50px;
  color: var(--dark-blue);
}

.dash-card span {
  font-size: 12px;
  color: var(--secondary);
}

.img-card img {
  height: 150px;
  margin: 5px 0px;
}

.img-long img {
  height: 300px;
}

.ant-tabs > .ant-tabs-nav {
  width: 90%;
}

.dash-card .card-data {
  height: 80px;
}
.dash-tick-icon {
  font-size: 50px !important;
  color: var(--dark-blue) !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* Candidate UI */

.candidate .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: 2px solid #d9d9d9 !important;
}

.candidate .ant-tabs > .ant-tabs-nav {
  width: 100%;
}

.candidate .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #000000 !important;
}

.candidate .ant-tabs-tab {
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--secondary) !important;
}

.candidate .table {
  color: var(--primary);
  font-weight: 400;
}

.candidate tbody tr:visited,
.candidate tbody tr:hover {
  background-color: #1890ff21;
  /* font-weight: 500; */
}

.candidate tr .open {
  color: var(--primary);
}

.candidate .table td,
.single-info p {
  font-size: auto;
}

.candidate .table td {
  word-wrap: normal;
  padding: 6px 0px;
}

.candidate .card-custom {
  background-color: #fff3d0;
  border: 1px solid #ff9b05;
  border-radius: 15px;
}

.candidate .btn-white {
  width: 100px;
}

.candidate .card-body-animated {
  margin-top: 22px;
  background: #ffe3d8;
  border: 1px solid #ff9b05;
  border-radius: 15px;
}

.candidate .card-body-hidden {
  border: none;
  margin-top: 0px;
}

.candidate .hr-ratings-title {
  font-size: 20px;
}

/* Candidate Details New UI 14-07 */
.candidate-details .text-gray {
  color: rgba(0, 0, 0, 0.45);
}

.not-icon .dropdown-menu {
  width: 250px !important;
  left: -165px;
  max-height: 200px;
  overflow-y: auto;
}
.date {
  font-size: 10px;
  color: var(--dark);
  letter-spacing: 0.5px;
}
/* Client Dashboard */
.client-upcoming-interview .text-gray {
  color: rgba(0, 0, 0, 0.45);
}

.client-upcoming-interview .ant-steps-item-icon .ant-steps-icon {
  top: 1.5px;
  font-size: 12px;
}

.client-upcoming-interview .ant-progress-circle .ant-progress-inner {
  width: 0px !important;
}

.client-upcoming-interview
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-icon
  .ant-steps-icon {
  top: -8.5px;
}

.client-upcoming-interview
  .ant-steps-item-finish
  .ant-steps-item-icon
  > .ant-steps-icon {
  top: -4.5px;
  color: #fff;
}

.client-upcoming-interview .ant-steps-item-finish .ant-steps-item-icon {
  background-color: var(--info) !important;
  border-color: var(--info) !important;
}

.client-upcoming-interview
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: var(--info) !important;
}

.client-upcoming-interview
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-icon {
  background-color: #eb6331;
  border-color: #eb6331;
}
.client-upcoming-interview
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-icon
  .ant-steps-icon {
  color: #eb6331;
}

.client-upcoming-interview .ant-steps-item-tail::after {
  background-color: var(--info) !important;
}

.client-upcoming-interview
  .ant-steps-with-progress
  .ant-steps-item
  .ant-steps-item-tail {
  top: 13px !important;
}
.client-upcoming-interview .ant-steps-item-active .ant-steps-item-title,
.client-upcoming-interview .ant-steps-item-active .ant-steps-item-description,
.client-upcoming-interview .ant-steps-item-active .ant-steps-item-subtitle {
  color: var(--orange) !important;
  font-weight: 600;
}

.client-upcoming-interview .btn-neon {
  color: var(--info);
  border: 1px solid var(--info);
  font-size: 12px;
}

.client-upcoming-interview .btn-neon:hover {
  background-color: var(--info);
  color: #fff;
}

.client-upcoming-interview
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title {
  font-weight: 600;
}

.client-upcoming-interview .resume {
  color: var(--info);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.client-upcoming-interview .ant-radio-checked .ant-radio-inner {
  border-color: var(--info) !important;
}

.client-upcoming-interview .ant-radio-checked .ant-radio-inner:after {
  background-color: var(--info);
  transform: scale(0.7) !important;
}

.client-upcoming-interview .ant-radio:hover .ant-radio-inner {
  border-color: var(--info);
}

.client-upcoming-interview .browse-btn {
  padding: 5px 35px;
  background-color: var(--gray-5);
  border: 1px solid #bebebe;
}
.client-upcoming-interview .submit-btn-outline,
.request-modal .submit-btn-outline {
  padding: 5px 35px;
  border: 1px solid var(--info);
  color: var(--info);
}

.client-upcoming-interview .submit-btn-outline:hover,
.request-modal .submit-btn-outline:hover {
  background-color: var(--info);
  color: var(--white);
}

.client-upcoming-interview .padding-l {
  padding-left: 0px;
}

.client-upcoming-interview .padding-r {
  padding-right: 0px;
}

.client-upcoming-interview .ant-steps-item-title {
  line-height: 24px;
}

/* Client Navbar */
.client-navbar a.nav-link.active {
  border-bottom: 4px solid #f99b17;
  padding: 0;
  margin: 0px 10px;
}

.client-navbar a.nav-link {
  border-bottom: 4px solid transparent;
}

/* client-dashboard-CSS */

.client-dashboard .heading {
  font-weight: 600;
  font-size: 16px;
}

.client-dashboard .icon {
  font-size: 40px;
  color: var(--orange);
}

.client-upcoming-interview .process-text {
  color: var(--info);
}
.client-upcoming-interview .details {
  max-height: 500px;
  overflow-y: scroll;
}

/* Candidate Details New UI 14-07 */
.candidate-details .text-gray {
  color: rgba(0, 0, 0, 0.45);
}

.candidate-details .ant-steps-item-tail::after {
  background-color: var(--info) !important;
}

.candidate-details
  .ant-steps-with-progress
  .ant-steps-item
  .ant-steps-item-tail {
  top: 13px !important;
}

.candidate-details .ant-progress-circle .ant-progress-inner {
  width: 0px !important;
}

.candidate-details
  .ant-steps-item-finish
  .ant-steps-item-icon
  > .ant-steps-icon {
  top: -4.5px;
  color: #fff;
}

.candidate-details .ant-steps-item-finish .ant-steps-item-icon {
  background-color: var(--info) !important;
  border-color: var(--info) !important;
}

.candidate-details
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: var(--info) !important;
}

.candidate-details .ant-steps-item-title::after {
  top: -9px !important;
  width: 205px !important;
  left: 62%;
}

.candidate-details .ant-steps-item {
  overflow: initial;
}

.candidate-details
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-icon {
  background-color: #eb6331;
  border-color: #eb6331;
}
.candidate-details
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-icon
  .ant-steps-icon {
  color: #eb6331;
}

.candidate-details .ant-steps-item-active .ant-steps-item-title,
.candidate-details .ant-steps-item-active .ant-steps-item-description,
.candidate-details .ant-steps-item-active .ant-steps-item-subtitle {
  color: var(--orange) !important;
  font-weight: 600;
}

.candidate-details .ant-steps-item-subtitle {
  display: flex;
  margin-left: 0px;
}

.candidate-details .ant-steps-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.candidate-details .btn-neon {
  color: var(--info);
  border: 1px solid var(--info);
  font-size: 12px;
}

.candidate-details .btn-neon:hover {
  background-color: var(--info);
  color: #fff;
}

.candidate-details
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title {
  font-weight: 600;
}

.candidate-details .resume {
  color: var(--info);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.candidate-details .ant-radio-checked .ant-radio-inner {
  border-color: var(--info) !important;
}

.candidate-details .ant-radio-checked .ant-radio-inner:after {
  background-color: var(--info);
  transform: scale(0.7) !important;
}

.candidate-details .ant-radio:hover .ant-radio-inner {
  border-color: var(--info);
}

.candidate-details .browse-btn {
  padding: 5px 35px;
  background-color: var(--gray-5);
  border: 1px solid #bebebe;
}
.candidate-details .submit-btn-outline,
.request-modal .submit-btn-outline {
  padding: 5px 35px;
  border: 1px solid var(--info);
  color: var(--info);
}

.candidate-details .submit-btn-outline:hover,
.request-modal .submit-btn-outline:hover {
  background-color: var(--info);
  color: var(--white);
}

.candidate-details .padding-l {
  padding-left: 0px;
}

.candidate-details .padding-r {
  padding-right: 0px;
}

.candidate-details .ant-steps-item-title {
  padding-right: 0px;
}

/* .candidate-details .ant-steps-item:last-child {
  flex: 1;
  overflow: hidden !important;
} */

.candidate-details .ant-steps-item-title {
  line-height: 24px;
}
.candidate-details .ant-steps-item-description {
  display: flex;
  justify-content: center;
}
.candidate-details .ant-timeline-item-last > .ant-timeline-item-content {
  min-height: auto !important;
}
.candidate-details .ant-timeline-item-head-blue {
  color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.candidate-details .timeline {
  height: 230px;
  overflow-y: scroll;
  padding: 15px 0px;
}

.candidate-details .table thead th,
.candidate-details .table td,
.table th {
  padding: 5px 0px;
}
.candidate-details .customSelect::before {
  top: 12px;
  right: 32px;
}

.table thead td {
  /* padding: 12px 6px; */
  padding: 8px 12px;
  font-weight: 700;
}
.table th {
  /* padding: 5px 4px; */
  padding: 8px 12px;
}

.candidate-details .react-pdf__Page__canvas {
  width: 100% !important;
  height: auto !important;
}

.candidate-details
  .ant-collapse-ghost
  > .ant-collapse-item
  > .ant-collapse-content
  > .ant-collapse-content-box {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.candidate-details .ant-collapse-content > .ant-collapse-content-box {
  padding: 0 !important;
}

@media (max-width: 390px) {
  .client-upcoming-interview .padding-l,
  .client-upcoming-interview .padding-r {
    padding: 0px;
  }
  .client-upcoming-interview .ant-steps-item-container {
    display: block;
  }
  .client-upcoming-interview
    .ant-steps-with-progress
    .ant-steps-item
    .ant-steps-item-tail {
    top: -11px !important;
    left: 10px;
  }
  .client-upcoming-interview
    .ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail::after {
    height: 160%;
  }
  /* .client-upcoming-interview .ant-steps-item-title {
    align-items: flex-start;
  } */
  .candidate-details .padding-l,
  .candidate-details .padding-r {
    padding: 0px;
  }
  .candidate-details .ant-steps-item-container {
    display: block;
  }
  .candidate-details
    .ant-steps-with-progress
    .ant-steps-item
    .ant-steps-item-tail {
    top: -11px !important;
    left: 10px;
  }
  .candidate-details
    .ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail::after {
    height: 160%;
  }
  .candidate-details .ant-steps-item-title {
    align-items: flex-start;
  }
}

/* CCE form css */
.mainHeadingone {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.table-cce td {
  font-size: 13px;
}

.fw-bold-cce {
  font-weight: 700;
}

.select-two::before {
  content: none;
}
#advanced-search {
  display: none;
}

.logs .table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
}

.ant-card-head-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.1rem;
  font-weight: 700;
}

/* //Thank you */
.thank {
  padding: 60px;
}

.thank p {
  font-size: 16px;
}

.thank .main-img {
  width: 15%;
  margin: 40px auto;
  border: 1px solid #f0f0f0;
}
.thank .icon {
  width: 5%;
  margin: 2px auto;
}
.thank a {
  color: #000 !important;
}

/* New form  UI */
.application-form .bg-image {
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* margin-top: 70px; */
}

.application-form {
  overflow: hidden;
}

.application-form .form-wrap {
  margin-top: 50px;
  margin-left: 90px;
  border-top: 14px solid var(--orange);
  box-shadow: 14px 0rem 6rem 6px rgb(58 59 69 / 15%);
}

.application-form .candidate-form-title {
  font-weight: 700;
}

.application-form .form-builder-element.heading h2 {
  font-size: 25px;
}

.empty-nav .navbar-nav {
  margin-left: 100px;
}

.table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  width: fit-content !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.table th,
.table td {
    padding: 12px 15px;
}

.table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.centerdiv{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  width: 100%;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  .application-form .form-wrap {
    margin-top: 50px;
    margin-left: 0px;
    border-top: 14px solid var(--orange);
  }
  .application-form .candidate-form-title {
    font-size: 28px !important;
  }
  .application-form .bg-image {
    background-image: none;
  }
  .application-form .form-builder-element.heading h2 {
    font-size: 20px;
  }
  .empty-nav .navbar-nav {
    margin-left: 0px;
  }
}

.user .address {
  color: var(--secondary);
  font-size: 1rem;
  margin: 0;
}

.user a {
  font-size: 16px;
  text-decoration: underline;
  color: var(--primary);
  margin: 0;
  font-weight: 700;
}

.user .primary-btn {
  background-color: var(--primary);
  padding: 10px 20px;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
}

.user .sec-btn {
  background-color: var(--secondary);
  padding: 10px 20px;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
}

.user .text-right {
  color: var(--secondary);
}

.user .error-btn {
  background-color: red;
  padding: 10px 20px;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
}

.candidate-details.two a {
  color: black;
}
/* talent tabs */
.talent .ant-tabs-nav {
  width: 100%;
}

.talent .ant-tabs-nav-wrap {
  border-bottom: 1px solid #000 !important;
}

.talent .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000 !important;
}

.talent .ant-tabs-tab {
  font-size: 16px;
}

.talent .mt-8 {
  margin-top: 50px;
}
