/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@import '../scss/variables/_variables-components.scss';

/* Andela2.0 font faces */
@font-face {
  font-family: Inter;
  src: url(/static/assets/css/fonts/Inter/Inter-VariableFont_slnt,wght.ttf);
  }

@font-face {
  font-family: Inria;
  src: url(/static/assets/css/fonts/Inria_Serif/InriaSerif-Regular.ttf);
  }

@font-face {
  font-family: Inria;
  src: url(/static/assets/css/fonts/Inria_Serif/InriaSerif-Bold.ttf);
  font-weight: bold; }

@font-face {
  font-family: Inria;
  src: url(/static/assets/css/fonts/Inria_Serif/InriaSerif-Italic.ttf);
  font-style: italic; }

@font-face {
  font-family: Inria;
  src: url(/static/assets/css/fonts/Inria_Serif/InriaSerif-BoldItalic.ttf);
  font-style: italic;
  font-weight: bold; }

body, .header-navbar, .navigation {
  font-family: Inter; }

.submit_candidate_button {
  /* Button/primary/regular */
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  /* identical to box height, or 267% */
  /* White */
  color: #FFFFFF;
  margin: 0px 0px;
  padding: 0.786rem 0.786rem; }

/*
.chat-application .sidebar-content .chat-user-list-wrapper li {
    padding-right: 2.2rem;
}*/
.chat-application .sidebar-content .chat-user-list-wrapper li h6 {
  font-size: 0.8rem;
  margin-top: 4px; }

.faq-search {
  background-size: cover;
  background-color: rgba(115, 103, 240, 0.12) !important; }

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

.faq-contact .faq-contact-card {
  background-color: rgba(186, 191, 199, 0.12); }

