:root {
  --left-sidebar-width: 210px;
}
html, body{
  background-color: #F5F6FA !important;
}
td {
  font-size: 14px;
}
.topbar {
  left: 250px;
}
h5.sidebar-name {
  margin-top: 20px;
  color: white;
  font-size: 18px !important;
}
.dataTables_wrapper.container-fluid{
  padding: 0;
}
/* div#sidebar-menu {
  overflow-y: auto;
  height: calc(100vh - 227px);
  overflow-x: hidden;
  padding: 0px 0px;
} */
.left.side-menu {
  background-color: #fff;
  top: 0px !important;
  width: var(--left-sidebar-width);
  border-right: 1px solid #dfdfdf;
}
#sidebar-menu > ul > li > a {
  background-color: rgba(255, 255, 255, 0);
  color: #7c8c8f !important;
  width: 100%;
  height: 50px;
  border-radius: 0px;
}
#sidebar-menu > ul > li > a.active {
  border-left: none !important;
  width: 98%;
}

.footer.footer.text-right,
.topbar {
  left: var(--left-sidebar-width);
  background: #f5f5f500 !important;
  font-size: 17px;
}
.content-page {
  margin-left: var(--left-sidebar-width);

}
.sidebar-bottom > ul > li > a {
  background-color: rgba(255, 255, 255, 0);
  color: #7c8c8f !important;
}
.custom-icon {
  margin-left: 3px;
  margin-right: 15px;
}
a > div > .custom-icon > path {
  fill: white;
}
a.active > div > .custom-icon > path {
  fill: var(--color-primary-dark);
}
.menu-icon {
  display: flex;
  align-items: center;
  height: 100%;
}
.sidebar-bottom > ul {
  list-style: none;
}
.sidebar-bottom {
  padding-top: 15px;
  position: fixed;
  bottom: 0;
}
.navbar-nav {
  flex-direction: row;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}
.breadcrumb-item > a {
  color: #060606 !important;
}
li.breadcrumb-item {
  position: relative;
  margin-top: 1px;
}
.menu-icon > span,
.sidebar-bottom > ul > li > a > span {
  font-size: 15px;
}
h4.page-title {
  font-size: 20px;
  font-weight: 600;
}
.sidebar-bottom > ul {
  padding-left: 30px;
}
.pagination-label {
  font-size: 16px;
}
.navbar.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-top: 0 !important;
}
.navbar-default .navbar-left li {
  padding-right: 0px !important;
}
.cust-table-responsive {
  border-radius: 6px !important;
  border: none !important;
}
.sidebar-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.active-div {
  width: 6px;
  height: 40px;
  border-radius: 15px 0 0 15px;
}
.active-div.active {
  background-color: var(--color-primary) !important;
}
.nav-settings {
  display: flex;
  gap: 24px;
}
ul.change-password {
  margin: 0;
  padding: 0;
}
ul.logout {
  margin: 0;
  padding: 0;
}
.sidebar-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0 5px 16px !important;
}
.menu-icon {
  color: #414141 !important;
}
.menu-icon.active {
  color: var(--color-primary) !important;
}
.menu-icon > span {
  font-weight: 500;
}
ul.sidebar-menu-list:hover {
  background: #00519e2e;
}
.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb-separator {
  padding: 0 8px;
}
tr > td {
  padding: 10px 8px !important;
}
.content-page .content {
  margin-top: 74px !important;
  padding: 20px 24px !important;
  color: rgba(0, 0, 0, 0.6);
}
.modal .modal-dialog .modal-content {
  border-color: var(--color-primary) !important;
  border-radius: 12px !important;
}
.modal-row {
  width: 100% !important;
}
.toast-message {
  font-size: 16px !important;
}
.change-password-btns {
  display: flex;
  margin: 10px 0;
}
.btn {
  font-size: 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
}
.btn.btn-secondary.back {
  color: black !important;
  background-color: transparent;
}
.change-password-card {
  width: 50%;
  margin: auto;
  padding: 2rem 1rem;
  border: 1px solid #00000024;
  border-radius: 4px;
}
.user-box .user-img{
  height: auto;
}