﻿.border-right-info {
  border-right: solid;
  border-right-color: #dee2e6;
  border-right-width: thin;
}

.table > :not(caption) > * > * {
  color: #132048 !important;
}

.table.text-dark > :not(caption) > * > * {
  color: #383838 !important;
}

@media (max-width: 1400px) {
  .col-2.page-content-menu {
    height: 70px;
    max-width: 100%;
  }
  .row.page-content {
    display: block;
  }
  .nav.flex-column {
    display: flex;
    flex-direction: row !important;
  }
}
/*Sign In*/
.custom-link-blue {
  color: #006EB5;
}

.dropdown-menu .list-unstyled a {
  color: inherit; /* To inherit the color from the parent */
  text-decoration: none; /* Remove the underline */
}

/* Apply underline on hover */
.dropdown-menu .list-unstyled a:hover {
  text-decoration: underline;
}

.custom-table-container {
  max-height: 500px !important;
}

.bg-gray {
  background-color: #efefef !important;
}

.table-hover > tbody > tr:hover > * {
  background-color: #efefef !important;
}

.font-text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.font-heading {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
}

.m-s-n4 {
  margin-left: -4px !important;
}

.m-e-n5 {
  margin-right: -5px !important;
}

.m-t-7 {
  margin-top: 7px !important;
}

.m-t-n7 {
  margin-top: -7px !important;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color) !important;
  background-color: var(--bs-dropdown-link-hover-bg) !important;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  border-radius: 0;
}

.k-dropdownlist-popup {
  margin-top: 22px;
}
