.kt-menu-action--is-open {
  z-index: 107;
  position: absolute;
  right: 0 !important;
  top: 100% !important;
  margin: 0px;
  display: block;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1,
    menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

.row--5 {
  --bs-gutter-x: 0.5rem;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}

.menu-item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .menu-item:hover > .menu-sub {
    display: block;
    z-index: 107;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    /* transform: translate(338.889px, 160px); */
    top: calc(100% - 20px);
    left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .menu-link.open + .menu-sub {
    display: block;
    margin-top: 4px !important;
    width: calc(100% - 20px) !important;
    margin-left: 20px !important;
  }
}

.sticky-table,
.sticky-2cols-table {
  overflow-x: auto;
}
.sticky-table table,
.sticky-2cols-table table {
  border-collapse: collapse;
}
.sticky-table table th:first-child,
.sticky-table table td:first-child {
  position: sticky;
  left: 0px;
  z-index: 2;
}

.sticky-2cols-table th:nth-child(1),
.sticky-2cols-table td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 32px;
}

.sticky-2cols-table th:nth-child(2),
.sticky-2cols-table td:nth-child(2) {
  position: sticky;
  left: calc(var(--first-col-width, 32px));
  z-index: 2;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(var(--bs-link-color-rgb)) !important;
  color: white !important;
}
.accordion-button:not(.collapsed):after {
  color: white;
}
.accordion-button.collapsed {
  background-color: #efefef !important;
}
.accordion-item {
  border-radius: 0px !important;
}
[data-bs-theme="light"] {
  --bs-border-color: #eee;
}
.table:not(.table-bordered) tr:nth-child(even) td {
  background-color: #fbfbfb;
}
.table:not(.table-bordered) tr:nth-child(odd) td {
  background-color: #fff;
}
.table:not(.table-bordered) tr th,
.table:not(.table-bordered) tr td {
  border-bottom-style: solid;
}
.table tr td:first-child {
  padding-left: 5px !important;
}
.table tr td:last-child {
  padding-right: 5px !important;
}

.badge-vendor-2 {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.badge-vendor-2::after {
  content: "O";
  color: red;
  font-weight: bold;
  position: absolute;
  left: 13px;
  background-color: var(--bs-secondary);
}
.badge-vendor-7 {
  color: #409;
}
.badge-vendor-7::before {
  content: "\25A0";
  margin-right: 1px;
  font-size: 2em;
  margin-top: -3px;
}
.badge-vendor-23 {
  font-weight: bold;
}
.badge-vendor-23::before {
  content: "\25A0";
  margin-right: 1px;
  font-size: 2em;
  margin-top: -3px;
  color: var(--bs-success);
  transform: rotate(45deg);
}
.badge-vendor-32 {
  background-color: var(--bs-danger);
  color: black;
  font-weight: bold;
}
.badge-vendor-34 {
  color: black;
  font-weight: bold;
}
.badge-vendor-34::after {
  content: "\2022 \2013";
  margin-left: 3px;
  color: blue;
}
.badge-vendor-43 {
  color: black;
  font-weight: bold;
  text-transform: lowercase;
}
.badge-vendor-41 {
  background-color: #4ac7f4;
  color: black;
  text-transform: uppercase;
}
.badge-vendor-42 {
  color: black;
  text-transform: lowercase;
}
.badge-vendor-42::before {
  content: "\25CB";
  font-size: 1.8em;
  font-weight: bold;
  margin-right: 5px;
  color: #00a9e0;
}
.badge-vendor-37 {
  text-transform: uppercase;
}
.badge-vendor-37::before {
  content: "\25CB";
  margin-right: 1px;
  font-size: 2em;
  margin-top: -3px;
  color: red;
}
.dataTable th {
  background-color: white !important;
  position: sticky;
  top: 0;
}
.card {
  background-color: rgb(255, 255, 255);
}
body {
  background-image: url("../images/portal_bg2-3.jpg") !important;
  background-position: top center !important;
}
.menu-link .menu-title {
  font-size: 14px !important;
  color: #bbb !important;
  font-weight: normal !important;
  white-space: nowrap;
}
.menu-sub .menu-link .menu-title {
  font-size: 14px !important;
  color: #333 !important;
}
.app-header-menu > .menu > .menu-item > .menu-link.active {
  background-color: #630052 !important;
}
.app-header-menu > .menu > .menu-item > .menu-link.active .menu-title {
  color: white !important;
}
.btn-warning {
  color: #333 !important;
}
.btn-success {
  background-color: #119b40 !important;
}
.btn-danger {
  background-color: #c51741 !important;
}
.badge-warning {
  color: #333 !important;
}
td {
  color: #333 !important;
}
.form-control {
  color: #666 !important;
}
.card-body h2 {
  font-weight: lighter;
  font-size: 26px;
}
.card-body h3 {
  color: #a1237f;
  margin-bottom: 10px;
}
.accordion-item {
  border: none !important;
}
.accordion-body {
  box-shadow: inset 0px 0px 20px #eee;
}