@media (min-width: 992px) {
  .faq-search .card-body {
    padding: 8rem !important; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-search .card-body {
    padding: 6rem !important; } }

@media (min-width: 768px) {
  .faq-search .faq-search-input .input-group {
    width: 576px;
    margin: 0 auto; }
  .faq-navigation {
    height: 550px; } }

  
.customizer {
  width: 550px;
  right: -550px;
  padding: 0;
  background-color: #fff;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  backface-visibility: hidden;
  border-left: 1px solid rgba(34, 41, 47, 0.05); }

.customizer.open {
  box-shadow: 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
  right: 0; }

.customizer .customizer-content {
  position: relative;
  height: 100%; }

.customizer .customizer-close {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  padding: 7px;
  width: auto;
  z-index: 10;
  color: #5e5873; }

.customizer .customizer-close i,
.customizer .customizer-close svg {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem; }

.customizer .customizer-toggle {
  background: #7367f0;
  color: #fff !important;
  display: block;
  box-shadow: -3px 0px 8px rgba(34, 41, 47, 0.1);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  left: -39px;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }

.customizer .color-box {
  height: 24px;
  width: 24px;
  margin: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative; }

.customizer .color-box.selected:after {
  content: '';
  border: 1px solid #7367f0;
  height: 30px;
  width: 30px;
  top: -3px;
  left: -3px;
  position: absolute;
  border-radius: 0.5rem; }

.customizer .color-box.selected.border:after {
  top: -4px;
  left: -4px; }

.customizer .user-profile-header .header-profile-sidebar {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%; }

.customizer .user-profile-header .avatar {
  margin-bottom: 1.25rem; }

.customizer .user-profile-sidebar-area {
  position: relative;
  padding: 0 2rem 1.5rem; }


/*
.modal-parent-due-interviews {
  z-index: -1;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal-parent-due-interviews-open .modal-parent-due-interviews {
   z-index: 1050;
}
*/
/*
body .modal-due-interviews {
    max-width: 75%;
    width: auto !important;
    display: inline-block;
}*/
.ecommerce-application .sidebar-shop .filter-title {
  margin-bottom: 1rem;
  margin-top: 2rem; }

.ecommerce-application .list-view .ecommerce-card .card-body .item-description.role-prop {
  order: 3;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset; }

.apexcharts-legend-text {
  font-family: Inria !important; }


.center-role {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-top: 90px;
    width: 720px;
}

/* .staffing-favorite i,
.staffing-favorite svg {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
  vertical-align: text-top;
  color: #b9b9c3; }

.staffing-favorite i.favorite,
.staffing-favorite svg.favorite {
  fill: #f7b247;
  stroke: #f7b247; } */

.app-action {
  padding: 0.9rem 1.5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebe9f1;
  background-color: #fff; }

.app-action .action-right ul li:not(:last-child) {
  margin-right: 1rem; }

.app-action .action-right .dropdown-toggle {
  color: #5e5873;
  white-space: normal; }

.app-action .action-right .dropdown-toggle::after {
  display: none; }

/*
Custom css for submissions page
*/
:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.c-stepper {
  display: flex;
}

.c-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

.c-stepper__item::before {
  --size: 3rem;
  content: "";
  color: white;
  font-size: 20px;
  padding-top: 0.5rem;
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: var(--bs-primary);
  opacity: 0.1;
  margin: 0 auto 1rem;
}

.c-stepper__item:not(:last-child)::after {
  content: "";
  position: relative;
  top: calc(var(--circle-size) / 2);
  width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
  left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
  height: 2px;
  background-color: var(--bs-primary);
  opacity: 0.1;
  order: -1;
}

.c-stepper__title {
  font-weight: bold;
  font-size: clamp(0.25rem, 4vw, 1rem);
  margin-bottom: 0.5rem;
  opacity: 0.5;
}

.c-item-active::before, .c-item-active-last::before {
    opacity: 0.8;
}

.c-item-active:not(:last-child)::after {
    opacity: 0.5;
}

.c-item-active .c-stepper__title, .c-item-active-last .c-stepper__title {
  opacity: 1;
}

.c-item-rejected::before, .c-item-rejected-last::before {
    opacity: 1;
    background-color: var(--bs-danger);
}

.c-item-rejected .c-stepper__title, .c-item-rejected-last .c-stepper__title {
  color: var(--bs-danger);
}

.c-item-rejected:not(:last-child)::after {
    opacity: 0.7;
    background-color: var(--bs-danger);
}

.c-item-checked::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c" !important;
}

#c-item-1::before {
  content: "1";
}
  
#c-item-2::before {
  content: "2";
}
    
#c-item-3::before {
  content: "3";
}

#c-item-4::before {
content: "4";
}

#c-item-5::before {
  content: "5";
}

#c-item-6::before {
  content: "6";
}

