.sidebar {
  top: 0px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  box-sizing: border-box !important;
}

.sidebar .menu {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar .user-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}



.sidebar .user-info .info-container {
  top: 0;
}

.sidebar .legal {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 12px;
}

.sidebar .legal .legal-link-container {
  display: flex;
  align-items: center;
  gap: 2px;
  align-items: center;
}

.sidebar .legal .copyright {
  text-align: center;
  overflow: visible;
  height: 100%;
}

.sidebar .legal .systemInfo {
  margin: 0;
}

.sidebar .menu .list .header {
  position: sticky;
  top: 0px;
  z-index: 1;
}

.sidebar .menu .list li,
.sidebar .menu .list li * {
  transition: all 0.2s ease;
}

.sidebar .menu .list li:hover {
  transform: scale(1.05) translateX(10px);
}

.sidebar .menu .list li:hover * {
  color: #03a9f4;
}

.navbar {
  position: absolute;
  border-radius: 0;
  height: 50px;
  z-index: 1;
}

.navbar-brand {
  font-size: 14px;
  line-height: 0;
}

.navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 200%;
}

a.bars {
  position: relative;
  margin-top: -13%;
  margin-left: -25%;
}

.actionsButtons {
  margin-right: -1%;
  margin-top: -1%;
  float: right;
}

section.content {
  margin: 70px 15px 0 315px;
}

.card .body {
  padding-top: 0;
}

.card .header {
  border-bottom: none;
  background-color: #eeeeee;
  margin-bottom: 2.5%;
  height: 49px;
}

.actionsButtons {
  margin-right: 0%;
  margin-left: 1%;
}

.actionsButtons:hover {
  background-color: #dff5fe;
  outline: 1px solid #c2e6f3;
}

.errorMsg {
  color: #c23232;
  font-size: 10px;
}

.customerActiveTd {
  text-align: center;
}

.favoriteEntityBank {
  text-align: center;
}

.userLimitTd {
  text-align: right;
}

.btn:not(.btn-link):not(.btn-circle) span {
  margin-left: 30%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  margin-left: 0;
  color: #999999;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 125px;
}

.card .header .header-dropdown {
  margin-top: -1%;
}

.btn {
  color: #eff8ef;
}

.btn:hover {
  color: #eff8ef;
}

.caret {
  color: #8a8a8a;
}

.table-bordered {
  width: inherit !important;
}

body {
  background-color: #f2f4f7;
}

th {
  vertical-align: middle !important;
}

#customerActiveDiv {
  margin-top: 0.15%;
  color: #999999;
  font-size: 14px;
}

#searchCustomer {
  font-size: 11px;
}

#searchCustomer:hover {
  background-color: #296fa2;
}

#tokenGenerateText {
  margin-left: 0;
}

.legal {
  background-color: #bf4242;
}

#customerApiTokenDiv {
  padding-right: 0;
}

#customerApiToken {
  padding-right: 0;
}

#tokenGeneratorDiv {
  padding-left: 0.5%;
}

#tokenGenerator {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-right: 0;
}

#tokenGeneratorIcon {
  top: -1.5px;
  right: 7px;
}

.systemInfo {
  font-size: 10px;
}

.userLimitInputFilter {
  width: 48%;
}

.hdrcell {
  width: 20%;
}

#customerUserLimitEnd {
  float: left;
  margin-left: 2%;
}

#customerUserLimitStart {
  float: left;
}

.table-button-icon {
  background-color: transparent;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 4px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.delete:hover {
  color: rgb(219, 44, 44);
}

.edit:hover {
  color: rgb(44, 132, 219);
}

.copy:hover {
  color: rgb(44, 132, 219);
}

.copy-success {
  display: none;
  background-color: rgb(44, 132, 219);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0.9em;
  margin: 0;
  margin-left: 4px;
}

td {
  vertical-align: middle !important;
}

td.table-buttons {
  border-top: none !important;
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}
