.iq-card {
  margin-bottom: 20px;
}
.iq-card-block.iq-card-height {
  height: calc(100% - 20px) !important;
}
.iq_top_header .navbar-nav {
  flex-grow: 1;
  justify-content: center;
}
.iq-card .iq-card-header .iq-header-title .card-title {
  font-size: 1.125rem;
}
.navbar-list li.active > a {
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid;
}
.navbar-nav li.active .nav-link {
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid;
}
#commissions-statics-table_length .form-select {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--iq-dark-border);
  font-size: 14px;
  border-radius: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
}

#traficlogs-datatable_length .form-select {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--iq-dark-border);
  font-size: 14px;
  border-radius: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
}

#leads-table_length .form-select {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--iq-dark-border);
  font-size: 14px;
  border-radius: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
}

#payment-history_length .form-select {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--iq-dark-border);
  font-size: 14px;
  border-radius: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
}

#pending-debits_length .form-select {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--iq-dark-border);
  font-size: 14px;
  border-radius: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
}

#example_length .form-select {
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--iq-dark-border);
  font-size: 14px;
  border-radius: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
}

/* New Css Start */
.iq_top_header .nav-link {
  padding: 5px 10px;
  line-height: 73px;
}

@media only screen and (max-width: 1299px) {
  .content-page,
  body.sidebar-main .content-page {
    padding: 95px 0 0 !important;
  }
}
.dataTables_length > label > select {
  height: 32px !important;
  line-height: 25px !important;
}
/* @media only screen and (max-width: 1024px) {
    .iq-menu-horizontal {
        position: absolute;
        left: -100%;
        right: 0;
        width: 100%;
        opacity: 0;
        top: 95px;
        width: 260px;
        background: var(--iq-white);
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: all 0.45s ease 0s;
    }
} */
