@font-face {
    font-family: 'gilroy-bold';
    src: url(/fonts/Gilroy-Bold.woff2?23fbf19933d352e69a49920b8e210b42) format('woff2'),
        url(/fonts/Gilroy-Bold.woff?c2c9c8d95ded6b79001b0cf6622bc708) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-light';
    src: url(/fonts/Gilroy-Light.woff2?de0a8cb9ad152429093cf3720cfc6e0f) format('woff2'),
        url(/fonts/Gilroy-Light.woff?fa8b54586c0a0dedaa9c29ff257625fc) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-med';
    src: url(/fonts/Gilroy-Medium.woff2?0cf5999b8575e9eeaf8ecc1ac3e8720d) format('woff2'),
        url(/fonts/Gilroy-Medium.woff?cc2403902328c8427149ac970fb9f04b) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy';
    src: url(/fonts/Gilroy-Regular.woff2?39bae8cb6f7028d59b33233dab56e63a) format('woff2'),
        url(/fonts/Gilroy-Regular.woff?619220d0885dc80ba4c7e3066324551d) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-semibold';
    src: url(/fonts/Gilroy-SemiBold.woff2?3a8e281180ed15b494205e2f59adf62e) format('woff2'),
        url(/fonts/Gilroy-SemiBold.woff?fd71942df3a295f391e92bdc1287b7a7) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

.btn-h-44 {
  height: 44px;
}

.btn-w-200 {
  width: 200px;
}

.btn-36 {
  width: 36px;
  height: 36px;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: gilroy, sans-serif !important;
  font-size: 14px;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a,
a:link,
a:hover,
a:active {
  text-decoration: none;
}

.subtitle-color {
  color: #737a99 !important;
}

.success-color {
  color: #1aa165;
}

.white-text {
  color: #ffffff !important;
}
.white-text:hover {
  color: #ffffff !important;
}

.black-text {
  color: #000000;
}

.main-title-font {
  font-size: 24px !important;
}
@media screen and (min-width: 960px) {
  .main-title-font {
    font-size: 32px !important;
  }
}

.main-text-font {
  font-size: 18px !important;
}
@media screen and (min-width: 960px) {
  .main-text-font {
    font-size: 20px !important;
  }
}

.title-font {
  font-size: 16px !important;
}
@media screen and (min-width: 960px) {
  .title-font {
    font-size: 18px !important;
  }
}

.subtitle-font {
  font-size: 14px !important;
}
@media screen and (min-width: 960px) {
  .subtitle-font {
    font-size: 16px !important;
  }
}

.default-fontsize {
  font-size: 14px;
}

.main-text-color {
  color: #1c1e30;
}

h1 {
  font-size: 28px;
  font-family: gilroy-bold, sans-serif !important;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.main {
  min-height: 500px;
}

form.delete_form {
  display: inline-block !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  padding-top: 5px;
}

.single-row table tr td:first-child {
  font-weight: bold;
}

.font-md {
  font-size: 1.125rem;
}

.font-med {
  font-family: gilroy-med, "sans-serif" !important;
}

.font-bold {
  font-family: "gilroy-bold", sans-serif;
}

.font-semibold {
  font-family: "gilroy-semibold", sans-serif !important;
}

.tags-look .tagify__dropdown__item {
  display: inline-block;
  border-radius: 3px;
  padding: 0.3em 0.5em;
  border: 1px solid #ccc;
  background: #f3f3f3;
  margin: 0.2em;
  font-size: 0.85em;
  color: black;
  transition: 0s;
}

.tags-look .tagify__dropdown__item--active {
  color: black;
}

.tags-look .tagify__dropdown__item:hover {
  background: lightyellow;
  border-color: gold;
}

.single-employee .image {
  display: flex;
  justify-content: center;
}

.view-content .table tr td:first-child {
  width: 20% !important;
}

.single-row {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.nav-link {
  padding: 5px;
}

.btn-44 {
  width: 44px;
  height: 44px;
}

.main-wrapper,
.section {
  min-height: calc(100vh - 80px);
}

.dashboard-menu .nav li {
  width: 100%;
}
.dashboard-menu .nav li ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.grid-responsive th,
.grid-responsive td {
  background-color: #fff !important;
  box-shadow: none !important;
}

.grid-responsive .btn-xs {
  padding: 5px !important;
}

.modal-backdrop.show {
  z-index: 99 !important;
}

.sidebar-social .social-all i {
  background-color: #1dae0e;
}

.dot-separator {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #7c8493;
}

/**************Listing jobs*****************/
.job-applications-table {
  overflow-x: unset !important;
}

.job-applications-table table {
  width: 100% !important;
}

.job-applications-table table thead tr th {
  font-weight: bold !important;
}

.job-applications-table table thead tr th,
.job-applications-table table tr td {
  padding: 10px !important;
}

/******************************/
/************** global *****************/
a:hover {
  color: #3c4eca !important;
}

.m-auto {
  margin: auto !important;
}

.text-left {
  text-align: left !important;
}

.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #3c4eca;
  outline: 0;
  box-shadow: unset;
}

.btn-outlined-primary {
  color: #3c4eca;
  border: 1px solid #3c4eca;
  background: #fff;
  border-radius: 14px;
  transition: 0.3s;
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
}
.btn-outlined-primary:hover {
  background-color: #ebedff;
}
.btn-outlined-primary:focus {
  background-color: #ebedff;
  box-shadow: unset !important;
}
.btn-outlined-primary:active {
  transform: scale(0.95);
}

.btn-white {
  color: #3c4eca;
  background-color: white;
  border-color: #e5e9ff;
  transition: 0.3s;
  font-family: gilroy-bold, sans-serif;
}
.btn-white:hover, .btn-white:focus {
  color: #3c4eca;
  background-color: white;
  border-color: #e5e9ff;
}
.btn-white:active {
  transform: scale(0.95);
}

.btn-primary {
  color: #fff;
  background-color: #3c4eca;
  border-color: #3c4eca;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #4c5dce;
  border-color: #3c4eca;
  color: #fff !important;
}
.btn-primary:focus {
  background-color: #4c5dce;
  border-color: #3c4eca;
  box-shadow: unset !important;
}
.btn-primary:active {
  transform: scale(0.95);
}

.btn-success {
  color: #fff;
  background-color: #4cab0a;
  border-color: #4cab0a;
  transition: 0.3s;
  font-family: "gilroy-bold", sans-serif;
}
.btn-success:hover {
  background-color: #55be0b;
  border-color: #4cab0a;
  color: #fff !important;
}
.btn-success:focus {
  background-color: #55be0b;
  border-color: #4cab0a;
  box-shadow: unset !important;
}
.btn-success:active {
  transform: scale(0.95);
}

.btn-secondary-main {
  color: #3c4eca;
  background-color: #ebedff;
  border-color: #ebedff;
  transition: 0.3s;
  font-family: "gilroy-bold", sans-serif;
}
.btn-secondary-main:hover {
  background-color: #ebedff;
  border-color: #ebedff;
  color: #3c4eca;
}
.btn-secondary-main:focus {
  background-color: #ebedff;
  border-color: #ebedff;
  box-shadow: unset !important;
}
.btn-secondary-main:active {
  transform: scale(0.95);
}

.danger-color {
  color: #e92727;
}

.primary-color {
  color: #3c4eca;
}

.dark-primary {
  color: #0b134a;
}

.primary-main-color {
  color: #3c4eca;
}

.btn {
  box-shadow: 0 20px 30px rgba(25, 28, 50, 0.05);
  border-radius: 14px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn i,
.btn svg {
  margin-inline-end: 0.5rem;
}
.btn.disabled {
  background-color: #eeeef7 !important;
  border-color: #eeeef7 !important;
  color: #737a99;
}
.btn.padding-lg {
  padding: 0.75rem 1.5rem !important;
}

.btn-dark {
  color: #fff !important;
  background-color: #16006d;
  border-color: #16006d;
  transition: 0.3s;
}
.btn-dark:hover {
  background-color: #1a0081;
  border-color: #16006d;
  color: #fff !important;
}
.btn-dark:focus {
  background-color: #1a0081;
  border-color: #16006d;
  color: #fff !important;
  box-shadow: unset !important;
}

.btn-secondary {
  transition: 0.3s;
  background: #ebedff;
  border-color: #ebedff !important;
  color: #3c4eca;
}
.btn-secondary:hover {
  background: #ebedff;
  color: #3c4eca;
}
.btn-secondary:focus {
  background: #ebedff;
  color: #3c4eca;
  box-shadow: unset !important;
}
.btn-secondary:active {
  transform: scale(0.95);
}

.btn-secondary-outlined {
  transition: 0.3s;
  background: #ffffff;
  border-color: #e5e5e7 !important;
  color: #3c4eca;
  font-weight: 600;
}
.btn-secondary-outlined:hover {
  background: #ebedff;
  color: #3c4eca;
}
.btn-secondary-outlined:focus {
  background: #ffffff;
  color: #3c4eca;
  box-shadow: unset !important;
}
.btn-secondary-outlined:active {
  transform: scale(0.95);
}

.btn-danger {
  transition: 0.3s;
  background: #e92727;
  border-color: #e92727 !important;
  color: #ffffff;
}
.btn-danger:hover {
  background: #e92727;
  color: #ffffff !important;
}
.btn-danger:hover svg {
  stroke: #ffffff;
}
.btn-danger:focus {
  background: #e92727;
  color: #ffffff;
  box-shadow: unset !important;
}

.btn-danger-outlined {
  transition: 0.3s;
  background: #fff;
  border-color: #e92727 !important;
  color: #e92727;
}
.btn-danger-outlined:hover {
  background: #e92727;
  color: #ffffff !important;
}
.btn-danger-outlined:hover svg {
  stroke: #ffffff !important;
}
.btn-danger-outlined:focus {
  background: #e92727;
  color: #ffffff;
  box-shadow: unset !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.main_card {
  position: relative;
  word-wrap: break-word;
  border-radius: 10px;
  border: 0;
  transition: 0.3s;
}

.white-card {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(235, 235, 235, 0.77);
  padding: 18px;
}

table tbody tr:nth-child(odd) td {
  background-color: white !important;
}
table tbody tr:last-child td {
  border-width: 0 !important;
}

.grid-responsive thead tr th {
  background-color: #fafbff !important;
  color: #737a99;
  font-weight: 400;
  border-bottom: none;
  padding: 15px 10px;
}
.grid-responsive tr th,
.grid-responsive tr td {
  font-size: 13px !important;
}
@media screen and (min-width: 960px) {
  .grid-responsive tr th,
.grid-responsive tr td {
    font-size: 14px !important;
  }
}
.grid-responsive tr th:first-child,
.grid-responsive tr td:first-child {
  border-radius: 12px 0 0 12px;
  padding-left: 18px;
}
.grid-responsive tr th:last-child,
.grid-responsive tr td:last-child {
  border-radius: 0 12px 12px 0;
  padding-right: 18px;
}
.grid-responsive tbody tr {
  border-bottom: 1px solid #efeff1;
}
.grid-responsive tbody tr td {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #1c1e30 !important;
  font-family: "gilroy-med", sans-serif !important;
  vertical-align: middle;
}

/************** dropdown *****************/
.dropdown-menu {
  border-radius: 8px;
  min-width: 5rem;
  border: 1px solid #eeeef7;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  margin: 0 !important;
}
.dropdown-menu a:hover {
  color: #3c4eca !important;
  background-color: #e5e9ff !important;
}
.dropdown-menu a.danger-dropdown-item:hover {
  color: #e92727 !important;
  background-color: #fdeeee !important;
}
.dropdown-menu a.danger-dropdown-item:hover svg {
  stroke: #e92727 !important;
}
.dropdown-menu a:active {
  color: #3c4eca !important;
  background-color: #e5e9ff !important;
}
.dropdown-menu a i {
  margin-right: 10px;
  color: #737a99 !important;
  font-size: 15px;
}

.actions-menu.with-border {
  border: 1px solid #b8bbcc;
  border-radius: 10px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-menu.with-border:hover {
  border-color: #3c4eca;
  background-color: #ebedff;
}
.actions-menu.with-border:hover i {
  color: #3c4eca;
}
.actions-menu .dropdown-menu svg {
  stroke: #737a99;
}
.actions-menu .dropdown-menu .btn {
  box-shadow: none !important;
}
.actions-menu .dropdown-menu .dropdown-item {
  color: #737a99;
  font-family: "gilroy-semibold", sans-serif;
}
.actions-menu .dropdown-menu .dropdown-item:hover {
  font-family: "gilroy-bold", sans-serif;
}
.actions-menu .dropdown-menu .dropdown-item:hover svg {
  stroke: #3c4eca;
}
.actions-menu .dropdown-toggle {
  border-radius: 10px;
  border: 1px solid #ebedff;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-menu svg {
  margin-inline-end: 8px;
}

.dropdown-menu .dropdown-item-delete-btn {
  justify-content: flex-start !important;
  gap: 12px !important;
  color: rgb(232, 60, 78) !important;
  font-size: 14px !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.dropdown-menu .dropdown-item-delete-btn svg {
  stroke: rgb(232, 60, 78) !important;
  margin: 0 !important;
}
.dropdown-menu .dropdown-item-delete-btn:hover {
  border-radius: 14px !important;
  background-color: rgb(253, 236, 237) !important;
  color: rgb(232, 60, 78) !important;
}
.dropdown-menu .dropdown-item-delete-btn:hover svg {
  stroke: rgb(232, 60, 78) !important;
}

.custom-dropdown .dropdown-menu {
  border: 1px solid #efeff1;
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 8px;
  z-index: 99;
}
.custom-dropdown .dropdown-toggle i {
  color: #9a9aa4;
}
.custom-dropdown .dropdown-toggle:focus {
  box-shadow: none !important;
}
.custom-dropdown .dropdown-toggle:after {
  display: none !important;
}

.list-invitation-incomplete-info {
  display: flex;
  align-items: flex-start;
  background-color: #fcf4ed;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.list-invitation-incomplete-info p {
  margin-bottom: 0;
  font-size: 14;
  color: #1c1e30;
  font-weight: 400;
}
.list-invitation-incomplete-info p:first-child {
  color: #eb7306;
  font-weight: 600;
}
.list-invitation-incomplete-info .close-incomplete-info {
  margin-inline-start: auto;
  cursor: pointer;
}

.list-invitation-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.list-invitation-avatar svg {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -22px;
  left: 10px;
}

.list-invitation-actions a {
  color: #3c4eca;
}
.list-invitation-actions a:hover {
  background-color: #ebedff;
  border-color: #3c4eca;
}

/************** navbar *****************/
.dashboard-content-wrapper .navbar {
  width: calc(100% - 300px);
}

/************** footer *****************/
.footer .footer-content {
  padding: 1rem 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-content .social-links {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 0;
  list-style: none;
  text-align: center;
}
.footer .footer-content .social-links a {
  color: gray;
}
.footer .footer-content .social-links li:first-child a:hover {
  color: #4267b2;
}
.footer .footer-content .social-links li:nth-child(2) a:hover {
  color: #00acee;
}
.footer .footer-content .social-links li:nth-child(3) a:hover {
  color: #0e76a8;
}
.footer .footer-content .social-links li:last-child a:hover {
  color: #dd4b39;
}

/************** login *****************/
.dashboard-content-section {
  position: relative;
  background: #fafbff;
}

/************** sidebar *****************/
.dashboard-sidebar {
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  padding: 40px 0;
  border: none;
}
.dashboard-sidebar .sidebar-padding {
  padding: 0 24px !important;
}
.dashboard-sidebar .sidebar-list-title {
  color: #737a99;
  font-size: 14px;
}
.dashboard-sidebar.showed {
  transform: translateX(0);
}
.dashboard-sidebar .nav li {
  margin: 0 0.2rem;
}
.dashboard-sidebar .nav li .submenu-arrow {
  transition: all ease-in-out 0.2s;
  transform: rotate(180deg);
}
.dashboard-sidebar .nav li a.submenu-active {
  color: #0b134a;
  font-family: "gilroy-bold", sans-serif;
}
.dashboard-sidebar .nav li a.submenu-opened .submenu-arrow {
  transform: none;
}
.dashboard-sidebar .nav li a.active, .dashboard-sidebar .nav li a:hover {
  border-radius: 12px;
  border-left-color: transparent;
  background-color: #ebedff;
  color: #3c4eca;
}
.dashboard-sidebar .nav li a.active svg, .dashboard-sidebar .nav li a:hover svg {
  stroke: #3c4eca;
}
.dashboard-sidebar .nav li a.active {
  font-family: "gilroy-bold", sans-serif;
}

.dashboard-sidebar-wrapper {
  width: 300px;
}

.dashboard-content-wrapper {
  width: calc(100% - 300px);
}

/************** dashboard *****************/
.dashboard-main-inner {
  padding: 100px 0 0;
}
.dashboard-main-inner .dashboard-overview {
  padding: 32px;
}
.dashboard-main-inner .breadcrumb {
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 0.5rem;
}

.single-funfact {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 0;
  transition: 0.3s;
  padding: 30px 20px;
  margin-bottom: 1rem;
}
.single-funfact .funfact-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-funfact .funfact-content i {
  font-size: 45px !important;
}
.single-funfact .funfact-content .text {
  color: #3c4eca !important;
}

.applications-heading {
  border: 0;
  border-radius: 10px 10px 0 0;
}

.job-applications-main-block {
  border-radius: 0 0 10px 10px;
  padding: 12px 25px;
  margin-bottom: 1rem;
}

.empty_data {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty_data i {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #6472d5;
}

/************** Search *****************/
.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search input:focus {
  box-shadow: none;
}

.search .fa-search {
  position: absolute;
  top: calc(50% - 8px) !important;
  left: 16px;
}

button .fa-search {
  position: absolute;
  top: 16px !important;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 28px;
  width: 50px;
  /*background: blue;*/
}

.job-search-wrap {
  background: none;
}

.fa-2x {
  font-size: 18px;
}

.font-sm {
  font-size: 12px;
}

.admin-roles-page-title,
.admin-users-page-title,
.admin-companies-page-title,
.admin-jobs-page-title,
.admin-plans-page-title,
.admin-messages-page-title,
.admin-industries-page-title,
.rec-user-page-title,
.rec-jobs-page-title,
.rec-applications-page-title,
.employee-cvs-page-title,
.employees-applications-page-title {
  display: flex;
  justify-content: space-between;
}

.page-title {
  background: #fff;
  padding: 0 24px;
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 12px;
}
.page-title .rec-jobs-page-title {
  padding: 20px 0;
}
.page-title h1 {
  color: #0b134a;
  margin-bottom: 0;
}

.breadcrumb.custom-breadcrumb {
  border-bottom: none !important;
  margin-bottom: 24px;
}
.breadcrumb.custom-breadcrumb .breadcrumb-item {
  font-family: "gilroy-semibold", sans-serif;
}
.breadcrumb.custom-breadcrumb .breadcrumb-item:not(.active) {
  color: #3c4eca;
}
.breadcrumb.custom-breadcrumb .breadcrumb-item.active {
  color: #737a99;
}

.page-title-no-bg {
  margin-bottom: 32px;
}
.page-title-no-bg .rec-jobs-page-title {
  padding: 20px 0;
}
.page-title-no-bg .back-arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #eeeef7;
  background: #fff;
}
.page-title-no-bg h1 {
  color: #0b134a;
}
.page-title-no-bg .page-title-content {
  margin: 0 12px;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.25em;
  margin-right: 1em;
}

.single-meta-field .field-label i {
  color: #3c4eca !important;
}
.single-meta-field .field-value a {
  color: #3c4eca;
}

.candidate-head-info .candidate-content .candidate-name i,
body.template-color-1 .theme-color {
  color: #3c4eca;
}

.single-job.style-two {
  padding: 20px !important;
}

.jobs-page-listing-container {
  margin: 0 -10px;
  flex-wrap: wrap;
}
.jobs-page-listing-container .jobs-filters {
  width: 250px !important;
  margin: 0 10px;
}
.jobs-page-listing-container .jobs-listing {
  width: calc(100% - 290px);
  margin: 0 10px;
}
.jobs-page-listing-container .jobs-listing-form {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.job-skill-tag a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  line-height: 24px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 3px;
  background: #eff1f8;
  color: #999;
}

.bootstrap-tagsinput .tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px !important;
}

.form-control-label {
  font-weight: bold;
}

.job-content {
  margin-top: 20px;
  padding: 20px;
  background: #f1f4fb;
  border-radius: 12px;
}

.status-filter {
  margin: 0 -16px;
}
.status-filter a {
  font-size: 16px;
  padding-bottom: 12px;
  color: #737a99 !important;
  margin: 0 16px;
}
.status-filter a.active-status {
  color: #3c4eca !important;
  border-bottom: 4px solid #3c4eca;
  font-family: gilroy-bold, sans-serif !important;
}

.checkbox-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-container.md-text {
  font-size: 16px;
}
.checkbox-container.sm-text {
  font-size: 14px;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1.5px solid #efeff1;
  border-radius: 5px;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #3c4eca;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkbox-container .dash:after {
  border: none;
  background: #fff;
  transform: none;
  height: 2px;
  width: 9px;
  left: calc(50% - 4.5px);
  top: calc(50% - 1px);
}

.radiobox-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.radiobox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radiobox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #3c4eca;
  border-radius: 100%;
  box-sizing: content-box;
}
.radiobox-container:hover input ~ .checkmark {
  background-color: #fff;
}
.radiobox-container input:checked ~ .checkmark {
  background-color: #3c4eca;
}
.radiobox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobox-container input:checked ~ .checkmark:after {
  display: block;
}
.radiobox-container .checkmark:after {
  left: 4.5px;
  top: 4.5px;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 100%;
}

.badge {
  border-radius: 80px;
  font-size: 12px;
}
.badge.badge-closed {
  background: #fdeeee;
  color: #e92727;
}
.badge.badge-open {
  background: #ecf9f5;
  color: #10b981;
}
.badge.badge-pending {
  background: #fff6ee;
  color: #f88f2d;
}
.badge.badge-in-progress {
  background: #eff0fb;
  color: #3c4eca;
}
.badge.badge-new {
  background: #f5f6ff;
  color: #1c1e30;
}

.application-staging {
  padding: 8px 14px;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.application-staging span {
  width: 10px;
  height: 10px;
  margin-inline-end: 6px;
  border-radius: 50%;
}
.application-staging.applied-shortlisted-staging {
  color: #1c1e30;
  background-color: #f5f6ff;
}
.application-staging.applied-shortlisted-staging span {
  background-color: #1c1e30;
}
.application-staging.pending-staging {
  color: #eb7306;
  background-color: #fcf4ed;
}
.application-staging.pending-staging span {
  background-color: #eb7306;
}
.application-staging.rejected-failedQuestionnaire-staging {
  color: #e83c4e;
  background-color: #fdeced;
}
.application-staging.rejected-failedQuestionnaire-staging span {
  background-color: #e83c4e;
}
.application-staging.contact-hired-staging {
  color: #1aa165;
  background-color: #ebfaf5;
}
.application-staging.contact-hired-staging span {
  background-color: #1aa165;
}
.application-staging.not-start-staging {
  color: #737a99;
  background-color: #f5f6ff;
}
.application-staging.not-start-staging span {
  background-color: #737a99;
}

.questionnaire-phases {
  display: flex;
  align-items: center;
}
.questionnaire-phases span {
  width: 30px;
  height: 32px;
  margin-inline-end: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6ff;
  border-radius: 4px;
  color: #737a99;
  font-size: 16px;
  font-weight: 500;
}
.questionnaire-phases span svg {
  width: 18px;
  height: 18px;
}
.questionnaire-phases span.application-pending-phase {
  background-color: #fcf4ed;
}
.questionnaire-phases span.application-success-phase {
  background-color: #ebfaf5;
}
.questionnaire-phases span.application-reject-phase {
  background-color: #fdeced;
}

.pagination .page-link {
  border: none !important;
  color: #9a9aa4;
}
.pagination .page-item.active .page-link {
  background: #f3f4fc;
  border-radius: 8px;
  font-weight: 700;
  min-width: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c4eca;
}

.modal .modal-header {
  padding: 24px 32px;
}
.modal .modal-header .btn-close {
  background-color: #f7f8fe !important;
  border-radius: 44px;
  color: #9a9aa4;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0 !important;
}
.modal .modal-main-text {
  color: #0b134a;
  font-family: gilroy-bold, sans-serif !important;
  font-size: 20px;
}
.modal .modal-content {
  border-radius: 16px;
  border: none;
}
.modal .modal-content .content {
  font-size: 16px;
  font-family: "gilroy-med", sans-serif;
  color: #6c6d85;
}
.modal .modal-footer {
  padding: 16px 32px;
}

.custom-input {
  border: 1px solid #efeff1;
  border-radius: 16px;
}
.custom-input.white-bg {
  background-color: #fff;
}
.custom-input.custom-input-focused {
  border-color: #3c4eca;
}
.custom-input input,
.custom-input select,
.custom-input textarea {
  padding: 20px 15px;
  border: none;
  font-family: "gilroy-med", sans-serif;
  color: #1c1e30;
  font-size: 15px;
  background-color: transparent;
}
.custom-input .input-group-text {
  background-color: transparent !important;
  border: none !important;
  padding: 0 0 0 20px;
}
.custom-input .input-group-text i {
  color: #9a9aa4;
}
.custom-input .custom-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 14px;
  color: #737a99;
  pointer-events: none;
}
.custom-input .input-focused .custom-label {
  top: 18px;
  font-size: 12px;
}
.custom-input .input-focused input,
.custom-input .input-focused select,
.custom-input .input-focused .bootstrap-tagsinput,
.custom-input .input-focused textarea {
  padding: 25px 15px 15px;
}
.custom-input .custom-input-wrapper {
  flex: 1;
}
.custom-input .custom-input-wrapper .bootstrap-tagsinput {
  border: none;
  box-shadow: none;
}
.custom-input.padding-sm input {
  padding: 22px;
}
.custom-input.custom-textarea textarea {
  border: none;
  padding: 38px 15px 18px;
}
.custom-input.custom-textarea .custom-label {
  top: 28px;
}

.custom-input-focused .custom-label {
  top: 18px;
  font-size: 12px;
}

.custom-input-file {
  border: 1px dashed #3c4eca;
  border-radius: 14px;
  background: #f7f8fe;
  height: 180px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.custom-input-file .custom-file {
  position: absolute;
  height: 100%;
  width: 100%;
}
.custom-input-file input {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.custom-input-file .upload-file-text {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  color: #3c4eca;
}
.custom-input-file span {
  font-size: 16px;
  color: #1c1e30;
}

.bootstrap-tagsinput {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.bootstrap-tagsinput input {
  width: initial;
  padding: 0 !important;
}
.bootstrap-tagsinput .tag {
  background-color: #f3f4fc;
  color: #192155 !important;
  font-family: "gilroy-med", sans-serif;
  font-size: 12px;
  padding: 6px 8px !important;
  border-radius: 8px;
}
.bootstrap-tagsinput .tag[data-role=remove] {
  color: #3c4eca;
}

.job-invitation {
  max-height: 475px;
  overflow: auto;
}
.job-invitation::-webkit-scrollbar {
  width: 4px;
}
.job-invitation::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 30px;
}
.job-invitation::-webkit-scrollbar-thumb {
  background: #e1e3ed;
}

.styled-edit-candidate .modal-header h2 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.styled-edit-candidate .modal-body {
  padding: 24px 32px;
}
.styled-edit-candidate .modal-body > p {
  color: #737a99;
  font-size: 12px;
  font-weight: 500;
}
.styled-edit-candidate .modal-body .edit-candidate-form .form-floating .form-control {
  border-radius: 12px;
  border-color: #e1e3ed;
  color: #1c1e30;
  font-size: 14px;
  font-weight: 400;
  padding-inline: 16px;
}
.styled-edit-candidate .modal-body .edit-candidate-form .form-floating .form-control:focus {
  border-color: #3c4eca;
  box-shadow: 1px 2px 14px rgba(60, 78, 202, 0.2196078431);
}
.styled-edit-candidate .modal-body .edit-candidate-form .form-floating label {
  color: #737a99;
  font-size: 15px;
  font-weight: 400;
  top: -3px;
  padding-inline-start: 16px;
}
.styled-edit-candidate .modal-body .edit-candidate-form .styled-phone-input .PhoneInput {
  border: 1px solid #e1e3ed;
  padding: 16px;
  border-radius: 12px;
}
.styled-edit-candidate .modal-body .edit-candidate-form .styled-phone-input .PhoneInput .PhoneInputInput {
  border: 0;
}
.styled-edit-candidate .modal-body .edit-candidate-form .styled-phone-input .PhoneInput:focus {
  border-color: #3c4eca;
  box-shadow: 1px 2px 14px rgba(60, 78, 202, 0.2196078431);
}
.styled-edit-candidate .modal-body .edit-candidate-form .styled-phone-input .PhoneInput .PhoneInputCountry {
  border-inline-end: 1px solid #e1e3ed;
  padding-inline-end: 8px;
}
.styled-edit-candidate .modal-body .edit-candidate-form .error-input {
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.875em;
  color: #dc3545;
  margin-inline-start: 8px;
}
.styled-edit-candidate .modal-footer .btn {
  box-shadow: none;
  height: 45px;
}
.styled-edit-candidate .modal-footer .btn:first-child {
  width: 135px;
  border: 1px solid #e1e3ed;
  color: #3c4eca;
  font-size: 14px;
  font-weight: 600;
}
.styled-edit-candidate .modal-footer .btn:last-child {
  width: 110px;
  color: #fff;
  background-color: #3c4eca;
}

.users-table tr {
  border-bottom: 1px solid #efeff1;
}

.custom-table-dropdown .dropdown-item {
  justify-content: flex-start;
}

.custom-dropdown-toggle i,
.custom-dropdown-toggle svg {
  margin-inline-end: 0 !important;
}
.custom-dropdown-toggle::after {
  display: none;
}

.table-responsive {
  min-height: 275px;
}

.view-applicant-btn {
  background-color: #f5f6ff;
  padding: 10px 14px;
  border-radius: 8px;
  color: #3c4eca;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  display: inline-block;
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 700px;
  }
}
.form-icon {
  width: 24px;
  height: 24px;
}

.page-header-icon {
  width: 28px;
  height: 20px;
}

.page-header-icon2 {
  width: 15px;
  height: 15px;
}

.form-section-header {
  font-size: 16px;
  color: #737a99;
  font-family: "gilroy-med", sans-serif;
  margin-bottom: 16px !important;
}

.form-section-desc {
  font-size: 14px;
  font-family: "gilroy-med", sans-serif;
  color: #6c6d85;
}

.form-section {
  border-bottom: 2px solid #eeeef7;
}

.custom-filters .form-control {
  color: #3c4eca;
  background: #f3f4fc;
  border-radius: 14px;
  transition: 0.3s;
  font-family: "gilroy-med", sans-serif;
  font-size: 12px;
  border-color: transparent;
  padding: 10px 12px;
}
.custom-filters .form-control:focus {
  border: 1px solid #3c4eca;
}
.custom-filters .btn {
  font-size: 14px;
}
.custom-filters input::placeholder,
.custom-filters input::-ms-input-placeholder,
.custom-filters input:-ms-input-placeholder {
  color: #3c4eca;
}

.search-form .form-control {
  border: none;
  color: #737a99;
  opacity: 1;
}

.icon-24 {
  height: 24px;
  width: 24px;
}

.icon-20 {
  height: 20px;
  width: 20px;
}

.icon-15 {
  height: 15px;
  width: 15px;
}

.icon-12 {
  height: 12px;
  width: 12px;
}

.white-svg {
  stroke: #ffffff;
}

.danger-svg {
  stroke: #e92727 !important;
}

.success-svg {
  stroke: #1aa165;
}

.primary-svg {
  stroke: #3c4eca !important;
}

.primary-svg-fill {
  fill: #3c4eca;
}

.gray-svg {
  stroke: #9a9aa4;
}

.text-main-svg {
  fill: #1c1e30;
}

.text-main-svg-stroke {
  stroke: #1c1e30;
}

.search-input-rounded input {
  background: #f7f8fe !important;
  border-radius: 44px;
  border: none;
  padding: 10px 19px 10px 45px;
}
.search-input-rounded input.outlined {
  border: 1px solid #e5e5e7;
}
.search-input-rounded svg {
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
}

input::-moz-placeholder {
  color: #737a99;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}

input::placeholder {
  color: #737a99;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}

input:-ms-input-placeholder {
  color: #737a99;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}

input::-ms-input-placeholder {
  color: #737a99;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}

.ql-snow.ql-toolbar {
  border-radius: 12px 12px 0 0;
  background: #f7f8fe;
  border: 1px solid #efeff1 !important;
}
.ql-snow.ql-container {
  border-radius: 0 0 12px 12px;
  border: 1px solid #efeff1 !important;
  min-height: 132px;
}
.ql-snow.ql-container .ql-blank {
  min-height: 132px;
}

.form-action-button {
  min-width: 151px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gilroy-bold", sans-serif;
}

.sidebar-icon {
  width: 18px;
  height: 18px;
  stroke: #737a99;
  margin-inline-end: 8px;
}

.no-data .no-data-title {
  color: #1c1e30;
  font-size: 16px !important;
}
@media screen and (min-width: 960px) {
  .no-data .no-data-title {
    font-size: 20px !important;
  }
}
.no-data .no-data-desc {
  color: #737a99;
  font-size: 14px !important;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .no-data .no-data-desc {
    font-size: 18px !important;
  }
}
.no-data .btn-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.no-data .btn-wrapper .btn {
  width: 100%;
}

.custom-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.custom-row .custom-col-5 {
  padding: 0 10px;
  width: 25%;
}

.multiple-checkboxes .sub-checkbox {
  margin-left: 24px;
}

.sub-content {
  padding: 16px 32px 0;
  background-color: #ffffff;
}
.sub-content .nav-link {
  color: #737a99;
  font-size: 16px;
  padding: 0 0 12px 0;
  margin: 0 16px;
}
.sub-content .nav-link.active {
  border-bottom: 4px solid #3c4eca;
  color: #3c4eca;
  font-family: "gilroy-bold", sans-serif;
}

.employee-application-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 24px;
}

.job-main-info {
  display: flex;
  align-items: center;
}
.job-main-info .application-employee-main-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.job-main-info .application-employee-main-info h1 {
  font-size: 18px !important;
  color: #0b134a;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .job-main-info .application-employee-main-info h1 {
    font-size: 20px !important;
  }
}
.job-main-info .application-employee-main-info .application-employee-age {
  margin-inline: 10px;
  background-color: #f5f6ff;
  padding: 2px 10px;
  border-radius: 6px;
  color: #1c1e30;
  font-weight: 600;
  font-size: 14px;
}
.job-main-info .application-employee-job-title {
  font-size: 14px;
  color: #1c1e30;
  font-weight: 600;
}

.application-open-job {
  display: flex;
  align-items: center;
}
.application-open-job a {
  display: flex;
  align-items: center;
  color: #3c4eca;
}
.application-open-job a svg {
  margin-inline-start: 6px;
  stroke: #3c4eca !important;
  width: 14px !important;
  height: 14px !important;
}

.list-questionnaires {
  background-color: #fff;
  padding: 18px;
  border-radius: 12px;
}
.list-questionnaires .questionnaires-title {
  color: #0b134a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
.list-questionnaires .list-questionnaires-title {
  display: flex;
  align-items: flex-start;
}
.list-questionnaires .list-questionnaires-title svg {
  width: 20px;
  height: 20px;
}
.list-questionnaires .list-questionnaires-title div {
  margin-inline-start: 8px;
}
.list-questionnaires .list-questionnaires-title div h4 {
  color: #1c1e30;
  font-size: 14px;
  margin-bottom: 8px;
}
.list-questionnaires .list-questionnaires-title div h6 {
  color: #737a99;
  font-size: 12px;
  margin: 0;
}

.view-applicant-fav-block {
  margin-inline-start: 16px;
}
.view-applicant-fav-block .btn {
  border-color: #3c4eca;
  border-radius: 8px;
  height: 100%;
  padding: 8px 10px;
}
.view-applicant-fav-block .dropdown-menu {
  top: 20px !important;
  border: 2px solid rgba(235, 235, 235, 0.5019607843);
  border-radius: 8px;
  padding-inline: 8px;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item {
  color: #1c1e30;
  cursor: pointer;
  font-weight: 600;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item svg {
  stroke: #737a99 !important;
  width: 25px;
  height: 25px;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item:hover {
  background-color: #fdeced;
  border-radius: 8px;
  color: #e83c4e;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item:hover svg {
  stroke: #e83c4e !important;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item:hover span {
  color: #e83c4e !important;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item a:hover {
  background-color: #fdeced !important;
  color: #e83c4e !important;
}
.view-applicant-fav-block .dropdown-menu .dropdown-item .btn {
  border: 0;
  box-shadow: none;
}

.job-details-block {
  background-color: #ffffff;
  padding: 16px 24px;
  border-bottom: 2px solid #efeff1;
  border-radius: 16px;
}
.job-details-block.employee-profile p {
  color: #1c1e30;
  font-size: 14px !important;
}
.job-details-block.employee-profile .block-title {
  font-family: "gilroy-bold", sans-serif;
}
.job-details-block.employee-profile .job-details {
  font-family: "gilroy-semibold", sans-serif;
}
.job-details-block .block-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeef7;
  font-size: 16px !important;
  font-family: "gilroy-bold", sans-serif;
  color: #0b134a;
}
@media screen and (min-width: 960px) {
  .job-details-block .block-title {
    font-size: 18px !important;
  }
}
.job-details-block .job-details {
  font-size: 14px;
  color: #0b134a;
  font-family: "gilroy-med", sans-serif;
}
.job-details-block .job-details svg {
  stroke: #1c1e30;
  height: 20px;
  width: 20px;
}
.job-details-block .job-details-sub-title {
  font-size: 14px;
  color: #737a99;
  margin-bottom: 0;
}

.custom-tag a {
  background: #ebedff;
  border-radius: 8px;
  padding: 6px 8px;
  margin: 0 6px 16px;
  font-size: 12px;
  color: #0b134a;
  font-family: "gilroy-med", sans-serif;
}

.questionnaire-title {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px !important;
  color: #0b134a;
}
@media screen and (min-width: 960px) {
  .questionnaire-title {
    font-size: 20px !important;
  }
}

.border-bottom {
  border-bottom: 1px solid #eeeef7;
}

.border-all {
  border: 1px solid #ebedff !important;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.border-radius-30 {
  border-radius: 30px !important;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-8 {
  border-radius: 8px !important;
}

hr {
  background-color: #eeeef7;
  opacity: 1;
}

.questionnaire-questions .add-question {
  background: #f7f8fe;
  border-radius: 24px;
  padding: 24px;
}
.questionnaire-questions .add-question .sub-title {
  font-size: 16px;
  font-family: "gilroy-bold", sans-serif;
  color: #0b134a;
}
.questionnaire-questions .question-submit-buttons .btn {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(25, 28, 50, 0.05);
  border-radius: 14px;
  font-family: "gilroy-bold", sans-serif;
  font-size: 14px !important;
  padding: 12px 48px;
}
@media screen and (min-width: 960px) {
  .questionnaire-questions .question-submit-buttons .btn {
    font-size: 16px !important;
  }
}
.questionnaire-questions .question-submit-buttons .delete-btn {
  color: #e92727;
}
.questionnaire-questions .question-submit-buttons .cancel-btn {
  box-shadow: none;
  background-color: transparent;
}
.questionnaire-questions .question-type-btns {
  margin: 24px -8px;
}
.questionnaire-questions .question-type-btn {
  flex-grow: 1;
  background: #ffffff;
  border: 1px solid #e5e5e7;
  border-radius: 16px;
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.questionnaire-questions .question-type-btn svg {
  width: 20px;
  height: 20px;
  stroke: #737a99;
}
.questionnaire-questions .question-type-btn[aria-expanded=true] {
  border-color: #3c4eca;
  color: #3c4eca;
  font-family: "gilroy-bold", sans-serif;
}
.questionnaire-questions .question-type-btn[aria-expanded=true] svg {
  stroke: #3c4eca;
}

.single-option-wrapper {
  margin: 0 -8px;
}
.single-option-wrapper .custom-input {
  flex-grow: 1;
}
.single-option-wrapper > * {
  margin: 0 8px;
}
.single-option-wrapper .delete-option {
  background: #ffffff;
  border: 1px solid #e5e5e7;
  border-radius: 12px;
  padding: 12px 18px;
}
.single-option-wrapper .delete-option svg {
  stroke: #e92727;
  fill: #e92727;
  width: 24px;
  height: 24px;
}

.questionnaire-phase > * {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.questionnaire-phase .phase-number {
  background-color: #f7f8fe;
  color: #9a9aa4;
  font-size: 16px;
}
.questionnaire-phase .success-phase {
  background-color: #ecf9f5;
  color: #1aa165;
}
.questionnaire-phase .success-phase svg {
  stroke: #1aa165;
}
.questionnaire-phase .warning-phase {
  background-color: #fff6ee;
  color: #f88f2d;
}
.questionnaire-phase .warning-phase svg {
  stroke: #f88f2d;
}
.questionnaire-phase .error-phase {
  background-color: #fdeeee;
  color: #e92727;
}
.questionnaire-phase .error-phase svg {
  stroke: #e92727;
}

.app-questionnaire {
  border: 1px solid #eff0fb;
  border-radius: 12px;
  padding: 16px;
}

.questionnaire-answers .modal-dialog {
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  right: 0;
  margin-right: 0;
}
.questionnaire-answers .modal-dialog .modal-content {
  border-radius: 16px 0 0 16px !important;
}
.questionnaire-answers .modal-header {
  padding-inline: 18px;
}
.questionnaire-answers .modal-header .questionnaire-answers-header {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.questionnaire-answers .modal-header .questionnaire-answers-header .btn {
  box-shadow: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f5f6ff;
  margin-inline-end: 8px;
}
.questionnaire-answers .modal-header .questionnaire-answers-header .btn svg {
  width: 28px;
  height: 28px;
  stroke: #1c1e30;
  margin: 0;
}
.questionnaire-answers .modal-header .questionnaire-answers-header h4 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.questionnaire-answers .modal-header .questionnaire-answers-header h5 {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 500;
}
.questionnaire-answers .modal-footer .btn-success {
  width: 170px;
  min-height: 46px;
}
.questionnaire-answers .modal-footer .reject-questionnaire {
  color: #e92727 !important;
  text-decoration: underline;
  font-family: "gilroy-bold", sans-serif;
}
.questionnaire-answers .single-question {
  background-color: #fafbff;
  border: 1px solid #ebedff;
  padding: 12px;
  border-radius: 12px;
}
.questionnaire-answers .single-question .single-question-header {
  display: flex;
  margin-bottom: 15px;
}
.questionnaire-answers .single-question .single-question-header svg {
  width: 24px;
  height: 24px;
  stroke: #737a99;
}
.questionnaire-answers .single-question .single-question-header h6 {
  color: #737a99;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.questionnaire-answers .single-question .single-question-header p {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 600;
}
.questionnaire-answers .single-question .question-employee-answer {
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.questionnaire-answers .single-question .question-select-answer {
  padding-inline: 16px;
  color: #1c1e30;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}
.questionnaire-answers .single-question .question-select-answer.selected-answer {
  padding-block: 8px;
  background-color: #fff;
  border: 1px solid #ebedff;
  border-radius: 12px;
}
.questionnaire-answers .single-question .question-text-answer {
  color: #1c1e30;
  font-size: 15px;
  font-weight: 600;
}

.single-questionarie-question {
  padding: 20px;
  background-color: #f7f8fe;
  border-radius: 12px;
  margin-bottom: 12px;
}
.single-questionarie-question p {
  color: #1c1e30;
  font-size: 14px;
  font-family: "gilroy-semibold", sans-serif;
}
.single-questionarie-question .main-icon {
  width: 24px;
  height: 20px;
}
.single-questionarie-question .question-type svg {
  width: 15px;
  height: 15px;
  fill: #1c1e30;
  stroke: #1c1e30;
  margin: 0 12px;
}

.questionarie-action-modal .modal-header {
  padding-block: 16px;
}
.questionarie-action-modal .modal-header .modal-title {
  font-size: 20px;
  color: #1c1e30;
  font-weight: 600;
}
.questionarie-action-modal .modal-footer .buttons {
  width: 100%;
  justify-content: space-between;
}
.questionarie-action-modal .modal-footer .buttons a:first-child {
  color: #3c4eca;
  box-shadow: none;
}

.contact-locked {
  padding: 24px 16px;
}
.contact-locked .locked-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  background-color: #ebedff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.contact-locked .locked-icon svg {
  width: 55px;
  height: 44px;
}
.contact-locked h5 {
  font-size: 16px !important;
  color: #0b134a;
  font-family: "gilroy-bold", sans-serif;
}
@media screen and (min-width: 960px) {
  .contact-locked h5 {
    font-size: 18px !important;
  }
}
.contact-locked .btn svg {
  stroke: #ffffff;
}

.icon-bordered {
  border: 1px solid #b8bbcc;
  border-radius: 12px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-bordered svg {
  stroke: #b8bbcc;
  width: 16px;
  height: 16px;
}
.icon-bordered:hover {
  color: #3c4eca;
  border-color: #3c4eca;
  background-color: #ebedff;
}
.icon-bordered:hover svg {
  stroke: #3c4eca;
}

.cv-block {
  padding: 16px;
  border: 1px solid #eeeef7;
  border-radius: 16px;
}

.status-dropdown {
  border: 1px solid #eeeef7;
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5);
  margin-top: 15px !important;
  font-size: 14px;
}
.status-dropdown .li-head {
  color: #b8bbcc;
  margin-bottom: 8px;
}
.status-dropdown a {
  padding: 12px;
  line-height: 1;
  border-radius: 9px;
  color: #737a99;
  font-family: "gilroy-med", sans-serif;
  display: block;
}
.status-dropdown a:hover {
  font-family: "gilroy-bold", sans-serif;
}

.dashboard-menu .nav li .sidebar-submenu:not(.submenu-open) {
  display: none;
}

.sidebar-submenu {
  position: relative;
  margin-inline-start: 25px;
  margin-top: 25px;
}
.sidebar-submenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 23px);
  width: 2px;
  background-color: #efefef;
}
.sidebar-submenu .nav-link {
  margin-inline-start: 20px;
}
.sidebar-submenu a {
  position: relative;
}
.sidebar-submenu a:before {
  content: "";
  position: absolute;
  left: -26px;
  height: 20px;
  width: 24px;
  border-bottom-left-radius: 10px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #efefef;
  border-width: 2px;
}

.search-page h1 {
  font-size: 20px !important;
  color: #0b134a;
}
@media screen and (min-width: 960px) {
  .search-page h1 {
    font-size: 36px !important;
  }
}
.search-page .empty-search-page {
  padding: 70px 0;
}
.search-page .empty-search-page input {
  border-radius: 16px !important;
  padding: 20px 19px 20px 45px;
}
.search-page .search-page-title {
  padding: 40px;
}
.search-page .search-page-title .search-btn {
  width: 154px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.search-keywords-list {
  margin: 0 -8px;
}
.search-keywords-list a {
  margin: 0 8px 16px;
  padding: 5px 7px;
  background-color: #ffffff;
  font-size: 12px;
  color: #0b134a;
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 12px;
  font-family: "gilroy-med", sans-serif;
}
.search-keywords-list a > * {
  margin: 0 5px;
}

.search-result {
  background: #ffffff;
  border: 1px solid #eeeef7;
  border-radius: 12px;
  margin-bottom: 16px;
}
.search-result .employee-main-info {
  padding: 16px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeef7;
}
.search-result .employee-main-info .employee-photo {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.search-result .employee-main-info .employee-photo img {
  width: 100%;
}
.search-result .employee-main-info h2 {
  font-size: 16px !important;
  font-family: "gilroy-bold", sans-serif;
  color: #0b134a;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .search-result .employee-main-info h2 {
    font-size: 18px !important;
  }
}
.search-result .employee-main-info .search-result-buttons .btn:hover {
  background-color: #ebedff;
  border-color: #3c4eca !important;
}
.search-result .employee-main-info .search-result-buttons .btn:hover svg {
  stroke: #3c4eca;
}
.search-result .employee-main-info .favourite-active {
  background-color: #ebedff;
  border-color: #ebedff !important;
}
.search-result .employee-main-info .favourite-active svg {
  fill: #3c4eca;
  stroke: #3c4eca;
}
.search-result .more-icon {
  stroke: #0b134a;
}
.search-result .employee-sub-info {
  padding: 16px 24px 24px;
}
.search-result .employee-sub-info svg {
  stroke: #737a99;
}
.search-result .search-result-actions a:hover {
  font-family: "gilroy-bold", sans-serif;
}
.search-result .search-result-actions a:hover svg {
  stroke: #3c4eca;
}

.filter-results-wrapper {
  background: #ffffff;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 12px;
  padding: 16px;
}
.filter-results-wrapper .count-of-result {
  padding: 6px 14px;
  font-size: 12px;
  background-color: #ebedff;
  font-family: "gilroy-bold", sans-serif;
  border-radius: 16px;
}
.filter-results-wrapper .filter-results .filters-group svg {
  transition: all ease-in-out 0.2s;
}
.filter-results-wrapper .filter-results .filters-group:not(:last-of-type) {
  border-bottom: 1px solid #eeeef7;
  margin-bottom: 24px;
}
.filter-results-wrapper .filter-results .filters-group a[aria-expanded=false] svg {
  transform: rotate(180deg);
}

#invitationModal .modal-body {
  padding: 28px 32px !important;
}

.modal-body-padding-sm {
  padding: 32px;
}

.invitation-job {
  border: 1px solid #ebedff;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.invitation-job.selected {
  border-color: #3c4eca;
  background-color: #f5f6ff;
}
.invitation-job.selected .rounded-icon {
  background-color: #ffffff;
}

.uploaded-cvs .pdf-icon {
  width: 23px;
  height: 32px;
}
.uploaded-cvs .delete-cv {
  stroke: #737a99;
}
.uploaded-cvs .uploaded-cv p {
  line-height: 1;
}

.invite-candidate .invite-block {
  padding: 1.5rem;
  border: 1px solid #ebedff;
  margin-bottom: 1rem;
  border-radius: 16px;
}
.invite-candidate .invite-block:hover {
  background-color: #f5f6ff;
}
.invite-candidate .invite-block:hover h5 {
  color: #3c4eca;
}

.rounded-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f5f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-icon svg {
  width: 20px;
  height: 20px;
}

.block-hint {
  padding: 14px;
  border-radius: 12px;
  font-size: 14px;
}

.rounded-img {
  border-radius: 100%;
}

.primary-hover:hover {
  background-color: #3c4eca !important;
  color: #ffffff !important;
}

.notifications-dropdown .dropdown-menu {
  min-width: 450px;
  max-width: 100%;
  max-height: 580px;
  overflow-y: auto;
  padding: 24px;
  top: calc(100% + 15px);
}
.notifications-dropdown li {
  margin: 0 -6px 20px;
  padding-bottom: 20px;
}
.notifications-dropdown li:not(:last-of-type) {
  border-bottom: 1px solid #eeeef7;
}
.notifications-dropdown li > * {
  margin: 0 6px;
}
.notifications-dropdown .notifications-header-list {
  margin-top: 35px;
}
.notifications-dropdown .notifications-header-list .notification-icon {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notifications-dropdown .notifications-header-list .notification-icon.success {
  background-color: #ebfaf5;
}
.notifications-dropdown .notifications-header-list .notification-icon.success svg {
  stroke: #1aa165;
}
.notifications-dropdown .notifications-header-list .notification-icon.danger {
  background-color: #fff0f0;
}
.notifications-dropdown .notifications-header-list .notification-icon.danger svg {
  stroke: #e92727;
}
.notifications-dropdown .notifications-header-list .notification-icon.primary {
  background-color: #f5f6ff;
}
.notifications-dropdown .notifications-header-list .notification-icon.primary svg {
  stroke: #3c4eca;
}
.notifications-dropdown .notifications-header-list .notification-content {
  width: calc(100% - 44px);
  padding: 0 12px;
}
.notifications-dropdown .btn {
  height: 44px;
}
.notifications-dropdown .settings-redirect:hover {
  background-color: transparent !important;
}

.user-settings-pages li {
  font-family: "gilroy-semibold", sans-serif;
  line-height: 20px;
}
.user-settings-pages li a {
  padding: 12px 5px;
  border-radius: 9px;
  color: #737a99;
  display: block;
}
.user-settings-pages li svg {
  stroke: #737a99;
}
.user-settings-pages li.active a, .user-settings-pages li:hover a {
  background-color: #ebedff;
  color: #3c4eca;
}
.user-settings-pages li.active svg, .user-settings-pages li:hover svg {
  stroke: #3c4eca;
}
.user-settings-pages li.active a {
  font-family: "gilroy-bold", sans-serif;
}

.has-new-notification {
  position: relative;
}
.has-new-notification:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e92727;
  right: 0;
}

.account-settings-layout {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 16px;
}
.account-settings-layout .settings-sidebar {
  padding: 0 32px;
  width: 305px;
  border-right: 1px solid #eeeef7;
}
.account-settings-layout .settings-content {
  padding: 0 32px;
  width: calc(100% - 305px);
}
.account-settings-layout .settings-content .settings-content-header {
  border-bottom: 1px solid #eeeef7;
}
.account-settings-layout .custom-label {
  color: #737a99;
}
.account-settings-layout .user-settings-pages a {
  padding: 12px 16px !important;
}

.show-password {
  margin: 16px;
}
.show-password svg {
  stroke: #737a99;
}

.profile-photo-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #f5f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-photo-placeholder svg {
  width: 60px;
  height: 60px;
  stroke: #3c4eca;
}

.upload-photo-btn {
  margin: 0 32px;
  position: relative;
}
.upload-photo-btn .btn {
  width: 200px;
  height: 44px;
}
.upload-photo-btn input {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.gender-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.gender-wrapper .single-gender {
  width: 140px;
  height: 55px;
  display: flex;
  align-items: center;
  border: 1px solid #eeeef7;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 12px;
  padding: 8px;
  margin: 6px 12px;
}
.gender-wrapper .single-gender.active {
  border-color: #3c4eca;
}
.gender-wrapper .single-gender.active span {
  font-family: "gilroy-bold", sans-serif;
}
.gender-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.otp-modal .modal-body {
  padding: 32px;
}
.otp-modal .otp-input {
  display: inline-block;
  text-align: center;
  width: 64px;
  height: 64px;
  background: #f5f6ff;
  border: 0.5px solid #ebedff;
  border-radius: 16px;
  margin-inline-end: 16px;
  color: #3c4eca;
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px !important;
}
@media screen and (min-width: 960px) {
  .otp-modal .otp-input {
    font-size: 20px !important;
  }
}

.tips-section {
  background: #fafbff;
  border: 1px solid #eeeef7;
  border-radius: 12px;
  padding: 16px;
}
.tips-section .tips-header {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ebedff;
  font-family: "gilroy-bold", sans-serif;
}
.tips-section li {
  color: #737a99;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}

.horizontal-divider {
  height: 1px;
  width: 100%;
  border: 1px solid #eeeef7;
}

.notifications-list {
  display: flex;
  margin-bottom: 20px;
}
.notifications-list .notifications-title {
  width: calc(100% - 170px);
}
.notifications-list .notifications-toggle-email {
  width: 100px;
}
.notifications-list .notifications-toggle-platform {
  width: 60px;
}

.company-info .company-info-block {
  border-bottom: 2px solid #eeeef7;
  margin-bottom: 28px;
  padding-bottom: 24px;
}

.email-input[readonly] {
  background-color: transparent;
}

.input-internal-placeholder {
  flex-grow: 1;
}
.input-internal-placeholder input {
  padding: 17px 15px;
}

.social-links a {
  margin-inline-end: 16px;
}

.tox-statusbar,
.tox-notification {
  display: none !important;
}

.back-button {
  cursor: pointer;
  margin-bottom: 16px;
  color: #3c4eca;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.back-button span {
  margin-inline-start: 5px;
}
.back-button svg {
  width: 22px;
  height: 22px;
}

.landing-page > * {
  padding: 40px 0;
}

.our-clients {
  margin: 0 -20px;
}
.our-clients .single-client {
  margin: 0 20px 30px;
}
.our-clients .single-client img {
  height: 24px;
}

.about-us-section .about-us-block {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}
.about-us-section .about-us-block svg {
  width: 42px;
  height: 42px;
}
.about-us-section .about-us-content {
  padding-inline-start: 35px;
}

.features-section .features-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.features-section .features-block {
  background-color: #f5f6ff;
  padding: 16px;
}
.features-section .features-block svg {
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
}

.app-features {
  background-color: #fafbff;
}
.app-features svg {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.app-features a svg {
  width: 24px;
  height: 24px;
  margin-inline-end: 0.5rem;
}
.app-features .app-feature-content {
  width: calc(100% - 40px);
}

.out-container-img-section img {
  width: 48vw;
  max-width: initial;
}

.icon-44 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 25px;
  border: 1.057px solid #f5f6ff;
}
.icon-44.icon-44-white-bg {
  background-color: #ffffff;
}
.icon-44.icon-44-gray-bg {
  background-color: #eeeef5;
}
.icon-44 svg {
  width: 24px;
  height: 24px;
}

.recruiter-platform {
  background-color: #3c4eca;
  border-radius: 24px;
  padding: 70px 30px;
}

.download-app {
  padding: 0 !important;
}
.download-app .download-app-content {
  padding: 40px 0;
  height: 100%;
}
.download-app .get-app {
  margin: 0 -6px;
}
.download-app .get-app a {
  display: inline-block;
  margin: 0 6px;
}

.success-stories {
  background-color: #f5f6ff;
}
.success-stories .testimonial-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  margin-bottom: 40px;
}
.success-stories .testimonial-content:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -15px;
  left: calc(50% - 22px);
  border-style: solid;
  border-width: 16px 16px 16px 16px;
  border-color: white white transparent transparent;
  transform: rotate(135deg);
}
.success-stories .slick-list {
  padding: 0 !important;
}
.success-stories .slick-list img {
  margin: auto;
  border-radius: 100%;
  width: 56px;
  height: 56px;
}
.success-stories .person-details {
  display: none;
}
.success-stories .slick-current .image-wrapper {
  display: inline-block;
  border: 2.5px solid #3c4eca;
  border-radius: 100%;
  margin-bottom: 20px;
  padding: 4px;
}
.success-stories .slick-current .person-details {
  display: block;
}
.success-stories .slick-active:nth-child(5) {
  margin-top: 20px;
}

.single-accordion {
  border-radius: 16px;
  border: 1px solid #eeeef7;
  background: #fff;
  padding: 16px;
}
.single-accordion .accordion-head {
  color: #1c1e30;
  font-family: "gilroy-semibold", sans-serif;
  display: flex;
  justify-content: space-between;
}
.single-accordion .accordion-head svg {
  transition: 0.2s all ease-in-out;
}
.single-accordion .accordion-head[aria-expanded=true] {
  font-family: gilroy-bold, sans-serif;
  font-size: 16px;
}
.single-accordion .accordion-head[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.single-accordion .accordion-content {
  padding-top: 16px;
  border-top: 1px solid #eeeef7;
  margin-top: 16px;
  color: #141414;
}

.contact-us-section {
  background-size: cover;
}
.contact-us-section svg {
  stroke: #1c1e30;
}
.contact-us-section form {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 24px;
}

footer {
  background: var(--text-main, #1c1e30);
  padding: 40px 0 30px;
  background-size: cover;
  color: #ffffff;
}
footer p,
footer a {
  color: #ffffff;
}
footer .top-footer {
  padding-bottom: 48px;
  margin-bottom: 24px;
  border-bottom: 1px solid #4a4a4a;
}
footer .footer-social-links {
  display: flex;
  align-items: center;
}
footer .footer-social-links .social-link {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
footer .footer-social-links .social-link:not(footer .footer-social-links .social-link:last-of-type) {
  margin-inline-end: 24px;
}

.inner-page-entry {
  background-color: #3c4eca;
  padding: 34px 0 180px;
}
.inner-page-entry .breadcrumb.custom-breadcrumb .breadcrumb-item svg {
  margin-inline-end: 8px;
}
.inner-page-entry .breadcrumb.custom-breadcrumb .breadcrumb-item:not(.active) {
  color: #ffffff;
}
.inner-page-entry .breadcrumb.custom-breadcrumb .breadcrumb-item.active {
  color: #b8bbcc;
}

.inner-page-main-content h2 {
  color: #1c1e30;
  font-size: 24px !important;
  margin-bottom: 16px;
  font-family: gilroy-bold, sans-serif;
}
@media screen and (min-width: 960px) {
  .inner-page-main-content h2 {
    font-size: 32px !important;
  }
}
.inner-page-main-content .page-desc {
  color: #1c1e30;
  font-size: 14px !important;
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .inner-page-main-content .page-desc {
    font-size: 18px !important;
  }
}

.founders .founders-content {
  padding-inline-end: 50px;
}

.contact-us-block {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 16px;
}

.help-center-page-block {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #f5f6ff;
  background: #ffffff;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  grid-gap: 16px;
  transition: 0.2s all ease-in-out;
  margin-bottom: 16px;
}
.help-center-page-block:hover {
  background-color: #ebedff;
}
.help-center-page-block:hover .open-help-center-page {
  display: block;
}
.help-center-page-block:hover .page-icon {
  background-color: #ffffff;
}
.help-center-page-block .page-icon {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f6ff;
  transition: 0.2s all ease-in-out;
}
.help-center-page-block .open-help-center-page {
  display: none;
  font-family: gilroy-bold, sans-serif;
  text-decoration: underline;
  color: #3c4eca;
}

.help-center-sidebar {
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #eeeef7;
  background: #ffffff;
}

.border-with-word {
  position: relative;
}
.border-with-word:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eeeef7;
  left: 0;
  top: 50%;
}
.border-with-word span {
  background-color: #fff;
  padding: 0 16px;
  z-index: 9;
  position: relative;
}

.contact-block {
  padding: 12px;
  background-color: #f5f6ff;
  border-radius: 12px;
}

.help-center-li {
  color: #3c4eca;
  font-size: 14px !important;
  margin-bottom: 12px;
  font-family: gilroy-bold, sans-serif;
}
@media screen and (min-width: 960px) {
  .help-center-li {
    font-size: 18px !important;
  }
}

.find-your-job .home-entry-section {
  padding-top: 125px;
}
.find-your-job .home-entry-section h1 {
  font-size: 56px;
  font-size: 30px !important;
}
@media screen and (min-width: 960px) {
  .find-your-job .home-entry-section h1 {
    font-size: 56px !important;
  }
}
.find-your-job .home-entry-section h1 span {
  font-size: 40px !important;
  position: relative;
  padding-bottom: 40px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .find-your-job .home-entry-section h1 span {
    font-size: 76px !important;
  }
}
.find-your-job .home-entry-section h1 span img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.find-your-job .home-entry-section .desc {
  font-size: 20px !important;
  color: #1c1e30;
}
@media screen and (min-width: 960px) {
  .find-your-job .home-entry-section .desc {
    font-size: 24px !important;
  }
}
.find-your-job .search-job-wrapper {
  margin-bottom: 70px;
}
.find-your-job .search-job {
  background-color: #fafbff;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 24px;
  display: grid;
  grid-template-columns: auto auto 180px;
  grid-gap: 16px;
}
.find-your-job .search-job .btn {
  width: 180px;
  height: 100%;
}
.find-your-job.find-your-candidate .search-job {
  grid-template-columns: auto 180px;
}

.job-type {
  border-radius: 8px;
  border: 1px solid #737a99;
  font-family: "gilroy-med", sans-serif;
  font-size: 12px;
  color: #737a99;
  padding: 4px 8px;
}

.discover-overlay {
  background: linear-gradient(180deg, rgba(250, 251, 255, 0) 0%, #fafbff 53.6%);
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: -120px;
  z-index: 1;
}

.discover-page .container {
  position: relative;
  z-index: 9;
}

.candidate-card {
  border-radius: 16px;
  border: 1px solid #f5f6ff;
  background: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
}

.candidate-skills {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 24px;
}
.candidate-skills .candidate-skill {
  margin: 8px;
  border-radius: 24px;
  background: #f5f6ff;
  font-size: 12px;
  color: #0b134a;
  padding: 4px 8px;
  font-family: "gilroy-med", sans-serif;
}
.candidate-skills .candidate-skill-more {
  margin: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #3c4eca;
  padding: 4px 8px;
  font-family: "gilroy-med", sans-serif;
}

.dashboard-block {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #f5f6ff;
  background: #ffffff;
}
.dashboard-block .chart-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  text-align: center;
}
.dashboard-block .chart-text p {
  margin-bottom: 8px;
}

.single-job-details {
  padding: 12px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
}
.single-job-details > div {
  flex-grow: 1;
  color: #ffffff;
}
.single-job-details > div:not(:last-of-type) {
  border-right: 1px solid #ebedff;
}
.single-job-details > div:not(:first-of-type) {
  text-align: center;
}

.open-jobs .title {
  font-size: 20px !important;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .open-jobs .title {
    font-size: 28px !important;
  }
}
.open-jobs .open-job {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #f5f6ff;
  background: #ffffff;
}
.open-jobs .open-job .job-time {
  color: #1aa165;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}
.open-jobs .open-job .job-skill-tag a {
  color: #0b134a;
  font-family: "gilroy-med", sans-serif;
}
.open-jobs .open-job .more-jobs {
  background-color: transparent;
  color: #3c4eca !important;
  font-family: "gilroy-bold", sans-serif !important;
}

.job-details-page .inner-page-entry {
  padding-bottom: 80px;
}
.job-details-page .job-image {
  margin-top: -90px;
  z-index: 90;
  position: relative;
}
.job-details-page .job-details-content h1 {
  font-size: 28px !important;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .job-details-page .job-details-content h1 {
    font-size: 36px !important;
  }
}
.job-details-page .job-details-content .row {
  margin-bottom: 80px;
}
.job-details-page .job-type-wrapper a {
  margin-bottom: 10px;
  color: #1c1e30;
  border-color: #1c1e30;
  margin-inline-end: 12px;
  font-size: 16px;
}
.job-details-page .job-details-block {
  border: 1px solid #f5f6ff;
}

.ready-top-apply {
  border-radius: 12px;
  border: 1px solid #eeeef7;
  background: #ebedff;
  padding: 24px;
}
.ready-top-apply .apply-top {
  display: grid;
  grid-template-columns: auto 1fr;
}

.related-jobs .job-card {
  border: 1px solid #f5f6ff;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
}

.color-sample {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.color-sample.success {
  background-color: #32b67a;
}
.color-sample.danger {
  background-color: #eb4e18;
}
.color-sample.warning {
  background-color: #f7b501;
}
.color-sample.info {
  background-color: #5455fb;
}

.layout-switcher ul li a.active,
.layout-switcher ul li a:hover {
  color: #3c4eca;
}

.centered-div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff !important;
  border-radius: 10px;
}

.text-box {
  border: 1px solid #1c1e30;
  color: #1c1e30;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 12px;
  font-family: "gilroy-med", sans-serif;
}
.text-box.success {
  border-color: #1aa165;
  color: #1aa165;
}

@media (max-width: 992px) {
  .employee-application-info {
    flex-direction: column;
  }
  .employee-application-info .job-main-info {
    margin-top: 24px;
    order: 2;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 550px;
  }
  .icon-44 {
    width: 64px;
    height: 64px;
  }
  .icon-44 svg {
    width: 44px;
    height: 44px;
  }
  .out-container-img-section img {
    width: 100%;
  }
  .dashboard-sidebar .sidebar-padding {
    padding: 0 6px !important;
  }
  .dashboard-menu > ul > li ul li a {
    padding: 5px !important;
    padding-inline-start: 0 !important;
  }
  .sidebar-submenu {
    margin-inline-start: 16px;
    margin-top: 16px;
  }
  .sidebar-submenu a::before {
    width: 16px;
  }
  .sidebar-icon {
    margin-inline-end: 5px;
  }
  .custom-filters .row > div {
    margin-bottom: 12px;
  }
  .users-filter {
    flex-direction: column;
  }
  .dashboard-block {
    padding: 16px 12px;
  }
  .dashboard-block .chart-text {
    position: static;
    transform: none;
  }
  .job-main-info {
    display: block;
  }
  .job-main-info .application-employee-main-info {
    margin-block: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .job-main-info .application-employee-main-info .application-employee-age {
    display: block;
    margin: 6px 0;
  }
  .view-applicant-fav-block {
    margin-inline-start: 0;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }
  .otp-modal .otp-input {
    width: 55px;
    height: 55px;
    margin-inline-end: 4px;
  }
  .modal .modal-footer {
    justify-content: center;
    align-items: center;
  }
  .modal .modal-footer .buttons {
    flex-direction: column;
  }
  .modal .modal-footer .buttons .btn {
    margin: 0 !important;
    margin-block: 8px !important;
  }
}
.loader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; /* semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader img {
  width: 100vw;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .dream-jobs .job-card {
    padding-inline: 16px !important;
  }
  .dream-jobs .job-card .styled-employee-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .dream-jobs .job-card .styled-employee-card-header div:last-child {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 1rem !important;
  }
  .dream-jobs .job-card .styled-employee-card-header div p {
    margin-bottom: 0 !important;
  }
  .dream-jobs .job-card .styled-employee-skills {
    margin-inline: 1rem !important;
  }
  .rec-jobs-page-title {
    display: block;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title h1 {
    margin-bottom: 12px;
  }
  .page-title a:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .dashboard-main-inner .dashboard-overview {
    padding-inline-start: 12px;
    padding-inline-end: 6px;
  }
  footer {
    padding: 50px 15px;
  }
  .footer-right-socials {
    text-align: center;
  }
  .footer-right-socials .footer-social-links {
    justify-content: center;
  }
}
.navbar {
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  padding: 10px 0;
}
.navbar .nav-item {
  margin-inline-end: 12px;
}
.navbar.with-bg {
  background-color: #fff;
}
.navbar.with-bg .register-btn {
  border-color: #3c4eca;
}
.navbar.fixed-header {
  position: fixed;
  top: 0;
}
.navbar .container-fluid {
  padding: 0 32px;
}
.navbar .uhire-sections {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.navbar .uhire-sections-guest {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-inline-start: 3rem;
}
.navbar .uhire-settings {
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  height: 50px;
}
.navbar .navbar-nav {
  flex-direction: row;
  justify-content: end;
  width: 100%;
}
.navbar .navbar-nav .nav-links {
  display: flex;
}
.navbar .navbar-nav .nav-links .nav-item a {
  padding-right: 0;
  padding-left: 0;
  margin: 0px 0.2rem;
  position: relative;
  font-weight: bold;
  color: #333;
}
.navbar .navbar-nav .nav-links .nav-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #3c4eca;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-links .nav-item a:hover {
  color: #3c4eca;
}
.navbar .navbar-nav .nav-links .nav-item a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.navbar .navbar-nav .dropdown-menu[data-bs-popper] {
  left: unset;
  right: 0;
}
.navbar.nav-fixed {
  padding: 0.5rem 0;
}
.navbar .navbar-toggler {
  margin-inline-start: auto;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.25rem 1.5rem !important;
}
.navbar .dropdown-menu .dropdown-item:hover {
  margin: 0 !important;
}

.header-dropdown .dropdown-menu {
  padding: 8px;
  min-width: 100%;
}
.header-dropdown .dropdown-menu .dropdown-item {
  padding: 16px 24px !important;
  height: auto;
  line-height: initial;
  min-height: auto;
  border-radius: 8px;
  color: #737a99;
  font-family: "gilroy-semibold", sans-serif;
}
.header-dropdown .dropdown-menu .dropdown-item.active {
  font-family: gilroy-bold, sans-serif;
  color: #3c4eca;
}

.guest-user-header .guest-logo {
  margin-inline-end: 60px;
}
.guest-user-header .header-main-menu {
  width: 100%;
}
.guest-user-header .nav-item {
  height: 100%;
}
.guest-user-header .nav-item .nav-link {
  color: #1c1e30;
}
.guest-user-header .nav-item .dropdown {
  height: 100%;
}
.guest-user-header .nav-item .dropdown > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guest-user-header .nav-item .dropdown > a:hover svg {
  stroke: #3c4eca;
}
.guest-user-header .nav-item .dropdown > a.active {
  color: #3c4eca;
  font-family: gilroy-bold, sans-serif !important;
}
.guest-user-header .nav-item .dropdown > a.active svg {
  stroke: #3c4eca;
}
.guest-user-header .nav-item .dropdown > a.active.dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3c4eca;
  bottom: 0;
  left: 0;
  border: none;
}
.guest-user-header .nav-item a {
  font-weight: initial !important;
  margin-inline-end: 16px !important;
  position: relative;
  padding: 10px 16px;
}
.guest-user-header .nav-item a.dropdown-toggle svg {
  margin-inline-start: 8px;
  stroke: #1c1e30;
}

.header-notification {
  width: 45px;
  height: 45px;
  background: #fafbff;
  border: 1px solid #eeeef7;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 32px;
}

.primary-top-header .navbar {
  background-color: #3c4eca !important;
}
.primary-top-header .nav-link {
  color: #ffffff !important;
}
.primary-top-header .guest-header-actions {
  background-color: #ffffff !important;
  color: #3c4eca !important;
}
.primary-top-header .nav-item a.dropdown-toggle svg {
  stroke: #ffffff !important;
}

.user-dropdown .dropdown-toggle p {
  line-height: 1;
}
.user-dropdown .dropdown-toggle:after {
  display: none;
}
.user-dropdown .dropdown-toggle svg {
  stroke: #292d32;
  margin-inline-start: 12px;
  width: 55px !important;
}
.user-dropdown .dropdown-menu {
  min-width: 300px;
  border: 1px solid #eeeef7;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-radius: 8px;
  padding: 0;
  top: calc(100% + 15px);
}
.user-dropdown .dropdown-menu .user-dropdown-header {
  padding: 16px 24px;
  border-bottom: 1px solid #eeeef7;
}
.user-dropdown .dropdown-menu .user-dropdown-header a {
  font-size: 14px;
}
.user-dropdown .dropdown-menu .user-dropdown-header a:hover {
  background-color: transparent;
}
.user-dropdown .dropdown-menu .user-dropdown-header img {
  margin-inline-end: 16px;
}

@media (min-width: 992px) {
  .guest-user-header .nav-item a {
    padding: 22px 8px !important;
  }
  .guest-user-header .header-main-menu {
    width: auto !important;
  }
  .header-dropdown .dropdown-menu {
    min-width: 5rem;
  }
}
@media (max-width: 992px) {
  .header-notification {
    width: 30px;
    height: 30px;
    margin-inline: 8px;
  }
  .search-input-rounded {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .user-dropdown {
    margin-top: 12px;
  }
  .navbar .navbar-nav {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .navbar .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    max-width: 110px;
  }
}
.automate-process h1 {
  font-size: 2.25rem;
}
.automate-process .solutions-with-circle {
  display: inline-block;
  padding-bottom: 35;
}
.automate-process .solutions-with-circle .solutions-circle {
  height: 132%;
  top: -16px;
  left: -5px;
  background-size: 92%;
  background-repeat: no-repeat;
}
.automate-process img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-entry-section {
  background-size: cover;
}
.home-entry-section h1 {
  font-size: 32px !important;
  margin-bottom: 40px;
  line-height: 140%;
}
@media screen and (min-width: 960px) {
  .home-entry-section h1 {
    font-size: 56px !important;
  }
}
.home-entry-section .entry-desc {
  font-size: 18px !important;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .home-entry-section .entry-desc {
    font-size: 24px !important;
  }
}
.home-entry-section .entry-search {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}
.home-entry-section .entry-search button {
  padding: 16px;
  width: 100%;
}
.home-entry-section .entry-search input {
  border: none;
  padding: 0;
}
.home-entry-section .entry-search .entry-search-wrapper {
  flex: 1;
}

.solutions-with-circle {
  position: relative;
  margin-inline-start: 8px;
  padding: 0 8px 0;
}
.solutions-with-circle .solutions-circle {
  position: absolute;
  width: 125%;
  height: 120%;
  left: -8%;
  top: -10%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  margin: 0;
}

@media screen and (min-width: 576px) {
  .home-entry-section .entry-search .entry-search-wrapper {
    padding-inline-end: 20px;
  }
  .home-entry-section .entry-search .btn {
    width: auto;
  }
}
.dashboard-content-section .single-job {
  border-radius: 10px;
}
.dashboard-content-section .single-job .job-title {
  color: #333333;
}
.dashboard-content-section .single-job .job-meta-two {
  margin-top: 1rem;
}
.dashboard-content-section .single-job .job-meta-two .field-salary {
  color: #ff2626 !important;
}
.dashboard-content-section .job-applications-main-block .table td:last-child.align-last-td,
.dashboard-content-section .job-applications-main-block .table td:last-child.align-last-td {
  display: flex;
  justify-content: flex-end;
}

.top-analytics {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
.top-analytics > .row > div:not(:last-of-type) {
  border-inline-end: 1px solid #eeeef7;
  margin-bottom: 16px;
}
.top-analytics .jobs-listing-analysis {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-analytics .statistics-arrow-sm {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
}
.top-analytics .statistics-arrow-sm.success {
  background-color: #ebfaf5;
}
.top-analytics .statistics-arrow-sm.success svg {
  stroke: #1aa165;
}
.top-analytics .statistics-arrow-sm.failure {
  background-color: #fff0f0;
}
.top-analytics .statistics-arrow-sm.failure svg {
  stroke: #e92727 !important;
}
.top-analytics .rounded-icon {
  width: 55px;
  height: 55px;
  margin-inline-start: 5px;
}
.top-analytics .received-applications .rounded-icon {
  background-color: #faf4e3;
}
.top-analytics .received-applications .rounded-icon svg {
  stroke: #f7b501 !important;
}
.top-analytics .successful-hires .rounded-icon {
  background-color: #e4f7f2;
}
.top-analytics .successful-hires .rounded-icon svg {
  stroke: #36cda5 !important;
}

@media (max-width: 992px) {
  .top-analytics > .row > div {
    padding-top: 16px;
  }
  .top-analytics > .row > div:nth-child(2) {
    border-inline-end: 0;
  }
  .top-analytics > .row > div:nth-child(1), .top-analytics > .row > div:nth-child(2) {
    padding-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeef7;
  }
  .top-analytics > .row > div:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top-analytics > .row > div:not(:last-of-type) {
    border-inline-end: 0;
    border-bottom: 1px solid #eeeef7;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .top-analytics > .row > div:first-of-type {
    padding-top: 0;
  }
  .top-analytics .jobs-listing-analysis {
    flex-direction: column;
  }
  .top-analytics .jobs-listing-analysis > div {
    order: 2;
    text-align: center;
  }
  .top-analytics .jobs-listing-analysis .rounded-icon {
    order: 1;
    margin-bottom: 12px;
    margin-inline-start: 0;
  }
}
.filters-inputs {
  display: flex;
  justify-content: center;
}

.filters-btns {
  width: 100%;
  text-align: center;
}

.no-results {
  text-align: center;
}

@media screen and (max-width: 991px) {
  /*Table responsive*/
  .grid-responsive td {
    font-size: 14px !important;
    text-align: left;
  }
  .grid-responsive .actions {
    text-align: center;
  }
  .grid-responsive .actions a.btn {
    margin-right: 10px !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 10px 5px 10px !important;
    font-size: 20px !important;
  }
  .grid-responsive table.dataTable.display tbody tr.odd > .sorting_1,
.grid-responsive table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    color: #ffffff !important;
  }
  .grid-responsive table.dataTable.display tbody tr.even > .sorting_1,
.grid-responsive table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    color: #ffffff !important;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0px !important;
    padding-left: 20px !important;
    float: right !important;
  }
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: left;
  }
  .grid-responsive table tbody tr td:first-child {
    color: #ffffff !important;
  }
  /*Table responsive*/
}
@media (max-width: 1200px) {
  .search-page .empty-search-page {
    padding: 20px 0;
  }
  .find-your-job .search-job {
    grid-template-columns: auto 180px;
  }
}
@media screen and (min-width: 991px) {
  .dashboard-menu {
    min-height: calc(100vh - 80px);
  }
  .dashboard-menu .nav li ul {
    display: block;
  }
}
@media (max-width: 991px) {
  .main-wrapper,
.section {
    min-height: 50px !important;
  }
  .dashboard-menu .nav li ul i.fa {
    display: none;
  }
  .dashboard-menu > ul > li ul li a {
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .navbar .navbar-nav {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dee2e6;
  }
  .custom-row .custom-col-5 {
    width: 50%;
  }
  .account-settings-layout .settings-sidebar {
    width: 100%;
  }
  .account-settings-layout .settings-content {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .solutions-with-circle .solutions-circle {
    width: 136%;
    background-size: 87% !important;
    background-repeat: no-repeat;
    top: -10px;
  }
  .automate-process .solutions-with-circle .solutions-circle {
    top: -23px;
    left: -25px;
  }
}
@media (max-width: 767px) {
  .dashboard-sidebar-wrapper {
    width: 175px;
  }
  .dashboard-sidebar-wrapper .dashboard-menu {
    padding-inline: 8px;
  }
  .dashboard-content-wrapper {
    width: calc(100% - 175px);
  }
  .dashboard-content-wrapper .navbar {
    width: calc(100% - 175px);
  }
  .single-employee .image img {
    max-width: 80% !important;
    height: 73% !important;
  }
  .navbar .navbar-nav {
    margin-top: 1rem;
  }
  .navbar .nav-links {
    flex-direction: column;
    margin: unset !important;
  }
  .navbar .nav-login {
    margin: 0px 0.5rem;
  }
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-content .social-links {
    margin-top: 0.5rem;
  }
  .jobs-page-listing-container .jobs-filters {
    width: calc(100% - 20px) !important;
  }
  .jobs-page-listing-container .jobs-listing {
    width: calc(100% - 20px);
  }
  .features-section .features-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .find-your-job .search-job {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 575px) {
  .about-us-section .about-us-content {
    padding-inline-start: 0px;
  }
  .features-section .features-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
html[dir=rtl] .navbar .uhire-settings .nav-links ul.dropdown-menu.show {
  text-align: right !important;
}
html[dir=rtl] .dashboard-content-section .page-title {
  text-align: start;
}
html[dir=rtl] .dashboard-content-section .dashboard-overview .search #search-employee-btn {
  right: 84%;
}
html[dir=rtl] html,
html[dir=rtl] body,
html[dir=rtl] div,
html[dir=rtl] p,
html[dir=rtl] span,
html[dir=rtl] ul,
html[dir=rtl] li,
html[dir=rtl] a,
html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] h4,
html[dir=rtl] h5,
html[dir=rtl] h6 {
  font-family: "Droid Arabic Kufi" !important;
  font-weight: normal;
}
html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  content: ">";
  padding-left: 0.5rem;
}
html[dir=rtl] .grid-responsive tr th:last-child,
html[dir=rtl] .grid-responsive tr td:last-child {
  border-radius: 12px 0 0 12px;
  padding-left: 18px;
}
html[dir=rtl] .grid-responsive tr th:first-child,
html[dir=rtl] .grid-responsive tr td:first-child {
  border-radius: 0 12px 12px 0;
  padding-right: 18px;
}
html[dir=rtl] .custom-input .input-group-text {
  padding: 0 20px 0 0;
}
html[dir=rtl] .search-input-rounded svg {
  left: auto;
  right: 20px;
}
html[dir=rtl] .search-input-rounded input {
  padding: 14px 45px 14px 19px;
}
html[dir=rtl] .multiple-checkboxes .sub-checkbox {
  margin-right: 24px;
  margin-left: 0;
}
html[dir=rtl] .custom-input .custom-label {
  right: 15px;
  left: auto;
}
html[dir=rtl] .checkbox-container {
  padding-right: 35px;
  padding-left: 0;
}
html[dir=rtl] .checkbox-container .checkmark {
  left: auto;
  right: 0;
}
html[dir=rtl] .search-page .search-page-title .search-btn {
  left: 5px;
  right: auto;
}
html[dir=rtl] .account-settings-layout .settings-sidebar {
  border-left: 1px solid #eeeef7;
  border-right: none;
}
html[dir=rtl] .has-new-notification:after {
  right: auto;
  left: 0;
}
html[dir=rtl] .blogs-search .form-control {
  border-right: 0;
  border-left: 1px solid #e1e3ed;
  border-radius: 12px 0 0 12px !important;
}
html[dir=rtl] .blogs-search .input-group-text {
  border-left: 0;
  border-right: 1px solid #e1e3ed;
  border-radius: 0 12px 12px 0 !important;
}
html[dir=rtl] .navbar .navbar-nav .dropdown-menu[data-bs-popper] {
  right: unset;
  left: 0;
}
html[dir=rtl] .navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content div {
  text-align: justify;
}
html[dir=rtl] .navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content .notification-item-has-new-notification {
  left: 5px;
  right: auto;
}
@media (max-width: 992px) {
  html[dir=rtl] .navbar-new .navbar-nav .nav-item .nav-link::after {
    right: 100%;
    left: 0;
  }
}
html[dir=rtl] .sidebar-submenu:before {
  right: 0;
}
html[dir=rtl] .sidebar-submenu a:before {
  right: -23px;
  transform: scaleX(-1);
}

.landing-page-container-request-demo h3 {
  color: #333333;
  font-weight: bold;
}
.landing-page-container-request-demo-body {
  display: flex;
}
.landing-page-container-request-demo-body-desc {
  font-size: 1.5rem;
  padding: 20px;
}
.landing-page-container-request-demo-body-form {
  font-size: 1.3rem;
}
.landing-page-container-request-demo-body-form input[type=text],
.landing-page-container-request-demo-body-form select,
.landing-page-container-request-demo-body-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.landing-page-container-request-demo-body-form input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.landing-page-container-request-demo-body-form input[type=submit] {
  background-color: #434FD6;
  color: white;
}
.landing-page-container-request-demo-body-form input[type=submit]:hover {
  cursor: pointer;
}
.landing-page-container-request-demo-body-form .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.landing-page-container .carousel {
  margin-bottom: 5rem;
}
.landing-page-container .carousel-item-inside {
  display: flex;
  flex-direction: row;
}
.landing-page-container .carousel-item-inside p {
  font-size: 1.5rem;
}
.landing-page-container-recruiter {
  margin-bottom: 5rem;
}
.landing-page-container-for-who {
  margin-bottom: 5rem;
  font-size: 1.5rem;
}
.landing-page-container-for-who h3 {
  color: #333333;
  font-weight: bold;
}
.landing-page-container-aboutus {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
.landing-page-container-aboutus h3 {
  color: #333333;
  font-weight: bold;
}
.landing-page-container-recruiter {
  display: flex;
}
.landing-page-container-recruiter-desc {
  width: 50%;
  font-size: 1.5rem;
}
.landing-page-container-recruiter-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
}
.landing-page-container-recruiter-cards-card {
  background-color: white;
  border-radius: 10px;
  font-size: 1.3rem;
  text-align: center;
  width: 45%;
  margin-inline-end: 1rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.landing-page-container-recruiter-cards .last-card {
  margin-top: 1rem;
}
.landing-page-container-pricing {
  margin-bottom: 5rem;
}
.landing-page-container-pricing h3 {
  color: #333333;
  font-weight: bold;
}
.landing-page-container-pricing-duration {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.landing-page-container-pricing-duration .video-interview {
  color: #434FD6;
  font-size: 1.5rem;
}
.landing-page-container-pricing-duration .hr-commnity {
  font-size: 1.5rem;
}
.landing-page-container-pricing-duration-btns {
  display: flex;
  justify-content: space-evenly;
  width: 55%;
}
.landing-page-container-pricing-duration-btns-btn:hover {
  background-color: #434FD6;
  color: white;
}
.landing-page-container-pricing-duration-btns-btn:hover p,
.landing-page-container-pricing-duration-btns-btn:hover p:last-child {
  color: white;
}
.landing-page-container-pricing-duration-btns-btn {
  display: flex;
  flex-direction: column;
  padding: 0rem 4rem 0rem 4rem;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
}
.landing-page-container-pricing-duration-btns-btn p {
  font-weight: bold;
  margin: unset;
}
.landing-page-container-pricing-duration-btns-btn p:last-child {
  font-weight: normal;
  margin: unset;
  color: #434FD6;
}
.landing-page-container-pricing-plans {
  display: flex;
  justify-content: space-evenly;
}
.landing-page-container-pricing-plans-plan {
  width: 22%;
  height: 50%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #434FD6;
  padding: 1rem;
}
.landing-page-container-pricing-plans-plan-name {
  font-weight: bold;
  font-size: 1.1rem;
}
.landing-page-container-pricing-plans-plan-price {
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  display: flex;
  align-items: flex-end;
}
.landing-page-container-pricing-plans-plan-price .normal-text {
  margin: unset;
  margin-inline-start: 0.5rem;
  font-size: 1rem;
}
.landing-page-container-pricing-plans-plan-features-feature {
  display: flex;
}
.landing-page-container-pricing-plans-plan-features-feature svg {
  width: 1rem;
  fill: green;
  margin-inline-end: 0.5rem;
}
.landing-page-container-pricing-plans-plan-features-feature .bold-text {
  margin: unset;
  font-weight: bold;
}
.landing-page-container-pricing-plans-plan-features-feature .normal-text {
  margin: unset;
  margin-inline-start: 0.5rem;
}

.aboutus-features {
  margin: 50px 0 100px;
}
.aboutus-features .aboutus-features-col {
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
}
.aboutus-features .aboutus-features-col .aboutus-features-col-icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #f5f6ff;
  border-radius: 16px;
}
.aboutus-features .aboutus-features-col .aboutus-features-col-icon svg {
  width: 40px;
  height: 40px;
}
.aboutus-features .aboutus-features-col h4 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 600;
  margin-block: 24px;
}
.aboutus-features .aboutus-features-col p {
  color: #1c1e30;
  font-size: 15px;
  line-height: 22px;
}

@media (max-width: 992px) {
  .founders .founders-photo {
    order: -1;
    text-align: center;
    margin-bottom: 24px;
  }
}
.jobs-page-listing-container {
  display: flex;
}
.jobs-page-listing-container .jobs-filters {
  width: 100%;
  margin-top: unset !important;
}
.jobs-page-listing-container .jobs-filters form {
  width: 100%;
}
.jobs-page-listing-container .jobs-filters form .jobs-listing-form {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dream-jobs {
  grid-gap: 40px;
  padding-bottom: 70px;
  align-items: flex-start;
}
.dream-jobs .filter-results-wrapper .count-of-result {
  background-color: #ebedff;
  color: #3c4eca;
}
.dream-jobs .job-result h2 {
  font-size: 28px !important;
}
@media screen and (min-width: 960px) {
  .dream-jobs .job-result h2 {
    font-size: 36px !important;
  }
}
.dream-jobs .job-card {
  border-radius: 16px;
  border: 1px solid #f5f6ff;
  background: #fff;
  padding: 24px;
  margin-bottom: 16px;
}
.dream-jobs .job-card img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-bottom: 16px;
}

.job-details-page .job-details-page-header {
  background-color: #3c4eca;
  height: 250px;
  display: flex;
  align-items: center;
}
.job-details-page .job-details-page-header .breadcrumb-item a {
  color: #fff;
}
.job-details-page .job-details-page-header .breadcrumb-item.active a {
  color: #b8bbcc;
}

.job-details-actions .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  padding: 16px 8px;
  border: 1px solid rgb(235, 237, 255);
}
.job-details-actions .dropdown-toggle::after {
  display: none;
}
.job-details-actions .dropdown-toggle:hover {
  background-color: rgb(245, 246, 255);
  border-color: rgb(60, 78, 202);
}
.job-details-actions .dropdown-toggle span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.job-details-actions .dropdown-menu {
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-color: rgb(225, 227, 237);
  padding: 8px;
}
.job-details-actions .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(28, 30, 48);
  font-size: 14px;
}
.job-details-actions .dropdown-menu li a:hover {
  background-color: rgb(235, 237, 255);
  color: rgb(60, 78, 202);
  border-radius: 14px;
}
.job-details-actions .dropdown-menu li a:hover svg {
  stroke: rgb(60, 78, 202);
}

.create-job-action-flow {
  background-color: #fff;
  padding: 64px;
  border-bottom: 2px solid rgb(225, 227, 237);
}
.create-job-action-flow .create-job-action-flow-content {
  text-align: center;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.create-job-action-flow h3 {
  margin-top: 24px;
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 600;
}
.create-job-action-flow p {
  text-align: center;
  font-size: 16px;
  color: rgb(115, 122, 153);
  font-weight: 400;
  margin-block: 16px;
  line-height: 150%;
}
.create-job-action-flow .create-job-action-flow-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  width: 100%;
}
.create-job-action-flow .create-job-action-flow-links a {
  border: 1px solid rgb(60, 78, 202);
  border-radius: 8px;
  font-size: 14px;
  color: rgb(60, 78, 202);
  font-weight: 500;
  padding: 8px;
  width: 100%;
  text-align: center;
}
.create-job-action-flow .create-job-action-flow-share {
  background-color: rgb(250, 251, 255);
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  width: 100%;
}
.create-job-action-flow .create-job-action-flow-share h4 {
  color: rgb(28, 30, 48);
  font-size: 14px;
  font-weight: 600;
}
.create-job-action-flow .create-job-action-flow-share .share-job-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.create-job-action-flow .create-job-action-flow-share .share-job-social-links a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-job-action-flow .create-job-action-flow-share .share-job-social-links a img {
  width: 100%;
  height: 100%;
}
.create-job-action-flow .copy-job-link {
  margin-top: 16px;
  border: 1px solid rgb(225, 227, 237);
  padding: 8px 12px;
  border-radius: 12px;
  background-color: #fff;
  color: rgb(28, 30, 48);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-job-action-flow .copy-job-link p {
  margin: 0;
}
.create-job-action-flow .copy-job-link svg {
  border: 1px solid rgb(225, 227, 237);
  padding: 8px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

@media (min-width: 991px) {
  .dream-jobs {
    display: grid;
    grid-template-columns: 300px auto;
  }
  .dream-jobs .job-card .job-details-btn {
    width: 200px;
  }
}
.loginForm {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding-top: 150px;
  padding-bottom: 75px;
}
.loginForm form {
  max-width: 540px;
  position: relative;
  text-align: center;
  z-index: 99;
  padding: 30px 0;
}
.loginForm form label {
  text-align: left;
}
.loginForm form .ckbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loginForm form .ckbox input {
  cursor: pointer !important;
}
.loginForm .form-action-button {
  width: 100%;
}
.loginForm .login-form-title {
  font-size: 20px !important;
  line-height: 40px;
}
@media screen and (min-width: 960px) {
  .loginForm .login-form-title {
    font-size: 28px !important;
  }
}

@media screen and (min-width: 768px) {
  .loginForm form {
    width: 90%;
    padding: 30px;
  }
}
.blogs-section {
  background-color: #fafbff;
  padding: 80px 0;
}
.blogs-section .section-title {
  color: #3c4eca;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.blogs-section .section-subtitle {
  color: #1c1e30;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-block: 16px;
}
.blogs-section .section-text {
  text-align: center;
  color: #1c1e30;
  font-size: 16px;
  font-weight: 400;
}
.blogs-section .explore-more-link {
  border: 1px solid #3c4eca;
  width: 250px;
  text-align: center;
  margin-inline: auto;
  padding-block: 12px;
  border-radius: 12px;
}
.blogs-section .explore-more-link a {
  text-decoration: none;
  color: #3c4eca;
  font-weight: 600;
  font-size: 14px;
}

.blog-card {
  border: 1px solid #ebedff;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 24px;
  transition: all ease-in 0.3s;
}
.blog-card a {
  text-decoration: none;
  display: block;
}
.blog-card .img-container {
  overflow: hidden;
  position: relative;
  height: 250px;
}
.blog-card .img-container .img-container-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 19, 74, 0.24);
}
.blog-card .img-container span {
  z-index: 10;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #fff;
  color: #1c1e30;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 40px;
}
.blog-card .img-container img {
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}
.blog-card .blog-info {
  padding: 24px;
}
.blog-card .blog-info h4 {
  color: #0b134a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  transition: all ease-in 0.3s;
}
.blog-card .blog-info p {
  color: #737a99;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  transition: all ease-in 0.3s;
}
.blog-card .blog-info .blog-info-desc {
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.blog-card .blog-footer {
  border-top: 1px solid #f5f6ff;
  padding-top: 24px;
  margin-top: 24px;
}
.blog-card .blog-footer p {
  display: flex;
}
.blog-card .blog-footer p img {
  width: auto;
  margin-inline-end: 6px;
}
.blog-card p {
  transition: all ease-in 0.3s;
  font-size: 14px;
  margin-bottom: 0;
}
.blog-card:hover {
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5019607843);
}
.blog-card:hover .img-container img {
  transform: scale(1.5) rotate(10deg);
}
.blog-card:hover .blog-info h4 {
  color: #3c4eca;
}
.blog-card:hover .blog-info p {
  color: #1c1e30;
}

.blogs-page {
  background-color: #fafbff;
  padding-bottom: 24px;
}
.blogs-page .blogs-entry-section {
  background-size: cover;
  padding-top: 175px;
  position: relative;
  padding-bottom: 32px;
}
.blogs-page .blogs-entry-section .blogs-entry-section-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(250, 251, 255, 0) 0%, #fafbff 53.6%);
}
.blogs-page .page-main-title {
  text-align: center;
  font-size: 56px;
  color: #1c1e30;
  font-weight: 700;
  margin-bottom: 50px;
}
.blogs-page .page-main-title span {
  position: relative;
  color: #3c4eca;
  font-size: 64px;
  font-weight: 800;
  padding-bottom: 35px;
}
.blogs-page .page-main-title span img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blogs-page .page-desc {
  text-align: center;
  color: #1c1e30;
  font-size: 20px;
  font-weight: 400;
}
.blogs-page .blogs-search {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-block: 40px;
}
.blogs-page .blogs-search button {
  background-color: #3c4eca;
  color: #fff;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  margin-inline-start: 16px;
}
.blogs-page .blogs-search .form-control {
  padding-block: 12px;
  padding-inline-start: 0;
  border-left: 0;
  border-radius: 0 12px 12px 0 !important;
  border-color: #e1e3ed;
}
.blogs-page .blogs-search .form-control:focus {
  box-shadow: none;
  border-color: #e1e3ed;
}
.blogs-page .blogs-search .input-group-text {
  background-color: inherit;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  border-color: #e1e3ed;
}
.blogs-page .blogs-results {
  margin-bottom: 25px;
}
.blogs-page .blogs-results h3 {
  color: #0b134a;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
}
.blogs-page .blogs-results p {
  color: #737a99;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.blogs-page .blogs-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.blogs-page .blogs-filters .blogs-categories {
  margin-inline-end: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blogs-page .blogs-filters .blogs-categories p {
  margin-bottom: 8px;
  margin-inline-end: 8px;
  background-color: #fff;
  border-radius: 92px;
  border: 1px solid #e1e3ed;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #1c1e30;
  transition: all ease-in 0.3s;
}
.blogs-page .blogs-filters .blogs-categories p:hover {
  color: #3c4eca;
  background-color: #ebedff;
  border-color: #3c4eca;
}
.blogs-page .blogs-filters .blogs-categories p.selected-category {
  color: #3c4eca;
  background-color: #ebedff;
  border-color: #3c4eca;
}
.blogs-page .blogs-filters .blogs-sort-dropdown form {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e1e3ed;
  min-width: 175px;
  padding: 4px;
}
.blogs-page .blogs-filters .blogs-sort-dropdown select {
  background-color: #fff;
  color: #1c1e30;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e1e3ed;
  padding: 12px 4px;
  min-width: 175px;
  border-radius: 12px;
}
.blogs-page .blogs-filters .blogs-sort-dropdown select option {
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 6px;
  margin-bottom: 4px;
  transition: all ease-in 0.15s;
}
.blogs-page .blogs-filters .blogs-sort-dropdown select option::before {
  content: ">";
  font-size: 20px;
  display: none;
  padding-right: 10px;
  padding-left: 5px;
  color: #fff;
}
.blogs-page .blogs-filters .blogs-sort-dropdown select option:hover {
  color: #3c4eca;
  background-color: #ebedff;
  font-weight: 600;
  border-radius: 8px;
}
.blogs-page .blogs-filters .blogs-sort-dropdown select option:hover::before {
  display: inline;
}
.blogs-page .load-more {
  color: #3c4eca;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  inset: auto 0 16px;
  z-index: 1;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(250, 251, 255, 0.4) 0%, rgba(250, 251, 255, 0.5) 50%, rgb(250, 251, 255) 65%);
}
.blogs-page .load-more span {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  top: 16px;
}
.blogs-page .empty-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 75px;
}
.blogs-page .empty-blogs h2 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 16px;
}
.blogs-page .empty-blogs p {
  color: #737a99;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}

.blog-details .blog-details-header {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 450px;
  position: relative;
  margin-bottom: 22px;
  z-index: 10;
}
.blog-details .blog-details-header .blog-details-header-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(11, 19, 74, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details .blog-details-header .blog-details-header-content {
  padding-inline: 124px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.blog-details .blog-details-header .blog-details-header-content h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-details .blog-details-header .blog-details-header-content .blog-info {
  display: flex;
  align-items: center;
}
.blog-details .blog-details-header .blog-details-header-content .blog-info p {
  margin-inline-end: 16px;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.blog-details .blog-details-header .blog-details-header-content .blog-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-details .blog-details-header .blog-details-header-content .blog-socials span {
  margin-inline-end: 16px;
}
.blog-details .blog-details-header .blog-details-header-content .blog-socials span:first-child {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.blog-details .blog-details-header .blog-details-header-content .blog-socials span:not(:first-child) {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(108, 117, 125, 0.3490196078);
  border-radius: 50%;
}
.blog-details .fixed-blog-details-header {
  height: 150px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.blog-details .container-fluid {
  padding-inline: 124px;
}
.blog-details h1 {
  color: #1c1e30;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.blog-details p {
  color: #1c1e30;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.7;
}
.blog-details blockquote {
  color: #737a99;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px;
  border-inline-start: 2px solid #737a99;
  padding-inline-start: 16px;
  line-height: 1.7;
}
.blog-details .blog-img {
  margin-bottom: 30px;
}
.blog-details .blog-img img {
  width: 100%;
}
.blog-details .blog-img h5 {
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.blog-details ul {
  list-style-type: disc;
  margin-inline-start: 20px;
  margin-bottom: 30px;
}
.blog-details ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.7;
}
.blog-details ul li span {
  font-weight: 700;
  color: #1c1e30;
}
.blog-details .blog-keywords {
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.blog-details .blog-keywords p {
  display: inline-block;
  margin-bottom: 16px;
  margin-inline-end: 16px;
  color: #0b134a;
  font-weight: 500;
  font-size: 12px;
  background-color: #f5f6ff;
  padding: 4px 8px;
  border-radius: 24px;
}
.blog-details .blogs-slider .slick-slide {
  margin-inline: 16px;
}

@media screen and (max-width: 992px) {
  .blog-details .fixed-blog-details-header {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .blog-details .container-fluid,
.blog-details .blog-details-header .blog-details-header-content {
    padding-inline: 50px;
  }
  .blog-details .container-fluid h2,
.blog-details .blog-details-header .blog-details-header-content h2 {
    font-size: 32;
  }
  .blog-details .container-fluid .blog-info,
.blog-details .container-fluid .blog-socials,
.blog-details .blog-details-header .blog-details-header-content .blog-info,
.blog-details .blog-details-header .blog-details-header-content .blog-socials {
    justify-content: flex-start !important;
  }
  .blogs-page .blogs-search {
    flex-direction: column;
  }
  .blogs-page .blogs-search button {
    margin: 0;
    margin-top: 16px;
  }
  .blogs-page .blogs-filters {
    flex-direction: column;
    justify-content: center;
  }
  .blogs-page .blogs-filters .blogs-categories {
    margin-inline-end: 0;
  }
}
@media screen and (max-width: 575px) {
  .blog-details .container-fluid,
.blog-details .blog-details-header .blog-details-header-content {
    padding-inline: 20px;
  }
  .blog-details .blog-details-header .blog-details-header-content .blog-info p {
    font-size: 12px;
    margin-inline-end: 12px;
  }
  .blog-details .blog-details-header .blog-details-header-content .blog-info img {
    display: block;
    margin: auto;
  }
  .blog-details .blog-details-header .blog-details-header-content .blog-socials span {
    margin-inline-end: 12px;
  }
  .blog-details .blog-details-header .blog-details-header-content .blog-socials span:first-child {
    font-size: 14px;
  }
  .blog-details .blog-details-header .blog-details-header-content .blog-socials span:not(:first-child) {
    width: 32px;
    height: 32px;
  }
  .blog-details .blogs-slider .slick-slide {
    margin-inline: 8px;
  }
}
.static-pages-styles .page-content {
  padding-block: 16px;
}
.static-pages-styles .page-content h1 {
  padding-block: 12px;
  box-shadow: 0px 1px 20px 5px rgba(235, 235, 235, 0.5);
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  color: #1c1e30;
}
.static-pages-styles .page-content p {
  color: #1c1e30;
  font-size: 16px;
  line-height: 1.6;
}
.static-pages-styles .page-content ol li {
  color: #1c1e30;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.static-pages-styles .page-content ol li h4,
.static-pages-styles .page-content ol li h3 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 500;
}
.static-pages-styles .page-content ul h5 {
  color: #1c1e30;
  font-size: 18px;
}
.static-pages-styles .page-content ul li {
  margin-bottom: 8px;
}

.email-template {
  background-image: linear-gradient(rgba(60, 78, 202, 0.0745098039) 0%, rgba(60, 78, 202, 0) 15%, #fff 15%);
  padding: 32px;
  border-radius: 12px;
  width: 75%;
  margin: auto;
}

.email-template .site-logo {
  width: 110px;
}

.email-template .site-logo img {
  width: 100%;
}

.email-template h2 {
  color: #0b134a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.email-template .candidate-name {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.email-template .opportunity-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.5px;
}

.email-template .job-details {
  border: 1px solid #ebedff;
  border-radius: 12px;
  padding: 24px;
}

.email-template .job-details .job-title-logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.email-template .job-details .job-title-logo h4 {
  margin-top: 0;
  color: #1c1e30;
  font-size: 14px;
  font-weight: 400;
}

.email-template .job-details .job-title-logo h3 {
  color: #0b134a;
  font-size: 18px;
  font-weight: 700;
}

.email-template .job-details .job-title-logo .company-logo {
  width: 150px;
}

.email-template .job-details .job-title-logo .company-logo img {
  width: 100%;
}

.email-template .job-details .job-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fafbff;
  border-radius: 8px;
  padding: 12px;
}

.email-template .job-details .job-info div {
  flex: 1;
  margin-inline: 8px;
}

.email-template .job-details .job-info h6 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
}

.email-template .job-details .job-info h5 {
  margin-block: 0;
  color: #1c1e30;
  font-size: 16px;
  font-weight: 500;
}

.email-template .job-details .job-desc {
  border-top: 1px solid #e1e3ed;
  padding-top: 24px;
  margin-top: 24px;
}

.email-template .job-details .job-desc h4 {
  margin-top: 0;
  color: #1c1e30;
  font-size: 14px;
  font-weight: 600;
}

.email-template .job-details .job-desc p {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 24px;
}

.email-template .job-details .job-desc a {
  text-decoration: none;
  background-color: #3c4eca;
  color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  display: inline-block;
}

.email-template .intersting-text {
  margin-top: 24px;
  color: #000;
  line-height: 22.5px;
  padding-bottom: 75px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e3ed;
}

.download-app h4 {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.download-app p {
  color: #737a99;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.downloads-icons img {
  width: 135px;
  margin-inline-end: 10px;
  margin-block-end: 10px;
}

.rights-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rights-socials p {
  color: #737a99;
  font-weight: 400;
  font-size: 12px;
}

.rights-socials .social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.rights-socials .social-icons a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6ff;
  border-radius: 50%;
  margin-inline: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .email-template {
    width: 100%;
  }
  .email-template .job-details .job-info div {
    margin-bottom: 16px;
  }
  .job-title-logo .company-logo {
    margin-block: 16px;
  }
}
.candidate-info {
  background-color: #fff;
}
.candidate-info .back-button {
  cursor: pointer;
  margin-bottom: 16px;
  color: #3c4eca;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.candidate-info .back-button span {
  margin-inline-start: 5px;
}
.candidate-info .back-button svg {
  width: 18px;
  height: 16px;
}
.candidate-info .general-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.candidate-info .general-info .candidate-image-name {
  display: flex;
}
.candidate-info .general-info .candidate-image-name .candidate-image {
  width: 64px;
  height: 64px;
  margin-inline-end: 15px;
}
.candidate-info .general-info .candidate-image-name .candidate-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.candidate-info .general-info .candidate-image-name .candidate-details h4 {
  font-size: 20px;
  font-weight: 500;
  color: #0b134a;
  margin-bottom: 16px;
}
.candidate-info .general-info .candidate-image-name .candidate-details h4 span {
  padding: 4px 6px;
  margin-inline-start: 8px;
  color: #1c1e30;
  font-size: 11px;
  background-color: #f5f6ff;
  border-radius: 4px;
}
.candidate-info .general-info .candidate-image-name .candidate-details h5 {
  margin-bottom: 16px;
  color: #1c1e30;
  font-size: 14px;
  font-weight: 400;
}
.candidate-info .general-info .general-info-actions {
  display: flex;
  align-items: stretch;
}
.candidate-info .general-info .general-info-actions .invite-to-job {
  background-color: #3c4eca;
  padding: 8px 16px;
  color: #ffffff;
  margin-inline-end: 12px;
  border-radius: 8px;
}
.candidate-info .general-info .general-info-actions .invite-to-job svg {
  margin-inline-end: 12px;
  stroke: #fff;
}
.candidate-info .general-info .general-info-actions .invite-to-job:hover {
  color: #ffffff !important;
}
.candidate-info .general-info .general-info-actions .dropdown .btn {
  border-color: #3c4eca;
  border-radius: 8px;
  height: 100%;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu {
  top: 20px !important;
  border: 2px solid rgba(235, 235, 235, 0.5019607843);
  border-radius: 8px;
  padding-inline: 8px;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item {
  color: #1c1e30;
  cursor: pointer;
  font-weight: 600;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item svg {
  stroke: #737a99 !important;
  width: 25px;
  height: 25px;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fdeced;
  border-radius: 8px;
  color: #e83c4e;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item:hover svg {
  stroke: #e83c4e !important;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item:hover span {
  color: #e83c4e !important;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item a:hover {
  background-color: #fdeced !important;
  color: #e83c4e !important;
}
.candidate-info .general-info .general-info-actions .dropdown .dropdown-menu .dropdown-item .btn {
  border: 0;
  box-shadow: none;
}

.profile-candidate .general-section-styles {
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.profile-candidate .general-section-styles .section-main-title {
  border-bottom: 1px solid #e1e3ed;
  color: #0b134a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.profile-candidate .candidate-bio p {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.profile-candidate .candidate-list-skills .list-skills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-candidate .candidate-list-skills .list-skills span {
  margin-inline-end: 10px;
  margin-bottom: 10px;
  background-color: #f5f6ff;
  border-radius: 10px;
  padding: 4px 10px;
  color: #0b134a;
  font-size: 12px;
  font-weight: 600;
}
.profile-candidate .candidate-work-experience-info .work-experience-item,
.profile-candidate .candidate-work-experience-info .education-info-item,
.profile-candidate .candidate-education-info .work-experience-item,
.profile-candidate .candidate-education-info .education-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-icon,
.profile-candidate .candidate-work-experience-info .work-experience-item .certificate-icon,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-icon,
.profile-candidate .candidate-work-experience-info .education-info-item .certificate-icon,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-icon,
.profile-candidate .candidate-education-info .work-experience-item .certificate-icon,
.profile-candidate .candidate-education-info .education-info-item .work-experience-icon,
.profile-candidate .candidate-education-info .education-info-item .certificate-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6ff;
  border-radius: 50%;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-icon svg,
.profile-candidate .candidate-work-experience-info .work-experience-item .certificate-icon svg,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-icon svg,
.profile-candidate .candidate-work-experience-info .education-info-item .certificate-icon svg,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-icon svg,
.profile-candidate .candidate-education-info .work-experience-item .certificate-icon svg,
.profile-candidate .candidate-education-info .education-info-item .work-experience-icon svg,
.profile-candidate .candidate-education-info .education-info-item .certificate-icon svg {
  stroke: #737a99;
  width: 20px;
  height: 20px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .certificate-icon svg,
.profile-candidate .candidate-work-experience-info .education-info-item .certificate-icon svg,
.profile-candidate .candidate-education-info .work-experience-item .certificate-icon svg,
.profile-candidate .candidate-education-info .education-info-item .certificate-icon svg {
  stroke: #3c4eca;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details,
.profile-candidate .candidate-education-info .work-experience-item .education-details,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details,
.profile-candidate .candidate-education-info .education-info-item .education-details {
  margin-inline-start: 16px;
  width: calc(100% - 50px);
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details h3,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details h3,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details h3,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details h3,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details h3,
.profile-candidate .candidate-education-info .work-experience-item .education-details h3,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details h3,
.profile-candidate .candidate-education-info .education-info-item .education-details h3 {
  font-size: 16px;
  color: #0b134a;
  font-weight: 600;
  margin-bottom: 12px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details h4,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details h4,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details h4,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details h4,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details h4,
.profile-candidate .candidate-education-info .work-experience-item .education-details h4,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details h4,
.profile-candidate .candidate-education-info .education-info-item .education-details h4 {
  font-size: 14px;
  color: #1c1e30;
  font-weight: 400;
  margin-bottom: 12px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details h5,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details h5,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details h5,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details h5,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details h5,
.profile-candidate .candidate-education-info .work-experience-item .education-details h5,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details h5,
.profile-candidate .candidate-education-info .education-info-item .education-details h5 {
  font-size: 12px;
  color: #1c1e30;
  font-weight: 400;
  margin-bottom: 12px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details h6,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details h6,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details h6,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details h6,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details h6,
.profile-candidate .candidate-education-info .work-experience-item .education-details h6,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details h6,
.profile-candidate .candidate-education-info .education-info-item .education-details h6 {
  font-size: 12px;
  color: #1c1e30;
  font-weight: 600;
  margin-bottom: 8px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details p,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details p,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details p,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details p,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details p,
.profile-candidate .candidate-education-info .work-experience-item .education-details p,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details p,
.profile-candidate .candidate-education-info .education-info-item .education-details p {
  font-size: 12px;
  color: #737a99;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details .view-certificate a span,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details .view-certificate a span,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details .view-certificate a span,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details .view-certificate a span,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details .view-certificate a span,
.profile-candidate .candidate-education-info .work-experience-item .education-details .view-certificate a span,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details .view-certificate a span,
.profile-candidate .candidate-education-info .education-info-item .education-details .view-certificate a span {
  color: #3c4eca;
  font-size: 12px;
  margin-inline-end: 4px;
  font-weight: 600;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details .view-certificate a svg,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details .view-certificate a svg,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details .view-certificate a svg,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details .view-certificate a svg,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details .view-certificate a svg,
.profile-candidate .candidate-education-info .work-experience-item .education-details .view-certificate a svg,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details .view-certificate a svg,
.profile-candidate .candidate-education-info .education-info-item .education-details .view-certificate a svg {
  width: 15px;
  height: 15px;
  stroke: #3c4eca;
}
.profile-candidate .candidate-work-experience-info .work-experience-item:not(:last-child) .work-experience-details,
.profile-candidate .candidate-work-experience-info .work-experience-item:not(:last-child) .education-details,
.profile-candidate .candidate-work-experience-info .education-info-item:not(:last-child) .work-experience-details,
.profile-candidate .candidate-work-experience-info .education-info-item:not(:last-child) .education-details,
.profile-candidate .candidate-education-info .work-experience-item:not(:last-child) .work-experience-details,
.profile-candidate .candidate-education-info .work-experience-item:not(:last-child) .education-details,
.profile-candidate .candidate-education-info .education-info-item:not(:last-child) .work-experience-details,
.profile-candidate .candidate-education-info .education-info-item:not(:last-child) .education-details {
  border-bottom: 1px solid #f5f6ff;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item {
  align-items: stretch;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details h3 span {
  padding: 4px 6px;
  margin-inline-start: 8px;
  color: #1c1e30;
  font-size: 11px;
  background-color: #f5f6ff;
  border-radius: 4px;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-icon-wrapper {
  position: relative;
}
.profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-icon-wrapper .work-experience-border {
  position: absolute;
  border: 1px solid #b8bbcc;
  height: calc(100% - 50px);
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-candidate .candidate-work-experience-info .work-experience-item:last-of-type .work-experience-border {
  display: none;
}
.profile-candidate .candidate-work-experience-info .work-current-job .work-experience-icon-wrapper {
  position: relative;
}
.profile-candidate .candidate-work-experience-info .work-current-job .work-experience-icon-wrapper .work-experience-border {
  border-color: #1aa165;
}
.profile-candidate .candidate-work-experience-info .work-current-job .work-experience-icon-wrapper .work-experience-icon {
  background-color: #ebfaf5;
}
.profile-candidate .candidate-work-experience-info .work-current-job .work-experience-icon-wrapper .work-experience-icon svg {
  stroke: #1aa165;
}
.profile-candidate .candidate-work-experience-info .load-more-experience {
  color: #3c4eca;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
.profile-candidate .candidate-work-experience-info .load-more-experience span {
  cursor: pointer;
}
.profile-candidate .additional-info .additional-info-item:not(:last-child) {
  margin-bottom: 16px;
}
.profile-candidate .additional-info .additional-info-item h4 {
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.profile-candidate .additional-info .additional-info-item p {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 600;
}
.profile-candidate .additional-info .additional-info-item p .copy-profile-email {
  margin-inline-start: 12px;
  border: 1px solid #ebedff;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.profile-candidate .additional-info .additional-info-item p .copy-profile-email svg {
  width: 16px;
  height: 20px;
}
.profile-candidate .additional-info .additional-info-item .info-social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-candidate .additional-info .additional-info-item .info-social-icons a {
  width: 28px;
  height: 28px;
  margin-inline-end: 18px;
  margin-bottom: 12px;
}
.profile-candidate .additional-info .additional-info-item .info-social-icons a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile-candidate .additional-info .additional-info-item .info-social-icons a svg {
  width: 28px;
  height: 28px;
}
.profile-candidate .additional-info .additional-info-item .profile-candidate-address a {
  color: #1c1e30 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.profile-candidate .additional-info .additional-info-item .profile-candidate-address svg {
  stroke: #1c1e30;
}
.profile-candidate .profile-resume .profile-resume-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #ebedff;
  padding: 10px 2px;
  border-radius: 8px;
}
.profile-candidate .profile-resume .profile-resume-wrapper .resume-details {
  display: flex;
  align-items: center;
}
.profile-candidate .profile-resume .profile-resume-wrapper .resume-details h5 {
  color: #1c1e30;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.profile-candidate .profile-resume .profile-resume-wrapper .resume-details h6 {
  margin-bottom: 0;
  color: #737a99;
  font-size: 12px;
}
.profile-candidate .profile-resume .profile-resume-wrapper .resume-details svg {
  width: 32px;
  height: 32px;
}
.profile-candidate .profile-resume .profile-resume-wrapper .view-resume-icon {
  margin-top: 8px;
  border: 1px solid #ebedff;
  padding: 6px;
  border-radius: 8px;
}
.profile-candidate .profile-resume .profile-resume-wrapper .view-resume-icon svg {
  width: 20px;
  height: 15px;
}
.profile-candidate .spoken-language .spoken-language-item:not(:last-child) {
  margin-bottom: 16px;
}
.profile-candidate .spoken-language .spoken-language-item h5 {
  color: #1c1e30;
  font-size: 16px;
}
.profile-candidate .spoken-language .spoken-language-item h6 {
  color: #737a99;
  font-size: 14px;
}

.profile-candidate-address {
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.profile-candidate-address span {
  margin-inline-end: 6px;
}
.profile-candidate-address span svg {
  width: 18px;
  height: 25px;
  stroke: #737a99;
}

.empty-section-data {
  color: #737a99;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.contact-info-lockced {
  text-align: center;
}
.contact-info-lockced .contact-info-lock-icon {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6ff;
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: 18px;
}
.contact-info-lockced .contact-info-lock-icon svg {
  width: 45px;
  height: 45px;
}
.contact-info-lockced h3 {
  color: #0b134a;
  font-size: 20px;
  font-weight: 600;
}
.contact-info-lockced h4 {
  color: #737a99;
  font-size: 16px;
  font-weight: 400;
}
.contact-info-lockced h5 {
  color: #737a99;
  font-size: 14px;
  font-weight: 400;
}
.contact-info-lockced .unlock-contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #3c4eca;
  padding: 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 12px;
}
.contact-info-lockced .unlock-contact-button svg {
  margin-inline-end: 8px;
  width: 15px;
  height: 15px;
}
.contact-info-lockced .unlock-contact-button:hover {
  color: #fff !important;
}

@media (max-width: 992px) {
  .candidate-info .general-info {
    flex-direction: column;
  }
  .candidate-info .general-info .candidate-image-name {
    order: 2;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .candidate-info .general-info .candidate-image-name {
    flex-direction: column;
  }
  .candidate-info .general-info .candidate-image-name .candidate-image {
    margin: 0;
    margin-bottom: 15px;
  }
  .candidate-info .general-info .candidate-image-name h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .candidate-info .general-info .candidate-image-name h4 span {
    margin-inline-start: 0 !important;
    margin-top: 5px;
  }
  .candidate-info .general-info .general-info-actions {
    flex-wrap: wrap;
  }
  .candidate-info .general-info .general-info-actions .invite-to-job,
.candidate-info .general-info .general-info-actions .dropdown {
    margin-bottom: 8px;
  }
  .profile-candidate .candidate-work-experience-info .work-experience-item,
.profile-candidate .candidate-work-experience-info .education-info-item,
.profile-candidate .candidate-education-info .work-experience-item,
.profile-candidate .candidate-education-info .education-info-item {
    display: block !important;
  }
  .profile-candidate .candidate-work-experience-info .work-experience-item .work-experience-details,
.profile-candidate .candidate-work-experience-info .work-experience-item .education-details,
.profile-candidate .candidate-work-experience-info .education-info-item .work-experience-details,
.profile-candidate .candidate-work-experience-info .education-info-item .education-details,
.profile-candidate .candidate-education-info .work-experience-item .work-experience-details,
.profile-candidate .candidate-education-info .work-experience-item .education-details,
.profile-candidate .candidate-education-info .education-info-item .work-experience-details,
.profile-candidate .candidate-education-info .education-info-item .education-details {
    width: 100%;
    margin-inline-start: 0;
    margin-top: 8px;
  }
  .profile-candidate .candidate-work-experience-info .work-experience-border,
.profile-candidate .candidate-education-info .work-experience-border {
    display: none;
  }
  .contact-info-lockced .unlock-contact-button {
    flex-direction: column;
  }
  .contact-info-lockced .unlock-contact-button svg {
    margin-bottom: 8px;
    margin-inline-end: 0;
    width: 20px;
    height: 20px;
  }
}
.why-ultrahire-container {
  background-image: url(/images/blure.svg?44ffbcb2541ac088b6a90fe3790ef393);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.why-ultrahire-container .main-section-mb {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .why-ultrahire-container .main-section-mb {
    text-align: center;
  }
  .why-ultrahire-container .main-section-mb .flex-section-direction {
    flex-direction: column-reverse;
  }
}
.why-ultrahire-container .main-section-title {
  color: #1c1e30;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 46.8px;
}
@media (max-width: 767px) {
  .why-ultrahire-container .main-section-title {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
.why-ultrahire-container .main-section-subtitle {
  color: #1c1e30;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .why-ultrahire-container .main-section-subtitle {
    font-size: 24px;
  }
}
.why-ultrahire-container .main-section-description {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .why-ultrahire-container .main-section-description {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.why-ultrahire-container .why-ultrahire-description {
  margin-bottom: 60px;
}
.why-ultrahire-container .why-ultrahire-description p {
  margin-top: 36px;
  color: #1c1e30;
  font-size: 20px;
  line-height: 28px;
}

.navbar-new {
  z-index: 99;
}
.navbar-new .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6ff;
  border-radius: 50%;
}
.navbar-new .navbar-toggler-icon svg {
  width: 18px;
  height: 18px;
  stroke: #3c4eca;
}
.navbar-new .navbar-nav .nav-link {
  color: #1c1e30 !important;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.navbar-new .navbar-nav .nav-link:hover {
  color: #3c4eca !important;
}
.navbar-new .navbar-nav .nav-link.nav-link-btn {
  border: 1px solid #3c4eca;
  border-radius: 8px;
  padding: 8px 32px;
  color: #3c4eca !important;
}
.navbar-new .navbar-nav .nav-link.nav-link-btn:hover {
  color: #1c1e30 !important;
}
.navbar-new .navbar-nav .nav-link.nav-link-login {
  color: #fff !important;
  background-color: #3c4eca;
}
.navbar-new .navbar-nav .nav-link.nav-link-login:hover {
  color: #1c1e30 !important;
}
.navbar-new .navbar-nav .dropdown-menu-new {
  border-radius: 12px;
  top: calc(100% + 24px);
  right: auto !important;
  box-shadow: 0px 1px 28px 3px rgba(205, 205, 205, 0.3019607843);
  padding-top: 18px !important;
  padding-bottom: 8px !important;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item {
  padding: 0 12px !important;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item:hover {
  color: inherit !important;
  background-color: inherit !important;
  margin-bottom: 6px !important;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 8px 18px !important;
  margin-bottom: 6px !important;
  transition: all ease-in 0.15s;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper .dropdown-item-icon {
  margin-inline-end: 18px;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper .dropdown-item-icon svg {
  width: 18px;
  height: 18px;
  stroke: #737a99;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper .dropdown-item-content {
  text-align: justify;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper .dropdown-item-content h4 {
  color: #1c1e30;
  font-size: 16px;
  margin-bottom: 6px;
  transition: all ease-in 0.15s;
  font-weight: 600;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper .dropdown-item-content h5 {
  color: #737a99;
  margin-bottom: 0;
  font-size: 14px;
  transition: all ease-in 0.15s;
  font-weight: 500;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper:hover {
  color: inherit !important;
  background-color: #ebedff !important;
  margin-bottom: 6px !important;
  border-radius: 8px;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper:hover h4 {
  color: #3c4eca;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper:hover h5 {
  color: #1c1e30;
}
.navbar-new .navbar-nav .dropdown-menu-new .dropdown-item-wrapper:hover .dropdown-item-icon svg {
  stroke: #3c4eca;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .logged-in-user-link {
  display: flex;
  align-items: center;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .logged-in-user-link h5 {
  color: #1c1e30;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .logged-in-user-link h6 {
  color: #1c1e30;
  margin: 0;
  font-size: 12px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-toggle {
  position: relative;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-toggle::after {
  position: absolute;
  top: 48%;
  right: -25px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged {
  padding-block: 12px;
  border: 1px solid #eeeef7;
  box-shadow: 0px 1px 28px 3px rgba(205, 205, 205, 0.3019607843);
  border-radius: 8px;
  top: calc(100% + 24px);
  min-width: 300px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-management {
  padding-inline: 18px;
  border-bottom: 1px solid #eeeef7;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-management > div {
  display: flex;
  align-items: center;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-management > div div {
  margin-inline-start: 16px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-management > div div span {
  color: #0b134a;
  font-weight: 600;
  font-size: 20px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-management > div div a {
  color: #3c4eca;
  font-size: 14px;
  font-weight: 600;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-management > div div a:hover {
  background-color: #fff !important;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link {
  padding-inline: 18px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link a {
  padding: 12px !important;
  display: flex;
  align-items: center;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link a svg {
  width: 18px;
  height: 18px;
  stroke: #737a99;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link a h4 {
  margin: 0;
  margin-inline-start: 8px;
  font-size: 16px;
  color: #737a99;
  font-weight: 500;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link a:hover {
  color: inherit !important;
  background-color: #ebedff !important;
  border-radius: 8px;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link a:hover h4 {
  color: #3c4eca;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link a:hover svg {
  stroke: #3c4eca;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link.user-logout-link h4 {
  color: #e83c4e;
}
.navbar-new .navbar-nav .logged-in-user-dropdown .dropdown-menu-user-logged .user-logged-auth-link.user-logout-link svg {
  stroke: #e83c4e;
}
.navbar-new .navbar-nav .noitification-dropdown .nav-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafbff;
  border-radius: 50%;
  border: 1px solid #eeeef7;
}
.navbar-new .navbar-nav .noitification-dropdown .nav-link::after {
  display: none !important;
}
.navbar-new .navbar-nav .noitification-dropdown .nav-link svg {
  width: 20px;
  height: 20px;
  stroke: #3c4eca;
}
.navbar-new .navbar-nav .noitification-dropdown .dropdown-menu {
  min-width: 425px;
  top: calc(100% + 24px);
  padding: 16px;
  height: 500px;
  overflow-y: auto;
}
.navbar-new .navbar-nav .noitification-dropdown .dropdown-menu .notifications-mark-all:hover {
  background-color: inherit !important;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeef7;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-icon {
  background-color: #fff0f0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content {
  width: calc(100% - 60px);
  display: flex;
  align-items: flex-start;
  position: relative;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content div {
  width: calc(100% - 80px);
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content div h4 {
  color: #1c1e30;
  font-size: 15px;
  font-weight: 600;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content div h5 {
  color: #737a99;
  font-size: 13px;
  margin-bottom: 0;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content .notification-item-date {
  font-size: 12px;
  color: #737a99;
  width: 80px;
}
.navbar-new .navbar-nav .noitification-dropdown li .notification-item .notification-item-content .notification-item-has-new-notification {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e92727;
}
.navbar-new .navbar-nav .noitification-dropdown li:last-child .notification-item {
  border-bottom: 0;
}
.navbar-new.navbar-new-user {
  background-color: #fff;
  width: calc(100% - 300px);
  margin-inline-start: 300px;
}
.navbar-new.navbar-bg-white {
  background-color: #fff;
}
.navbar-new.navbar-bg-primary {
  background-color: #3c4eca;
}
.navbar-new.navbar-bg-primary .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar-new.navbar-bg-primary .navbar-nav .nav-link.nav-link-register {
  background-color: #fff;
  color: #3c4eca !important;
}
.navbar-new.navbar-bg-primary .logged-in-user-dropdown h5,
.navbar-new.navbar-bg-primary .logged-in-user-dropdown h6 {
  color: #fff !important;
}
.navbar-new.navbar-blog-details .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar-new.navbar-blog-details .navbar-nav .nav-link.nav-link-register {
  background-color: #fff;
  color: #3c4eca !important;
}
@media (max-width: 992px) {
  .navbar-new {
    padding-inline: 10px;
  }
  .navbar-new > .container-fluid {
    padding: 0;
  }
  .navbar-new .navbar-nav {
    border-top: 0;
    padding-top: 0;
    padding-inline: 10px;
  }
  .navbar-new .navbar-nav .nav-item {
    margin-bottom: 4px;
    margin-inline-end: 0;
    width: 100%;
  }
  .navbar-new .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    top: 48%;
    left: 100%;
    right: 0;
  }
  .navbar-new .navbar-nav .nav-item .nav-link-btn {
    width: 100%;
    text-align: center;
  }
  .navbar-new .navbar-nav .dropdown-menu-new,
.navbar-new .navbar-nav .dropdown-menu-user-logged {
    border: 0;
    padding: 0 !important;
  }
  .navbar-new .navbar-nav .dropdown-menu-new .dropdown-item,
.navbar-new .navbar-nav .dropdown-menu-user-logged .dropdown-item {
    padding: 0 !important;
  }
  .navbar-new .navbar-nav .dropdown-menu-new .dropdown-item h4,
.navbar-new .navbar-nav .dropdown-menu-user-logged .dropdown-item h4 {
    font-size: 14px !important;
  }
  .navbar-new .navbar-nav .dropdown-menu-new .dropdown-item h5,
.navbar-new .navbar-nav .dropdown-menu-user-logged .dropdown-item h5 {
    font-size: 12px !important;
  }
  .navbar-new .navbar-nav .dropdown-menu-new .dropdown-item .dropdown-item-icon svg,
.navbar-new .navbar-nav .dropdown-menu-user-logged .dropdown-item .dropdown-item-icon svg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 767px) {
  .navbar-new.navbar-new-user {
    width: calc(100% - 175px);
    margin-inline-start: 175px;
  }
  .navbar-new .navbar-nav .noitification-dropdown .dropdown-menu {
    min-width: 300px;
    height: 300px;
  }
}

.section-primary-header {
  background-color: #3c4eca;
  padding: 100px 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
}
.section-primary-header h1 {
  font-size: 32px;
  font-weight: 700;
}
.section-primary-header p {
  font-size: 16px;
  font-weight: 500;
}

.section-padding-top {
  padding-top: 24px;
}

.section-block-title {
  color: #1c1e30;
  font-size: 36px;
  font-weight: 700;
}

.section-block-description {
  color: #1c1e30;
  font-size: 18px;
  line-height: 28px;
}

.recruitment-process {
  background-color: #f5f6ff;
  padding: 80px 10px;
}
.recruitment-process h2 {
  color: #111827;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 45px;
}
.recruitment-process h2 span {
  position: relative;
  color: #3c4eca;
  width: 175px;
  display: inline-block;
}
.recruitment-process h2 span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruitment-process .recruitment-process-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruitment-process .recruitment-process-links .btn {
  background-color: #3c4eca;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  padding-block: 12px;
  width: 260px;
  margin: 8px;
}
@media (max-width: 575px) {
  .recruitment-process .recruitment-process-links .btn {
    flex-direction: column;
    justify-content: center;
  }
}
.recruitment-process .recruitment-process-links .btn:hover {
  color: #fff !important;
}
.recruitment-process .recruitment-process-links .btn:last-child {
  background-color: #fff;
  color: #3c4eca;
}
.recruitment-process .recruitment-process-links .btn:last-child:hover {
  color: #3c4eca !important;
}
.recruitment-process .recruitment-process-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  color: #1c1e30;
}
.recruitment-process .recruitment-process-info div {
  margin-inline: 16px;
}
.recruitment-process .recruitment-process-info span {
  font-weight: 600;
  margin-inline-start: 4px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .recruitment-process .recruitment-process-info {
    flex-direction: column;
  }
  .recruitment-process .recruitment-process-info div {
    margin-inline: 0;
    margin-block: 4px;
  }
}

.book-free-demo-btn {
  background-color: #3c4eca;
  color: #fff;
  padding-block: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  margin: auto;
}
.book-free-demo-btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.book-free-demo-btn:hover {
  color: #fff !important;
}

.faqs-section .sub-section {
  margin-top: 24px;
  margin-bottom: 75px;
  background-color: #f5f6ff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonials-stats .testimonials-stats-col {
  background-color: #fff;
  padding: 32px 24px;
  text-align: center;
}
.testimonials-stats .testimonials-stats-col svg {
  width: 55px;
  height: 55px;
}
.testimonials-stats .testimonials-stats-col span {
  color: #0b134a;
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 18px;
}
.testimonials-stats .testimonials-stats-col h3 {
  color: #1c1e30;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.testimonials-stories {
  background-color: #f5f6ff;
  padding-block: 80px;
  text-align: center;
}

.testimonials-download-app {
  margin-bottom: 80px;
}
.testimonials-download-app h5 {
  color: #3c4eca;
  font-size: 16px;
  margin-bottom: 15px;
}
.testimonials-download-app p {
  color: #1c1e30;
  font-size: 16px;
  line-height: 24px;
}
.testimonials-download-app .download-app-store {
  margin-top: 40px;
}
.testimonials-download-app .download-app-store h4 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.testimonials-download-app .download-app-store div {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .testimonials-stats .testimonials-stats-col {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .testimonials-download-app-screens {
    order: -1;
    margin-bottom: 32px;
  }
}
.home-services-section {
  background-color: #fafbff;
  padding-block: 80px;
}
.home-services-section h2 {
  color: #1c1e30;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 18px;
}
.home-services-section p {
  color: #1c1e30;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.home-services-section .explore-more-services {
  margin-top: 16px;
}
.home-services-section .explore-more-services a {
  color: #3C4ECA;
  font-size: 16px;
  font-weight: 600;
}

/* //////////////////////////////////////////////////////////////////////////// */
.service-card {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5019607843);
  border-radius: 15px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.service-card .services-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #f5f6ff;
  transition: all 0.3s ease-in;
  border-radius: 50%;
}
.service-card .services-icon svg {
  width: 32px;
  height: 32px;
}
.service-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0b134a;
  transition: all 0.3s ease-in;
  height: 50px;
}
.service-card h3 span {
  color: #e83c4e;
  border: 1px solid #e83c4e;
  font-size: 12px;
  font-weight: 700;
  margin-inline-start: 8px;
  padding: 2px 8px;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.service-card p {
  font-size: 16px;
  line-height: 24px;
  color: #737a99;
  margin: 0;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in;
  height: 75px;
}
.service-card:hover {
  background-color: #3c4eca;
}
.service-card:hover h3 {
  color: #fff;
  text-decoration: underline;
}
.service-card:hover h3 span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1019607843);
  text-decoration: none;
  border-color: #3c4eca;
}
.service-card:hover p {
  color: #e1e3ed;
}

.services-container {
  margin-top: 75px !important;
}

.service-modal .modal-dialog {
  max-width: 700px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.service-modal .modal-content {
  height: 85vh;
  overflow: hidden;
  overflow-y: auto;
  padding-inline: 8px;
}
.service-modal .modal-content::-webkit-scrollbar {
  width: 5px;
}
.service-modal .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.service-modal .modal-content::-webkit-scrollbar-thumb {
  background: #888;
}
.service-modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.service-modal .modal-header {
  border: 0;
  margin-bottom: 8px;
}
.service-modal .modal-header .modal-title {
  display: flex;
  align-items: center;
}
.service-modal .modal-header .modal-title .service-modal-icon {
  margin-inline-end: 22px;
}
.service-modal .modal-header .modal-title .service-modal-icon svg {
  width: 56px;
  height: 56px;
}
.service-modal .modal-header .modal-title h4 {
  color: #737a99;
  font-size: 14px;
  margin-bottom: 4px;
}
.service-modal .modal-header .modal-title h2 {
  color: #3c4eca;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
}
.service-modal .modal-header .modal-title .btn-close {
  background-color: #f5f6ff;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.service-modal .modal-body h3 {
  color: #1c1e30;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-modal .modal-body .service-overview {
  background-color: #f5f6ff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.service-modal .modal-body .service-overview h6 {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.service-modal .modal-body .service-overview p {
  margin: 0;
  font-weight: 500;
  color: #1c1e30;
  font-size: 14px;
}
.service-modal .modal-body .service-description h6 {
  color: #1c1e30;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}
.service-modal .modal-body .service-description p {
  color: #1c1e30;
  font-size: 14px;
  font-weight: 500;
}
.service-modal .modal-body .service-img {
  margin-block: 24px;
}
.service-modal .modal-body .service-features {
  margin-block: 24px;
}
.service-modal .modal-body .service-features .service-feature {
  margin-bottom: 12px;
}
.service-modal .modal-body .service-features .service-feature h5 {
  color: #1c1e30;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.service-modal .modal-body .service-features .service-feature p {
  font-size: 14px;
  color: #1c1e30;
  margin: 0;
}
.service-modal .modal-body .service-howWorks ol {
  padding-left: 1rem;
}
.service-modal .modal-body .service-howWorks ol li {
  color: #1c1e30;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.service-modal .modal-body .service-footer {
  background-color: #f5f6ff;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  margin-block: 24px;
}
.service-modal .modal-body .service-footer p {
  color: #1c1e30;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.service-modal .modal-body .service-footer .service-footer-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.service-modal .modal-body .service-footer .service-footer-btns a {
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 0;
  text-decoration: none;
  color: #3c4eca;
  border: 1px solid #3c4eca;
  font-weight: 600;
  width: 200px;
}
.service-modal .modal-body .service-footer .service-footer-btns a:first-child {
  background-color: #3c4eca;
  color: #fff;
}
.service-modal .modal-body .service-footer .service-footer-btns a:first-child:hover {
  color: #fff !important;
}

.assessment-container {
  margin-top: -28px;
}
.assessment-container .assessment-header-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 18px 18px 0;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  margin-bottom: 24px;
}
.assessment-container .assessment-header-wrapper h2 {
  color: rgb(28, 30, 48);
  font-size: 30px;
  font-weight: 500;
}
.assessment-container .assessment-header-wrapper p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.assessment-container .assessment-header-wrapper .nav-tabs {
  margin-top: 10px;
  border: 0;
  gap: 18px;
}
.assessment-container .assessment-header-wrapper .nav-tabs .nav-link {
  padding-bottom: 16px;
  color: rgb(115, 122, 153);
  font-size: 14px;
  font-weight: 400;
}
.assessment-container .assessment-header-wrapper .nav-tabs .nav-link.active {
  color: rgb(60, 78, 202);
  border: 0;
  border-bottom: 2px solid rgb(60, 78, 202);
  font-weight: 600;
}
.assessment-container .assessment-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 18px;
  border: 1px solid rgb(245, 246, 255);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.assessment-container .assessment-card .assessment-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.assessment-container .assessment-card .assessment-card-header .assessment-card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 246, 255);
  border-radius: 16px;
  padding: 8px;
}
.assessment-container .assessment-card .assessment-card-header .assessment-card-icon svg {
  max-width: 30px;
  max-height: 30px;
}
.assessment-container .assessment-card .assessment-card-header .assessment-card-category {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  background-color: rgb(245, 246, 255);
  border-radius: 24px;
  padding: 4px 8px;
  color: rgb(11, 19, 74);
  text-align: center;
}
.assessment-container .assessment-card .assessment-card-title {
  color: rgb(28, 30, 48);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.assessment-container .assessment-card .assessment-card-desc {
  color: rgb(115, 122, 153);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 18px;
}
.assessment-container .assessment-card .create-assessment-btn {
  border: 1px solid rgb(60, 78, 202);
  color: rgb(60, 78, 202);
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.assessment-container .assessment-card .create-assessment-btn svg {
  width: 15px;
  height: 15px;
}
.assessment-container .my-assessments-wrapper {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(235, 235, 235, 0.77);
  border-radius: 12px;
  min-height: 45vh;
}
.assessment-container .my-assessments-wrapper .input-group .input-group-text {
  background-color: inherit;
  padding-block: 12px;
  border: 0;
}
.assessment-container .my-assessments-wrapper .input-group .form-control {
  border: 0;
  color: rgb(115, 122, 153);
  font-size: 14px;
  padding-left: 6px;
}
.assessment-container .my-assessments-wrapper .input-group .form-control:focus {
  box-shadow: none;
}
.assessment-container .my-assessments-wrapper .table thead th {
  background-color: rgb(250, 251, 255);
  color: rgb(115, 122, 153);
  font-weight: 400;
  border: transparent;
  font-size: 14px;
}
.assessment-container .my-assessments-wrapper .table tbody tr {
  border-color: rgb(225, 227, 237);
}
.assessment-container .my-assessments-wrapper .table tbody tr td {
  padding: 24px 8px 12px;
  color: rgb(28, 30, 48);
  font-size: 14px;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-name h4 {
  color: rgb(28, 30, 48);
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-name h5 {
  font-size: 11px;
  color: rgb(115, 122, 153);
  margin: 0;
  font-weight: 400;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-category span {
  color: rgb(28, 30, 48);
  font-size: 12px;
  font-weight: 500;
  background-color: rgb(245, 246, 255);
  border-radius: 4px;
  padding: 4px 12px;
  display: inline-block;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  padding: 16px 8px;
  border: 1px solid rgb(235, 237, 255);
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .btn::after {
  display: none;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .btn:hover {
  background-color: rgb(245, 246, 255);
  border-color: rgb(60, 78, 202);
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .btn span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .dropdown-menu {
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-color: rgb(225, 227, 237);
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .dropdown-menu li {
  padding-inline: 8px;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .dropdown-menu li a {
  padding-block: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(28, 30, 48);
  font-size: 14px;
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .dropdown-menu li a:hover {
  background-color: rgb(235, 237, 255);
  color: rgb(60, 78, 202);
}
.assessment-container .my-assessments-wrapper .table tbody tr .assessment-actions .dropdown-menu li a:hover svg {
  stroke: rgb(60, 78, 202);
}
.assessment-container .my-assessments-wrapper .my-assessments-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assessment-container .my-assessments-wrapper .my-assessments-results p {
  margin: 0;
  color: rgb(115, 122, 153);
  font-size: 14px;
  font-weight: 400;
}
.assessment-container .my-assessments-wrapper .my-assessments-results .pagination {
  gap: 8px;
}
.assessment-container .my-assessments-wrapper .my-assessments-results .pagination .page-link-style {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid rgb(235, 237, 255) !important;
  color: rgb(115, 122, 153);
}
.assessment-container .my-assessments-wrapper .my-assessments-results .pagination .page-link-style:hover, .assessment-container .my-assessments-wrapper .my-assessments-results .pagination .page-link-style.active {
  color: rgb(60, 78, 202) !important;
  background-color: rgb(245, 246, 255) !important;
}
.assessment-container .my-assessments-wrapper .no-assessments {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: inherit;
}
.assessment-container .my-assessments-wrapper .no-assessments img {
  height: 150px;
  width: auto;
}
.assessment-container .my-assessments-wrapper .no-assessments h3 {
  margin-top: 4px;
  margin-bottom: 16px;
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 500;
}
.assessment-container .my-assessments-wrapper .no-assessments p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.assessment-container .my-assessments-wrapper .no-assessments .btn {
  background-color: rgb(60, 78, 202);
  border-radius: 8px;
  padding: 12px;
  width: 275px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.assessment-container .my-assessments-wrapper .no-assessments .btn:hover {
  color: #000 !important;
}

.assessment-details-header {
  margin-top: -35px;
  padding: 32px 56px 24px 32px;
}
.assessment-details-header .back-btn {
  color: rgb(60, 78, 202);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  gap: 8px;
}
.assessment-details-header .back-btn svg {
  width: 22px;
  height: 22px;
}
.assessment-details-header .assessment-details-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-block: 18px;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  padding: 8px;
  background-color: rgb(245, 246, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-info-icon svg {
  max-width: 28px;
  max-height: 28px;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 {
  color: rgb(28, 30, 48);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-radius: 80px;
  padding: 4px 8px;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 4px;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p.assessment-published-status {
  background-color: rgb(235, 250, 245);
  color: rgb(26, 161, 101);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p.assessment-published-status span {
  background-color: rgb(26, 161, 101);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p.assessment-draft-status {
  background-color: rgb(225, 227, 237);
  color: rgb(115, 122, 153);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p.assessment-draft-status span {
  background-color: rgb(115, 122, 153);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p.assessment-unpublished-status {
  background-color: rgb(253, 236, 237);
  color: rgb(232, 60, 78);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title h2 p.assessment-unpublished-status span {
  background-color: rgb(232, 60, 78);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title .assessment-details-header-description {
  display: flex;
  align-items: center;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title .assessment-details-header-description h3 {
  color: rgb(28, 30, 48);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-inline-end: 12px;
  padding-inline-end: 12px;
  border-right: 1px solid rgb(115, 122, 153);
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title .assessment-details-header-description div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.assessment-details-header .assessment-details-info .assessment-details-header-info .assessment-details-header-title .assessment-details-header-description div span {
  display: inline-block;
  background-color: rgb(245, 246, 255);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: rgb(28, 30, 48);
  font-weight: 600;
}
.assessment-details-header .assessment-details-info .assessment-details-header-edit a {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid rgb(60, 78, 202);
  text-decoration: none;
  color: rgb(60, 78, 202);
  font-size: 12px;
  font-weight: 600;
}
.assessment-details-header .assessment-details-info .assessment-details-header-edit svg {
  width: 12px;
  height: 16px;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container {
  border: 1px solid rgb(245, 246, 255);
  border-radius: 12px;
  padding: 12px 16px;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container h4 {
  color: rgb(115, 122, 153);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 12px;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container .assessment-details-rate-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container .assessment-details-rate-content .assessment-details-rate-details h5 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 600;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container .assessment-details-rate-content .assessment-details-rate-details p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container .assessment-details-rate-content .assessment-details-rate-details p svg {
  width: 16px;
  height: 16px;
}
.assessment-details-header .assessment-details-rates .assessment-details-rate-container .assessment-details-rate-content .assessment-details-rate-icon svg {
  width: 30px;
  height: 30px;
}

.assessment-details-table {
  background-color: #fff;
  border-radius: 12px;
  padding-inline: 16px;
}
.assessment-details-table .assessment-details-table-title {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.assessment-details-table .assessment-details-table-title h3 {
  color: rgb(11, 19, 74);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.assessment-details-table .assessment-details-table-title .btn {
  border: 1px solid rgb(60, 78, 202);
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(60, 78, 202);
  font-size: 12px;
  font-weight: 600;
}
.assessment-details-table .assessment-details-table-title .btn svg {
  width: 16px;
  height: 16px;
  stroke: rgb(60, 78, 202);
  margin: 0;
}
.assessment-details-table .table thead th {
  color: rgb(115, 122, 153);
  background-color: rgb(250, 251, 255);
  font-size: 14px;
  font-weight: 400;
  border: transparent;
}
.assessment-details-table .table tbody td {
  padding: 16px 8px;
  border-bottom: 1px solid rgb(225, 227, 237);
  color: rgb(28, 30, 48);
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.assessment-details-table .table tbody td .assessment-details-table-candidate-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.assessment-details-table .table tbody td .assessment-details-table-candidate-name img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.assessment-details-table .table tbody td .assessment-details-table-candidate-name h4 {
  color: rgb(28, 30, 48);
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.assessment-details-table .table tbody td .assessment-details-table-status {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 80px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.assessment-details-table .table tbody td .assessment-details-table-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-pending-status {
  background-color: rgb(252, 244, 237);
  color: rgb(235, 115, 6);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-pending-status span {
  background-color: rgb(235, 115, 6);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-success-status {
  background-color: rgb(235, 250, 245);
  color: rgb(26, 161, 101);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-success-status span {
  background-color: rgb(26, 161, 101);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-applied-shortlisted-status {
  background-color: rgb(245, 246, 255);
  color: rgb(28, 30, 48);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-applied-shortlisted-status span {
  background-color: rgb(28, 30, 48);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-closed-status {
  background-color: rgrgba(253, 236, 237, 1);
  color: rgb(232, 60, 78);
}
.assessment-details-table .table tbody td .assessment-details-table-status.assessment-details-table-closed-status span {
  background-color: rgb(232, 60, 78);
}
.assessment-details-table .table tbody td .assessment-details-table-view-applicant {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(60, 78, 202);
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}
.assessment-details-table .table tbody td .assessment-details-table-view-applicant svg {
  stroke: rgb(60, 78, 202);
}
.assessment-details-table .table tbody td .assessment-details-table-job-title h4 {
  color: rgb(28, 30, 48);
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
  border-bottom: 1px solid rgb(28, 30, 48);
  width: -moz-fit-content;
  width: fit-content;
}
.assessment-details-table .table tbody td .assessment-details-table-job-title h5 {
  color: rgb(115, 122, 153);
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}
.assessment-details-table .assessment-details-table-no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-block: 50px;
}
.assessment-details-table .assessment-details-table-no-data img {
  height: 150px;
  width: auto;
}
.assessment-details-table .assessment-details-table-no-data h3 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.assessment-details-table .assessment-details-table-no-data p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.assessment-details-table .assessment-details-table-no-data .btn {
  border: 1px solid rgb(60, 78, 202);
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(60, 78, 202);
  font-size: 12px;
  font-weight: 600;
  width: 275px;
}
.assessment-details-table .assessment-details-table-no-data .btn svg {
  width: 16px;
  height: 16px;
  stroke: rgb(60, 78, 202);
  margin: 0;
}

.assessments-modal .modal-dialog {
  max-width: 700px;
}
.assessments-modal .modal-header {
  padding: 18px 32px;
}
.assessments-modal .modal-header h1 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 500;
}
.assessments-modal .modal-header p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 600;
}
.assessments-modal .modal-header .btn-close {
  background-color: rgb(245, 246, 255) !important;
  width: 32px;
  height: 32px;
}
.assessments-modal .modal-body {
  padding: 18px 32px;
}
.assessments-modal .modal-body .assessments-modal-search-input {
  border: 1px solid rgb(225, 227, 237);
  border-radius: 44px;
  padding: 10px 12px;
  gap: 12px;
  background-color: rgb(250, 251, 255);
}
.assessments-modal .modal-body .assessments-modal-search-input .input-group-text {
  background: transparent;
  border: 0;
  padding: 0;
}
.assessments-modal .modal-body .assessments-modal-search-input .input-group-text svg {
  width: 16px;
  height: 16px;
}
.assessments-modal .modal-body .assessments-modal-search-input .form-control {
  font-size: 12px;
  border: 0;
  padding: 0;
  background-color: inherit;
}
.assessments-modal .modal-body .assign-to-job-modal .assign-to-job-modal-note {
  background-color: rgb(252, 244, 237);
  color: rgb(235, 115, 6);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.assessments-modal .modal-body .assign-to-job-modal .assign-to-job-modal-note svg {
  width: 28px;
  height: 28px;
  stroke: rgb(235, 115, 6);
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgb(235, 237, 255);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  transition: all ease 0.3s;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card .job-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgb(245, 246, 255);
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card .job-card-icon svg {
  stroke: rgb(115, 122, 153);
  width: 25px;
  height: 25px;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card .job-card-info {
  margin-bottom: 16px;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card .job-card-info h4 {
  color: rgb(115, 122, 153);
  font-size: 12px;
  font-weight: 400;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card .job-card-info h3 {
  color: rgb(11, 19, 74);
  font-size: 16px;
  font-weight: 600;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card .job-card-info p {
  color: rgb(115, 122, 153);
  font-size: 12px;
  font-weight: 400;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card.assessments-modal-job-card-selected {
  border-color: rgb(60, 78, 202);
  background-color: rgb(245, 246, 255);
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card.assessments-modal-job-card-selected .job-card-icon {
  background-color: #fff;
}
.assessments-modal .modal-body .assign-to-job-modal .assessments-modal-job-card.assessments-modal-job-card-selected .job-card-icon svg {
  stroke: rgb(60, 78, 202);
}
.assessments-modal .modal-body .invite-candidates-modal .assessments-modal-filter {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  align-items: center;
}
.assessments-modal .modal-body .invite-candidates-modal .assessments-modal-filter h6 {
  margin: 0;
  color: rgb(115, 122, 153);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.assessments-modal .modal-body .invite-candidates-modal .assessments-modal-filter span {
  display: inline-block;
  font-size: 12px;
  color: rgb(28, 30, 48);
  background-color: rgb(245, 246, 255);
  border-radius: 100px;
  padding: 4px 8px;
  white-space: nowrap;
  cursor: pointer;
}
.assessments-modal .modal-body .invite-candidates-modal .invite-candidates-modal-row td {
  border-bottom: 0;
}
.assessments-modal .modal-body .invite-candidates-modal .invite-candidates-modal-row.invite-candidates-modal-row-selected td {
  background-color: rgb(245, 246, 255) !important;
}
.assessments-modal .modal-footer .btn {
  box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  background-color: rgb(60, 78, 202);
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
}
.assessments-modal .modal-footer .btn:disabled {
  background-color: rgb(225, 227, 237);
  color: rgb(115, 122, 153);
  opacity: 1;
}

.assessment-status h4 {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-radius: 80px;
  padding: 4px 8px;
  margin: 0;
}
.assessment-status h4 span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 4px;
}
.assessment-status.assessment-published-status h4 {
  background-color: rgb(235, 250, 245);
  color: rgb(26, 161, 101);
}
.assessment-status.assessment-published-status h4 span {
  background-color: rgb(26, 161, 101);
}
.assessment-status.assessment-pending-status h4 {
  background-color: rgb(252, 244, 237);
  color: rgb(235, 115, 6);
}
.assessment-status.assessment-pending-status h4 span {
  background-color: rgb(235, 115, 6);
}
.assessment-status.assessment-draft-status h4 {
  background-color: rgb(225, 227, 237);
  color: rgb(115, 122, 153);
}
.assessment-status.assessment-draft-status h4 span {
  background-color: rgb(115, 122, 153);
}
.assessment-status.assessment-unpublished-status h4 {
  background-color: rgb(253, 236, 237);
  color: rgb(232, 60, 78);
}
.assessment-status.assessment-unpublished-status h4 span {
  background-color: rgb(232, 60, 78);
}

.application-list-assessments {
  margin-top: 18px;
  background-color: #fff;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgb(245, 246, 255);
}
.application-list-assessments h2 {
  color: rgb(11, 19, 74);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
.application-list-assessments .table thead th {
  border: 0;
  color: rgb(115, 122, 153);
  font-size: 12px;
  font-weight: 400;
  background-color: rgb(250, 251, 255);
  padding: 12px 20px;
}
.application-list-assessments .table tbody td {
  color: rgb(28, 30, 48);
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  padding: 24px 8px 12px;
  border: 0;
}
.application-list-assessments .table tbody .assessment-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.application-list-assessments .table tbody .assessment-title svg {
  fill: rgb(60, 78, 202);
  width: 20px;
  height: 20px;
}
.application-list-assessments .table tbody .assessment-title h4 {
  color: rgb(28, 30, 48);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}
.application-list-assessments .table tbody .assessment-title h5 {
  color: rgb(115, 122, 153);
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.smart-match-container {
  margin-top: -28px;
}
.smart-match-container .smart-match-header-wrapper,
.smart-match-container .view-smart-match-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  margin-bottom: 24px;
  border-radius: 12px;
  padding: 24px;
}
.smart-match-container .smart-match-header-wrapper h2,
.smart-match-container .view-smart-match-header-wrapper h2 {
  color: rgb(28, 30, 48);
  font-size: 30px;
  font-weight: 600;
}
.smart-match-container .smart-match-header-wrapper p,
.smart-match-container .view-smart-match-header-wrapper p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 400;
}
.smart-match-container .smart-match-header-wrapper button,
.smart-match-container .view-smart-match-header-wrapper button {
  background-color: rgb(60, 78, 202);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}
.smart-match-container .smart-match-header-wrapper button svg,
.smart-match-container .view-smart-match-header-wrapper button svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}
.smart-match-container .view-smart-match-header-wrapper {
  background-color: inherit;
  box-shadow: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.smart-match-container .view-smart-match-header-wrapper .view-smart-match-header-svg {
  background-color: #fff;
  border: 1px solid rgb(225, 227, 237);
  border-radius: 12px;
  padding: 6px 8px;
  cursor: pointer;
}
.smart-match-container .smart-match-list {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(235, 235, 235, 0.77);
  border-radius: 12px;
  min-height: 45vh;
}
.smart-match-container .smart-match-list .table thead th {
  background-color: rgb(250, 251, 255);
  color: rgb(115, 122, 153);
  font-weight: 400;
  border: transparent;
  font-size: 14px;
}
.smart-match-container .smart-match-list .table tr {
  border-color: rgb(225, 227, 237);
}
.smart-match-container .smart-match-list .table tr td {
  padding: 24px 8px 12px;
  color: rgb(28, 30, 48);
  font-size: 14px;
}
.smart-match-container .smart-match-list .table tr .smart-match-list-candidate-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smart-match-container .smart-match-list .table tr .smart-match-list-candidate-name img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.smart-match-container .smart-match-list .table tr .smart-match-list-candidate-name h4 {
  color: rgb(28, 30, 48);
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.smart-match-container .smart-match-list .table tr .smart-match-topN h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage h4 {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
.smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-Top5 h4, .smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-min90 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-Top5 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-min90 h4 {
  color: rgb(99, 48, 3);
  background-color: rgb(252, 244, 237);
}
.smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-Top10 h4, .smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-min70 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-Top10 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-min70 h4 {
  color: rgb(11, 68, 42);
  background-color: rgb(235, 250, 245);
}
.smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-Top20 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-Top20 h4 {
  color: rgb(11, 19, 74);
  background-color: rgb(235, 237, 255);
}
.smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-Top30 h4, .smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-min50 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-Top30 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-min50 h4 {
  color: rgb(75, 31, 133);
  background-color: rgb(240, 228, 255);
}
.smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-Plus50 h4, .smart-match-container .smart-match-list .table tr .smart-match-topN.smart-match-min30 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-Plus50 h4,
.smart-match-container .smart-match-list .table tr .smart-match-min-percentage.smart-match-min30 h4 {
  color: rgb(28, 30, 48);
  background-color: rgb(245, 246, 255);
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  padding: 16px 8px;
  border: 1px solid rgb(235, 237, 255);
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-toggle::after {
  display: none;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-toggle:hover {
  background-color: rgb(245, 246, 255);
  border-color: rgb(60, 78, 202);
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-toggle span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu {
  box-shadow: 0 1px 20px 5px rgba(235, 235, 235, 0.5);
  border-color: rgb(225, 227, 237);
  padding: 8px;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li a {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(28, 30, 48);
  font-size: 14px;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li a:hover {
  background-color: rgb(235, 237, 255);
  color: rgb(60, 78, 202);
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li a:hover svg {
  stroke: rgb(60, 78, 202);
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .delete-btn,
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn {
  padding: 4px 8px;
  justify-content: flex-start;
  gap: 12px;
  color: rgb(232, 60, 78);
  font-size: 14px;
  box-shadow: none;
  font-weight: 400;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .delete-btn svg,
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn svg {
  stroke: rgb(232, 60, 78);
  margin: 0;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .delete-btn:hover,
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn:hover {
  border-radius: 0 !important;
  background-color: rgb(253, 236, 237) !important;
  color: rgb(232, 60, 78) !important;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .delete-btn:hover svg,
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn:hover svg {
  stroke: rgb(232, 60, 78) !important;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn {
  color: rgb(28, 30, 48);
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn svg {
  stroke: #9a9aa4;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn:hover {
  background-color: rgb(235, 237, 255) !important;
  color: rgb(60, 78, 202) !important;
}
.smart-match-container .smart-match-list .table tr .smart-match-actions .dropdown-menu li .invite-job-btn:hover svg {
  stroke: rgb(60, 78, 202) !important;
}
.smart-match-container .smart-match-list .my-smart-match-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smart-match-container .smart-match-list .my-smart-match-results p {
  margin: 0;
  color: rgb(115, 122, 153);
  font-size: 14px;
  font-weight: 400;
}
.smart-match-container .smart-match-list .my-smart-match-results .pagination {
  gap: 8px;
}
.smart-match-container .smart-match-list .my-smart-match-results .pagination .page-link-style {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid rgb(235, 237, 255) !important;
  color: rgb(115, 122, 153);
}
.smart-match-container .smart-match-list .my-smart-match-results .pagination .page-link-style:hover, .smart-match-container .smart-match-list .my-smart-match-results .pagination .page-link-style.active {
  color: rgb(60, 78, 202) !important;
  background-color: rgb(245, 246, 255) !important;
}
.smart-match-container .smart-match-list .no-smart-match {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: inherit;
}
.smart-match-container .smart-match-list .no-smart-match img {
  height: 150px;
  width: auto;
}
.smart-match-container .smart-match-list .no-smart-match h3 {
  margin-top: 4px;
  margin-bottom: 16px;
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 500;
}
.smart-match-container .smart-match-list .no-smart-match p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.styled-search-input .input-group-text {
  background-color: inherit;
  padding-block: 12px;
  border: 0;
}
.styled-search-input .form-control {
  border: 0;
  color: rgb(115, 122, 153);
  font-size: 14px;
  padding-left: 6px;
}
.styled-search-input .form-control:focus {
  box-shadow: none;
}

.smart-match-delete-modal .modal-dialog {
  max-width: 700px;
}
.smart-match-delete-modal .modal-dialog h1 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 500;
}
.smart-match-delete-modal .modal-dialog h2 {
  color: rgb(11, 19, 74);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.smart-match-delete-modal .modal-dialog p {
  color: rgb(115, 122, 153);
  font-size: 18px;
  font-weight: 500;
}
.smart-match-delete-modal .modal-dialog .modal-footer .btn {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 48px;
  color: rgb(60, 78, 202);
  background-color: rgb(245, 246, 255);
  border: 0;
}
.smart-match-delete-modal .modal-dialog .modal-footer .btn:last-child {
  background-color: rgb(232, 60, 78);
  color: #fff;
  padding: 12px 16px;
}
.smart-match-delete-modal .modal-dialog .modal-footer .invite-job-confirm {
  background-color: rgb(60, 78, 202) !important;
  color: #fff !important;
  width: 125px;
}

.smart-match-create-modal .modal-dialog {
  max-width: 700px;
}
.smart-match-create-modal .modal-dialog .modal-content {
  overflow: auto;
  min-height: 50vh;
  max-height: 100vh;
}
.smart-match-create-modal .smart-match-welcome-step img {
  width: 100%;
  height: 250px;
  background-color: rgb(245, 246, 255);
  border-radius: 16px;
}
.smart-match-create-modal .smart-match-welcome-step h2 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 700;
}
.smart-match-create-modal .smart-match-welcome-step p {
  color: rgb(28, 30, 48);
  font-size: 14px;
  font-weight: 600;
}
.smart-match-create-modal .smart-match-welcome-step .smart-match-welcome-step-badges {
  background-color: rgb(245, 246, 255);
  border-radius: 8px;
}
.smart-match-create-modal .smart-match-welcome-step .smart-match-welcome-step-badges img {
  height: 40px;
  width: 100%;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper {
  display: flex;
  gap: 12px;
  border: 1px solid rgb(235, 237, 255);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper .job-icon {
  background-color: rgb(245, 246, 255);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper .job-info {
  display: flex;
  flex-direction: column;
  gap: 4;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper .job-info h3 {
  color: rgb(11, 19, 74);
  font-size: 14px;
  font-weight: 600;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper .job-info h4 {
  color: rgb(115, 122, 153);
  font-size: 12px;
  font-weight: 400;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper.job-wrapper-selected {
  border-color: rgb(60, 78, 202);
  background-color: rgb(245, 246, 255);
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper.job-wrapper-selected .job-icon {
  background-color: #fff;
}
.smart-match-create-modal .smart-match-first-step .smart-match-list-jobs .job-wrapper.job-wrapper-selected .job-icon svg {
  stroke: rgb(60, 78, 202);
}
.smart-match-create-modal .smart-match-first-step .smart-match-no-jobs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 32px;
}
.smart-match-create-modal .smart-match-first-step .smart-match-no-jobs h3 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 500;
  margin-block: 16px;
}
.smart-match-create-modal .smart-match-first-step .smart-match-no-jobs p {
  text-align: center;
  color: rgb(115, 122, 153);
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 32px;
}
.smart-match-create-modal .smart-match-first-step .smart-match-no-jobs .btn {
  background-color: rgb(60, 78, 202);
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  width: 275px;
}
.smart-match-create-modal .smart-match-second-step .second-step-tooltip-note {
  color: rgb(33, 37, 41);
  font-size: 14px;
  font-weight: 600;
}
.smart-match-create-modal .smart-match-second-step .smart-match-percentage-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(225, 227, 237);
  height: 8px;
}
.smart-match-create-modal .smart-match-second-step .smart-match-percentage-steps .smart-match-percentage-step-wrapper {
  position: relative;
}
.smart-match-create-modal .smart-match-second-step .smart-match-percentage-steps .smart-match-percentage-step-wrapper span {
  position: absolute;
  top: 32px;
  left: 0;
  color: rgb(28, 30, 48);
  font-size: 14px;
  font-weight: 600;
}
.smart-match-create-modal .smart-match-second-step .smart-match-percentage-steps .smart-match-percentage-step-wrapper div {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 2px solid rgb(235, 237, 255);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}
.smart-match-create-modal .smart-match-second-step .smart-match-percentage-steps .smart-match-percentage-step-wrapper.active-percentage-step div {
  border: 5px solid rgb(60, 78, 202);
}
.smart-match-create-modal .smart-match-second-step .smart-match-percentage-steps .smart-match-percentage-step-wrapper.active-percentage-step span {
  font-size: 16px;
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-high-accuracy {
  margin-top: 70px;
  background-color: rgb(250, 251, 255);
  padding: 8px 12px;
  border-radius: 4px;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-high-accuracy span {
  font-weight: 700;
}
.smart-match-create-modal .smart-match-second-step h3 {
  border-top: 1px solid rgb(225, 227, 237);
  margin-top: 32px;
  padding-top: 32px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(28, 30, 48);
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-list-topNs .topN-wrapper {
  cursor: pointer;
  margin-bottom: 16px;
  border: 1px solid rgb(225, 227, 237);
  padding: 12px 16px;
  border-radius: 8px;
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-list-topNs .topN-wrapper h4 {
  color: rgb(28, 30, 48);
  font-size: 14px;
  font-weight: 600;
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-list-topNs .topN-wrapper p {
  color: rgb(115, 122, 153);
  font-size: 11px;
  font-weight: 400;
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-list-topNs .topN-wrapper.topN-wrapper-selected {
  background-color: rgb(245, 246, 255);
  border-color: rgb(60, 78, 202);
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-list-topNs .topN-wrapper.topN-wrapper-selected h4 {
  color: rgb(60, 78, 202);
}
.smart-match-create-modal .smart-match-second-step .smart-match-second-step-list-topNs .topN-wrapper.topN-wrapper-selected p {
  color: rgb(28, 30, 48);
}
.smart-match-create-modal .smart-match-scanning {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  min-height: 50vh;
}
.smart-match-create-modal .smart-match-scanning h3 {
  color: rgb(28, 30, 48);
  font-size: 20px;
  font-weight: 700;
}
.smart-match-create-modal .smart-match-scanning p {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 400;
}
.smart-match-create-modal .smart-match-steps h4 {
  color: rgb(115, 122, 153);
  font-size: 16px;
  font-weight: 400;
}
.smart-match-create-modal .smart-match-steps h5 {
  color: rgb(28, 30, 48);
  font-size: 16;
  font-weight: 700;
}
.smart-match-create-modal .modal-footer {
  justify-content: space-between;
}
.smart-match-create-modal .modal-footer .btn {
  border-radius: 8px;
  padding: 12px 24px;
}
.smart-match-create-modal .modal-footer .btn:first-child {
  background-color: inherit;
  color: rgb(60, 78, 202);
  box-shadow: none;
}