.disabled-li-stats {
    pointer-events:none;
    border: none;
    min-width: auto;
    font-weight: 450;
    padding: 0.61rem 1.2rem;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.rate_error_message {
}

.badge.badge-dark-green {
  background-color: #173B3F;
}

.badge.badge-purple {
  background-color: #6610f2;
}

.badge.badge-outline-dark-green {
  background-color: inherit;
  border: 1px solid #173B3F;
  color: black;
}

.badge.badge-dot {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  vertical-align: middle;
}

/****
  **
  ** Styling revamp classes based on Figma mockups
  **
****/

.main-menu.menu-green-bg-color {
  background: #173B3F !important;
}

.main-menu.menu-green-bg-color .navigation{
  background: #173B3F !important;
}

.main-menu.menu-green-bg-color .navigation li a {
  color: #B0D6CE;
}

.main-menu.menu-green-bg-color .navigation .navigation-header {
  color: #B0D6CE !important;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23AACCD1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23AACCD1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.modern-nav-toggle {
  color: #B0D6CE !important;
}

.active_link > a {
  color: #FFFFFF !important;
  background: #205257;
  border-radius: 4px;
  font-weight: 700;
}

.has-sub.active_link.open > a {
  color: #565360 !important;
}

.header-welcome-text {
  color: #000000;
  font-family: Inria;
  font-style: normal;
  font-weight: 400;
  font-size: xx-large;
}

.user-nav .user-name {
  font-size: 12px;
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  color: #899094;
}

.text-philippine-gray {
  color: #899094;
}

.text-darker-green {
  color: #2B373D;
}

.text-black-green {
  color: #132128;
}

.text-pastel-blue {
  color: #aaccd1;
}

.text-metal-grey {
  color: #717A7E;
}

.bg-myrtle-green {
  background-color: #28656b !important;
}

.font-face-inria {
  font-family: Inria;
}

.round-btn-success {
  background-color: #338632 !important;
  color: #FFFFFF !important;
  font-weight: 500;
}

.round-btn-opal {
  background-color: #45796E !important;
  color: #FFFFFF !important;
  font-weight: 500;
}

.slim-btn {
  padding: 5px 10px;
  font-size: 12px !important;
}

.round-btn {
  border-radius: 1rem;
}

.round-btn-3 {
  border-radius: 3rem;
}

.bg-japanese-laurel {
  background-color: #338632;
}

.bg-yellow-orange {
  background-color: #FFAF30;
}

.bg-sea-green {
  background-color: #349F4C;
}

.bg-spanish-orange {
  background-color: #EB6200;
}

.bg-cosmic-cobalt {
  background-color: #21278C;
}

.text-violin-brown {
  color: #613B00;
}

.text-laurel {
  color: #27793A;
}

.text-reddish {
  color: #A50F0F;
}


.card-title {
  font-family: Inria;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  color: #132128;
}

/**
#307C84 teal blue
*/
.nav-tabs .nav-item .nav-link {
  border-bottom: 1px solid #338632 !important;
  border-radius: 0px !important;
  color: #2B373D;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
}

.nav-tabs .nav-link.active:after {
  transform: translate3d(0, 0, 0);
}

.nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #338632 !important;
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}

.timeline .timeline-item {
  border-left: 1px dotted #D0D3D4 !important;
  min-height: 70px; 
}

/* .timeline .timeline-item:last-of-type {
  border-left-color: inherit !important;
} */

/* .header-navbar.floating-nav {
  position: absolute;
} */

.vertical-layout.vertical-menu-modern.menu-expanded .footer {
  margin-left: 260px;
}

.inner-submission-card {
  border-radius: 8px;
  border: 1px solid #E7E9EA !important;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  min-width: 250px;
  min-height: 140px;
}

.timeline .timeline-stroke-white svg {
  stroke: #FFFFFF !important;
}

.timeline .timeline-stroke-black svg {
  stroke: #000000 !important;
}

/***
** Table styles
*/
.table .thead-light th {
  color: #899094;
  background-color: transparent !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
}

.table .border-bottom th {
  border-bottom: 1px solid #E7E9EA;
}

/***
** Talent submissions chart text colors
*/
.text-negative {
  color: #CB3B43;
}

.text-positive {
  color: #42AA40;
}

.text-neutral {
  color: #899094;
}

/***
** Vetting pill colors
*/
.pill-invited-to-apply {
  background: #BEC1F3;
  color: #21278C;
}

.pill-application-received {
  background: #FFE1CE;
  color: #83421A;
}

.pill-reviewing-application {
  background: #FFFAEB;
  color: #8B6800;
}

.pill-interview-process {
  background: #DCCBFF;
  color: #452E73;
}

.pill-offer-sent {
  background: #EEF9FE;
  color: #005F87;
}

.pill-hired {
  background: #E9FFE9;
  color: #007C34;
}

.pill-not-selected {
  background: #E7E9EA;
  color: #424D53;
}

.pill-rejected {
  background: #FFF0F0;
  color: #990000;
}

/***
**  Activity icons
*/
.vetting-icon {
  background-color: #45796E;
  color: #FFFFFF;
}

.contract-icon {
  background-color: #FFB800;
  color: #000000;
}

.activty-icon {
  background-color: #3B45F1;
  color: #FFFFFF;
}

