.nav-link {
  color: #c6c9c9;
  font-size: 14px;
}

.nav-link:hover {
  border-left: 3px solid #ff5f15;
  color: white;
}

.nav-link:focus {
  color: white;
}

.nav-link.active {
  border-left: 4px solid #ff5f15 !important;
  color: white !important;
}

.btn-theme {
  /* --bs-btn-bg: #06163a; */
  --bs-btn-color: #ffffff;
  background: linear-gradient(199deg, #070033, #160596, #030019);
  box-shadow: 1px 1px 4px 1px rgb(11 2 76 / 47%);
  color: white !important;
}

.bg-submenu {
  color: #afb9b9;
  background-color: #0e2046;
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: #2e3e60;
  border-color: #06163a;
}

.nice-select {
  height: auto !important;
  line-height: normal !important;
}

table th {
  font-size: small;
  font-weight: 600;
}

table td {
  font-size: small;
}

label {
  font-size: small;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 5%);
}

@media (min-width: 1200px) {
  legend {
    font-weight: 500;
    font-size: 20px;
  }
}

.mystyle {
  font-size: 12px;
}
/* datatable css  start*/
.dt-bootstrap5 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.dataTables_length {
  width: 33%;
}

.dt-buttons {
  width: 33%;
}

.dataTables_filter {
  width: 33%;
}
.bg-li-menu {
  background: #06163a;
  border-bottom: 1px solid #06163a;
  border: 0px;
  margin: 3px;
  border-radius: 3px;
}
.dataTables_info {
  flex: 1 0 0%;
}

.sub-menu-list ul li a {
  background-color: #0f036c;
}

.sub-menu-list .collapse .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: #1e1654;
  border-color: #0a0f2c;
  font-size: 12px;
}
a {
  text-decoration: none;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #06163a;
  border-radius: 10px;
}
.card-header,
.modal-header {
  background: #0e2046;
  border-radius: 10px 10px 0px 0px !important;
  color: rgb(255, 255, 255) !important;
}
.modal-header {
  color: white;
}
.card {
  background: linear-gradient(49deg, #100652, #0f007c, #08003b);
}
.card,
.card-body,
.modal-content {
  border-radius: 10px;
}
.card-body {
  background-color: white;
}
/* dashboard design code  */
a {
  text-decoration: none;
}

.gradient-red,
.bg-x {
  background: linear-gradient(55deg, #a90404, #ff4d4d, #bf0606);
  box-shadow: 1px 1px 4px 1px rgb(234 8 8 / 60%);
}

.gradient-blue,
.bg-header {
  background: linear-gradient(55deg, #0a0240, #2310af, #080136);
  box-shadow: 1px 1px 4px 1px rgb(31 18 126 / 47%);
}

.gradient-green {
  background: linear-gradient(55deg, #00261f, #067f6a, #001c17);
  box-shadow: 1px 1px 4px 1px rgb(44 141 124 / 49%);
}

.gradient-pink {
  background: linear-gradient(55deg, #26001e, #a20982, #26001e);
  box-shadow: 1px 1px 4px 1px rgb(162 9 130 / 46%);
}

.gradient-yellow {
  background: linear-gradient(55deg, #817300, #bba800, #817300);
  box-shadow: 1px 1px 4px 1px rgb(187 168 0 / 44%);
}

.gradient-purple {
  background: linear-gradient(55deg, #4b2196, #b111cd, #320a79);
  box-shadow: 1px 1px 4px 1px rgb(91 37 195 / 36%);
}

.gradient-orange {
  background: linear-gradient(55deg, #c47602, #fba220, #bb6f00);
  box-shadow: 1px 1px 4px 1px rgb(234 153 34 / 59%);
}

.gradient-light-blue,
.nav.nav-pills.tab-design .nav-link.active {
  background: linear-gradient(55deg, #004c6e, #03a9f4, #035f88);
  box-shadow: 1px 1px 4px 1px rgb(23 110 150 / 42%);
}

.gradient-color {
  background: linear-gradient(55deg, #f44336, #e91e63, #ff5722);
  box-shadow: 1px 1px 4px 1px rgb(233 30 99 / 48%);
}

.dashboard .card {
  border-radius: 10px;
}
.dashboard .card .card-body {
  background: transparent !important;
}

.dashboard .card .card-header {
  border: 0px;
  border-radius: 10px !important;
  background: #f1f1f14a !important;
}

.dashboard h6 {
  font-size: 14px;
}

.dashboard h4 {
  font-size: 21px;
  margin-bottom: 0px;
}

.nav.nav-pills.tab-design .nav-link {
  color: #061538;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
}

.nav.nav-pills.tab-design .nav-link.active,
.nav.nav-pills.tab-design .nav-link:hover {
  border-left: none !important;
}

.nav.nav-pills.tab-design .nav-link.active {
  color: white !important;
}
.x-btn,
.bg-x {
  height: 30px;
  line-height: 14px;
  color: white;
  font-size: 18px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking-text {
  text-align: center;
  color: white;
  animation: blink 1s infinite;
}
.printoffcanvas {
  position: fixed;
  top: 0;
  right: -270px;
  width: 270px;
  height: 100%;
  background: white;
  color: white;
  z-index: 999;
  padding: 15px;
  transition: 0.3s;
}

#printoffcanvasMenu .close-btn {
  padding: 5px 10px 5px 10px;
}

.open-btn {
  top: 20px;
  right: 20px;
}

#printoffcanvasMenu .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

#printoffcanvasMenu button.accordion-button.p-2.collapsed {
  font-size: 14px;
  font-weight: 500;
}

#printoffcanvasMenu .accordion-button:not(.collapsed) {
  color: #0d0068;
  font-size: 14px;
  font-weight: 600;
}

#printoffcanvasMenu .accordion-button::after {
  display: none;
}

#printoffcanvasMenu .card {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
