.nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #b12028;
}
.card-header,
.idHeading {
  background: #b12028 !important;
  color: #ffffff;
}
.card-header {
  border-radius: 1.25rem 1.25rem 0 0 !important;
}



/* bootstrap 5 select picker styling nod specific  */
.dropdown.bootstrap-select {
  width: 100% !important;
}

.dropdown-item .text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dropdown-item .text-muted {
  float: right;
}

ul.dropdown-menu.inner.show > li {
  margin: 0px !important;
  margin-bottom: 0px !important;
 
}

ul.dropdown-menu.inner.show > li > a:hover {
  /* margin: 0px !important;
  margin-bottom: 0px !important; */
 background-color: #b12028 !important;
  color: #fff !important;
}

ul.dropdown-menu.inner.show > li.selected.active > a {
  background-color: color-mix(in srgb, #b12028 100%, #fff 15%) !important;
    color: #fff !important;

}

ul.dropdown-menu.inner.show > li.active > a {
  background-color: color-mix(in srgb, #b12028 100%, #fff 20%) !important;
    color: #fff !important;

}

ul.dropdown-menu.inner.show > li.active > a > span > .text-muted {
  /* background-color: color-mix(in srgb, #b12028 100%, #fff 20%) !important; */
    color: #fff !important;

}
.text-muted.ml-1 {
  float: right;
  
}

ul.dropdown-menu.inner.show > li > a {
  /* background-color: color-mix(in srgb, #b12028 100%, #fff 15%) !important; */
    color: black !important;

}


ul.dropdown-menu.inner.show > li.selected.active > a > span > .text-muted {
  /*   background-color: color-mix(in srgb, #b12028 100%, #fff 15%) !important; */
      color: #fff !important;
  
}

ul.dropdown-menu.inner.show > li > a:hover > span > .text-muted {
  /*   background-color: color-mix(in srgb, #b12028 100%, #fff 15%) !important; */
      color: #fff !important;
  
}


.filter-option-inner-inner {
  color: black;
}


/* .navbar-light .nav-link:active,
.navbar-light .nav-link:active {
  background-color: #B12028;
  color: #fff;
} */

/* Example: change dropdown item hover/focus background */
.navbar-light .dropdown-item:active,
.navbar-light .dropdown-item:active {
  background-color: #B12028;
  color: #fff !important;
}
.card {
  border-radius: 1.25rem !important;
}
.btn-primary {
  background-color: #b12028 !important;
  border-color: #b12028 !important;
  border-radius: 1.75rem !important;
}

.btn-danger {
  border-radius: 1.75rem !important;
}
#content .tableGroup th {
  background-color: #b12028 !important;
}

#passwordContainer .password-change-container {
  width: 760px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#passwordContainer .form-group {
  margin-bottom: 15px;
}

#passwordContainer label {
  display: block;
}

#passwordContainer input[type="password"],
#passwordContainer input[type="text"] {
  width: 100%;
  padding: 8px;
  margin: 5px 0 20px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

#passwordContainer button {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#passwordContainer .password-strength-container {
  position: relative;
}

#passwordContainer .password-strength-tooltip {
  position: absolute;
  top: -35px;
  left: 0;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
#passwordContainer button:hover {
  background-color: #45a049;
}
#passwordContainer .password-wrapper {
  position: relative;
  display: flex;
}
#passwordContainer .visibility-icon span.showicon,
span.hideicon {
  margin: 5px 0px 12px 0;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-size: cover;
  cursor: pointer;
}

#passwordContainer .visibility-icon span.showicon {
  background-image: url("../images/userModify/eye-solid.svg");
}

#passwordContainer .visibility-icon span.hideicon {
  background-image: url("../images/userModify/eye-slash-solid.svg");
}

.navbarSearch .btn.btn-default {
    border-color: #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;

    width: 3rem;
    height: 100%;
}

.navbarSearch .clearSearch {
  position: absolute;
  display: none; /* Overriden by Javascript */

  right: 3.25rem;
  top: -0.5rem;
  height: 2.5rem;

  font-size: 2rem;

  z-index: 100;
  cursor: pointer;
}
