.border-dashed {
  --ds-border-style: dashed;
}

.timeline-vertical {
  position: relative;
}
.timeline-vertical .timeline-item .timeline-bar {
  position: absolute;
  height: 100px;
  left: 5px;
  top: 24px;
}

.timeline-vertical-height .timeline-item .timeline-bar {
  height: calc(100% - 1rem) !important;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: var(--bs-border-color) !important;
  opacity: 0.25;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(1px);
  display: none;
  z-index: 1030;
}

.overlay.show {
  display: block;
}

.sidebar {
  width: 240px;
  background: #fff;
  transition: width 0.3s, left 0.3s;
  border-right: 1px solid #e5e5e5;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  z-index: 1030;
}
.sidebar .nav-link {
  color: #262626;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  white-space: nowrap;
  margin: 1px 12px;
  border-radius: 8px;
}
.sidebar .nav-link:hover {
  color: #E66239 !important;
  background-color: rgba(230, 98, 57, 0.095) !important;
}
.sidebar .nav-link.active {
  color: #E66239 !important;
  background-color: rgba(230, 98, 57, 0.095) !important;
}
.sidebar .nav-link .ti {
  font-size: 18px;
}
.sidebar .nav-text {
  transition: opacity 0.2s;
}
.sidebar .logo-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 17px;
  color: #262626;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar.collapsed {
  width: 60px;
}
.sidebar.collapsed .nav-link {
  margin: 0 0px;
  background-color: transparent;
  padding: 8px 18px;
}
.sidebar.collapsed .nav-text {
  display: none;
}
.sidebar.collapsed .logo-text {
  display: none;
}

.topbar {
  height: 60px;
  margin-left: 240px;
}

.topbar.full {
  margin-left: 60px;
}

.content {
  margin-left: 240px;
}

.content.full {
  margin-left: 60px;
}

@media (max-width: 992px) {
  .sidebar {
    left: -240px;
  }
  .sidebar.mobile-show {
    left: 0;
  }
  .topbar {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .content {
    margin-left: 0 !important;
  }
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
}

.avatar-xxl {
  width: 7.5rem;
  height: 7.5rem;
}

.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-indicators {
  position: relative;
}

.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid var(--bs-white);
  display: table;
}

.avatar-xxl.avatar-indicators:before {
  bottom: 5px;
  right: 17%;
  width: 16%;
  height: 16%;
}

.avatar-offline:before {
  background-color: var(--bs-gray-400);
}

.avatar-online:before {
  background-color: #00C951;
}

.avatar-away:before {
  background-color: #F0B100;
}

.avatar-busy:before {
  background-color: #FB2C36;
}

.avatar-info:before {
  background-color: #00B8DB;
}

.avatar-initials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-transform: uppercase;
}

.avatar-primary .avatar-initials {
  color: var(--bs-white);
  background-color: #E66239;
}

.avatar-secondary .avatar-initials {
  color: var(--bs-white);
  background-color: #525252;
}

.avatar-success .avatar-initials {
  color: var(--bs-white);
  background-color: #00C951;
}

.avatar-warning .avatar-initials {
  color: var(--bs-white);
  background-color: #F0B100;
}

.avatar-info .avatar-initials {
  color: var(--bs-white);
  background-color: #00B8DB;
}

.avatar-danger .avatar-initials {
  color: var(--bs-white);
  background-color: #FB2C36;
}

.avatar-light .avatar-initials {
  color: var(--bs-white);
  background-color: #f5f5f5;
}

.avatar-dark .avatar-initials {
  color: var(--bs-white);
  background-color: #212529;
}

.avatar-group .avatar + .avatar {
  margin-left: -1.2rem;
}

.avatar-group .avatar:hover {
  z-index: 2;
}

.avatar-group img,
.avatar-group .avatar .avatar-initials {
  border: 2px solid var(--bs-white);
}

.btn-icon {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.92969rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.btn-icon.btn-sm {
  font-size: 0.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

.btn-icon.btn-lg {
  font-size: 1rem;
  width: 3.36875rem;
  height: 3.36875rem;
}

.icon-xxs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

.icon-xs {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.icon-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-xxl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.icon-xxxl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}