.candidate #kt_header {
  left: 0;
}
.candidate #kt_subheader {
  left: 0;
}

.visited {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 6;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visited:after {
  content: "";
  border-top: 35px solid #277cc3;
  border-left: 35px solid transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.visited svg {
  fill: #fff;
}

.register_require {
  position: relative;
}

.register_require::after {
  content: "*";
  position: absolute;
  top: 15px;
  right: 10px;
  color: red;
  font-size: 20px;
  /* left: 2px; */
}
.form-group.register_require .form-control {
  background-image: none;
}
select.custom_select {
  appearance: none;
}

div.search-btn {
  background-color: #4a90e2;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  width: 142px;
  height: 40px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
}
div.search-btn .btn {
  color: #fff !important;
}

.ck-editor__editable {
  min-height: 200px !important;
}
.candidate-navi .navi-link.active span {
  color: #f97304 !important;
}
.candidate-navi .navi-link span {
  color: #023d67 !important;
}
.custom-scroller::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.custom-scroller::-webkit-scrollbar-thumb {
  background: #d3d3d3;
}
.custom-scroller::-webkit-scrollbar-track {
  background: #e1e6f1;
}
.custom-scroller {
  max-height: 1050px;
  overflow: auto;
}

/* 

Stat Card CSS
*/
.stat-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.stat-card {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-basis: calc(50% - 1.5rem);
}

.stat-card-circle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 0;
  &.stat-card-circle-1 {
    top: -10px;
    right: -30px;
    width: 110px;
    height: 110px;
  }
  &.stat-card-circle-2 {
    bottom: -20px;
    left: -30px;
    width: 100px;
    height: 100px;
  }
}

.stat-card-icon {
  z-index: 1;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-card-count {
  font-size: 2rem;
  font-weight: bold;
}

.stat-card-link {
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.stat-card-link:hover {
  text-decoration: underline;
}

/* 
  Ant Table CSS Modification
*/
.ant-table-cell:not(.ant-table-cell:first-child) {
  min-width: 200px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #d3d3d3;
}

::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}
