button#btn-login {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
nav.col-md-2.sidebar {
  background: #000000;
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.sidebar .user-box h5 a,
.sidebar .user-box ul li a {
  color: #ffffff;
}

.sidebar .nav-link.active {
  background-color: #7e7e7e;
}
.sidebar .nav-link.active,
.sidebar .nav-link:hover,
.sidebar .nav-link {
  color: #ffffff;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
a.btn.btn-primary.btn-rounded.float-right,
button#add-custom {
  background: #2c3e50;
  border-radius: 3.6px;
}
.navbar {
  background: #fff;
  border-top: none;
}
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ee2d30, #28a745, #ee2d30);
  background-size: 200% 100%;
  animation: navbar-gradient 6s linear infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes navbar-gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
[role=main] {
  padding-top: 95px;
}
a.btn.btn-primary.quicklink {
  display: block;
  background-color: #2c3d50;
  border-color: antiquewhite;
}
p.stat {
  margin-bottom: 0;
}
.card.service-assigns {
  height: calc(100% - 20px);
}
#availabilityTable tr {
  background: #f4f4f4;
}
#availabilityTable tr.override {
  background: #f4f4f4;
}
.ql-editor {
  min-height: 40vh;
}
hr.payment {
  width: 100%;
}
div#login img {
    width: 100%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .widget {
        height: auto;
        overflow: none;
    }
}

.recordings-panel {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    padding: 16px;
    background: rgba(248, 250, 252, 0.8);
}

.recordings-panel table td,
.recordings-panel table th {
    vertical-align: middle;
}

.session-image-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e2e5ec;
  background: #ffffff;
}

.alphaorb-title__logo {
  height: 28px;
  width: auto;
  vertical-align: middle;
}

.alphaorb-breadcrumb__logo {
  height: 14px;
  width: auto;
  vertical-align: middle;
}

.alphaorb-summary {
  display: grid;
  gap: 0.25rem;
}

.alphaorb-summary__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  overflow-x: auto;
  padding-bottom: 1px;
}

.alphaorb-summary__label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6c757d;
  white-space: nowrap;
}

.alphaorb-summary__item {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  background: #f8f9fa;
  border: 1px solid #e2e5ec;
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  white-space: nowrap;
}

.alphaorb-summary__item-label {
  font-size: 0.6rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.alphaorb-summary__item-value {
  font-weight: 600;
  color: #212529;
  font-size: 0.8rem;
}
