
.widget.links-widget-box {
    background-color: #32B44A !important;
}
.widget.links-widget-box .link-item .link-content {
    color: white;
}
.widget.links-widget-box .link-item .disabled-link {
    color: white;
}
.shortcut-widget-box .widget-head .widget-label .widget-title {
    color: white;
}
.es-icon {
    stroke: white;
}
.indicator-pill.gray, .indicator-pill-right.gray, .indicator-pill-round.gray {
    background: none !important;
}
.widget.shortcut-widget-box {
    background-color: #32B44A !important;
}
.widget.shortcut-widget-box .indicator-pill {
    color: black;
}
.navbar {
    background: #006BB6 !important;
}
.es-icon {
    fill: white;
}
.body-sidebar {
    background: #006BB6;
}
/* a {
    color: white;
} */
.icon, .es-icon {
    stroke: white;
}
.body-sidebar .standard-sidebar-item.active-sidebar,
.body-sidebar .standard-sidebar-item.active-sidebar .item-anchor,
.body-sidebar .standard-sidebar-item.active-sidebar .sidebar-item-label,
.body-sidebar .standard-sidebar-item.active-sidebar svg {
    color: var(--text-color) !important;
    fill: var(--text-color) !important;
}
/* .widget.shortcut-widget-box .indicator-pill {
    color: white;
} */
 .body-sidebar-container.expanded .body-sidebar .sidebar-item-label {
    color: white;
}


.app-logo {
  width: 100px;
  height: 100px;
}

.shapes-login {
  position: absolute;
  top: 0;
  z-index: 20;
  left: 0;
}

.for-login .page-card {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 18px;
}

.page-card-head img {
  min-height: 130px !important;
  width: 130px;
}

.for-login {
  margin-top: 130px;
}

.for-login .page-card-head {
  width: 25rem;
  background: white;
  border-radius: 20px 20px 0px 0px !important;
}

.for-login .page-card {
  border-radius: 0px 0px 20px 20px !important;
  border: none !important;
}

.page-card-head h4 {
  font-family: none;
}

.widget.number-widget-box .widget-body .widget-content .number {
  color: #D6C726;
}


.page-container {
  margin-left: 20px;
}

@media (max-width: 1285px) {
  .hidden-label-section {
    width: 90% !important;
  }

}

.toggle-minSize {
  display: none;
  position: absolute;
  top: 30px;
  left: 200px;
  width: 20px;
  height: 20px;
  stroke: white;
  cursor: pointer;
}


.page_content {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

.login-toggle {
  width: 55%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.container {
  padding: 0px !important;
  margin: 0px !important;
}

.custom-class {
  width: 50%;
  margin-right: auto;
}


@media (max-width: 930px) {
  .login-toggle {
    display: none;
  }

  .custom-class {
    width: 100%;
  }
}





