.navbar {
  /* border-radius: 10px; */
  background: #004D44 !important;
  height: 70px;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 10px 10px 10px lightgrey;
  padding: 0;
}

.sticky-top {
  z-index: 30 !important;
}

.guba-theme {
  display: flex;
  width: 100%;
  /* height: -webkit-fill-available; */
  background-color: #f5f5f9;
}

.guba-sidebar {
  width: 16.2rem;
  background-color: #004D44;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
}

.guba-content-body {
  background-color: #f5f5f9;
  padding-bottom: 20px;
  padding-right: 15px;
  width: 83%;
  margin-left: auto;
}

.desk-sidebar {
  position: absolute !important;
  display: block !important;
  top: 10px;
  left: 10px;
  /* background-color: white; */
  padding-left: 10px;
  width: 14rem;

}

.page-head {
  z-index: 6;
  position: sticky;
  top: var(--navbar-height);
  background: #F5F5F9;
  margin-bottom: 5px;
  margin-top: 10px;
  transition: 0.5s top;
}

.links-widget-box {
  background-color: white;
  color: black;
  transition: all 1s ease-in-out;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  z-index: 1;
}

.links-widget-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-image: url(/assets/frappetheme/images/shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.links-widget-box:hover {
  background-color: #63a4cf;
  color: white;
}

.page-head .page-head-content {
  margin-left: 10px;
}

[data-page-route=Workspaces] .layout-main .layout-main-section {
  border: 2px solid var(--border-color);
  /* margin-left: 30px; */
}

[data-page-route=Workspaces] .layout-main .layout-side-section {
  display: none;
}

[data-page-route=Workspaces] .layout-main-section-wrapper {
  background: #f5f5f9;
}

.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;
}

/* [data-page-route=Workspaces] .widget.number-widget-box {
  border-left: 5px solid #4F7ED1;
} */

.desk-sidebar .standard-sidebar-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 3px 0px 3px 8px;
}

.standard-sidebar-label {
  --icon-stroke: white;
}

.widget.dashboard-widget-box {
  border: 1px solid #034F46;
  background: #4F7ED110;
}

.navbar .navbar-brand {
  display: none;
}

[data-page-route=Workspaces] .layout-main .layout-main-section-wrapper {
  overflow-y: visible !important;
}

.hidden-label {
  display: none !important;
}

.show-label {
  display: block !important;
}

.sidebar-width {
  width: 6rem !important;
}

.toogle-bar-reponsive {
  left: 86px !important;
}

.standard-sidebar-item-toggle {
  width: 70px !important;
}

.guba-content-body-toggle {
  width: 93.7%;
}

.standard-sidebar-section-toggle {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  margin-top: 20px;
}

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

.desk-sidebar-toggle {
  left: 0px !important;
  padding-left: 0px;
  width: fit-content !important;
}

.page-container-toggle {
  background-color: #F5F5F9 !important;
}

.img-sidebar-toggle {
  width: 6.2% !important;
}

.sidebar-item-icon .icon {
  width: 25px;
  height: 25px;
}

.sidebar-item-label {
  color: white;
  /* font-family: serif; */
  font-size: 16px;
  font-weight: 200;
}

.sidebar-item-label .selected {
  color: black;

}

[data-page-route=Workspaces] .page-title .sidebar-toggle-btn {
  display: none;
}

.nav-toggle {
  padding-left: 20px;
}

.standard-sidebar-item.selected {
  background-color: #F3F3F380 !important;
}

.standard-sidebar-item:hover {
  background-color: #F3F3F380 !important;
}

@media (max-width: 1285px) {
  .guba-sidebar {
    position: fixed;
    z-index: 40;
    border-right: 1px solid lightgray;
  }

  .guba-content-body {
    width: 80%;
    margin-left: auto;
  }

  .width-sidebar-item {
    width: 40% !important;
  }

  .desk-sidebar {
    z-index: 40;
  }

  .toggle-minSize {
    display: block !important;
  }

  .toggle-bar {
    display: none !important;
  }

  .toggle-bar-min {
    display: none;
  }


  .hidden-label-section {
    width: 90% !important;
  }

}

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

.hidden-label-section {
  width: 90% !important;
}

.toggle-bar {
  display: block;
}

.toggle-bar-min {
  display: none;
}



#navbar-breadcrumbs a {
  color: white !important;
}

.sidebar-item-icon .icon {
  --icon-stroke: white;
}

.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;
}

.social-logins {
  display: none !important;
}

.btn.btn-primary {
  background-color: #D6C726;
}

.btn.btn-secondary {
  background-color: #034F4630;
}

.navbar .navbar-nav .nav-link {
  padding-right: 20px;
}

.notifications-seen {
  --icon-stroke: white;
}

.nav-link {
  --icon-stroke: white;
  color: white;
}

.drop-icon {
  --icon-stroke: white;
}

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

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

.badge-notify {
  background: red;
  height: 13px;
  width: 13px;
  font-size: 10px;
  border-radius: 100px;
  color: white;
  position: absolute;
  top: -3px;
  margin-left: -4px;
  text-align: center;
}

.sidebar-child-item {
  padding-left: 20px;
}

.drop-icon.rotated {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}