/* .timeline .timeline-item .timeline-point {
  border: inherit;
} */

.timeline .timeline-point-vetting {
  border: none !important; 
  background-color: #45796E !important;
}

.timeline .timeline-point-contract {
  border: none !important; 
  background-color: #FFB800 !important;
}

.timeline .timeline-point-interview-schedule {
  border: none !important; 
  background-color: #DCCBFF !important;
}

.timeline .timeline-point-assessment-acceptance {
  border: none !important; 
  background-color: #42AA40 !important;
}

.timeline .timeline-point-assessment-rejection {
  border: none !important; 
  background-color: #CB3B43 !important;
}

.timeline .timeline-point-candidate-submission {
  border: none !important; 
  background-color: #3B45F1 !important;
}

.timeline .timeline-point-net-new-submission {
  border: none !important; 
  background-color: #FD853A !important;
}

.timeline .timeline-point-exclusive-status-updates {
  border: none !important; 
  background-color: #8B6800 !important;
}

.timeline .timeline-point-role-status-updates {
  border: none !important; 
  background-color: #CB3B43 !important;
}

.timeline .timeline-point-role-updates {
  border: none !important; 
  background-color: #9966FF !important;
}

.timeline .timeline-point-new-roles {
  border: none !important; 
  background-color: #28656B !important;
}

.timeline .timeline-point-exclusive-role-shares {
  border: none !important; 
  background-color: #8B6800 !important;
}

.timeline .timeline-point-high-priority-roles {
  border: none !important; 
  background-color: #9966FF !important;
}

.bg-lumber {
  background: #FFE1CE;
  color: #83421A;
}

.bg-cosmic-latte {
  background: #FFFAEB;
  color: #8B6800;
}

.bg-honeydew {
  background: #E9FFE9;
  color: #007C34;
}

.bg-alice-blue {
  background: #EEF9FE;
  color: #005F87;
}

.bg-lilac {
  background: #BEC1F3;
  color: #21278C;
}

.bg-pale-lavender {
  background: #DCCBFF;
  color: #452E73;
}

.bg-bright-gray {
  background: #E7E9EA;
  color: #424D53;
}

.bg-green-white {
  background: #D9EED8;
  color: #173B3F;
}

.bg-azureish-white {
  background: #E0F3F5;
  color: #173B3F;
}

.comment-box {
  border: 0.5px solid #D0D3D4;
  border-radius: 4px;
  color: #000000;
  padding: 5px 10px;
}

.timeline .timeline-item:last-of-type {
  border-left-color: #D0D3D4 !important;
}

.form-check-input:checked {
  background-color: #338632;
  border-color: #338632;
}

.form-check-input {
  border: 2px solid #717A7E;
}

.text-outer-space {
  color: #424D53;
}

.text-japanese-laurel {
  color: #338632;
}

.pill-skill {
  background-color: #EFF7F5;
  color: #424D53;
}

.submission-details-table th {
  background-color: inherit !important;
  text-transform: none !important;
  color: #899094;
  font-weight: 400;
  border-bottom: 1px solid #E7E9EA;
}

.submission-details-table {
  font-size: 12px;
}

table.submission-details-table td.rate {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

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

.comment-box {
  border: 0.5px solid #D0D3D4;
  border-radius: 4px;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  width: 75%;
}

.search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #A1A6A9;
}

/* .btn-outline-outer-space {
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #717A7E;
  border-radius: 8px;
  color: #717A7E;
}

.btn-outline-outer-space::after {
  color: #717A7E !important;
} */

.filter-btn-dropdown {
  background: #FFFFFF !important; 
  border: 1px solid #717A7E !important; 
  color: #717A7E !important;
  border-radius: 8px;
}

.filter-btn-selectbox {
  background: #FFFFFF !important;
  border: 1px solid #717A7E !important;
  border-left-color: #717A7E !important;
  border-left: 1px solid #717A7E !important;
  border-right: 1px solid #717A7E !important;
  border-right-color: #717A7E !important;
  color: #717A7E !important;
  border-radius: 8px;
}

