@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";
body {
  padding: 50px;
  font: 14px Montserrat, sans-serif;
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

a {
  color: #00B7FF;
}

.login {
  background-image: url("/images/backgrounds/piccadilly-circus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-items: center;
  align-items: center;
}
.login .container {
  background-color: rgba(0, 0, 0, 0.7);
  width: 450px;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.login .container form {
  display: flex;
  flex-direction: column;
}
.login .container form input {
  margin-bottom: 5px;
  padding: 5px;
}
.login .container form .button {
  margin-top: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background: #0c6ce7;
  border: none;
  color: white;
}
.login .container p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.login .container .logo {
  width: 70%;
  margin-bottom: 20px;
}
.login .container h1 {
  font-size: 2em;
}

.home {
  background-image: linear-gradient(to right, #fff, #f8edfa);
}
.home header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home header .logo {
  width: 75px;
}
@media (min-width: 768px) {
  .home header .logo {
    width: 59px;
  }
}
.home section {
  margin-top: 60px;
}
.home section .nav-tabs {
  margin-top: 30px;
  border-bottom: 1px solid #340050;
}
.home section .nav-tabs .nav-link {
  color: black;
}
.home section .nav-tabs .nav-link.active {
  background-color: #340050;
  border-color: #340050;
  color: white;
}
.home section .nav-tabs .nav-link:hover {
  border-color: #340050;
  isolation: isolate;
}
.home section .table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(52, 0, 80, 0.7);
}
.home section thead tr {
  border-color: rgba(52, 0, 80, 0.7);
}
.home section tbody tr {
  border-color: rgba(52, 0, 80, 0.1);
}

.admin-box {
  background-color: #1e1e2e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  display: inline-block;
  min-width: 480px;
  max-width: 100%;
  color: #fff;
}
.admin-box .text-muted {
  color: rgba(255, 255, 255, 0.55) !important;
}
.admin-box code {
  color: #a8c7fa;
}

.live-view-box {
  background-color: #eaf5ff;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: inline-block;
  min-width: 100%;
  text-align: center;
}
.live-view-box h3 {
  margin-bottom: 0.75rem;
}

.actions-box {
  background-color: #dbeeff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: inline-block;
}
.actions-box h2 {
  margin-bottom: 0.75rem;
}

.header-logo {
  width: 100%;
}
@media (min-width: 992px) {
  .header-logo {
    width: 50%;
  }
}

#creativelivestatus img, #creativelivestatus video {
  max-width: 50%;
  height: auto;
  display: inline-block;
  cursor: zoom-in;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  justify-content: center;
  align-items: center;
}
.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-content img, .lightbox-content video {
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.15s;
  z-index: 10000;
}
.lightbox-close:hover {
  opacity: 1;
}

.panel-table-wrap img, .panel-table-wrap video {
  cursor: zoom-in;
}

.label-static {
  color: #4a90d9;
}

.label-motion {
  color: #29b6d6;
}

.label-motion-tag {
  font-style: italic;
  opacity: 0.85;
}

.panel-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  margin-bottom: 1.5rem;
}
.panel-table-wrap .table {
  margin-bottom: 0;
  font-size: 0.82rem;
}
.panel-table-wrap .table thead th {
  background-color: #340050;
  color: #fff;
  white-space: nowrap;
  padding: 0.55rem 0.75rem;
  border-color: #4a006e;
  font-weight: 700;
}
.panel-table-wrap .table tbody tr:hover > td, .panel-table-wrap .table tbody tr:hover > th {
  background-color: rgba(52, 0, 80, 0.08);
}
.panel-table-wrap .table td, .panel-table-wrap .table th {
  vertical-align: middle;
  padding: 0.45rem 0.65rem;
}
.panel-table-wrap .table tbody th {
  white-space: nowrap;
  font-weight: 600;
}

.creative-portrait {
  max-height: 220px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .creative-portrait {
    max-height: 420px;
  }
}

/*# sourceMappingURL=style.css.map */