<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
  width: 8px !important;
  height: 12px !important
}

::-webkit-scrollbar-track {
  background: #edf2f9 !important
}

::-webkit-scrollbar-thumb {
  background: #2c7be5 !important
}

#app {
  user-select: none
}

#app .bg-auth {
  min-width: 100vw;
  min-height: 100vh;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #2C7BE5;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #2C7BE5, 0 0 5px #2C7BE5;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #2C7BE5;
  border-left-color: #2C7BE5;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg-soft-danger {
  color: #e63757;
  background-color: #fad7dd;
  border-color: rgba(237, 242, 249, 0);
}

.bg-soft-danger .progress-bar {
  background: #e63757;
}

.bg-soft-success {
  color: #00b96b;
  background-color: #ccf7e5;
  border-color: rgba(237, 242, 249, 0);
}

.bg-soft-success .progress-bar {
  background: #00d97e;
}

.bg-soft-primary {
  color: #2c7be5;
  background-color: #d5e5fa;
  border-color: rgba(237, 242, 249, 0);
}

/* plyr */

.embed-responsive-16by9::before {
  padding-top: initial !important;
}

img,
.badge,
.plyr {
    user-select:none
}
.modal-open .modal.show {
  display: block
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #000 !important;
  opacity: 0.6 !important;
  backdrop-filter: blur(5px) !important;
}

.video-fancy {
  padding: 0 !important;
  min-width: 50vw;
  border-radius: 5px;
}

.video-fancy h2 {
  margin: 11px 15px;
}

.list-group-flush .list-group-item:last-child {
  border: 1px solid rgba(0, 0, 0, 0);
}</pre></body></html>