:root {
  --primary-color: #13adaf;
  --secondary-color: #00676d;
  --light-primary-color: #e5fffe;
  --button-primary-color: #13adaf;
  --light-secondary-color: #fff2dc;
  --button_cancel_color: #8592a3;
  --button-secondary-color: #707070;
  --button-primary-text-color: #ffffff;
  --button-primary-hover-color: #13adaf;
  --button-secondary-text-color: #ffffff;
  --button-secondary-hover-color: #9e8f8f;

}



.p-clr {
  color: var(--primary-color);
}

.br-p-clr {
  border-color: var(--primary-color);
}

.bg-s-clr {
  background: var(--secondary-color);
}

.s-clr {
  color: var(--secondary-color);
}

.question-box {
  padding: 10px 20px;
}

.rating input[type="radio"] {
  display: none;
}

.section p,
h3 {
  color: black;
}

.rating label {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid black;
}
.custom-ml-3 {
  margin-left: 1rem !important;
}
.rating input[type="radio"]:checked + label {
  background-color: #20c1bf;
  color: #fff;
  border: none;
}

.rating {
  display: flex;
  gap: 30px;
}

.score-label {
  font-size: 18px;
}

.question-label {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.log-button {
  float: right;
}

.error-creds {
  color: red;
  padding-bottom: 15px;
  display: none;
}

.email-error {
  color: red;
  display: none;
}

.pass-check {
  color: red;
  display: none;
}

.brand-text {
  display: flex;
  align-items: center;
}

.prev-btn {
  color: #fff !important;
  background: #59bec6;
  margin-right: 10px;
  cursor: pointer;
}

.next-btn {
  background-color: var(--secondary-color);
  color: #fff !important;
  cursor: pointer;
}

.next-btn:hover {
  background-color: #ec7e48 !important;
  color: #fff !important;
}

.prev-btn:hover {
  background-color: #70cfd5 !important;
  color: #fff !important;
}

.q-img {
  float: left;
  height: 100vh;
}

.card-title-table {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: var(--primary-color);
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.header-btn {
  margin-right: 30px;
}

.table-cls {
  padding: 30px;
}

.btn-light {
  color: var(--light-primary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.card-header {
  color: var(--light-primary-color);
}

.card-header2 {
  color: var(--primary-color);
}

.form-wave-header {
  background: url("/static/img/logos/gennext_header_2.png") no-repeat right top;
  background-size: cover;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0;
  overflow: hidden;
}

/* Data Tables */

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #697a8d !important;
}

.table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable thead th,
table.dataTable thead td {
padding: 0.4rem 0.6rem !important;
}

.dataTables_length {
  margin-bottom: 2rem !important;
}

/* End Datatables Css */

.card-badge {
  padding-bottom: 10px;
  text-align: end;
}

.num-txt {
  font-size: 40px;
}

.pointer {
  cursor: pointer;
}

.container-center {
  display: flex;
  justify-content: center;
}

.interview-header {
  background-color: var(--primary-color);
  border-radius: 5px;
}

.screeing-bar {
  background-color: var(--primary-color);
  padding: 0.5rem 0.5rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

/* Search & Select CSS */
.select2-selection {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 38px;
}

.select2-selection__rendered {
  line-height: 36px;
  color: #495057;
}

.select2-selection__placeholder {
  color: #6c757d;
}

.select2-selection__arrow {
  display: none;
}

.select2-results__option {
  padding: 8px 12px;
  color: #212529;
}

.select2-results__option--highlighted {
  background-color: #007bff;
  color: #ffffff;
}

.select2-selection {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 50px;
}

.select2-selection__rendered {
  line-height: 37px !important;
}

.select2-selection--single {
  height: 40px !important;
  border: 1px solid #ced4da !important;
}

.select2-dropdown {
  border: 1px solid #ced4da !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

/* ========================================================================
    Component: notify from uikit
 ========================================================================== */
.uk-notify {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1040;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
}

.uk-notify-top-right,
.uk-notify-bottom-right {
  left: auto;
  right: 50px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
  top: auto;
  bottom: 50px;
}

.uk-notify-center-right {
  top: 50%;
  left: 75%;
}

@media (max-width: 575.98px) {
  .uk-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0.2rem;
  padding-right: 35px;
  cursor: pointer;
}

.uk-notify-message.alert.alert-normal {
  background: #73d973;
  color: #fff;
}

.uk-notify-message > .close {
  visibility: visible;
}

.uk-notify-message:hover > .close {
  visibility: visible;
}

.uk-notify-message .close {
  position: absolute;
  left: 80%;
}

.uk-notify-message:hover .close {
  position: absolute;
  left: 80%;
}

.credits-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.credits-display-div {
  /* position: absolute;  */
  /* right: 1.75vw; */
  background: #fff;
  border: 0.3px solid #dedede;
  /* border: unset !important; */
  border-radius: 5px;
  z-index: 1001;
  cursor: default !important;
  /* float:right; */
}

.blinking-text {
  animation: blink-scale 2s infinite;
  transition: opacity 0.3s ease;
}

@keyframes blink-scale {
  0%,
  100% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}

/* Company Logos */

.drop-zone {
  border: 1px solid #dde6e9;
  padding: 24px;
  margin: 16px;
  width: 220px;
  height: 200px;
  text-align: center;
  position: relative;
  border-radius: 8px;
}

.drop-zone img {
  max-width: 85%;
  max-height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.swal2-container {
  z-index: 1100;
}

.aside-footer {
  background-color: var(--light-primary-color);
  border-radius: 0.375rem;
  margin: 0rem 1rem;
  margin-bottom: 1rem;
}

.footer-container {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-name {
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 600;
}

.filter-sec {
  /* background-color: var(--light-secondary-color); */
  border-bottom: 1px dashed var(--primary-color);
  padding: 1rem 1.5rem;
}

.candidates-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.candidates-loader {
  position: relative;
  width: 100px;
  height: 100px;
}

.candidates-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgb(39 70 153 / 31%);
  border-top: 5px solid var(--primary-color);
  border-radius: 50%;
  animation: candidate-loader-spin 1s linear infinite;
}

.candidates-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: var(--primary-color);
}

@keyframes candidate-loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hidden {
  display: none;
}

.jd_create_question_div {
  display: flex;
  justify-content: right;
}

#createQuestionModal .modal-dialog {
  max-width: 40%;
}

.form-header {
  background: var(--light-primary-color);
  color: var(--primary-color);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}

.br-0 {
  border-radius: 0;
}

/* For Chrome, Edge, Brave */
::-webkit-scrollbar {
  width: 6px;
  /* scrollbar width */
  height: 6px;
  /* horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.index-menu-settings {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 21px;
  margin-right: 10px;
  cursor: pointer;
}

.app-brand {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1;
  min-height: 1px;
  align-items: center;
  padding: 0px !important;
  justify-content: space-evenly;
}

.swal2-confirm {
  background-color: var(--button-primary-color) !important;
  transition: transform 0.3s ease;
}

.swal2-confirm:hover {
  background-color: var(--button-primary-color) !important;
  transform: scale(1.05, 1.05);
}

.swal2-cancel {
  /* background-color: var(--button-secondary-color) !important;
  transition: transform 0.3s ease; */
  
    color: var(--button-secondary-text-color);
    background-color: var(--button-secondary-color);
    border-color: var(--button-secondary-color);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.swal2-cancel:hover {
  background-color: var(--button-secondary-color) !important;
  transform: scale(1.05, 1.05);
}



.add_permission {
  visibility: hidden;
}


.approve_permission {
  visibility: hidden;
}

.delete_permission {
  visibility: hidden;
}

.export_permission {
  visibility: hidden;
}

/* .edit_permission{
  display: none;
} */

.readonly-mode input,
.readonly-mode select,
.readonly-mode input[type="radio"],
.readonly-mode input[type="checkbox"],
.readonly-mode input[type="file"],
.readonly-mode textarea,
.readonly-mode span,
.readonly-mode img,
.readonly-mode button,
.readonly-mode i {
  pointer-events: none !important;
  opacity: 0.7;
  cursor: not-allowed !important;
}


/* FONTS */

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.grey1 {
  color: #434343 !important;
}

.loginButton {
  width: 110px;
  font-size: 18px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Lower resolution */

.menu-vertical {
  width: 12rem !important;
}

.menu-vertical,
.menu-vertical .menu-block,
.menu-vertical .menu-inner > .menu-item,
.menu-vertical .menu-inner > .menu-header {
  width: 12rem;
}

.menu-vertical .menu-item .menu-link {
  font-size: 12px !important;
}

.menu-icon {
  font-size: 1rem !important;
}

.app-brand-logo img,
.app-brand-logo svg {
  height: 60.5px !important;
}

@media (min-width: 1200px) {
  .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
    padding-left: 12.25rem !important;
  }
}

.card-header {
  padding: 1rem 1rem !important;
  font-size: 16px !important;
}
.card-header2 {
  padding: 1rem 1rem !important;
  font-size: 16px !important;
}

.header-btn {
  margin-right: 18px !important;
  margin-bottom: 0px !important;
}

.btn {
  line-height: 1.1 !important;
  padding: 0.4375rem 0.7rem !important;
  font-size: 0.77rem !important;
}

.table th {
  padding: 0.4rem 0.6rem !important;
  font-size: 0.8rem !important;
}

.table td {
  padding: 0.5rem 0.6rem !important;
  font-size: 0.7rem !important;
}

.user-name {
  font-size: 0.8rem !important;
}

.menu-item,
.menu-header,
.menu-divider,
.menu-block {
  font-size: 0.8rem !important;
}

.menu-item,
.menu-header,
.menu-divider,
.menu-block {
  font-size: 0.8rem !important;
}

.dropdown-item {
  padding: 0.532rem 0.7rem !important;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 0.7rem !important;
}

.form-label,
.col-form-label {
  font-size: 0.73rem !important;
}

.col-form-label {
  /* padding-top: calc(0.6375rem + 1px) !important; */
  /* padding-bottom: calc(0.2375rem + 0.5px) !important; */
  line-height: 1 !important;
}

.form-check-label {
  font-size: 0.73rem !important;
}

.form-control {
  padding: 0.5375rem 0.575rem !important;
  font-size: 0.7rem !important;
  line-height: 1 !important;
}

.form-select {
  padding: 0.5375rem 0.575rem !important;
  font-size: 0.7rem !important;
  line-height: 1 !important;
}

.form-check-input {
  width: 15px !important;
  height: 15px !important;
  margin-top: 0.18em !important;
}

.form-switch > .form-check-input {
  width: 30px !important;
  height: 15px !important;
  margin-top: 0.18em !important;
}

label {
  font-size: 0.75rem !important;
}

.form-check > .col-form-label {
  padding-top: unset !important;
}

.grid2 {
  gap: 5px !important;
}

.upload-btn {
  padding: 10px !important;
  font-size: 0.8rem !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 0.75rem !important;
}

.card-body {
  padding: 12px 16px !important;
}

.card p {
  font-size: 13px !important;
  margin-bottom: 0px !important;
}

.card-body > div h4 {
  font-size: 1.8rem !important;
}

.table-cls {
  padding: 15px !important;
}

.dataTables_wrapper
  .dataTables_paginate
  .paginate_button:not(.previous):not(.next) {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  font-size: 0.8rem !important;
}

.list-group-item {
  padding: 0.4rem 0.2375rem !important;
  font-size: 0.8rem !important;
}

.loginButton {
  width: 95px !important;
  font-size: 14px !important;
  height: 33px !important;
}


.submenu-icon {
  width: 0.8rem;
}