.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
/* disabled for client dashboard was causing distortion
.tab-content {
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    margin: 0 0 0 5rem;
}
*/

/* Unstyle list*/
/*
.job-detail-list li {
    padding-right: 15px;
    position: relative;
    margin-top: 12px;
    font-size: 16px; 
    color:var(--bs-dark-text-emphasis);
}*/

.pricing-item{
    padding: 2px;
}

/*.pricing-item a {
    color: black;
}
.pricing-item a:hover{
    text-decoration: underline;
}*/

.autocomplete-results {
      position: absolute;
      border: 1px solid #ced4da;
      background-color: #fff;
      max-height: 300px;
      overflow-y: auto;
      z-index: 1000;
      width: 100%;
      /*border-radius: 10px;*/
    }

    .autocomplete-group {
      padding: 0.5rem;
      background-color: #f8f9fa;
      font-weight: bold;
      border-top: 1px solid #dee2e6;
      /*border-radius: 10px;*/
    }

    .autocomplete-item {
      padding: 0.5rem;
      cursor: pointer;
    }

    .autocomplete-item:hover {
      background-color: #e9ecef;
    }
    
    .autocomplete-item img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid #dee2e6;
      margin-right: 2px;
}
/* Chat Gpt auto complete*/

/* User side bar */

.left-panel{
  position: absolute;
  left: 50px;
  top: 50px;
}

.profile-sidebar .profile-info .list li{
  position: relative;
  display: block;
  padding: 15px 40px 12px 40px;
  border-top: 1px solid #e5eded;
}

.profile-sidebar .profile-info .list li a{
  font-size: 16px;
  line-height: 26px;
  color: #061a3a;
  font-weight: 500;
}

.profile-sidebar .list li a.current,
.profile-sidebar .list li a:hover{
color: #007aff;
}

.profile-sidebar .profile-info .list li a i{
  font-size: 15px;
  margin-right: 20px;
  color: #b3b3b3;
  transition: all 500ms ease;
}

.profile-sidebar .profile-box .profile-info .list li a.current i,
.profile-sidebar .profile-box .profile-info .list li a:hover i{

}

.profile-sidebar .profile-info .list li span{
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  padding: 0px 9px;
  border-radius: 15px;
}

/* Patient Dashboard*/
/* Favorite icon for candidate bookmark*/

.candidate-grid-box .favorite-icon {
  position: absolute;
  right: 15px;
  top: 22px;
}

.card-options {
      position: absolute;
      top: 10px;
      right: 10px;
    }

    /*Breadcrum section in user dashboard and whole website*/
.page-title-box {
      padding-top: 140px;
      padding-bottom: 30px;
    }
    
/*view profile button*/
.candidate-list-box .view-profile-wrapper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/*Required asterisk on label*/
.form-group .required:after {
  content: " *";
    color: red;
    font-weight: 100;
}

.filler-search-form i {
  position: absolute;
  top: 71%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9%;
  z-index: 1;
  color: var(--bs-primary);
  font-size: 20px;
}


.breadcrumb .breadcrumb-item {
  text-transform: none;
  font-size: 10px;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item::before {
  content: "\f0142";
  font-size: 11px;
  color: #fff;
  font-family: "Material Design Icons";
  padding-right: 4px;
}


/* component */

.star-rating {
  
  display:flex;
  flex-direction: row-reverse;
  font-size:2em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}

/* Bookmark Icon*/
.favorite-icon a:hover {
  color: #fff;
  background-color: #da3746;
  border-color: #fff;
}

.footer-list li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-list li a:hover {
    color:#fff;
    
}

.list-unstyled li a {
  padding-right: 0;
  list-style: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-unstyled li a:hover{
    letter-spacing: 0.2px;
    color:var(--bs-footer-bg);
}

.footer-list li a:hover{
    letter-spacing: 0.2px;
    color:#fff;
}