.filter-btn-selectbox-outerdiv {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.filter-btn-selectbox-outerdiv .select2-container--default {
  background: #FFFFFF !important;
  border: 1px solid #717A7E !important;
  color: #717A7E !important;
  border-radius: 8px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  flex: 1 1 auto;
}
.filter-btn-checkbox {
  border: 2px solid #717A7E;
  border-radius: 2px;
}

.export-outline-btn {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}

.btn-group-sm>.btn {
  border-radius: 8px;
}
/* .talent-tbl-header {
  background: #E7E9EA;
  color: #424D53;
  font-weight: 600;
  line-height: 16px;
}

.talent-tbl-header > tr {
  text-transform: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #E7E9EA;
}

.talent-tbl-header > th {
  align-items: center;
} */

#candidates-table > thead > tr > th {
  height: 52px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
}

#candidates-table .avatar .avatar-content {
  width: 40px;
  height: 40px;
}

.talent-name {
  font-weight: 600;
  color: #2B373D;
  font-size: 14px;
}

.talent-email {
  font-weight: 400;
  color: #2B373D;
  font-size: 12px;
}

.badge-dot-text {
  font-weight: 500;
  font-size: 12px;
}

.skill-accordion {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.skill-accordion::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.skill-accordion.expanded::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
  transform: rotate(-180deg);
  cursor: pointer;
}

.skill-accordion-inner {
  margin-right: 1rem;
  overflow: hidden;
  white-space: nowrap;
}

.skill-accordion-inner.expanded {
  white-space: normal;
}

.talent-tbl th {
  text-transform: none !important;
  color: #424D53;
  font-weight: 600;
}

.talent-tbl thead{
  background: #E7E9EA;
  align-items: center;
}

.underline-onhover:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.onhover-icon {
  visibility: hidden;
  cursor: pointer;
}

.underline-onhover:hover  .onhover-icon {
  visibility: visible;
}

/* Tooltip css */
.tooltip-inner {
  background-color: #173B3F !important;
  white-space: pre-wrap;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  border-top-color: #173B3F !important;
}

.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  border-right-color: #173B3F !important;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #173B3F !important;
}

.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  border-left-color: #173B3F !important;
}

/*
Sort icons css
*/
table.dataTable thead th {
  background: transparent !important;
  white-space: nowrap;
}

table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 16px;
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after {
  background : none !important;
}

table.dataTable thead .sorting span { background: none; }
table.dataTable thead .sorting_asc span:before { 
  /* background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png') no-repeat center right;  */
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f062";
}
table.dataTable thead .sorting_desc span:before { 
  /* background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png') no-repeat center right;  */
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f063";
}

table.dataTable thead .sorting_asc_disabled span:before { 
  /* background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right;  */
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f062";
}
table.dataTable thead .sorting_desc_disabled span:before { 
  /* background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right; */
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f063";
}

.avatar-40 .avatar-content {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.customizer {
  border-top-left-radius: 20px;
}

.tab-section-header {
  font-weight: 700;
  color: #2B373D;
}

dl {
  font-weight: 500;
  font-size: 1rem;
}

dt {
  color: #717A7E;
  margin-bottom: 1rem;
}

dd {
  color: #2B373D;
  margin-bottom: 1rem;
}

.application-box {
  border-radius: 0.5rem;
  background: rgba(231, 233, 234, 0.60);
}

/* ul.position-details {
  list-style: circle !important;
  display: block;
}

ul.position-details li{display:inline-block;}

ul.position-details li:before{content: ; margin:0 10px;} */

ul.position-details li:not(:first-child):before{ content: '\2022'; margin-right: 10px;}

ul.position-details {
  font-size: 0.85rem;
  font-weight: 400;
}

.application-box ul.list-inline li:first-child{
  list-style: none;
}

tr.unavailable td:not(:last-child) {
 opacity: 0.5 !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

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