
.breadcrumb-content {
  height: 72px;
  margin-bottom: 21px;
}

.breadcrumb-content .page-titles .breadcrumb li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1A1A1A;
}

.breadcrumb-content .breadcrumb-text {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #1A1A1A;
}

.close-btn {
  border: 1px solid #0DB6DF;
  border-radius: 4px;
  margin-right: 22px;
  gap: 15px;
  padding: 6px 13px 6px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #292929;
}

.version-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.6;
  padding-left: 34px;
  padding-bottom: 16px;
}

.close {
  opacity: unset;
}

/*Left Menu*/
.left-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 178px !important;
  height: 35px;
  margin-top: -5px !important;
}

.left-menu-content.active {
  padding-left: 0;
}

.left-menu-text {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

.left-menu hr {
  border: 0.6px solid #E0E0E0;
  margin-top: 22px;
  margin-bottom: 25px;
}

.left-sidebar {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.leftbar-area .leftbar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  padding: 1rem;
}

.leftbar-area .leftbar-info {
  border-bottom: 0.6px solid #E0E0E0;
  padding-left: 15px;
}

.leftbar-area .leftbar-item li {
  font-size: 14px;
  font-weight: 300;
}

.border-right {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 2.5rem;
  border-radius: 0.375rem 0 0 0.375rem;
  background: #696cff;
}

.toggle-item {
  background-color: #cc141bc2;
  border-radius: 6px;
  width: 170px;
}

.toggle-item .left-menu-text {
  color: white;
  font-weight: bold;
}

.border-active::before {
  background-color: red;
  content: "";
  width: 5px;
  height: 40px;
  position: absolute;
  right: 0;
  margin-right: -4px !important;
}

.left-sidebar {
  position: absolute;
  width: 220px;
  height: 100%;
  top: 0;
  z-index: 20;
  padding-top: 35px;
  box-shadow: 1px 0 20px rgba(0, 0, 0, .08)
}

.left-menu-dropdown-link {
  padding: 5px;
  margin-top: 5px;
  color: #FFFFFF !important;
}

.left-menu-dropdown-link a {
  color: #FFFFFF !important;
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.left-menu-content-dropdown {
  margin-top: 10px;
  cursor: pointer;
}

.left-menu-dropdown-wrapper {
  margin-top: 8px;
}

.sidebar-nav {
  width: 200px;
}

.left-menu-content.toggle-item {
  padding-left: 10px;
  margin-left: 5px;
}

.left-menu-content, .left-menu-content-dropdown {
  width: 185px !important;
  margin-top: 10px;
  margin-left: 15px;
}

hr {
  border-top: 1px solid rgb(255 255 255 / 97%) !important;
  width: 75px !important;
  margin: 1rem 2rem 1rem 0 !important;
}

.list-circle {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FFFFFF;
}

.dropdown-list {
  background: #cd4040b5;
  border-radius: 6px;
  width: 170px;
}

.left-menu-content.active.toggle-item::after {
  content: '';
  position: absolute;
  background-color: #c3c3c3;
  right: 0;
  margin-top: -34px;
  width: 0.2rem;
  height: 2rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

.left-menu-content:not(.toggle-item):hover {
  background: #6464649c;
  border-radius: 6px;
  padding-left: 3px;
}

.left-menu-dropdown-link:not(.active):hover {
  background: #6464649c;
  border-radius: 6px;
  padding-left: 5px;
}

.left-menu-dropdown-link.active::after {
  content: '';
  position: absolute;
  background-color: #c3c3c3c2;
  right: 0;
  margin-top: -28px;
  width: 0.2rem;
  height: 2rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

/*Left Menu*/
