.nav-item a {
  background-color: transparent !important;
  color: white !important;
}

.nav-item a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #45CDFF;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.nav-item a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

a:not(.btn) {
  text-decoration: none !important;
}

a:not(.btn):hover {
  text-decoration: none !important;
}

.scrollable {
  overflow-y: auto;
  border-right: 1px solid #d9e4ff !important;
}

.scrollable::-webkit-scrollbar {
  width: 3px;
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: #456BFF;
  border-radius: 4px;
}

.crmEntityFormView {
  border: none !important;
  font-family: Poppins, sans-serif;
}

.label {
  display: inline;
  font-family: Poppins;
  font-weight: 400px;
  font-size: 12px;
}

.label-info {
  color: #fff;
  background-color: #31708f;
  padding: .2em .6em .3em;
  border-radius: 5px;
}

.approvereject {
  color: var(--portalThemeColor4);
}

.addnote {
  color: var(--portalThemeColor2);
}

.cancel-button {
  color: var(--portalThemeColor3);
}

/* .action-button:hover {
  color: #3658d6;
} */

.hidden {
  display: none !important;
}

a.smallText,
a.nav-link {
  font-size: 16px !important;
}

a.smallText:hover,
a.nav-link:hover {
  color: #45CDFF !important;
}

.underlined_cell {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}

.critical {
  color: red;
}