._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .btn-blue-grey-005 {
  background-color: #fbfbfb; }
  ._admithub_embed-container .btn-blue-grey-005:hover, ._admithub_embed-container .btn-blue-grey-005.active {
    background-color: #eff3f5; }

._admithub_embed-container .btn.opacity-unset {
  opacity: 1 !important; }

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: auto;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    flex: 1 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@-webkit-keyframes Toastify__trackProgress {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes Toastify__trackProgress {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  -webkit-animation: Toastify__trackProgress linear 1;
          animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7); }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    left: initial; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@-webkit-keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@-webkit-keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes Toastify__bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  -webkit-animation-name: Toastify__bounceInLeft;
          animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  -webkit-animation-name: Toastify__bounceInRight;
          animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
          animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
          animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
          animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  -webkit-animation-name: Toastify__bounceOutRight;
          animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
          animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
          animation-name: Toastify__bounceOutDown; }

@-webkit-keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
          animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
          animation-name: Toastify__zoomOut; }

@-webkit-keyframes Toastify__flipIn {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes Toastify__flipIn {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@-webkit-keyframes Toastify__flipOut {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes Toastify__flipOut {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
          animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
          animation-name: Toastify__flipOut; }

@-webkit-keyframes Toastify__slideInRight {
  from {
    -webkit-transform: translate3d(110%, 0, 0);
            transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInRight {
  from {
    -webkit-transform: translate3d(110%, 0, 0);
            transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes Toastify__slideInLeft {
  from {
    -webkit-transform: translate3d(-110%, 0, 0);
            transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    -webkit-transform: translate3d(-110%, 0, 0);
            transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes Toastify__slideInUp {
  from {
    -webkit-transform: translate3d(0, 110%, 0);
            transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    -webkit-transform: translate3d(0, 110%, 0);
            transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes Toastify__slideInDown {
  from {
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes Toastify__slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(110%, 0, 0);
            transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(110%, 0, 0);
            transform: translate3d(110%, 0, 0); } }

@-webkit-keyframes Toastify__slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-110%, 0, 0);
            transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-110%, 0, 0);
            transform: translate3d(-110%, 0, 0); } }

@-webkit-keyframes Toastify__slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 110%, 0);
            transform: translate3d(0, 110%, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 110%, 0);
            transform: translate3d(0, 110%, 0); } }

@-webkit-keyframes Toastify__slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  -webkit-animation-name: Toastify__slideInLeft;
          animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  -webkit-animation-name: Toastify__slideInRight;
          animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
          animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
          animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  -webkit-animation-name: Toastify__slideOutLeft;
          animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  -webkit-animation-name: Toastify__slideOutRight;
          animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
          animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
          animation-name: Toastify__slideOutDown; }

/*# sourceMappingURL=ReactToastify.css.map */
._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .mainstay-toast, ._admithub_embed-container .mainstay-toast-info, ._admithub_embed-container .mainstay-toast-success, ._admithub_embed-container .mainstay-toast-warning, ._admithub_embed-container .mainstay-toast-error {
  cursor: default;
  border-radius: 10px;
  box-shadow: 0 12px 50px #ced5e0;
  width: 407px;
  min-height: 54px;
  margin: 0 0 1rem;
  padding: 0; }
  ._admithub_embed-container .mainstay-toast .Toastify__toast-body, ._admithub_embed-container .mainstay-toast-info .Toastify__toast-body, ._admithub_embed-container .mainstay-toast-success .Toastify__toast-body, ._admithub_embed-container .mainstay-toast-warning .Toastify__toast-body, ._admithub_embed-container .mainstay-toast-error .Toastify__toast-body {
    margin: 0;
    padding: 0; }

._admithub_embed-container .mainstay-toast-info,
._admithub_embed-container .mainstay-toast-success,
._admithub_embed-container .mainstay-toast-warning,
._admithub_embed-container .mainstay-toast-error {
  background-color: #121619; }

/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

._admithub_embed-container .rc-time-picker-panel-select li {
  padding-left: 0.5rem !important;
  width: unset !important; }

._admithub_embed-container .DayPickerInput-Container input {
  border: 0; }

._admithub_embed-container .DayPickerInput-Overlay {
  z-index: 10; }

._admithub_embed-container .DayPicker-Month {
  min-width: 281px; }

.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-time-picker-panel-clear-btn-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-panel-clear-btn-icon:hover:after {
  color: #666;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

/* Remove all the default styling for the TimePicker input */
._admithub_embed-container .rc-time-picker-input {
  width: unset;
  position: relative;
  display: unset;
  padding: unset;
  height: unset;
  cursor: unset;
  font-size: unset;
  line-height: unset;
  color: unset;
  background-color: unset;
  background-image: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  transition: unset; }
  ._admithub_embed-container .rc-time-picker-input:focus {
    outline: unset; }

/* Bump font size to be equal to form inputs */
._admithub_embed-container .rc-time-picker-panel-inner,
._admithub_embed-container .rc-time-picker-panel-clear-btn-icon,
._admithub_embed-container .rc-time-picker-panel-select {
  font-size: 1rem; }

/* Clear styling for disabled stated */
._admithub_embed-container .rc-time-picker-input[disabled] {
  color: unset;
  background: unset;
  cursor: unset; }

/* We need to define a custom style for the disabled case */
._admithub_embed-container .form-control.rc-time-picker.disabled {
  background: #e9ecef;
  opacity: 1; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .read-only-day-picker-input {
  background-color: #f2f4f7 !important;
  cursor: default !important;
  color: #3a5882 !important; }

.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow{border-top:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow{border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow{border-right:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}
._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .fancy-text-box {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
  border: 1px solid transparent;
  cursor: text; }
  ._admithub_embed-container .fancy-text-box.shadow-border {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  ._admithub_embed-container .fancy-text-box:not(.shadow-border) {
    border: 1px solid #dee2e6; }
  ._admithub_embed-container .fancy-text-box.fancy-webchat {
    border: 0 !important; }
  ._admithub_embed-container .fancy-text-box .fancy-before,
  ._admithub_embed-container .fancy-text-box .fancy-after {
    background-color: #ffffff;
    padding: 0.2rem;
    border-radius: 0.25rem;
    flex: 1 0; }
    ._admithub_embed-container .fancy-text-box .fancy-before .icon-send,
    ._admithub_embed-container .fancy-text-box .fancy-after .icon-send {
      cursor: pointer; }
  ._admithub_embed-container .fancy-text-box .fancy-after {
    align-self: flex-end; }
  ._admithub_embed-container .fancy-text-box .content-wrapper {
    display: block;
    width: 100%; }
    ._admithub_embed-container .fancy-text-box .content-wrapper textarea.form-control {
      padding: 1rem;
      background-color: #ffffff;
      background-image: none; }
  ._admithub_embed-container .fancy-text-box.active-input {
    border-color: #22a1ac; }
  ._admithub_embed-container .fancy-text-box.is-invalid {
    background-color: #fae3e5; }
  ._admithub_embed-container .fancy-text-box.is-invalid.active-input {
    border-color: #e34646; }

._admithub_embed-container .read-only-input {
  background-color: #f2f4f7 !important;
  cursor: default !important;
  color: #3a5882 !important; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .ms-toggle--on:hover .react-switch-bg {
  background-color: #05603a !important; }

._admithub_embed-container .ms-toggle--on:focus, ._admithub_embed-container .ms-toggle--on:focus-within {
  box-shadow: 0px 0px 0px 4px #ced5e0 !important; }

._admithub_embed-container .ms-toggle--off:hover .react-switch-bg {
  background-color: #092e63 !important; }

._admithub_embed-container .ms-toggle--off:focus, ._admithub_embed-container .ms-toggle--off:focus-within {
  box-shadow: 0px 0px 0px 4px #ced5e0 !important; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .activation-button {
  position: fixed;
  bottom: 16px;
  right: 24px;
  font-size: 18px;
  z-index: 9990;
  min-width: 60px;
  height: 60px;
  border-radius: 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  float: right;
  visibility: hidden;
  padding: 15px !important;
  cursor: pointer; }
  ._admithub_embed-container .activation-button .label {
    background-color: transparent;
    background: transparent;
    background-image: none; }
  ._admithub_embed-container .activation-button:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%); }
  ._admithub_embed-container .activation-button:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  ._admithub_embed-container .activation-button:focus {
    outline: auto 1px #092e63; }


._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

@font-face {
  font-family: 'Calibre';
  src: url(../media/calibre-web-regular.11b37b9e.woff) format("woff"), url(../media/calibre-web-regular.2b0ba686.eot) format("eot"), url(../media/calibre-web-regular.60d8b7b6.woff2) format("woff2"), url(../media/calibre-web-semibold.0c3888d2.woff) format("woff"), url(../media/calibre-web-semibold.e728ea9c.eot) format("eot"), url(../media/calibre-web-semibold.ba8c85ee.woff2) format("woff2"), url(../media/calibre-web-bold.cea6de0b.woff) format("woff"), url(../media/calibre-web-bold.7c1ada86.eot) format("eot"), url(../media/calibre-web-bold.5077051c.woff2) format("woff2"); }

html._admithub_embed-container,
._admithub_embed-container body,
._admithub_embed-container #root {
  height: 100% !important; }

._admithub_embed-container .rc-time-picker-panel-select li {
  padding-left: 0.5rem !important;
  width: unset !important; }

._admithub_embed-container .DayPickerInput-Container input {
  border: 0; }

._admithub_embed-container .DayPickerInput-Overlay {
  z-index: 10; }

._admithub_embed-container .DayPicker-Month {
  min-width: 281px; }

@font-face {
  font-family: "admithub-icon-2-8";
  src: url(../media/admithub-icon-2-8.5b08f2e6.eot);
  src: url(../media/admithub-icon-2-8.5b08f2e6.eot) format("embedded-opentype"), url(../media/admithub-icon-2-8.87e53cb7.ttf) format("truetype"), url(../media/admithub-icon-2-8.e5e2070a.woff) format("woff"), url(../media/admithub-icon-2-8.6143195a.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

._admithub_embed-container .ahicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "admithub-icon-2-8" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.2em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  ._admithub_embed-container .ahicon.large {
    font-size: 1.6em; }

._admithub_embed-container .icon-Logo-Inverted-Lockup:before {
  content: ""; }

._admithub_embed-container .icon-Logo-Inverted-Only:before {
  content: ""; }

._admithub_embed-container .icon-Logo-Full:before {
  content: ""; }

._admithub_embed-container .icon-Logo-Text-Only:before {
  content: ""; }

._admithub_embed-container .icon-admithub-logo:before {
  content: ""; }

._admithub_embed-container .icon-bot:before {
  content: ""; }

._admithub_embed-container .icon-menu:before {
  content: ""; }

._admithub_embed-container .icon-dashboard:before {
  content: ""; }

._admithub_embed-container .icon-conversation:before {
  content: ""; }

._admithub_embed-container .icon-knowledge-base:before {
  content: ""; }

._admithub_embed-container .icon-campaign:before {
  content: ""; }

._admithub_embed-container .icon-people:before {
  content: ""; }

._admithub_embed-container .icon-search:before {
  content: ""; }

._admithub_embed-container .icon-expand_less:before {
  content: ""; }

._admithub_embed-container .icon-double-arrow-left:before {
  content: ""; }

._admithub_embed-container .icon-expand_more:before {
  content: ""; }

._admithub_embed-container .icon-navigate_before:before {
  content: ""; }

._admithub_embed-container .icon-navigate_next:before {
  content: ""; }

._admithub_embed-container .icon-arrow_drop_down:before {
  content: ""; }

._admithub_embed-container .icon-check:before {
  content: ""; }

._admithub_embed-container .icon-close:before {
  content: ""; }

._admithub_embed-container .icon-add:before {
  content: ""; }

._admithub_embed-container .icon-arrow_upward:before {
  content: ""; }

._admithub_embed-container .icon-arrow_downward:before {
  content: ""; }

._admithub_embed-container .icon-arrow_forward:before {
  content: ""; }

._admithub_embed-container .icon-arrow_back:before {
  content: ""; }

._admithub_embed-container .icon-arrow_drop_up:before {
  content: ""; }

._admithub_embed-container .icon-chat_bubble:before {
  content: ""; }

._admithub_embed-container .icon-chat_bubble_outline:before {
  content: ""; }

._admithub_embed-container .icon-comment:before {
  content: ""; }

._admithub_embed-container .icon-cached:before {
  content: ""; }

._admithub_embed-container .icon-phone:before {
  content: ""; }

._admithub_embed-container .icon-school:before {
  content: ""; }

._admithub_embed-container .icon-home:before {
  content: ""; }

._admithub_embed-container .icon-open_in_new:before {
  content: ""; }

._admithub_embed-container .icon-mobile_phone:before {
  content: ""; }

._admithub_embed-container .icon-visibility:before {
  content: ""; }

._admithub_embed-container .icon-reply:before {
  content: ""; }

._admithub_embed-container .icon-sort:before {
  content: ""; }

._admithub_embed-container .icon-swap_vert:before {
  content: ""; }

._admithub_embed-container .icon-thumb_down:before {
  content: ""; }

._admithub_embed-container .icon-thumb_up:before {
  content: ""; }

._admithub_embed-container .icon-thumbs_up_down:before {
  content: ""; }

._admithub_embed-container .icon-tv:before {
  content: ""; }

._admithub_embed-container .icon-verified_user:before {
  content: ""; }

._admithub_embed-container .icon-check_box:before {
  content: ""; }

._admithub_embed-container .icon-check_box_outline_blank:before {
  content: ""; }

._admithub_embed-container .icon-do_not_disturb:before {
  content: ""; }

._admithub_embed-container .icon-error:before {
  content: ""; }

._admithub_embed-container .icon-calendar_day:before {
  content: ""; }

._admithub_embed-container .icon-cancel:before {
  content: ""; }

._admithub_embed-container .icon-highlight_off:before {
  content: ""; }

._admithub_embed-container .icon-file:before {
  content: ""; }

._admithub_embed-container .icon-laptop:before {
  content: ""; }

._admithub_embed-container .icon-indeterminate_check_box:before {
  content: ""; }

._admithub_embed-container .icon-radio_button_checked:before {
  content: ""; }

._admithub_embed-container .icon-radio_button_unchecked:before {
  content: ""; }

._admithub_embed-container .icon-Toggle-off:before {
  content: ""; }

._admithub_embed-container .icon-Toggle-on:before {
  content: ""; }

._admithub_embed-container .icon-lock_open:before {
  content: ""; }

._admithub_embed-container .icon-lock:before {
  content: ""; }

._admithub_embed-container .icon-more_horiz:before {
  content: ""; }

._admithub_embed-container .icon-more_vert:before {
  content: ""; }

._admithub_embed-container .icon-sentiment_very_satisfied:before {
  content: ""; }

._admithub_embed-container .icon-tag_faces:before {
  content: ""; }

._admithub_embed-container .icon-sentiment_satisfied:before {
  content: ""; }

._admithub_embed-container .icon-sentiment_neutral:before {
  content: ""; }

._admithub_embed-container .icon-sentiment_dissatisfied:before {
  content: ""; }

._admithub_embed-container .icon-sentiment_very_dissatisfied:before {
  content: ""; }

._admithub_embed-container .icon-settings:before {
  content: ""; }

._admithub_embed-container .icon-account_box:before {
  content: ""; }

._admithub_embed-container .icon-account_circle:before {
  content: ""; }

._admithub_embed-container .icon-person:before {
  content: ""; }

._admithub_embed-container .icon-new_releases:before {
  content: ""; }

._admithub_embed-container .icon-bookmark-selected:before {
  content: ""; }

._admithub_embed-container .icon-bookmark-empty:before {
  content: ""; }

._admithub_embed-container .icon-device_hub:before {
  content: ""; }

._admithub_embed-container .icon-send:before {
  content: ""; }

._admithub_embed-container .icon-add_circle:before {
  content: ""; }

._admithub_embed-container .icon-add_circle_outline:before {
  content: ""; }

._admithub_embed-container .icon-remove_circle:before {
  content: ""; }

._admithub_embed-container .icon-remove_circle_outline:before {
  content: ""; }

._admithub_embed-container .icon-image:before {
  content: ""; }

._admithub_embed-container .icon-link_off:before {
  content: ""; }

._admithub_embed-container .icon-link:before {
  content: ""; }

._admithub_embed-container .icon-check_circle:before {
  content: ""; }

._admithub_embed-container .icon-check_circle_outline:before {
  content: ""; }

._admithub_embed-container .icon-help:before {
  content: ""; }

._admithub_embed-container .icon-help_outline:before {
  content: ""; }

._admithub_embed-container .icon-info:before {
  content: ""; }

._admithub_embed-container .icon-info_outline:before {
  content: ""; }

._admithub_embed-container .icon-edit:before {
  content: ""; }

._admithub_embed-container .icon-flag:before {
  content: ""; }

._admithub_embed-container .icon-outlined-flag:before {
  content: ""; }

._admithub_embed-container .icon-question-summary:before {
  content: ""; }

._admithub_embed-container .icon-question:before {
  content: ""; }

._admithub_embed-container .icon-answer:before {
  content: ""; }

._admithub_embed-container .icon-delete:before {
  content: ""; }

._admithub_embed-container .icon-Stats:before {
  content: ""; }

._admithub_embed-container .icon-Book:before {
  content: ""; }

._admithub_embed-container .icon-print:before {
  content: ""; }

._admithub_embed-container .icon-mail-outline:before {
  content: ""; }

._admithub_embed-container .icon-infinite:before {
  content: ""; }

._admithub_embed-container .icon-rss:before {
  content: ""; }

._admithub_embed-container .icon-youtube:before {
  content: ""; }

._admithub_embed-container .icon-pocket:before {
  content: ""; }

._admithub_embed-container .icon-medium:before {
  content: ""; }

._admithub_embed-container .icon-github:before {
  content: ""; }

._admithub_embed-container .icon-instagram:before {
  content: ""; }

._admithub_embed-container .icon-facebook:before {
  content: ""; }

._admithub_embed-container .icon-linkedin:before {
  content: ""; }

._admithub_embed-container .icon-twitter:before {
  content: ""; }

._admithub_embed-container .icon-messenger:before {
  content: ""; }

._admithub_embed-container .icon-file_upload:before {
  content: ""; }

._admithub_embed-container .icon-file_download:before {
  content: ""; }

._admithub_embed-container .icon-get_app:before {
  content: ""; }

._admithub_embed-container .icon-cloud_upload:before {
  content: ""; }

._admithub_embed-container .icon-backup:before {
  content: ""; }

._admithub_embed-container .icon-cloud_download:before {
  content: ""; }

._admithub_embed-container .icon-file_download_done:before {
  content: ""; }

._admithub_embed-container .icon-person_add:before {
  content: ""; }

._admithub_embed-container .icon-drag_indicator:before {
  content: ""; }

._admithub_embed-container .icon-drag_handle:before {
  content: ""; }

._admithub_embed-container .icon-translate:before {
  content: ""; }

._admithub_embed-container .icon-pin:before {
  content: ""; }

._admithub_embed-container .icon-forward:before {
  content: ""; }

._admithub_embed-container .icon-copy:before {
  content: ""; }

._admithub_embed-container .icon-label:before {
  content: ""; }

._admithub_embed-container .icon-label_off:before {
  content: ""; }

._admithub_embed-container .icon-archive:before {
  content: ""; }

._admithub_embed-container .icon-collection:before {
  content: ""; }

._admithub_embed-container .icon-trending_up:before {
  content: ""; }

._admithub_embed-container .icon-visibility_off:before {
  content: ""; }

._admithub_embed-container .icon-historyrestore:before {
  content: ""; }

._admithub_embed-container .icon-notes:before {
  content: ""; }

._admithub_embed-container .icon-multiple-choice:before {
  content: ""; }

._admithub_embed-container .icon-filter:before {
  content: ""; }

._admithub_embed-container .icon-minimize:before {
  content: ""; }

._admithub_embed-container .icon-pause:before {
  content: ""; }

._admithub_embed-container .icon-reset:before {
  content: ""; }

._admithub_embed-container .icon-attribute:before {
  content: ""; }

._admithub_embed-container .icon-contacts-inverse:before {
  content: ""; }

._admithub_embed-container .icon-script-inverse:before {
  content: ""; }

._admithub_embed-container .icon-campaign-inverse:before {
  content: ""; }

._admithub_embed-container .icon-knowledge-base-inverse:before {
  content: ""; }

._admithub_embed-container .icon-attribute-inverse:before {
  content: ""; }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root._admithub_embed-container {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #22a1ac;
  --secondary: #b65293;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f4511e;
  --light: #f8f9fa;
  --dark: #343a40;
  --incoming: #d3fffc;
  --forwarded: #37b669;
  --new-ui-primary: #01a59a;
  --new-ui-primary-highlight: #03b6aa;
  --new-ui-selected-light: #e3effa;
  --new-ui-danger: #e34646;
  --new-ui-danger-light: #fae3e5;
  --blue-grey-005: #fbfbfb;
  --blue-grey-010: #eff3f5;
  --blue-grey-015: #e4ebef;
  --blue-grey-020: #d6e0e6;
  --blue-grey-025: #f4f6f7;
  --blue-grey-030: #b2c2c9;
  --blue-grey-050: #eff3f5;
  --blue-grey-075: #dde3e6;
  --blue-grey-080: #2e3b40;
  --blue-grey-100: #cfd8dc;
  --blue-grey-200: #b0bec5;
  --blue-grey-300: #8fa4af;
  --blue-grey-400: #77909d;
  --blue-grey-500: #5f7d8c;
  --blue-grey-501: #76868d;
  --blue-grey-600: #536e7b;
  --blue-grey-701: #48565d;
  --blue-grey-800: #37474f;
  --blue-grey-900: #253238;
  --indigo-200: #9fa7dc;
  --indigo-900: #191e80;
  --turquoise-100: #98dad7;
  --turquoise-300: #51b7b1;
  --turquoise-400: #24a69f;
  --turquoise-500: #1d9790;
  --red-600: #e53935;
  --amber-500: #ffc107;
  --charcoal-grey: #36474f;
  --gull-grey: #a1b0b8;
  --message-no-match: #f4f9fd;
  --message-incoming: #c9dced;
  --pale-green: #0fc65b;
  --admithub-pink: #b65293;
  --admithub-grey: #f2f2f2;
  --admithub-primary: #22a1ac;
  --warning-light: #fffff1;
  --dark-purple: #620b3e;
  --light-purple: #620b3e1a;
  --secondary-teal: #20ad96;
  --secondary-light: #effcfa;
  --opacity-50: rgba(255, 255, 255, 0.5);
  --blue-20: #deebff;
  --blue-90: #003e82;
  --white: #ffffff;
  --gray-150: #edeeee;
  --archived-badge-color: #95a7b0;
  --line: #b2c2c9;
  --dark-gray: #5e6b72;
  --denim-blue: #1b71ce;
  --mainstay-blue-10: #f2f9ff;
  --mainstay-blue-40: #6fadf0;
  --mainstay-blue-60: #1b71ce;
  --mainstay-blue-70: #0063d0;
  --mainstay-blue-80: #0051aa;
  --mainstay-dark-blue: #092e63;
  --mainstay-dark-blue-80: #3a5882;
  --mainstay-dark-blue-70: #536d92;
  --mainstay-dark-blue-65: #5f779a;
  --mainstay-dark-blue-50: #8497b1;
  --mainstay-dark-blue-20: #ced5e0;
  --mainstay-dark-blue-10: #e7ebf0;
  --mainstay-dark-blue-05: #f2f4f7;
  --mainstay-almost-black: #121619;
  --mainstay-almost-black-30: #b8baba;
  --mainstay-almost-black-80: #414547;
  --mainstay-dark-mint: #00c6a4;
  --mainstay-dark-mint-w-opacity: rgba(0, 198, 164, 0.1);
  --mainstay-dark-green: #08785d;
  --mainstay-mint: #00ffd4;
  --mainstay-teal: #00837b;
  --mainstay-cream-30: #fffefc;
  --mainstay-gray-20: #fafbfb;
  --mainstay-error-50: #fdf3f3;
  --mainstay-error-300: #fda29b;
  --mainstay-error-600: #cb271b;
  --mainstay-error-700: #a31208;
  --mainstay-error-red: #cb271b;
  --mainstay-spark-red: #f23661;
  --mainstay-focused-gray: #ced5e0;
  --mainstay-text-default: #2e3b40;
  --mainstay-light-green: #097f65;
  --mainstay-gray-backgrounds: #f9fafb;
  --mainstay-gray-lines: #d0d5dd;
  --mainstay-gray-header: #1d2939;
  --mainstay-gray-text: #475467;
  --mainstay-success-50: #f6fef9;
  --mainstay-success-500: #12b76a;
  --mainstay-success-600: #039855;
  --mainstay-success-700: #05603a;
  --mainstay-warning-50: #fffcf5;
  --mainstay-warning-300: #fec84b;
  --mainstay-warning-600: #dc6803;
  --mainstay-warning-700: #b54708;
  --mainstay-disabled-gray: #98a2b3;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

._admithub_embed-container *,
._admithub_embed-container *::before,
._admithub_embed-container *::after {
  box-sizing: border-box; }

html._admithub_embed-container {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

._admithub_embed-container article, ._admithub_embed-container aside, ._admithub_embed-container figcaption, ._admithub_embed-container figure, ._admithub_embed-container footer, ._admithub_embed-container header, ._admithub_embed-container hgroup, ._admithub_embed-container main, ._admithub_embed-container nav, ._admithub_embed-container section {
  display: block; }

._admithub_embed-container body {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #ffffff; }

._admithub_embed-container [tabindex="-1"]:focus {
  outline: 0 !important; }

._admithub_embed-container hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

._admithub_embed-container h1, ._admithub_embed-container h2, ._admithub_embed-container h3, ._admithub_embed-container h4, ._admithub_embed-container h5, ._admithub_embed-container h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

._admithub_embed-container p {
  margin-top: 0;
  margin-bottom: 1rem; }

._admithub_embed-container abbr[title],
._admithub_embed-container abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

._admithub_embed-container address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

._admithub_embed-container ol,
._admithub_embed-container ul,
._admithub_embed-container dl {
  margin-top: 0;
  margin-bottom: 1rem; }

._admithub_embed-container ol ol,
._admithub_embed-container ul ul,
._admithub_embed-container ol ul,
._admithub_embed-container ul ol {
  margin-bottom: 0; }

._admithub_embed-container dt {
  font-weight: 700; }

._admithub_embed-container dd {
  margin-bottom: .5rem;
  margin-left: 0; }

._admithub_embed-container blockquote {
  margin: 0 0 1rem; }

._admithub_embed-container dfn {
  font-style: italic; }

._admithub_embed-container b,
._admithub_embed-container strong {
  font-weight: bolder; }

._admithub_embed-container small {
  font-size: 80%; }

._admithub_embed-container sub,
._admithub_embed-container sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

._admithub_embed-container sub {
  bottom: -.25em; }

._admithub_embed-container sup {
  top: -.5em; }

._admithub_embed-container a {
  color: #22a1ac;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  ._admithub_embed-container a:hover {
    color: #15656c;
    text-decoration: underline; }

._admithub_embed-container a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  ._admithub_embed-container a:not([href]):not([tabindex]):hover, ._admithub_embed-container a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  ._admithub_embed-container a:not([href]):not([tabindex]):focus {
    outline: 0; }

._admithub_embed-container pre,
._admithub_embed-container code,
._admithub_embed-container kbd,
._admithub_embed-container samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

._admithub_embed-container pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

._admithub_embed-container figure {
  margin: 0 0 1rem; }

._admithub_embed-container img {
  vertical-align: middle;
  border-style: none; }

._admithub_embed-container svg {
  overflow: hidden;
  vertical-align: middle; }

._admithub_embed-container table {
  border-collapse: collapse; }

._admithub_embed-container caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

._admithub_embed-container th {
  text-align: inherit; }

._admithub_embed-container label {
  display: inline-block;
  margin-bottom: 0.5rem; }

._admithub_embed-container button {
  border-radius: 0; }

._admithub_embed-container button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

._admithub_embed-container input,
._admithub_embed-container button,
._admithub_embed-container select,
._admithub_embed-container optgroup,
._admithub_embed-container textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

._admithub_embed-container button,
._admithub_embed-container input {
  overflow: visible; }

._admithub_embed-container button,
._admithub_embed-container select {
  text-transform: none; }

._admithub_embed-container button,
._admithub_embed-container html [type="button"],
._admithub_embed-container [type="reset"],
._admithub_embed-container [type="submit"] {
  -webkit-appearance: button; }

._admithub_embed-container button::-moz-focus-inner,
._admithub_embed-container [type="button"]::-moz-focus-inner,
._admithub_embed-container [type="reset"]::-moz-focus-inner,
._admithub_embed-container [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

._admithub_embed-container input[type="radio"],
._admithub_embed-container input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

._admithub_embed-container input[type="date"],
._admithub_embed-container input[type="time"],
._admithub_embed-container input[type="datetime-local"],
._admithub_embed-container input[type="month"] {
  -webkit-appearance: listbox; }

._admithub_embed-container textarea {
  overflow: auto;
  resize: vertical; }

._admithub_embed-container fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

._admithub_embed-container legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

._admithub_embed-container progress {
  vertical-align: baseline; }

._admithub_embed-container [type="number"]::-webkit-inner-spin-button,
._admithub_embed-container [type="number"]::-webkit-outer-spin-button {
  height: auto; }

._admithub_embed-container [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

._admithub_embed-container [type="search"]::-webkit-search-cancel-button,
._admithub_embed-container [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

._admithub_embed-container ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

._admithub_embed-container output {
  display: inline-block; }

._admithub_embed-container summary {
  display: list-item;
  cursor: pointer; }

._admithub_embed-container template {
  display: none; }

._admithub_embed-container [hidden] {
  display: none !important; }

._admithub_embed-container h1, ._admithub_embed-container h2, ._admithub_embed-container h3, ._admithub_embed-container h4, ._admithub_embed-container h5, ._admithub_embed-container h6, ._admithub_embed-container .h1, ._admithub_embed-container .h2, ._admithub_embed-container .h3, ._admithub_embed-container .h4, ._admithub_embed-container .h5, ._admithub_embed-container .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit; }

._admithub_embed-container h1, ._admithub_embed-container .h1 {
  font-size: 2.5rem; }

._admithub_embed-container h2, ._admithub_embed-container .h2 {
  font-size: 1.6rem; }

._admithub_embed-container h3, ._admithub_embed-container .h3 {
  font-size: 1.75rem; }

._admithub_embed-container h4, ._admithub_embed-container .h4 {
  font-size: 1.5rem; }

._admithub_embed-container h5, ._admithub_embed-container .h5 {
  font-size: 1.25rem; }

._admithub_embed-container h6, ._admithub_embed-container .h6 {
  font-size: 1rem; }

._admithub_embed-container .lead {
  font-size: 1.25rem;
  font-weight: 300; }

._admithub_embed-container .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

._admithub_embed-container .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

._admithub_embed-container .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

._admithub_embed-container .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

._admithub_embed-container hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

._admithub_embed-container small,
._admithub_embed-container .small {
  font-size: 80%;
  font-weight: 400; }

._admithub_embed-container mark,
._admithub_embed-container .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

._admithub_embed-container .list-unstyled {
  padding-left: 0;
  list-style: none; }

._admithub_embed-container .list-inline {
  padding-left: 0;
  list-style: none; }

._admithub_embed-container .list-inline-item {
  display: inline-block; }
  ._admithub_embed-container .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

._admithub_embed-container .initialism {
  font-size: 90%;
  text-transform: uppercase; }

._admithub_embed-container .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

._admithub_embed-container .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  ._admithub_embed-container .blockquote-footer::before {
    content: "\2014 \00A0"; }

._admithub_embed-container .img-fluid {
  max-width: 100%;
  height: auto; }

._admithub_embed-container .img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

._admithub_embed-container .figure {
  display: inline-block; }

._admithub_embed-container .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

._admithub_embed-container .figure-caption {
  font-size: 90%;
  color: #6c757d; }

._admithub_embed-container code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  ._admithub_embed-container a > code {
    color: inherit; }

._admithub_embed-container kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  ._admithub_embed-container kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

._admithub_embed-container pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  ._admithub_embed-container pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

._admithub_embed-container .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

._admithub_embed-container .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    ._admithub_embed-container .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    ._admithub_embed-container .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    ._admithub_embed-container .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    ._admithub_embed-container .container {
      max-width: 1140px; } }

._admithub_embed-container .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

._admithub_embed-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

._admithub_embed-container .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  ._admithub_embed-container .no-gutters > .col,
  ._admithub_embed-container .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

._admithub_embed-container .col-1, ._admithub_embed-container .col-2, ._admithub_embed-container .col-3, ._admithub_embed-container .col-4, ._admithub_embed-container .col-5, ._admithub_embed-container .col-6, ._admithub_embed-container .col-7, ._admithub_embed-container .col-8, ._admithub_embed-container .col-9, ._admithub_embed-container .col-10, ._admithub_embed-container .col-11, ._admithub_embed-container .col-12, ._admithub_embed-container .col, ._admithub_embed-container .col-auto, ._admithub_embed-container .col-sm-1, ._admithub_embed-container .col-sm-2, ._admithub_embed-container .col-sm-3, ._admithub_embed-container .col-sm-4, ._admithub_embed-container .col-sm-5, ._admithub_embed-container .col-sm-6, ._admithub_embed-container .col-sm-7, ._admithub_embed-container .col-sm-8, ._admithub_embed-container .col-sm-9, ._admithub_embed-container .col-sm-10, ._admithub_embed-container .col-sm-11, ._admithub_embed-container .col-sm-12, ._admithub_embed-container .col-sm, ._admithub_embed-container .col-sm-auto, ._admithub_embed-container .col-md-1, ._admithub_embed-container .col-md-2, ._admithub_embed-container .col-md-3, ._admithub_embed-container .col-md-4, ._admithub_embed-container .col-md-5, ._admithub_embed-container .col-md-6, ._admithub_embed-container .col-md-7, ._admithub_embed-container .col-md-8, ._admithub_embed-container .col-md-9, ._admithub_embed-container .col-md-10, ._admithub_embed-container .col-md-11, ._admithub_embed-container .col-md-12, ._admithub_embed-container .col-md, ._admithub_embed-container .col-md-auto, ._admithub_embed-container .col-lg-1, ._admithub_embed-container .col-lg-2, ._admithub_embed-container .col-lg-3, ._admithub_embed-container .col-lg-4, ._admithub_embed-container .col-lg-5, ._admithub_embed-container .col-lg-6, ._admithub_embed-container .col-lg-7, ._admithub_embed-container .col-lg-8, ._admithub_embed-container .col-lg-9, ._admithub_embed-container .col-lg-10, ._admithub_embed-container .col-lg-11, ._admithub_embed-container .col-lg-12, ._admithub_embed-container .col-lg, ._admithub_embed-container .col-lg-auto, ._admithub_embed-container .col-xl-1, ._admithub_embed-container .col-xl-2, ._admithub_embed-container .col-xl-3, ._admithub_embed-container .col-xl-4, ._admithub_embed-container .col-xl-5, ._admithub_embed-container .col-xl-6, ._admithub_embed-container .col-xl-7, ._admithub_embed-container .col-xl-8, ._admithub_embed-container .col-xl-9, ._admithub_embed-container .col-xl-10, ._admithub_embed-container .col-xl-11, ._admithub_embed-container .col-xl-12, ._admithub_embed-container .col-xl, ._admithub_embed-container .col-xl-auto, ._admithub_embed-container .col-xxl-1, ._admithub_embed-container .col-xxl-2, ._admithub_embed-container .col-xxl-3, ._admithub_embed-container .col-xxl-4, ._admithub_embed-container .col-xxl-5, ._admithub_embed-container .col-xxl-6, ._admithub_embed-container .col-xxl-7, ._admithub_embed-container .col-xxl-8, ._admithub_embed-container .col-xxl-9, ._admithub_embed-container .col-xxl-10, ._admithub_embed-container .col-xxl-11, ._admithub_embed-container .col-xxl-12, ._admithub_embed-container .col-xxl, ._admithub_embed-container .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

._admithub_embed-container .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

._admithub_embed-container .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

._admithub_embed-container .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

._admithub_embed-container .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

._admithub_embed-container .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

._admithub_embed-container .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

._admithub_embed-container .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

._admithub_embed-container .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

._admithub_embed-container .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

._admithub_embed-container .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

._admithub_embed-container .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

._admithub_embed-container .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

._admithub_embed-container .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

._admithub_embed-container .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

._admithub_embed-container .order-first {
  order: -1; }

._admithub_embed-container .order-last {
  order: 13; }

._admithub_embed-container .order-0 {
  order: 0; }

._admithub_embed-container .order-1 {
  order: 1; }

._admithub_embed-container .order-2 {
  order: 2; }

._admithub_embed-container .order-3 {
  order: 3; }

._admithub_embed-container .order-4 {
  order: 4; }

._admithub_embed-container .order-5 {
  order: 5; }

._admithub_embed-container .order-6 {
  order: 6; }

._admithub_embed-container .order-7 {
  order: 7; }

._admithub_embed-container .order-8 {
  order: 8; }

._admithub_embed-container .order-9 {
  order: 9; }

._admithub_embed-container .order-10 {
  order: 10; }

._admithub_embed-container .order-11 {
  order: 11; }

._admithub_embed-container .order-12 {
  order: 12; }

._admithub_embed-container .offset-1 {
  margin-left: 8.33333%; }

._admithub_embed-container .offset-2 {
  margin-left: 16.66667%; }

._admithub_embed-container .offset-3 {
  margin-left: 25%; }

._admithub_embed-container .offset-4 {
  margin-left: 33.33333%; }

._admithub_embed-container .offset-5 {
  margin-left: 41.66667%; }

._admithub_embed-container .offset-6 {
  margin-left: 50%; }

._admithub_embed-container .offset-7 {
  margin-left: 58.33333%; }

._admithub_embed-container .offset-8 {
  margin-left: 66.66667%; }

._admithub_embed-container .offset-9 {
  margin-left: 75%; }

._admithub_embed-container .offset-10 {
  margin-left: 83.33333%; }

._admithub_embed-container .offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  ._admithub_embed-container .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._admithub_embed-container .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._admithub_embed-container .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._admithub_embed-container .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._admithub_embed-container .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._admithub_embed-container .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._admithub_embed-container .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._admithub_embed-container .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._admithub_embed-container .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._admithub_embed-container .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._admithub_embed-container .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._admithub_embed-container .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._admithub_embed-container .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._admithub_embed-container .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  ._admithub_embed-container .order-sm-first {
    order: -1; }
  ._admithub_embed-container .order-sm-last {
    order: 13; }
  ._admithub_embed-container .order-sm-0 {
    order: 0; }
  ._admithub_embed-container .order-sm-1 {
    order: 1; }
  ._admithub_embed-container .order-sm-2 {
    order: 2; }
  ._admithub_embed-container .order-sm-3 {
    order: 3; }
  ._admithub_embed-container .order-sm-4 {
    order: 4; }
  ._admithub_embed-container .order-sm-5 {
    order: 5; }
  ._admithub_embed-container .order-sm-6 {
    order: 6; }
  ._admithub_embed-container .order-sm-7 {
    order: 7; }
  ._admithub_embed-container .order-sm-8 {
    order: 8; }
  ._admithub_embed-container .order-sm-9 {
    order: 9; }
  ._admithub_embed-container .order-sm-10 {
    order: 10; }
  ._admithub_embed-container .order-sm-11 {
    order: 11; }
  ._admithub_embed-container .order-sm-12 {
    order: 12; }
  ._admithub_embed-container .offset-sm-0 {
    margin-left: 0; }
  ._admithub_embed-container .offset-sm-1 {
    margin-left: 8.33333%; }
  ._admithub_embed-container .offset-sm-2 {
    margin-left: 16.66667%; }
  ._admithub_embed-container .offset-sm-3 {
    margin-left: 25%; }
  ._admithub_embed-container .offset-sm-4 {
    margin-left: 33.33333%; }
  ._admithub_embed-container .offset-sm-5 {
    margin-left: 41.66667%; }
  ._admithub_embed-container .offset-sm-6 {
    margin-left: 50%; }
  ._admithub_embed-container .offset-sm-7 {
    margin-left: 58.33333%; }
  ._admithub_embed-container .offset-sm-8 {
    margin-left: 66.66667%; }
  ._admithub_embed-container .offset-sm-9 {
    margin-left: 75%; }
  ._admithub_embed-container .offset-sm-10 {
    margin-left: 83.33333%; }
  ._admithub_embed-container .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  ._admithub_embed-container .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._admithub_embed-container .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._admithub_embed-container .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._admithub_embed-container .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._admithub_embed-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._admithub_embed-container .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._admithub_embed-container .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._admithub_embed-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._admithub_embed-container .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._admithub_embed-container .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._admithub_embed-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._admithub_embed-container .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._admithub_embed-container .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._admithub_embed-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  ._admithub_embed-container .order-md-first {
    order: -1; }
  ._admithub_embed-container .order-md-last {
    order: 13; }
  ._admithub_embed-container .order-md-0 {
    order: 0; }
  ._admithub_embed-container .order-md-1 {
    order: 1; }
  ._admithub_embed-container .order-md-2 {
    order: 2; }
  ._admithub_embed-container .order-md-3 {
    order: 3; }
  ._admithub_embed-container .order-md-4 {
    order: 4; }
  ._admithub_embed-container .order-md-5 {
    order: 5; }
  ._admithub_embed-container .order-md-6 {
    order: 6; }
  ._admithub_embed-container .order-md-7 {
    order: 7; }
  ._admithub_embed-container .order-md-8 {
    order: 8; }
  ._admithub_embed-container .order-md-9 {
    order: 9; }
  ._admithub_embed-container .order-md-10 {
    order: 10; }
  ._admithub_embed-container .order-md-11 {
    order: 11; }
  ._admithub_embed-container .order-md-12 {
    order: 12; }
  ._admithub_embed-container .offset-md-0 {
    margin-left: 0; }
  ._admithub_embed-container .offset-md-1 {
    margin-left: 8.33333%; }
  ._admithub_embed-container .offset-md-2 {
    margin-left: 16.66667%; }
  ._admithub_embed-container .offset-md-3 {
    margin-left: 25%; }
  ._admithub_embed-container .offset-md-4 {
    margin-left: 33.33333%; }
  ._admithub_embed-container .offset-md-5 {
    margin-left: 41.66667%; }
  ._admithub_embed-container .offset-md-6 {
    margin-left: 50%; }
  ._admithub_embed-container .offset-md-7 {
    margin-left: 58.33333%; }
  ._admithub_embed-container .offset-md-8 {
    margin-left: 66.66667%; }
  ._admithub_embed-container .offset-md-9 {
    margin-left: 75%; }
  ._admithub_embed-container .offset-md-10 {
    margin-left: 83.33333%; }
  ._admithub_embed-container .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  ._admithub_embed-container .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._admithub_embed-container .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._admithub_embed-container .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._admithub_embed-container .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._admithub_embed-container .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._admithub_embed-container .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._admithub_embed-container .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._admithub_embed-container .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._admithub_embed-container .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._admithub_embed-container .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._admithub_embed-container .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._admithub_embed-container .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._admithub_embed-container .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._admithub_embed-container .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  ._admithub_embed-container .order-lg-first {
    order: -1; }
  ._admithub_embed-container .order-lg-last {
    order: 13; }
  ._admithub_embed-container .order-lg-0 {
    order: 0; }
  ._admithub_embed-container .order-lg-1 {
    order: 1; }
  ._admithub_embed-container .order-lg-2 {
    order: 2; }
  ._admithub_embed-container .order-lg-3 {
    order: 3; }
  ._admithub_embed-container .order-lg-4 {
    order: 4; }
  ._admithub_embed-container .order-lg-5 {
    order: 5; }
  ._admithub_embed-container .order-lg-6 {
    order: 6; }
  ._admithub_embed-container .order-lg-7 {
    order: 7; }
  ._admithub_embed-container .order-lg-8 {
    order: 8; }
  ._admithub_embed-container .order-lg-9 {
    order: 9; }
  ._admithub_embed-container .order-lg-10 {
    order: 10; }
  ._admithub_embed-container .order-lg-11 {
    order: 11; }
  ._admithub_embed-container .order-lg-12 {
    order: 12; }
  ._admithub_embed-container .offset-lg-0 {
    margin-left: 0; }
  ._admithub_embed-container .offset-lg-1 {
    margin-left: 8.33333%; }
  ._admithub_embed-container .offset-lg-2 {
    margin-left: 16.66667%; }
  ._admithub_embed-container .offset-lg-3 {
    margin-left: 25%; }
  ._admithub_embed-container .offset-lg-4 {
    margin-left: 33.33333%; }
  ._admithub_embed-container .offset-lg-5 {
    margin-left: 41.66667%; }
  ._admithub_embed-container .offset-lg-6 {
    margin-left: 50%; }
  ._admithub_embed-container .offset-lg-7 {
    margin-left: 58.33333%; }
  ._admithub_embed-container .offset-lg-8 {
    margin-left: 66.66667%; }
  ._admithub_embed-container .offset-lg-9 {
    margin-left: 75%; }
  ._admithub_embed-container .offset-lg-10 {
    margin-left: 83.33333%; }
  ._admithub_embed-container .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._admithub_embed-container .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._admithub_embed-container .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._admithub_embed-container .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._admithub_embed-container .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._admithub_embed-container .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._admithub_embed-container .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._admithub_embed-container .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._admithub_embed-container .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._admithub_embed-container .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._admithub_embed-container .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._admithub_embed-container .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._admithub_embed-container .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._admithub_embed-container .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  ._admithub_embed-container .order-xl-first {
    order: -1; }
  ._admithub_embed-container .order-xl-last {
    order: 13; }
  ._admithub_embed-container .order-xl-0 {
    order: 0; }
  ._admithub_embed-container .order-xl-1 {
    order: 1; }
  ._admithub_embed-container .order-xl-2 {
    order: 2; }
  ._admithub_embed-container .order-xl-3 {
    order: 3; }
  ._admithub_embed-container .order-xl-4 {
    order: 4; }
  ._admithub_embed-container .order-xl-5 {
    order: 5; }
  ._admithub_embed-container .order-xl-6 {
    order: 6; }
  ._admithub_embed-container .order-xl-7 {
    order: 7; }
  ._admithub_embed-container .order-xl-8 {
    order: 8; }
  ._admithub_embed-container .order-xl-9 {
    order: 9; }
  ._admithub_embed-container .order-xl-10 {
    order: 10; }
  ._admithub_embed-container .order-xl-11 {
    order: 11; }
  ._admithub_embed-container .order-xl-12 {
    order: 12; }
  ._admithub_embed-container .offset-xl-0 {
    margin-left: 0; }
  ._admithub_embed-container .offset-xl-1 {
    margin-left: 8.33333%; }
  ._admithub_embed-container .offset-xl-2 {
    margin-left: 16.66667%; }
  ._admithub_embed-container .offset-xl-3 {
    margin-left: 25%; }
  ._admithub_embed-container .offset-xl-4 {
    margin-left: 33.33333%; }
  ._admithub_embed-container .offset-xl-5 {
    margin-left: 41.66667%; }
  ._admithub_embed-container .offset-xl-6 {
    margin-left: 50%; }
  ._admithub_embed-container .offset-xl-7 {
    margin-left: 58.33333%; }
  ._admithub_embed-container .offset-xl-8 {
    margin-left: 66.66667%; }
  ._admithub_embed-container .offset-xl-9 {
    margin-left: 75%; }
  ._admithub_embed-container .offset-xl-10 {
    margin-left: 83.33333%; }
  ._admithub_embed-container .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._admithub_embed-container .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._admithub_embed-container .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._admithub_embed-container .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._admithub_embed-container .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._admithub_embed-container .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._admithub_embed-container .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._admithub_embed-container .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._admithub_embed-container .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._admithub_embed-container .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._admithub_embed-container .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._admithub_embed-container .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._admithub_embed-container .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._admithub_embed-container .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  ._admithub_embed-container .order-xxl-first {
    order: -1; }
  ._admithub_embed-container .order-xxl-last {
    order: 13; }
  ._admithub_embed-container .order-xxl-0 {
    order: 0; }
  ._admithub_embed-container .order-xxl-1 {
    order: 1; }
  ._admithub_embed-container .order-xxl-2 {
    order: 2; }
  ._admithub_embed-container .order-xxl-3 {
    order: 3; }
  ._admithub_embed-container .order-xxl-4 {
    order: 4; }
  ._admithub_embed-container .order-xxl-5 {
    order: 5; }
  ._admithub_embed-container .order-xxl-6 {
    order: 6; }
  ._admithub_embed-container .order-xxl-7 {
    order: 7; }
  ._admithub_embed-container .order-xxl-8 {
    order: 8; }
  ._admithub_embed-container .order-xxl-9 {
    order: 9; }
  ._admithub_embed-container .order-xxl-10 {
    order: 10; }
  ._admithub_embed-container .order-xxl-11 {
    order: 11; }
  ._admithub_embed-container .order-xxl-12 {
    order: 12; }
  ._admithub_embed-container .offset-xxl-0 {
    margin-left: 0; }
  ._admithub_embed-container .offset-xxl-1 {
    margin-left: 8.33333%; }
  ._admithub_embed-container .offset-xxl-2 {
    margin-left: 16.66667%; }
  ._admithub_embed-container .offset-xxl-3 {
    margin-left: 25%; }
  ._admithub_embed-container .offset-xxl-4 {
    margin-left: 33.33333%; }
  ._admithub_embed-container .offset-xxl-5 {
    margin-left: 41.66667%; }
  ._admithub_embed-container .offset-xxl-6 {
    margin-left: 50%; }
  ._admithub_embed-container .offset-xxl-7 {
    margin-left: 58.33333%; }
  ._admithub_embed-container .offset-xxl-8 {
    margin-left: 66.66667%; }
  ._admithub_embed-container .offset-xxl-9 {
    margin-left: 75%; }
  ._admithub_embed-container .offset-xxl-10 {
    margin-left: 83.33333%; }
  ._admithub_embed-container .offset-xxl-11 {
    margin-left: 91.66667%; } }

._admithub_embed-container .table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  ._admithub_embed-container .table th,
  ._admithub_embed-container .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  ._admithub_embed-container .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  ._admithub_embed-container .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  ._admithub_embed-container .table .table {
    background-color: #ffffff; }

._admithub_embed-container .table-sm th,
._admithub_embed-container .table-sm td {
  padding: 0.3rem; }

._admithub_embed-container .table-bordered {
  border: 1px solid #dee2e6; }
  ._admithub_embed-container .table-bordered th,
  ._admithub_embed-container .table-bordered td {
    border: 1px solid #dee2e6; }
  ._admithub_embed-container .table-bordered thead th,
  ._admithub_embed-container .table-bordered thead td {
    border-bottom-width: 2px; }

._admithub_embed-container .table-borderless th,
._admithub_embed-container .table-borderless td,
._admithub_embed-container .table-borderless thead th,
._admithub_embed-container .table-borderless tbody + tbody {
  border: 0; }

._admithub_embed-container .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

._admithub_embed-container .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

._admithub_embed-container .table-primary,
._admithub_embed-container .table-primary > th,
._admithub_embed-container .table-primary > td {
  background-color: #c1e5e8; }

._admithub_embed-container .table-hover .table-primary:hover {
  background-color: #aedde1; }
  ._admithub_embed-container .table-hover .table-primary:hover > td,
  ._admithub_embed-container .table-hover .table-primary:hover > th {
    background-color: #aedde1; }

._admithub_embed-container .table-secondary,
._admithub_embed-container .table-secondary > th,
._admithub_embed-container .table-secondary > td {
  background-color: #ebcfe1; }

._admithub_embed-container .table-hover .table-secondary:hover {
  background-color: #e4bdd6; }
  ._admithub_embed-container .table-hover .table-secondary:hover > td,
  ._admithub_embed-container .table-hover .table-secondary:hover > th {
    background-color: #e4bdd6; }

._admithub_embed-container .table-success,
._admithub_embed-container .table-success > th,
._admithub_embed-container .table-success > td {
  background-color: #c3e6cb; }

._admithub_embed-container .table-hover .table-success:hover {
  background-color: #b1dfbb; }
  ._admithub_embed-container .table-hover .table-success:hover > td,
  ._admithub_embed-container .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

._admithub_embed-container .table-info,
._admithub_embed-container .table-info > th,
._admithub_embed-container .table-info > td {
  background-color: #bee5eb; }

._admithub_embed-container .table-hover .table-info:hover {
  background-color: #abdde5; }
  ._admithub_embed-container .table-hover .table-info:hover > td,
  ._admithub_embed-container .table-hover .table-info:hover > th {
    background-color: #abdde5; }

._admithub_embed-container .table-warning,
._admithub_embed-container .table-warning > th,
._admithub_embed-container .table-warning > td {
  background-color: #ffeeba; }

._admithub_embed-container .table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  ._admithub_embed-container .table-hover .table-warning:hover > td,
  ._admithub_embed-container .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

._admithub_embed-container .table-danger,
._admithub_embed-container .table-danger > th,
._admithub_embed-container .table-danger > td {
  background-color: #fccec0; }

._admithub_embed-container .table-hover .table-danger:hover {
  background-color: #fbbba8; }
  ._admithub_embed-container .table-hover .table-danger:hover > td,
  ._admithub_embed-container .table-hover .table-danger:hover > th {
    background-color: #fbbba8; }

._admithub_embed-container .table-light,
._admithub_embed-container .table-light > th,
._admithub_embed-container .table-light > td {
  background-color: #fdfdfe; }

._admithub_embed-container .table-hover .table-light:hover {
  background-color: #ececf6; }
  ._admithub_embed-container .table-hover .table-light:hover > td,
  ._admithub_embed-container .table-hover .table-light:hover > th {
    background-color: #ececf6; }

._admithub_embed-container .table-dark,
._admithub_embed-container .table-dark > th,
._admithub_embed-container .table-dark > td {
  background-color: #c6c8ca; }

._admithub_embed-container .table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  ._admithub_embed-container .table-hover .table-dark:hover > td,
  ._admithub_embed-container .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

._admithub_embed-container .table-incoming,
._admithub_embed-container .table-incoming > th,
._admithub_embed-container .table-incoming > td {
  background-color: #f3fffe; }

._admithub_embed-container .table-hover .table-incoming:hover {
  background-color: #dafffc; }
  ._admithub_embed-container .table-hover .table-incoming:hover > td,
  ._admithub_embed-container .table-hover .table-incoming:hover > th {
    background-color: #dafffc; }

._admithub_embed-container .table-forwarded,
._admithub_embed-container .table-forwarded > th,
._admithub_embed-container .table-forwarded > td {
  background-color: #c7ebd5; }

._admithub_embed-container .table-hover .table-forwarded:hover {
  background-color: #b4e4c7; }
  ._admithub_embed-container .table-hover .table-forwarded:hover > td,
  ._admithub_embed-container .table-hover .table-forwarded:hover > th {
    background-color: #b4e4c7; }

._admithub_embed-container .table-new-ui-primary,
._admithub_embed-container .table-new-ui-primary > th,
._admithub_embed-container .table-new-ui-primary > td {
  background-color: #b8e6e3; }

._admithub_embed-container .table-hover .table-new-ui-primary:hover {
  background-color: #a5dfdc; }
  ._admithub_embed-container .table-hover .table-new-ui-primary:hover > td,
  ._admithub_embed-container .table-hover .table-new-ui-primary:hover > th {
    background-color: #a5dfdc; }

._admithub_embed-container .table-new-ui-primary-highlight,
._admithub_embed-container .table-new-ui-primary-highlight > th,
._admithub_embed-container .table-new-ui-primary-highlight > td {
  background-color: #b8ebe7; }

._admithub_embed-container .table-hover .table-new-ui-primary-highlight:hover {
  background-color: #a4e5e0; }
  ._admithub_embed-container .table-hover .table-new-ui-primary-highlight:hover > td,
  ._admithub_embed-container .table-hover .table-new-ui-primary-highlight:hover > th {
    background-color: #a4e5e0; }

._admithub_embed-container .table-new-ui-selected-light,
._admithub_embed-container .table-new-ui-selected-light > th,
._admithub_embed-container .table-new-ui-selected-light > td {
  background-color: #f7fbfe; }

._admithub_embed-container .table-hover .table-new-ui-selected-light:hover {
  background-color: #e0f0fb; }
  ._admithub_embed-container .table-hover .table-new-ui-selected-light:hover > td,
  ._admithub_embed-container .table-hover .table-new-ui-selected-light:hover > th {
    background-color: #e0f0fb; }

._admithub_embed-container .table-new-ui-danger,
._admithub_embed-container .table-new-ui-danger > th,
._admithub_embed-container .table-new-ui-danger > td {
  background-color: #f7cbcb; }

._admithub_embed-container .table-hover .table-new-ui-danger:hover {
  background-color: #f4b5b5; }
  ._admithub_embed-container .table-hover .table-new-ui-danger:hover > td,
  ._admithub_embed-container .table-hover .table-new-ui-danger:hover > th {
    background-color: #f4b5b5; }

._admithub_embed-container .table-new-ui-danger-light,
._admithub_embed-container .table-new-ui-danger-light > th,
._admithub_embed-container .table-new-ui-danger-light > td {
  background-color: #fef7f8; }

._admithub_embed-container .table-hover .table-new-ui-danger-light:hover {
  background-color: #fbe0e4; }
  ._admithub_embed-container .table-hover .table-new-ui-danger-light:hover > td,
  ._admithub_embed-container .table-hover .table-new-ui-danger-light:hover > th {
    background-color: #fbe0e4; }

._admithub_embed-container .table-blue-grey-005,
._admithub_embed-container .table-blue-grey-005 > th,
._admithub_embed-container .table-blue-grey-005 > td {
  background-color: #fefefe; }

._admithub_embed-container .table-hover .table-blue-grey-005:hover {
  background-color: #f1f1f1; }
  ._admithub_embed-container .table-hover .table-blue-grey-005:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-005:hover > th {
    background-color: #f1f1f1; }

._admithub_embed-container .table-blue-grey-010,
._admithub_embed-container .table-blue-grey-010 > th,
._admithub_embed-container .table-blue-grey-010 > td {
  background-color: #fbfcfc; }

._admithub_embed-container .table-hover .table-blue-grey-010:hover {
  background-color: #ecf1f1; }
  ._admithub_embed-container .table-hover .table-blue-grey-010:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-010:hover > th {
    background-color: #ecf1f1; }

._admithub_embed-container .table-blue-grey-015,
._admithub_embed-container .table-blue-grey-015 > th,
._admithub_embed-container .table-blue-grey-015 > td {
  background-color: #f7f9fb; }

._admithub_embed-container .table-hover .table-blue-grey-015:hover {
  background-color: #e6ecf3; }
  ._admithub_embed-container .table-hover .table-blue-grey-015:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-015:hover > th {
    background-color: #e6ecf3; }

._admithub_embed-container .table-blue-grey-020,
._admithub_embed-container .table-blue-grey-020 > th,
._admithub_embed-container .table-blue-grey-020 > td {
  background-color: #f4f6f8; }

._admithub_embed-container .table-hover .table-blue-grey-020:hover {
  background-color: #e4e9ee; }
  ._admithub_embed-container .table-hover .table-blue-grey-020:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-020:hover > th {
    background-color: #e4e9ee; }

._admithub_embed-container .table-blue-grey-025,
._admithub_embed-container .table-blue-grey-025 > th,
._admithub_embed-container .table-blue-grey-025 > td {
  background-color: #fcfcfd; }

._admithub_embed-container .table-hover .table-blue-grey-025:hover {
  background-color: #ededf3; }
  ._admithub_embed-container .table-hover .table-blue-grey-025:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-025:hover > th {
    background-color: #ededf3; }

._admithub_embed-container .table-blue-grey-030,
._admithub_embed-container .table-blue-grey-030 > th,
._admithub_embed-container .table-blue-grey-030 > td {
  background-color: #e9eef0; }

._admithub_embed-container .table-hover .table-blue-grey-030:hover {
  background-color: #dae2e6; }
  ._admithub_embed-container .table-hover .table-blue-grey-030:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-030:hover > th {
    background-color: #dae2e6; }

._admithub_embed-container .table-blue-grey-050,
._admithub_embed-container .table-blue-grey-050 > th,
._admithub_embed-container .table-blue-grey-050 > td {
  background-color: #fbfcfc; }

._admithub_embed-container .table-hover .table-blue-grey-050:hover {
  background-color: #ecf1f1; }
  ._admithub_embed-container .table-hover .table-blue-grey-050:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-050:hover > th {
    background-color: #ecf1f1; }

._admithub_embed-container .table-blue-grey-075,
._admithub_embed-container .table-blue-grey-075 > th,
._admithub_embed-container .table-blue-grey-075 > td {
  background-color: #f5f7f8; }

._admithub_embed-container .table-hover .table-blue-grey-075:hover {
  background-color: #e6ebee; }
  ._admithub_embed-container .table-hover .table-blue-grey-075:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-075:hover > th {
    background-color: #e6ebee; }

._admithub_embed-container .table-blue-grey-080,
._admithub_embed-container .table-blue-grey-080 > th,
._admithub_embed-container .table-blue-grey-080 > td {
  background-color: #c4c8ca; }

._admithub_embed-container .table-hover .table-blue-grey-080:hover {
  background-color: #b7bbbe; }
  ._admithub_embed-container .table-hover .table-blue-grey-080:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-080:hover > th {
    background-color: #b7bbbe; }

._admithub_embed-container .table-blue-grey-100,
._admithub_embed-container .table-blue-grey-100 > th,
._admithub_embed-container .table-blue-grey-100 > td {
  background-color: #f2f4f5; }

._admithub_embed-container .table-hover .table-blue-grey-100:hover {
  background-color: #e4e8ea; }
  ._admithub_embed-container .table-hover .table-blue-grey-100:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-100:hover > th {
    background-color: #e4e8ea; }

._admithub_embed-container .table-blue-grey-200,
._admithub_embed-container .table-blue-grey-200 > th,
._admithub_embed-container .table-blue-grey-200 > td {
  background-color: #e9edef; }

._admithub_embed-container .table-hover .table-blue-grey-200:hover {
  background-color: #dae1e4; }
  ._admithub_embed-container .table-hover .table-blue-grey-200:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-200:hover > th {
    background-color: #dae1e4; }

._admithub_embed-container .table-blue-grey-300,
._admithub_embed-container .table-blue-grey-300 > th,
._admithub_embed-container .table-blue-grey-300 > td {
  background-color: #e0e6e9; }

._admithub_embed-container .table-hover .table-blue-grey-300:hover {
  background-color: #d1dade; }
  ._admithub_embed-container .table-hover .table-blue-grey-300:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-300:hover > th {
    background-color: #d1dade; }

._admithub_embed-container .table-blue-grey-400,
._admithub_embed-container .table-blue-grey-400 > th,
._admithub_embed-container .table-blue-grey-400 > td {
  background-color: #d9e0e4; }

._admithub_embed-container .table-hover .table-blue-grey-400:hover {
  background-color: #cad4d9; }
  ._admithub_embed-container .table-hover .table-blue-grey-400:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-400:hover > th {
    background-color: #cad4d9; }

._admithub_embed-container .table-blue-grey-500,
._admithub_embed-container .table-blue-grey-500 > th,
._admithub_embed-container .table-blue-grey-500 > td {
  background-color: #d2dbdf; }

._admithub_embed-container .table-hover .table-blue-grey-500:hover {
  background-color: #c3cfd4; }
  ._admithub_embed-container .table-hover .table-blue-grey-500:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-500:hover > th {
    background-color: #c3cfd4; }

._admithub_embed-container .table-blue-grey-501,
._admithub_embed-container .table-blue-grey-501 > th,
._admithub_embed-container .table-blue-grey-501 > td {
  background-color: #d9dddf; }

._admithub_embed-container .table-hover .table-blue-grey-501:hover {
  background-color: #cbd1d3; }
  ._admithub_embed-container .table-hover .table-blue-grey-501:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-501:hover > th {
    background-color: #cbd1d3; }

._admithub_embed-container .table-blue-grey-600,
._admithub_embed-container .table-blue-grey-600 > th,
._admithub_embed-container .table-blue-grey-600 > td {
  background-color: #cfd6da; }

._admithub_embed-container .table-hover .table-blue-grey-600:hover {
  background-color: #c1cacf; }
  ._admithub_embed-container .table-hover .table-blue-grey-600:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-600:hover > th {
    background-color: #c1cacf; }

._admithub_embed-container .table-blue-grey-701,
._admithub_embed-container .table-blue-grey-701 > th,
._admithub_embed-container .table-blue-grey-701 > td {
  background-color: #ccd0d2; }

._admithub_embed-container .table-hover .table-blue-grey-701:hover {
  background-color: #bec4c6; }
  ._admithub_embed-container .table-hover .table-blue-grey-701:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-701:hover > th {
    background-color: #bec4c6; }

._admithub_embed-container .table-blue-grey-800,
._admithub_embed-container .table-blue-grey-800 > th,
._admithub_embed-container .table-blue-grey-800 > td {
  background-color: #c7cbce; }

._admithub_embed-container .table-hover .table-blue-grey-800:hover {
  background-color: #b9bec2; }
  ._admithub_embed-container .table-hover .table-blue-grey-800:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-800:hover > th {
    background-color: #b9bec2; }

._admithub_embed-container .table-blue-grey-900,
._admithub_embed-container .table-blue-grey-900 > th,
._admithub_embed-container .table-blue-grey-900 > td {
  background-color: #c2c6c7; }

._admithub_embed-container .table-hover .table-blue-grey-900:hover {
  background-color: #b5babb; }
  ._admithub_embed-container .table-hover .table-blue-grey-900:hover > td,
  ._admithub_embed-container .table-hover .table-blue-grey-900:hover > th {
    background-color: #b5babb; }

._admithub_embed-container .table-indigo-200,
._admithub_embed-container .table-indigo-200 > th,
._admithub_embed-container .table-indigo-200 > td {
  background-color: #e4e6f5; }

._admithub_embed-container .table-hover .table-indigo-200:hover {
  background-color: #d1d5ee; }
  ._admithub_embed-container .table-hover .table-indigo-200:hover > td,
  ._admithub_embed-container .table-hover .table-indigo-200:hover > th {
    background-color: #d1d5ee; }

._admithub_embed-container .table-indigo-900,
._admithub_embed-container .table-indigo-900 > th,
._admithub_embed-container .table-indigo-900 > td {
  background-color: #bfc0db; }

._admithub_embed-container .table-hover .table-indigo-900:hover {
  background-color: #afb0d2; }
  ._admithub_embed-container .table-hover .table-indigo-900:hover > td,
  ._admithub_embed-container .table-hover .table-indigo-900:hover > th {
    background-color: #afb0d2; }

._admithub_embed-container .table-turquoise-100,
._admithub_embed-container .table-turquoise-100 > th,
._admithub_embed-container .table-turquoise-100 > td {
  background-color: #e2f5f4; }

._admithub_embed-container .table-hover .table-turquoise-100:hover {
  background-color: #cfeeed; }
  ._admithub_embed-container .table-hover .table-turquoise-100:hover > td,
  ._admithub_embed-container .table-hover .table-turquoise-100:hover > th {
    background-color: #cfeeed; }

._admithub_embed-container .table-turquoise-300,
._admithub_embed-container .table-turquoise-300 > th,
._admithub_embed-container .table-turquoise-300 > td {
  background-color: #ceebe9; }

._admithub_embed-container .table-hover .table-turquoise-300:hover {
  background-color: #bce4e1; }
  ._admithub_embed-container .table-hover .table-turquoise-300:hover > td,
  ._admithub_embed-container .table-hover .table-turquoise-300:hover > th {
    background-color: #bce4e1; }

._admithub_embed-container .table-turquoise-400,
._admithub_embed-container .table-turquoise-400 > th,
._admithub_embed-container .table-turquoise-400 > td {
  background-color: #c2e6e4; }

._admithub_embed-container .table-hover .table-turquoise-400:hover {
  background-color: #b0dfdc; }
  ._admithub_embed-container .table-hover .table-turquoise-400:hover > td,
  ._admithub_embed-container .table-hover .table-turquoise-400:hover > th {
    background-color: #b0dfdc; }

._admithub_embed-container .table-turquoise-500,
._admithub_embed-container .table-turquoise-500 > th,
._admithub_embed-container .table-turquoise-500 > td {
  background-color: #c0e2e0; }

._admithub_embed-container .table-hover .table-turquoise-500:hover {
  background-color: #afdad7; }
  ._admithub_embed-container .table-hover .table-turquoise-500:hover > td,
  ._admithub_embed-container .table-hover .table-turquoise-500:hover > th {
    background-color: #afdad7; }

._admithub_embed-container .table-red-600,
._admithub_embed-container .table-red-600 > th,
._admithub_embed-container .table-red-600 > td {
  background-color: #f8c8c6; }

._admithub_embed-container .table-hover .table-red-600:hover {
  background-color: #f5b2af; }
  ._admithub_embed-container .table-hover .table-red-600:hover > td,
  ._admithub_embed-container .table-hover .table-red-600:hover > th {
    background-color: #f5b2af; }

._admithub_embed-container .table-amber-500,
._admithub_embed-container .table-amber-500 > th,
._admithub_embed-container .table-amber-500 > td {
  background-color: #ffeeba; }

._admithub_embed-container .table-hover .table-amber-500:hover {
  background-color: #ffe8a1; }
  ._admithub_embed-container .table-hover .table-amber-500:hover > td,
  ._admithub_embed-container .table-hover .table-amber-500:hover > th {
    background-color: #ffe8a1; }

._admithub_embed-container .table-charcoal-grey,
._admithub_embed-container .table-charcoal-grey > th,
._admithub_embed-container .table-charcoal-grey > td {
  background-color: #c7cbce; }

._admithub_embed-container .table-hover .table-charcoal-grey:hover {
  background-color: #b9bec2; }
  ._admithub_embed-container .table-hover .table-charcoal-grey:hover > td,
  ._admithub_embed-container .table-hover .table-charcoal-grey:hover > th {
    background-color: #b9bec2; }

._admithub_embed-container .table-gull-grey,
._admithub_embed-container .table-gull-grey > th,
._admithub_embed-container .table-gull-grey > td {
  background-color: #e5e9eb; }

._admithub_embed-container .table-hover .table-gull-grey:hover {
  background-color: #d7dde0; }
  ._admithub_embed-container .table-hover .table-gull-grey:hover > td,
  ._admithub_embed-container .table-hover .table-gull-grey:hover > th {
    background-color: #d7dde0; }

._admithub_embed-container .table-message-no-match,
._admithub_embed-container .table-message-no-match > th,
._admithub_embed-container .table-message-no-match > td {
  background-color: #fcfdfe; }

._admithub_embed-container .table-hover .table-message-no-match:hover {
  background-color: #e9f0f8; }
  ._admithub_embed-container .table-hover .table-message-no-match:hover > td,
  ._admithub_embed-container .table-hover .table-message-no-match:hover > th {
    background-color: #e9f0f8; }

._admithub_embed-container .table-message-incoming,
._admithub_embed-container .table-message-incoming > th,
._admithub_embed-container .table-message-incoming > td {
  background-color: #f0f5fa; }

._admithub_embed-container .table-hover .table-message-incoming:hover {
  background-color: #dde8f4; }
  ._admithub_embed-container .table-hover .table-message-incoming:hover > td,
  ._admithub_embed-container .table-hover .table-message-incoming:hover > th {
    background-color: #dde8f4; }

._admithub_embed-container .table-pale-green,
._admithub_embed-container .table-pale-green > th,
._admithub_embed-container .table-pale-green > td {
  background-color: #bcefd1; }

._admithub_embed-container .table-hover .table-pale-green:hover {
  background-color: #a7eac3; }
  ._admithub_embed-container .table-hover .table-pale-green:hover > td,
  ._admithub_embed-container .table-hover .table-pale-green:hover > th {
    background-color: #a7eac3; }

._admithub_embed-container .table-admithub-pink,
._admithub_embed-container .table-admithub-pink > th,
._admithub_embed-container .table-admithub-pink > td {
  background-color: #ebcfe1; }

._admithub_embed-container .table-hover .table-admithub-pink:hover {
  background-color: #e4bdd6; }
  ._admithub_embed-container .table-hover .table-admithub-pink:hover > td,
  ._admithub_embed-container .table-hover .table-admithub-pink:hover > th {
    background-color: #e4bdd6; }

._admithub_embed-container .table-admithub-grey,
._admithub_embed-container .table-admithub-grey > th,
._admithub_embed-container .table-admithub-grey > td {
  background-color: #fbfbfb; }

._admithub_embed-container .table-hover .table-admithub-grey:hover {
  background-color: #eeeeee; }
  ._admithub_embed-container .table-hover .table-admithub-grey:hover > td,
  ._admithub_embed-container .table-hover .table-admithub-grey:hover > th {
    background-color: #eeeeee; }

._admithub_embed-container .table-admithub-primary,
._admithub_embed-container .table-admithub-primary > th,
._admithub_embed-container .table-admithub-primary > td {
  background-color: #c1e5e8; }

._admithub_embed-container .table-hover .table-admithub-primary:hover {
  background-color: #aedde1; }
  ._admithub_embed-container .table-hover .table-admithub-primary:hover > td,
  ._admithub_embed-container .table-hover .table-admithub-primary:hover > th {
    background-color: #aedde1; }

._admithub_embed-container .table-warning-light,
._admithub_embed-container .table-warning-light > th,
._admithub_embed-container .table-warning-light > td {
  background-color: #fffffb; }

._admithub_embed-container .table-hover .table-warning-light:hover {
  background-color: #ffffe2; }
  ._admithub_embed-container .table-hover .table-warning-light:hover > td,
  ._admithub_embed-container .table-hover .table-warning-light:hover > th {
    background-color: #ffffe2; }

._admithub_embed-container .table-dark-purple,
._admithub_embed-container .table-dark-purple > th,
._admithub_embed-container .table-dark-purple > td {
  background-color: #d3bbc9; }

._admithub_embed-container .table-hover .table-dark-purple:hover {
  background-color: #c9acbd; }
  ._admithub_embed-container .table-hover .table-dark-purple:hover > td,
  ._admithub_embed-container .table-hover .table-dark-purple:hover > th {
    background-color: #c9acbd; }

._admithub_embed-container .table-light-purple,
._admithub_embed-container .table-light-purple > th,
._admithub_embed-container .table-light-purple > td {
  background-color: rgba(252, 250, 251, 0.748549); }

._admithub_embed-container .table-hover .table-light-purple:hover {
  background-color: rgba(242, 234, 238, 0.748549); }
  ._admithub_embed-container .table-hover .table-light-purple:hover > td,
  ._admithub_embed-container .table-hover .table-light-purple:hover > th {
    background-color: rgba(242, 234, 238, 0.748549); }

._admithub_embed-container .table-secondary-teal,
._admithub_embed-container .table-secondary-teal > th,
._admithub_embed-container .table-secondary-teal > td {
  background-color: #c1e8e2; }

._admithub_embed-container .table-hover .table-secondary-teal:hover {
  background-color: #aee1d9; }
  ._admithub_embed-container .table-hover .table-secondary-teal:hover > td,
  ._admithub_embed-container .table-hover .table-secondary-teal:hover > th {
    background-color: #aee1d9; }

._admithub_embed-container .table-secondary-light,
._admithub_embed-container .table-secondary-light > th,
._admithub_embed-container .table-secondary-light > td {
  background-color: #fbfefe; }

._admithub_embed-container .table-hover .table-secondary-light:hover {
  background-color: #e7f9f9; }
  ._admithub_embed-container .table-hover .table-secondary-light:hover > td,
  ._admithub_embed-container .table-hover .table-secondary-light:hover > th {
    background-color: #e7f9f9; }

._admithub_embed-container .table-opacity-50,
._admithub_embed-container .table-opacity-50 > th,
._admithub_embed-container .table-opacity-50 > td {
  background-color: rgba(255, 255, 255, 0.86); }

._admithub_embed-container .table-hover .table-opacity-50:hover {
  background-color: rgba(242, 242, 242, 0.86); }
  ._admithub_embed-container .table-hover .table-opacity-50:hover > td,
  ._admithub_embed-container .table-hover .table-opacity-50:hover > th {
    background-color: rgba(242, 242, 242, 0.86); }

._admithub_embed-container .table-blue-20,
._admithub_embed-container .table-blue-20 > th,
._admithub_embed-container .table-blue-20 > td {
  background-color: #f6f9ff; }

._admithub_embed-container .table-hover .table-blue-20:hover {
  background-color: #dde8ff; }
  ._admithub_embed-container .table-hover .table-blue-20:hover > td,
  ._admithub_embed-container .table-hover .table-blue-20:hover > th {
    background-color: #dde8ff; }

._admithub_embed-container .table-blue-90,
._admithub_embed-container .table-blue-90 > th,
._admithub_embed-container .table-blue-90 > td {
  background-color: #b8c9dc; }

._admithub_embed-container .table-hover .table-blue-90:hover {
  background-color: #a7bcd4; }
  ._admithub_embed-container .table-hover .table-blue-90:hover > td,
  ._admithub_embed-container .table-hover .table-blue-90:hover > th {
    background-color: #a7bcd4; }

._admithub_embed-container .table-white,
._admithub_embed-container .table-white > th,
._admithub_embed-container .table-white > td {
  background-color: white; }

._admithub_embed-container .table-hover .table-white:hover {
  background-color: #f2f2f2; }
  ._admithub_embed-container .table-hover .table-white:hover > td,
  ._admithub_embed-container .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

._admithub_embed-container .table-gray-150,
._admithub_embed-container .table-gray-150 > th,
._admithub_embed-container .table-gray-150 > td {
  background-color: #fafafa; }

._admithub_embed-container .table-hover .table-gray-150:hover {
  background-color: #ededed; }
  ._admithub_embed-container .table-hover .table-gray-150:hover > td,
  ._admithub_embed-container .table-hover .table-gray-150:hover > th {
    background-color: #ededed; }

._admithub_embed-container .table-archived-badge-color,
._admithub_embed-container .table-archived-badge-color > th,
._admithub_embed-container .table-archived-badge-color > td {
  background-color: #e1e6e9; }

._admithub_embed-container .table-hover .table-archived-badge-color:hover {
  background-color: #d2dade; }
  ._admithub_embed-container .table-hover .table-archived-badge-color:hover > td,
  ._admithub_embed-container .table-hover .table-archived-badge-color:hover > th {
    background-color: #d2dade; }

._admithub_embed-container .table-line,
._admithub_embed-container .table-line > th,
._admithub_embed-container .table-line > td {
  background-color: #e9eef0; }

._admithub_embed-container .table-hover .table-line:hover {
  background-color: #dae2e6; }
  ._admithub_embed-container .table-hover .table-line:hover > td,
  ._admithub_embed-container .table-hover .table-line:hover > th {
    background-color: #dae2e6; }

._admithub_embed-container .table-dark-gray,
._admithub_embed-container .table-dark-gray > th,
._admithub_embed-container .table-dark-gray > td {
  background-color: #d2d6d8; }

._admithub_embed-container .table-hover .table-dark-gray:hover {
  background-color: #c4cacc; }
  ._admithub_embed-container .table-hover .table-dark-gray:hover > td,
  ._admithub_embed-container .table-hover .table-dark-gray:hover > th {
    background-color: #c4cacc; }

._admithub_embed-container .table-denim-blue,
._admithub_embed-container .table-denim-blue > th,
._admithub_embed-container .table-denim-blue > td {
  background-color: #bfd7f1; }

._admithub_embed-container .table-hover .table-denim-blue:hover {
  background-color: #aacaec; }
  ._admithub_embed-container .table-hover .table-denim-blue:hover > td,
  ._admithub_embed-container .table-hover .table-denim-blue:hover > th {
    background-color: #aacaec; }

._admithub_embed-container .table-mainstay-blue-10,
._admithub_embed-container .table-mainstay-blue-10 > th,
._admithub_embed-container .table-mainstay-blue-10 > td {
  background-color: #fbfdff; }

._admithub_embed-container .table-hover .table-mainstay-blue-10:hover {
  background-color: #e2f0ff; }
  ._admithub_embed-container .table-hover .table-mainstay-blue-10:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-blue-10:hover > th {
    background-color: #e2f0ff; }

._admithub_embed-container .table-mainstay-blue-40,
._admithub_embed-container .table-mainstay-blue-40 > th,
._admithub_embed-container .table-mainstay-blue-40 > td {
  background-color: #d7e8fb; }

._admithub_embed-container .table-hover .table-mainstay-blue-40:hover {
  background-color: #c0dbf9; }
  ._admithub_embed-container .table-hover .table-mainstay-blue-40:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-blue-40:hover > th {
    background-color: #c0dbf9; }

._admithub_embed-container .table-mainstay-blue-60,
._admithub_embed-container .table-mainstay-blue-60 > th,
._admithub_embed-container .table-mainstay-blue-60 > td {
  background-color: #bfd7f1; }

._admithub_embed-container .table-hover .table-mainstay-blue-60:hover {
  background-color: #aacaec; }
  ._admithub_embed-container .table-hover .table-mainstay-blue-60:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-blue-60:hover > th {
    background-color: #aacaec; }

._admithub_embed-container .table-mainstay-blue-70,
._admithub_embed-container .table-mainstay-blue-70 > th,
._admithub_embed-container .table-mainstay-blue-70 > td {
  background-color: #b8d3f2; }

._admithub_embed-container .table-hover .table-mainstay-blue-70:hover {
  background-color: #a2c6ee; }
  ._admithub_embed-container .table-hover .table-mainstay-blue-70:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-blue-70:hover > th {
    background-color: #a2c6ee; }

._admithub_embed-container .table-mainstay-blue-80,
._admithub_embed-container .table-mainstay-blue-80 > th,
._admithub_embed-container .table-mainstay-blue-80 > td {
  background-color: #b8cee7; }

._admithub_embed-container .table-hover .table-mainstay-blue-80:hover {
  background-color: #a5c1e1; }
  ._admithub_embed-container .table-hover .table-mainstay-blue-80:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-blue-80:hover > th {
    background-color: #a5c1e1; }

._admithub_embed-container .table-mainstay-dark-blue,
._admithub_embed-container .table-mainstay-dark-blue > th,
._admithub_embed-container .table-mainstay-dark-blue > td {
  background-color: #bac4d3; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue:hover {
  background-color: #aab7c9; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue:hover > th {
    background-color: #aab7c9; }

._admithub_embed-container .table-mainstay-dark-blue-80,
._admithub_embed-container .table-mainstay-dark-blue-80 > th,
._admithub_embed-container .table-mainstay-dark-blue-80 > td {
  background-color: #c8d0dc; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-80:hover {
  background-color: #b8c3d2; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-80:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-80:hover > th {
    background-color: #b8c3d2; }

._admithub_embed-container .table-mainstay-dark-blue-70,
._admithub_embed-container .table-mainstay-dark-blue-70 > th,
._admithub_embed-container .table-mainstay-dark-blue-70 > td {
  background-color: #cfd6e0; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-70:hover {
  background-color: #c0c9d6; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-70:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-70:hover > th {
    background-color: #c0c9d6; }

._admithub_embed-container .table-mainstay-dark-blue-65,
._admithub_embed-container .table-mainstay-dark-blue-65 > th,
._admithub_embed-container .table-mainstay-dark-blue-65 > td {
  background-color: #d2d9e3; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-65:hover {
  background-color: #c2ccd9; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-65:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-65:hover > th {
    background-color: #c2ccd9; }

._admithub_embed-container .table-mainstay-dark-blue-50,
._admithub_embed-container .table-mainstay-dark-blue-50 > th,
._admithub_embed-container .table-mainstay-dark-blue-50 > td {
  background-color: #dde2e9; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-50:hover {
  background-color: #ced5df; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-50:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-50:hover > th {
    background-color: #ced5df; }

._admithub_embed-container .table-mainstay-dark-blue-20,
._admithub_embed-container .table-mainstay-dark-blue-20 > th,
._admithub_embed-container .table-mainstay-dark-blue-20 > td {
  background-color: #f1f3f6; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-20:hover {
  background-color: #e1e6ec; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-20:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-20:hover > th {
    background-color: #e1e6ec; }

._admithub_embed-container .table-mainstay-dark-blue-10,
._admithub_embed-container .table-mainstay-dark-blue-10 > th,
._admithub_embed-container .table-mainstay-dark-blue-10 > td {
  background-color: #f8f9fb; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-10:hover {
  background-color: #e8ebf2; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-10:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-10:hover > th {
    background-color: #e8ebf2; }

._admithub_embed-container .table-mainstay-dark-blue-05,
._admithub_embed-container .table-mainstay-dark-blue-05 > th,
._admithub_embed-container .table-mainstay-dark-blue-05 > td {
  background-color: #fbfcfd; }

._admithub_embed-container .table-hover .table-mainstay-dark-blue-05:hover {
  background-color: #eaeff5; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-05:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-blue-05:hover > th {
    background-color: #eaeff5; }

._admithub_embed-container .table-mainstay-almost-black,
._admithub_embed-container .table-mainstay-almost-black > th,
._admithub_embed-container .table-mainstay-almost-black > td {
  background-color: #bdbebf; }

._admithub_embed-container .table-hover .table-mainstay-almost-black:hover {
  background-color: #b0b1b2; }
  ._admithub_embed-container .table-hover .table-mainstay-almost-black:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-almost-black:hover > th {
    background-color: #b0b1b2; }

._admithub_embed-container .table-mainstay-almost-black-30,
._admithub_embed-container .table-mainstay-almost-black-30 > th,
._admithub_embed-container .table-mainstay-almost-black-30 > td {
  background-color: #ebecec; }

._admithub_embed-container .table-hover .table-mainstay-almost-black-30:hover {
  background-color: #dee0e0; }
  ._admithub_embed-container .table-hover .table-mainstay-almost-black-30:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-almost-black-30:hover > th {
    background-color: #dee0e0; }

._admithub_embed-container .table-mainstay-almost-black-80,
._admithub_embed-container .table-mainstay-almost-black-80 > th,
._admithub_embed-container .table-mainstay-almost-black-80 > td {
  background-color: #cacbcb; }

._admithub_embed-container .table-hover .table-mainstay-almost-black-80:hover {
  background-color: #bdbebe; }
  ._admithub_embed-container .table-hover .table-mainstay-almost-black-80:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-almost-black-80:hover > th {
    background-color: #bdbebe; }

._admithub_embed-container .table-mainstay-dark-mint,
._admithub_embed-container .table-mainstay-dark-mint > th,
._admithub_embed-container .table-mainstay-dark-mint > td {
  background-color: #b8efe6; }

._admithub_embed-container .table-hover .table-mainstay-dark-mint:hover {
  background-color: #a3eadf; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-mint:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-mint:hover > th {
    background-color: #a3eadf; }

._admithub_embed-container .table-mainstay-dark-mint-w-opacity,
._admithub_embed-container .table-mainstay-dark-mint-w-opacity > th,
._admithub_embed-container .table-mainstay-dark-mint-w-opacity > td {
  background-color: rgba(250, 254, 253, 0.748); }

._admithub_embed-container .table-hover .table-mainstay-dark-mint-w-opacity:hover {
  background-color: rgba(229, 250, 245, 0.748); }
  ._admithub_embed-container .table-hover .table-mainstay-dark-mint-w-opacity:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-mint-w-opacity:hover > th {
    background-color: rgba(229, 250, 245, 0.748); }

._admithub_embed-container .table-mainstay-dark-green,
._admithub_embed-container .table-mainstay-dark-green > th,
._admithub_embed-container .table-mainstay-dark-green > td {
  background-color: #bad9d2; }

._admithub_embed-container .table-hover .table-mainstay-dark-green:hover {
  background-color: #aad0c7; }
  ._admithub_embed-container .table-hover .table-mainstay-dark-green:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-dark-green:hover > th {
    background-color: #aad0c7; }

._admithub_embed-container .table-mainstay-mint,
._admithub_embed-container .table-mainstay-mint > th,
._admithub_embed-container .table-mainstay-mint > td {
  background-color: #b8fff3; }

._admithub_embed-container .table-hover .table-mainstay-mint:hover {
  background-color: #9fffef; }
  ._admithub_embed-container .table-hover .table-mainstay-mint:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-mint:hover > th {
    background-color: #9fffef; }

._admithub_embed-container .table-mainstay-teal,
._admithub_embed-container .table-mainstay-teal > th,
._admithub_embed-container .table-mainstay-teal > td {
  background-color: #b8dcda; }

._admithub_embed-container .table-hover .table-mainstay-teal:hover {
  background-color: #a7d4d1; }
  ._admithub_embed-container .table-hover .table-mainstay-teal:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-teal:hover > th {
    background-color: #a7d4d1; }

._admithub_embed-container .table-mainstay-cream-30,
._admithub_embed-container .table-mainstay-cream-30 > th,
._admithub_embed-container .table-mainstay-cream-30 > td {
  background-color: #fffffe; }

._admithub_embed-container .table-hover .table-mainstay-cream-30:hover {
  background-color: #ffffe5; }
  ._admithub_embed-container .table-hover .table-mainstay-cream-30:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-cream-30:hover > th {
    background-color: #ffffe5; }

._admithub_embed-container .table-mainstay-gray-20,
._admithub_embed-container .table-mainstay-gray-20 > th,
._admithub_embed-container .table-mainstay-gray-20 > td {
  background-color: #fefefe; }

._admithub_embed-container .table-hover .table-mainstay-gray-20:hover {
  background-color: #f1f1f1; }
  ._admithub_embed-container .table-hover .table-mainstay-gray-20:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-gray-20:hover > th {
    background-color: #f1f1f1; }

._admithub_embed-container .table-mainstay-error-50,
._admithub_embed-container .table-mainstay-error-50 > th,
._admithub_embed-container .table-mainstay-error-50 > td {
  background-color: #fefcfc; }

._admithub_embed-container .table-hover .table-mainstay-error-50:hover {
  background-color: #f8e9e9; }
  ._admithub_embed-container .table-hover .table-mainstay-error-50:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-error-50:hover > th {
    background-color: #f8e9e9; }

._admithub_embed-container .table-mainstay-error-300,
._admithub_embed-container .table-mainstay-error-300 > th,
._admithub_embed-container .table-mainstay-error-300 > td {
  background-color: #fee5e3; }

._admithub_embed-container .table-hover .table-mainstay-error-300:hover {
  background-color: #fdceca; }
  ._admithub_embed-container .table-hover .table-mainstay-error-300:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-error-300:hover > th {
    background-color: #fdceca; }

._admithub_embed-container .table-mainstay-error-600,
._admithub_embed-container .table-mainstay-error-600 > th,
._admithub_embed-container .table-mainstay-error-600 > td {
  background-color: #f0c3bf; }

._admithub_embed-container .table-hover .table-mainstay-error-600:hover {
  background-color: #ebb0aa; }
  ._admithub_embed-container .table-hover .table-mainstay-error-600:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-error-600:hover > th {
    background-color: #ebb0aa; }

._admithub_embed-container .table-mainstay-error-700,
._admithub_embed-container .table-mainstay-error-700 > th,
._admithub_embed-container .table-mainstay-error-700 > td {
  background-color: #e5bdba; }

._admithub_embed-container .table-hover .table-mainstay-error-700:hover {
  background-color: #deaba7; }
  ._admithub_embed-container .table-hover .table-mainstay-error-700:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-error-700:hover > th {
    background-color: #deaba7; }

._admithub_embed-container .table-mainstay-error-red,
._admithub_embed-container .table-mainstay-error-red > th,
._admithub_embed-container .table-mainstay-error-red > td {
  background-color: #f0c3bf; }

._admithub_embed-container .table-hover .table-mainstay-error-red:hover {
  background-color: #ebb0aa; }
  ._admithub_embed-container .table-hover .table-mainstay-error-red:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-error-red:hover > th {
    background-color: #ebb0aa; }

._admithub_embed-container .table-mainstay-spark-red,
._admithub_embed-container .table-mainstay-spark-red > th,
._admithub_embed-container .table-mainstay-spark-red > td {
  background-color: #fbc7d3; }

._admithub_embed-container .table-hover .table-mainstay-spark-red:hover {
  background-color: #f9afc0; }
  ._admithub_embed-container .table-hover .table-mainstay-spark-red:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-spark-red:hover > th {
    background-color: #f9afc0; }

._admithub_embed-container .table-mainstay-focused-gray,
._admithub_embed-container .table-mainstay-focused-gray > th,
._admithub_embed-container .table-mainstay-focused-gray > td {
  background-color: #f1f3f6; }

._admithub_embed-container .table-hover .table-mainstay-focused-gray:hover {
  background-color: #e1e6ec; }
  ._admithub_embed-container .table-hover .table-mainstay-focused-gray:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-focused-gray:hover > th {
    background-color: #e1e6ec; }

._admithub_embed-container .table-mainstay-text-default,
._admithub_embed-container .table-mainstay-text-default > th,
._admithub_embed-container .table-mainstay-text-default > td {
  background-color: #c4c8ca; }

._admithub_embed-container .table-hover .table-mainstay-text-default:hover {
  background-color: #b7bbbe; }
  ._admithub_embed-container .table-hover .table-mainstay-text-default:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-text-default:hover > th {
    background-color: #b7bbbe; }

._admithub_embed-container .table-mainstay-light-green,
._admithub_embed-container .table-mainstay-light-green > th,
._admithub_embed-container .table-mainstay-light-green > td {
  background-color: #badbd4; }

._admithub_embed-container .table-hover .table-mainstay-light-green:hover {
  background-color: #a9d2ca; }
  ._admithub_embed-container .table-hover .table-mainstay-light-green:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-light-green:hover > th {
    background-color: #a9d2ca; }

._admithub_embed-container .table-mainstay-gray-backgrounds,
._admithub_embed-container .table-mainstay-gray-backgrounds > th,
._admithub_embed-container .table-mainstay-gray-backgrounds > td {
  background-color: #fdfefe; }

._admithub_embed-container .table-hover .table-mainstay-gray-backgrounds:hover {
  background-color: #ecf6f6; }
  ._admithub_embed-container .table-hover .table-mainstay-gray-backgrounds:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-gray-backgrounds:hover > th {
    background-color: #ecf6f6; }

._admithub_embed-container .table-mainstay-gray-lines,
._admithub_embed-container .table-mainstay-gray-lines > th,
._admithub_embed-container .table-mainstay-gray-lines > td {
  background-color: #f2f3f5; }

._admithub_embed-container .table-hover .table-mainstay-gray-lines:hover {
  background-color: #e4e6ea; }
  ._admithub_embed-container .table-hover .table-mainstay-gray-lines:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-gray-lines:hover > th {
    background-color: #e4e6ea; }

._admithub_embed-container .table-mainstay-gray-header,
._admithub_embed-container .table-mainstay-gray-header > th,
._admithub_embed-container .table-mainstay-gray-header > td {
  background-color: #c0c3c8; }

._admithub_embed-container .table-hover .table-mainstay-gray-header:hover {
  background-color: #b2b6bc; }
  ._admithub_embed-container .table-hover .table-mainstay-gray-header:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-gray-header:hover > th {
    background-color: #b2b6bc; }

._admithub_embed-container .table-mainstay-gray-text,
._admithub_embed-container .table-mainstay-gray-text > th,
._admithub_embed-container .table-mainstay-gray-text > td {
  background-color: #cbcfd4; }

._admithub_embed-container .table-hover .table-mainstay-gray-text:hover {
  background-color: #bdc2c8; }
  ._admithub_embed-container .table-hover .table-mainstay-gray-text:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-gray-text:hover > th {
    background-color: #bdc2c8; }

._admithub_embed-container .table-mainstay-success-50,
._admithub_embed-container .table-mainstay-success-50 > th,
._admithub_embed-container .table-mainstay-success-50 > td {
  background-color: #fcfffd; }

._admithub_embed-container .table-hover .table-mainstay-success-50:hover {
  background-color: #e3ffec; }
  ._admithub_embed-container .table-hover .table-mainstay-success-50:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-success-50:hover > th {
    background-color: #e3ffec; }

._admithub_embed-container .table-mainstay-success-500,
._admithub_embed-container .table-mainstay-success-500 > th,
._admithub_embed-container .table-mainstay-success-500 > td {
  background-color: #bdebd5; }

._admithub_embed-container .table-hover .table-mainstay-success-500:hover {
  background-color: #a9e5c9; }
  ._admithub_embed-container .table-hover .table-mainstay-success-500:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-success-500:hover > th {
    background-color: #a9e5c9; }

._admithub_embed-container .table-mainstay-success-600,
._admithub_embed-container .table-mainstay-success-600 > th,
._admithub_embed-container .table-mainstay-success-600 > td {
  background-color: #b8e2cf; }

._admithub_embed-container .table-hover .table-mainstay-success-600:hover {
  background-color: #a6dbc3; }
  ._admithub_embed-container .table-hover .table-mainstay-success-600:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-success-600:hover > th {
    background-color: #a6dbc3; }

._admithub_embed-container .table-mainstay-success-700,
._admithub_embed-container .table-mainstay-success-700 > th,
._admithub_embed-container .table-mainstay-success-700 > td {
  background-color: #b9d2c8; }

._admithub_embed-container .table-hover .table-mainstay-success-700:hover {
  background-color: #a9c8bc; }
  ._admithub_embed-container .table-hover .table-mainstay-success-700:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-success-700:hover > th {
    background-color: #a9c8bc; }

._admithub_embed-container .table-mainstay-warning-50,
._admithub_embed-container .table-mainstay-warning-50 > th,
._admithub_embed-container .table-mainstay-warning-50 > td {
  background-color: #fffefc; }

._admithub_embed-container .table-hover .table-mainstay-warning-50:hover {
  background-color: #fff6e3; }
  ._admithub_embed-container .table-hover .table-mainstay-warning-50:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-warning-50:hover > th {
    background-color: #fff6e3; }

._admithub_embed-container .table-mainstay-warning-300,
._admithub_embed-container .table-mainstay-warning-300 > th,
._admithub_embed-container .table-mainstay-warning-300 > td {
  background-color: #fff0cd; }

._admithub_embed-container .table-hover .table-mainstay-warning-300:hover {
  background-color: #ffe8b4; }
  ._admithub_embed-container .table-hover .table-mainstay-warning-300:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-warning-300:hover > th {
    background-color: #ffe8b4; }

._admithub_embed-container .table-mainstay-warning-600,
._admithub_embed-container .table-mainstay-warning-600 > th,
._admithub_embed-container .table-mainstay-warning-600 > td {
  background-color: #f5d5b8; }

._admithub_embed-container .table-hover .table-mainstay-warning-600:hover {
  background-color: #f2c8a2; }
  ._admithub_embed-container .table-hover .table-mainstay-warning-600:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-warning-600:hover > th {
    background-color: #f2c8a2; }

._admithub_embed-container .table-mainstay-warning-700,
._admithub_embed-container .table-mainstay-warning-700 > th,
._admithub_embed-container .table-mainstay-warning-700 > td {
  background-color: #eacbba; }

._admithub_embed-container .table-hover .table-mainstay-warning-700:hover {
  background-color: #e4bca6; }
  ._admithub_embed-container .table-hover .table-mainstay-warning-700:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-warning-700:hover > th {
    background-color: #e4bca6; }

._admithub_embed-container .table-mainstay-disabled-gray,
._admithub_embed-container .table-mainstay-disabled-gray > th,
._admithub_embed-container .table-mainstay-disabled-gray > td {
  background-color: #e2e5ea; }

._admithub_embed-container .table-hover .table-mainstay-disabled-gray:hover {
  background-color: #d3d8df; }
  ._admithub_embed-container .table-hover .table-mainstay-disabled-gray:hover > td,
  ._admithub_embed-container .table-hover .table-mainstay-disabled-gray:hover > th {
    background-color: #d3d8df; }

._admithub_embed-container .table-active,
._admithub_embed-container .table-active > th,
._admithub_embed-container .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

._admithub_embed-container .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  ._admithub_embed-container .table-hover .table-active:hover > td,
  ._admithub_embed-container .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

._admithub_embed-container .table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }

._admithub_embed-container .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

._admithub_embed-container .table-dark {
  color: #ffffff;
  background-color: #212529; }
  ._admithub_embed-container .table-dark th,
  ._admithub_embed-container .table-dark td,
  ._admithub_embed-container .table-dark thead th {
    border-color: #32383e; }
  ._admithub_embed-container .table-dark.table-bordered {
    border: 0; }
  ._admithub_embed-container .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  ._admithub_embed-container .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  ._admithub_embed-container .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    ._admithub_embed-container .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  ._admithub_embed-container .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    ._admithub_embed-container .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  ._admithub_embed-container .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    ._admithub_embed-container .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  ._admithub_embed-container .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    ._admithub_embed-container .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  ._admithub_embed-container .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    ._admithub_embed-container .table-responsive-xxl > .table-bordered {
      border: 0; } }

._admithub_embed-container .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  ._admithub_embed-container .table-responsive > .table-bordered {
    border: 0; }

._admithub_embed-container .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #092e63;
  background-color: #e7ebf0;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .form-control {
      transition: none; } }
  ._admithub_embed-container .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  ._admithub_embed-container .form-control:focus {
    color: #343a40;
    background-color: #edeeee;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
  ._admithub_embed-container .form-control::-webkit-input-placeholder {
    color: rgba(9, 46, 99, 0.5);
    opacity: 1; }
  ._admithub_embed-container .form-control:-ms-input-placeholder {
    color: rgba(9, 46, 99, 0.5);
    opacity: 1; }
  ._admithub_embed-container .form-control::-ms-input-placeholder {
    color: rgba(9, 46, 99, 0.5);
    opacity: 1; }
  ._admithub_embed-container .form-control::placeholder {
    color: rgba(9, 46, 99, 0.5);
    opacity: 1; }
  ._admithub_embed-container .form-control:disabled, ._admithub_embed-container .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

._admithub_embed-container select.form-control:focus::-ms-value {
  color: #092e63;
  background-color: #e7ebf0; }

._admithub_embed-container .form-control-file,
._admithub_embed-container .form-control-range {
  display: block;
  width: 100%; }

._admithub_embed-container .col-form-label {
  padding-top: calc(0.375rem + 0);
  padding-bottom: calc(0.375rem + 0);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

._admithub_embed-container .col-form-label-lg {
  padding-top: calc(0.5rem + 0);
  padding-bottom: calc(0.5rem + 0);
  font-size: 1.25rem;
  line-height: 1.5; }

._admithub_embed-container .col-form-label-sm {
  padding-top: calc(0.25rem + 0);
  padding-bottom: calc(0.25rem + 0);
  font-size: 0.875rem;
  line-height: 1.5; }

._admithub_embed-container .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0; }
  ._admithub_embed-container .form-control-plaintext.form-control-sm, ._admithub_embed-container .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

._admithub_embed-container .form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

._admithub_embed-container .form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

._admithub_embed-container select.form-control[size], ._admithub_embed-container select.form-control[multiple] {
  height: auto; }

._admithub_embed-container textarea.form-control {
  height: auto; }

._admithub_embed-container .form-group {
  margin-bottom: 1rem; }

._admithub_embed-container .form-text {
  display: block;
  margin-top: 0.25rem; }

._admithub_embed-container .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  ._admithub_embed-container .form-row > .col,
  ._admithub_embed-container .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

._admithub_embed-container .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

._admithub_embed-container .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  ._admithub_embed-container .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

._admithub_embed-container .form-check-label {
  margin-bottom: 0; }

._admithub_embed-container .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  ._admithub_embed-container .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

._admithub_embed-container .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

._admithub_embed-container .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

._admithub_embed-container .was-validated .form-control:valid, ._admithub_embed-container .form-control.is-valid, ._admithub_embed-container .was-validated
.custom-select:valid, ._admithub_embed-container .custom-select.is-valid {
  border-color: #28a745; }
  ._admithub_embed-container .was-validated .form-control:valid:focus, ._admithub_embed-container .form-control.is-valid:focus, ._admithub_embed-container .was-validated
  .custom-select:valid:focus, ._admithub_embed-container .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  ._admithub_embed-container .was-validated .form-control:valid ~ .valid-feedback,
  ._admithub_embed-container .was-validated .form-control:valid ~ .valid-tooltip,
  ._admithub_embed-container .form-control.is-valid ~ .valid-feedback,
  ._admithub_embed-container .form-control.is-valid ~ .valid-tooltip,
  ._admithub_embed-container .was-validated
  .custom-select:valid ~ .valid-feedback,
  ._admithub_embed-container .was-validated
  .custom-select:valid ~ .valid-tooltip,
  ._admithub_embed-container .custom-select.is-valid ~ .valid-feedback,
  ._admithub_embed-container .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

._admithub_embed-container .was-validated .form-control-file:valid ~ .valid-feedback,
._admithub_embed-container .was-validated .form-control-file:valid ~ .valid-tooltip,
._admithub_embed-container .form-control-file.is-valid ~ .valid-feedback,
._admithub_embed-container .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .form-check-input:valid ~ .form-check-label, ._admithub_embed-container .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

._admithub_embed-container .was-validated .form-check-input:valid ~ .valid-feedback,
._admithub_embed-container .was-validated .form-check-input:valid ~ .valid-tooltip,
._admithub_embed-container .form-check-input.is-valid ~ .valid-feedback,
._admithub_embed-container .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .custom-control-input:valid ~ .custom-control-label, ._admithub_embed-container .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  ._admithub_embed-container .was-validated .custom-control-input:valid ~ .custom-control-label::before, ._admithub_embed-container .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

._admithub_embed-container .was-validated .custom-control-input:valid ~ .valid-feedback,
._admithub_embed-container .was-validated .custom-control-input:valid ~ .valid-tooltip,
._admithub_embed-container .custom-control-input.is-valid ~ .valid-feedback,
._admithub_embed-container .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, ._admithub_embed-container .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

._admithub_embed-container .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, ._admithub_embed-container .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

._admithub_embed-container .was-validated .custom-file-input:valid ~ .custom-file-label, ._admithub_embed-container .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  ._admithub_embed-container .was-validated .custom-file-input:valid ~ .custom-file-label::after, ._admithub_embed-container .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

._admithub_embed-container .was-validated .custom-file-input:valid ~ .valid-feedback,
._admithub_embed-container .was-validated .custom-file-input:valid ~ .valid-tooltip,
._admithub_embed-container .custom-file-input.is-valid ~ .valid-feedback,
._admithub_embed-container .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .custom-file-input:valid:focus ~ .custom-file-label, ._admithub_embed-container .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

._admithub_embed-container .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e34646; }

._admithub_embed-container .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(227, 70, 70, 0.9);
  border-radius: 0.25rem; }

._admithub_embed-container .was-validated .form-control:invalid, ._admithub_embed-container .form-control.is-invalid, ._admithub_embed-container .was-validated
.custom-select:invalid, ._admithub_embed-container .custom-select.is-invalid {
  border-color: #e34646; }
  ._admithub_embed-container .was-validated .form-control:invalid:focus, ._admithub_embed-container .form-control.is-invalid:focus, ._admithub_embed-container .was-validated
  .custom-select:invalid:focus, ._admithub_embed-container .custom-select.is-invalid:focus {
    border-color: #e34646;
    box-shadow: 0 0 0 0.2rem rgba(227, 70, 70, 0.25); }
  ._admithub_embed-container .was-validated .form-control:invalid ~ .invalid-feedback,
  ._admithub_embed-container .was-validated .form-control:invalid ~ .invalid-tooltip,
  ._admithub_embed-container .form-control.is-invalid ~ .invalid-feedback,
  ._admithub_embed-container .form-control.is-invalid ~ .invalid-tooltip,
  ._admithub_embed-container .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  ._admithub_embed-container .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  ._admithub_embed-container .custom-select.is-invalid ~ .invalid-feedback,
  ._admithub_embed-container .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

._admithub_embed-container .was-validated .form-control-file:invalid ~ .invalid-feedback,
._admithub_embed-container .was-validated .form-control-file:invalid ~ .invalid-tooltip,
._admithub_embed-container .form-control-file.is-invalid ~ .invalid-feedback,
._admithub_embed-container .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .form-check-input:invalid ~ .form-check-label, ._admithub_embed-container .form-check-input.is-invalid ~ .form-check-label {
  color: #e34646; }

._admithub_embed-container .was-validated .form-check-input:invalid ~ .invalid-feedback,
._admithub_embed-container .was-validated .form-check-input:invalid ~ .invalid-tooltip,
._admithub_embed-container .form-check-input.is-invalid ~ .invalid-feedback,
._admithub_embed-container .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .custom-control-input:invalid ~ .custom-control-label, ._admithub_embed-container .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e34646; }
  ._admithub_embed-container .was-validated .custom-control-input:invalid ~ .custom-control-label::before, ._admithub_embed-container .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f4b5b5; }

._admithub_embed-container .was-validated .custom-control-input:invalid ~ .invalid-feedback,
._admithub_embed-container .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
._admithub_embed-container .custom-control-input.is-invalid ~ .invalid-feedback,
._admithub_embed-container .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, ._admithub_embed-container .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ea7272; }

._admithub_embed-container .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, ._admithub_embed-container .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(227, 70, 70, 0.25); }

._admithub_embed-container .was-validated .custom-file-input:invalid ~ .custom-file-label, ._admithub_embed-container .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e34646; }
  ._admithub_embed-container .was-validated .custom-file-input:invalid ~ .custom-file-label::after, ._admithub_embed-container .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

._admithub_embed-container .was-validated .custom-file-input:invalid ~ .invalid-feedback,
._admithub_embed-container .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
._admithub_embed-container .custom-file-input.is-invalid ~ .invalid-feedback,
._admithub_embed-container .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

._admithub_embed-container .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, ._admithub_embed-container .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(227, 70, 70, 0.25); }

._admithub_embed-container .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  ._admithub_embed-container .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    ._admithub_embed-container .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    ._admithub_embed-container .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    ._admithub_embed-container .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    ._admithub_embed-container .form-inline .form-control-plaintext {
      display: inline-block; }
    ._admithub_embed-container .form-inline .input-group,
    ._admithub_embed-container .form-inline .custom-select {
      width: auto; }
    ._admithub_embed-container .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    ._admithub_embed-container .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    ._admithub_embed-container .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    ._admithub_embed-container .form-inline .custom-control-label {
      margin-bottom: 0; } }

._admithub_embed-container .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .btn {
      transition: none; } }
  ._admithub_embed-container .btn:hover, ._admithub_embed-container .btn:focus {
    text-decoration: none; }
  ._admithub_embed-container .btn:focus, ._admithub_embed-container .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
  ._admithub_embed-container .btn.disabled, ._admithub_embed-container .btn:disabled {
    opacity: 0.65; }
  ._admithub_embed-container .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

._admithub_embed-container a.btn.disabled,
._admithub_embed-container fieldset:disabled a.btn {
  pointer-events: none; }

._admithub_embed-container .btn-primary {
  color: #ffffff;
  background-color: #22a1ac;
  border-color: #22a1ac; }
  ._admithub_embed-container .btn-primary:hover {
    color: #ffffff;
    background-color: #1c838c;
    border-color: #1a7981; }
  ._admithub_embed-container .btn-primary:focus, ._admithub_embed-container .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }
  ._admithub_embed-container .btn-primary.disabled, ._admithub_embed-container .btn-primary:disabled {
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }
  ._admithub_embed-container .btn-primary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-primary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1a7981;
    border-color: #176f77; }
    ._admithub_embed-container .btn-primary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-primary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }

._admithub_embed-container .btn-secondary {
  color: #ffffff;
  background-color: #b65293;
  border-color: #b65293; }
  ._admithub_embed-container .btn-secondary:hover {
    color: #ffffff;
    background-color: #9f437f;
    border-color: #963f77; }
  ._admithub_embed-container .btn-secondary:focus, ._admithub_embed-container .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }
  ._admithub_embed-container .btn-secondary.disabled, ._admithub_embed-container .btn-secondary:disabled {
    color: #ffffff;
    background-color: #b65293;
    border-color: #b65293; }
  ._admithub_embed-container .btn-secondary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-secondary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #963f77;
    border-color: #8d3b70; }
    ._admithub_embed-container .btn-secondary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-secondary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }

._admithub_embed-container .btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  ._admithub_embed-container .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  ._admithub_embed-container .btn-success:focus, ._admithub_embed-container .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  ._admithub_embed-container .btn-success.disabled, ._admithub_embed-container .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  ._admithub_embed-container .btn-success:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-success:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    ._admithub_embed-container .btn-success:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-success:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

._admithub_embed-container .btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  ._admithub_embed-container .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  ._admithub_embed-container .btn-info:focus, ._admithub_embed-container .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  ._admithub_embed-container .btn-info.disabled, ._admithub_embed-container .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  ._admithub_embed-container .btn-info:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-info:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    ._admithub_embed-container .btn-info:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-info:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

._admithub_embed-container .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  ._admithub_embed-container .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  ._admithub_embed-container .btn-warning:focus, ._admithub_embed-container .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  ._admithub_embed-container .btn-warning.disabled, ._admithub_embed-container .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  ._admithub_embed-container .btn-warning:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-warning:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    ._admithub_embed-container .btn-warning:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-warning:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

._admithub_embed-container .btn-danger {
  color: #ffffff;
  background-color: #f4511e;
  border-color: #f4511e; }
  ._admithub_embed-container .btn-danger:hover {
    color: #ffffff;
    background-color: #e13e0b;
    border-color: #d53b0a; }
  ._admithub_embed-container .btn-danger:focus, ._admithub_embed-container .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5); }
  ._admithub_embed-container .btn-danger.disabled, ._admithub_embed-container .btn-danger:disabled {
    color: #ffffff;
    background-color: #f4511e;
    border-color: #f4511e; }
  ._admithub_embed-container .btn-danger:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-danger:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #d53b0a;
    border-color: #c8370a; }
    ._admithub_embed-container .btn-danger:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-danger:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5); }

._admithub_embed-container .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  ._admithub_embed-container .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  ._admithub_embed-container .btn-light:focus, ._admithub_embed-container .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  ._admithub_embed-container .btn-light.disabled, ._admithub_embed-container .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  ._admithub_embed-container .btn-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    ._admithub_embed-container .btn-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

._admithub_embed-container .btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  ._admithub_embed-container .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  ._admithub_embed-container .btn-dark:focus, ._admithub_embed-container .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  ._admithub_embed-container .btn-dark.disabled, ._admithub_embed-container .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  ._admithub_embed-container .btn-dark:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-dark:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    ._admithub_embed-container .btn-dark:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-dark:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

._admithub_embed-container .btn-incoming {
  color: #212529;
  background-color: #d3fffc;
  border-color: #d3fffc; }
  ._admithub_embed-container .btn-incoming:hover {
    color: #212529;
    background-color: #adfff9;
    border-color: #a0fff9; }
  ._admithub_embed-container .btn-incoming:focus, ._admithub_embed-container .btn-incoming.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 255, 252, 0.5); }
  ._admithub_embed-container .btn-incoming.disabled, ._admithub_embed-container .btn-incoming:disabled {
    color: #212529;
    background-color: #d3fffc;
    border-color: #d3fffc; }
  ._admithub_embed-container .btn-incoming:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-incoming:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-incoming.dropdown-toggle {
    color: #212529;
    background-color: #a0fff9;
    border-color: #93fff8; }
    ._admithub_embed-container .btn-incoming:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-incoming:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-incoming.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 255, 252, 0.5); }

._admithub_embed-container .btn-forwarded {
  color: #ffffff;
  background-color: #37b669;
  border-color: #37b669; }
  ._admithub_embed-container .btn-forwarded:hover {
    color: #ffffff;
    background-color: #2e9958;
    border-color: #2b8f52; }
  ._admithub_embed-container .btn-forwarded:focus, ._admithub_embed-container .btn-forwarded.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 182, 105, 0.5); }
  ._admithub_embed-container .btn-forwarded.disabled, ._admithub_embed-container .btn-forwarded:disabled {
    color: #ffffff;
    background-color: #37b669;
    border-color: #37b669; }
  ._admithub_embed-container .btn-forwarded:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-forwarded:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-forwarded.dropdown-toggle {
    color: #ffffff;
    background-color: #2b8f52;
    border-color: #28854d; }
    ._admithub_embed-container .btn-forwarded:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-forwarded:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-forwarded.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 182, 105, 0.5); }

._admithub_embed-container .btn-new-ui-primary {
  color: #ffffff;
  background-color: #01a59a;
  border-color: #01a59a; }
  ._admithub_embed-container .btn-new-ui-primary:hover {
    color: #ffffff;
    background-color: #017f77;
    border-color: #01726b; }
  ._admithub_embed-container .btn-new-ui-primary:focus, ._admithub_embed-container .btn-new-ui-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 165, 154, 0.5); }
  ._admithub_embed-container .btn-new-ui-primary.disabled, ._admithub_embed-container .btn-new-ui-primary:disabled {
    color: #ffffff;
    background-color: #01a59a;
    border-color: #01a59a; }
  ._admithub_embed-container .btn-new-ui-primary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-new-ui-primary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-new-ui-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #01726b;
    border-color: #01665f; }
    ._admithub_embed-container .btn-new-ui-primary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-new-ui-primary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-new-ui-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 165, 154, 0.5); }

._admithub_embed-container .btn-new-ui-primary-highlight {
  color: #ffffff;
  background-color: #03b6aa;
  border-color: #03b6aa; }
  ._admithub_embed-container .btn-new-ui-primary-highlight:hover {
    color: #ffffff;
    background-color: #029087;
    border-color: #02847b; }
  ._admithub_embed-container .btn-new-ui-primary-highlight:focus, ._admithub_embed-container .btn-new-ui-primary-highlight.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 182, 170, 0.5); }
  ._admithub_embed-container .btn-new-ui-primary-highlight.disabled, ._admithub_embed-container .btn-new-ui-primary-highlight:disabled {
    color: #ffffff;
    background-color: #03b6aa;
    border-color: #03b6aa; }
  ._admithub_embed-container .btn-new-ui-primary-highlight:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-new-ui-primary-highlight:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-new-ui-primary-highlight.dropdown-toggle {
    color: #ffffff;
    background-color: #02847b;
    border-color: #02776f; }
    ._admithub_embed-container .btn-new-ui-primary-highlight:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-new-ui-primary-highlight:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-new-ui-primary-highlight.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(3, 182, 170, 0.5); }

._admithub_embed-container .btn-new-ui-selected-light {
  color: #212529;
  background-color: #e3effa;
  border-color: #e3effa; }
  ._admithub_embed-container .btn-new-ui-selected-light:hover {
    color: #212529;
    background-color: #c3dcf4;
    border-color: #b8d6f2; }
  ._admithub_embed-container .btn-new-ui-selected-light:focus, ._admithub_embed-container .btn-new-ui-selected-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 239, 250, 0.5); }
  ._admithub_embed-container .btn-new-ui-selected-light.disabled, ._admithub_embed-container .btn-new-ui-selected-light:disabled {
    color: #212529;
    background-color: #e3effa;
    border-color: #e3effa; }
  ._admithub_embed-container .btn-new-ui-selected-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-new-ui-selected-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-new-ui-selected-light.dropdown-toggle {
    color: #212529;
    background-color: #b8d6f2;
    border-color: #add0f0; }
    ._admithub_embed-container .btn-new-ui-selected-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-new-ui-selected-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-new-ui-selected-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 239, 250, 0.5); }

._admithub_embed-container .btn-new-ui-danger {
  color: #ffffff;
  background-color: #e34646;
  border-color: #e34646; }
  ._admithub_embed-container .btn-new-ui-danger:hover {
    color: #ffffff;
    background-color: #de2525;
    border-color: #d62020; }
  ._admithub_embed-container .btn-new-ui-danger:focus, ._admithub_embed-container .btn-new-ui-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 70, 70, 0.5); }
  ._admithub_embed-container .btn-new-ui-danger.disabled, ._admithub_embed-container .btn-new-ui-danger:disabled {
    color: #ffffff;
    background-color: #e34646;
    border-color: #e34646; }
  ._admithub_embed-container .btn-new-ui-danger:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-new-ui-danger:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-new-ui-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #d62020;
    border-color: #cb1f1f; }
    ._admithub_embed-container .btn-new-ui-danger:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-new-ui-danger:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-new-ui-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 70, 70, 0.5); }

._admithub_embed-container .btn-new-ui-danger-light {
  color: #212529;
  background-color: #fae3e5;
  border-color: #fae3e5; }
  ._admithub_embed-container .btn-new-ui-danger-light:hover {
    color: #212529;
    background-color: #f4c3c7;
    border-color: #f2b8bd; }
  ._admithub_embed-container .btn-new-ui-danger-light:focus, ._admithub_embed-container .btn-new-ui-danger-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 227, 229, 0.5); }
  ._admithub_embed-container .btn-new-ui-danger-light.disabled, ._admithub_embed-container .btn-new-ui-danger-light:disabled {
    color: #212529;
    background-color: #fae3e5;
    border-color: #fae3e5; }
  ._admithub_embed-container .btn-new-ui-danger-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-new-ui-danger-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-new-ui-danger-light.dropdown-toggle {
    color: #212529;
    background-color: #f2b8bd;
    border-color: #f0adb3; }
    ._admithub_embed-container .btn-new-ui-danger-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-new-ui-danger-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-new-ui-danger-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 227, 229, 0.5); }

._admithub_embed-container .btn-blue-grey-005 {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb; }
  ._admithub_embed-container .btn-blue-grey-005:hover {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e2e2e2; }
  ._admithub_embed-container .btn-blue-grey-005:focus, ._admithub_embed-container .btn-blue-grey-005.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  ._admithub_embed-container .btn-blue-grey-005.disabled, ._admithub_embed-container .btn-blue-grey-005:disabled {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  ._admithub_embed-container .btn-blue-grey-005:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-005:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-005.dropdown-toggle {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #dbdbdb; }
    ._admithub_embed-container .btn-blue-grey-005:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-005:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-005.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

._admithub_embed-container .btn-blue-grey-010 {
  color: #212529;
  background-color: #eff3f5;
  border-color: #eff3f5; }
  ._admithub_embed-container .btn-blue-grey-010:hover {
    color: #212529;
    background-color: #d7e1e6;
    border-color: #d0dbe1; }
  ._admithub_embed-container .btn-blue-grey-010:focus, ._admithub_embed-container .btn-blue-grey-010.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }
  ._admithub_embed-container .btn-blue-grey-010.disabled, ._admithub_embed-container .btn-blue-grey-010:disabled {
    color: #212529;
    background-color: #eff3f5;
    border-color: #eff3f5; }
  ._admithub_embed-container .btn-blue-grey-010:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-010:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-010.dropdown-toggle {
    color: #212529;
    background-color: #d0dbe1;
    border-color: #c8d6dc; }
    ._admithub_embed-container .btn-blue-grey-010:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-010:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-010.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }

._admithub_embed-container .btn-blue-grey-015 {
  color: #212529;
  background-color: #e4ebef;
  border-color: #e4ebef; }
  ._admithub_embed-container .btn-blue-grey-015:hover {
    color: #212529;
    background-color: #ccd9e1;
    border-color: #c4d3dc; }
  ._admithub_embed-container .btn-blue-grey-015:focus, ._admithub_embed-container .btn-blue-grey-015.focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 235, 239, 0.5); }
  ._admithub_embed-container .btn-blue-grey-015.disabled, ._admithub_embed-container .btn-blue-grey-015:disabled {
    color: #212529;
    background-color: #e4ebef;
    border-color: #e4ebef; }
  ._admithub_embed-container .btn-blue-grey-015:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-015:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-015.dropdown-toggle {
    color: #212529;
    background-color: #c4d3dc;
    border-color: #bccdd7; }
    ._admithub_embed-container .btn-blue-grey-015:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-015:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-015.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 235, 239, 0.5); }

._admithub_embed-container .btn-blue-grey-020 {
  color: #212529;
  background-color: #d6e0e6;
  border-color: #d6e0e6; }
  ._admithub_embed-container .btn-blue-grey-020:hover {
    color: #212529;
    background-color: #beced8;
    border-color: #b6c8d3; }
  ._admithub_embed-container .btn-blue-grey-020:focus, ._admithub_embed-container .btn-blue-grey-020.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 224, 230, 0.5); }
  ._admithub_embed-container .btn-blue-grey-020.disabled, ._admithub_embed-container .btn-blue-grey-020:disabled {
    color: #212529;
    background-color: #d6e0e6;
    border-color: #d6e0e6; }
  ._admithub_embed-container .btn-blue-grey-020:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-020:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-020.dropdown-toggle {
    color: #212529;
    background-color: #b6c8d3;
    border-color: #aec2ce; }
    ._admithub_embed-container .btn-blue-grey-020:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-020:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-020.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 224, 230, 0.5); }

._admithub_embed-container .btn-blue-grey-025 {
  color: #212529;
  background-color: #f4f6f7;
  border-color: #f4f6f7; }
  ._admithub_embed-container .btn-blue-grey-025:hover {
    color: #212529;
    background-color: #dee4e7;
    border-color: #d6dee2; }
  ._admithub_embed-container .btn-blue-grey-025:focus, ._admithub_embed-container .btn-blue-grey-025.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 246, 247, 0.5); }
  ._admithub_embed-container .btn-blue-grey-025.disabled, ._admithub_embed-container .btn-blue-grey-025:disabled {
    color: #212529;
    background-color: #f4f6f7;
    border-color: #f4f6f7; }
  ._admithub_embed-container .btn-blue-grey-025:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-025:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-025.dropdown-toggle {
    color: #212529;
    background-color: #d6dee2;
    border-color: #cfd8dc; }
    ._admithub_embed-container .btn-blue-grey-025:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-025:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-025.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 246, 247, 0.5); }

._admithub_embed-container .btn-blue-grey-030 {
  color: #212529;
  background-color: #b2c2c9;
  border-color: #b2c2c9; }
  ._admithub_embed-container .btn-blue-grey-030:hover {
    color: #212529;
    background-color: #9cb0b9;
    border-color: #94aab4; }
  ._admithub_embed-container .btn-blue-grey-030:focus, ._admithub_embed-container .btn-blue-grey-030.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }
  ._admithub_embed-container .btn-blue-grey-030.disabled, ._admithub_embed-container .btn-blue-grey-030:disabled {
    color: #212529;
    background-color: #b2c2c9;
    border-color: #b2c2c9; }
  ._admithub_embed-container .btn-blue-grey-030:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-030:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-030.dropdown-toggle {
    color: #212529;
    background-color: #94aab4;
    border-color: #8da4af; }
    ._admithub_embed-container .btn-blue-grey-030:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-030:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-030.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }

._admithub_embed-container .btn-blue-grey-050 {
  color: #212529;
  background-color: #eff3f5;
  border-color: #eff3f5; }
  ._admithub_embed-container .btn-blue-grey-050:hover {
    color: #212529;
    background-color: #d7e1e6;
    border-color: #d0dbe1; }
  ._admithub_embed-container .btn-blue-grey-050:focus, ._admithub_embed-container .btn-blue-grey-050.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }
  ._admithub_embed-container .btn-blue-grey-050.disabled, ._admithub_embed-container .btn-blue-grey-050:disabled {
    color: #212529;
    background-color: #eff3f5;
    border-color: #eff3f5; }
  ._admithub_embed-container .btn-blue-grey-050:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-050:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-050.dropdown-toggle {
    color: #212529;
    background-color: #d0dbe1;
    border-color: #c8d6dc; }
    ._admithub_embed-container .btn-blue-grey-050:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-050:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-050.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }

._admithub_embed-container .btn-blue-grey-075 {
  color: #212529;
  background-color: #dde3e6;
  border-color: #dde3e6; }
  ._admithub_embed-container .btn-blue-grey-075:hover {
    color: #212529;
    background-color: #c7d1d6;
    border-color: #c0cbd0; }
  ._admithub_embed-container .btn-blue-grey-075:focus, ._admithub_embed-container .btn-blue-grey-075.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 227, 230, 0.5); }
  ._admithub_embed-container .btn-blue-grey-075.disabled, ._admithub_embed-container .btn-blue-grey-075:disabled {
    color: #212529;
    background-color: #dde3e6;
    border-color: #dde3e6; }
  ._admithub_embed-container .btn-blue-grey-075:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-075:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-075.dropdown-toggle {
    color: #212529;
    background-color: #c0cbd0;
    border-color: #b8c5cb; }
    ._admithub_embed-container .btn-blue-grey-075:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-075:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-075.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 227, 230, 0.5); }

._admithub_embed-container .btn-blue-grey-080 {
  color: #ffffff;
  background-color: #2e3b40;
  border-color: #2e3b40; }
  ._admithub_embed-container .btn-blue-grey-080:hover {
    color: #ffffff;
    background-color: #1e262a;
    border-color: #192022; }
  ._admithub_embed-container .btn-blue-grey-080:focus, ._admithub_embed-container .btn-blue-grey-080.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }
  ._admithub_embed-container .btn-blue-grey-080.disabled, ._admithub_embed-container .btn-blue-grey-080:disabled {
    color: #ffffff;
    background-color: #2e3b40;
    border-color: #2e3b40; }
  ._admithub_embed-container .btn-blue-grey-080:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-080:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-080.dropdown-toggle {
    color: #ffffff;
    background-color: #192022;
    border-color: #13191b; }
    ._admithub_embed-container .btn-blue-grey-080:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-080:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-080.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }

._admithub_embed-container .btn-blue-grey-100 {
  color: #212529;
  background-color: #cfd8dc;
  border-color: #cfd8dc; }
  ._admithub_embed-container .btn-blue-grey-100:hover {
    color: #212529;
    background-color: #b9c6cc;
    border-color: #b2c0c6; }
  ._admithub_embed-container .btn-blue-grey-100:focus, ._admithub_embed-container .btn-blue-grey-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5); }
  ._admithub_embed-container .btn-blue-grey-100.disabled, ._admithub_embed-container .btn-blue-grey-100:disabled {
    color: #212529;
    background-color: #cfd8dc;
    border-color: #cfd8dc; }
  ._admithub_embed-container .btn-blue-grey-100:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-100:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-100.dropdown-toggle {
    color: #212529;
    background-color: #b2c0c6;
    border-color: #aabac1; }
    ._admithub_embed-container .btn-blue-grey-100:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-100:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5); }

._admithub_embed-container .btn-blue-grey-200 {
  color: #212529;
  background-color: #b0bec5;
  border-color: #b0bec5; }
  ._admithub_embed-container .btn-blue-grey-200:hover {
    color: #212529;
    background-color: #9aacb5;
    border-color: #93a6af; }
  ._admithub_embed-container .btn-blue-grey-200:focus, ._admithub_embed-container .btn-blue-grey-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5); }
  ._admithub_embed-container .btn-blue-grey-200.disabled, ._admithub_embed-container .btn-blue-grey-200:disabled {
    color: #212529;
    background-color: #b0bec5;
    border-color: #b0bec5; }
  ._admithub_embed-container .btn-blue-grey-200:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-200:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-200.dropdown-toggle {
    color: #212529;
    background-color: #93a6af;
    border-color: #8ba0aa; }
    ._admithub_embed-container .btn-blue-grey-200:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-200:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5); }

._admithub_embed-container .btn-blue-grey-300 {
  color: #212529;
  background-color: #8fa4af;
  border-color: #8fa4af; }
  ._admithub_embed-container .btn-blue-grey-300:hover {
    color: #ffffff;
    background-color: #79929f;
    border-color: #718c9a; }
  ._admithub_embed-container .btn-blue-grey-300:focus, ._admithub_embed-container .btn-blue-grey-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 164, 175, 0.5); }
  ._admithub_embed-container .btn-blue-grey-300.disabled, ._admithub_embed-container .btn-blue-grey-300:disabled {
    color: #212529;
    background-color: #8fa4af;
    border-color: #8fa4af; }
  ._admithub_embed-container .btn-blue-grey-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-300.dropdown-toggle {
    color: #ffffff;
    background-color: #718c9a;
    border-color: #6a8694; }
    ._admithub_embed-container .btn-blue-grey-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 164, 175, 0.5); }

._admithub_embed-container .btn-blue-grey-400 {
  color: #ffffff;
  background-color: #77909d;
  border-color: #77909d; }
  ._admithub_embed-container .btn-blue-grey-400:hover {
    color: #ffffff;
    background-color: #647d8a;
    border-color: #5e7683; }
  ._admithub_embed-container .btn-blue-grey-400:focus, ._admithub_embed-container .btn-blue-grey-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 144, 157, 0.5); }
  ._admithub_embed-container .btn-blue-grey-400.disabled, ._admithub_embed-container .btn-blue-grey-400:disabled {
    color: #ffffff;
    background-color: #77909d;
    border-color: #77909d; }
  ._admithub_embed-container .btn-blue-grey-400:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-400:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-400.dropdown-toggle {
    color: #ffffff;
    background-color: #5e7683;
    border-color: #59707b; }
    ._admithub_embed-container .btn-blue-grey-400:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-400:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 144, 157, 0.5); }

._admithub_embed-container .btn-blue-grey-500 {
  color: #ffffff;
  background-color: #5f7d8c;
  border-color: #5f7d8c; }
  ._admithub_embed-container .btn-blue-grey-500:hover {
    color: #ffffff;
    background-color: #506975;
    border-color: #4a626e; }
  ._admithub_embed-container .btn-blue-grey-500:focus, ._admithub_embed-container .btn-blue-grey-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 125, 140, 0.5); }
  ._admithub_embed-container .btn-blue-grey-500.disabled, ._admithub_embed-container .btn-blue-grey-500:disabled {
    color: #ffffff;
    background-color: #5f7d8c;
    border-color: #5f7d8c; }
  ._admithub_embed-container .btn-blue-grey-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-500.dropdown-toggle {
    color: #ffffff;
    background-color: #4a626e;
    border-color: #455b66; }
    ._admithub_embed-container .btn-blue-grey-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(95, 125, 140, 0.5); }

._admithub_embed-container .btn-blue-grey-501 {
  color: #ffffff;
  background-color: #76868d;
  border-color: #76868d; }
  ._admithub_embed-container .btn-blue-grey-501:hover {
    color: #ffffff;
    background-color: #647278;
    border-color: #5e6c72; }
  ._admithub_embed-container .btn-blue-grey-501:focus, ._admithub_embed-container .btn-blue-grey-501.focus {
    box-shadow: 0 0 0 0.2rem rgba(118, 134, 141, 0.5); }
  ._admithub_embed-container .btn-blue-grey-501.disabled, ._admithub_embed-container .btn-blue-grey-501:disabled {
    color: #ffffff;
    background-color: #76868d;
    border-color: #76868d; }
  ._admithub_embed-container .btn-blue-grey-501:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-501:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-501.dropdown-toggle {
    color: #ffffff;
    background-color: #5e6c72;
    border-color: #59656b; }
    ._admithub_embed-container .btn-blue-grey-501:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-501:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-501.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(118, 134, 141, 0.5); }

._admithub_embed-container .btn-blue-grey-600 {
  color: #ffffff;
  background-color: #536e7b;
  border-color: #536e7b; }
  ._admithub_embed-container .btn-blue-grey-600:hover {
    color: #ffffff;
    background-color: #445a64;
    border-color: #3e535d; }
  ._admithub_embed-container .btn-blue-grey-600:focus, ._admithub_embed-container .btn-blue-grey-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 110, 123, 0.5); }
  ._admithub_embed-container .btn-blue-grey-600.disabled, ._admithub_embed-container .btn-blue-grey-600:disabled {
    color: #ffffff;
    background-color: #536e7b;
    border-color: #536e7b; }
  ._admithub_embed-container .btn-blue-grey-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-600.dropdown-toggle {
    color: #ffffff;
    background-color: #3e535d;
    border-color: #394c55; }
    ._admithub_embed-container .btn-blue-grey-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 110, 123, 0.5); }

._admithub_embed-container .btn-blue-grey-701 {
  color: #ffffff;
  background-color: #48565d;
  border-color: #48565d; }
  ._admithub_embed-container .btn-blue-grey-701:hover {
    color: #ffffff;
    background-color: #374247;
    border-color: #323b40; }
  ._admithub_embed-container .btn-blue-grey-701:focus, ._admithub_embed-container .btn-blue-grey-701.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 86, 93, 0.5); }
  ._admithub_embed-container .btn-blue-grey-701.disabled, ._admithub_embed-container .btn-blue-grey-701:disabled {
    color: #ffffff;
    background-color: #48565d;
    border-color: #48565d; }
  ._admithub_embed-container .btn-blue-grey-701:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-701:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-701.dropdown-toggle {
    color: #ffffff;
    background-color: #323b40;
    border-color: #2c3539; }
    ._admithub_embed-container .btn-blue-grey-701:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-701:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-701.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 86, 93, 0.5); }

._admithub_embed-container .btn-blue-grey-800 {
  color: #ffffff;
  background-color: #37474f;
  border-color: #37474f; }
  ._admithub_embed-container .btn-blue-grey-800:hover {
    color: #ffffff;
    background-color: #273338;
    border-color: #222c31; }
  ._admithub_embed-container .btn-blue-grey-800:focus, ._admithub_embed-container .btn-blue-grey-800.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5); }
  ._admithub_embed-container .btn-blue-grey-800.disabled, ._admithub_embed-container .btn-blue-grey-800:disabled {
    color: #ffffff;
    background-color: #37474f;
    border-color: #37474f; }
  ._admithub_embed-container .btn-blue-grey-800:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-800:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-800.dropdown-toggle {
    color: #ffffff;
    background-color: #222c31;
    border-color: #1d2529; }
    ._admithub_embed-container .btn-blue-grey-800:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-800:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5); }

._admithub_embed-container .btn-blue-grey-900 {
  color: #ffffff;
  background-color: #253238;
  border-color: #253238; }
  ._admithub_embed-container .btn-blue-grey-900:hover {
    color: #ffffff;
    background-color: #161d21;
    border-color: #111719; }
  ._admithub_embed-container .btn-blue-grey-900:focus, ._admithub_embed-container .btn-blue-grey-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 50, 56, 0.5); }
  ._admithub_embed-container .btn-blue-grey-900.disabled, ._admithub_embed-container .btn-blue-grey-900:disabled {
    color: #ffffff;
    background-color: #253238;
    border-color: #253238; }
  ._admithub_embed-container .btn-blue-grey-900:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-grey-900:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-grey-900.dropdown-toggle {
    color: #ffffff;
    background-color: #111719;
    border-color: #0c1012; }
    ._admithub_embed-container .btn-blue-grey-900:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-grey-900:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-grey-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(37, 50, 56, 0.5); }

._admithub_embed-container .btn-indigo-200 {
  color: #212529;
  background-color: #9fa7dc;
  border-color: #9fa7dc; }
  ._admithub_embed-container .btn-indigo-200:hover {
    color: #ffffff;
    background-color: #838dd2;
    border-color: #7a85ce; }
  ._admithub_embed-container .btn-indigo-200:focus, ._admithub_embed-container .btn-indigo-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 167, 220, 0.5); }
  ._admithub_embed-container .btn-indigo-200.disabled, ._admithub_embed-container .btn-indigo-200:disabled {
    color: #212529;
    background-color: #9fa7dc;
    border-color: #9fa7dc; }
  ._admithub_embed-container .btn-indigo-200:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-indigo-200:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-indigo-200.dropdown-toggle {
    color: #ffffff;
    background-color: #7a85ce;
    border-color: #707ccb; }
    ._admithub_embed-container .btn-indigo-200:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-indigo-200:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-indigo-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(159, 167, 220, 0.5); }

._admithub_embed-container .btn-indigo-900 {
  color: #ffffff;
  background-color: #191e80;
  border-color: #191e80; }
  ._admithub_embed-container .btn-indigo-900:hover {
    color: #ffffff;
    background-color: #131760;
    border-color: #111455; }
  ._admithub_embed-container .btn-indigo-900:focus, ._admithub_embed-container .btn-indigo-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 30, 128, 0.5); }
  ._admithub_embed-container .btn-indigo-900.disabled, ._admithub_embed-container .btn-indigo-900:disabled {
    color: #ffffff;
    background-color: #191e80;
    border-color: #191e80; }
  ._admithub_embed-container .btn-indigo-900:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-indigo-900:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-indigo-900.dropdown-toggle {
    color: #ffffff;
    background-color: #111455;
    border-color: #0f124b; }
    ._admithub_embed-container .btn-indigo-900:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-indigo-900:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-indigo-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(25, 30, 128, 0.5); }

._admithub_embed-container .btn-turquoise-100 {
  color: #212529;
  background-color: #98dad7;
  border-color: #98dad7; }
  ._admithub_embed-container .btn-turquoise-100:hover {
    color: #212529;
    background-color: #7cd0cc;
    border-color: #72cdc8; }
  ._admithub_embed-container .btn-turquoise-100:focus, ._admithub_embed-container .btn-turquoise-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 218, 215, 0.5); }
  ._admithub_embed-container .btn-turquoise-100.disabled, ._admithub_embed-container .btn-turquoise-100:disabled {
    color: #212529;
    background-color: #98dad7;
    border-color: #98dad7; }
  ._admithub_embed-container .btn-turquoise-100:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-turquoise-100:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-turquoise-100.dropdown-toggle {
    color: #212529;
    background-color: #72cdc8;
    border-color: #69c9c5; }
    ._admithub_embed-container .btn-turquoise-100:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-turquoise-100:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-turquoise-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 218, 215, 0.5); }

._admithub_embed-container .btn-turquoise-300 {
  color: #212529;
  background-color: #51b7b1;
  border-color: #51b7b1; }
  ._admithub_embed-container .btn-turquoise-300:hover {
    color: #ffffff;
    background-color: #42a09a;
    border-color: #3e9791; }
  ._admithub_embed-container .btn-turquoise-300:focus, ._admithub_embed-container .btn-turquoise-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 183, 177, 0.5); }
  ._admithub_embed-container .btn-turquoise-300.disabled, ._admithub_embed-container .btn-turquoise-300:disabled {
    color: #212529;
    background-color: #51b7b1;
    border-color: #51b7b1; }
  ._admithub_embed-container .btn-turquoise-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-turquoise-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-turquoise-300.dropdown-toggle {
    color: #ffffff;
    background-color: #3e9791;
    border-color: #3b8e89; }
    ._admithub_embed-container .btn-turquoise-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-turquoise-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-turquoise-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(81, 183, 177, 0.5); }

._admithub_embed-container .btn-turquoise-400 {
  color: #ffffff;
  background-color: #24a69f;
  border-color: #24a69f; }
  ._admithub_embed-container .btn-turquoise-400:hover {
    color: #ffffff;
    background-color: #1d8781;
    border-color: #1b7c77; }
  ._admithub_embed-container .btn-turquoise-400:focus, ._admithub_embed-container .btn-turquoise-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 166, 159, 0.5); }
  ._admithub_embed-container .btn-turquoise-400.disabled, ._admithub_embed-container .btn-turquoise-400:disabled {
    color: #ffffff;
    background-color: #24a69f;
    border-color: #24a69f; }
  ._admithub_embed-container .btn-turquoise-400:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-turquoise-400:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-turquoise-400.dropdown-toggle {
    color: #ffffff;
    background-color: #1b7c77;
    border-color: #19726d; }
    ._admithub_embed-container .btn-turquoise-400:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-turquoise-400:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-turquoise-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(36, 166, 159, 0.5); }

._admithub_embed-container .btn-turquoise-500 {
  color: #ffffff;
  background-color: #1d9790;
  border-color: #1d9790; }
  ._admithub_embed-container .btn-turquoise-500:hover {
    color: #ffffff;
    background-color: #177771;
    border-color: #156c67; }
  ._admithub_embed-container .btn-turquoise-500:focus, ._admithub_embed-container .btn-turquoise-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 151, 144, 0.5); }
  ._admithub_embed-container .btn-turquoise-500.disabled, ._admithub_embed-container .btn-turquoise-500:disabled {
    color: #ffffff;
    background-color: #1d9790;
    border-color: #1d9790; }
  ._admithub_embed-container .btn-turquoise-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-turquoise-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-turquoise-500.dropdown-toggle {
    color: #ffffff;
    background-color: #156c67;
    border-color: #13625d; }
    ._admithub_embed-container .btn-turquoise-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-turquoise-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-turquoise-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 151, 144, 0.5); }

._admithub_embed-container .btn-red-600 {
  color: #ffffff;
  background-color: #e53935;
  border-color: #e53935; }
  ._admithub_embed-container .btn-red-600:hover {
    color: #ffffff;
    background-color: #d8201c;
    border-color: #cd1e1a; }
  ._admithub_embed-container .btn-red-600:focus, ._admithub_embed-container .btn-red-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5); }
  ._admithub_embed-container .btn-red-600.disabled, ._admithub_embed-container .btn-red-600:disabled {
    color: #ffffff;
    background-color: #e53935;
    border-color: #e53935; }
  ._admithub_embed-container .btn-red-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-red-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-red-600.dropdown-toggle {
    color: #ffffff;
    background-color: #cd1e1a;
    border-color: #c11d19; }
    ._admithub_embed-container .btn-red-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-red-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-red-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5); }

._admithub_embed-container .btn-amber-500 {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  ._admithub_embed-container .btn-amber-500:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  ._admithub_embed-container .btn-amber-500:focus, ._admithub_embed-container .btn-amber-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  ._admithub_embed-container .btn-amber-500.disabled, ._admithub_embed-container .btn-amber-500:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  ._admithub_embed-container .btn-amber-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-amber-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-amber-500.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    ._admithub_embed-container .btn-amber-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-amber-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-amber-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

._admithub_embed-container .btn-charcoal-grey {
  color: #ffffff;
  background-color: #36474f;
  border-color: #36474f; }
  ._admithub_embed-container .btn-charcoal-grey:hover {
    color: #ffffff;
    background-color: #263338;
    border-color: #212c31; }
  ._admithub_embed-container .btn-charcoal-grey:focus, ._admithub_embed-container .btn-charcoal-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 71, 79, 0.5); }
  ._admithub_embed-container .btn-charcoal-grey.disabled, ._admithub_embed-container .btn-charcoal-grey:disabled {
    color: #ffffff;
    background-color: #36474f;
    border-color: #36474f; }
  ._admithub_embed-container .btn-charcoal-grey:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-charcoal-grey:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-charcoal-grey.dropdown-toggle {
    color: #ffffff;
    background-color: #212c31;
    border-color: #1c2529; }
    ._admithub_embed-container .btn-charcoal-grey:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-charcoal-grey:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-charcoal-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 71, 79, 0.5); }

._admithub_embed-container .btn-gull-grey {
  color: #212529;
  background-color: #a1b0b8;
  border-color: #a1b0b8; }
  ._admithub_embed-container .btn-gull-grey:hover {
    color: #212529;
    background-color: #8b9ea8;
    border-color: #8498a2; }
  ._admithub_embed-container .btn-gull-grey:focus, ._admithub_embed-container .btn-gull-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(161, 176, 184, 0.5); }
  ._admithub_embed-container .btn-gull-grey.disabled, ._admithub_embed-container .btn-gull-grey:disabled {
    color: #212529;
    background-color: #a1b0b8;
    border-color: #a1b0b8; }
  ._admithub_embed-container .btn-gull-grey:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-gull-grey:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-gull-grey.dropdown-toggle {
    color: #ffffff;
    background-color: #8498a2;
    border-color: #7d919d; }
    ._admithub_embed-container .btn-gull-grey:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-gull-grey:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-gull-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(161, 176, 184, 0.5); }

._admithub_embed-container .btn-message-no-match {
  color: #212529;
  background-color: #f4f9fd;
  border-color: #f4f9fd; }
  ._admithub_embed-container .btn-message-no-match:hover {
    color: #212529;
    background-color: #d4e7f7;
    border-color: #c9e1f5; }
  ._admithub_embed-container .btn-message-no-match:focus, ._admithub_embed-container .btn-message-no-match.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 249, 253, 0.5); }
  ._admithub_embed-container .btn-message-no-match.disabled, ._admithub_embed-container .btn-message-no-match:disabled {
    color: #212529;
    background-color: #f4f9fd;
    border-color: #f4f9fd; }
  ._admithub_embed-container .btn-message-no-match:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-message-no-match:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-message-no-match.dropdown-toggle {
    color: #212529;
    background-color: #c9e1f5;
    border-color: #bedcf3; }
    ._admithub_embed-container .btn-message-no-match:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-message-no-match:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-message-no-match.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 249, 253, 0.5); }

._admithub_embed-container .btn-message-incoming {
  color: #212529;
  background-color: #c9dced;
  border-color: #c9dced; }
  ._admithub_embed-container .btn-message-incoming:hover {
    color: #212529;
    background-color: #acc9e3;
    border-color: #a3c3e0; }
  ._admithub_embed-container .btn-message-incoming:focus, ._admithub_embed-container .btn-message-incoming.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 220, 237, 0.5); }
  ._admithub_embed-container .btn-message-incoming.disabled, ._admithub_embed-container .btn-message-incoming:disabled {
    color: #212529;
    background-color: #c9dced;
    border-color: #c9dced; }
  ._admithub_embed-container .btn-message-incoming:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-message-incoming:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-message-incoming.dropdown-toggle {
    color: #212529;
    background-color: #a3c3e0;
    border-color: #99bddd; }
    ._admithub_embed-container .btn-message-incoming:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-message-incoming:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-message-incoming.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(201, 220, 237, 0.5); }

._admithub_embed-container .btn-pale-green {
  color: #ffffff;
  background-color: #0fc65b;
  border-color: #0fc65b; }
  ._admithub_embed-container .btn-pale-green:hover {
    color: #ffffff;
    background-color: #0ca24b;
    border-color: #0b9745; }
  ._admithub_embed-container .btn-pale-green:focus, ._admithub_embed-container .btn-pale-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 198, 91, 0.5); }
  ._admithub_embed-container .btn-pale-green.disabled, ._admithub_embed-container .btn-pale-green:disabled {
    color: #ffffff;
    background-color: #0fc65b;
    border-color: #0fc65b; }
  ._admithub_embed-container .btn-pale-green:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-pale-green:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-pale-green.dropdown-toggle {
    color: #ffffff;
    background-color: #0b9745;
    border-color: #0b8b40; }
    ._admithub_embed-container .btn-pale-green:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-pale-green:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-pale-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(15, 198, 91, 0.5); }

._admithub_embed-container .btn-admithub-pink {
  color: #ffffff;
  background-color: #b65293;
  border-color: #b65293; }
  ._admithub_embed-container .btn-admithub-pink:hover {
    color: #ffffff;
    background-color: #9f437f;
    border-color: #963f77; }
  ._admithub_embed-container .btn-admithub-pink:focus, ._admithub_embed-container .btn-admithub-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }
  ._admithub_embed-container .btn-admithub-pink.disabled, ._admithub_embed-container .btn-admithub-pink:disabled {
    color: #ffffff;
    background-color: #b65293;
    border-color: #b65293; }
  ._admithub_embed-container .btn-admithub-pink:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-admithub-pink:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-admithub-pink.dropdown-toggle {
    color: #ffffff;
    background-color: #963f77;
    border-color: #8d3b70; }
    ._admithub_embed-container .btn-admithub-pink:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-admithub-pink:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-admithub-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }

._admithub_embed-container .btn-admithub-grey {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  ._admithub_embed-container .btn-admithub-grey:hover {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d9d9d9; }
  ._admithub_embed-container .btn-admithub-grey:focus, ._admithub_embed-container .btn-admithub-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }
  ._admithub_embed-container .btn-admithub-grey.disabled, ._admithub_embed-container .btn-admithub-grey:disabled {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  ._admithub_embed-container .btn-admithub-grey:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-admithub-grey:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-admithub-grey.dropdown-toggle {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d2d2d2; }
    ._admithub_embed-container .btn-admithub-grey:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-admithub-grey:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-admithub-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

._admithub_embed-container .btn-admithub-primary {
  color: #ffffff;
  background-color: #22a1ac;
  border-color: #22a1ac; }
  ._admithub_embed-container .btn-admithub-primary:hover {
    color: #ffffff;
    background-color: #1c838c;
    border-color: #1a7981; }
  ._admithub_embed-container .btn-admithub-primary:focus, ._admithub_embed-container .btn-admithub-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }
  ._admithub_embed-container .btn-admithub-primary.disabled, ._admithub_embed-container .btn-admithub-primary:disabled {
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }
  ._admithub_embed-container .btn-admithub-primary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-admithub-primary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-admithub-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1a7981;
    border-color: #176f77; }
    ._admithub_embed-container .btn-admithub-primary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-admithub-primary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-admithub-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }

._admithub_embed-container .btn-warning-light {
  color: #212529;
  background-color: #fffff1;
  border-color: #fffff1; }
  ._admithub_embed-container .btn-warning-light:hover {
    color: #212529;
    background-color: #ffffcb;
    border-color: #ffffbe; }
  ._admithub_embed-container .btn-warning-light:focus, ._admithub_embed-container .btn-warning-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 241, 0.5); }
  ._admithub_embed-container .btn-warning-light.disabled, ._admithub_embed-container .btn-warning-light:disabled {
    color: #212529;
    background-color: #fffff1;
    border-color: #fffff1; }
  ._admithub_embed-container .btn-warning-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-warning-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-warning-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffbe;
    border-color: #ffffb1; }
    ._admithub_embed-container .btn-warning-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-warning-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-warning-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 241, 0.5); }

._admithub_embed-container .btn-dark-purple {
  color: #ffffff;
  background-color: #620b3e;
  border-color: #620b3e; }
  ._admithub_embed-container .btn-dark-purple:hover {
    color: #ffffff;
    background-color: #400728;
    border-color: #340621; }
  ._admithub_embed-container .btn-dark-purple:focus, ._admithub_embed-container .btn-dark-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }
  ._admithub_embed-container .btn-dark-purple.disabled, ._admithub_embed-container .btn-dark-purple:disabled {
    color: #ffffff;
    background-color: #620b3e;
    border-color: #620b3e; }
  ._admithub_embed-container .btn-dark-purple:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-dark-purple:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-dark-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #340621;
    border-color: #29051a; }
    ._admithub_embed-container .btn-dark-purple:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-dark-purple:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-dark-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }

._admithub_embed-container .btn-light-purple {
  color: #ffffff;
  background-color: #620b3e1a;
  border-color: #620b3e1a; }
  ._admithub_embed-container .btn-light-purple:hover {
    color: #ffffff;
    background-color: rgba(64, 7, 40, 0.101961);
    border-color: rgba(52, 6, 33, 0.101961); }
  ._admithub_embed-container .btn-light-purple:focus, ._admithub_embed-container .btn-light-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }
  ._admithub_embed-container .btn-light-purple.disabled, ._admithub_embed-container .btn-light-purple:disabled {
    color: #ffffff;
    background-color: #620b3e1a;
    border-color: #620b3e1a; }
  ._admithub_embed-container .btn-light-purple:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-light-purple:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-light-purple.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(52, 6, 33, 0.101961);
    border-color: rgba(41, 5, 26, 0.101961); }
    ._admithub_embed-container .btn-light-purple:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-light-purple:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-light-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }

._admithub_embed-container .btn-secondary-teal {
  color: #ffffff;
  background-color: #20ad96;
  border-color: #20ad96; }
  ._admithub_embed-container .btn-secondary-teal:hover {
    color: #ffffff;
    background-color: #1a8d7a;
    border-color: #188271; }
  ._admithub_embed-container .btn-secondary-teal:focus, ._admithub_embed-container .btn-secondary-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 173, 150, 0.5); }
  ._admithub_embed-container .btn-secondary-teal.disabled, ._admithub_embed-container .btn-secondary-teal:disabled {
    color: #ffffff;
    background-color: #20ad96;
    border-color: #20ad96; }
  ._admithub_embed-container .btn-secondary-teal:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-secondary-teal:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-secondary-teal.dropdown-toggle {
    color: #ffffff;
    background-color: #188271;
    border-color: #167767; }
    ._admithub_embed-container .btn-secondary-teal:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-secondary-teal:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-secondary-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 173, 150, 0.5); }

._admithub_embed-container .btn-secondary-light {
  color: #212529;
  background-color: #effcfa;
  border-color: #effcfa; }
  ._admithub_embed-container .btn-secondary-light:hover {
    color: #212529;
    background-color: #cff6f0;
    border-color: #c4f4ed; }
  ._admithub_embed-container .btn-secondary-light:focus, ._admithub_embed-container .btn-secondary-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 252, 250, 0.5); }
  ._admithub_embed-container .btn-secondary-light.disabled, ._admithub_embed-container .btn-secondary-light:disabled {
    color: #212529;
    background-color: #effcfa;
    border-color: #effcfa; }
  ._admithub_embed-container .btn-secondary-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-secondary-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-secondary-light.dropdown-toggle {
    color: #212529;
    background-color: #c4f4ed;
    border-color: #b9f2e9; }
    ._admithub_embed-container .btn-secondary-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-secondary-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-secondary-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 252, 250, 0.5); }

._admithub_embed-container .btn-opacity-50 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-opacity-50:hover {
    color: #212529;
    background-color: rgba(236, 236, 236, 0.5);
    border-color: rgba(230, 230, 230, 0.5); }
  ._admithub_embed-container .btn-opacity-50:focus, ._admithub_embed-container .btn-opacity-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-opacity-50.disabled, ._admithub_embed-container .btn-opacity-50:disabled {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-opacity-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-opacity-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-opacity-50.dropdown-toggle {
    color: #212529;
    background-color: rgba(230, 230, 230, 0.5);
    border-color: rgba(223, 223, 223, 0.5); }
    ._admithub_embed-container .btn-opacity-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-opacity-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-opacity-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

._admithub_embed-container .btn-blue-20 {
  color: #212529;
  background-color: #deebff;
  border-color: #deebff; }
  ._admithub_embed-container .btn-blue-20:hover {
    color: #212529;
    background-color: #b8d4ff;
    border-color: #abccff; }
  ._admithub_embed-container .btn-blue-20:focus, ._admithub_embed-container .btn-blue-20.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 235, 255, 0.5); }
  ._admithub_embed-container .btn-blue-20.disabled, ._admithub_embed-container .btn-blue-20:disabled {
    color: #212529;
    background-color: #deebff;
    border-color: #deebff; }
  ._admithub_embed-container .btn-blue-20:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-20:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-20.dropdown-toggle {
    color: #212529;
    background-color: #abccff;
    border-color: #9ec4ff; }
    ._admithub_embed-container .btn-blue-20:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-20:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-20.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 235, 255, 0.5); }

._admithub_embed-container .btn-blue-90 {
  color: #ffffff;
  background-color: #003e82;
  border-color: #003e82; }
  ._admithub_embed-container .btn-blue-90:hover {
    color: #ffffff;
    background-color: #002c5c;
    border-color: #00264f; }
  ._admithub_embed-container .btn-blue-90:focus, ._admithub_embed-container .btn-blue-90.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 130, 0.5); }
  ._admithub_embed-container .btn-blue-90.disabled, ._admithub_embed-container .btn-blue-90:disabled {
    color: #ffffff;
    background-color: #003e82;
    border-color: #003e82; }
  ._admithub_embed-container .btn-blue-90:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-blue-90:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-blue-90.dropdown-toggle {
    color: #ffffff;
    background-color: #00264f;
    border-color: #002042; }
    ._admithub_embed-container .btn-blue-90:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-blue-90:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-blue-90.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 62, 130, 0.5); }

._admithub_embed-container .btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }
  ._admithub_embed-container .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  ._admithub_embed-container .btn-white:focus, ._admithub_embed-container .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-white.disabled, ._admithub_embed-container .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  ._admithub_embed-container .btn-white:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-white:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    ._admithub_embed-container .btn-white:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-white:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

._admithub_embed-container .btn-gray-150 {
  color: #212529;
  background-color: #edeeee;
  border-color: #edeeee; }
  ._admithub_embed-container .btn-gray-150:hover {
    color: #212529;
    background-color: #d9dbdb;
    border-color: #d3d5d5; }
  ._admithub_embed-container .btn-gray-150:focus, ._admithub_embed-container .btn-gray-150.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 238, 238, 0.5); }
  ._admithub_embed-container .btn-gray-150.disabled, ._admithub_embed-container .btn-gray-150:disabled {
    color: #212529;
    background-color: #edeeee;
    border-color: #edeeee; }
  ._admithub_embed-container .btn-gray-150:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-gray-150:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-gray-150.dropdown-toggle {
    color: #212529;
    background-color: #d3d5d5;
    border-color: #cccfcf; }
    ._admithub_embed-container .btn-gray-150:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-gray-150:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-gray-150.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(237, 238, 238, 0.5); }

._admithub_embed-container .btn-archived-badge-color {
  color: #212529;
  background-color: #95a7b0;
  border-color: #95a7b0; }
  ._admithub_embed-container .btn-archived-badge-color:hover {
    color: #ffffff;
    background-color: #7f95a0;
    border-color: #788f9a; }
  ._admithub_embed-container .btn-archived-badge-color:focus, ._admithub_embed-container .btn-archived-badge-color.focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 167, 176, 0.5); }
  ._admithub_embed-container .btn-archived-badge-color.disabled, ._admithub_embed-container .btn-archived-badge-color:disabled {
    color: #212529;
    background-color: #95a7b0;
    border-color: #95a7b0; }
  ._admithub_embed-container .btn-archived-badge-color:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-archived-badge-color:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-archived-badge-color.dropdown-toggle {
    color: #ffffff;
    background-color: #788f9a;
    border-color: #708995; }
    ._admithub_embed-container .btn-archived-badge-color:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-archived-badge-color:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-archived-badge-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(149, 167, 176, 0.5); }

._admithub_embed-container .btn-line {
  color: #212529;
  background-color: #b2c2c9;
  border-color: #b2c2c9; }
  ._admithub_embed-container .btn-line:hover {
    color: #212529;
    background-color: #9cb0b9;
    border-color: #94aab4; }
  ._admithub_embed-container .btn-line:focus, ._admithub_embed-container .btn-line.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }
  ._admithub_embed-container .btn-line.disabled, ._admithub_embed-container .btn-line:disabled {
    color: #212529;
    background-color: #b2c2c9;
    border-color: #b2c2c9; }
  ._admithub_embed-container .btn-line:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-line:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-line.dropdown-toggle {
    color: #212529;
    background-color: #94aab4;
    border-color: #8da4af; }
    ._admithub_embed-container .btn-line:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-line:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-line.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }

._admithub_embed-container .btn-dark-gray {
  color: #ffffff;
  background-color: #5e6b72;
  border-color: #5e6b72; }
  ._admithub_embed-container .btn-dark-gray:hover {
    color: #ffffff;
    background-color: #4d575d;
    border-color: #475156; }
  ._admithub_embed-container .btn-dark-gray:focus, ._admithub_embed-container .btn-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 107, 114, 0.5); }
  ._admithub_embed-container .btn-dark-gray.disabled, ._admithub_embed-container .btn-dark-gray:disabled {
    color: #ffffff;
    background-color: #5e6b72;
    border-color: #5e6b72; }
  ._admithub_embed-container .btn-dark-gray:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-dark-gray:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-dark-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #475156;
    border-color: #414a4f; }
    ._admithub_embed-container .btn-dark-gray:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-dark-gray:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 107, 114, 0.5); }

._admithub_embed-container .btn-denim-blue {
  color: #ffffff;
  background-color: #1b71ce;
  border-color: #1b71ce; }
  ._admithub_embed-container .btn-denim-blue:hover {
    color: #ffffff;
    background-color: #175eac;
    border-color: #1558a1; }
  ._admithub_embed-container .btn-denim-blue:focus, ._admithub_embed-container .btn-denim-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }
  ._admithub_embed-container .btn-denim-blue.disabled, ._admithub_embed-container .btn-denim-blue:disabled {
    color: #ffffff;
    background-color: #1b71ce;
    border-color: #1b71ce; }
  ._admithub_embed-container .btn-denim-blue:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-denim-blue:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-denim-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #1558a1;
    border-color: #145296; }
    ._admithub_embed-container .btn-denim-blue:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-denim-blue:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-denim-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }

._admithub_embed-container .btn-mainstay-blue-10 {
  color: #212529;
  background-color: #f2f9ff;
  border-color: #f2f9ff; }
  ._admithub_embed-container .btn-mainstay-blue-10:hover {
    color: #212529;
    background-color: #cce7ff;
    border-color: #bfe1ff; }
  ._admithub_embed-container .btn-mainstay-blue-10:focus, ._admithub_embed-container .btn-mainstay-blue-10.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 249, 255, 0.5); }
  ._admithub_embed-container .btn-mainstay-blue-10.disabled, ._admithub_embed-container .btn-mainstay-blue-10:disabled {
    color: #212529;
    background-color: #f2f9ff;
    border-color: #f2f9ff; }
  ._admithub_embed-container .btn-mainstay-blue-10:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-blue-10:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-blue-10.dropdown-toggle {
    color: #212529;
    background-color: #bfe1ff;
    border-color: #b2dcff; }
    ._admithub_embed-container .btn-mainstay-blue-10:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-blue-10:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-blue-10.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 249, 255, 0.5); }

._admithub_embed-container .btn-mainstay-blue-40 {
  color: #212529;
  background-color: #6fadf0;
  border-color: #6fadf0; }
  ._admithub_embed-container .btn-mainstay-blue-40:hover {
    color: #ffffff;
    background-color: #4c99ec;
    border-color: #4193eb; }
  ._admithub_embed-container .btn-mainstay-blue-40:focus, ._admithub_embed-container .btn-mainstay-blue-40.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 173, 240, 0.5); }
  ._admithub_embed-container .btn-mainstay-blue-40.disabled, ._admithub_embed-container .btn-mainstay-blue-40:disabled {
    color: #212529;
    background-color: #6fadf0;
    border-color: #6fadf0; }
  ._admithub_embed-container .btn-mainstay-blue-40:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-blue-40:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-blue-40.dropdown-toggle {
    color: #ffffff;
    background-color: #4193eb;
    border-color: #358cea; }
    ._admithub_embed-container .btn-mainstay-blue-40:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-blue-40:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-blue-40.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 173, 240, 0.5); }

._admithub_embed-container .btn-mainstay-blue-60 {
  color: #ffffff;
  background-color: #1b71ce;
  border-color: #1b71ce; }
  ._admithub_embed-container .btn-mainstay-blue-60:hover {
    color: #ffffff;
    background-color: #175eac;
    border-color: #1558a1; }
  ._admithub_embed-container .btn-mainstay-blue-60:focus, ._admithub_embed-container .btn-mainstay-blue-60.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }
  ._admithub_embed-container .btn-mainstay-blue-60.disabled, ._admithub_embed-container .btn-mainstay-blue-60:disabled {
    color: #ffffff;
    background-color: #1b71ce;
    border-color: #1b71ce; }
  ._admithub_embed-container .btn-mainstay-blue-60:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-blue-60:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-blue-60.dropdown-toggle {
    color: #ffffff;
    background-color: #1558a1;
    border-color: #145296; }
    ._admithub_embed-container .btn-mainstay-blue-60:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-blue-60:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-blue-60.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }

._admithub_embed-container .btn-mainstay-blue-70 {
  color: #ffffff;
  background-color: #0063d0;
  border-color: #0063d0; }
  ._admithub_embed-container .btn-mainstay-blue-70:hover {
    color: #ffffff;
    background-color: #0051aa;
    border-color: #004b9d; }
  ._admithub_embed-container .btn-mainstay-blue-70:focus, ._admithub_embed-container .btn-mainstay-blue-70.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 99, 208, 0.5); }
  ._admithub_embed-container .btn-mainstay-blue-70.disabled, ._admithub_embed-container .btn-mainstay-blue-70:disabled {
    color: #ffffff;
    background-color: #0063d0;
    border-color: #0063d0; }
  ._admithub_embed-container .btn-mainstay-blue-70:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-blue-70:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-blue-70.dropdown-toggle {
    color: #ffffff;
    background-color: #004b9d;
    border-color: #004590; }
    ._admithub_embed-container .btn-mainstay-blue-70:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-blue-70:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-blue-70.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 99, 208, 0.5); }

._admithub_embed-container .btn-mainstay-blue-80 {
  color: #ffffff;
  background-color: #0051aa;
  border-color: #0051aa; }
  ._admithub_embed-container .btn-mainstay-blue-80:hover {
    color: #ffffff;
    background-color: #003f84;
    border-color: #003977; }
  ._admithub_embed-container .btn-mainstay-blue-80:focus, ._admithub_embed-container .btn-mainstay-blue-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 81, 170, 0.5); }
  ._admithub_embed-container .btn-mainstay-blue-80.disabled, ._admithub_embed-container .btn-mainstay-blue-80:disabled {
    color: #ffffff;
    background-color: #0051aa;
    border-color: #0051aa; }
  ._admithub_embed-container .btn-mainstay-blue-80:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-blue-80:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-blue-80.dropdown-toggle {
    color: #ffffff;
    background-color: #003977;
    border-color: #00336a; }
    ._admithub_embed-container .btn-mainstay-blue-80:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-blue-80:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-blue-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 81, 170, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue {
  color: #ffffff;
  background-color: #092e63;
  border-color: #092e63; }
  ._admithub_embed-container .btn-mainstay-dark-blue:hover {
    color: #ffffff;
    background-color: #061e40;
    border-color: #051834; }
  ._admithub_embed-container .btn-mainstay-dark-blue:focus, ._admithub_embed-container .btn-mainstay-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 46, 99, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue.disabled, ._admithub_embed-container .btn-mainstay-dark-blue:disabled {
    color: #ffffff;
    background-color: #092e63;
    border-color: #092e63; }
  ._admithub_embed-container .btn-mainstay-dark-blue:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #051834;
    border-color: #041329; }
    ._admithub_embed-container .btn-mainstay-dark-blue:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(9, 46, 99, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-80 {
  color: #ffffff;
  background-color: #3a5882;
  border-color: #3a5882; }
  ._admithub_embed-container .btn-mainstay-dark-blue-80:hover {
    color: #ffffff;
    background-color: #2e4668;
    border-color: #2a405f; }
  ._admithub_embed-container .btn-mainstay-dark-blue-80:focus, ._admithub_embed-container .btn-mainstay-dark-blue-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 88, 130, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-80.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-80:disabled {
    color: #ffffff;
    background-color: #3a5882;
    border-color: #3a5882; }
  ._admithub_embed-container .btn-mainstay-dark-blue-80:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-80:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-80.dropdown-toggle {
    color: #ffffff;
    background-color: #2a405f;
    border-color: #263a56; }
    ._admithub_embed-container .btn-mainstay-dark-blue-80:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-80:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 88, 130, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-70 {
  color: #ffffff;
  background-color: #536d92;
  border-color: #536d92; }
  ._admithub_embed-container .btn-mainstay-dark-blue-70:hover {
    color: #ffffff;
    background-color: #455b7a;
    border-color: #415571; }
  ._admithub_embed-container .btn-mainstay-dark-blue-70:focus, ._admithub_embed-container .btn-mainstay-dark-blue-70.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 109, 146, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-70.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-70:disabled {
    color: #ffffff;
    background-color: #536d92;
    border-color: #536d92; }
  ._admithub_embed-container .btn-mainstay-dark-blue-70:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-70:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-70.dropdown-toggle {
    color: #ffffff;
    background-color: #415571;
    border-color: #3c4f69; }
    ._admithub_embed-container .btn-mainstay-dark-blue-70:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-70:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-70.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 109, 146, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-65 {
  color: #ffffff;
  background-color: #5f779a;
  border-color: #5f779a; }
  ._admithub_embed-container .btn-mainstay-dark-blue-65:hover {
    color: #ffffff;
    background-color: #506582;
    border-color: #4c5f7a; }
  ._admithub_embed-container .btn-mainstay-dark-blue-65:focus, ._admithub_embed-container .btn-mainstay-dark-blue-65.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 119, 154, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-65.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-65:disabled {
    color: #ffffff;
    background-color: #5f779a;
    border-color: #5f779a; }
  ._admithub_embed-container .btn-mainstay-dark-blue-65:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-65:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-65.dropdown-toggle {
    color: #ffffff;
    background-color: #4c5f7a;
    border-color: #475973; }
    ._admithub_embed-container .btn-mainstay-dark-blue-65:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-65:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(95, 119, 154, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-50 {
  color: #ffffff;
  background-color: #8497b1;
  border-color: #8497b1; }
  ._admithub_embed-container .btn-mainstay-dark-blue-50:hover {
    color: #ffffff;
    background-color: #6d83a2;
    border-color: #657d9d; }
  ._admithub_embed-container .btn-mainstay-dark-blue-50:focus, ._admithub_embed-container .btn-mainstay-dark-blue-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 151, 177, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-50.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-50:disabled {
    color: #ffffff;
    background-color: #8497b1;
    border-color: #8497b1; }
  ._admithub_embed-container .btn-mainstay-dark-blue-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-50.dropdown-toggle {
    color: #ffffff;
    background-color: #657d9d;
    border-color: #5f7696; }
    ._admithub_embed-container .btn-mainstay-dark-blue-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 151, 177, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-20 {
  color: #212529;
  background-color: #ced5e0;
  border-color: #ced5e0; }
  ._admithub_embed-container .btn-mainstay-dark-blue-20:hover {
    color: #212529;
    background-color: #b7c1d1;
    border-color: #afbacc; }
  ._admithub_embed-container .btn-mainstay-dark-blue-20:focus, ._admithub_embed-container .btn-mainstay-dark-blue-20.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-20.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-20:disabled {
    color: #212529;
    background-color: #ced5e0;
    border-color: #ced5e0; }
  ._admithub_embed-container .btn-mainstay-dark-blue-20:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-20:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-20.dropdown-toggle {
    color: #212529;
    background-color: #afbacc;
    border-color: #a7b4c7; }
    ._admithub_embed-container .btn-mainstay-dark-blue-20:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-20:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-20.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-10 {
  color: #212529;
  background-color: #e7ebf0;
  border-color: #e7ebf0; }
  ._admithub_embed-container .btn-mainstay-dark-blue-10:hover {
    color: #212529;
    background-color: #cfd7e1;
    border-color: #c8d1dc; }
  ._admithub_embed-container .btn-mainstay-dark-blue-10:focus, ._admithub_embed-container .btn-mainstay-dark-blue-10.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 235, 240, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-10.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-10:disabled {
    color: #212529;
    background-color: #e7ebf0;
    border-color: #e7ebf0; }
  ._admithub_embed-container .btn-mainstay-dark-blue-10:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-10:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-10.dropdown-toggle {
    color: #212529;
    background-color: #c8d1dc;
    border-color: #c0cad7; }
    ._admithub_embed-container .btn-mainstay-dark-blue-10:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-10:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-10.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 235, 240, 0.5); }

._admithub_embed-container .btn-mainstay-dark-blue-05 {
  color: #212529;
  background-color: #f2f4f7;
  border-color: #f2f4f7; }
  ._admithub_embed-container .btn-mainstay-dark-blue-05:hover {
    color: #212529;
    background-color: #dae0e8;
    border-color: #d2d9e4; }
  ._admithub_embed-container .btn-mainstay-dark-blue-05:focus, ._admithub_embed-container .btn-mainstay-dark-blue-05.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-blue-05.disabled, ._admithub_embed-container .btn-mainstay-dark-blue-05:disabled {
    color: #212529;
    background-color: #f2f4f7;
    border-color: #f2f4f7; }
  ._admithub_embed-container .btn-mainstay-dark-blue-05:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-blue-05:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-blue-05.dropdown-toggle {
    color: #212529;
    background-color: #d2d9e4;
    border-color: #cbd3df; }
    ._admithub_embed-container .btn-mainstay-dark-blue-05:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-blue-05:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-blue-05.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5); }

._admithub_embed-container .btn-mainstay-almost-black {
  color: #ffffff;
  background-color: #121619;
  border-color: #121619; }
  ._admithub_embed-container .btn-mainstay-almost-black:hover {
    color: #ffffff;
    background-color: #020203;
    border-color: black; }
  ._admithub_embed-container .btn-mainstay-almost-black:focus, ._admithub_embed-container .btn-mainstay-almost-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 22, 25, 0.5); }
  ._admithub_embed-container .btn-mainstay-almost-black.disabled, ._admithub_embed-container .btn-mainstay-almost-black:disabled {
    color: #ffffff;
    background-color: #121619;
    border-color: #121619; }
  ._admithub_embed-container .btn-mainstay-almost-black:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-almost-black:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-almost-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    ._admithub_embed-container .btn-mainstay-almost-black:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-almost-black:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-almost-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 22, 25, 0.5); }

._admithub_embed-container .btn-mainstay-almost-black-30 {
  color: #212529;
  background-color: #b8baba;
  border-color: #b8baba; }
  ._admithub_embed-container .btn-mainstay-almost-black-30:hover {
    color: #212529;
    background-color: #a5a7a7;
    border-color: #9ea1a1; }
  ._admithub_embed-container .btn-mainstay-almost-black-30:focus, ._admithub_embed-container .btn-mainstay-almost-black-30.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 186, 186, 0.5); }
  ._admithub_embed-container .btn-mainstay-almost-black-30.disabled, ._admithub_embed-container .btn-mainstay-almost-black-30:disabled {
    color: #212529;
    background-color: #b8baba;
    border-color: #b8baba; }
  ._admithub_embed-container .btn-mainstay-almost-black-30:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-almost-black-30:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-almost-black-30.dropdown-toggle {
    color: #212529;
    background-color: #9ea1a1;
    border-color: #989b9b; }
    ._admithub_embed-container .btn-mainstay-almost-black-30:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-almost-black-30:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-almost-black-30.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(184, 186, 186, 0.5); }

._admithub_embed-container .btn-mainstay-almost-black-80 {
  color: #ffffff;
  background-color: #414547;
  border-color: #414547; }
  ._admithub_embed-container .btn-mainstay-almost-black-80:hover {
    color: #ffffff;
    background-color: #2f3233;
    border-color: #292b2c; }
  ._admithub_embed-container .btn-mainstay-almost-black-80:focus, ._admithub_embed-container .btn-mainstay-almost-black-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 69, 71, 0.5); }
  ._admithub_embed-container .btn-mainstay-almost-black-80.disabled, ._admithub_embed-container .btn-mainstay-almost-black-80:disabled {
    color: #ffffff;
    background-color: #414547;
    border-color: #414547; }
  ._admithub_embed-container .btn-mainstay-almost-black-80:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-almost-black-80:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-almost-black-80.dropdown-toggle {
    color: #ffffff;
    background-color: #292b2c;
    border-color: #232526; }
    ._admithub_embed-container .btn-mainstay-almost-black-80:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-almost-black-80:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-almost-black-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 69, 71, 0.5); }

._admithub_embed-container .btn-mainstay-dark-mint {
  color: #ffffff;
  background-color: #00c6a4;
  border-color: #00c6a4; }
  ._admithub_embed-container .btn-mainstay-dark-mint:hover {
    color: #ffffff;
    background-color: #00a084;
    border-color: #00937a; }
  ._admithub_embed-container .btn-mainstay-dark-mint:focus, ._admithub_embed-container .btn-mainstay-dark-mint.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-mint.disabled, ._admithub_embed-container .btn-mainstay-dark-mint:disabled {
    color: #ffffff;
    background-color: #00c6a4;
    border-color: #00c6a4; }
  ._admithub_embed-container .btn-mainstay-dark-mint:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-mint:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-mint.dropdown-toggle {
    color: #ffffff;
    background-color: #00937a;
    border-color: #00866f; }
    ._admithub_embed-container .btn-mainstay-dark-mint:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-mint:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-mint.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }

._admithub_embed-container .btn-mainstay-dark-mint-w-opacity {
  color: #ffffff;
  background-color: rgba(0, 198, 164, 0.1);
  border-color: rgba(0, 198, 164, 0.1); }
  ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:hover {
    color: #ffffff;
    background-color: rgba(0, 160, 132, 0.1);
    border-color: rgba(0, 147, 122, 0.1); }
  ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:focus, ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity.disabled, ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:disabled {
    color: #ffffff;
    background-color: rgba(0, 198, 164, 0.1);
    border-color: rgba(0, 198, 164, 0.1); }
  ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-mint-w-opacity.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(0, 147, 122, 0.1);
    border-color: rgba(0, 134, 111, 0.1); }
    ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-mint-w-opacity.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }

._admithub_embed-container .btn-mainstay-dark-green {
  color: #ffffff;
  background-color: #08785d;
  border-color: #08785d; }
  ._admithub_embed-container .btn-mainstay-dark-green:hover {
    color: #ffffff;
    background-color: #065441;
    border-color: #054838; }
  ._admithub_embed-container .btn-mainstay-dark-green:focus, ._admithub_embed-container .btn-mainstay-dark-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 120, 93, 0.5); }
  ._admithub_embed-container .btn-mainstay-dark-green.disabled, ._admithub_embed-container .btn-mainstay-dark-green:disabled {
    color: #ffffff;
    background-color: #08785d;
    border-color: #08785d; }
  ._admithub_embed-container .btn-mainstay-dark-green:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-dark-green:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-dark-green.dropdown-toggle {
    color: #ffffff;
    background-color: #054838;
    border-color: #043c2f; }
    ._admithub_embed-container .btn-mainstay-dark-green:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-dark-green:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-dark-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 120, 93, 0.5); }

._admithub_embed-container .btn-mainstay-mint {
  color: #212529;
  background-color: #00ffd4;
  border-color: #00ffd4; }
  ._admithub_embed-container .btn-mainstay-mint:hover {
    color: #ffffff;
    background-color: #00d9b4;
    border-color: #00ccaa; }
  ._admithub_embed-container .btn-mainstay-mint:focus, ._admithub_embed-container .btn-mainstay-mint.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 212, 0.5); }
  ._admithub_embed-container .btn-mainstay-mint.disabled, ._admithub_embed-container .btn-mainstay-mint:disabled {
    color: #212529;
    background-color: #00ffd4;
    border-color: #00ffd4; }
  ._admithub_embed-container .btn-mainstay-mint:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-mint:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-mint.dropdown-toggle {
    color: #ffffff;
    background-color: #00ccaa;
    border-color: #00bf9f; }
    ._admithub_embed-container .btn-mainstay-mint:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-mint:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-mint.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 255, 212, 0.5); }

._admithub_embed-container .btn-mainstay-teal {
  color: #ffffff;
  background-color: #00837b;
  border-color: #00837b; }
  ._admithub_embed-container .btn-mainstay-teal:hover {
    color: #ffffff;
    background-color: #005d57;
    border-color: #00504b; }
  ._admithub_embed-container .btn-mainstay-teal:focus, ._admithub_embed-container .btn-mainstay-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 131, 123, 0.5); }
  ._admithub_embed-container .btn-mainstay-teal.disabled, ._admithub_embed-container .btn-mainstay-teal:disabled {
    color: #ffffff;
    background-color: #00837b;
    border-color: #00837b; }
  ._admithub_embed-container .btn-mainstay-teal:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-teal:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-teal.dropdown-toggle {
    color: #ffffff;
    background-color: #00504b;
    border-color: #00433f; }
    ._admithub_embed-container .btn-mainstay-teal:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-teal:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 131, 123, 0.5); }

._admithub_embed-container .btn-mainstay-cream-30 {
  color: #212529;
  background-color: #fffefc;
  border-color: #fffefc; }
  ._admithub_embed-container .btn-mainstay-cream-30:hover {
    color: #212529;
    background-color: #fff1d6;
    border-color: #ffedc9; }
  ._admithub_embed-container .btn-mainstay-cream-30:focus, ._admithub_embed-container .btn-mainstay-cream-30.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 254, 252, 0.5); }
  ._admithub_embed-container .btn-mainstay-cream-30.disabled, ._admithub_embed-container .btn-mainstay-cream-30:disabled {
    color: #212529;
    background-color: #fffefc;
    border-color: #fffefc; }
  ._admithub_embed-container .btn-mainstay-cream-30:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-cream-30:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-cream-30.dropdown-toggle {
    color: #212529;
    background-color: #ffedc9;
    border-color: #ffe9bc; }
    ._admithub_embed-container .btn-mainstay-cream-30:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-cream-30:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-cream-30.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 254, 252, 0.5); }

._admithub_embed-container .btn-mainstay-gray-20 {
  color: #212529;
  background-color: #fafbfb;
  border-color: #fafbfb; }
  ._admithub_embed-container .btn-mainstay-gray-20:hover {
    color: #212529;
    background-color: #e5eaea;
    border-color: #dee4e4; }
  ._admithub_embed-container .btn-mainstay-gray-20:focus, ._admithub_embed-container .btn-mainstay-gray-20.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 251, 251, 0.5); }
  ._admithub_embed-container .btn-mainstay-gray-20.disabled, ._admithub_embed-container .btn-mainstay-gray-20:disabled {
    color: #212529;
    background-color: #fafbfb;
    border-color: #fafbfb; }
  ._admithub_embed-container .btn-mainstay-gray-20:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-gray-20:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-gray-20.dropdown-toggle {
    color: #212529;
    background-color: #dee4e4;
    border-color: #d7dfdf; }
    ._admithub_embed-container .btn-mainstay-gray-20:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-gray-20:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-gray-20.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 251, 251, 0.5); }

._admithub_embed-container .btn-mainstay-error-50 {
  color: #212529;
  background-color: #fdf3f3;
  border-color: #fdf3f3; }
  ._admithub_embed-container .btn-mainstay-error-50:hover {
    color: #212529;
    background-color: #f8d2d2;
    border-color: #f6c7c7; }
  ._admithub_embed-container .btn-mainstay-error-50:focus, ._admithub_embed-container .btn-mainstay-error-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 243, 243, 0.5); }
  ._admithub_embed-container .btn-mainstay-error-50.disabled, ._admithub_embed-container .btn-mainstay-error-50:disabled {
    color: #212529;
    background-color: #fdf3f3;
    border-color: #fdf3f3; }
  ._admithub_embed-container .btn-mainstay-error-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-error-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-error-50.dropdown-toggle {
    color: #212529;
    background-color: #f6c7c7;
    border-color: #f4bcbc; }
    ._admithub_embed-container .btn-mainstay-error-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-error-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-error-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 243, 243, 0.5); }

._admithub_embed-container .btn-mainstay-error-300 {
  color: #212529;
  background-color: #fda29b;
  border-color: #fda29b; }
  ._admithub_embed-container .btn-mainstay-error-300:hover {
    color: #212529;
    background-color: #fc7f76;
    border-color: #fc7469; }
  ._admithub_embed-container .btn-mainstay-error-300:focus, ._admithub_embed-container .btn-mainstay-error-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 162, 155, 0.5); }
  ._admithub_embed-container .btn-mainstay-error-300.disabled, ._admithub_embed-container .btn-mainstay-error-300:disabled {
    color: #212529;
    background-color: #fda29b;
    border-color: #fda29b; }
  ._admithub_embed-container .btn-mainstay-error-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-error-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-error-300.dropdown-toggle {
    color: #212529;
    background-color: #fc7469;
    border-color: #fc685d; }
    ._admithub_embed-container .btn-mainstay-error-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-error-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-error-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 162, 155, 0.5); }

._admithub_embed-container .btn-mainstay-error-600 {
  color: #ffffff;
  background-color: #cb271b;
  border-color: #cb271b; }
  ._admithub_embed-container .btn-mainstay-error-600:hover {
    color: #ffffff;
    background-color: #a92117;
    border-color: #9e1e15; }
  ._admithub_embed-container .btn-mainstay-error-600:focus, ._admithub_embed-container .btn-mainstay-error-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }
  ._admithub_embed-container .btn-mainstay-error-600.disabled, ._admithub_embed-container .btn-mainstay-error-600:disabled {
    color: #ffffff;
    background-color: #cb271b;
    border-color: #cb271b; }
  ._admithub_embed-container .btn-mainstay-error-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-error-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-error-600.dropdown-toggle {
    color: #ffffff;
    background-color: #9e1e15;
    border-color: #931c14; }
    ._admithub_embed-container .btn-mainstay-error-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-error-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-error-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }

._admithub_embed-container .btn-mainstay-error-700 {
  color: #ffffff;
  background-color: #a31208;
  border-color: #a31208; }
  ._admithub_embed-container .btn-mainstay-error-700:hover {
    color: #ffffff;
    background-color: #7f0e06;
    border-color: #720d06; }
  ._admithub_embed-container .btn-mainstay-error-700:focus, ._admithub_embed-container .btn-mainstay-error-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 18, 8, 0.5); }
  ._admithub_embed-container .btn-mainstay-error-700.disabled, ._admithub_embed-container .btn-mainstay-error-700:disabled {
    color: #ffffff;
    background-color: #a31208;
    border-color: #a31208; }
  ._admithub_embed-container .btn-mainstay-error-700:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-error-700:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-error-700.dropdown-toggle {
    color: #ffffff;
    background-color: #720d06;
    border-color: #660b05; }
    ._admithub_embed-container .btn-mainstay-error-700:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-error-700:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-error-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 18, 8, 0.5); }

._admithub_embed-container .btn-mainstay-error-red {
  color: #ffffff;
  background-color: #cb271b;
  border-color: #cb271b; }
  ._admithub_embed-container .btn-mainstay-error-red:hover {
    color: #ffffff;
    background-color: #a92117;
    border-color: #9e1e15; }
  ._admithub_embed-container .btn-mainstay-error-red:focus, ._admithub_embed-container .btn-mainstay-error-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }
  ._admithub_embed-container .btn-mainstay-error-red.disabled, ._admithub_embed-container .btn-mainstay-error-red:disabled {
    color: #ffffff;
    background-color: #cb271b;
    border-color: #cb271b; }
  ._admithub_embed-container .btn-mainstay-error-red:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-error-red:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-error-red.dropdown-toggle {
    color: #ffffff;
    background-color: #9e1e15;
    border-color: #931c14; }
    ._admithub_embed-container .btn-mainstay-error-red:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-error-red:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-error-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }

._admithub_embed-container .btn-mainstay-spark-red {
  color: #ffffff;
  background-color: #f23661;
  border-color: #f23661; }
  ._admithub_embed-container .btn-mainstay-spark-red:hover {
    color: #ffffff;
    background-color: #f01245;
    border-color: #e60f40; }
  ._admithub_embed-container .btn-mainstay-spark-red:focus, ._admithub_embed-container .btn-mainstay-spark-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 54, 97, 0.5); }
  ._admithub_embed-container .btn-mainstay-spark-red.disabled, ._admithub_embed-container .btn-mainstay-spark-red:disabled {
    color: #ffffff;
    background-color: #f23661;
    border-color: #f23661; }
  ._admithub_embed-container .btn-mainstay-spark-red:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-spark-red:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-spark-red.dropdown-toggle {
    color: #ffffff;
    background-color: #e60f40;
    border-color: #da0e3d; }
    ._admithub_embed-container .btn-mainstay-spark-red:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-spark-red:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-spark-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 54, 97, 0.5); }

._admithub_embed-container .btn-mainstay-focused-gray {
  color: #212529;
  background-color: #ced5e0;
  border-color: #ced5e0; }
  ._admithub_embed-container .btn-mainstay-focused-gray:hover {
    color: #212529;
    background-color: #b7c1d1;
    border-color: #afbacc; }
  ._admithub_embed-container .btn-mainstay-focused-gray:focus, ._admithub_embed-container .btn-mainstay-focused-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }
  ._admithub_embed-container .btn-mainstay-focused-gray.disabled, ._admithub_embed-container .btn-mainstay-focused-gray:disabled {
    color: #212529;
    background-color: #ced5e0;
    border-color: #ced5e0; }
  ._admithub_embed-container .btn-mainstay-focused-gray:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-focused-gray:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-focused-gray.dropdown-toggle {
    color: #212529;
    background-color: #afbacc;
    border-color: #a7b4c7; }
    ._admithub_embed-container .btn-mainstay-focused-gray:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-focused-gray:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-focused-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }

._admithub_embed-container .btn-mainstay-text-default {
  color: #ffffff;
  background-color: #2e3b40;
  border-color: #2e3b40; }
  ._admithub_embed-container .btn-mainstay-text-default:hover {
    color: #ffffff;
    background-color: #1e262a;
    border-color: #192022; }
  ._admithub_embed-container .btn-mainstay-text-default:focus, ._admithub_embed-container .btn-mainstay-text-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }
  ._admithub_embed-container .btn-mainstay-text-default.disabled, ._admithub_embed-container .btn-mainstay-text-default:disabled {
    color: #ffffff;
    background-color: #2e3b40;
    border-color: #2e3b40; }
  ._admithub_embed-container .btn-mainstay-text-default:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-text-default:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-text-default.dropdown-toggle {
    color: #ffffff;
    background-color: #192022;
    border-color: #13191b; }
    ._admithub_embed-container .btn-mainstay-text-default:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-text-default:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-text-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }

._admithub_embed-container .btn-mainstay-light-green {
  color: #ffffff;
  background-color: #097f65;
  border-color: #097f65; }
  ._admithub_embed-container .btn-mainstay-light-green:hover {
    color: #ffffff;
    background-color: #065b49;
    border-color: #064f3f; }
  ._admithub_embed-container .btn-mainstay-light-green:focus, ._admithub_embed-container .btn-mainstay-light-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 127, 101, 0.5); }
  ._admithub_embed-container .btn-mainstay-light-green.disabled, ._admithub_embed-container .btn-mainstay-light-green:disabled {
    color: #ffffff;
    background-color: #097f65;
    border-color: #097f65; }
  ._admithub_embed-container .btn-mainstay-light-green:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-light-green:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-light-green.dropdown-toggle {
    color: #ffffff;
    background-color: #064f3f;
    border-color: #054336; }
    ._admithub_embed-container .btn-mainstay-light-green:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-light-green:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-light-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(9, 127, 101, 0.5); }

._admithub_embed-container .btn-mainstay-gray-backgrounds {
  color: #212529;
  background-color: #f9fafb;
  border-color: #f9fafb; }
  ._admithub_embed-container .btn-mainstay-gray-backgrounds:hover {
    color: #212529;
    background-color: #e2e7ec;
    border-color: #dae1e7; }
  ._admithub_embed-container .btn-mainstay-gray-backgrounds:focus, ._admithub_embed-container .btn-mainstay-gray-backgrounds.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5); }
  ._admithub_embed-container .btn-mainstay-gray-backgrounds.disabled, ._admithub_embed-container .btn-mainstay-gray-backgrounds:disabled {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  ._admithub_embed-container .btn-mainstay-gray-backgrounds:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-gray-backgrounds:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-gray-backgrounds.dropdown-toggle {
    color: #212529;
    background-color: #dae1e7;
    border-color: #d3dae2; }
    ._admithub_embed-container .btn-mainstay-gray-backgrounds:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-gray-backgrounds:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-gray-backgrounds.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5); }

._admithub_embed-container .btn-mainstay-gray-lines {
  color: #212529;
  background-color: #d0d5dd;
  border-color: #d0d5dd; }
  ._admithub_embed-container .btn-mainstay-gray-lines:hover {
    color: #212529;
    background-color: #bac1cd;
    border-color: #b2bbc8; }
  ._admithub_embed-container .btn-mainstay-gray-lines:focus, ._admithub_embed-container .btn-mainstay-gray-lines.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 213, 221, 0.5); }
  ._admithub_embed-container .btn-mainstay-gray-lines.disabled, ._admithub_embed-container .btn-mainstay-gray-lines:disabled {
    color: #212529;
    background-color: #d0d5dd;
    border-color: #d0d5dd; }
  ._admithub_embed-container .btn-mainstay-gray-lines:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-gray-lines:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-gray-lines.dropdown-toggle {
    color: #212529;
    background-color: #b2bbc8;
    border-color: #abb4c2; }
    ._admithub_embed-container .btn-mainstay-gray-lines:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-gray-lines:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-gray-lines.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 213, 221, 0.5); }

._admithub_embed-container .btn-mainstay-gray-header {
  color: #ffffff;
  background-color: #1d2939;
  border-color: #1d2939; }
  ._admithub_embed-container .btn-mainstay-gray-header:hover {
    color: #ffffff;
    background-color: #101720;
    border-color: #0c1117; }
  ._admithub_embed-container .btn-mainstay-gray-header:focus, ._admithub_embed-container .btn-mainstay-gray-header.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5); }
  ._admithub_embed-container .btn-mainstay-gray-header.disabled, ._admithub_embed-container .btn-mainstay-gray-header:disabled {
    color: #ffffff;
    background-color: #1d2939;
    border-color: #1d2939; }
  ._admithub_embed-container .btn-mainstay-gray-header:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-gray-header:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-gray-header.dropdown-toggle {
    color: #ffffff;
    background-color: #0c1117;
    border-color: #080b0f; }
    ._admithub_embed-container .btn-mainstay-gray-header:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-gray-header:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-gray-header.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5); }

._admithub_embed-container .btn-mainstay-gray-text {
  color: #ffffff;
  background-color: #475467;
  border-color: #475467; }
  ._admithub_embed-container .btn-mainstay-gray-text:hover {
    color: #ffffff;
    background-color: #374250;
    border-color: #323b49; }
  ._admithub_embed-container .btn-mainstay-gray-text:focus, ._admithub_embed-container .btn-mainstay-gray-text.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5); }
  ._admithub_embed-container .btn-mainstay-gray-text.disabled, ._admithub_embed-container .btn-mainstay-gray-text:disabled {
    color: #ffffff;
    background-color: #475467;
    border-color: #475467; }
  ._admithub_embed-container .btn-mainstay-gray-text:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-gray-text:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-gray-text.dropdown-toggle {
    color: #ffffff;
    background-color: #323b49;
    border-color: #2d3541; }
    ._admithub_embed-container .btn-mainstay-gray-text:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-gray-text:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-gray-text.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5); }

._admithub_embed-container .btn-mainstay-success-50 {
  color: #212529;
  background-color: #f6fef9;
  border-color: #f6fef9; }
  ._admithub_embed-container .btn-mainstay-success-50:hover {
    color: #212529;
    background-color: #d4fae2;
    border-color: #c8f9da; }
  ._admithub_embed-container .btn-mainstay-success-50:focus, ._admithub_embed-container .btn-mainstay-success-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 254, 249, 0.5); }
  ._admithub_embed-container .btn-mainstay-success-50.disabled, ._admithub_embed-container .btn-mainstay-success-50:disabled {
    color: #212529;
    background-color: #f6fef9;
    border-color: #f6fef9; }
  ._admithub_embed-container .btn-mainstay-success-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-success-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-success-50.dropdown-toggle {
    color: #212529;
    background-color: #c8f9da;
    border-color: #bdf8d3; }
    ._admithub_embed-container .btn-mainstay-success-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-success-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-success-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 254, 249, 0.5); }

._admithub_embed-container .btn-mainstay-success-500 {
  color: #ffffff;
  background-color: #12b76a;
  border-color: #12b76a; }
  ._admithub_embed-container .btn-mainstay-success-500:hover {
    color: #ffffff;
    background-color: #0f9456;
    border-color: #0d894f; }
  ._admithub_embed-container .btn-mainstay-success-500:focus, ._admithub_embed-container .btn-mainstay-success-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 183, 106, 0.5); }
  ._admithub_embed-container .btn-mainstay-success-500.disabled, ._admithub_embed-container .btn-mainstay-success-500:disabled {
    color: #ffffff;
    background-color: #12b76a;
    border-color: #12b76a; }
  ._admithub_embed-container .btn-mainstay-success-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-success-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-success-500.dropdown-toggle {
    color: #ffffff;
    background-color: #0d894f;
    border-color: #0c7d48; }
    ._admithub_embed-container .btn-mainstay-success-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-success-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-success-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 183, 106, 0.5); }

._admithub_embed-container .btn-mainstay-success-600 {
  color: #ffffff;
  background-color: #039855;
  border-color: #039855; }
  ._admithub_embed-container .btn-mainstay-success-600:hover {
    color: #ffffff;
    background-color: #027240;
    border-color: #026639; }
  ._admithub_embed-container .btn-mainstay-success-600:focus, ._admithub_embed-container .btn-mainstay-success-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 152, 85, 0.5); }
  ._admithub_embed-container .btn-mainstay-success-600.disabled, ._admithub_embed-container .btn-mainstay-success-600:disabled {
    color: #ffffff;
    background-color: #039855;
    border-color: #039855; }
  ._admithub_embed-container .btn-mainstay-success-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-success-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-success-600.dropdown-toggle {
    color: #ffffff;
    background-color: #026639;
    border-color: #025932; }
    ._admithub_embed-container .btn-mainstay-success-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-success-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-success-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(3, 152, 85, 0.5); }

._admithub_embed-container .btn-mainstay-success-700 {
  color: #ffffff;
  background-color: #05603a;
  border-color: #05603a; }
  ._admithub_embed-container .btn-mainstay-success-700:hover {
    color: #ffffff;
    background-color: #033c24;
    border-color: #02301d; }
  ._admithub_embed-container .btn-mainstay-success-700:focus, ._admithub_embed-container .btn-mainstay-success-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 96, 58, 0.5); }
  ._admithub_embed-container .btn-mainstay-success-700.disabled, ._admithub_embed-container .btn-mainstay-success-700:disabled {
    color: #ffffff;
    background-color: #05603a;
    border-color: #05603a; }
  ._admithub_embed-container .btn-mainstay-success-700:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-success-700:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-success-700.dropdown-toggle {
    color: #ffffff;
    background-color: #02301d;
    border-color: #022315; }
    ._admithub_embed-container .btn-mainstay-success-700:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-success-700:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-success-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(5, 96, 58, 0.5); }

._admithub_embed-container .btn-mainstay-warning-50 {
  color: #212529;
  background-color: #fffcf5;
  border-color: #fffcf5; }
  ._admithub_embed-container .btn-mainstay-warning-50:hover {
    color: #212529;
    background-color: #fff1cf;
    border-color: #ffedc2; }
  ._admithub_embed-container .btn-mainstay-warning-50:focus, ._admithub_embed-container .btn-mainstay-warning-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 252, 245, 0.5); }
  ._admithub_embed-container .btn-mainstay-warning-50.disabled, ._admithub_embed-container .btn-mainstay-warning-50:disabled {
    color: #212529;
    background-color: #fffcf5;
    border-color: #fffcf5; }
  ._admithub_embed-container .btn-mainstay-warning-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-warning-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-warning-50.dropdown-toggle {
    color: #212529;
    background-color: #ffedc2;
    border-color: #ffe9b5; }
    ._admithub_embed-container .btn-mainstay-warning-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-warning-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-warning-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 252, 245, 0.5); }

._admithub_embed-container .btn-mainstay-warning-300 {
  color: #212529;
  background-color: #fec84b;
  border-color: #fec84b; }
  ._admithub_embed-container .btn-mainstay-warning-300:hover {
    color: #212529;
    background-color: #febc25;
    border-color: #feb918; }
  ._admithub_embed-container .btn-mainstay-warning-300:focus, ._admithub_embed-container .btn-mainstay-warning-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 200, 75, 0.5); }
  ._admithub_embed-container .btn-mainstay-warning-300.disabled, ._admithub_embed-container .btn-mainstay-warning-300:disabled {
    color: #212529;
    background-color: #fec84b;
    border-color: #fec84b; }
  ._admithub_embed-container .btn-mainstay-warning-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-warning-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-warning-300.dropdown-toggle {
    color: #212529;
    background-color: #feb918;
    border-color: #feb50c; }
    ._admithub_embed-container .btn-mainstay-warning-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-warning-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-warning-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(254, 200, 75, 0.5); }

._admithub_embed-container .btn-mainstay-warning-600 {
  color: #ffffff;
  background-color: #dc6803;
  border-color: #dc6803; }
  ._admithub_embed-container .btn-mainstay-warning-600:hover {
    color: #ffffff;
    background-color: #b65602;
    border-color: #aa5002; }
  ._admithub_embed-container .btn-mainstay-warning-600:focus, ._admithub_embed-container .btn-mainstay-warning-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 104, 3, 0.5); }
  ._admithub_embed-container .btn-mainstay-warning-600.disabled, ._admithub_embed-container .btn-mainstay-warning-600:disabled {
    color: #ffffff;
    background-color: #dc6803;
    border-color: #dc6803; }
  ._admithub_embed-container .btn-mainstay-warning-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-warning-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-warning-600.dropdown-toggle {
    color: #ffffff;
    background-color: #aa5002;
    border-color: #9d4a02; }
    ._admithub_embed-container .btn-mainstay-warning-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-warning-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-warning-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 104, 3, 0.5); }

._admithub_embed-container .btn-mainstay-warning-700 {
  color: #ffffff;
  background-color: #b54708;
  border-color: #b54708; }
  ._admithub_embed-container .btn-mainstay-warning-700:hover {
    color: #ffffff;
    background-color: #903906;
    border-color: #843406; }
  ._admithub_embed-container .btn-mainstay-warning-700:focus, ._admithub_embed-container .btn-mainstay-warning-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 71, 8, 0.5); }
  ._admithub_embed-container .btn-mainstay-warning-700.disabled, ._admithub_embed-container .btn-mainstay-warning-700:disabled {
    color: #ffffff;
    background-color: #b54708;
    border-color: #b54708; }
  ._admithub_embed-container .btn-mainstay-warning-700:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-warning-700:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-warning-700.dropdown-toggle {
    color: #ffffff;
    background-color: #843406;
    border-color: #782f05; }
    ._admithub_embed-container .btn-mainstay-warning-700:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-warning-700:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-warning-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 71, 8, 0.5); }

._admithub_embed-container .btn-mainstay-disabled-gray {
  color: #212529;
  background-color: #98a2b3;
  border-color: #98a2b3; }
  ._admithub_embed-container .btn-mainstay-disabled-gray:hover {
    color: #ffffff;
    background-color: #828ea3;
    border-color: #7b889d; }
  ._admithub_embed-container .btn-mainstay-disabled-gray:focus, ._admithub_embed-container .btn-mainstay-disabled-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 162, 179, 0.5); }
  ._admithub_embed-container .btn-mainstay-disabled-gray.disabled, ._admithub_embed-container .btn-mainstay-disabled-gray:disabled {
    color: #212529;
    background-color: #98a2b3;
    border-color: #98a2b3; }
  ._admithub_embed-container .btn-mainstay-disabled-gray:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-mainstay-disabled-gray:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-mainstay-disabled-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #7b889d;
    border-color: #738198; }
    ._admithub_embed-container .btn-mainstay-disabled-gray:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-mainstay-disabled-gray:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-mainstay-disabled-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 162, 179, 0.5); }

._admithub_embed-container .btn-outline-primary {
  color: #22a1ac;
  background-color: transparent;
  background-image: none;
  border-color: #22a1ac; }
  ._admithub_embed-container .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }
  ._admithub_embed-container .btn-outline-primary:focus, ._admithub_embed-container .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }
  ._admithub_embed-container .btn-outline-primary.disabled, ._admithub_embed-container .btn-outline-primary:disabled {
    color: #22a1ac;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-primary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-primary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }
    ._admithub_embed-container .btn-outline-primary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-primary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }

._admithub_embed-container .btn-outline-secondary {
  color: #b65293;
  background-color: transparent;
  background-image: none;
  border-color: #b65293; }
  ._admithub_embed-container .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #b65293;
    border-color: #b65293; }
  ._admithub_embed-container .btn-outline-secondary:focus, ._admithub_embed-container .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }
  ._admithub_embed-container .btn-outline-secondary.disabled, ._admithub_embed-container .btn-outline-secondary:disabled {
    color: #b65293;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-secondary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-secondary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #b65293;
    border-color: #b65293; }
    ._admithub_embed-container .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }

._admithub_embed-container .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  ._admithub_embed-container .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  ._admithub_embed-container .btn-outline-success:focus, ._admithub_embed-container .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  ._admithub_embed-container .btn-outline-success.disabled, ._admithub_embed-container .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-success:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-success:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    ._admithub_embed-container .btn-outline-success:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-success:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

._admithub_embed-container .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  ._admithub_embed-container .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  ._admithub_embed-container .btn-outline-info:focus, ._admithub_embed-container .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  ._admithub_embed-container .btn-outline-info.disabled, ._admithub_embed-container .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-info:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-info:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    ._admithub_embed-container .btn-outline-info:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-info:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

._admithub_embed-container .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  ._admithub_embed-container .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  ._admithub_embed-container .btn-outline-warning:focus, ._admithub_embed-container .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  ._admithub_embed-container .btn-outline-warning.disabled, ._admithub_embed-container .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-warning:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-warning:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    ._admithub_embed-container .btn-outline-warning:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-warning:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

._admithub_embed-container .btn-outline-danger {
  color: #f4511e;
  background-color: transparent;
  background-image: none;
  border-color: #f4511e; }
  ._admithub_embed-container .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #f4511e;
    border-color: #f4511e; }
  ._admithub_embed-container .btn-outline-danger:focus, ._admithub_embed-container .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5); }
  ._admithub_embed-container .btn-outline-danger.disabled, ._admithub_embed-container .btn-outline-danger:disabled {
    color: #f4511e;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-danger:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-danger:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f4511e;
    border-color: #f4511e; }
    ._admithub_embed-container .btn-outline-danger:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-danger:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 81, 30, 0.5); }

._admithub_embed-container .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  ._admithub_embed-container .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  ._admithub_embed-container .btn-outline-light:focus, ._admithub_embed-container .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  ._admithub_embed-container .btn-outline-light.disabled, ._admithub_embed-container .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    ._admithub_embed-container .btn-outline-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

._admithub_embed-container .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  ._admithub_embed-container .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  ._admithub_embed-container .btn-outline-dark:focus, ._admithub_embed-container .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  ._admithub_embed-container .btn-outline-dark.disabled, ._admithub_embed-container .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-dark:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-dark:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    ._admithub_embed-container .btn-outline-dark:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-dark:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

._admithub_embed-container .btn-outline-incoming {
  color: #d3fffc;
  background-color: transparent;
  background-image: none;
  border-color: #d3fffc; }
  ._admithub_embed-container .btn-outline-incoming:hover {
    color: #212529;
    background-color: #d3fffc;
    border-color: #d3fffc; }
  ._admithub_embed-container .btn-outline-incoming:focus, ._admithub_embed-container .btn-outline-incoming.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 255, 252, 0.5); }
  ._admithub_embed-container .btn-outline-incoming.disabled, ._admithub_embed-container .btn-outline-incoming:disabled {
    color: #d3fffc;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-incoming:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-incoming:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-incoming.dropdown-toggle {
    color: #212529;
    background-color: #d3fffc;
    border-color: #d3fffc; }
    ._admithub_embed-container .btn-outline-incoming:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-incoming:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-incoming.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 255, 252, 0.5); }

._admithub_embed-container .btn-outline-forwarded {
  color: #37b669;
  background-color: transparent;
  background-image: none;
  border-color: #37b669; }
  ._admithub_embed-container .btn-outline-forwarded:hover {
    color: #ffffff;
    background-color: #37b669;
    border-color: #37b669; }
  ._admithub_embed-container .btn-outline-forwarded:focus, ._admithub_embed-container .btn-outline-forwarded.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 182, 105, 0.5); }
  ._admithub_embed-container .btn-outline-forwarded.disabled, ._admithub_embed-container .btn-outline-forwarded:disabled {
    color: #37b669;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-forwarded:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-forwarded:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-forwarded.dropdown-toggle {
    color: #ffffff;
    background-color: #37b669;
    border-color: #37b669; }
    ._admithub_embed-container .btn-outline-forwarded:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-forwarded:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-forwarded.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 182, 105, 0.5); }

._admithub_embed-container .btn-outline-new-ui-primary {
  color: #01a59a;
  background-color: transparent;
  background-image: none;
  border-color: #01a59a; }
  ._admithub_embed-container .btn-outline-new-ui-primary:hover {
    color: #ffffff;
    background-color: #01a59a;
    border-color: #01a59a; }
  ._admithub_embed-container .btn-outline-new-ui-primary:focus, ._admithub_embed-container .btn-outline-new-ui-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 165, 154, 0.5); }
  ._admithub_embed-container .btn-outline-new-ui-primary.disabled, ._admithub_embed-container .btn-outline-new-ui-primary:disabled {
    color: #01a59a;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-new-ui-primary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-new-ui-primary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-new-ui-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #01a59a;
    border-color: #01a59a; }
    ._admithub_embed-container .btn-outline-new-ui-primary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-new-ui-primary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-new-ui-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 165, 154, 0.5); }

._admithub_embed-container .btn-outline-new-ui-primary-highlight {
  color: #03b6aa;
  background-color: transparent;
  background-image: none;
  border-color: #03b6aa; }
  ._admithub_embed-container .btn-outline-new-ui-primary-highlight:hover {
    color: #ffffff;
    background-color: #03b6aa;
    border-color: #03b6aa; }
  ._admithub_embed-container .btn-outline-new-ui-primary-highlight:focus, ._admithub_embed-container .btn-outline-new-ui-primary-highlight.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 182, 170, 0.5); }
  ._admithub_embed-container .btn-outline-new-ui-primary-highlight.disabled, ._admithub_embed-container .btn-outline-new-ui-primary-highlight:disabled {
    color: #03b6aa;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-new-ui-primary-highlight:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-new-ui-primary-highlight:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-new-ui-primary-highlight.dropdown-toggle {
    color: #ffffff;
    background-color: #03b6aa;
    border-color: #03b6aa; }
    ._admithub_embed-container .btn-outline-new-ui-primary-highlight:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-new-ui-primary-highlight:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-new-ui-primary-highlight.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(3, 182, 170, 0.5); }

._admithub_embed-container .btn-outline-new-ui-selected-light {
  color: #e3effa;
  background-color: transparent;
  background-image: none;
  border-color: #e3effa; }
  ._admithub_embed-container .btn-outline-new-ui-selected-light:hover {
    color: #212529;
    background-color: #e3effa;
    border-color: #e3effa; }
  ._admithub_embed-container .btn-outline-new-ui-selected-light:focus, ._admithub_embed-container .btn-outline-new-ui-selected-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 239, 250, 0.5); }
  ._admithub_embed-container .btn-outline-new-ui-selected-light.disabled, ._admithub_embed-container .btn-outline-new-ui-selected-light:disabled {
    color: #e3effa;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-new-ui-selected-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-new-ui-selected-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-new-ui-selected-light.dropdown-toggle {
    color: #212529;
    background-color: #e3effa;
    border-color: #e3effa; }
    ._admithub_embed-container .btn-outline-new-ui-selected-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-new-ui-selected-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-new-ui-selected-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 239, 250, 0.5); }

._admithub_embed-container .btn-outline-new-ui-danger {
  color: #e34646;
  background-color: transparent;
  background-image: none;
  border-color: #e34646; }
  ._admithub_embed-container .btn-outline-new-ui-danger:hover {
    color: #ffffff;
    background-color: #e34646;
    border-color: #e34646; }
  ._admithub_embed-container .btn-outline-new-ui-danger:focus, ._admithub_embed-container .btn-outline-new-ui-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 70, 70, 0.5); }
  ._admithub_embed-container .btn-outline-new-ui-danger.disabled, ._admithub_embed-container .btn-outline-new-ui-danger:disabled {
    color: #e34646;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-new-ui-danger:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-new-ui-danger:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-new-ui-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e34646;
    border-color: #e34646; }
    ._admithub_embed-container .btn-outline-new-ui-danger:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-new-ui-danger:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-new-ui-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 70, 70, 0.5); }

._admithub_embed-container .btn-outline-new-ui-danger-light {
  color: #fae3e5;
  background-color: transparent;
  background-image: none;
  border-color: #fae3e5; }
  ._admithub_embed-container .btn-outline-new-ui-danger-light:hover {
    color: #212529;
    background-color: #fae3e5;
    border-color: #fae3e5; }
  ._admithub_embed-container .btn-outline-new-ui-danger-light:focus, ._admithub_embed-container .btn-outline-new-ui-danger-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 227, 229, 0.5); }
  ._admithub_embed-container .btn-outline-new-ui-danger-light.disabled, ._admithub_embed-container .btn-outline-new-ui-danger-light:disabled {
    color: #fae3e5;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-new-ui-danger-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-new-ui-danger-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-new-ui-danger-light.dropdown-toggle {
    color: #212529;
    background-color: #fae3e5;
    border-color: #fae3e5; }
    ._admithub_embed-container .btn-outline-new-ui-danger-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-new-ui-danger-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-new-ui-danger-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 227, 229, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-005 {
  color: #fbfbfb;
  background-color: transparent;
  background-image: none;
  border-color: #fbfbfb; }
  ._admithub_embed-container .btn-outline-blue-grey-005:hover {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  ._admithub_embed-container .btn-outline-blue-grey-005:focus, ._admithub_embed-container .btn-outline-blue-grey-005.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-005.disabled, ._admithub_embed-container .btn-outline-blue-grey-005:disabled {
    color: #fbfbfb;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-005:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-005:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-005.dropdown-toggle {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
    ._admithub_embed-container .btn-outline-blue-grey-005:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-005:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-005.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-010 {
  color: #eff3f5;
  background-color: transparent;
  background-image: none;
  border-color: #eff3f5; }
  ._admithub_embed-container .btn-outline-blue-grey-010:hover {
    color: #212529;
    background-color: #eff3f5;
    border-color: #eff3f5; }
  ._admithub_embed-container .btn-outline-blue-grey-010:focus, ._admithub_embed-container .btn-outline-blue-grey-010.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-010.disabled, ._admithub_embed-container .btn-outline-blue-grey-010:disabled {
    color: #eff3f5;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-010:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-010:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-010.dropdown-toggle {
    color: #212529;
    background-color: #eff3f5;
    border-color: #eff3f5; }
    ._admithub_embed-container .btn-outline-blue-grey-010:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-010:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-010.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-015 {
  color: #e4ebef;
  background-color: transparent;
  background-image: none;
  border-color: #e4ebef; }
  ._admithub_embed-container .btn-outline-blue-grey-015:hover {
    color: #212529;
    background-color: #e4ebef;
    border-color: #e4ebef; }
  ._admithub_embed-container .btn-outline-blue-grey-015:focus, ._admithub_embed-container .btn-outline-blue-grey-015.focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 235, 239, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-015.disabled, ._admithub_embed-container .btn-outline-blue-grey-015:disabled {
    color: #e4ebef;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-015:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-015:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-015.dropdown-toggle {
    color: #212529;
    background-color: #e4ebef;
    border-color: #e4ebef; }
    ._admithub_embed-container .btn-outline-blue-grey-015:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-015:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-015.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 235, 239, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-020 {
  color: #d6e0e6;
  background-color: transparent;
  background-image: none;
  border-color: #d6e0e6; }
  ._admithub_embed-container .btn-outline-blue-grey-020:hover {
    color: #212529;
    background-color: #d6e0e6;
    border-color: #d6e0e6; }
  ._admithub_embed-container .btn-outline-blue-grey-020:focus, ._admithub_embed-container .btn-outline-blue-grey-020.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 224, 230, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-020.disabled, ._admithub_embed-container .btn-outline-blue-grey-020:disabled {
    color: #d6e0e6;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-020:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-020:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-020.dropdown-toggle {
    color: #212529;
    background-color: #d6e0e6;
    border-color: #d6e0e6; }
    ._admithub_embed-container .btn-outline-blue-grey-020:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-020:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-020.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 224, 230, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-025 {
  color: #f4f6f7;
  background-color: transparent;
  background-image: none;
  border-color: #f4f6f7; }
  ._admithub_embed-container .btn-outline-blue-grey-025:hover {
    color: #212529;
    background-color: #f4f6f7;
    border-color: #f4f6f7; }
  ._admithub_embed-container .btn-outline-blue-grey-025:focus, ._admithub_embed-container .btn-outline-blue-grey-025.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 246, 247, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-025.disabled, ._admithub_embed-container .btn-outline-blue-grey-025:disabled {
    color: #f4f6f7;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-025:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-025:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-025.dropdown-toggle {
    color: #212529;
    background-color: #f4f6f7;
    border-color: #f4f6f7; }
    ._admithub_embed-container .btn-outline-blue-grey-025:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-025:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-025.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 246, 247, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-030 {
  color: #b2c2c9;
  background-color: transparent;
  background-image: none;
  border-color: #b2c2c9; }
  ._admithub_embed-container .btn-outline-blue-grey-030:hover {
    color: #212529;
    background-color: #b2c2c9;
    border-color: #b2c2c9; }
  ._admithub_embed-container .btn-outline-blue-grey-030:focus, ._admithub_embed-container .btn-outline-blue-grey-030.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-030.disabled, ._admithub_embed-container .btn-outline-blue-grey-030:disabled {
    color: #b2c2c9;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-030:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-030:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-030.dropdown-toggle {
    color: #212529;
    background-color: #b2c2c9;
    border-color: #b2c2c9; }
    ._admithub_embed-container .btn-outline-blue-grey-030:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-030:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-030.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-050 {
  color: #eff3f5;
  background-color: transparent;
  background-image: none;
  border-color: #eff3f5; }
  ._admithub_embed-container .btn-outline-blue-grey-050:hover {
    color: #212529;
    background-color: #eff3f5;
    border-color: #eff3f5; }
  ._admithub_embed-container .btn-outline-blue-grey-050:focus, ._admithub_embed-container .btn-outline-blue-grey-050.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-050.disabled, ._admithub_embed-container .btn-outline-blue-grey-050:disabled {
    color: #eff3f5;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-050:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-050:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-050.dropdown-toggle {
    color: #212529;
    background-color: #eff3f5;
    border-color: #eff3f5; }
    ._admithub_embed-container .btn-outline-blue-grey-050:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-050:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-050.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 243, 245, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-075 {
  color: #dde3e6;
  background-color: transparent;
  background-image: none;
  border-color: #dde3e6; }
  ._admithub_embed-container .btn-outline-blue-grey-075:hover {
    color: #212529;
    background-color: #dde3e6;
    border-color: #dde3e6; }
  ._admithub_embed-container .btn-outline-blue-grey-075:focus, ._admithub_embed-container .btn-outline-blue-grey-075.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 227, 230, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-075.disabled, ._admithub_embed-container .btn-outline-blue-grey-075:disabled {
    color: #dde3e6;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-075:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-075:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-075.dropdown-toggle {
    color: #212529;
    background-color: #dde3e6;
    border-color: #dde3e6; }
    ._admithub_embed-container .btn-outline-blue-grey-075:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-075:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-075.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 227, 230, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-080 {
  color: #2e3b40;
  background-color: transparent;
  background-image: none;
  border-color: #2e3b40; }
  ._admithub_embed-container .btn-outline-blue-grey-080:hover {
    color: #ffffff;
    background-color: #2e3b40;
    border-color: #2e3b40; }
  ._admithub_embed-container .btn-outline-blue-grey-080:focus, ._admithub_embed-container .btn-outline-blue-grey-080.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-080.disabled, ._admithub_embed-container .btn-outline-blue-grey-080:disabled {
    color: #2e3b40;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-080:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-080:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-080.dropdown-toggle {
    color: #ffffff;
    background-color: #2e3b40;
    border-color: #2e3b40; }
    ._admithub_embed-container .btn-outline-blue-grey-080:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-080:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-080.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-100 {
  color: #cfd8dc;
  background-color: transparent;
  background-image: none;
  border-color: #cfd8dc; }
  ._admithub_embed-container .btn-outline-blue-grey-100:hover {
    color: #212529;
    background-color: #cfd8dc;
    border-color: #cfd8dc; }
  ._admithub_embed-container .btn-outline-blue-grey-100:focus, ._admithub_embed-container .btn-outline-blue-grey-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-100.disabled, ._admithub_embed-container .btn-outline-blue-grey-100:disabled {
    color: #cfd8dc;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-100:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-100:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-100.dropdown-toggle {
    color: #212529;
    background-color: #cfd8dc;
    border-color: #cfd8dc; }
    ._admithub_embed-container .btn-outline-blue-grey-100:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-100:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-200 {
  color: #b0bec5;
  background-color: transparent;
  background-image: none;
  border-color: #b0bec5; }
  ._admithub_embed-container .btn-outline-blue-grey-200:hover {
    color: #212529;
    background-color: #b0bec5;
    border-color: #b0bec5; }
  ._admithub_embed-container .btn-outline-blue-grey-200:focus, ._admithub_embed-container .btn-outline-blue-grey-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-200.disabled, ._admithub_embed-container .btn-outline-blue-grey-200:disabled {
    color: #b0bec5;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-200:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-200:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-200.dropdown-toggle {
    color: #212529;
    background-color: #b0bec5;
    border-color: #b0bec5; }
    ._admithub_embed-container .btn-outline-blue-grey-200:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-200:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(176, 190, 197, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-300 {
  color: #8fa4af;
  background-color: transparent;
  background-image: none;
  border-color: #8fa4af; }
  ._admithub_embed-container .btn-outline-blue-grey-300:hover {
    color: #212529;
    background-color: #8fa4af;
    border-color: #8fa4af; }
  ._admithub_embed-container .btn-outline-blue-grey-300:focus, ._admithub_embed-container .btn-outline-blue-grey-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 164, 175, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-300.disabled, ._admithub_embed-container .btn-outline-blue-grey-300:disabled {
    color: #8fa4af;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-300.dropdown-toggle {
    color: #212529;
    background-color: #8fa4af;
    border-color: #8fa4af; }
    ._admithub_embed-container .btn-outline-blue-grey-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 164, 175, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-400 {
  color: #77909d;
  background-color: transparent;
  background-image: none;
  border-color: #77909d; }
  ._admithub_embed-container .btn-outline-blue-grey-400:hover {
    color: #ffffff;
    background-color: #77909d;
    border-color: #77909d; }
  ._admithub_embed-container .btn-outline-blue-grey-400:focus, ._admithub_embed-container .btn-outline-blue-grey-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 144, 157, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-400.disabled, ._admithub_embed-container .btn-outline-blue-grey-400:disabled {
    color: #77909d;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-400:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-400:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-400.dropdown-toggle {
    color: #ffffff;
    background-color: #77909d;
    border-color: #77909d; }
    ._admithub_embed-container .btn-outline-blue-grey-400:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-400:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 144, 157, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-500 {
  color: #5f7d8c;
  background-color: transparent;
  background-image: none;
  border-color: #5f7d8c; }
  ._admithub_embed-container .btn-outline-blue-grey-500:hover {
    color: #ffffff;
    background-color: #5f7d8c;
    border-color: #5f7d8c; }
  ._admithub_embed-container .btn-outline-blue-grey-500:focus, ._admithub_embed-container .btn-outline-blue-grey-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 125, 140, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-500.disabled, ._admithub_embed-container .btn-outline-blue-grey-500:disabled {
    color: #5f7d8c;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-500.dropdown-toggle {
    color: #ffffff;
    background-color: #5f7d8c;
    border-color: #5f7d8c; }
    ._admithub_embed-container .btn-outline-blue-grey-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(95, 125, 140, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-501 {
  color: #76868d;
  background-color: transparent;
  background-image: none;
  border-color: #76868d; }
  ._admithub_embed-container .btn-outline-blue-grey-501:hover {
    color: #ffffff;
    background-color: #76868d;
    border-color: #76868d; }
  ._admithub_embed-container .btn-outline-blue-grey-501:focus, ._admithub_embed-container .btn-outline-blue-grey-501.focus {
    box-shadow: 0 0 0 0.2rem rgba(118, 134, 141, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-501.disabled, ._admithub_embed-container .btn-outline-blue-grey-501:disabled {
    color: #76868d;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-501:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-501:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-501.dropdown-toggle {
    color: #ffffff;
    background-color: #76868d;
    border-color: #76868d; }
    ._admithub_embed-container .btn-outline-blue-grey-501:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-501:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-501.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(118, 134, 141, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-600 {
  color: #536e7b;
  background-color: transparent;
  background-image: none;
  border-color: #536e7b; }
  ._admithub_embed-container .btn-outline-blue-grey-600:hover {
    color: #ffffff;
    background-color: #536e7b;
    border-color: #536e7b; }
  ._admithub_embed-container .btn-outline-blue-grey-600:focus, ._admithub_embed-container .btn-outline-blue-grey-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 110, 123, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-600.disabled, ._admithub_embed-container .btn-outline-blue-grey-600:disabled {
    color: #536e7b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-600.dropdown-toggle {
    color: #ffffff;
    background-color: #536e7b;
    border-color: #536e7b; }
    ._admithub_embed-container .btn-outline-blue-grey-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 110, 123, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-701 {
  color: #48565d;
  background-color: transparent;
  background-image: none;
  border-color: #48565d; }
  ._admithub_embed-container .btn-outline-blue-grey-701:hover {
    color: #ffffff;
    background-color: #48565d;
    border-color: #48565d; }
  ._admithub_embed-container .btn-outline-blue-grey-701:focus, ._admithub_embed-container .btn-outline-blue-grey-701.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 86, 93, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-701.disabled, ._admithub_embed-container .btn-outline-blue-grey-701:disabled {
    color: #48565d;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-701:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-701:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-701.dropdown-toggle {
    color: #ffffff;
    background-color: #48565d;
    border-color: #48565d; }
    ._admithub_embed-container .btn-outline-blue-grey-701:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-701:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-701.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 86, 93, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-800 {
  color: #37474f;
  background-color: transparent;
  background-image: none;
  border-color: #37474f; }
  ._admithub_embed-container .btn-outline-blue-grey-800:hover {
    color: #ffffff;
    background-color: #37474f;
    border-color: #37474f; }
  ._admithub_embed-container .btn-outline-blue-grey-800:focus, ._admithub_embed-container .btn-outline-blue-grey-800.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-800.disabled, ._admithub_embed-container .btn-outline-blue-grey-800:disabled {
    color: #37474f;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-800:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-800:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-800.dropdown-toggle {
    color: #ffffff;
    background-color: #37474f;
    border-color: #37474f; }
    ._admithub_embed-container .btn-outline-blue-grey-800:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-800:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 71, 79, 0.5); }

._admithub_embed-container .btn-outline-blue-grey-900 {
  color: #253238;
  background-color: transparent;
  background-image: none;
  border-color: #253238; }
  ._admithub_embed-container .btn-outline-blue-grey-900:hover {
    color: #ffffff;
    background-color: #253238;
    border-color: #253238; }
  ._admithub_embed-container .btn-outline-blue-grey-900:focus, ._admithub_embed-container .btn-outline-blue-grey-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 50, 56, 0.5); }
  ._admithub_embed-container .btn-outline-blue-grey-900.disabled, ._admithub_embed-container .btn-outline-blue-grey-900:disabled {
    color: #253238;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-grey-900:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-grey-900:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-grey-900.dropdown-toggle {
    color: #ffffff;
    background-color: #253238;
    border-color: #253238; }
    ._admithub_embed-container .btn-outline-blue-grey-900:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-grey-900:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-grey-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(37, 50, 56, 0.5); }

._admithub_embed-container .btn-outline-indigo-200 {
  color: #9fa7dc;
  background-color: transparent;
  background-image: none;
  border-color: #9fa7dc; }
  ._admithub_embed-container .btn-outline-indigo-200:hover {
    color: #212529;
    background-color: #9fa7dc;
    border-color: #9fa7dc; }
  ._admithub_embed-container .btn-outline-indigo-200:focus, ._admithub_embed-container .btn-outline-indigo-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 167, 220, 0.5); }
  ._admithub_embed-container .btn-outline-indigo-200.disabled, ._admithub_embed-container .btn-outline-indigo-200:disabled {
    color: #9fa7dc;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-indigo-200:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-indigo-200:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-indigo-200.dropdown-toggle {
    color: #212529;
    background-color: #9fa7dc;
    border-color: #9fa7dc; }
    ._admithub_embed-container .btn-outline-indigo-200:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-indigo-200:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-indigo-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(159, 167, 220, 0.5); }

._admithub_embed-container .btn-outline-indigo-900 {
  color: #191e80;
  background-color: transparent;
  background-image: none;
  border-color: #191e80; }
  ._admithub_embed-container .btn-outline-indigo-900:hover {
    color: #ffffff;
    background-color: #191e80;
    border-color: #191e80; }
  ._admithub_embed-container .btn-outline-indigo-900:focus, ._admithub_embed-container .btn-outline-indigo-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 30, 128, 0.5); }
  ._admithub_embed-container .btn-outline-indigo-900.disabled, ._admithub_embed-container .btn-outline-indigo-900:disabled {
    color: #191e80;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-indigo-900:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-indigo-900:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-indigo-900.dropdown-toggle {
    color: #ffffff;
    background-color: #191e80;
    border-color: #191e80; }
    ._admithub_embed-container .btn-outline-indigo-900:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-indigo-900:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-indigo-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(25, 30, 128, 0.5); }

._admithub_embed-container .btn-outline-turquoise-100 {
  color: #98dad7;
  background-color: transparent;
  background-image: none;
  border-color: #98dad7; }
  ._admithub_embed-container .btn-outline-turquoise-100:hover {
    color: #212529;
    background-color: #98dad7;
    border-color: #98dad7; }
  ._admithub_embed-container .btn-outline-turquoise-100:focus, ._admithub_embed-container .btn-outline-turquoise-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 218, 215, 0.5); }
  ._admithub_embed-container .btn-outline-turquoise-100.disabled, ._admithub_embed-container .btn-outline-turquoise-100:disabled {
    color: #98dad7;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-turquoise-100:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-turquoise-100:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-turquoise-100.dropdown-toggle {
    color: #212529;
    background-color: #98dad7;
    border-color: #98dad7; }
    ._admithub_embed-container .btn-outline-turquoise-100:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-turquoise-100:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-turquoise-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 218, 215, 0.5); }

._admithub_embed-container .btn-outline-turquoise-300 {
  color: #51b7b1;
  background-color: transparent;
  background-image: none;
  border-color: #51b7b1; }
  ._admithub_embed-container .btn-outline-turquoise-300:hover {
    color: #212529;
    background-color: #51b7b1;
    border-color: #51b7b1; }
  ._admithub_embed-container .btn-outline-turquoise-300:focus, ._admithub_embed-container .btn-outline-turquoise-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 183, 177, 0.5); }
  ._admithub_embed-container .btn-outline-turquoise-300.disabled, ._admithub_embed-container .btn-outline-turquoise-300:disabled {
    color: #51b7b1;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-turquoise-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-turquoise-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-turquoise-300.dropdown-toggle {
    color: #212529;
    background-color: #51b7b1;
    border-color: #51b7b1; }
    ._admithub_embed-container .btn-outline-turquoise-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-turquoise-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-turquoise-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(81, 183, 177, 0.5); }

._admithub_embed-container .btn-outline-turquoise-400 {
  color: #24a69f;
  background-color: transparent;
  background-image: none;
  border-color: #24a69f; }
  ._admithub_embed-container .btn-outline-turquoise-400:hover {
    color: #ffffff;
    background-color: #24a69f;
    border-color: #24a69f; }
  ._admithub_embed-container .btn-outline-turquoise-400:focus, ._admithub_embed-container .btn-outline-turquoise-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 166, 159, 0.5); }
  ._admithub_embed-container .btn-outline-turquoise-400.disabled, ._admithub_embed-container .btn-outline-turquoise-400:disabled {
    color: #24a69f;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-turquoise-400:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-turquoise-400:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-turquoise-400.dropdown-toggle {
    color: #ffffff;
    background-color: #24a69f;
    border-color: #24a69f; }
    ._admithub_embed-container .btn-outline-turquoise-400:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-turquoise-400:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-turquoise-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(36, 166, 159, 0.5); }

._admithub_embed-container .btn-outline-turquoise-500 {
  color: #1d9790;
  background-color: transparent;
  background-image: none;
  border-color: #1d9790; }
  ._admithub_embed-container .btn-outline-turquoise-500:hover {
    color: #ffffff;
    background-color: #1d9790;
    border-color: #1d9790; }
  ._admithub_embed-container .btn-outline-turquoise-500:focus, ._admithub_embed-container .btn-outline-turquoise-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 151, 144, 0.5); }
  ._admithub_embed-container .btn-outline-turquoise-500.disabled, ._admithub_embed-container .btn-outline-turquoise-500:disabled {
    color: #1d9790;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-turquoise-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-turquoise-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-turquoise-500.dropdown-toggle {
    color: #ffffff;
    background-color: #1d9790;
    border-color: #1d9790; }
    ._admithub_embed-container .btn-outline-turquoise-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-turquoise-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-turquoise-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 151, 144, 0.5); }

._admithub_embed-container .btn-outline-red-600 {
  color: #e53935;
  background-color: transparent;
  background-image: none;
  border-color: #e53935; }
  ._admithub_embed-container .btn-outline-red-600:hover {
    color: #ffffff;
    background-color: #e53935;
    border-color: #e53935; }
  ._admithub_embed-container .btn-outline-red-600:focus, ._admithub_embed-container .btn-outline-red-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5); }
  ._admithub_embed-container .btn-outline-red-600.disabled, ._admithub_embed-container .btn-outline-red-600:disabled {
    color: #e53935;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-red-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-red-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-red-600.dropdown-toggle {
    color: #ffffff;
    background-color: #e53935;
    border-color: #e53935; }
    ._admithub_embed-container .btn-outline-red-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-red-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-red-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5); }

._admithub_embed-container .btn-outline-amber-500 {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  ._admithub_embed-container .btn-outline-amber-500:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  ._admithub_embed-container .btn-outline-amber-500:focus, ._admithub_embed-container .btn-outline-amber-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  ._admithub_embed-container .btn-outline-amber-500.disabled, ._admithub_embed-container .btn-outline-amber-500:disabled {
    color: #ffc107;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-amber-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-amber-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-amber-500.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    ._admithub_embed-container .btn-outline-amber-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-amber-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-amber-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

._admithub_embed-container .btn-outline-charcoal-grey {
  color: #36474f;
  background-color: transparent;
  background-image: none;
  border-color: #36474f; }
  ._admithub_embed-container .btn-outline-charcoal-grey:hover {
    color: #ffffff;
    background-color: #36474f;
    border-color: #36474f; }
  ._admithub_embed-container .btn-outline-charcoal-grey:focus, ._admithub_embed-container .btn-outline-charcoal-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 71, 79, 0.5); }
  ._admithub_embed-container .btn-outline-charcoal-grey.disabled, ._admithub_embed-container .btn-outline-charcoal-grey:disabled {
    color: #36474f;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-charcoal-grey:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-charcoal-grey:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-charcoal-grey.dropdown-toggle {
    color: #ffffff;
    background-color: #36474f;
    border-color: #36474f; }
    ._admithub_embed-container .btn-outline-charcoal-grey:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-charcoal-grey:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-charcoal-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 71, 79, 0.5); }

._admithub_embed-container .btn-outline-gull-grey {
  color: #a1b0b8;
  background-color: transparent;
  background-image: none;
  border-color: #a1b0b8; }
  ._admithub_embed-container .btn-outline-gull-grey:hover {
    color: #212529;
    background-color: #a1b0b8;
    border-color: #a1b0b8; }
  ._admithub_embed-container .btn-outline-gull-grey:focus, ._admithub_embed-container .btn-outline-gull-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(161, 176, 184, 0.5); }
  ._admithub_embed-container .btn-outline-gull-grey.disabled, ._admithub_embed-container .btn-outline-gull-grey:disabled {
    color: #a1b0b8;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-gull-grey:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-gull-grey:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-gull-grey.dropdown-toggle {
    color: #212529;
    background-color: #a1b0b8;
    border-color: #a1b0b8; }
    ._admithub_embed-container .btn-outline-gull-grey:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-gull-grey:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-gull-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(161, 176, 184, 0.5); }

._admithub_embed-container .btn-outline-message-no-match {
  color: #f4f9fd;
  background-color: transparent;
  background-image: none;
  border-color: #f4f9fd; }
  ._admithub_embed-container .btn-outline-message-no-match:hover {
    color: #212529;
    background-color: #f4f9fd;
    border-color: #f4f9fd; }
  ._admithub_embed-container .btn-outline-message-no-match:focus, ._admithub_embed-container .btn-outline-message-no-match.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 249, 253, 0.5); }
  ._admithub_embed-container .btn-outline-message-no-match.disabled, ._admithub_embed-container .btn-outline-message-no-match:disabled {
    color: #f4f9fd;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-message-no-match:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-message-no-match:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-message-no-match.dropdown-toggle {
    color: #212529;
    background-color: #f4f9fd;
    border-color: #f4f9fd; }
    ._admithub_embed-container .btn-outline-message-no-match:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-message-no-match:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-message-no-match.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 249, 253, 0.5); }

._admithub_embed-container .btn-outline-message-incoming {
  color: #c9dced;
  background-color: transparent;
  background-image: none;
  border-color: #c9dced; }
  ._admithub_embed-container .btn-outline-message-incoming:hover {
    color: #212529;
    background-color: #c9dced;
    border-color: #c9dced; }
  ._admithub_embed-container .btn-outline-message-incoming:focus, ._admithub_embed-container .btn-outline-message-incoming.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 220, 237, 0.5); }
  ._admithub_embed-container .btn-outline-message-incoming.disabled, ._admithub_embed-container .btn-outline-message-incoming:disabled {
    color: #c9dced;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-message-incoming:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-message-incoming:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-message-incoming.dropdown-toggle {
    color: #212529;
    background-color: #c9dced;
    border-color: #c9dced; }
    ._admithub_embed-container .btn-outline-message-incoming:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-message-incoming:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-message-incoming.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(201, 220, 237, 0.5); }

._admithub_embed-container .btn-outline-pale-green {
  color: #0fc65b;
  background-color: transparent;
  background-image: none;
  border-color: #0fc65b; }
  ._admithub_embed-container .btn-outline-pale-green:hover {
    color: #ffffff;
    background-color: #0fc65b;
    border-color: #0fc65b; }
  ._admithub_embed-container .btn-outline-pale-green:focus, ._admithub_embed-container .btn-outline-pale-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 198, 91, 0.5); }
  ._admithub_embed-container .btn-outline-pale-green.disabled, ._admithub_embed-container .btn-outline-pale-green:disabled {
    color: #0fc65b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-pale-green:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-pale-green:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-pale-green.dropdown-toggle {
    color: #ffffff;
    background-color: #0fc65b;
    border-color: #0fc65b; }
    ._admithub_embed-container .btn-outline-pale-green:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-pale-green:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-pale-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(15, 198, 91, 0.5); }

._admithub_embed-container .btn-outline-admithub-pink {
  color: #b65293;
  background-color: transparent;
  background-image: none;
  border-color: #b65293; }
  ._admithub_embed-container .btn-outline-admithub-pink:hover {
    color: #ffffff;
    background-color: #b65293;
    border-color: #b65293; }
  ._admithub_embed-container .btn-outline-admithub-pink:focus, ._admithub_embed-container .btn-outline-admithub-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }
  ._admithub_embed-container .btn-outline-admithub-pink.disabled, ._admithub_embed-container .btn-outline-admithub-pink:disabled {
    color: #b65293;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-admithub-pink:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-admithub-pink:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-admithub-pink.dropdown-toggle {
    color: #ffffff;
    background-color: #b65293;
    border-color: #b65293; }
    ._admithub_embed-container .btn-outline-admithub-pink:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-admithub-pink:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-admithub-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 82, 147, 0.5); }

._admithub_embed-container .btn-outline-admithub-grey {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2; }
  ._admithub_embed-container .btn-outline-admithub-grey:hover {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  ._admithub_embed-container .btn-outline-admithub-grey:focus, ._admithub_embed-container .btn-outline-admithub-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }
  ._admithub_embed-container .btn-outline-admithub-grey.disabled, ._admithub_embed-container .btn-outline-admithub-grey:disabled {
    color: #f2f2f2;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-admithub-grey:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-admithub-grey:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-admithub-grey.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
    ._admithub_embed-container .btn-outline-admithub-grey:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-admithub-grey:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-admithub-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

._admithub_embed-container .btn-outline-admithub-primary {
  color: #22a1ac;
  background-color: transparent;
  background-image: none;
  border-color: #22a1ac; }
  ._admithub_embed-container .btn-outline-admithub-primary:hover {
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }
  ._admithub_embed-container .btn-outline-admithub-primary:focus, ._admithub_embed-container .btn-outline-admithub-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }
  ._admithub_embed-container .btn-outline-admithub-primary.disabled, ._admithub_embed-container .btn-outline-admithub-primary:disabled {
    color: #22a1ac;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-admithub-primary:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-admithub-primary:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-admithub-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }
    ._admithub_embed-container .btn-outline-admithub-primary:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-admithub-primary:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-admithub-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.5); }

._admithub_embed-container .btn-outline-warning-light {
  color: #fffff1;
  background-color: transparent;
  background-image: none;
  border-color: #fffff1; }
  ._admithub_embed-container .btn-outline-warning-light:hover {
    color: #212529;
    background-color: #fffff1;
    border-color: #fffff1; }
  ._admithub_embed-container .btn-outline-warning-light:focus, ._admithub_embed-container .btn-outline-warning-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 241, 0.5); }
  ._admithub_embed-container .btn-outline-warning-light.disabled, ._admithub_embed-container .btn-outline-warning-light:disabled {
    color: #fffff1;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-warning-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-warning-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-warning-light.dropdown-toggle {
    color: #212529;
    background-color: #fffff1;
    border-color: #fffff1; }
    ._admithub_embed-container .btn-outline-warning-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-warning-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-warning-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 241, 0.5); }

._admithub_embed-container .btn-outline-dark-purple {
  color: #620b3e;
  background-color: transparent;
  background-image: none;
  border-color: #620b3e; }
  ._admithub_embed-container .btn-outline-dark-purple:hover {
    color: #ffffff;
    background-color: #620b3e;
    border-color: #620b3e; }
  ._admithub_embed-container .btn-outline-dark-purple:focus, ._admithub_embed-container .btn-outline-dark-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }
  ._admithub_embed-container .btn-outline-dark-purple.disabled, ._admithub_embed-container .btn-outline-dark-purple:disabled {
    color: #620b3e;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-dark-purple:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-dark-purple:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-dark-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #620b3e;
    border-color: #620b3e; }
    ._admithub_embed-container .btn-outline-dark-purple:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-dark-purple:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-dark-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }

._admithub_embed-container .btn-outline-light-purple {
  color: #620b3e1a;
  background-color: transparent;
  background-image: none;
  border-color: #620b3e1a; }
  ._admithub_embed-container .btn-outline-light-purple:hover {
    color: #ffffff;
    background-color: #620b3e1a;
    border-color: #620b3e1a; }
  ._admithub_embed-container .btn-outline-light-purple:focus, ._admithub_embed-container .btn-outline-light-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }
  ._admithub_embed-container .btn-outline-light-purple.disabled, ._admithub_embed-container .btn-outline-light-purple:disabled {
    color: #620b3e1a;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-light-purple:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-light-purple:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-light-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #620b3e1a;
    border-color: #620b3e1a; }
    ._admithub_embed-container .btn-outline-light-purple:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-light-purple:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-light-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(98, 11, 62, 0.5); }

._admithub_embed-container .btn-outline-secondary-teal {
  color: #20ad96;
  background-color: transparent;
  background-image: none;
  border-color: #20ad96; }
  ._admithub_embed-container .btn-outline-secondary-teal:hover {
    color: #ffffff;
    background-color: #20ad96;
    border-color: #20ad96; }
  ._admithub_embed-container .btn-outline-secondary-teal:focus, ._admithub_embed-container .btn-outline-secondary-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 173, 150, 0.5); }
  ._admithub_embed-container .btn-outline-secondary-teal.disabled, ._admithub_embed-container .btn-outline-secondary-teal:disabled {
    color: #20ad96;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-secondary-teal:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-secondary-teal:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-secondary-teal.dropdown-toggle {
    color: #ffffff;
    background-color: #20ad96;
    border-color: #20ad96; }
    ._admithub_embed-container .btn-outline-secondary-teal:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-secondary-teal:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-secondary-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 173, 150, 0.5); }

._admithub_embed-container .btn-outline-secondary-light {
  color: #effcfa;
  background-color: transparent;
  background-image: none;
  border-color: #effcfa; }
  ._admithub_embed-container .btn-outline-secondary-light:hover {
    color: #212529;
    background-color: #effcfa;
    border-color: #effcfa; }
  ._admithub_embed-container .btn-outline-secondary-light:focus, ._admithub_embed-container .btn-outline-secondary-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 252, 250, 0.5); }
  ._admithub_embed-container .btn-outline-secondary-light.disabled, ._admithub_embed-container .btn-outline-secondary-light:disabled {
    color: #effcfa;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-secondary-light:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-secondary-light:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-secondary-light.dropdown-toggle {
    color: #212529;
    background-color: #effcfa;
    border-color: #effcfa; }
    ._admithub_embed-container .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-secondary-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 252, 250, 0.5); }

._admithub_embed-container .btn-outline-opacity-50 {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-outline-opacity-50:hover {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-outline-opacity-50:focus, ._admithub_embed-container .btn-outline-opacity-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-outline-opacity-50.disabled, ._admithub_embed-container .btn-outline-opacity-50:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-opacity-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-opacity-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-opacity-50.dropdown-toggle {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5); }
    ._admithub_embed-container .btn-outline-opacity-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-opacity-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-opacity-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

._admithub_embed-container .btn-outline-blue-20 {
  color: #deebff;
  background-color: transparent;
  background-image: none;
  border-color: #deebff; }
  ._admithub_embed-container .btn-outline-blue-20:hover {
    color: #212529;
    background-color: #deebff;
    border-color: #deebff; }
  ._admithub_embed-container .btn-outline-blue-20:focus, ._admithub_embed-container .btn-outline-blue-20.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 235, 255, 0.5); }
  ._admithub_embed-container .btn-outline-blue-20.disabled, ._admithub_embed-container .btn-outline-blue-20:disabled {
    color: #deebff;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-20:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-20:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-20.dropdown-toggle {
    color: #212529;
    background-color: #deebff;
    border-color: #deebff; }
    ._admithub_embed-container .btn-outline-blue-20:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-20:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-20.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 235, 255, 0.5); }

._admithub_embed-container .btn-outline-blue-90 {
  color: #003e82;
  background-color: transparent;
  background-image: none;
  border-color: #003e82; }
  ._admithub_embed-container .btn-outline-blue-90:hover {
    color: #ffffff;
    background-color: #003e82;
    border-color: #003e82; }
  ._admithub_embed-container .btn-outline-blue-90:focus, ._admithub_embed-container .btn-outline-blue-90.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 130, 0.5); }
  ._admithub_embed-container .btn-outline-blue-90.disabled, ._admithub_embed-container .btn-outline-blue-90:disabled {
    color: #003e82;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-blue-90:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-blue-90:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-blue-90.dropdown-toggle {
    color: #ffffff;
    background-color: #003e82;
    border-color: #003e82; }
    ._admithub_embed-container .btn-outline-blue-90:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-blue-90:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-blue-90.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 62, 130, 0.5); }

._admithub_embed-container .btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff; }
  ._admithub_embed-container .btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  ._admithub_embed-container .btn-outline-white:focus, ._admithub_embed-container .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .btn-outline-white.disabled, ._admithub_embed-container .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-white:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-white:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    ._admithub_embed-container .btn-outline-white:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-white:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

._admithub_embed-container .btn-outline-gray-150 {
  color: #edeeee;
  background-color: transparent;
  background-image: none;
  border-color: #edeeee; }
  ._admithub_embed-container .btn-outline-gray-150:hover {
    color: #212529;
    background-color: #edeeee;
    border-color: #edeeee; }
  ._admithub_embed-container .btn-outline-gray-150:focus, ._admithub_embed-container .btn-outline-gray-150.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 238, 238, 0.5); }
  ._admithub_embed-container .btn-outline-gray-150.disabled, ._admithub_embed-container .btn-outline-gray-150:disabled {
    color: #edeeee;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-gray-150:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-gray-150:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-gray-150.dropdown-toggle {
    color: #212529;
    background-color: #edeeee;
    border-color: #edeeee; }
    ._admithub_embed-container .btn-outline-gray-150:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-gray-150:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-gray-150.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(237, 238, 238, 0.5); }

._admithub_embed-container .btn-outline-archived-badge-color {
  color: #95a7b0;
  background-color: transparent;
  background-image: none;
  border-color: #95a7b0; }
  ._admithub_embed-container .btn-outline-archived-badge-color:hover {
    color: #212529;
    background-color: #95a7b0;
    border-color: #95a7b0; }
  ._admithub_embed-container .btn-outline-archived-badge-color:focus, ._admithub_embed-container .btn-outline-archived-badge-color.focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 167, 176, 0.5); }
  ._admithub_embed-container .btn-outline-archived-badge-color.disabled, ._admithub_embed-container .btn-outline-archived-badge-color:disabled {
    color: #95a7b0;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-archived-badge-color:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-archived-badge-color:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-archived-badge-color.dropdown-toggle {
    color: #212529;
    background-color: #95a7b0;
    border-color: #95a7b0; }
    ._admithub_embed-container .btn-outline-archived-badge-color:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-archived-badge-color:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-archived-badge-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(149, 167, 176, 0.5); }

._admithub_embed-container .btn-outline-line {
  color: #b2c2c9;
  background-color: transparent;
  background-image: none;
  border-color: #b2c2c9; }
  ._admithub_embed-container .btn-outline-line:hover {
    color: #212529;
    background-color: #b2c2c9;
    border-color: #b2c2c9; }
  ._admithub_embed-container .btn-outline-line:focus, ._admithub_embed-container .btn-outline-line.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }
  ._admithub_embed-container .btn-outline-line.disabled, ._admithub_embed-container .btn-outline-line:disabled {
    color: #b2c2c9;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-line:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-line:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-line.dropdown-toggle {
    color: #212529;
    background-color: #b2c2c9;
    border-color: #b2c2c9; }
    ._admithub_embed-container .btn-outline-line:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-line:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-line.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 194, 201, 0.5); }

._admithub_embed-container .btn-outline-dark-gray {
  color: #5e6b72;
  background-color: transparent;
  background-image: none;
  border-color: #5e6b72; }
  ._admithub_embed-container .btn-outline-dark-gray:hover {
    color: #ffffff;
    background-color: #5e6b72;
    border-color: #5e6b72; }
  ._admithub_embed-container .btn-outline-dark-gray:focus, ._admithub_embed-container .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 107, 114, 0.5); }
  ._admithub_embed-container .btn-outline-dark-gray.disabled, ._admithub_embed-container .btn-outline-dark-gray:disabled {
    color: #5e6b72;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-dark-gray:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-dark-gray:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #5e6b72;
    border-color: #5e6b72; }
    ._admithub_embed-container .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 107, 114, 0.5); }

._admithub_embed-container .btn-outline-denim-blue {
  color: #1b71ce;
  background-color: transparent;
  background-image: none;
  border-color: #1b71ce; }
  ._admithub_embed-container .btn-outline-denim-blue:hover {
    color: #ffffff;
    background-color: #1b71ce;
    border-color: #1b71ce; }
  ._admithub_embed-container .btn-outline-denim-blue:focus, ._admithub_embed-container .btn-outline-denim-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }
  ._admithub_embed-container .btn-outline-denim-blue.disabled, ._admithub_embed-container .btn-outline-denim-blue:disabled {
    color: #1b71ce;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-denim-blue:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-denim-blue:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-denim-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #1b71ce;
    border-color: #1b71ce; }
    ._admithub_embed-container .btn-outline-denim-blue:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-denim-blue:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-denim-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }

._admithub_embed-container .btn-outline-mainstay-blue-10 {
  color: #f2f9ff;
  background-color: transparent;
  background-image: none;
  border-color: #f2f9ff; }
  ._admithub_embed-container .btn-outline-mainstay-blue-10:hover {
    color: #212529;
    background-color: #f2f9ff;
    border-color: #f2f9ff; }
  ._admithub_embed-container .btn-outline-mainstay-blue-10:focus, ._admithub_embed-container .btn-outline-mainstay-blue-10.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 249, 255, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-blue-10.disabled, ._admithub_embed-container .btn-outline-mainstay-blue-10:disabled {
    color: #f2f9ff;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-blue-10:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-blue-10:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-blue-10.dropdown-toggle {
    color: #212529;
    background-color: #f2f9ff;
    border-color: #f2f9ff; }
    ._admithub_embed-container .btn-outline-mainstay-blue-10:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-blue-10:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-blue-10.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 249, 255, 0.5); }

._admithub_embed-container .btn-outline-mainstay-blue-40 {
  color: #6fadf0;
  background-color: transparent;
  background-image: none;
  border-color: #6fadf0; }
  ._admithub_embed-container .btn-outline-mainstay-blue-40:hover {
    color: #212529;
    background-color: #6fadf0;
    border-color: #6fadf0; }
  ._admithub_embed-container .btn-outline-mainstay-blue-40:focus, ._admithub_embed-container .btn-outline-mainstay-blue-40.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 173, 240, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-blue-40.disabled, ._admithub_embed-container .btn-outline-mainstay-blue-40:disabled {
    color: #6fadf0;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-blue-40:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-blue-40:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-blue-40.dropdown-toggle {
    color: #212529;
    background-color: #6fadf0;
    border-color: #6fadf0; }
    ._admithub_embed-container .btn-outline-mainstay-blue-40:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-blue-40:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-blue-40.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 173, 240, 0.5); }

._admithub_embed-container .btn-outline-mainstay-blue-60 {
  color: #1b71ce;
  background-color: transparent;
  background-image: none;
  border-color: #1b71ce; }
  ._admithub_embed-container .btn-outline-mainstay-blue-60:hover {
    color: #ffffff;
    background-color: #1b71ce;
    border-color: #1b71ce; }
  ._admithub_embed-container .btn-outline-mainstay-blue-60:focus, ._admithub_embed-container .btn-outline-mainstay-blue-60.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-blue-60.disabled, ._admithub_embed-container .btn-outline-mainstay-blue-60:disabled {
    color: #1b71ce;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-blue-60:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-blue-60:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-blue-60.dropdown-toggle {
    color: #ffffff;
    background-color: #1b71ce;
    border-color: #1b71ce; }
    ._admithub_embed-container .btn-outline-mainstay-blue-60:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-blue-60:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-blue-60.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(27, 113, 206, 0.5); }

._admithub_embed-container .btn-outline-mainstay-blue-70 {
  color: #0063d0;
  background-color: transparent;
  background-image: none;
  border-color: #0063d0; }
  ._admithub_embed-container .btn-outline-mainstay-blue-70:hover {
    color: #ffffff;
    background-color: #0063d0;
    border-color: #0063d0; }
  ._admithub_embed-container .btn-outline-mainstay-blue-70:focus, ._admithub_embed-container .btn-outline-mainstay-blue-70.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 99, 208, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-blue-70.disabled, ._admithub_embed-container .btn-outline-mainstay-blue-70:disabled {
    color: #0063d0;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-blue-70:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-blue-70:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-blue-70.dropdown-toggle {
    color: #ffffff;
    background-color: #0063d0;
    border-color: #0063d0; }
    ._admithub_embed-container .btn-outline-mainstay-blue-70:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-blue-70:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-blue-70.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 99, 208, 0.5); }

._admithub_embed-container .btn-outline-mainstay-blue-80 {
  color: #0051aa;
  background-color: transparent;
  background-image: none;
  border-color: #0051aa; }
  ._admithub_embed-container .btn-outline-mainstay-blue-80:hover {
    color: #ffffff;
    background-color: #0051aa;
    border-color: #0051aa; }
  ._admithub_embed-container .btn-outline-mainstay-blue-80:focus, ._admithub_embed-container .btn-outline-mainstay-blue-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 81, 170, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-blue-80.disabled, ._admithub_embed-container .btn-outline-mainstay-blue-80:disabled {
    color: #0051aa;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-blue-80:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-blue-80:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-blue-80.dropdown-toggle {
    color: #ffffff;
    background-color: #0051aa;
    border-color: #0051aa; }
    ._admithub_embed-container .btn-outline-mainstay-blue-80:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-blue-80:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-blue-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 81, 170, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue {
  color: #092e63;
  background-color: transparent;
  background-image: none;
  border-color: #092e63; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue:hover {
    color: #ffffff;
    background-color: #092e63;
    border-color: #092e63; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 46, 99, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue:disabled {
    color: #092e63;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #092e63;
    border-color: #092e63; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(9, 46, 99, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-80 {
  color: #3a5882;
  background-color: transparent;
  background-image: none;
  border-color: #3a5882; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:hover {
    color: #ffffff;
    background-color: #3a5882;
    border-color: #3a5882; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 88, 130, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-80.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:disabled {
    color: #3a5882;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-80.dropdown-toggle {
    color: #ffffff;
    background-color: #3a5882;
    border-color: #3a5882; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-80:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 88, 130, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-70 {
  color: #536d92;
  background-color: transparent;
  background-image: none;
  border-color: #536d92; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:hover {
    color: #ffffff;
    background-color: #536d92;
    border-color: #536d92; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-70.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 109, 146, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-70.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:disabled {
    color: #536d92;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-70.dropdown-toggle {
    color: #ffffff;
    background-color: #536d92;
    border-color: #536d92; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-70:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-70.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 109, 146, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-65 {
  color: #5f779a;
  background-color: transparent;
  background-image: none;
  border-color: #5f779a; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:hover {
    color: #ffffff;
    background-color: #5f779a;
    border-color: #5f779a; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-65.focus {
    box-shadow: 0 0 0 0.2rem rgba(95, 119, 154, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-65.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:disabled {
    color: #5f779a;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-65.dropdown-toggle {
    color: #ffffff;
    background-color: #5f779a;
    border-color: #5f779a; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-65:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(95, 119, 154, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-50 {
  color: #8497b1;
  background-color: transparent;
  background-image: none;
  border-color: #8497b1; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:hover {
    color: #ffffff;
    background-color: #8497b1;
    border-color: #8497b1; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 151, 177, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-50.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:disabled {
    color: #8497b1;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-50.dropdown-toggle {
    color: #ffffff;
    background-color: #8497b1;
    border-color: #8497b1; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 151, 177, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-20 {
  color: #ced5e0;
  background-color: transparent;
  background-image: none;
  border-color: #ced5e0; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:hover {
    color: #212529;
    background-color: #ced5e0;
    border-color: #ced5e0; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-20.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-20.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:disabled {
    color: #ced5e0;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-20.dropdown-toggle {
    color: #212529;
    background-color: #ced5e0;
    border-color: #ced5e0; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-20:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-20.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-10 {
  color: #e7ebf0;
  background-color: transparent;
  background-image: none;
  border-color: #e7ebf0; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:hover {
    color: #212529;
    background-color: #e7ebf0;
    border-color: #e7ebf0; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-10.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 235, 240, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-10.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:disabled {
    color: #e7ebf0;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-10.dropdown-toggle {
    color: #212529;
    background-color: #e7ebf0;
    border-color: #e7ebf0; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-10:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-10.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 235, 240, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-blue-05 {
  color: #f2f4f7;
  background-color: transparent;
  background-image: none;
  border-color: #f2f4f7; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:hover {
    color: #212529;
    background-color: #f2f4f7;
    border-color: #f2f4f7; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-05.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-05.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:disabled {
    color: #f2f4f7;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-05.dropdown-toggle {
    color: #212529;
    background-color: #f2f4f7;
    border-color: #f2f4f7; }
    ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-blue-05:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-blue-05.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5); }

._admithub_embed-container .btn-outline-mainstay-almost-black {
  color: #121619;
  background-color: transparent;
  background-image: none;
  border-color: #121619; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black:hover {
    color: #ffffff;
    background-color: #121619;
    border-color: #121619; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black:focus, ._admithub_embed-container .btn-outline-mainstay-almost-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 22, 25, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-almost-black.disabled, ._admithub_embed-container .btn-outline-mainstay-almost-black:disabled {
    color: #121619;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-almost-black:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-almost-black.dropdown-toggle {
    color: #ffffff;
    background-color: #121619;
    border-color: #121619; }
    ._admithub_embed-container .btn-outline-mainstay-almost-black:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-almost-black:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-almost-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 22, 25, 0.5); }

._admithub_embed-container .btn-outline-mainstay-almost-black-30 {
  color: #b8baba;
  background-color: transparent;
  background-image: none;
  border-color: #b8baba; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-30:hover {
    color: #212529;
    background-color: #b8baba;
    border-color: #b8baba; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-30:focus, ._admithub_embed-container .btn-outline-mainstay-almost-black-30.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 186, 186, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-30.disabled, ._admithub_embed-container .btn-outline-mainstay-almost-black-30:disabled {
    color: #b8baba;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-30:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-almost-black-30:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-almost-black-30.dropdown-toggle {
    color: #212529;
    background-color: #b8baba;
    border-color: #b8baba; }
    ._admithub_embed-container .btn-outline-mainstay-almost-black-30:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-almost-black-30:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-almost-black-30.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(184, 186, 186, 0.5); }

._admithub_embed-container .btn-outline-mainstay-almost-black-80 {
  color: #414547;
  background-color: transparent;
  background-image: none;
  border-color: #414547; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-80:hover {
    color: #ffffff;
    background-color: #414547;
    border-color: #414547; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-80:focus, ._admithub_embed-container .btn-outline-mainstay-almost-black-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 69, 71, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-80.disabled, ._admithub_embed-container .btn-outline-mainstay-almost-black-80:disabled {
    color: #414547;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-almost-black-80:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-almost-black-80:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-almost-black-80.dropdown-toggle {
    color: #ffffff;
    background-color: #414547;
    border-color: #414547; }
    ._admithub_embed-container .btn-outline-mainstay-almost-black-80:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-almost-black-80:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-almost-black-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 69, 71, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-mint {
  color: #00c6a4;
  background-color: transparent;
  background-image: none;
  border-color: #00c6a4; }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint:hover {
    color: #ffffff;
    background-color: #00c6a4;
    border-color: #00c6a4; }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint:focus, ._admithub_embed-container .btn-outline-mainstay-dark-mint.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-mint:disabled {
    color: #00c6a4;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-mint:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-mint.dropdown-toggle {
    color: #ffffff;
    background-color: #00c6a4;
    border-color: #00c6a4; }
    ._admithub_embed-container .btn-outline-mainstay-dark-mint:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-mint:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-mint.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity {
  color: rgba(0, 198, 164, 0.1);
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 198, 164, 0.1); }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:hover {
    color: #ffffff;
    background-color: rgba(0, 198, 164, 0.1);
    border-color: rgba(0, 198, 164, 0.1); }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:focus, ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:disabled {
    color: rgba(0, 198, 164, 0.1);
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-mint-w-opacity.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(0, 198, 164, 0.1);
    border-color: rgba(0, 198, 164, 0.1); }
    ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-mint-w-opacity:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-mint-w-opacity.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 198, 164, 0.5); }

._admithub_embed-container .btn-outline-mainstay-dark-green {
  color: #08785d;
  background-color: transparent;
  background-image: none;
  border-color: #08785d; }
  ._admithub_embed-container .btn-outline-mainstay-dark-green:hover {
    color: #ffffff;
    background-color: #08785d;
    border-color: #08785d; }
  ._admithub_embed-container .btn-outline-mainstay-dark-green:focus, ._admithub_embed-container .btn-outline-mainstay-dark-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 120, 93, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-dark-green.disabled, ._admithub_embed-container .btn-outline-mainstay-dark-green:disabled {
    color: #08785d;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-dark-green:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-dark-green:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-dark-green.dropdown-toggle {
    color: #ffffff;
    background-color: #08785d;
    border-color: #08785d; }
    ._admithub_embed-container .btn-outline-mainstay-dark-green:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-dark-green:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-dark-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 120, 93, 0.5); }

._admithub_embed-container .btn-outline-mainstay-mint {
  color: #00ffd4;
  background-color: transparent;
  background-image: none;
  border-color: #00ffd4; }
  ._admithub_embed-container .btn-outline-mainstay-mint:hover {
    color: #212529;
    background-color: #00ffd4;
    border-color: #00ffd4; }
  ._admithub_embed-container .btn-outline-mainstay-mint:focus, ._admithub_embed-container .btn-outline-mainstay-mint.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 212, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-mint.disabled, ._admithub_embed-container .btn-outline-mainstay-mint:disabled {
    color: #00ffd4;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-mint:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-mint:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-mint.dropdown-toggle {
    color: #212529;
    background-color: #00ffd4;
    border-color: #00ffd4; }
    ._admithub_embed-container .btn-outline-mainstay-mint:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-mint:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-mint.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 255, 212, 0.5); }

._admithub_embed-container .btn-outline-mainstay-teal {
  color: #00837b;
  background-color: transparent;
  background-image: none;
  border-color: #00837b; }
  ._admithub_embed-container .btn-outline-mainstay-teal:hover {
    color: #ffffff;
    background-color: #00837b;
    border-color: #00837b; }
  ._admithub_embed-container .btn-outline-mainstay-teal:focus, ._admithub_embed-container .btn-outline-mainstay-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 131, 123, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-teal.disabled, ._admithub_embed-container .btn-outline-mainstay-teal:disabled {
    color: #00837b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-teal:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-teal:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-teal.dropdown-toggle {
    color: #ffffff;
    background-color: #00837b;
    border-color: #00837b; }
    ._admithub_embed-container .btn-outline-mainstay-teal:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-teal:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 131, 123, 0.5); }

._admithub_embed-container .btn-outline-mainstay-cream-30 {
  color: #fffefc;
  background-color: transparent;
  background-image: none;
  border-color: #fffefc; }
  ._admithub_embed-container .btn-outline-mainstay-cream-30:hover {
    color: #212529;
    background-color: #fffefc;
    border-color: #fffefc; }
  ._admithub_embed-container .btn-outline-mainstay-cream-30:focus, ._admithub_embed-container .btn-outline-mainstay-cream-30.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 254, 252, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-cream-30.disabled, ._admithub_embed-container .btn-outline-mainstay-cream-30:disabled {
    color: #fffefc;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-cream-30:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-cream-30:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-cream-30.dropdown-toggle {
    color: #212529;
    background-color: #fffefc;
    border-color: #fffefc; }
    ._admithub_embed-container .btn-outline-mainstay-cream-30:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-cream-30:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-cream-30.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 254, 252, 0.5); }

._admithub_embed-container .btn-outline-mainstay-gray-20 {
  color: #fafbfb;
  background-color: transparent;
  background-image: none;
  border-color: #fafbfb; }
  ._admithub_embed-container .btn-outline-mainstay-gray-20:hover {
    color: #212529;
    background-color: #fafbfb;
    border-color: #fafbfb; }
  ._admithub_embed-container .btn-outline-mainstay-gray-20:focus, ._admithub_embed-container .btn-outline-mainstay-gray-20.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 251, 251, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-gray-20.disabled, ._admithub_embed-container .btn-outline-mainstay-gray-20:disabled {
    color: #fafbfb;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-gray-20:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-gray-20:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-gray-20.dropdown-toggle {
    color: #212529;
    background-color: #fafbfb;
    border-color: #fafbfb; }
    ._admithub_embed-container .btn-outline-mainstay-gray-20:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-gray-20:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-gray-20.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 251, 251, 0.5); }

._admithub_embed-container .btn-outline-mainstay-error-50 {
  color: #fdf3f3;
  background-color: transparent;
  background-image: none;
  border-color: #fdf3f3; }
  ._admithub_embed-container .btn-outline-mainstay-error-50:hover {
    color: #212529;
    background-color: #fdf3f3;
    border-color: #fdf3f3; }
  ._admithub_embed-container .btn-outline-mainstay-error-50:focus, ._admithub_embed-container .btn-outline-mainstay-error-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 243, 243, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-error-50.disabled, ._admithub_embed-container .btn-outline-mainstay-error-50:disabled {
    color: #fdf3f3;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-error-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-error-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-error-50.dropdown-toggle {
    color: #212529;
    background-color: #fdf3f3;
    border-color: #fdf3f3; }
    ._admithub_embed-container .btn-outline-mainstay-error-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-error-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-error-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 243, 243, 0.5); }

._admithub_embed-container .btn-outline-mainstay-error-300 {
  color: #fda29b;
  background-color: transparent;
  background-image: none;
  border-color: #fda29b; }
  ._admithub_embed-container .btn-outline-mainstay-error-300:hover {
    color: #212529;
    background-color: #fda29b;
    border-color: #fda29b; }
  ._admithub_embed-container .btn-outline-mainstay-error-300:focus, ._admithub_embed-container .btn-outline-mainstay-error-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 162, 155, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-error-300.disabled, ._admithub_embed-container .btn-outline-mainstay-error-300:disabled {
    color: #fda29b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-error-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-error-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-error-300.dropdown-toggle {
    color: #212529;
    background-color: #fda29b;
    border-color: #fda29b; }
    ._admithub_embed-container .btn-outline-mainstay-error-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-error-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-error-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 162, 155, 0.5); }

._admithub_embed-container .btn-outline-mainstay-error-600 {
  color: #cb271b;
  background-color: transparent;
  background-image: none;
  border-color: #cb271b; }
  ._admithub_embed-container .btn-outline-mainstay-error-600:hover {
    color: #ffffff;
    background-color: #cb271b;
    border-color: #cb271b; }
  ._admithub_embed-container .btn-outline-mainstay-error-600:focus, ._admithub_embed-container .btn-outline-mainstay-error-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-error-600.disabled, ._admithub_embed-container .btn-outline-mainstay-error-600:disabled {
    color: #cb271b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-error-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-error-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-error-600.dropdown-toggle {
    color: #ffffff;
    background-color: #cb271b;
    border-color: #cb271b; }
    ._admithub_embed-container .btn-outline-mainstay-error-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-error-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-error-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }

._admithub_embed-container .btn-outline-mainstay-error-700 {
  color: #a31208;
  background-color: transparent;
  background-image: none;
  border-color: #a31208; }
  ._admithub_embed-container .btn-outline-mainstay-error-700:hover {
    color: #ffffff;
    background-color: #a31208;
    border-color: #a31208; }
  ._admithub_embed-container .btn-outline-mainstay-error-700:focus, ._admithub_embed-container .btn-outline-mainstay-error-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 18, 8, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-error-700.disabled, ._admithub_embed-container .btn-outline-mainstay-error-700:disabled {
    color: #a31208;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-error-700:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-error-700:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-error-700.dropdown-toggle {
    color: #ffffff;
    background-color: #a31208;
    border-color: #a31208; }
    ._admithub_embed-container .btn-outline-mainstay-error-700:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-error-700:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-error-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 18, 8, 0.5); }

._admithub_embed-container .btn-outline-mainstay-error-red {
  color: #cb271b;
  background-color: transparent;
  background-image: none;
  border-color: #cb271b; }
  ._admithub_embed-container .btn-outline-mainstay-error-red:hover {
    color: #ffffff;
    background-color: #cb271b;
    border-color: #cb271b; }
  ._admithub_embed-container .btn-outline-mainstay-error-red:focus, ._admithub_embed-container .btn-outline-mainstay-error-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-error-red.disabled, ._admithub_embed-container .btn-outline-mainstay-error-red:disabled {
    color: #cb271b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-error-red:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-error-red:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-error-red.dropdown-toggle {
    color: #ffffff;
    background-color: #cb271b;
    border-color: #cb271b; }
    ._admithub_embed-container .btn-outline-mainstay-error-red:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-error-red:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-error-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 39, 27, 0.5); }

._admithub_embed-container .btn-outline-mainstay-spark-red {
  color: #f23661;
  background-color: transparent;
  background-image: none;
  border-color: #f23661; }
  ._admithub_embed-container .btn-outline-mainstay-spark-red:hover {
    color: #ffffff;
    background-color: #f23661;
    border-color: #f23661; }
  ._admithub_embed-container .btn-outline-mainstay-spark-red:focus, ._admithub_embed-container .btn-outline-mainstay-spark-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 54, 97, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-spark-red.disabled, ._admithub_embed-container .btn-outline-mainstay-spark-red:disabled {
    color: #f23661;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-spark-red:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-spark-red:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-spark-red.dropdown-toggle {
    color: #ffffff;
    background-color: #f23661;
    border-color: #f23661; }
    ._admithub_embed-container .btn-outline-mainstay-spark-red:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-spark-red:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-spark-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 54, 97, 0.5); }

._admithub_embed-container .btn-outline-mainstay-focused-gray {
  color: #ced5e0;
  background-color: transparent;
  background-image: none;
  border-color: #ced5e0; }
  ._admithub_embed-container .btn-outline-mainstay-focused-gray:hover {
    color: #212529;
    background-color: #ced5e0;
    border-color: #ced5e0; }
  ._admithub_embed-container .btn-outline-mainstay-focused-gray:focus, ._admithub_embed-container .btn-outline-mainstay-focused-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-focused-gray.disabled, ._admithub_embed-container .btn-outline-mainstay-focused-gray:disabled {
    color: #ced5e0;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-focused-gray:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-focused-gray:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-focused-gray.dropdown-toggle {
    color: #212529;
    background-color: #ced5e0;
    border-color: #ced5e0; }
    ._admithub_embed-container .btn-outline-mainstay-focused-gray:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-focused-gray:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-focused-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 213, 224, 0.5); }

._admithub_embed-container .btn-outline-mainstay-text-default {
  color: #2e3b40;
  background-color: transparent;
  background-image: none;
  border-color: #2e3b40; }
  ._admithub_embed-container .btn-outline-mainstay-text-default:hover {
    color: #ffffff;
    background-color: #2e3b40;
    border-color: #2e3b40; }
  ._admithub_embed-container .btn-outline-mainstay-text-default:focus, ._admithub_embed-container .btn-outline-mainstay-text-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-text-default.disabled, ._admithub_embed-container .btn-outline-mainstay-text-default:disabled {
    color: #2e3b40;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-text-default:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-text-default:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-text-default.dropdown-toggle {
    color: #ffffff;
    background-color: #2e3b40;
    border-color: #2e3b40; }
    ._admithub_embed-container .btn-outline-mainstay-text-default:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-text-default:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-text-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(46, 59, 64, 0.5); }

._admithub_embed-container .btn-outline-mainstay-light-green {
  color: #097f65;
  background-color: transparent;
  background-image: none;
  border-color: #097f65; }
  ._admithub_embed-container .btn-outline-mainstay-light-green:hover {
    color: #ffffff;
    background-color: #097f65;
    border-color: #097f65; }
  ._admithub_embed-container .btn-outline-mainstay-light-green:focus, ._admithub_embed-container .btn-outline-mainstay-light-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 127, 101, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-light-green.disabled, ._admithub_embed-container .btn-outline-mainstay-light-green:disabled {
    color: #097f65;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-light-green:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-light-green:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-light-green.dropdown-toggle {
    color: #ffffff;
    background-color: #097f65;
    border-color: #097f65; }
    ._admithub_embed-container .btn-outline-mainstay-light-green:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-light-green:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-light-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(9, 127, 101, 0.5); }

._admithub_embed-container .btn-outline-mainstay-gray-backgrounds {
  color: #f9fafb;
  background-color: transparent;
  background-image: none;
  border-color: #f9fafb; }
  ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:hover {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:focus, ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds.disabled, ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:disabled {
    color: #f9fafb;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-gray-backgrounds.dropdown-toggle {
    color: #212529;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-gray-backgrounds:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-gray-backgrounds.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5); }

._admithub_embed-container .btn-outline-mainstay-gray-lines {
  color: #d0d5dd;
  background-color: transparent;
  background-image: none;
  border-color: #d0d5dd; }
  ._admithub_embed-container .btn-outline-mainstay-gray-lines:hover {
    color: #212529;
    background-color: #d0d5dd;
    border-color: #d0d5dd; }
  ._admithub_embed-container .btn-outline-mainstay-gray-lines:focus, ._admithub_embed-container .btn-outline-mainstay-gray-lines.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 213, 221, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-gray-lines.disabled, ._admithub_embed-container .btn-outline-mainstay-gray-lines:disabled {
    color: #d0d5dd;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-gray-lines:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-gray-lines:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-gray-lines.dropdown-toggle {
    color: #212529;
    background-color: #d0d5dd;
    border-color: #d0d5dd; }
    ._admithub_embed-container .btn-outline-mainstay-gray-lines:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-gray-lines:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-gray-lines.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 213, 221, 0.5); }

._admithub_embed-container .btn-outline-mainstay-gray-header {
  color: #1d2939;
  background-color: transparent;
  background-image: none;
  border-color: #1d2939; }
  ._admithub_embed-container .btn-outline-mainstay-gray-header:hover {
    color: #ffffff;
    background-color: #1d2939;
    border-color: #1d2939; }
  ._admithub_embed-container .btn-outline-mainstay-gray-header:focus, ._admithub_embed-container .btn-outline-mainstay-gray-header.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-gray-header.disabled, ._admithub_embed-container .btn-outline-mainstay-gray-header:disabled {
    color: #1d2939;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-gray-header:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-gray-header:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-gray-header.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2939;
    border-color: #1d2939; }
    ._admithub_embed-container .btn-outline-mainstay-gray-header:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-gray-header:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-gray-header.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5); }

._admithub_embed-container .btn-outline-mainstay-gray-text {
  color: #475467;
  background-color: transparent;
  background-image: none;
  border-color: #475467; }
  ._admithub_embed-container .btn-outline-mainstay-gray-text:hover {
    color: #ffffff;
    background-color: #475467;
    border-color: #475467; }
  ._admithub_embed-container .btn-outline-mainstay-gray-text:focus, ._admithub_embed-container .btn-outline-mainstay-gray-text.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-gray-text.disabled, ._admithub_embed-container .btn-outline-mainstay-gray-text:disabled {
    color: #475467;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-gray-text:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-gray-text:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-gray-text.dropdown-toggle {
    color: #ffffff;
    background-color: #475467;
    border-color: #475467; }
    ._admithub_embed-container .btn-outline-mainstay-gray-text:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-gray-text:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-gray-text.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5); }

._admithub_embed-container .btn-outline-mainstay-success-50 {
  color: #f6fef9;
  background-color: transparent;
  background-image: none;
  border-color: #f6fef9; }
  ._admithub_embed-container .btn-outline-mainstay-success-50:hover {
    color: #212529;
    background-color: #f6fef9;
    border-color: #f6fef9; }
  ._admithub_embed-container .btn-outline-mainstay-success-50:focus, ._admithub_embed-container .btn-outline-mainstay-success-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 254, 249, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-success-50.disabled, ._admithub_embed-container .btn-outline-mainstay-success-50:disabled {
    color: #f6fef9;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-success-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-success-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-success-50.dropdown-toggle {
    color: #212529;
    background-color: #f6fef9;
    border-color: #f6fef9; }
    ._admithub_embed-container .btn-outline-mainstay-success-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-success-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-success-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 254, 249, 0.5); }

._admithub_embed-container .btn-outline-mainstay-success-500 {
  color: #12b76a;
  background-color: transparent;
  background-image: none;
  border-color: #12b76a; }
  ._admithub_embed-container .btn-outline-mainstay-success-500:hover {
    color: #ffffff;
    background-color: #12b76a;
    border-color: #12b76a; }
  ._admithub_embed-container .btn-outline-mainstay-success-500:focus, ._admithub_embed-container .btn-outline-mainstay-success-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 183, 106, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-success-500.disabled, ._admithub_embed-container .btn-outline-mainstay-success-500:disabled {
    color: #12b76a;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-success-500:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-success-500:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-success-500.dropdown-toggle {
    color: #ffffff;
    background-color: #12b76a;
    border-color: #12b76a; }
    ._admithub_embed-container .btn-outline-mainstay-success-500:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-success-500:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-success-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 183, 106, 0.5); }

._admithub_embed-container .btn-outline-mainstay-success-600 {
  color: #039855;
  background-color: transparent;
  background-image: none;
  border-color: #039855; }
  ._admithub_embed-container .btn-outline-mainstay-success-600:hover {
    color: #ffffff;
    background-color: #039855;
    border-color: #039855; }
  ._admithub_embed-container .btn-outline-mainstay-success-600:focus, ._admithub_embed-container .btn-outline-mainstay-success-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 152, 85, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-success-600.disabled, ._admithub_embed-container .btn-outline-mainstay-success-600:disabled {
    color: #039855;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-success-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-success-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-success-600.dropdown-toggle {
    color: #ffffff;
    background-color: #039855;
    border-color: #039855; }
    ._admithub_embed-container .btn-outline-mainstay-success-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-success-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-success-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(3, 152, 85, 0.5); }

._admithub_embed-container .btn-outline-mainstay-success-700 {
  color: #05603a;
  background-color: transparent;
  background-image: none;
  border-color: #05603a; }
  ._admithub_embed-container .btn-outline-mainstay-success-700:hover {
    color: #ffffff;
    background-color: #05603a;
    border-color: #05603a; }
  ._admithub_embed-container .btn-outline-mainstay-success-700:focus, ._admithub_embed-container .btn-outline-mainstay-success-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 96, 58, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-success-700.disabled, ._admithub_embed-container .btn-outline-mainstay-success-700:disabled {
    color: #05603a;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-success-700:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-success-700:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-success-700.dropdown-toggle {
    color: #ffffff;
    background-color: #05603a;
    border-color: #05603a; }
    ._admithub_embed-container .btn-outline-mainstay-success-700:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-success-700:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-success-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(5, 96, 58, 0.5); }

._admithub_embed-container .btn-outline-mainstay-warning-50 {
  color: #fffcf5;
  background-color: transparent;
  background-image: none;
  border-color: #fffcf5; }
  ._admithub_embed-container .btn-outline-mainstay-warning-50:hover {
    color: #212529;
    background-color: #fffcf5;
    border-color: #fffcf5; }
  ._admithub_embed-container .btn-outline-mainstay-warning-50:focus, ._admithub_embed-container .btn-outline-mainstay-warning-50.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 252, 245, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-warning-50.disabled, ._admithub_embed-container .btn-outline-mainstay-warning-50:disabled {
    color: #fffcf5;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-warning-50:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-warning-50:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-warning-50.dropdown-toggle {
    color: #212529;
    background-color: #fffcf5;
    border-color: #fffcf5; }
    ._admithub_embed-container .btn-outline-mainstay-warning-50:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-warning-50:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-warning-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 252, 245, 0.5); }

._admithub_embed-container .btn-outline-mainstay-warning-300 {
  color: #fec84b;
  background-color: transparent;
  background-image: none;
  border-color: #fec84b; }
  ._admithub_embed-container .btn-outline-mainstay-warning-300:hover {
    color: #212529;
    background-color: #fec84b;
    border-color: #fec84b; }
  ._admithub_embed-container .btn-outline-mainstay-warning-300:focus, ._admithub_embed-container .btn-outline-mainstay-warning-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 200, 75, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-warning-300.disabled, ._admithub_embed-container .btn-outline-mainstay-warning-300:disabled {
    color: #fec84b;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-warning-300:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-warning-300:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-warning-300.dropdown-toggle {
    color: #212529;
    background-color: #fec84b;
    border-color: #fec84b; }
    ._admithub_embed-container .btn-outline-mainstay-warning-300:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-warning-300:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-warning-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(254, 200, 75, 0.5); }

._admithub_embed-container .btn-outline-mainstay-warning-600 {
  color: #dc6803;
  background-color: transparent;
  background-image: none;
  border-color: #dc6803; }
  ._admithub_embed-container .btn-outline-mainstay-warning-600:hover {
    color: #ffffff;
    background-color: #dc6803;
    border-color: #dc6803; }
  ._admithub_embed-container .btn-outline-mainstay-warning-600:focus, ._admithub_embed-container .btn-outline-mainstay-warning-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 104, 3, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-warning-600.disabled, ._admithub_embed-container .btn-outline-mainstay-warning-600:disabled {
    color: #dc6803;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-warning-600:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-warning-600:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-warning-600.dropdown-toggle {
    color: #ffffff;
    background-color: #dc6803;
    border-color: #dc6803; }
    ._admithub_embed-container .btn-outline-mainstay-warning-600:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-warning-600:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-warning-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 104, 3, 0.5); }

._admithub_embed-container .btn-outline-mainstay-warning-700 {
  color: #b54708;
  background-color: transparent;
  background-image: none;
  border-color: #b54708; }
  ._admithub_embed-container .btn-outline-mainstay-warning-700:hover {
    color: #ffffff;
    background-color: #b54708;
    border-color: #b54708; }
  ._admithub_embed-container .btn-outline-mainstay-warning-700:focus, ._admithub_embed-container .btn-outline-mainstay-warning-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 71, 8, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-warning-700.disabled, ._admithub_embed-container .btn-outline-mainstay-warning-700:disabled {
    color: #b54708;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-warning-700:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-warning-700:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-warning-700.dropdown-toggle {
    color: #ffffff;
    background-color: #b54708;
    border-color: #b54708; }
    ._admithub_embed-container .btn-outline-mainstay-warning-700:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-warning-700:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-warning-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 71, 8, 0.5); }

._admithub_embed-container .btn-outline-mainstay-disabled-gray {
  color: #98a2b3;
  background-color: transparent;
  background-image: none;
  border-color: #98a2b3; }
  ._admithub_embed-container .btn-outline-mainstay-disabled-gray:hover {
    color: #212529;
    background-color: #98a2b3;
    border-color: #98a2b3; }
  ._admithub_embed-container .btn-outline-mainstay-disabled-gray:focus, ._admithub_embed-container .btn-outline-mainstay-disabled-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 162, 179, 0.5); }
  ._admithub_embed-container .btn-outline-mainstay-disabled-gray.disabled, ._admithub_embed-container .btn-outline-mainstay-disabled-gray:disabled {
    color: #98a2b3;
    background-color: transparent; }
  ._admithub_embed-container .btn-outline-mainstay-disabled-gray:not(:disabled):not(.disabled):active, ._admithub_embed-container .btn-outline-mainstay-disabled-gray:not(:disabled):not(.disabled).active, ._admithub_embed-container .show > .btn-outline-mainstay-disabled-gray.dropdown-toggle {
    color: #212529;
    background-color: #98a2b3;
    border-color: #98a2b3; }
    ._admithub_embed-container .btn-outline-mainstay-disabled-gray:not(:disabled):not(.disabled):active:focus, ._admithub_embed-container .btn-outline-mainstay-disabled-gray:not(:disabled):not(.disabled).active:focus, ._admithub_embed-container .show > .btn-outline-mainstay-disabled-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 162, 179, 0.5); }

._admithub_embed-container .btn-link {
  font-weight: 400;
  color: #22a1ac;
  background-color: transparent; }
  ._admithub_embed-container .btn-link:hover {
    color: #15656c;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  ._admithub_embed-container .btn-link:focus, ._admithub_embed-container .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  ._admithub_embed-container .btn-link:disabled, ._admithub_embed-container .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

._admithub_embed-container .btn-lg, ._admithub_embed-container .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

._admithub_embed-container .btn-sm, ._admithub_embed-container .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

._admithub_embed-container .btn-block {
  display: block;
  width: 100%; }
  ._admithub_embed-container .btn-block + .btn-block {
    margin-top: 0.5rem; }

._admithub_embed-container input[type="submit"].btn-block,
._admithub_embed-container input[type="reset"].btn-block,
._admithub_embed-container input[type="button"].btn-block {
  width: 100%; }

._admithub_embed-container .fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .fade {
      transition: none; } }
  ._admithub_embed-container .fade:not(.show) {
    opacity: 0; }

._admithub_embed-container .collapse:not(.show) {
  display: none; }

._admithub_embed-container .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .collapsing {
      transition: none; } }

._admithub_embed-container .dropup,
._admithub_embed-container .dropright,
._admithub_embed-container .dropdown,
._admithub_embed-container .dropleft {
  position: relative; }

._admithub_embed-container .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

._admithub_embed-container .dropdown-toggle:empty::after {
  margin-left: 0; }

._admithub_embed-container .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

._admithub_embed-container .dropdown-menu-right {
  right: 0;
  left: auto; }

._admithub_embed-container .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

._admithub_embed-container .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

._admithub_embed-container .dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

._admithub_embed-container .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

._admithub_embed-container .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

._admithub_embed-container .dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

._admithub_embed-container .dropright .dropdown-toggle::after {
  vertical-align: 0; }

._admithub_embed-container .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

._admithub_embed-container .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

._admithub_embed-container .dropleft .dropdown-toggle::after {
  display: none; }

._admithub_embed-container .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

._admithub_embed-container .dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

._admithub_embed-container .dropleft .dropdown-toggle::before {
  vertical-align: 0; }

._admithub_embed-container .dropdown-menu[x-placement^="top"], ._admithub_embed-container .dropdown-menu[x-placement^="right"], ._admithub_embed-container .dropdown-menu[x-placement^="bottom"], ._admithub_embed-container .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

._admithub_embed-container .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

._admithub_embed-container .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  ._admithub_embed-container .dropdown-item:hover, ._admithub_embed-container .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  ._admithub_embed-container .dropdown-item.active, ._admithub_embed-container .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #22a1ac; }
  ._admithub_embed-container .dropdown-item.disabled, ._admithub_embed-container .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

._admithub_embed-container .dropdown-menu.show {
  display: block; }

._admithub_embed-container .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

._admithub_embed-container .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

._admithub_embed-container .btn-group,
._admithub_embed-container .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  ._admithub_embed-container .btn-group > .btn,
  ._admithub_embed-container .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    ._admithub_embed-container .btn-group > .btn:hover,
    ._admithub_embed-container .btn-group-vertical > .btn:hover {
      z-index: 1; }
    ._admithub_embed-container .btn-group > .btn:focus, ._admithub_embed-container .btn-group > .btn:active, ._admithub_embed-container .btn-group > .btn.active, ._admithub_embed-container .btn-group-vertical > .btn:focus, ._admithub_embed-container .btn-group-vertical > .btn:active, ._admithub_embed-container .btn-group-vertical > .btn.active {
      z-index: 1; }
  ._admithub_embed-container .btn-group .btn + .btn,
  ._admithub_embed-container .btn-group .btn + .btn-group,
  ._admithub_embed-container .btn-group .btn-group + .btn,
  ._admithub_embed-container .btn-group .btn-group + .btn-group,
  ._admithub_embed-container .btn-group-vertical .btn + .btn,
  ._admithub_embed-container .btn-group-vertical .btn + .btn-group,
  ._admithub_embed-container .btn-group-vertical .btn-group + .btn,
  ._admithub_embed-container .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

._admithub_embed-container .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  ._admithub_embed-container .btn-toolbar .input-group {
    width: auto; }

._admithub_embed-container .btn-group > .btn:first-child {
  margin-left: 0; }

._admithub_embed-container .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
._admithub_embed-container .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

._admithub_embed-container .btn-group > .btn:not(:first-child),
._admithub_embed-container .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

._admithub_embed-container .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  ._admithub_embed-container .dropdown-toggle-split::after,
  ._admithub_embed-container .dropup .dropdown-toggle-split::after,
  ._admithub_embed-container .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  ._admithub_embed-container .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

._admithub_embed-container .btn-sm + .dropdown-toggle-split, ._admithub_embed-container .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

._admithub_embed-container .btn-lg + .dropdown-toggle-split, ._admithub_embed-container .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

._admithub_embed-container .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  ._admithub_embed-container .btn-group-vertical .btn,
  ._admithub_embed-container .btn-group-vertical .btn-group {
    width: 100%; }
  ._admithub_embed-container .btn-group-vertical > .btn + .btn,
  ._admithub_embed-container .btn-group-vertical > .btn + .btn-group,
  ._admithub_embed-container .btn-group-vertical > .btn-group + .btn,
  ._admithub_embed-container .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  ._admithub_embed-container .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  ._admithub_embed-container .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  ._admithub_embed-container .btn-group-vertical > .btn:not(:first-child),
  ._admithub_embed-container .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

._admithub_embed-container .btn-group-toggle > .btn,
._admithub_embed-container .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  ._admithub_embed-container .btn-group-toggle > .btn input[type="radio"],
  ._admithub_embed-container .btn-group-toggle > .btn input[type="checkbox"],
  ._admithub_embed-container .btn-group-toggle > .btn-group > .btn input[type="radio"],
  ._admithub_embed-container .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

._admithub_embed-container .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  ._admithub_embed-container .input-group > .form-control,
  ._admithub_embed-container .input-group > .custom-select,
  ._admithub_embed-container .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    ._admithub_embed-container .input-group > .form-control + .form-control,
    ._admithub_embed-container .input-group > .form-control + .custom-select,
    ._admithub_embed-container .input-group > .form-control + .custom-file,
    ._admithub_embed-container .input-group > .custom-select + .form-control,
    ._admithub_embed-container .input-group > .custom-select + .custom-select,
    ._admithub_embed-container .input-group > .custom-select + .custom-file,
    ._admithub_embed-container .input-group > .custom-file + .form-control,
    ._admithub_embed-container .input-group > .custom-file + .custom-select,
    ._admithub_embed-container .input-group > .custom-file + .custom-file {
      margin-left: 0; }
  ._admithub_embed-container .input-group > .form-control:focus,
  ._admithub_embed-container .input-group > .custom-select:focus,
  ._admithub_embed-container .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  ._admithub_embed-container .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  ._admithub_embed-container .input-group > .form-control:not(:last-child),
  ._admithub_embed-container .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  ._admithub_embed-container .input-group > .form-control:not(:first-child),
  ._admithub_embed-container .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  ._admithub_embed-container .input-group > .custom-file {
    display: flex;
    align-items: center; }
    ._admithub_embed-container .input-group > .custom-file:not(:last-child) .custom-file-label,
    ._admithub_embed-container .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    ._admithub_embed-container .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

._admithub_embed-container .input-group-prepend,
._admithub_embed-container .input-group-append {
  display: flex; }
  ._admithub_embed-container .input-group-prepend .btn,
  ._admithub_embed-container .input-group-append .btn {
    position: relative;
    z-index: 2; }
  ._admithub_embed-container .input-group-prepend .btn + .btn,
  ._admithub_embed-container .input-group-prepend .btn + .input-group-text,
  ._admithub_embed-container .input-group-prepend .input-group-text + .input-group-text,
  ._admithub_embed-container .input-group-prepend .input-group-text + .btn,
  ._admithub_embed-container .input-group-append .btn + .btn,
  ._admithub_embed-container .input-group-append .btn + .input-group-text,
  ._admithub_embed-container .input-group-append .input-group-text + .input-group-text,
  ._admithub_embed-container .input-group-append .input-group-text + .btn {
    margin-left: 0; }

._admithub_embed-container .input-group-prepend {
  margin-right: 0; }

._admithub_embed-container .input-group-append {
  margin-left: 0; }

._admithub_embed-container .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 0.25rem; }
  ._admithub_embed-container .input-group-text input[type="radio"],
  ._admithub_embed-container .input-group-text input[type="checkbox"] {
    margin-top: 0; }

._admithub_embed-container .input-group-lg > .form-control,
._admithub_embed-container .input-group-lg > .input-group-prepend > .input-group-text,
._admithub_embed-container .input-group-lg > .input-group-append > .input-group-text,
._admithub_embed-container .input-group-lg > .input-group-prepend > .btn,
._admithub_embed-container .input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

._admithub_embed-container .input-group-sm > .form-control,
._admithub_embed-container .input-group-sm > .input-group-prepend > .input-group-text,
._admithub_embed-container .input-group-sm > .input-group-append > .input-group-text,
._admithub_embed-container .input-group-sm > .input-group-prepend > .btn,
._admithub_embed-container .input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

._admithub_embed-container .input-group > .input-group-prepend > .btn,
._admithub_embed-container .input-group > .input-group-prepend > .input-group-text,
._admithub_embed-container .input-group > .input-group-append:not(:last-child) > .btn,
._admithub_embed-container .input-group > .input-group-append:not(:last-child) > .input-group-text,
._admithub_embed-container .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
._admithub_embed-container .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

._admithub_embed-container .input-group > .input-group-append > .btn,
._admithub_embed-container .input-group > .input-group-append > .input-group-text,
._admithub_embed-container .input-group > .input-group-prepend:not(:first-child) > .btn,
._admithub_embed-container .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
._admithub_embed-container .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
._admithub_embed-container .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

._admithub_embed-container .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

._admithub_embed-container .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

._admithub_embed-container .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  ._admithub_embed-container .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #22a1ac; }
  ._admithub_embed-container .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
  ._admithub_embed-container .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #96e4ea; }
  ._admithub_embed-container .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    ._admithub_embed-container .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

._admithub_embed-container .custom-control-label {
  position: relative;
  margin-bottom: 0; }
  ._admithub_embed-container .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  ._admithub_embed-container .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

._admithub_embed-container .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

._admithub_embed-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #22a1ac; }

._admithub_embed-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

._admithub_embed-container .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #22a1ac; }

._admithub_embed-container .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

._admithub_embed-container .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(34, 161, 172, 0.5); }

._admithub_embed-container .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(34, 161, 172, 0.5); }

._admithub_embed-container .custom-radio .custom-control-label::before {
  border-radius: 50%; }

._admithub_embed-container .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #22a1ac; }

._admithub_embed-container .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

._admithub_embed-container .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(34, 161, 172, 0.5); }

._admithub_embed-container .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  ._admithub_embed-container .custom-select:focus {
    border-color: #6cd8e2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 216, 226, 0.5); }
    ._admithub_embed-container .custom-select:focus::-ms-value {
      color: #092e63;
      background-color: #e7ebf0; }
  ._admithub_embed-container .custom-select[multiple], ._admithub_embed-container .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  ._admithub_embed-container .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  ._admithub_embed-container .custom-select::-ms-expand {
    opacity: 0; }

._admithub_embed-container .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

._admithub_embed-container .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

._admithub_embed-container .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

._admithub_embed-container .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  ._admithub_embed-container .custom-file-input:focus ~ .custom-file-label {
    border-color: #6cd8e2;
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
    ._admithub_embed-container .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #6cd8e2; }
  ._admithub_embed-container .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  ._admithub_embed-container .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

._admithub_embed-container .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  ._admithub_embed-container .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

._admithub_embed-container .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  ._admithub_embed-container .custom-range:focus {
    outline: none; }
    ._admithub_embed-container .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
    ._admithub_embed-container .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
    ._admithub_embed-container .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
  ._admithub_embed-container .custom-range::-moz-focus-outer {
    border: 0; }
  ._admithub_embed-container .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #22a1ac;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      ._admithub_embed-container .custom-range::-webkit-slider-thumb {
        transition: none; } }
    ._admithub_embed-container .custom-range::-webkit-slider-thumb:active {
      background-color: #96e4ea; }
  ._admithub_embed-container .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  ._admithub_embed-container .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #22a1ac;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      ._admithub_embed-container .custom-range::-moz-range-thumb {
        transition: none; } }
    ._admithub_embed-container .custom-range::-moz-range-thumb:active {
      background-color: #96e4ea; }
  ._admithub_embed-container .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  ._admithub_embed-container .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #22a1ac;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      ._admithub_embed-container .custom-range::-ms-thumb {
        transition: none; } }
    ._admithub_embed-container .custom-range::-ms-thumb:active {
      background-color: #96e4ea; }
  ._admithub_embed-container .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  ._admithub_embed-container .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  ._admithub_embed-container .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

._admithub_embed-container .custom-control-label::before,
._admithub_embed-container .custom-file-label,
._admithub_embed-container .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .custom-control-label::before,
    ._admithub_embed-container .custom-file-label,
    ._admithub_embed-container .custom-select {
      transition: none; } }

._admithub_embed-container .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

._admithub_embed-container .nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  ._admithub_embed-container .nav-link:hover, ._admithub_embed-container .nav-link:focus {
    text-decoration: none; }
  ._admithub_embed-container .nav-link.disabled {
    color: #6c757d; }

._admithub_embed-container .nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  ._admithub_embed-container .nav-tabs .nav-item {
    margin-bottom: -1px; }
  ._admithub_embed-container .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    ._admithub_embed-container .nav-tabs .nav-link:hover, ._admithub_embed-container .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    ._admithub_embed-container .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  ._admithub_embed-container .nav-tabs .nav-link.active,
  ._admithub_embed-container .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  ._admithub_embed-container .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

._admithub_embed-container .nav-pills .nav-link {
  border-radius: 0.25rem; }

._admithub_embed-container .nav-pills .nav-link.active,
._admithub_embed-container .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #22a1ac; }

._admithub_embed-container .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

._admithub_embed-container .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

._admithub_embed-container .tab-content > .tab-pane {
  display: none; }

._admithub_embed-container .tab-content > .active {
  display: block; }

._admithub_embed-container .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  ._admithub_embed-container .navbar > .container,
  ._admithub_embed-container .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

._admithub_embed-container .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  ._admithub_embed-container .navbar-brand:hover, ._admithub_embed-container .navbar-brand:focus {
    text-decoration: none; }

._admithub_embed-container .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  ._admithub_embed-container .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  ._admithub_embed-container .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

._admithub_embed-container .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

._admithub_embed-container .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

._admithub_embed-container .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  ._admithub_embed-container .navbar-toggler:hover, ._admithub_embed-container .navbar-toggler:focus {
    text-decoration: none; }
  ._admithub_embed-container .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

._admithub_embed-container .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  ._admithub_embed-container .navbar-expand-sm > .container,
  ._admithub_embed-container .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  ._admithub_embed-container .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    ._admithub_embed-container .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      ._admithub_embed-container .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      ._admithub_embed-container .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    ._admithub_embed-container .navbar-expand-sm > .container,
    ._admithub_embed-container .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    ._admithub_embed-container .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    ._admithub_embed-container .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  ._admithub_embed-container .navbar-expand-md > .container,
  ._admithub_embed-container .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  ._admithub_embed-container .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    ._admithub_embed-container .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      ._admithub_embed-container .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      ._admithub_embed-container .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    ._admithub_embed-container .navbar-expand-md > .container,
    ._admithub_embed-container .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    ._admithub_embed-container .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    ._admithub_embed-container .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  ._admithub_embed-container .navbar-expand-lg > .container,
  ._admithub_embed-container .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  ._admithub_embed-container .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    ._admithub_embed-container .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      ._admithub_embed-container .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      ._admithub_embed-container .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    ._admithub_embed-container .navbar-expand-lg > .container,
    ._admithub_embed-container .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    ._admithub_embed-container .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    ._admithub_embed-container .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  ._admithub_embed-container .navbar-expand-xl > .container,
  ._admithub_embed-container .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    ._admithub_embed-container .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      ._admithub_embed-container .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      ._admithub_embed-container .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    ._admithub_embed-container .navbar-expand-xl > .container,
    ._admithub_embed-container .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    ._admithub_embed-container .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    ._admithub_embed-container .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  ._admithub_embed-container .navbar-expand-xxl > .container,
  ._admithub_embed-container .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    ._admithub_embed-container .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      ._admithub_embed-container .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      ._admithub_embed-container .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    ._admithub_embed-container .navbar-expand-xxl > .container,
    ._admithub_embed-container .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    ._admithub_embed-container .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    ._admithub_embed-container .navbar-expand-xxl .navbar-toggler {
      display: none; } }

._admithub_embed-container .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  ._admithub_embed-container .navbar-expand > .container,
  ._admithub_embed-container .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  ._admithub_embed-container .navbar-expand .navbar-nav {
    flex-direction: row; }
    ._admithub_embed-container .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    ._admithub_embed-container .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  ._admithub_embed-container .navbar-expand > .container,
  ._admithub_embed-container .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  ._admithub_embed-container .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  ._admithub_embed-container .navbar-expand .navbar-toggler {
    display: none; }

._admithub_embed-container .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  ._admithub_embed-container .navbar-light .navbar-brand:hover, ._admithub_embed-container .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

._admithub_embed-container .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  ._admithub_embed-container .navbar-light .navbar-nav .nav-link:hover, ._admithub_embed-container .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  ._admithub_embed-container .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

._admithub_embed-container .navbar-light .navbar-nav .show > .nav-link,
._admithub_embed-container .navbar-light .navbar-nav .active > .nav-link,
._admithub_embed-container .navbar-light .navbar-nav .nav-link.show,
._admithub_embed-container .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

._admithub_embed-container .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

._admithub_embed-container .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

._admithub_embed-container .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  ._admithub_embed-container .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    ._admithub_embed-container .navbar-light .navbar-text a:hover, ._admithub_embed-container .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

._admithub_embed-container .navbar-dark .navbar-brand {
  color: #ffffff; }
  ._admithub_embed-container .navbar-dark .navbar-brand:hover, ._admithub_embed-container .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

._admithub_embed-container .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .navbar-dark .navbar-nav .nav-link:hover, ._admithub_embed-container .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  ._admithub_embed-container .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

._admithub_embed-container .navbar-dark .navbar-nav .show > .nav-link,
._admithub_embed-container .navbar-dark .navbar-nav .active > .nav-link,
._admithub_embed-container .navbar-dark .navbar-nav .nav-link.show,
._admithub_embed-container .navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

._admithub_embed-container .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

._admithub_embed-container .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

._admithub_embed-container .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .navbar-dark .navbar-text a {
    color: #ffffff; }
    ._admithub_embed-container .navbar-dark .navbar-text a:hover, ._admithub_embed-container .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

._admithub_embed-container .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  ._admithub_embed-container .card > hr {
    margin-right: 0;
    margin-left: 0; }
  ._admithub_embed-container .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  ._admithub_embed-container .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

._admithub_embed-container .card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

._admithub_embed-container .card-title {
  margin-bottom: 0.75rem; }

._admithub_embed-container .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

._admithub_embed-container .card-text:last-child {
  margin-bottom: 0; }

._admithub_embed-container .card-link:hover {
  text-decoration: none; }

._admithub_embed-container .card-link + .card-link {
  margin-left: 1.25rem; }

._admithub_embed-container .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  ._admithub_embed-container .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  ._admithub_embed-container .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

._admithub_embed-container .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  ._admithub_embed-container .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

._admithub_embed-container .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

._admithub_embed-container .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

._admithub_embed-container .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

._admithub_embed-container .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

._admithub_embed-container .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

._admithub_embed-container .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

._admithub_embed-container .card-deck {
  display: flex;
  flex-direction: column; }
  ._admithub_embed-container .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    ._admithub_embed-container .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      ._admithub_embed-container .card-deck .card {
        display: flex;
        flex: 1 0;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

._admithub_embed-container .card-group {
  display: flex;
  flex-direction: column; }
  ._admithub_embed-container .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    ._admithub_embed-container .card-group {
      flex-flow: row wrap; }
      ._admithub_embed-container .card-group > .card {
        flex: 1 0;
        margin-bottom: 0; }
        ._admithub_embed-container .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        ._admithub_embed-container .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          ._admithub_embed-container .card-group > .card:first-child .card-img-top,
          ._admithub_embed-container .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          ._admithub_embed-container .card-group > .card:first-child .card-img-bottom,
          ._admithub_embed-container .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        ._admithub_embed-container .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          ._admithub_embed-container .card-group > .card:last-child .card-img-top,
          ._admithub_embed-container .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          ._admithub_embed-container .card-group > .card:last-child .card-img-bottom,
          ._admithub_embed-container .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        ._admithub_embed-container .card-group > .card:only-child {
          border-radius: 0.25rem; }
          ._admithub_embed-container .card-group > .card:only-child .card-img-top,
          ._admithub_embed-container .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          ._admithub_embed-container .card-group > .card:only-child .card-img-bottom,
          ._admithub_embed-container .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        ._admithub_embed-container .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          ._admithub_embed-container .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          ._admithub_embed-container .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          ._admithub_embed-container .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          ._admithub_embed-container .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

._admithub_embed-container .card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  ._admithub_embed-container .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    ._admithub_embed-container .card-columns .card {
      display: inline-block;
      width: 100%; } }

._admithub_embed-container .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

._admithub_embed-container .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

._admithub_embed-container .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

._admithub_embed-container .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

._admithub_embed-container .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

._admithub_embed-container .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  ._admithub_embed-container .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

._admithub_embed-container .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

._admithub_embed-container .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

._admithub_embed-container .breadcrumb-item.active {
  color: #6c757d; }

._admithub_embed-container .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

._admithub_embed-container .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #22a1ac;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  ._admithub_embed-container .page-link:hover {
    z-index: 2;
    color: #15656c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  ._admithub_embed-container .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 161, 172, 0.25); }
  ._admithub_embed-container .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

._admithub_embed-container .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

._admithub_embed-container .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

._admithub_embed-container .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #22a1ac;
  border-color: #22a1ac; }

._admithub_embed-container .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

._admithub_embed-container .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

._admithub_embed-container .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

._admithub_embed-container .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

._admithub_embed-container .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

._admithub_embed-container .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

._admithub_embed-container .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

._admithub_embed-container .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  ._admithub_embed-container .badge:empty {
    display: none; }

._admithub_embed-container .btn .badge {
  position: relative;
  top: -1px; }

._admithub_embed-container .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

._admithub_embed-container .badge-primary {
  color: #ffffff;
  background-color: #22a1ac; }
  ._admithub_embed-container .badge-primary[href]:hover, ._admithub_embed-container .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1a7981; }

._admithub_embed-container .badge-secondary {
  color: #ffffff;
  background-color: #b65293; }
  ._admithub_embed-container .badge-secondary[href]:hover, ._admithub_embed-container .badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #963f77; }

._admithub_embed-container .badge-success {
  color: #ffffff;
  background-color: #28a745; }
  ._admithub_embed-container .badge-success[href]:hover, ._admithub_embed-container .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34; }

._admithub_embed-container .badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  ._admithub_embed-container .badge-info[href]:hover, ._admithub_embed-container .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b; }

._admithub_embed-container .badge-warning {
  color: #212529;
  background-color: #ffc107; }
  ._admithub_embed-container .badge-warning[href]:hover, ._admithub_embed-container .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

._admithub_embed-container .badge-danger {
  color: #ffffff;
  background-color: #f4511e; }
  ._admithub_embed-container .badge-danger[href]:hover, ._admithub_embed-container .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #d53b0a; }

._admithub_embed-container .badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  ._admithub_embed-container .badge-light[href]:hover, ._admithub_embed-container .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

._admithub_embed-container .badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  ._admithub_embed-container .badge-dark[href]:hover, ._admithub_embed-container .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124; }

._admithub_embed-container .badge-incoming {
  color: #212529;
  background-color: #d3fffc; }
  ._admithub_embed-container .badge-incoming[href]:hover, ._admithub_embed-container .badge-incoming[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #a0fff9; }

._admithub_embed-container .badge-forwarded {
  color: #ffffff;
  background-color: #37b669; }
  ._admithub_embed-container .badge-forwarded[href]:hover, ._admithub_embed-container .badge-forwarded[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2b8f52; }

._admithub_embed-container .badge-new-ui-primary {
  color: #ffffff;
  background-color: #01a59a; }
  ._admithub_embed-container .badge-new-ui-primary[href]:hover, ._admithub_embed-container .badge-new-ui-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #01726b; }

._admithub_embed-container .badge-new-ui-primary-highlight {
  color: #ffffff;
  background-color: #03b6aa; }
  ._admithub_embed-container .badge-new-ui-primary-highlight[href]:hover, ._admithub_embed-container .badge-new-ui-primary-highlight[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #02847b; }

._admithub_embed-container .badge-new-ui-selected-light {
  color: #212529;
  background-color: #e3effa; }
  ._admithub_embed-container .badge-new-ui-selected-light[href]:hover, ._admithub_embed-container .badge-new-ui-selected-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #b8d6f2; }

._admithub_embed-container .badge-new-ui-danger {
  color: #ffffff;
  background-color: #e34646; }
  ._admithub_embed-container .badge-new-ui-danger[href]:hover, ._admithub_embed-container .badge-new-ui-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #d62020; }

._admithub_embed-container .badge-new-ui-danger-light {
  color: #212529;
  background-color: #fae3e5; }
  ._admithub_embed-container .badge-new-ui-danger-light[href]:hover, ._admithub_embed-container .badge-new-ui-danger-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #f2b8bd; }

._admithub_embed-container .badge-blue-grey-005 {
  color: #212529;
  background-color: #fbfbfb; }
  ._admithub_embed-container .badge-blue-grey-005[href]:hover, ._admithub_embed-container .badge-blue-grey-005[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e2e2e2; }

._admithub_embed-container .badge-blue-grey-010 {
  color: #212529;
  background-color: #eff3f5; }
  ._admithub_embed-container .badge-blue-grey-010[href]:hover, ._admithub_embed-container .badge-blue-grey-010[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d0dbe1; }

._admithub_embed-container .badge-blue-grey-015 {
  color: #212529;
  background-color: #e4ebef; }
  ._admithub_embed-container .badge-blue-grey-015[href]:hover, ._admithub_embed-container .badge-blue-grey-015[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c4d3dc; }

._admithub_embed-container .badge-blue-grey-020 {
  color: #212529;
  background-color: #d6e0e6; }
  ._admithub_embed-container .badge-blue-grey-020[href]:hover, ._admithub_embed-container .badge-blue-grey-020[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #b6c8d3; }

._admithub_embed-container .badge-blue-grey-025 {
  color: #212529;
  background-color: #f4f6f7; }
  ._admithub_embed-container .badge-blue-grey-025[href]:hover, ._admithub_embed-container .badge-blue-grey-025[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d6dee2; }

._admithub_embed-container .badge-blue-grey-030 {
  color: #212529;
  background-color: #b2c2c9; }
  ._admithub_embed-container .badge-blue-grey-030[href]:hover, ._admithub_embed-container .badge-blue-grey-030[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #94aab4; }

._admithub_embed-container .badge-blue-grey-050 {
  color: #212529;
  background-color: #eff3f5; }
  ._admithub_embed-container .badge-blue-grey-050[href]:hover, ._admithub_embed-container .badge-blue-grey-050[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d0dbe1; }

._admithub_embed-container .badge-blue-grey-075 {
  color: #212529;
  background-color: #dde3e6; }
  ._admithub_embed-container .badge-blue-grey-075[href]:hover, ._admithub_embed-container .badge-blue-grey-075[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c0cbd0; }

._admithub_embed-container .badge-blue-grey-080 {
  color: #ffffff;
  background-color: #2e3b40; }
  ._admithub_embed-container .badge-blue-grey-080[href]:hover, ._admithub_embed-container .badge-blue-grey-080[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #192022; }

._admithub_embed-container .badge-blue-grey-100 {
  color: #212529;
  background-color: #cfd8dc; }
  ._admithub_embed-container .badge-blue-grey-100[href]:hover, ._admithub_embed-container .badge-blue-grey-100[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #b2c0c6; }

._admithub_embed-container .badge-blue-grey-200 {
  color: #212529;
  background-color: #b0bec5; }
  ._admithub_embed-container .badge-blue-grey-200[href]:hover, ._admithub_embed-container .badge-blue-grey-200[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #93a6af; }

._admithub_embed-container .badge-blue-grey-300 {
  color: #212529;
  background-color: #8fa4af; }
  ._admithub_embed-container .badge-blue-grey-300[href]:hover, ._admithub_embed-container .badge-blue-grey-300[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #718c9a; }

._admithub_embed-container .badge-blue-grey-400 {
  color: #ffffff;
  background-color: #77909d; }
  ._admithub_embed-container .badge-blue-grey-400[href]:hover, ._admithub_embed-container .badge-blue-grey-400[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #5e7683; }

._admithub_embed-container .badge-blue-grey-500 {
  color: #ffffff;
  background-color: #5f7d8c; }
  ._admithub_embed-container .badge-blue-grey-500[href]:hover, ._admithub_embed-container .badge-blue-grey-500[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #4a626e; }

._admithub_embed-container .badge-blue-grey-501 {
  color: #ffffff;
  background-color: #76868d; }
  ._admithub_embed-container .badge-blue-grey-501[href]:hover, ._admithub_embed-container .badge-blue-grey-501[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #5e6c72; }

._admithub_embed-container .badge-blue-grey-600 {
  color: #ffffff;
  background-color: #536e7b; }
  ._admithub_embed-container .badge-blue-grey-600[href]:hover, ._admithub_embed-container .badge-blue-grey-600[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #3e535d; }

._admithub_embed-container .badge-blue-grey-701 {
  color: #ffffff;
  background-color: #48565d; }
  ._admithub_embed-container .badge-blue-grey-701[href]:hover, ._admithub_embed-container .badge-blue-grey-701[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #323b40; }

._admithub_embed-container .badge-blue-grey-800 {
  color: #ffffff;
  background-color: #37474f; }
  ._admithub_embed-container .badge-blue-grey-800[href]:hover, ._admithub_embed-container .badge-blue-grey-800[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #222c31; }

._admithub_embed-container .badge-blue-grey-900 {
  color: #ffffff;
  background-color: #253238; }
  ._admithub_embed-container .badge-blue-grey-900[href]:hover, ._admithub_embed-container .badge-blue-grey-900[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #111719; }

._admithub_embed-container .badge-indigo-200 {
  color: #212529;
  background-color: #9fa7dc; }
  ._admithub_embed-container .badge-indigo-200[href]:hover, ._admithub_embed-container .badge-indigo-200[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #7a85ce; }

._admithub_embed-container .badge-indigo-900 {
  color: #ffffff;
  background-color: #191e80; }
  ._admithub_embed-container .badge-indigo-900[href]:hover, ._admithub_embed-container .badge-indigo-900[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #111455; }

._admithub_embed-container .badge-turquoise-100 {
  color: #212529;
  background-color: #98dad7; }
  ._admithub_embed-container .badge-turquoise-100[href]:hover, ._admithub_embed-container .badge-turquoise-100[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #72cdc8; }

._admithub_embed-container .badge-turquoise-300 {
  color: #212529;
  background-color: #51b7b1; }
  ._admithub_embed-container .badge-turquoise-300[href]:hover, ._admithub_embed-container .badge-turquoise-300[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #3e9791; }

._admithub_embed-container .badge-turquoise-400 {
  color: #ffffff;
  background-color: #24a69f; }
  ._admithub_embed-container .badge-turquoise-400[href]:hover, ._admithub_embed-container .badge-turquoise-400[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1b7c77; }

._admithub_embed-container .badge-turquoise-500 {
  color: #ffffff;
  background-color: #1d9790; }
  ._admithub_embed-container .badge-turquoise-500[href]:hover, ._admithub_embed-container .badge-turquoise-500[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #156c67; }

._admithub_embed-container .badge-red-600 {
  color: #ffffff;
  background-color: #e53935; }
  ._admithub_embed-container .badge-red-600[href]:hover, ._admithub_embed-container .badge-red-600[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #cd1e1a; }

._admithub_embed-container .badge-amber-500 {
  color: #212529;
  background-color: #ffc107; }
  ._admithub_embed-container .badge-amber-500[href]:hover, ._admithub_embed-container .badge-amber-500[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

._admithub_embed-container .badge-charcoal-grey {
  color: #ffffff;
  background-color: #36474f; }
  ._admithub_embed-container .badge-charcoal-grey[href]:hover, ._admithub_embed-container .badge-charcoal-grey[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #212c31; }

._admithub_embed-container .badge-gull-grey {
  color: #212529;
  background-color: #a1b0b8; }
  ._admithub_embed-container .badge-gull-grey[href]:hover, ._admithub_embed-container .badge-gull-grey[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #8498a2; }

._admithub_embed-container .badge-message-no-match {
  color: #212529;
  background-color: #f4f9fd; }
  ._admithub_embed-container .badge-message-no-match[href]:hover, ._admithub_embed-container .badge-message-no-match[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c9e1f5; }

._admithub_embed-container .badge-message-incoming {
  color: #212529;
  background-color: #c9dced; }
  ._admithub_embed-container .badge-message-incoming[href]:hover, ._admithub_embed-container .badge-message-incoming[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #a3c3e0; }

._admithub_embed-container .badge-pale-green {
  color: #ffffff;
  background-color: #0fc65b; }
  ._admithub_embed-container .badge-pale-green[href]:hover, ._admithub_embed-container .badge-pale-green[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0b9745; }

._admithub_embed-container .badge-admithub-pink {
  color: #ffffff;
  background-color: #b65293; }
  ._admithub_embed-container .badge-admithub-pink[href]:hover, ._admithub_embed-container .badge-admithub-pink[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #963f77; }

._admithub_embed-container .badge-admithub-grey {
  color: #212529;
  background-color: #f2f2f2; }
  ._admithub_embed-container .badge-admithub-grey[href]:hover, ._admithub_embed-container .badge-admithub-grey[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d9d9d9; }

._admithub_embed-container .badge-admithub-primary {
  color: #ffffff;
  background-color: #22a1ac; }
  ._admithub_embed-container .badge-admithub-primary[href]:hover, ._admithub_embed-container .badge-admithub-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1a7981; }

._admithub_embed-container .badge-warning-light {
  color: #212529;
  background-color: #fffff1; }
  ._admithub_embed-container .badge-warning-light[href]:hover, ._admithub_embed-container .badge-warning-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ffffbe; }

._admithub_embed-container .badge-dark-purple {
  color: #ffffff;
  background-color: #620b3e; }
  ._admithub_embed-container .badge-dark-purple[href]:hover, ._admithub_embed-container .badge-dark-purple[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #340621; }

._admithub_embed-container .badge-light-purple {
  color: #ffffff;
  background-color: #620b3e1a; }
  ._admithub_embed-container .badge-light-purple[href]:hover, ._admithub_embed-container .badge-light-purple[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(52, 6, 33, 0.101961); }

._admithub_embed-container .badge-secondary-teal {
  color: #ffffff;
  background-color: #20ad96; }
  ._admithub_embed-container .badge-secondary-teal[href]:hover, ._admithub_embed-container .badge-secondary-teal[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #188271; }

._admithub_embed-container .badge-secondary-light {
  color: #212529;
  background-color: #effcfa; }
  ._admithub_embed-container .badge-secondary-light[href]:hover, ._admithub_embed-container .badge-secondary-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c4f4ed; }

._admithub_embed-container .badge-opacity-50 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5); }
  ._admithub_embed-container .badge-opacity-50[href]:hover, ._admithub_embed-container .badge-opacity-50[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: rgba(230, 230, 230, 0.5); }

._admithub_embed-container .badge-blue-20 {
  color: #212529;
  background-color: #deebff; }
  ._admithub_embed-container .badge-blue-20[href]:hover, ._admithub_embed-container .badge-blue-20[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #abccff; }

._admithub_embed-container .badge-blue-90 {
  color: #ffffff;
  background-color: #003e82; }
  ._admithub_embed-container .badge-blue-90[href]:hover, ._admithub_embed-container .badge-blue-90[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00264f; }

._admithub_embed-container .badge-white {
  color: #212529;
  background-color: #ffffff; }
  ._admithub_embed-container .badge-white[href]:hover, ._admithub_embed-container .badge-white[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6; }

._admithub_embed-container .badge-gray-150 {
  color: #212529;
  background-color: #edeeee; }
  ._admithub_embed-container .badge-gray-150[href]:hover, ._admithub_embed-container .badge-gray-150[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d3d5d5; }

._admithub_embed-container .badge-archived-badge-color {
  color: #212529;
  background-color: #95a7b0; }
  ._admithub_embed-container .badge-archived-badge-color[href]:hover, ._admithub_embed-container .badge-archived-badge-color[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #788f9a; }

._admithub_embed-container .badge-line {
  color: #212529;
  background-color: #b2c2c9; }
  ._admithub_embed-container .badge-line[href]:hover, ._admithub_embed-container .badge-line[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #94aab4; }

._admithub_embed-container .badge-dark-gray {
  color: #ffffff;
  background-color: #5e6b72; }
  ._admithub_embed-container .badge-dark-gray[href]:hover, ._admithub_embed-container .badge-dark-gray[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #475156; }

._admithub_embed-container .badge-denim-blue {
  color: #ffffff;
  background-color: #1b71ce; }
  ._admithub_embed-container .badge-denim-blue[href]:hover, ._admithub_embed-container .badge-denim-blue[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1558a1; }

._admithub_embed-container .badge-mainstay-blue-10 {
  color: #212529;
  background-color: #f2f9ff; }
  ._admithub_embed-container .badge-mainstay-blue-10[href]:hover, ._admithub_embed-container .badge-mainstay-blue-10[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #bfe1ff; }

._admithub_embed-container .badge-mainstay-blue-40 {
  color: #212529;
  background-color: #6fadf0; }
  ._admithub_embed-container .badge-mainstay-blue-40[href]:hover, ._admithub_embed-container .badge-mainstay-blue-40[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #4193eb; }

._admithub_embed-container .badge-mainstay-blue-60 {
  color: #ffffff;
  background-color: #1b71ce; }
  ._admithub_embed-container .badge-mainstay-blue-60[href]:hover, ._admithub_embed-container .badge-mainstay-blue-60[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1558a1; }

._admithub_embed-container .badge-mainstay-blue-70 {
  color: #ffffff;
  background-color: #0063d0; }
  ._admithub_embed-container .badge-mainstay-blue-70[href]:hover, ._admithub_embed-container .badge-mainstay-blue-70[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #004b9d; }

._admithub_embed-container .badge-mainstay-blue-80 {
  color: #ffffff;
  background-color: #0051aa; }
  ._admithub_embed-container .badge-mainstay-blue-80[href]:hover, ._admithub_embed-container .badge-mainstay-blue-80[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #003977; }

._admithub_embed-container .badge-mainstay-dark-blue {
  color: #ffffff;
  background-color: #092e63; }
  ._admithub_embed-container .badge-mainstay-dark-blue[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #051834; }

._admithub_embed-container .badge-mainstay-dark-blue-80 {
  color: #ffffff;
  background-color: #3a5882; }
  ._admithub_embed-container .badge-mainstay-dark-blue-80[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-80[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2a405f; }

._admithub_embed-container .badge-mainstay-dark-blue-70 {
  color: #ffffff;
  background-color: #536d92; }
  ._admithub_embed-container .badge-mainstay-dark-blue-70[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-70[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #415571; }

._admithub_embed-container .badge-mainstay-dark-blue-65 {
  color: #ffffff;
  background-color: #5f779a; }
  ._admithub_embed-container .badge-mainstay-dark-blue-65[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-65[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #4c5f7a; }

._admithub_embed-container .badge-mainstay-dark-blue-50 {
  color: #ffffff;
  background-color: #8497b1; }
  ._admithub_embed-container .badge-mainstay-dark-blue-50[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-50[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #657d9d; }

._admithub_embed-container .badge-mainstay-dark-blue-20 {
  color: #212529;
  background-color: #ced5e0; }
  ._admithub_embed-container .badge-mainstay-dark-blue-20[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-20[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #afbacc; }

._admithub_embed-container .badge-mainstay-dark-blue-10 {
  color: #212529;
  background-color: #e7ebf0; }
  ._admithub_embed-container .badge-mainstay-dark-blue-10[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-10[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c8d1dc; }

._admithub_embed-container .badge-mainstay-dark-blue-05 {
  color: #212529;
  background-color: #f2f4f7; }
  ._admithub_embed-container .badge-mainstay-dark-blue-05[href]:hover, ._admithub_embed-container .badge-mainstay-dark-blue-05[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d2d9e4; }

._admithub_embed-container .badge-mainstay-almost-black {
  color: #ffffff;
  background-color: #121619; }
  ._admithub_embed-container .badge-mainstay-almost-black[href]:hover, ._admithub_embed-container .badge-mainstay-almost-black[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: black; }

._admithub_embed-container .badge-mainstay-almost-black-30 {
  color: #212529;
  background-color: #b8baba; }
  ._admithub_embed-container .badge-mainstay-almost-black-30[href]:hover, ._admithub_embed-container .badge-mainstay-almost-black-30[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #9ea1a1; }

._admithub_embed-container .badge-mainstay-almost-black-80 {
  color: #ffffff;
  background-color: #414547; }
  ._admithub_embed-container .badge-mainstay-almost-black-80[href]:hover, ._admithub_embed-container .badge-mainstay-almost-black-80[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #292b2c; }

._admithub_embed-container .badge-mainstay-dark-mint {
  color: #ffffff;
  background-color: #00c6a4; }
  ._admithub_embed-container .badge-mainstay-dark-mint[href]:hover, ._admithub_embed-container .badge-mainstay-dark-mint[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00937a; }

._admithub_embed-container .badge-mainstay-dark-mint-w-opacity {
  color: #ffffff;
  background-color: rgba(0, 198, 164, 0.1); }
  ._admithub_embed-container .badge-mainstay-dark-mint-w-opacity[href]:hover, ._admithub_embed-container .badge-mainstay-dark-mint-w-opacity[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 147, 122, 0.1); }

._admithub_embed-container .badge-mainstay-dark-green {
  color: #ffffff;
  background-color: #08785d; }
  ._admithub_embed-container .badge-mainstay-dark-green[href]:hover, ._admithub_embed-container .badge-mainstay-dark-green[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #054838; }

._admithub_embed-container .badge-mainstay-mint {
  color: #212529;
  background-color: #00ffd4; }
  ._admithub_embed-container .badge-mainstay-mint[href]:hover, ._admithub_embed-container .badge-mainstay-mint[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #00ccaa; }

._admithub_embed-container .badge-mainstay-teal {
  color: #ffffff;
  background-color: #00837b; }
  ._admithub_embed-container .badge-mainstay-teal[href]:hover, ._admithub_embed-container .badge-mainstay-teal[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00504b; }

._admithub_embed-container .badge-mainstay-cream-30 {
  color: #212529;
  background-color: #fffefc; }
  ._admithub_embed-container .badge-mainstay-cream-30[href]:hover, ._admithub_embed-container .badge-mainstay-cream-30[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ffedc9; }

._admithub_embed-container .badge-mainstay-gray-20 {
  color: #212529;
  background-color: #fafbfb; }
  ._admithub_embed-container .badge-mainstay-gray-20[href]:hover, ._admithub_embed-container .badge-mainstay-gray-20[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dee4e4; }

._admithub_embed-container .badge-mainstay-error-50 {
  color: #212529;
  background-color: #fdf3f3; }
  ._admithub_embed-container .badge-mainstay-error-50[href]:hover, ._admithub_embed-container .badge-mainstay-error-50[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #f6c7c7; }

._admithub_embed-container .badge-mainstay-error-300 {
  color: #212529;
  background-color: #fda29b; }
  ._admithub_embed-container .badge-mainstay-error-300[href]:hover, ._admithub_embed-container .badge-mainstay-error-300[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #fc7469; }

._admithub_embed-container .badge-mainstay-error-600 {
  color: #ffffff;
  background-color: #cb271b; }
  ._admithub_embed-container .badge-mainstay-error-600[href]:hover, ._admithub_embed-container .badge-mainstay-error-600[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #9e1e15; }

._admithub_embed-container .badge-mainstay-error-700 {
  color: #ffffff;
  background-color: #a31208; }
  ._admithub_embed-container .badge-mainstay-error-700[href]:hover, ._admithub_embed-container .badge-mainstay-error-700[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #720d06; }

._admithub_embed-container .badge-mainstay-error-red {
  color: #ffffff;
  background-color: #cb271b; }
  ._admithub_embed-container .badge-mainstay-error-red[href]:hover, ._admithub_embed-container .badge-mainstay-error-red[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #9e1e15; }

._admithub_embed-container .badge-mainstay-spark-red {
  color: #ffffff;
  background-color: #f23661; }
  ._admithub_embed-container .badge-mainstay-spark-red[href]:hover, ._admithub_embed-container .badge-mainstay-spark-red[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #e60f40; }

._admithub_embed-container .badge-mainstay-focused-gray {
  color: #212529;
  background-color: #ced5e0; }
  ._admithub_embed-container .badge-mainstay-focused-gray[href]:hover, ._admithub_embed-container .badge-mainstay-focused-gray[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #afbacc; }

._admithub_embed-container .badge-mainstay-text-default {
  color: #ffffff;
  background-color: #2e3b40; }
  ._admithub_embed-container .badge-mainstay-text-default[href]:hover, ._admithub_embed-container .badge-mainstay-text-default[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #192022; }

._admithub_embed-container .badge-mainstay-light-green {
  color: #ffffff;
  background-color: #097f65; }
  ._admithub_embed-container .badge-mainstay-light-green[href]:hover, ._admithub_embed-container .badge-mainstay-light-green[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #064f3f; }

._admithub_embed-container .badge-mainstay-gray-backgrounds {
  color: #212529;
  background-color: #f9fafb; }
  ._admithub_embed-container .badge-mainstay-gray-backgrounds[href]:hover, ._admithub_embed-container .badge-mainstay-gray-backgrounds[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae1e7; }

._admithub_embed-container .badge-mainstay-gray-lines {
  color: #212529;
  background-color: #d0d5dd; }
  ._admithub_embed-container .badge-mainstay-gray-lines[href]:hover, ._admithub_embed-container .badge-mainstay-gray-lines[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #b2bbc8; }

._admithub_embed-container .badge-mainstay-gray-header {
  color: #ffffff;
  background-color: #1d2939; }
  ._admithub_embed-container .badge-mainstay-gray-header[href]:hover, ._admithub_embed-container .badge-mainstay-gray-header[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0c1117; }

._admithub_embed-container .badge-mainstay-gray-text {
  color: #ffffff;
  background-color: #475467; }
  ._admithub_embed-container .badge-mainstay-gray-text[href]:hover, ._admithub_embed-container .badge-mainstay-gray-text[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #323b49; }

._admithub_embed-container .badge-mainstay-success-50 {
  color: #212529;
  background-color: #f6fef9; }
  ._admithub_embed-container .badge-mainstay-success-50[href]:hover, ._admithub_embed-container .badge-mainstay-success-50[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c8f9da; }

._admithub_embed-container .badge-mainstay-success-500 {
  color: #ffffff;
  background-color: #12b76a; }
  ._admithub_embed-container .badge-mainstay-success-500[href]:hover, ._admithub_embed-container .badge-mainstay-success-500[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0d894f; }

._admithub_embed-container .badge-mainstay-success-600 {
  color: #ffffff;
  background-color: #039855; }
  ._admithub_embed-container .badge-mainstay-success-600[href]:hover, ._admithub_embed-container .badge-mainstay-success-600[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #026639; }

._admithub_embed-container .badge-mainstay-success-700 {
  color: #ffffff;
  background-color: #05603a; }
  ._admithub_embed-container .badge-mainstay-success-700[href]:hover, ._admithub_embed-container .badge-mainstay-success-700[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #02301d; }

._admithub_embed-container .badge-mainstay-warning-50 {
  color: #212529;
  background-color: #fffcf5; }
  ._admithub_embed-container .badge-mainstay-warning-50[href]:hover, ._admithub_embed-container .badge-mainstay-warning-50[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ffedc2; }

._admithub_embed-container .badge-mainstay-warning-300 {
  color: #212529;
  background-color: #fec84b; }
  ._admithub_embed-container .badge-mainstay-warning-300[href]:hover, ._admithub_embed-container .badge-mainstay-warning-300[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #feb918; }

._admithub_embed-container .badge-mainstay-warning-600 {
  color: #ffffff;
  background-color: #dc6803; }
  ._admithub_embed-container .badge-mainstay-warning-600[href]:hover, ._admithub_embed-container .badge-mainstay-warning-600[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #aa5002; }

._admithub_embed-container .badge-mainstay-warning-700 {
  color: #ffffff;
  background-color: #b54708; }
  ._admithub_embed-container .badge-mainstay-warning-700[href]:hover, ._admithub_embed-container .badge-mainstay-warning-700[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #843406; }

._admithub_embed-container .badge-mainstay-disabled-gray {
  color: #212529;
  background-color: #98a2b3; }
  ._admithub_embed-container .badge-mainstay-disabled-gray[href]:hover, ._admithub_embed-container .badge-mainstay-disabled-gray[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #7b889d; }

._admithub_embed-container .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    ._admithub_embed-container .jumbotron {
      padding: 4rem 2rem; } }

._admithub_embed-container .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

._admithub_embed-container .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

._admithub_embed-container .alert-heading {
  color: inherit; }

._admithub_embed-container .alert-link {
  font-weight: 700; }

._admithub_embed-container .alert-dismissible {
  padding-right: 4rem; }
  ._admithub_embed-container .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

._admithub_embed-container .alert-primary {
  color: #125459;
  background-color: #d3ecee;
  border-color: #c1e5e8; }
  ._admithub_embed-container .alert-primary hr {
    border-top-color: #aedde1; }
  ._admithub_embed-container .alert-primary .alert-link {
    color: #092c2f; }

._admithub_embed-container .alert-secondary {
  color: #5f2b4c;
  background-color: #f0dce9;
  border-color: #ebcfe1; }
  ._admithub_embed-container .alert-secondary hr {
    border-top-color: #e4bdd6; }
  ._admithub_embed-container .alert-secondary .alert-link {
    color: #3c1b30; }

._admithub_embed-container .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  ._admithub_embed-container .alert-success hr {
    border-top-color: #b1dfbb; }
  ._admithub_embed-container .alert-success .alert-link {
    color: #0b2e13; }

._admithub_embed-container .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  ._admithub_embed-container .alert-info hr {
    border-top-color: #abdde5; }
  ._admithub_embed-container .alert-info .alert-link {
    color: #062c33; }

._admithub_embed-container .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  ._admithub_embed-container .alert-warning hr {
    border-top-color: #ffe8a1; }
  ._admithub_embed-container .alert-warning .alert-link {
    color: #533f03; }

._admithub_embed-container .alert-danger {
  color: #7f2a10;
  background-color: #fddcd2;
  border-color: #fccec0; }
  ._admithub_embed-container .alert-danger hr {
    border-top-color: #fbbba8; }
  ._admithub_embed-container .alert-danger .alert-link {
    color: #521b0a; }

._admithub_embed-container .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  ._admithub_embed-container .alert-light hr {
    border-top-color: #ececf6; }
  ._admithub_embed-container .alert-light .alert-link {
    color: #686868; }

._admithub_embed-container .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  ._admithub_embed-container .alert-dark hr {
    border-top-color: #b9bbbe; }
  ._admithub_embed-container .alert-dark .alert-link {
    color: #040505; }

._admithub_embed-container .alert-incoming {
  color: #6e8583;
  background-color: #f6fffe;
  border-color: #f3fffe; }
  ._admithub_embed-container .alert-incoming hr {
    border-top-color: #dafffc; }
  ._admithub_embed-container .alert-incoming .alert-link {
    color: #576968; }

._admithub_embed-container .alert-forwarded {
  color: #1d5f37;
  background-color: #d7f0e1;
  border-color: #c7ebd5; }
  ._admithub_embed-container .alert-forwarded hr {
    border-top-color: #b4e4c7; }
  ._admithub_embed-container .alert-forwarded .alert-link {
    color: #113820; }

._admithub_embed-container .alert-new-ui-primary {
  color: #015650;
  background-color: #ccedeb;
  border-color: #b8e6e3; }
  ._admithub_embed-container .alert-new-ui-primary hr {
    border-top-color: #a5dfdc; }
  ._admithub_embed-container .alert-new-ui-primary .alert-link {
    color: #002421; }

._admithub_embed-container .alert-new-ui-primary-highlight {
  color: #025f58;
  background-color: #cdf0ee;
  border-color: #b8ebe7; }
  ._admithub_embed-container .alert-new-ui-primary-highlight hr {
    border-top-color: #a4e5e0; }
  ._admithub_embed-container .alert-new-ui-primary-highlight .alert-link {
    color: #012d2a; }

._admithub_embed-container .alert-new-ui-selected-light {
  color: #767c82;
  background-color: #f9fcfe;
  border-color: #f7fbfe; }
  ._admithub_embed-container .alert-new-ui-selected-light hr {
    border-top-color: #e0f0fb; }
  ._admithub_embed-container .alert-new-ui-selected-light .alert-link {
    color: #5e6367; }

._admithub_embed-container .alert-new-ui-danger {
  color: #762424;
  background-color: #f9dada;
  border-color: #f7cbcb; }
  ._admithub_embed-container .alert-new-ui-danger hr {
    border-top-color: #f4b5b5; }
  ._admithub_embed-container .alert-new-ui-danger .alert-link {
    color: #4f1818; }

._admithub_embed-container .alert-new-ui-danger-light {
  color: #827677;
  background-color: #fef9fa;
  border-color: #fef7f8; }
  ._admithub_embed-container .alert-new-ui-danger-light hr {
    border-top-color: #fbe0e4; }
  ._admithub_embed-container .alert-new-ui-danger-light .alert-link {
    color: #675e5f; }

._admithub_embed-container .alert-blue-grey-005 {
  color: #838383;
  background-color: #fefefe;
  border-color: #fefefe; }
  ._admithub_embed-container .alert-blue-grey-005 hr {
    border-top-color: #f1f1f1; }
  ._admithub_embed-container .alert-blue-grey-005 .alert-link {
    color: #6a6a6a; }

._admithub_embed-container .alert-blue-grey-010 {
  color: #7c7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc; }
  ._admithub_embed-container .alert-blue-grey-010 hr {
    border-top-color: #ecf1f1; }
  ._admithub_embed-container .alert-blue-grey-010 .alert-link {
    color: #636465; }

._admithub_embed-container .alert-blue-grey-015 {
  color: #777a7c;
  background-color: #fafbfc;
  border-color: #f7f9fb; }
  ._admithub_embed-container .alert-blue-grey-015 hr {
    border-top-color: #e6ecf3; }
  ._admithub_embed-container .alert-blue-grey-015 .alert-link {
    color: #5e6062; }

._admithub_embed-container .alert-blue-grey-020 {
  color: #6f7478;
  background-color: #f7f9fa;
  border-color: #f4f6f8; }
  ._admithub_embed-container .alert-blue-grey-020 hr {
    border-top-color: #e4e9ee; }
  ._admithub_embed-container .alert-blue-grey-020 .alert-link {
    color: #565a5e; }

._admithub_embed-container .alert-blue-grey-025 {
  color: #7f8080;
  background-color: #fdfdfd;
  border-color: #fcfcfd; }
  ._admithub_embed-container .alert-blue-grey-025 hr {
    border-top-color: #ededf3; }
  ._admithub_embed-container .alert-blue-grey-025 .alert-link {
    color: #666666; }

._admithub_embed-container .alert-blue-grey-030 {
  color: #5d6569;
  background-color: #f0f3f4;
  border-color: #e9eef0; }
  ._admithub_embed-container .alert-blue-grey-030 hr {
    border-top-color: #dae2e6; }
  ._admithub_embed-container .alert-blue-grey-030 .alert-link {
    color: #454b4e; }

._admithub_embed-container .alert-blue-grey-050 {
  color: #7c7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc; }
  ._admithub_embed-container .alert-blue-grey-050 hr {
    border-top-color: #ecf1f1; }
  ._admithub_embed-container .alert-blue-grey-050 .alert-link {
    color: #636465; }

._admithub_embed-container .alert-blue-grey-075 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f5f7f8; }
  ._admithub_embed-container .alert-blue-grey-075 hr {
    border-top-color: #e6ebee; }
  ._admithub_embed-container .alert-blue-grey-075 .alert-link {
    color: #5a5c5e; }

._admithub_embed-container .alert-blue-grey-080 {
  color: #181f21;
  background-color: #d5d8d9;
  border-color: #c4c8ca; }
  ._admithub_embed-container .alert-blue-grey-080 hr {
    border-top-color: #b7bbbe; }
  ._admithub_embed-container .alert-blue-grey-080 .alert-link {
    color: #030303; }

._admithub_embed-container .alert-blue-grey-100 {
  color: #6c7072;
  background-color: #f5f7f8;
  border-color: #f2f4f5; }
  ._admithub_embed-container .alert-blue-grey-100 hr {
    border-top-color: #e4e8ea; }
  ._admithub_embed-container .alert-blue-grey-100 .alert-link {
    color: #535658; }

._admithub_embed-container .alert-blue-grey-200 {
  color: #5c6366;
  background-color: #eff2f3;
  border-color: #e9edef; }
  ._admithub_embed-container .alert-blue-grey-200 hr {
    border-top-color: #dae1e4; }
  ._admithub_embed-container .alert-blue-grey-200 .alert-link {
    color: #44494b; }

._admithub_embed-container .alert-blue-grey-300 {
  color: #4a555b;
  background-color: #e9edef;
  border-color: #e0e6e9; }
  ._admithub_embed-container .alert-blue-grey-300 hr {
    border-top-color: #d1dade; }
  ._admithub_embed-container .alert-blue-grey-300 .alert-link {
    color: #333b3f; }

._admithub_embed-container .alert-blue-grey-400 {
  color: #3e4b52;
  background-color: #e4e9eb;
  border-color: #d9e0e4; }
  ._admithub_embed-container .alert-blue-grey-400 hr {
    border-top-color: #cad4d9; }
  ._admithub_embed-container .alert-blue-grey-400 .alert-link {
    color: #283035; }

._admithub_embed-container .alert-blue-grey-500 {
  color: #314149;
  background-color: #dfe5e8;
  border-color: #d2dbdf; }
  ._admithub_embed-container .alert-blue-grey-500 hr {
    border-top-color: #c3cfd4; }
  ._admithub_embed-container .alert-blue-grey-500 .alert-link {
    color: #1d262a; }

._admithub_embed-container .alert-blue-grey-501 {
  color: #3d4649;
  background-color: #e4e7e8;
  border-color: #d9dddf; }
  ._admithub_embed-container .alert-blue-grey-501 hr {
    border-top-color: #cbd1d3; }
  ._admithub_embed-container .alert-blue-grey-501 .alert-link {
    color: #262b2d; }

._admithub_embed-container .alert-blue-grey-600 {
  color: #2b3940;
  background-color: #dde2e5;
  border-color: #cfd6da; }
  ._admithub_embed-container .alert-blue-grey-600 hr {
    border-top-color: #c1cacf; }
  ._admithub_embed-container .alert-blue-grey-600 .alert-link {
    color: #171e21; }

._admithub_embed-container .alert-blue-grey-701 {
  color: #252d30;
  background-color: #dadddf;
  border-color: #ccd0d2; }
  ._admithub_embed-container .alert-blue-grey-701 hr {
    border-top-color: #bec4c6; }
  ._admithub_embed-container .alert-blue-grey-701 .alert-link {
    color: #0f1213; }

._admithub_embed-container .alert-blue-grey-800 {
  color: #1d2529;
  background-color: #d7dadc;
  border-color: #c7cbce; }
  ._admithub_embed-container .alert-blue-grey-800 hr {
    border-top-color: #b9bec2; }
  ._admithub_embed-container .alert-blue-grey-800 .alert-link {
    color: #080a0b; }

._admithub_embed-container .alert-blue-grey-900 {
  color: #131a1d;
  background-color: #d3d6d7;
  border-color: #c2c6c7; }
  ._admithub_embed-container .alert-blue-grey-900 hr {
    border-top-color: #b5babb; }
  ._admithub_embed-container .alert-blue-grey-900 .alert-link {
    color: black; }

._admithub_embed-container .alert-indigo-200 {
  color: #535772;
  background-color: #ecedf8;
  border-color: #e4e6f5; }
  ._admithub_embed-container .alert-indigo-200 hr {
    border-top-color: #d1d5ee; }
  ._admithub_embed-container .alert-indigo-200 .alert-link {
    color: #3e4054; }

._admithub_embed-container .alert-indigo-900 {
  color: #0d1043;
  background-color: #d1d2e6;
  border-color: #bfc0db; }
  ._admithub_embed-container .alert-indigo-900 hr {
    border-top-color: #afb0d2; }
  ._admithub_embed-container .alert-indigo-900 .alert-link {
    color: #050618; }

._admithub_embed-container .alert-turquoise-100 {
  color: #4f7170;
  background-color: #eaf8f7;
  border-color: #e2f5f4; }
  ._admithub_embed-container .alert-turquoise-100 hr {
    border-top-color: #cfeeed; }
  ._admithub_embed-container .alert-turquoise-100 .alert-link {
    color: #3a5352; }

._admithub_embed-container .alert-turquoise-300 {
  color: #2a5f5c;
  background-color: #dcf1ef;
  border-color: #ceebe9; }
  ._admithub_embed-container .alert-turquoise-300 hr {
    border-top-color: #bce4e1; }
  ._admithub_embed-container .alert-turquoise-300 .alert-link {
    color: #1a3c3a; }

._admithub_embed-container .alert-turquoise-400 {
  color: #135653;
  background-color: #d3edec;
  border-color: #c2e6e4; }
  ._admithub_embed-container .alert-turquoise-400 hr {
    border-top-color: #b0dfdc; }
  ._admithub_embed-container .alert-turquoise-400 .alert-link {
    color: #0a2c2b; }

._admithub_embed-container .alert-turquoise-500 {
  color: #0f4f4b;
  background-color: #d2eae9;
  border-color: #c0e2e0; }
  ._admithub_embed-container .alert-turquoise-500 hr {
    border-top-color: #afdad7; }
  ._admithub_embed-container .alert-turquoise-500 .alert-link {
    color: #072422; }

._admithub_embed-container .alert-red-600 {
  color: #771e1c;
  background-color: #fad7d7;
  border-color: #f8c8c6; }
  ._admithub_embed-container .alert-red-600 hr {
    border-top-color: #f5b2af; }
  ._admithub_embed-container .alert-red-600 .alert-link {
    color: #4e1412; }

._admithub_embed-container .alert-amber-500 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  ._admithub_embed-container .alert-amber-500 hr {
    border-top-color: #ffe8a1; }
  ._admithub_embed-container .alert-amber-500 .alert-link {
    color: #533f03; }

._admithub_embed-container .alert-charcoal-grey {
  color: #1c2529;
  background-color: #d7dadc;
  border-color: #c7cbce; }
  ._admithub_embed-container .alert-charcoal-grey hr {
    border-top-color: #b9bec2; }
  ._admithub_embed-container .alert-charcoal-grey .alert-link {
    color: #070a0b; }

._admithub_embed-container .alert-gull-grey {
  color: #545c60;
  background-color: #eceff1;
  border-color: #e5e9eb; }
  ._admithub_embed-container .alert-gull-grey hr {
    border-top-color: #d7dde0; }
  ._admithub_embed-container .alert-gull-grey .alert-link {
    color: #3c4245; }

._admithub_embed-container .alert-message-no-match {
  color: #7f8184;
  background-color: #fdfeff;
  border-color: #fcfdfe; }
  ._admithub_embed-container .alert-message-no-match hr {
    border-top-color: #e9f0f8; }
  ._admithub_embed-container .alert-message-no-match .alert-link {
    color: #66686a; }

._admithub_embed-container .alert-message-incoming {
  color: #69727b;
  background-color: #f4f8fb;
  border-color: #f0f5fa; }
  ._admithub_embed-container .alert-message-incoming hr {
    border-top-color: #dde8f4; }
  ._admithub_embed-container .alert-message-incoming .alert-link {
    color: #52595f; }

._admithub_embed-container .alert-pale-green {
  color: #08672f;
  background-color: #cff4de;
  border-color: #bcefd1; }
  ._admithub_embed-container .alert-pale-green hr {
    border-top-color: #a7eac3; }
  ._admithub_embed-container .alert-pale-green .alert-link {
    color: #043819; }

._admithub_embed-container .alert-admithub-pink {
  color: #5f2b4c;
  background-color: #f0dce9;
  border-color: #ebcfe1; }
  ._admithub_embed-container .alert-admithub-pink hr {
    border-top-color: #e4bdd6; }
  ._admithub_embed-container .alert-admithub-pink .alert-link {
    color: #3c1b30; }

._admithub_embed-container .alert-admithub-grey {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  ._admithub_embed-container .alert-admithub-grey hr {
    border-top-color: #eeeeee; }
  ._admithub_embed-container .alert-admithub-grey .alert-link {
    color: #656565; }

._admithub_embed-container .alert-admithub-primary {
  color: #125459;
  background-color: #d3ecee;
  border-color: #c1e5e8; }
  ._admithub_embed-container .alert-admithub-primary hr {
    border-top-color: #aedde1; }
  ._admithub_embed-container .alert-admithub-primary .alert-link {
    color: #092c2f; }

._admithub_embed-container .alert-warning-light {
  color: #85857d;
  background-color: #fffffc;
  border-color: #fffffb; }
  ._admithub_embed-container .alert-warning-light hr {
    border-top-color: #ffffe2; }
  ._admithub_embed-container .alert-warning-light .alert-link {
    color: #6b6b64; }

._admithub_embed-container .alert-dark-purple {
  color: #330620;
  background-color: #e0ced8;
  border-color: #d3bbc9; }
  ._admithub_embed-container .alert-dark-purple hr {
    border-top-color: #c9acbd; }
  ._admithub_embed-container .alert-dark-purple .alert-link {
    color: #050103; }

._admithub_embed-container .alert-light-purple {
  color: rgba(5, 1, 3, 0.53302);
  background-color: rgba(253, 252, 252, 0.820392);
  border-color: rgba(252, 250, 251, 0.748549); }
  ._admithub_embed-container .alert-light-purple hr {
    border-top-color: rgba(242, 234, 238, 0.748549); }
  ._admithub_embed-container .alert-light-purple .alert-link {
    color: rgba(0, 0, 0, 0.53302); }

._admithub_embed-container .alert-secondary-teal {
  color: #115a4e;
  background-color: #d2efea;
  border-color: #c1e8e2; }
  ._admithub_embed-container .alert-secondary-teal hr {
    border-top-color: #aee1d9; }
  ._admithub_embed-container .alert-secondary-teal .alert-link {
    color: #092f29; }

._admithub_embed-container .alert-secondary-light {
  color: #7c8382;
  background-color: #fcfefe;
  border-color: #fbfefe; }
  ._admithub_embed-container .alert-secondary-light hr {
    border-top-color: #e7f9f9; }
  ._admithub_embed-container .alert-secondary-light .alert-link {
    color: #636968; }

._admithub_embed-container .alert-opacity-50 {
  color: rgba(68, 68, 68, 0.74);
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.86); }
  ._admithub_embed-container .alert-opacity-50 hr {
    border-top-color: rgba(242, 242, 242, 0.86); }
  ._admithub_embed-container .alert-opacity-50 .alert-link {
    color: rgba(43, 43, 43, 0.74); }

._admithub_embed-container .alert-blue-20 {
  color: #737a85;
  background-color: #f8fbff;
  border-color: #f6f9ff; }
  ._admithub_embed-container .alert-blue-20 hr {
    border-top-color: #dde8ff; }
  ._admithub_embed-container .alert-blue-20 .alert-link {
    color: #5b616a; }

._admithub_embed-container .alert-blue-90 {
  color: #002044;
  background-color: #ccd8e6;
  border-color: #b8c9dc; }
  ._admithub_embed-container .alert-blue-90 hr {
    border-top-color: #a7bcd4; }
  ._admithub_embed-container .alert-blue-90 .alert-link {
    color: #000811; }

._admithub_embed-container .alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  ._admithub_embed-container .alert-white hr {
    border-top-color: #f2f2f2; }
  ._admithub_embed-container .alert-white .alert-link {
    color: #6c6c6c; }

._admithub_embed-container .alert-gray-150 {
  color: #7b7c7c;
  background-color: #fbfcfc;
  border-color: #fafafa; }
  ._admithub_embed-container .alert-gray-150 hr {
    border-top-color: #ededed; }
  ._admithub_embed-container .alert-gray-150 .alert-link {
    color: #626262; }

._admithub_embed-container .alert-archived-badge-color {
  color: #4d575c;
  background-color: #eaedef;
  border-color: #e1e6e9; }
  ._admithub_embed-container .alert-archived-badge-color hr {
    border-top-color: #d2dade; }
  ._admithub_embed-container .alert-archived-badge-color .alert-link {
    color: #363d40; }

._admithub_embed-container .alert-line {
  color: #5d6569;
  background-color: #f0f3f4;
  border-color: #e9eef0; }
  ._admithub_embed-container .alert-line hr {
    border-top-color: #dae2e6; }
  ._admithub_embed-container .alert-line .alert-link {
    color: #454b4e; }

._admithub_embed-container .alert-dark-gray {
  color: #31383b;
  background-color: #dfe1e3;
  border-color: #d2d6d8; }
  ._admithub_embed-container .alert-dark-gray hr {
    border-top-color: #c4cacc; }
  ._admithub_embed-container .alert-dark-gray .alert-link {
    color: #1a1e1f; }

._admithub_embed-container .alert-denim-blue {
  color: #0e3b6b;
  background-color: #d1e3f5;
  border-color: #bfd7f1; }
  ._admithub_embed-container .alert-denim-blue hr {
    border-top-color: #aacaec; }
  ._admithub_embed-container .alert-denim-blue .alert-link {
    color: #08223e; }

._admithub_embed-container .alert-mainstay-blue-10 {
  color: #7e8185;
  background-color: #fcfeff;
  border-color: #fbfdff; }
  ._admithub_embed-container .alert-mainstay-blue-10 hr {
    border-top-color: #e2f0ff; }
  ._admithub_embed-container .alert-mainstay-blue-10 .alert-link {
    color: #65686b; }

._admithub_embed-container .alert-mainstay-blue-40 {
  color: #3a5a7d;
  background-color: #e2effc;
  border-color: #d7e8fb; }
  ._admithub_embed-container .alert-mainstay-blue-40 hr {
    border-top-color: #c0dbf9; }
  ._admithub_embed-container .alert-mainstay-blue-40 .alert-link {
    color: #2a415a; }

._admithub_embed-container .alert-mainstay-blue-60 {
  color: #0e3b6b;
  background-color: #d1e3f5;
  border-color: #bfd7f1; }
  ._admithub_embed-container .alert-mainstay-blue-60 hr {
    border-top-color: #aacaec; }
  ._admithub_embed-container .alert-mainstay-blue-60 .alert-link {
    color: #08223e; }

._admithub_embed-container .alert-mainstay-blue-70 {
  color: #00336c;
  background-color: #cce0f6;
  border-color: #b8d3f2; }
  ._admithub_embed-container .alert-mainstay-blue-70 hr {
    border-top-color: #a2c6ee; }
  ._admithub_embed-container .alert-mainstay-blue-70 .alert-link {
    color: #001b39; }

._admithub_embed-container .alert-mainstay-blue-80 {
  color: #002a58;
  background-color: #ccdcee;
  border-color: #b8cee7; }
  ._admithub_embed-container .alert-mainstay-blue-80 hr {
    border-top-color: #a5c1e1; }
  ._admithub_embed-container .alert-mainstay-blue-80 .alert-link {
    color: #001225; }

._admithub_embed-container .alert-mainstay-dark-blue {
  color: #051833;
  background-color: #ced5e0;
  border-color: #bac4d3; }
  ._admithub_embed-container .alert-mainstay-dark-blue hr {
    border-top-color: #aab7c9; }
  ._admithub_embed-container .alert-mainstay-dark-blue .alert-link {
    color: #000205; }

._admithub_embed-container .alert-mainstay-dark-blue-80 {
  color: #1e2e44;
  background-color: #d8dee6;
  border-color: #c8d0dc; }
  ._admithub_embed-container .alert-mainstay-dark-blue-80 hr {
    border-top-color: #b8c3d2; }
  ._admithub_embed-container .alert-mainstay-dark-blue-80 .alert-link {
    color: #0e1621; }

._admithub_embed-container .alert-mainstay-dark-blue-70 {
  color: #2b394c;
  background-color: #dde2e9;
  border-color: #cfd6e0; }
  ._admithub_embed-container .alert-mainstay-dark-blue-70 hr {
    border-top-color: #c0c9d6; }
  ._admithub_embed-container .alert-mainstay-dark-blue-70 .alert-link {
    color: #19212b; }

._admithub_embed-container .alert-mainstay-dark-blue-65 {
  color: #313e50;
  background-color: #dfe4eb;
  border-color: #d2d9e3; }
  ._admithub_embed-container .alert-mainstay-dark-blue-65 hr {
    border-top-color: #c2ccd9; }
  ._admithub_embed-container .alert-mainstay-dark-blue-65 .alert-link {
    color: #1e2530; }

._admithub_embed-container .alert-mainstay-dark-blue-50 {
  color: #454f5c;
  background-color: #e6eaef;
  border-color: #dde2e9; }
  ._admithub_embed-container .alert-mainstay-dark-blue-50 hr {
    border-top-color: #ced5df; }
  ._admithub_embed-container .alert-mainstay-dark-blue-50 .alert-link {
    color: #2f363f; }

._admithub_embed-container .alert-mainstay-dark-blue-20 {
  color: #6b6f74;
  background-color: #f5f7f9;
  border-color: #f1f3f6; }
  ._admithub_embed-container .alert-mainstay-dark-blue-20 hr {
    border-top-color: #e1e6ec; }
  ._admithub_embed-container .alert-mainstay-dark-blue-20 .alert-link {
    color: #535659; }

._admithub_embed-container .alert-mainstay-dark-blue-10 {
  color: #787a7d;
  background-color: #fafbfc;
  border-color: #f8f9fb; }
  ._admithub_embed-container .alert-mainstay-dark-blue-10 hr {
    border-top-color: #e8ebf2; }
  ._admithub_embed-container .alert-mainstay-dark-blue-10 .alert-link {
    color: #5f6163; }

._admithub_embed-container .alert-mainstay-dark-blue-05 {
  color: #7e7f80;
  background-color: #fcfdfd;
  border-color: #fbfcfd; }
  ._admithub_embed-container .alert-mainstay-dark-blue-05 hr {
    border-top-color: #eaeff5; }
  ._admithub_embed-container .alert-mainstay-dark-blue-05 .alert-link {
    color: #656666; }

._admithub_embed-container .alert-mainstay-almost-black {
  color: #090b0d;
  background-color: #d0d0d1;
  border-color: #bdbebf; }
  ._admithub_embed-container .alert-mainstay-almost-black hr {
    border-top-color: #b0b1b2; }
  ._admithub_embed-container .alert-mainstay-almost-black .alert-link {
    color: black; }

._admithub_embed-container .alert-mainstay-almost-black-30 {
  color: #606161;
  background-color: #f1f1f1;
  border-color: #ebecec; }
  ._admithub_embed-container .alert-mainstay-almost-black-30 hr {
    border-top-color: #dee0e0; }
  ._admithub_embed-container .alert-mainstay-almost-black-30 .alert-link {
    color: #474747; }

._admithub_embed-container .alert-mainstay-almost-black-80 {
  color: #222425;
  background-color: #d9dada;
  border-color: #cacbcb; }
  ._admithub_embed-container .alert-mainstay-almost-black-80 hr {
    border-top-color: #bdbebe; }
  ._admithub_embed-container .alert-mainstay-almost-black-80 .alert-link {
    color: #0a0a0a; }

._admithub_embed-container .alert-mainstay-dark-mint {
  color: #006755;
  background-color: #ccf4ed;
  border-color: #b8efe6; }
  ._admithub_embed-container .alert-mainstay-dark-mint hr {
    border-top-color: #a3eadf; }
  ._admithub_embed-container .alert-mainstay-dark-mint .alert-link {
    color: #00342b; }

._admithub_embed-container .alert-mainstay-dark-mint-w-opacity {
  color: rgba(0, 11, 9, 0.532);
  background-color: rgba(252, 254, 254, 0.82);
  border-color: rgba(250, 254, 253, 0.748); }
  ._admithub_embed-container .alert-mainstay-dark-mint-w-opacity hr {
    border-top-color: rgba(229, 250, 245, 0.748); }
  ._admithub_embed-container .alert-mainstay-dark-mint-w-opacity .alert-link {
    color: rgba(0, 0, 0, 0.532); }

._admithub_embed-container .alert-mainstay-dark-green {
  color: #043e30;
  background-color: #cee4df;
  border-color: #bad9d2; }
  ._admithub_embed-container .alert-mainstay-dark-green hr {
    border-top-color: #aad0c7; }
  ._admithub_embed-container .alert-mainstay-dark-green .alert-link {
    color: #010e0b; }

._admithub_embed-container .alert-mainstay-mint {
  color: #00856e;
  background-color: #ccfff6;
  border-color: #b8fff3; }
  ._admithub_embed-container .alert-mainstay-mint hr {
    border-top-color: #9fffef; }
  ._admithub_embed-container .alert-mainstay-mint .alert-link {
    color: #005244; }

._admithub_embed-container .alert-mainstay-teal {
  color: #004440;
  background-color: #cce6e5;
  border-color: #b8dcda; }
  ._admithub_embed-container .alert-mainstay-teal hr {
    border-top-color: #a7d4d1; }
  ._admithub_embed-container .alert-mainstay-teal .alert-link {
    color: #001110; }

._admithub_embed-container .alert-mainstay-cream-30 {
  color: #858483;
  background-color: #fffffe;
  border-color: #fffffe; }
  ._admithub_embed-container .alert-mainstay-cream-30 hr {
    border-top-color: #ffffe5; }
  ._admithub_embed-container .alert-mainstay-cream-30 .alert-link {
    color: #6b6b6a; }

._admithub_embed-container .alert-mainstay-gray-20 {
  color: #828383;
  background-color: #fefefe;
  border-color: #fefefe; }
  ._admithub_embed-container .alert-mainstay-gray-20 hr {
    border-top-color: #f1f1f1; }
  ._admithub_embed-container .alert-mainstay-gray-20 .alert-link {
    color: dimgray; }

._admithub_embed-container .alert-mainstay-error-50 {
  color: #847e7e;
  background-color: #fffdfd;
  border-color: #fefcfc; }
  ._admithub_embed-container .alert-mainstay-error-50 hr {
    border-top-color: #f8e9e9; }
  ._admithub_embed-container .alert-mainstay-error-50 .alert-link {
    color: #6a6565; }

._admithub_embed-container .alert-mainstay-error-300 {
  color: #845451;
  background-color: #ffeceb;
  border-color: #fee5e3; }
  ._admithub_embed-container .alert-mainstay-error-300 hr {
    border-top-color: #fdceca; }
  ._admithub_embed-container .alert-mainstay-error-300 .alert-link {
    color: #64403e; }

._admithub_embed-container .alert-mainstay-error-600 {
  color: #6a140e;
  background-color: #f5d4d1;
  border-color: #f0c3bf; }
  ._admithub_embed-container .alert-mainstay-error-600 hr {
    border-top-color: #ebb0aa; }
  ._admithub_embed-container .alert-mainstay-error-600 .alert-link {
    color: #3d0c08; }

._admithub_embed-container .alert-mainstay-error-700 {
  color: #550904;
  background-color: #edd0ce;
  border-color: #e5bdba; }
  ._admithub_embed-container .alert-mainstay-error-700 hr {
    border-top-color: #deaba7; }
  ._admithub_embed-container .alert-mainstay-error-700 .alert-link {
    color: #240402; }

._admithub_embed-container .alert-mainstay-error-red {
  color: #6a140e;
  background-color: #f5d4d1;
  border-color: #f0c3bf; }
  ._admithub_embed-container .alert-mainstay-error-red hr {
    border-top-color: #ebb0aa; }
  ._admithub_embed-container .alert-mainstay-error-red .alert-link {
    color: #3d0c08; }

._admithub_embed-container .alert-mainstay-spark-red {
  color: #7e1c32;
  background-color: #fcd7df;
  border-color: #fbc7d3; }
  ._admithub_embed-container .alert-mainstay-spark-red hr {
    border-top-color: #f9afc0; }
  ._admithub_embed-container .alert-mainstay-spark-red .alert-link {
    color: #541321; }

._admithub_embed-container .alert-mainstay-focused-gray {
  color: #6b6f74;
  background-color: #f5f7f9;
  border-color: #f1f3f6; }
  ._admithub_embed-container .alert-mainstay-focused-gray hr {
    border-top-color: #e1e6ec; }
  ._admithub_embed-container .alert-mainstay-focused-gray .alert-link {
    color: #535659; }

._admithub_embed-container .alert-mainstay-text-default {
  color: #181f21;
  background-color: #d5d8d9;
  border-color: #c4c8ca; }
  ._admithub_embed-container .alert-mainstay-text-default hr {
    border-top-color: #b7bbbe; }
  ._admithub_embed-container .alert-mainstay-text-default .alert-link {
    color: #030303; }

._admithub_embed-container .alert-mainstay-light-green {
  color: #054235;
  background-color: #cee5e0;
  border-color: #badbd4; }
  ._admithub_embed-container .alert-mainstay-light-green hr {
    border-top-color: #a9d2ca; }
  ._admithub_embed-container .alert-mainstay-light-green .alert-link {
    color: #01130f; }

._admithub_embed-container .alert-mainstay-gray-backgrounds {
  color: #818283;
  background-color: #fefefe;
  border-color: #fdfefe; }
  ._admithub_embed-container .alert-mainstay-gray-backgrounds hr {
    border-top-color: #ecf6f6; }
  ._admithub_embed-container .alert-mainstay-gray-backgrounds .alert-link {
    color: #686969; }

._admithub_embed-container .alert-mainstay-gray-lines {
  color: #6c6f73;
  background-color: #f6f7f8;
  border-color: #f2f3f5; }
  ._admithub_embed-container .alert-mainstay-gray-lines hr {
    border-top-color: #e4e6ea; }
  ._admithub_embed-container .alert-mainstay-gray-lines .alert-link {
    color: #535659; }

._admithub_embed-container .alert-mainstay-gray-header {
  color: #0f151e;
  background-color: #d2d4d7;
  border-color: #c0c3c8; }
  ._admithub_embed-container .alert-mainstay-gray-header hr {
    border-top-color: #b2b6bc; }
  ._admithub_embed-container .alert-mainstay-gray-header .alert-link {
    color: black; }

._admithub_embed-container .alert-mainstay-gray-text {
  color: #252c36;
  background-color: #dadde1;
  border-color: #cbcfd4; }
  ._admithub_embed-container .alert-mainstay-gray-text hr {
    border-top-color: #bdc2c8; }
  ._admithub_embed-container .alert-mainstay-gray-text .alert-link {
    color: #101318; }

._admithub_embed-container .alert-mainstay-success-50 {
  color: #808481;
  background-color: #fdfffe;
  border-color: #fcfffd; }
  ._admithub_embed-container .alert-mainstay-success-50 hr {
    border-top-color: #e3ffec; }
  ._admithub_embed-container .alert-mainstay-success-50 .alert-link {
    color: #676a68; }

._admithub_embed-container .alert-mainstay-success-500 {
  color: #095f37;
  background-color: #d0f1e1;
  border-color: #bdebd5; }
  ._admithub_embed-container .alert-mainstay-success-500 hr {
    border-top-color: #a9e5c9; }
  ._admithub_embed-container .alert-mainstay-success-500 .alert-link {
    color: #05301c; }

._admithub_embed-container .alert-mainstay-success-600 {
  color: #024f2c;
  background-color: #cdeadd;
  border-color: #b8e2cf; }
  ._admithub_embed-container .alert-mainstay-success-600 hr {
    border-top-color: #a6dbc3; }
  ._admithub_embed-container .alert-mainstay-success-600 .alert-link {
    color: #011d10; }

._admithub_embed-container .alert-mainstay-success-700 {
  color: #03321e;
  background-color: #cddfd8;
  border-color: #b9d2c8; }
  ._admithub_embed-container .alert-mainstay-success-700 hr {
    border-top-color: #a9c8bc; }
  ._admithub_embed-container .alert-mainstay-success-700 .alert-link {
    color: #000201; }

._admithub_embed-container .alert-mainstay-warning-50 {
  color: #85837f;
  background-color: #fffefd;
  border-color: #fffefc; }
  ._admithub_embed-container .alert-mainstay-warning-50 hr {
    border-top-color: #fff6e3; }
  ._admithub_embed-container .alert-mainstay-warning-50 .alert-link {
    color: #6b6966; }

._admithub_embed-container .alert-mainstay-warning-300 {
  color: #846827;
  background-color: #fff4db;
  border-color: #fff0cd; }
  ._admithub_embed-container .alert-mainstay-warning-300 hr {
    border-top-color: #ffe8b4; }
  ._admithub_embed-container .alert-mainstay-warning-300 .alert-link {
    color: #5d491b; }

._admithub_embed-container .alert-mainstay-warning-600 {
  color: #723602;
  background-color: #f8e1cd;
  border-color: #f5d5b8; }
  ._admithub_embed-container .alert-mainstay-warning-600 hr {
    border-top-color: #f2c8a2; }
  ._admithub_embed-container .alert-mainstay-warning-600 .alert-link {
    color: #401e01; }

._admithub_embed-container .alert-mainstay-warning-700 {
  color: #5e2504;
  background-color: #f0dace;
  border-color: #eacbba; }
  ._admithub_embed-container .alert-mainstay-warning-700 hr {
    border-top-color: #e4bca6; }
  ._admithub_embed-container .alert-mainstay-warning-700 .alert-link {
    color: #2d1202; }

._admithub_embed-container .alert-mainstay-disabled-gray {
  color: #4f545d;
  background-color: #eaecf0;
  border-color: #e2e5ea; }
  ._admithub_embed-container .alert-mainstay-disabled-gray hr {
    border-top-color: #d3d8df; }
  ._admithub_embed-container .alert-mainstay-disabled-gray .alert-link {
    color: #383b41; }

@-webkit-keyframes progress-bar-stripes {
  ._admithub_embed-container from {
    background-position: 1rem 0; }
  ._admithub_embed-container to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

._admithub_embed-container .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

._admithub_embed-container .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #22a1ac;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .progress-bar {
      transition: none; } }

._admithub_embed-container .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

._admithub_embed-container .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

._admithub_embed-container .media {
  display: flex;
  align-items: flex-start; }

._admithub_embed-container .media-body {
  flex: 1 1; }

._admithub_embed-container .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

._admithub_embed-container .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  ._admithub_embed-container .list-group-item-action:hover, ._admithub_embed-container .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  ._admithub_embed-container .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

._admithub_embed-container .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  ._admithub_embed-container .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  ._admithub_embed-container .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  ._admithub_embed-container .list-group-item:hover, ._admithub_embed-container .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  ._admithub_embed-container .list-group-item.disabled, ._admithub_embed-container .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff; }
  ._admithub_embed-container .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #22a1ac;
    border-color: #22a1ac; }

._admithub_embed-container .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

._admithub_embed-container .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

._admithub_embed-container .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

._admithub_embed-container .list-group-item-primary {
  color: #125459;
  background-color: #c1e5e8; }
  ._admithub_embed-container .list-group-item-primary.list-group-item-action:hover, ._admithub_embed-container .list-group-item-primary.list-group-item-action:focus {
    color: #125459;
    background-color: #aedde1; }
  ._admithub_embed-container .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #125459;
    border-color: #125459; }

._admithub_embed-container .list-group-item-secondary {
  color: #5f2b4c;
  background-color: #ebcfe1; }
  ._admithub_embed-container .list-group-item-secondary.list-group-item-action:hover, ._admithub_embed-container .list-group-item-secondary.list-group-item-action:focus {
    color: #5f2b4c;
    background-color: #e4bdd6; }
  ._admithub_embed-container .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #5f2b4c;
    border-color: #5f2b4c; }

._admithub_embed-container .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  ._admithub_embed-container .list-group-item-success.list-group-item-action:hover, ._admithub_embed-container .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  ._admithub_embed-container .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724; }

._admithub_embed-container .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  ._admithub_embed-container .list-group-item-info.list-group-item-action:hover, ._admithub_embed-container .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  ._admithub_embed-container .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

._admithub_embed-container .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  ._admithub_embed-container .list-group-item-warning.list-group-item-action:hover, ._admithub_embed-container .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  ._admithub_embed-container .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

._admithub_embed-container .list-group-item-danger {
  color: #7f2a10;
  background-color: #fccec0; }
  ._admithub_embed-container .list-group-item-danger.list-group-item-action:hover, ._admithub_embed-container .list-group-item-danger.list-group-item-action:focus {
    color: #7f2a10;
    background-color: #fbbba8; }
  ._admithub_embed-container .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f2a10;
    border-color: #7f2a10; }

._admithub_embed-container .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  ._admithub_embed-container .list-group-item-light.list-group-item-action:hover, ._admithub_embed-container .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  ._admithub_embed-container .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182; }

._admithub_embed-container .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  ._admithub_embed-container .list-group-item-dark.list-group-item-action:hover, ._admithub_embed-container .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  ._admithub_embed-container .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

._admithub_embed-container .list-group-item-incoming {
  color: #6e8583;
  background-color: #f3fffe; }
  ._admithub_embed-container .list-group-item-incoming.list-group-item-action:hover, ._admithub_embed-container .list-group-item-incoming.list-group-item-action:focus {
    color: #6e8583;
    background-color: #dafffc; }
  ._admithub_embed-container .list-group-item-incoming.list-group-item-action.active {
    color: #ffffff;
    background-color: #6e8583;
    border-color: #6e8583; }

._admithub_embed-container .list-group-item-forwarded {
  color: #1d5f37;
  background-color: #c7ebd5; }
  ._admithub_embed-container .list-group-item-forwarded.list-group-item-action:hover, ._admithub_embed-container .list-group-item-forwarded.list-group-item-action:focus {
    color: #1d5f37;
    background-color: #b4e4c7; }
  ._admithub_embed-container .list-group-item-forwarded.list-group-item-action.active {
    color: #ffffff;
    background-color: #1d5f37;
    border-color: #1d5f37; }

._admithub_embed-container .list-group-item-new-ui-primary {
  color: #015650;
  background-color: #b8e6e3; }
  ._admithub_embed-container .list-group-item-new-ui-primary.list-group-item-action:hover, ._admithub_embed-container .list-group-item-new-ui-primary.list-group-item-action:focus {
    color: #015650;
    background-color: #a5dfdc; }
  ._admithub_embed-container .list-group-item-new-ui-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #015650;
    border-color: #015650; }

._admithub_embed-container .list-group-item-new-ui-primary-highlight {
  color: #025f58;
  background-color: #b8ebe7; }
  ._admithub_embed-container .list-group-item-new-ui-primary-highlight.list-group-item-action:hover, ._admithub_embed-container .list-group-item-new-ui-primary-highlight.list-group-item-action:focus {
    color: #025f58;
    background-color: #a4e5e0; }
  ._admithub_embed-container .list-group-item-new-ui-primary-highlight.list-group-item-action.active {
    color: #ffffff;
    background-color: #025f58;
    border-color: #025f58; }

._admithub_embed-container .list-group-item-new-ui-selected-light {
  color: #767c82;
  background-color: #f7fbfe; }
  ._admithub_embed-container .list-group-item-new-ui-selected-light.list-group-item-action:hover, ._admithub_embed-container .list-group-item-new-ui-selected-light.list-group-item-action:focus {
    color: #767c82;
    background-color: #e0f0fb; }
  ._admithub_embed-container .list-group-item-new-ui-selected-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #767c82;
    border-color: #767c82; }

._admithub_embed-container .list-group-item-new-ui-danger {
  color: #762424;
  background-color: #f7cbcb; }
  ._admithub_embed-container .list-group-item-new-ui-danger.list-group-item-action:hover, ._admithub_embed-container .list-group-item-new-ui-danger.list-group-item-action:focus {
    color: #762424;
    background-color: #f4b5b5; }
  ._admithub_embed-container .list-group-item-new-ui-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #762424;
    border-color: #762424; }

._admithub_embed-container .list-group-item-new-ui-danger-light {
  color: #827677;
  background-color: #fef7f8; }
  ._admithub_embed-container .list-group-item-new-ui-danger-light.list-group-item-action:hover, ._admithub_embed-container .list-group-item-new-ui-danger-light.list-group-item-action:focus {
    color: #827677;
    background-color: #fbe0e4; }
  ._admithub_embed-container .list-group-item-new-ui-danger-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #827677;
    border-color: #827677; }

._admithub_embed-container .list-group-item-blue-grey-005 {
  color: #838383;
  background-color: #fefefe; }
  ._admithub_embed-container .list-group-item-blue-grey-005.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-005.list-group-item-action:focus {
    color: #838383;
    background-color: #f1f1f1; }
  ._admithub_embed-container .list-group-item-blue-grey-005.list-group-item-action.active {
    color: #ffffff;
    background-color: #838383;
    border-color: #838383; }

._admithub_embed-container .list-group-item-blue-grey-010 {
  color: #7c7e7f;
  background-color: #fbfcfc; }
  ._admithub_embed-container .list-group-item-blue-grey-010.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-010.list-group-item-action:focus {
    color: #7c7e7f;
    background-color: #ecf1f1; }
  ._admithub_embed-container .list-group-item-blue-grey-010.list-group-item-action.active {
    color: #ffffff;
    background-color: #7c7e7f;
    border-color: #7c7e7f; }

._admithub_embed-container .list-group-item-blue-grey-015 {
  color: #777a7c;
  background-color: #f7f9fb; }
  ._admithub_embed-container .list-group-item-blue-grey-015.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-015.list-group-item-action:focus {
    color: #777a7c;
    background-color: #e6ecf3; }
  ._admithub_embed-container .list-group-item-blue-grey-015.list-group-item-action.active {
    color: #ffffff;
    background-color: #777a7c;
    border-color: #777a7c; }

._admithub_embed-container .list-group-item-blue-grey-020 {
  color: #6f7478;
  background-color: #f4f6f8; }
  ._admithub_embed-container .list-group-item-blue-grey-020.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-020.list-group-item-action:focus {
    color: #6f7478;
    background-color: #e4e9ee; }
  ._admithub_embed-container .list-group-item-blue-grey-020.list-group-item-action.active {
    color: #ffffff;
    background-color: #6f7478;
    border-color: #6f7478; }

._admithub_embed-container .list-group-item-blue-grey-025 {
  color: #7f8080;
  background-color: #fcfcfd; }
  ._admithub_embed-container .list-group-item-blue-grey-025.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-025.list-group-item-action:focus {
    color: #7f8080;
    background-color: #ededf3; }
  ._admithub_embed-container .list-group-item-blue-grey-025.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f8080;
    border-color: #7f8080; }

._admithub_embed-container .list-group-item-blue-grey-030 {
  color: #5d6569;
  background-color: #e9eef0; }
  ._admithub_embed-container .list-group-item-blue-grey-030.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-030.list-group-item-action:focus {
    color: #5d6569;
    background-color: #dae2e6; }
  ._admithub_embed-container .list-group-item-blue-grey-030.list-group-item-action.active {
    color: #ffffff;
    background-color: #5d6569;
    border-color: #5d6569; }

._admithub_embed-container .list-group-item-blue-grey-050 {
  color: #7c7e7f;
  background-color: #fbfcfc; }
  ._admithub_embed-container .list-group-item-blue-grey-050.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-050.list-group-item-action:focus {
    color: #7c7e7f;
    background-color: #ecf1f1; }
  ._admithub_embed-container .list-group-item-blue-grey-050.list-group-item-action.active {
    color: #ffffff;
    background-color: #7c7e7f;
    border-color: #7c7e7f; }

._admithub_embed-container .list-group-item-blue-grey-075 {
  color: #737678;
  background-color: #f5f7f8; }
  ._admithub_embed-container .list-group-item-blue-grey-075.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-075.list-group-item-action:focus {
    color: #737678;
    background-color: #e6ebee; }
  ._admithub_embed-container .list-group-item-blue-grey-075.list-group-item-action.active {
    color: #ffffff;
    background-color: #737678;
    border-color: #737678; }

._admithub_embed-container .list-group-item-blue-grey-080 {
  color: #181f21;
  background-color: #c4c8ca; }
  ._admithub_embed-container .list-group-item-blue-grey-080.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-080.list-group-item-action:focus {
    color: #181f21;
    background-color: #b7bbbe; }
  ._admithub_embed-container .list-group-item-blue-grey-080.list-group-item-action.active {
    color: #ffffff;
    background-color: #181f21;
    border-color: #181f21; }

._admithub_embed-container .list-group-item-blue-grey-100 {
  color: #6c7072;
  background-color: #f2f4f5; }
  ._admithub_embed-container .list-group-item-blue-grey-100.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-100.list-group-item-action:focus {
    color: #6c7072;
    background-color: #e4e8ea; }
  ._admithub_embed-container .list-group-item-blue-grey-100.list-group-item-action.active {
    color: #ffffff;
    background-color: #6c7072;
    border-color: #6c7072; }

._admithub_embed-container .list-group-item-blue-grey-200 {
  color: #5c6366;
  background-color: #e9edef; }
  ._admithub_embed-container .list-group-item-blue-grey-200.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-200.list-group-item-action:focus {
    color: #5c6366;
    background-color: #dae1e4; }
  ._admithub_embed-container .list-group-item-blue-grey-200.list-group-item-action.active {
    color: #ffffff;
    background-color: #5c6366;
    border-color: #5c6366; }

._admithub_embed-container .list-group-item-blue-grey-300 {
  color: #4a555b;
  background-color: #e0e6e9; }
  ._admithub_embed-container .list-group-item-blue-grey-300.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-300.list-group-item-action:focus {
    color: #4a555b;
    background-color: #d1dade; }
  ._admithub_embed-container .list-group-item-blue-grey-300.list-group-item-action.active {
    color: #ffffff;
    background-color: #4a555b;
    border-color: #4a555b; }

._admithub_embed-container .list-group-item-blue-grey-400 {
  color: #3e4b52;
  background-color: #d9e0e4; }
  ._admithub_embed-container .list-group-item-blue-grey-400.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-400.list-group-item-action:focus {
    color: #3e4b52;
    background-color: #cad4d9; }
  ._admithub_embed-container .list-group-item-blue-grey-400.list-group-item-action.active {
    color: #ffffff;
    background-color: #3e4b52;
    border-color: #3e4b52; }

._admithub_embed-container .list-group-item-blue-grey-500 {
  color: #314149;
  background-color: #d2dbdf; }
  ._admithub_embed-container .list-group-item-blue-grey-500.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-500.list-group-item-action:focus {
    color: #314149;
    background-color: #c3cfd4; }
  ._admithub_embed-container .list-group-item-blue-grey-500.list-group-item-action.active {
    color: #ffffff;
    background-color: #314149;
    border-color: #314149; }

._admithub_embed-container .list-group-item-blue-grey-501 {
  color: #3d4649;
  background-color: #d9dddf; }
  ._admithub_embed-container .list-group-item-blue-grey-501.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-501.list-group-item-action:focus {
    color: #3d4649;
    background-color: #cbd1d3; }
  ._admithub_embed-container .list-group-item-blue-grey-501.list-group-item-action.active {
    color: #ffffff;
    background-color: #3d4649;
    border-color: #3d4649; }

._admithub_embed-container .list-group-item-blue-grey-600 {
  color: #2b3940;
  background-color: #cfd6da; }
  ._admithub_embed-container .list-group-item-blue-grey-600.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-600.list-group-item-action:focus {
    color: #2b3940;
    background-color: #c1cacf; }
  ._admithub_embed-container .list-group-item-blue-grey-600.list-group-item-action.active {
    color: #ffffff;
    background-color: #2b3940;
    border-color: #2b3940; }

._admithub_embed-container .list-group-item-blue-grey-701 {
  color: #252d30;
  background-color: #ccd0d2; }
  ._admithub_embed-container .list-group-item-blue-grey-701.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-701.list-group-item-action:focus {
    color: #252d30;
    background-color: #bec4c6; }
  ._admithub_embed-container .list-group-item-blue-grey-701.list-group-item-action.active {
    color: #ffffff;
    background-color: #252d30;
    border-color: #252d30; }

._admithub_embed-container .list-group-item-blue-grey-800 {
  color: #1d2529;
  background-color: #c7cbce; }
  ._admithub_embed-container .list-group-item-blue-grey-800.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-800.list-group-item-action:focus {
    color: #1d2529;
    background-color: #b9bec2; }
  ._admithub_embed-container .list-group-item-blue-grey-800.list-group-item-action.active {
    color: #ffffff;
    background-color: #1d2529;
    border-color: #1d2529; }

._admithub_embed-container .list-group-item-blue-grey-900 {
  color: #131a1d;
  background-color: #c2c6c7; }
  ._admithub_embed-container .list-group-item-blue-grey-900.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-grey-900.list-group-item-action:focus {
    color: #131a1d;
    background-color: #b5babb; }
  ._admithub_embed-container .list-group-item-blue-grey-900.list-group-item-action.active {
    color: #ffffff;
    background-color: #131a1d;
    border-color: #131a1d; }

._admithub_embed-container .list-group-item-indigo-200 {
  color: #535772;
  background-color: #e4e6f5; }
  ._admithub_embed-container .list-group-item-indigo-200.list-group-item-action:hover, ._admithub_embed-container .list-group-item-indigo-200.list-group-item-action:focus {
    color: #535772;
    background-color: #d1d5ee; }
  ._admithub_embed-container .list-group-item-indigo-200.list-group-item-action.active {
    color: #ffffff;
    background-color: #535772;
    border-color: #535772; }

._admithub_embed-container .list-group-item-indigo-900 {
  color: #0d1043;
  background-color: #bfc0db; }
  ._admithub_embed-container .list-group-item-indigo-900.list-group-item-action:hover, ._admithub_embed-container .list-group-item-indigo-900.list-group-item-action:focus {
    color: #0d1043;
    background-color: #afb0d2; }
  ._admithub_embed-container .list-group-item-indigo-900.list-group-item-action.active {
    color: #ffffff;
    background-color: #0d1043;
    border-color: #0d1043; }

._admithub_embed-container .list-group-item-turquoise-100 {
  color: #4f7170;
  background-color: #e2f5f4; }
  ._admithub_embed-container .list-group-item-turquoise-100.list-group-item-action:hover, ._admithub_embed-container .list-group-item-turquoise-100.list-group-item-action:focus {
    color: #4f7170;
    background-color: #cfeeed; }
  ._admithub_embed-container .list-group-item-turquoise-100.list-group-item-action.active {
    color: #ffffff;
    background-color: #4f7170;
    border-color: #4f7170; }

._admithub_embed-container .list-group-item-turquoise-300 {
  color: #2a5f5c;
  background-color: #ceebe9; }
  ._admithub_embed-container .list-group-item-turquoise-300.list-group-item-action:hover, ._admithub_embed-container .list-group-item-turquoise-300.list-group-item-action:focus {
    color: #2a5f5c;
    background-color: #bce4e1; }
  ._admithub_embed-container .list-group-item-turquoise-300.list-group-item-action.active {
    color: #ffffff;
    background-color: #2a5f5c;
    border-color: #2a5f5c; }

._admithub_embed-container .list-group-item-turquoise-400 {
  color: #135653;
  background-color: #c2e6e4; }
  ._admithub_embed-container .list-group-item-turquoise-400.list-group-item-action:hover, ._admithub_embed-container .list-group-item-turquoise-400.list-group-item-action:focus {
    color: #135653;
    background-color: #b0dfdc; }
  ._admithub_embed-container .list-group-item-turquoise-400.list-group-item-action.active {
    color: #ffffff;
    background-color: #135653;
    border-color: #135653; }

._admithub_embed-container .list-group-item-turquoise-500 {
  color: #0f4f4b;
  background-color: #c0e2e0; }
  ._admithub_embed-container .list-group-item-turquoise-500.list-group-item-action:hover, ._admithub_embed-container .list-group-item-turquoise-500.list-group-item-action:focus {
    color: #0f4f4b;
    background-color: #afdad7; }
  ._admithub_embed-container .list-group-item-turquoise-500.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f4f4b;
    border-color: #0f4f4b; }

._admithub_embed-container .list-group-item-red-600 {
  color: #771e1c;
  background-color: #f8c8c6; }
  ._admithub_embed-container .list-group-item-red-600.list-group-item-action:hover, ._admithub_embed-container .list-group-item-red-600.list-group-item-action:focus {
    color: #771e1c;
    background-color: #f5b2af; }
  ._admithub_embed-container .list-group-item-red-600.list-group-item-action.active {
    color: #ffffff;
    background-color: #771e1c;
    border-color: #771e1c; }

._admithub_embed-container .list-group-item-amber-500 {
  color: #856404;
  background-color: #ffeeba; }
  ._admithub_embed-container .list-group-item-amber-500.list-group-item-action:hover, ._admithub_embed-container .list-group-item-amber-500.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  ._admithub_embed-container .list-group-item-amber-500.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

._admithub_embed-container .list-group-item-charcoal-grey {
  color: #1c2529;
  background-color: #c7cbce; }
  ._admithub_embed-container .list-group-item-charcoal-grey.list-group-item-action:hover, ._admithub_embed-container .list-group-item-charcoal-grey.list-group-item-action:focus {
    color: #1c2529;
    background-color: #b9bec2; }
  ._admithub_embed-container .list-group-item-charcoal-grey.list-group-item-action.active {
    color: #ffffff;
    background-color: #1c2529;
    border-color: #1c2529; }

._admithub_embed-container .list-group-item-gull-grey {
  color: #545c60;
  background-color: #e5e9eb; }
  ._admithub_embed-container .list-group-item-gull-grey.list-group-item-action:hover, ._admithub_embed-container .list-group-item-gull-grey.list-group-item-action:focus {
    color: #545c60;
    background-color: #d7dde0; }
  ._admithub_embed-container .list-group-item-gull-grey.list-group-item-action.active {
    color: #ffffff;
    background-color: #545c60;
    border-color: #545c60; }

._admithub_embed-container .list-group-item-message-no-match {
  color: #7f8184;
  background-color: #fcfdfe; }
  ._admithub_embed-container .list-group-item-message-no-match.list-group-item-action:hover, ._admithub_embed-container .list-group-item-message-no-match.list-group-item-action:focus {
    color: #7f8184;
    background-color: #e9f0f8; }
  ._admithub_embed-container .list-group-item-message-no-match.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f8184;
    border-color: #7f8184; }

._admithub_embed-container .list-group-item-message-incoming {
  color: #69727b;
  background-color: #f0f5fa; }
  ._admithub_embed-container .list-group-item-message-incoming.list-group-item-action:hover, ._admithub_embed-container .list-group-item-message-incoming.list-group-item-action:focus {
    color: #69727b;
    background-color: #dde8f4; }
  ._admithub_embed-container .list-group-item-message-incoming.list-group-item-action.active {
    color: #ffffff;
    background-color: #69727b;
    border-color: #69727b; }

._admithub_embed-container .list-group-item-pale-green {
  color: #08672f;
  background-color: #bcefd1; }
  ._admithub_embed-container .list-group-item-pale-green.list-group-item-action:hover, ._admithub_embed-container .list-group-item-pale-green.list-group-item-action:focus {
    color: #08672f;
    background-color: #a7eac3; }
  ._admithub_embed-container .list-group-item-pale-green.list-group-item-action.active {
    color: #ffffff;
    background-color: #08672f;
    border-color: #08672f; }

._admithub_embed-container .list-group-item-admithub-pink {
  color: #5f2b4c;
  background-color: #ebcfe1; }
  ._admithub_embed-container .list-group-item-admithub-pink.list-group-item-action:hover, ._admithub_embed-container .list-group-item-admithub-pink.list-group-item-action:focus {
    color: #5f2b4c;
    background-color: #e4bdd6; }
  ._admithub_embed-container .list-group-item-admithub-pink.list-group-item-action.active {
    color: #ffffff;
    background-color: #5f2b4c;
    border-color: #5f2b4c; }

._admithub_embed-container .list-group-item-admithub-grey {
  color: #7e7e7e;
  background-color: #fbfbfb; }
  ._admithub_embed-container .list-group-item-admithub-grey.list-group-item-action:hover, ._admithub_embed-container .list-group-item-admithub-grey.list-group-item-action:focus {
    color: #7e7e7e;
    background-color: #eeeeee; }
  ._admithub_embed-container .list-group-item-admithub-grey.list-group-item-action.active {
    color: #ffffff;
    background-color: #7e7e7e;
    border-color: #7e7e7e; }

._admithub_embed-container .list-group-item-admithub-primary {
  color: #125459;
  background-color: #c1e5e8; }
  ._admithub_embed-container .list-group-item-admithub-primary.list-group-item-action:hover, ._admithub_embed-container .list-group-item-admithub-primary.list-group-item-action:focus {
    color: #125459;
    background-color: #aedde1; }
  ._admithub_embed-container .list-group-item-admithub-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #125459;
    border-color: #125459; }

._admithub_embed-container .list-group-item-warning-light {
  color: #85857d;
  background-color: #fffffb; }
  ._admithub_embed-container .list-group-item-warning-light.list-group-item-action:hover, ._admithub_embed-container .list-group-item-warning-light.list-group-item-action:focus {
    color: #85857d;
    background-color: #ffffe2; }
  ._admithub_embed-container .list-group-item-warning-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #85857d;
    border-color: #85857d; }

._admithub_embed-container .list-group-item-dark-purple {
  color: #330620;
  background-color: #d3bbc9; }
  ._admithub_embed-container .list-group-item-dark-purple.list-group-item-action:hover, ._admithub_embed-container .list-group-item-dark-purple.list-group-item-action:focus {
    color: #330620;
    background-color: #c9acbd; }
  ._admithub_embed-container .list-group-item-dark-purple.list-group-item-action.active {
    color: #ffffff;
    background-color: #330620;
    border-color: #330620; }

._admithub_embed-container .list-group-item-light-purple {
  color: rgba(5, 1, 3, 0.53302);
  background-color: rgba(252, 250, 251, 0.748549); }
  ._admithub_embed-container .list-group-item-light-purple.list-group-item-action:hover, ._admithub_embed-container .list-group-item-light-purple.list-group-item-action:focus {
    color: rgba(5, 1, 3, 0.53302);
    background-color: rgba(242, 234, 238, 0.748549); }
  ._admithub_embed-container .list-group-item-light-purple.list-group-item-action.active {
    color: #ffffff;
    background-color: rgba(5, 1, 3, 0.53302);
    border-color: rgba(5, 1, 3, 0.53302); }

._admithub_embed-container .list-group-item-secondary-teal {
  color: #115a4e;
  background-color: #c1e8e2; }
  ._admithub_embed-container .list-group-item-secondary-teal.list-group-item-action:hover, ._admithub_embed-container .list-group-item-secondary-teal.list-group-item-action:focus {
    color: #115a4e;
    background-color: #aee1d9; }
  ._admithub_embed-container .list-group-item-secondary-teal.list-group-item-action.active {
    color: #ffffff;
    background-color: #115a4e;
    border-color: #115a4e; }

._admithub_embed-container .list-group-item-secondary-light {
  color: #7c8382;
  background-color: #fbfefe; }
  ._admithub_embed-container .list-group-item-secondary-light.list-group-item-action:hover, ._admithub_embed-container .list-group-item-secondary-light.list-group-item-action:focus {
    color: #7c8382;
    background-color: #e7f9f9; }
  ._admithub_embed-container .list-group-item-secondary-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #7c8382;
    border-color: #7c8382; }

._admithub_embed-container .list-group-item-opacity-50 {
  color: rgba(68, 68, 68, 0.74);
  background-color: rgba(255, 255, 255, 0.86); }
  ._admithub_embed-container .list-group-item-opacity-50.list-group-item-action:hover, ._admithub_embed-container .list-group-item-opacity-50.list-group-item-action:focus {
    color: rgba(68, 68, 68, 0.74);
    background-color: rgba(242, 242, 242, 0.86); }
  ._admithub_embed-container .list-group-item-opacity-50.list-group-item-action.active {
    color: #ffffff;
    background-color: rgba(68, 68, 68, 0.74);
    border-color: rgba(68, 68, 68, 0.74); }

._admithub_embed-container .list-group-item-blue-20 {
  color: #737a85;
  background-color: #f6f9ff; }
  ._admithub_embed-container .list-group-item-blue-20.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-20.list-group-item-action:focus {
    color: #737a85;
    background-color: #dde8ff; }
  ._admithub_embed-container .list-group-item-blue-20.list-group-item-action.active {
    color: #ffffff;
    background-color: #737a85;
    border-color: #737a85; }

._admithub_embed-container .list-group-item-blue-90 {
  color: #002044;
  background-color: #b8c9dc; }
  ._admithub_embed-container .list-group-item-blue-90.list-group-item-action:hover, ._admithub_embed-container .list-group-item-blue-90.list-group-item-action:focus {
    color: #002044;
    background-color: #a7bcd4; }
  ._admithub_embed-container .list-group-item-blue-90.list-group-item-action.active {
    color: #ffffff;
    background-color: #002044;
    border-color: #002044; }

._admithub_embed-container .list-group-item-white {
  color: #858585;
  background-color: white; }
  ._admithub_embed-container .list-group-item-white.list-group-item-action:hover, ._admithub_embed-container .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  ._admithub_embed-container .list-group-item-white.list-group-item-action.active {
    color: #ffffff;
    background-color: #858585;
    border-color: #858585; }

._admithub_embed-container .list-group-item-gray-150 {
  color: #7b7c7c;
  background-color: #fafafa; }
  ._admithub_embed-container .list-group-item-gray-150.list-group-item-action:hover, ._admithub_embed-container .list-group-item-gray-150.list-group-item-action:focus {
    color: #7b7c7c;
    background-color: #ededed; }
  ._admithub_embed-container .list-group-item-gray-150.list-group-item-action.active {
    color: #ffffff;
    background-color: #7b7c7c;
    border-color: #7b7c7c; }

._admithub_embed-container .list-group-item-archived-badge-color {
  color: #4d575c;
  background-color: #e1e6e9; }
  ._admithub_embed-container .list-group-item-archived-badge-color.list-group-item-action:hover, ._admithub_embed-container .list-group-item-archived-badge-color.list-group-item-action:focus {
    color: #4d575c;
    background-color: #d2dade; }
  ._admithub_embed-container .list-group-item-archived-badge-color.list-group-item-action.active {
    color: #ffffff;
    background-color: #4d575c;
    border-color: #4d575c; }

._admithub_embed-container .list-group-item-line {
  color: #5d6569;
  background-color: #e9eef0; }
  ._admithub_embed-container .list-group-item-line.list-group-item-action:hover, ._admithub_embed-container .list-group-item-line.list-group-item-action:focus {
    color: #5d6569;
    background-color: #dae2e6; }
  ._admithub_embed-container .list-group-item-line.list-group-item-action.active {
    color: #ffffff;
    background-color: #5d6569;
    border-color: #5d6569; }

._admithub_embed-container .list-group-item-dark-gray {
  color: #31383b;
  background-color: #d2d6d8; }
  ._admithub_embed-container .list-group-item-dark-gray.list-group-item-action:hover, ._admithub_embed-container .list-group-item-dark-gray.list-group-item-action:focus {
    color: #31383b;
    background-color: #c4cacc; }
  ._admithub_embed-container .list-group-item-dark-gray.list-group-item-action.active {
    color: #ffffff;
    background-color: #31383b;
    border-color: #31383b; }

._admithub_embed-container .list-group-item-denim-blue {
  color: #0e3b6b;
  background-color: #bfd7f1; }
  ._admithub_embed-container .list-group-item-denim-blue.list-group-item-action:hover, ._admithub_embed-container .list-group-item-denim-blue.list-group-item-action:focus {
    color: #0e3b6b;
    background-color: #aacaec; }
  ._admithub_embed-container .list-group-item-denim-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #0e3b6b;
    border-color: #0e3b6b; }

._admithub_embed-container .list-group-item-mainstay-blue-10 {
  color: #7e8185;
  background-color: #fbfdff; }
  ._admithub_embed-container .list-group-item-mainstay-blue-10.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-blue-10.list-group-item-action:focus {
    color: #7e8185;
    background-color: #e2f0ff; }
  ._admithub_embed-container .list-group-item-mainstay-blue-10.list-group-item-action.active {
    color: #ffffff;
    background-color: #7e8185;
    border-color: #7e8185; }

._admithub_embed-container .list-group-item-mainstay-blue-40 {
  color: #3a5a7d;
  background-color: #d7e8fb; }
  ._admithub_embed-container .list-group-item-mainstay-blue-40.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-blue-40.list-group-item-action:focus {
    color: #3a5a7d;
    background-color: #c0dbf9; }
  ._admithub_embed-container .list-group-item-mainstay-blue-40.list-group-item-action.active {
    color: #ffffff;
    background-color: #3a5a7d;
    border-color: #3a5a7d; }

._admithub_embed-container .list-group-item-mainstay-blue-60 {
  color: #0e3b6b;
  background-color: #bfd7f1; }
  ._admithub_embed-container .list-group-item-mainstay-blue-60.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-blue-60.list-group-item-action:focus {
    color: #0e3b6b;
    background-color: #aacaec; }
  ._admithub_embed-container .list-group-item-mainstay-blue-60.list-group-item-action.active {
    color: #ffffff;
    background-color: #0e3b6b;
    border-color: #0e3b6b; }

._admithub_embed-container .list-group-item-mainstay-blue-70 {
  color: #00336c;
  background-color: #b8d3f2; }
  ._admithub_embed-container .list-group-item-mainstay-blue-70.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-blue-70.list-group-item-action:focus {
    color: #00336c;
    background-color: #a2c6ee; }
  ._admithub_embed-container .list-group-item-mainstay-blue-70.list-group-item-action.active {
    color: #ffffff;
    background-color: #00336c;
    border-color: #00336c; }

._admithub_embed-container .list-group-item-mainstay-blue-80 {
  color: #002a58;
  background-color: #b8cee7; }
  ._admithub_embed-container .list-group-item-mainstay-blue-80.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-blue-80.list-group-item-action:focus {
    color: #002a58;
    background-color: #a5c1e1; }
  ._admithub_embed-container .list-group-item-mainstay-blue-80.list-group-item-action.active {
    color: #ffffff;
    background-color: #002a58;
    border-color: #002a58; }

._admithub_embed-container .list-group-item-mainstay-dark-blue {
  color: #051833;
  background-color: #bac4d3; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue.list-group-item-action:focus {
    color: #051833;
    background-color: #aab7c9; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #051833;
    border-color: #051833; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-80 {
  color: #1e2e44;
  background-color: #c8d0dc; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-80.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-80.list-group-item-action:focus {
    color: #1e2e44;
    background-color: #b8c3d2; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-80.list-group-item-action.active {
    color: #ffffff;
    background-color: #1e2e44;
    border-color: #1e2e44; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-70 {
  color: #2b394c;
  background-color: #cfd6e0; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-70.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-70.list-group-item-action:focus {
    color: #2b394c;
    background-color: #c0c9d6; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-70.list-group-item-action.active {
    color: #ffffff;
    background-color: #2b394c;
    border-color: #2b394c; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-65 {
  color: #313e50;
  background-color: #d2d9e3; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-65.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-65.list-group-item-action:focus {
    color: #313e50;
    background-color: #c2ccd9; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-65.list-group-item-action.active {
    color: #ffffff;
    background-color: #313e50;
    border-color: #313e50; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-50 {
  color: #454f5c;
  background-color: #dde2e9; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-50.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-50.list-group-item-action:focus {
    color: #454f5c;
    background-color: #ced5df; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-50.list-group-item-action.active {
    color: #ffffff;
    background-color: #454f5c;
    border-color: #454f5c; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-20 {
  color: #6b6f74;
  background-color: #f1f3f6; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-20.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-20.list-group-item-action:focus {
    color: #6b6f74;
    background-color: #e1e6ec; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-20.list-group-item-action.active {
    color: #ffffff;
    background-color: #6b6f74;
    border-color: #6b6f74; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-10 {
  color: #787a7d;
  background-color: #f8f9fb; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-10.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-10.list-group-item-action:focus {
    color: #787a7d;
    background-color: #e8ebf2; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-10.list-group-item-action.active {
    color: #ffffff;
    background-color: #787a7d;
    border-color: #787a7d; }

._admithub_embed-container .list-group-item-mainstay-dark-blue-05 {
  color: #7e7f80;
  background-color: #fbfcfd; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-05.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-blue-05.list-group-item-action:focus {
    color: #7e7f80;
    background-color: #eaeff5; }
  ._admithub_embed-container .list-group-item-mainstay-dark-blue-05.list-group-item-action.active {
    color: #ffffff;
    background-color: #7e7f80;
    border-color: #7e7f80; }

._admithub_embed-container .list-group-item-mainstay-almost-black {
  color: #090b0d;
  background-color: #bdbebf; }
  ._admithub_embed-container .list-group-item-mainstay-almost-black.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-almost-black.list-group-item-action:focus {
    color: #090b0d;
    background-color: #b0b1b2; }
  ._admithub_embed-container .list-group-item-mainstay-almost-black.list-group-item-action.active {
    color: #ffffff;
    background-color: #090b0d;
    border-color: #090b0d; }

._admithub_embed-container .list-group-item-mainstay-almost-black-30 {
  color: #606161;
  background-color: #ebecec; }
  ._admithub_embed-container .list-group-item-mainstay-almost-black-30.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-almost-black-30.list-group-item-action:focus {
    color: #606161;
    background-color: #dee0e0; }
  ._admithub_embed-container .list-group-item-mainstay-almost-black-30.list-group-item-action.active {
    color: #ffffff;
    background-color: #606161;
    border-color: #606161; }

._admithub_embed-container .list-group-item-mainstay-almost-black-80 {
  color: #222425;
  background-color: #cacbcb; }
  ._admithub_embed-container .list-group-item-mainstay-almost-black-80.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-almost-black-80.list-group-item-action:focus {
    color: #222425;
    background-color: #bdbebe; }
  ._admithub_embed-container .list-group-item-mainstay-almost-black-80.list-group-item-action.active {
    color: #ffffff;
    background-color: #222425;
    border-color: #222425; }

._admithub_embed-container .list-group-item-mainstay-dark-mint {
  color: #006755;
  background-color: #b8efe6; }
  ._admithub_embed-container .list-group-item-mainstay-dark-mint.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-mint.list-group-item-action:focus {
    color: #006755;
    background-color: #a3eadf; }
  ._admithub_embed-container .list-group-item-mainstay-dark-mint.list-group-item-action.active {
    color: #ffffff;
    background-color: #006755;
    border-color: #006755; }

._admithub_embed-container .list-group-item-mainstay-dark-mint-w-opacity {
  color: rgba(0, 11, 9, 0.532);
  background-color: rgba(250, 254, 253, 0.748); }
  ._admithub_embed-container .list-group-item-mainstay-dark-mint-w-opacity.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-mint-w-opacity.list-group-item-action:focus {
    color: rgba(0, 11, 9, 0.532);
    background-color: rgba(229, 250, 245, 0.748); }
  ._admithub_embed-container .list-group-item-mainstay-dark-mint-w-opacity.list-group-item-action.active {
    color: #ffffff;
    background-color: rgba(0, 11, 9, 0.532);
    border-color: rgba(0, 11, 9, 0.532); }

._admithub_embed-container .list-group-item-mainstay-dark-green {
  color: #043e30;
  background-color: #bad9d2; }
  ._admithub_embed-container .list-group-item-mainstay-dark-green.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-dark-green.list-group-item-action:focus {
    color: #043e30;
    background-color: #aad0c7; }
  ._admithub_embed-container .list-group-item-mainstay-dark-green.list-group-item-action.active {
    color: #ffffff;
    background-color: #043e30;
    border-color: #043e30; }

._admithub_embed-container .list-group-item-mainstay-mint {
  color: #00856e;
  background-color: #b8fff3; }
  ._admithub_embed-container .list-group-item-mainstay-mint.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-mint.list-group-item-action:focus {
    color: #00856e;
    background-color: #9fffef; }
  ._admithub_embed-container .list-group-item-mainstay-mint.list-group-item-action.active {
    color: #ffffff;
    background-color: #00856e;
    border-color: #00856e; }

._admithub_embed-container .list-group-item-mainstay-teal {
  color: #004440;
  background-color: #b8dcda; }
  ._admithub_embed-container .list-group-item-mainstay-teal.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-teal.list-group-item-action:focus {
    color: #004440;
    background-color: #a7d4d1; }
  ._admithub_embed-container .list-group-item-mainstay-teal.list-group-item-action.active {
    color: #ffffff;
    background-color: #004440;
    border-color: #004440; }

._admithub_embed-container .list-group-item-mainstay-cream-30 {
  color: #858483;
  background-color: #fffffe; }
  ._admithub_embed-container .list-group-item-mainstay-cream-30.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-cream-30.list-group-item-action:focus {
    color: #858483;
    background-color: #ffffe5; }
  ._admithub_embed-container .list-group-item-mainstay-cream-30.list-group-item-action.active {
    color: #ffffff;
    background-color: #858483;
    border-color: #858483; }

._admithub_embed-container .list-group-item-mainstay-gray-20 {
  color: #828383;
  background-color: #fefefe; }
  ._admithub_embed-container .list-group-item-mainstay-gray-20.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-gray-20.list-group-item-action:focus {
    color: #828383;
    background-color: #f1f1f1; }
  ._admithub_embed-container .list-group-item-mainstay-gray-20.list-group-item-action.active {
    color: #ffffff;
    background-color: #828383;
    border-color: #828383; }

._admithub_embed-container .list-group-item-mainstay-error-50 {
  color: #847e7e;
  background-color: #fefcfc; }
  ._admithub_embed-container .list-group-item-mainstay-error-50.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-error-50.list-group-item-action:focus {
    color: #847e7e;
    background-color: #f8e9e9; }
  ._admithub_embed-container .list-group-item-mainstay-error-50.list-group-item-action.active {
    color: #ffffff;
    background-color: #847e7e;
    border-color: #847e7e; }

._admithub_embed-container .list-group-item-mainstay-error-300 {
  color: #845451;
  background-color: #fee5e3; }
  ._admithub_embed-container .list-group-item-mainstay-error-300.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-error-300.list-group-item-action:focus {
    color: #845451;
    background-color: #fdceca; }
  ._admithub_embed-container .list-group-item-mainstay-error-300.list-group-item-action.active {
    color: #ffffff;
    background-color: #845451;
    border-color: #845451; }

._admithub_embed-container .list-group-item-mainstay-error-600 {
  color: #6a140e;
  background-color: #f0c3bf; }
  ._admithub_embed-container .list-group-item-mainstay-error-600.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-error-600.list-group-item-action:focus {
    color: #6a140e;
    background-color: #ebb0aa; }
  ._admithub_embed-container .list-group-item-mainstay-error-600.list-group-item-action.active {
    color: #ffffff;
    background-color: #6a140e;
    border-color: #6a140e; }

._admithub_embed-container .list-group-item-mainstay-error-700 {
  color: #550904;
  background-color: #e5bdba; }
  ._admithub_embed-container .list-group-item-mainstay-error-700.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-error-700.list-group-item-action:focus {
    color: #550904;
    background-color: #deaba7; }
  ._admithub_embed-container .list-group-item-mainstay-error-700.list-group-item-action.active {
    color: #ffffff;
    background-color: #550904;
    border-color: #550904; }

._admithub_embed-container .list-group-item-mainstay-error-red {
  color: #6a140e;
  background-color: #f0c3bf; }
  ._admithub_embed-container .list-group-item-mainstay-error-red.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-error-red.list-group-item-action:focus {
    color: #6a140e;
    background-color: #ebb0aa; }
  ._admithub_embed-container .list-group-item-mainstay-error-red.list-group-item-action.active {
    color: #ffffff;
    background-color: #6a140e;
    border-color: #6a140e; }

._admithub_embed-container .list-group-item-mainstay-spark-red {
  color: #7e1c32;
  background-color: #fbc7d3; }
  ._admithub_embed-container .list-group-item-mainstay-spark-red.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-spark-red.list-group-item-action:focus {
    color: #7e1c32;
    background-color: #f9afc0; }
  ._admithub_embed-container .list-group-item-mainstay-spark-red.list-group-item-action.active {
    color: #ffffff;
    background-color: #7e1c32;
    border-color: #7e1c32; }

._admithub_embed-container .list-group-item-mainstay-focused-gray {
  color: #6b6f74;
  background-color: #f1f3f6; }
  ._admithub_embed-container .list-group-item-mainstay-focused-gray.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-focused-gray.list-group-item-action:focus {
    color: #6b6f74;
    background-color: #e1e6ec; }
  ._admithub_embed-container .list-group-item-mainstay-focused-gray.list-group-item-action.active {
    color: #ffffff;
    background-color: #6b6f74;
    border-color: #6b6f74; }

._admithub_embed-container .list-group-item-mainstay-text-default {
  color: #181f21;
  background-color: #c4c8ca; }
  ._admithub_embed-container .list-group-item-mainstay-text-default.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-text-default.list-group-item-action:focus {
    color: #181f21;
    background-color: #b7bbbe; }
  ._admithub_embed-container .list-group-item-mainstay-text-default.list-group-item-action.active {
    color: #ffffff;
    background-color: #181f21;
    border-color: #181f21; }

._admithub_embed-container .list-group-item-mainstay-light-green {
  color: #054235;
  background-color: #badbd4; }
  ._admithub_embed-container .list-group-item-mainstay-light-green.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-light-green.list-group-item-action:focus {
    color: #054235;
    background-color: #a9d2ca; }
  ._admithub_embed-container .list-group-item-mainstay-light-green.list-group-item-action.active {
    color: #ffffff;
    background-color: #054235;
    border-color: #054235; }

._admithub_embed-container .list-group-item-mainstay-gray-backgrounds {
  color: #818283;
  background-color: #fdfefe; }
  ._admithub_embed-container .list-group-item-mainstay-gray-backgrounds.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-gray-backgrounds.list-group-item-action:focus {
    color: #818283;
    background-color: #ecf6f6; }
  ._admithub_embed-container .list-group-item-mainstay-gray-backgrounds.list-group-item-action.active {
    color: #ffffff;
    background-color: #818283;
    border-color: #818283; }

._admithub_embed-container .list-group-item-mainstay-gray-lines {
  color: #6c6f73;
  background-color: #f2f3f5; }
  ._admithub_embed-container .list-group-item-mainstay-gray-lines.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-gray-lines.list-group-item-action:focus {
    color: #6c6f73;
    background-color: #e4e6ea; }
  ._admithub_embed-container .list-group-item-mainstay-gray-lines.list-group-item-action.active {
    color: #ffffff;
    background-color: #6c6f73;
    border-color: #6c6f73; }

._admithub_embed-container .list-group-item-mainstay-gray-header {
  color: #0f151e;
  background-color: #c0c3c8; }
  ._admithub_embed-container .list-group-item-mainstay-gray-header.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-gray-header.list-group-item-action:focus {
    color: #0f151e;
    background-color: #b2b6bc; }
  ._admithub_embed-container .list-group-item-mainstay-gray-header.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f151e;
    border-color: #0f151e; }

._admithub_embed-container .list-group-item-mainstay-gray-text {
  color: #252c36;
  background-color: #cbcfd4; }
  ._admithub_embed-container .list-group-item-mainstay-gray-text.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-gray-text.list-group-item-action:focus {
    color: #252c36;
    background-color: #bdc2c8; }
  ._admithub_embed-container .list-group-item-mainstay-gray-text.list-group-item-action.active {
    color: #ffffff;
    background-color: #252c36;
    border-color: #252c36; }

._admithub_embed-container .list-group-item-mainstay-success-50 {
  color: #808481;
  background-color: #fcfffd; }
  ._admithub_embed-container .list-group-item-mainstay-success-50.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-success-50.list-group-item-action:focus {
    color: #808481;
    background-color: #e3ffec; }
  ._admithub_embed-container .list-group-item-mainstay-success-50.list-group-item-action.active {
    color: #ffffff;
    background-color: #808481;
    border-color: #808481; }

._admithub_embed-container .list-group-item-mainstay-success-500 {
  color: #095f37;
  background-color: #bdebd5; }
  ._admithub_embed-container .list-group-item-mainstay-success-500.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-success-500.list-group-item-action:focus {
    color: #095f37;
    background-color: #a9e5c9; }
  ._admithub_embed-container .list-group-item-mainstay-success-500.list-group-item-action.active {
    color: #ffffff;
    background-color: #095f37;
    border-color: #095f37; }

._admithub_embed-container .list-group-item-mainstay-success-600 {
  color: #024f2c;
  background-color: #b8e2cf; }
  ._admithub_embed-container .list-group-item-mainstay-success-600.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-success-600.list-group-item-action:focus {
    color: #024f2c;
    background-color: #a6dbc3; }
  ._admithub_embed-container .list-group-item-mainstay-success-600.list-group-item-action.active {
    color: #ffffff;
    background-color: #024f2c;
    border-color: #024f2c; }

._admithub_embed-container .list-group-item-mainstay-success-700 {
  color: #03321e;
  background-color: #b9d2c8; }
  ._admithub_embed-container .list-group-item-mainstay-success-700.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-success-700.list-group-item-action:focus {
    color: #03321e;
    background-color: #a9c8bc; }
  ._admithub_embed-container .list-group-item-mainstay-success-700.list-group-item-action.active {
    color: #ffffff;
    background-color: #03321e;
    border-color: #03321e; }

._admithub_embed-container .list-group-item-mainstay-warning-50 {
  color: #85837f;
  background-color: #fffefc; }
  ._admithub_embed-container .list-group-item-mainstay-warning-50.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-warning-50.list-group-item-action:focus {
    color: #85837f;
    background-color: #fff6e3; }
  ._admithub_embed-container .list-group-item-mainstay-warning-50.list-group-item-action.active {
    color: #ffffff;
    background-color: #85837f;
    border-color: #85837f; }

._admithub_embed-container .list-group-item-mainstay-warning-300 {
  color: #846827;
  background-color: #fff0cd; }
  ._admithub_embed-container .list-group-item-mainstay-warning-300.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-warning-300.list-group-item-action:focus {
    color: #846827;
    background-color: #ffe8b4; }
  ._admithub_embed-container .list-group-item-mainstay-warning-300.list-group-item-action.active {
    color: #ffffff;
    background-color: #846827;
    border-color: #846827; }

._admithub_embed-container .list-group-item-mainstay-warning-600 {
  color: #723602;
  background-color: #f5d5b8; }
  ._admithub_embed-container .list-group-item-mainstay-warning-600.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-warning-600.list-group-item-action:focus {
    color: #723602;
    background-color: #f2c8a2; }
  ._admithub_embed-container .list-group-item-mainstay-warning-600.list-group-item-action.active {
    color: #ffffff;
    background-color: #723602;
    border-color: #723602; }

._admithub_embed-container .list-group-item-mainstay-warning-700 {
  color: #5e2504;
  background-color: #eacbba; }
  ._admithub_embed-container .list-group-item-mainstay-warning-700.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-warning-700.list-group-item-action:focus {
    color: #5e2504;
    background-color: #e4bca6; }
  ._admithub_embed-container .list-group-item-mainstay-warning-700.list-group-item-action.active {
    color: #ffffff;
    background-color: #5e2504;
    border-color: #5e2504; }

._admithub_embed-container .list-group-item-mainstay-disabled-gray {
  color: #4f545d;
  background-color: #e2e5ea; }
  ._admithub_embed-container .list-group-item-mainstay-disabled-gray.list-group-item-action:hover, ._admithub_embed-container .list-group-item-mainstay-disabled-gray.list-group-item-action:focus {
    color: #4f545d;
    background-color: #d3d8df; }
  ._admithub_embed-container .list-group-item-mainstay-disabled-gray.list-group-item-action.active {
    color: #ffffff;
    background-color: #4f545d;
    border-color: #4f545d; }

._admithub_embed-container .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  ._admithub_embed-container .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    ._admithub_embed-container .close:not(:disabled):not(.disabled):hover, ._admithub_embed-container .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

._admithub_embed-container button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

._admithub_embed-container .modal-open {
  overflow: hidden; }
  ._admithub_embed-container .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

._admithub_embed-container .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

._admithub_embed-container .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  ._admithub_embed-container .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      ._admithub_embed-container .modal.fade .modal-dialog {
        transition: none; } }
  ._admithub_embed-container .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

._admithub_embed-container .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  ._admithub_embed-container .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

._admithub_embed-container .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

._admithub_embed-container .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  ._admithub_embed-container .modal-backdrop.fade {
    opacity: 0; }
  ._admithub_embed-container .modal-backdrop.show {
    opacity: 0.5; }

._admithub_embed-container .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  ._admithub_embed-container .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

._admithub_embed-container .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

._admithub_embed-container .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

._admithub_embed-container .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  ._admithub_embed-container .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  ._admithub_embed-container .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

._admithub_embed-container .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  ._admithub_embed-container .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  ._admithub_embed-container .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    ._admithub_embed-container .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  ._admithub_embed-container .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  ._admithub_embed-container .modal-lg {
    max-width: 800px; } }

._admithub_embed-container .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  ._admithub_embed-container .tooltip.show {
    opacity: 0.9; }
  ._admithub_embed-container .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    ._admithub_embed-container .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

._admithub_embed-container .bs-tooltip-top, ._admithub_embed-container .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  ._admithub_embed-container .bs-tooltip-top .arrow, ._admithub_embed-container .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    ._admithub_embed-container .bs-tooltip-top .arrow::before, ._admithub_embed-container .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

._admithub_embed-container .bs-tooltip-right, ._admithub_embed-container .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  ._admithub_embed-container .bs-tooltip-right .arrow, ._admithub_embed-container .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    ._admithub_embed-container .bs-tooltip-right .arrow::before, ._admithub_embed-container .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

._admithub_embed-container .bs-tooltip-bottom, ._admithub_embed-container .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  ._admithub_embed-container .bs-tooltip-bottom .arrow, ._admithub_embed-container .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    ._admithub_embed-container .bs-tooltip-bottom .arrow::before, ._admithub_embed-container .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

._admithub_embed-container .bs-tooltip-left, ._admithub_embed-container .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  ._admithub_embed-container .bs-tooltip-left .arrow, ._admithub_embed-container .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    ._admithub_embed-container .bs-tooltip-left .arrow::before, ._admithub_embed-container .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

._admithub_embed-container .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

._admithub_embed-container .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  ._admithub_embed-container .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    ._admithub_embed-container .popover .arrow::before, ._admithub_embed-container .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

._admithub_embed-container .bs-popover-top, ._admithub_embed-container .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  ._admithub_embed-container .bs-popover-top .arrow, ._admithub_embed-container .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  ._admithub_embed-container .bs-popover-top .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="top"] .arrow::before, ._admithub_embed-container .bs-popover-top .arrow::after, ._admithub_embed-container .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  ._admithub_embed-container .bs-popover-top .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  ._admithub_embed-container .bs-popover-top .arrow::after,
  ._admithub_embed-container .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

._admithub_embed-container .bs-popover-right, ._admithub_embed-container .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  ._admithub_embed-container .bs-popover-right .arrow, ._admithub_embed-container .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  ._admithub_embed-container .bs-popover-right .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="right"] .arrow::before, ._admithub_embed-container .bs-popover-right .arrow::after, ._admithub_embed-container .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  ._admithub_embed-container .bs-popover-right .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  ._admithub_embed-container .bs-popover-right .arrow::after,
  ._admithub_embed-container .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

._admithub_embed-container .bs-popover-bottom, ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  ._admithub_embed-container .bs-popover-bottom .arrow, ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  ._admithub_embed-container .bs-popover-bottom .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] .arrow::before, ._admithub_embed-container .bs-popover-bottom .arrow::after, ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  ._admithub_embed-container .bs-popover-bottom .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  ._admithub_embed-container .bs-popover-bottom .arrow::after,
  ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  ._admithub_embed-container .bs-popover-bottom .popover-header::before, ._admithub_embed-container .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

._admithub_embed-container .bs-popover-left, ._admithub_embed-container .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  ._admithub_embed-container .bs-popover-left .arrow, ._admithub_embed-container .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  ._admithub_embed-container .bs-popover-left .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="left"] .arrow::before, ._admithub_embed-container .bs-popover-left .arrow::after, ._admithub_embed-container .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  ._admithub_embed-container .bs-popover-left .arrow::before, ._admithub_embed-container .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  ._admithub_embed-container .bs-popover-left .arrow::after,
  ._admithub_embed-container .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

._admithub_embed-container .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  ._admithub_embed-container .popover-header:empty {
    display: none; }

._admithub_embed-container .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

._admithub_embed-container .carousel {
  position: relative; }

._admithub_embed-container .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

._admithub_embed-container .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

._admithub_embed-container .carousel-item.active,
._admithub_embed-container .carousel-item-next,
._admithub_embed-container .carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .carousel-item.active,
    ._admithub_embed-container .carousel-item-next,
    ._admithub_embed-container .carousel-item-prev {
      transition: none; } }

._admithub_embed-container .carousel-item-next,
._admithub_embed-container .carousel-item-prev {
  position: absolute;
  top: 0; }

._admithub_embed-container .carousel-item-next.carousel-item-left,
._admithub_embed-container .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    ._admithub_embed-container .carousel-item-next.carousel-item-left,
    ._admithub_embed-container .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

._admithub_embed-container .carousel-item-next,
._admithub_embed-container .active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    ._admithub_embed-container .carousel-item-next,
    ._admithub_embed-container .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

._admithub_embed-container .carousel-item-prev,
._admithub_embed-container .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    ._admithub_embed-container .carousel-item-prev,
    ._admithub_embed-container .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

._admithub_embed-container .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

._admithub_embed-container .carousel-fade .carousel-item.active,
._admithub_embed-container .carousel-fade .carousel-item-next.carousel-item-left,
._admithub_embed-container .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

._admithub_embed-container .carousel-fade .active.carousel-item-left,
._admithub_embed-container .carousel-fade .active.carousel-item-right {
  opacity: 0; }

._admithub_embed-container .carousel-fade .carousel-item-next,
._admithub_embed-container .carousel-fade .carousel-item-prev,
._admithub_embed-container .carousel-fade .carousel-item.active,
._admithub_embed-container .carousel-fade .active.carousel-item-left,
._admithub_embed-container .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    ._admithub_embed-container .carousel-fade .carousel-item-next,
    ._admithub_embed-container .carousel-fade .carousel-item-prev,
    ._admithub_embed-container .carousel-fade .carousel-item.active,
    ._admithub_embed-container .carousel-fade .active.carousel-item-left,
    ._admithub_embed-container .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

._admithub_embed-container .carousel-control-prev,
._admithub_embed-container .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  ._admithub_embed-container .carousel-control-prev:hover, ._admithub_embed-container .carousel-control-prev:focus, ._admithub_embed-container .carousel-control-next:hover, ._admithub_embed-container .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

._admithub_embed-container .carousel-control-prev {
  left: 0; }

._admithub_embed-container .carousel-control-next {
  right: 0; }

._admithub_embed-container .carousel-control-prev-icon,
._admithub_embed-container .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

._admithub_embed-container .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

._admithub_embed-container .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

._admithub_embed-container .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  ._admithub_embed-container .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    ._admithub_embed-container .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    ._admithub_embed-container .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  ._admithub_embed-container .carousel-indicators .active {
    background-color: #ffffff; }

._admithub_embed-container .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

._admithub_embed-container .align-baseline {
  vertical-align: baseline !important; }

._admithub_embed-container .align-top {
  vertical-align: top !important; }

._admithub_embed-container .align-middle {
  vertical-align: middle !important; }

._admithub_embed-container .align-bottom {
  vertical-align: bottom !important; }

._admithub_embed-container .align-text-bottom {
  vertical-align: text-bottom !important; }

._admithub_embed-container .align-text-top {
  vertical-align: text-top !important; }

._admithub_embed-container .bg-primary {
  background-color: #22a1ac !important; }

._admithub_embed-container a.bg-primary:hover, ._admithub_embed-container a.bg-primary:focus, ._admithub_embed-container button.bg-primary:hover, ._admithub_embed-container button.bg-primary:focus {
  background-color: #1a7981 !important; }

._admithub_embed-container .bg-secondary {
  background-color: #b65293 !important; }

._admithub_embed-container a.bg-secondary:hover, ._admithub_embed-container a.bg-secondary:focus, ._admithub_embed-container button.bg-secondary:hover, ._admithub_embed-container button.bg-secondary:focus {
  background-color: #963f77 !important; }

._admithub_embed-container .bg-success {
  background-color: #28a745 !important; }

._admithub_embed-container a.bg-success:hover, ._admithub_embed-container a.bg-success:focus, ._admithub_embed-container button.bg-success:hover, ._admithub_embed-container button.bg-success:focus {
  background-color: #1e7e34 !important; }

._admithub_embed-container .bg-info {
  background-color: #17a2b8 !important; }

._admithub_embed-container a.bg-info:hover, ._admithub_embed-container a.bg-info:focus, ._admithub_embed-container button.bg-info:hover, ._admithub_embed-container button.bg-info:focus {
  background-color: #117a8b !important; }

._admithub_embed-container .bg-warning {
  background-color: #ffc107 !important; }

._admithub_embed-container a.bg-warning:hover, ._admithub_embed-container a.bg-warning:focus, ._admithub_embed-container button.bg-warning:hover, ._admithub_embed-container button.bg-warning:focus {
  background-color: #d39e00 !important; }

._admithub_embed-container .bg-danger {
  background-color: #f4511e !important; }

._admithub_embed-container a.bg-danger:hover, ._admithub_embed-container a.bg-danger:focus, ._admithub_embed-container button.bg-danger:hover, ._admithub_embed-container button.bg-danger:focus {
  background-color: #d53b0a !important; }

._admithub_embed-container .bg-light {
  background-color: #f8f9fa !important; }

._admithub_embed-container a.bg-light:hover, ._admithub_embed-container a.bg-light:focus, ._admithub_embed-container button.bg-light:hover, ._admithub_embed-container button.bg-light:focus {
  background-color: #dae0e5 !important; }

._admithub_embed-container .bg-dark {
  background-color: #343a40 !important; }

._admithub_embed-container a.bg-dark:hover, ._admithub_embed-container a.bg-dark:focus, ._admithub_embed-container button.bg-dark:hover, ._admithub_embed-container button.bg-dark:focus {
  background-color: #1d2124 !important; }

._admithub_embed-container .bg-incoming {
  background-color: #d3fffc !important; }

._admithub_embed-container a.bg-incoming:hover, ._admithub_embed-container a.bg-incoming:focus, ._admithub_embed-container button.bg-incoming:hover, ._admithub_embed-container button.bg-incoming:focus {
  background-color: #a0fff9 !important; }

._admithub_embed-container .bg-forwarded {
  background-color: #37b669 !important; }

._admithub_embed-container a.bg-forwarded:hover, ._admithub_embed-container a.bg-forwarded:focus, ._admithub_embed-container button.bg-forwarded:hover, ._admithub_embed-container button.bg-forwarded:focus {
  background-color: #2b8f52 !important; }

._admithub_embed-container .bg-new-ui-primary {
  background-color: #01a59a !important; }

._admithub_embed-container a.bg-new-ui-primary:hover, ._admithub_embed-container a.bg-new-ui-primary:focus, ._admithub_embed-container button.bg-new-ui-primary:hover, ._admithub_embed-container button.bg-new-ui-primary:focus {
  background-color: #01726b !important; }

._admithub_embed-container .bg-new-ui-primary-highlight {
  background-color: #03b6aa !important; }

._admithub_embed-container a.bg-new-ui-primary-highlight:hover, ._admithub_embed-container a.bg-new-ui-primary-highlight:focus, ._admithub_embed-container button.bg-new-ui-primary-highlight:hover, ._admithub_embed-container button.bg-new-ui-primary-highlight:focus {
  background-color: #02847b !important; }

._admithub_embed-container .bg-new-ui-selected-light {
  background-color: #e3effa !important; }

._admithub_embed-container a.bg-new-ui-selected-light:hover, ._admithub_embed-container a.bg-new-ui-selected-light:focus, ._admithub_embed-container button.bg-new-ui-selected-light:hover, ._admithub_embed-container button.bg-new-ui-selected-light:focus {
  background-color: #b8d6f2 !important; }

._admithub_embed-container .bg-new-ui-danger {
  background-color: #e34646 !important; }

._admithub_embed-container a.bg-new-ui-danger:hover, ._admithub_embed-container a.bg-new-ui-danger:focus, ._admithub_embed-container button.bg-new-ui-danger:hover, ._admithub_embed-container button.bg-new-ui-danger:focus {
  background-color: #d62020 !important; }

._admithub_embed-container .bg-new-ui-danger-light {
  background-color: #fae3e5 !important; }

._admithub_embed-container a.bg-new-ui-danger-light:hover, ._admithub_embed-container a.bg-new-ui-danger-light:focus, ._admithub_embed-container button.bg-new-ui-danger-light:hover, ._admithub_embed-container button.bg-new-ui-danger-light:focus {
  background-color: #f2b8bd !important; }

._admithub_embed-container .bg-blue-grey-005 {
  background-color: #fbfbfb !important; }

._admithub_embed-container a.bg-blue-grey-005:hover, ._admithub_embed-container a.bg-blue-grey-005:focus, ._admithub_embed-container button.bg-blue-grey-005:hover, ._admithub_embed-container button.bg-blue-grey-005:focus {
  background-color: #e2e2e2 !important; }

._admithub_embed-container .bg-blue-grey-010 {
  background-color: #eff3f5 !important; }

._admithub_embed-container a.bg-blue-grey-010:hover, ._admithub_embed-container a.bg-blue-grey-010:focus, ._admithub_embed-container button.bg-blue-grey-010:hover, ._admithub_embed-container button.bg-blue-grey-010:focus {
  background-color: #d0dbe1 !important; }

._admithub_embed-container .bg-blue-grey-015 {
  background-color: #e4ebef !important; }

._admithub_embed-container a.bg-blue-grey-015:hover, ._admithub_embed-container a.bg-blue-grey-015:focus, ._admithub_embed-container button.bg-blue-grey-015:hover, ._admithub_embed-container button.bg-blue-grey-015:focus {
  background-color: #c4d3dc !important; }

._admithub_embed-container .bg-blue-grey-020 {
  background-color: #d6e0e6 !important; }

._admithub_embed-container a.bg-blue-grey-020:hover, ._admithub_embed-container a.bg-blue-grey-020:focus, ._admithub_embed-container button.bg-blue-grey-020:hover, ._admithub_embed-container button.bg-blue-grey-020:focus {
  background-color: #b6c8d3 !important; }

._admithub_embed-container .bg-blue-grey-025 {
  background-color: #f4f6f7 !important; }

._admithub_embed-container a.bg-blue-grey-025:hover, ._admithub_embed-container a.bg-blue-grey-025:focus, ._admithub_embed-container button.bg-blue-grey-025:hover, ._admithub_embed-container button.bg-blue-grey-025:focus {
  background-color: #d6dee2 !important; }

._admithub_embed-container .bg-blue-grey-030 {
  background-color: #b2c2c9 !important; }

._admithub_embed-container a.bg-blue-grey-030:hover, ._admithub_embed-container a.bg-blue-grey-030:focus, ._admithub_embed-container button.bg-blue-grey-030:hover, ._admithub_embed-container button.bg-blue-grey-030:focus {
  background-color: #94aab4 !important; }

._admithub_embed-container .bg-blue-grey-050 {
  background-color: #eff3f5 !important; }

._admithub_embed-container a.bg-blue-grey-050:hover, ._admithub_embed-container a.bg-blue-grey-050:focus, ._admithub_embed-container button.bg-blue-grey-050:hover, ._admithub_embed-container button.bg-blue-grey-050:focus {
  background-color: #d0dbe1 !important; }

._admithub_embed-container .bg-blue-grey-075 {
  background-color: #dde3e6 !important; }

._admithub_embed-container a.bg-blue-grey-075:hover, ._admithub_embed-container a.bg-blue-grey-075:focus, ._admithub_embed-container button.bg-blue-grey-075:hover, ._admithub_embed-container button.bg-blue-grey-075:focus {
  background-color: #c0cbd0 !important; }

._admithub_embed-container .bg-blue-grey-080 {
  background-color: #2e3b40 !important; }

._admithub_embed-container a.bg-blue-grey-080:hover, ._admithub_embed-container a.bg-blue-grey-080:focus, ._admithub_embed-container button.bg-blue-grey-080:hover, ._admithub_embed-container button.bg-blue-grey-080:focus {
  background-color: #192022 !important; }

._admithub_embed-container .bg-blue-grey-100 {
  background-color: #cfd8dc !important; }

._admithub_embed-container a.bg-blue-grey-100:hover, ._admithub_embed-container a.bg-blue-grey-100:focus, ._admithub_embed-container button.bg-blue-grey-100:hover, ._admithub_embed-container button.bg-blue-grey-100:focus {
  background-color: #b2c0c6 !important; }

._admithub_embed-container .bg-blue-grey-200 {
  background-color: #b0bec5 !important; }

._admithub_embed-container a.bg-blue-grey-200:hover, ._admithub_embed-container a.bg-blue-grey-200:focus, ._admithub_embed-container button.bg-blue-grey-200:hover, ._admithub_embed-container button.bg-blue-grey-200:focus {
  background-color: #93a6af !important; }

._admithub_embed-container .bg-blue-grey-300 {
  background-color: #8fa4af !important; }

._admithub_embed-container a.bg-blue-grey-300:hover, ._admithub_embed-container a.bg-blue-grey-300:focus, ._admithub_embed-container button.bg-blue-grey-300:hover, ._admithub_embed-container button.bg-blue-grey-300:focus {
  background-color: #718c9a !important; }

._admithub_embed-container .bg-blue-grey-400 {
  background-color: #77909d !important; }

._admithub_embed-container a.bg-blue-grey-400:hover, ._admithub_embed-container a.bg-blue-grey-400:focus, ._admithub_embed-container button.bg-blue-grey-400:hover, ._admithub_embed-container button.bg-blue-grey-400:focus {
  background-color: #5e7683 !important; }

._admithub_embed-container .bg-blue-grey-500 {
  background-color: #5f7d8c !important; }

._admithub_embed-container a.bg-blue-grey-500:hover, ._admithub_embed-container a.bg-blue-grey-500:focus, ._admithub_embed-container button.bg-blue-grey-500:hover, ._admithub_embed-container button.bg-blue-grey-500:focus {
  background-color: #4a626e !important; }

._admithub_embed-container .bg-blue-grey-501 {
  background-color: #76868d !important; }

._admithub_embed-container a.bg-blue-grey-501:hover, ._admithub_embed-container a.bg-blue-grey-501:focus, ._admithub_embed-container button.bg-blue-grey-501:hover, ._admithub_embed-container button.bg-blue-grey-501:focus {
  background-color: #5e6c72 !important; }

._admithub_embed-container .bg-blue-grey-600 {
  background-color: #536e7b !important; }

._admithub_embed-container a.bg-blue-grey-600:hover, ._admithub_embed-container a.bg-blue-grey-600:focus, ._admithub_embed-container button.bg-blue-grey-600:hover, ._admithub_embed-container button.bg-blue-grey-600:focus {
  background-color: #3e535d !important; }

._admithub_embed-container .bg-blue-grey-701 {
  background-color: #48565d !important; }

._admithub_embed-container a.bg-blue-grey-701:hover, ._admithub_embed-container a.bg-blue-grey-701:focus, ._admithub_embed-container button.bg-blue-grey-701:hover, ._admithub_embed-container button.bg-blue-grey-701:focus {
  background-color: #323b40 !important; }

._admithub_embed-container .bg-blue-grey-800 {
  background-color: #37474f !important; }

._admithub_embed-container a.bg-blue-grey-800:hover, ._admithub_embed-container a.bg-blue-grey-800:focus, ._admithub_embed-container button.bg-blue-grey-800:hover, ._admithub_embed-container button.bg-blue-grey-800:focus {
  background-color: #222c31 !important; }

._admithub_embed-container .bg-blue-grey-900 {
  background-color: #253238 !important; }

._admithub_embed-container a.bg-blue-grey-900:hover, ._admithub_embed-container a.bg-blue-grey-900:focus, ._admithub_embed-container button.bg-blue-grey-900:hover, ._admithub_embed-container button.bg-blue-grey-900:focus {
  background-color: #111719 !important; }

._admithub_embed-container .bg-indigo-200 {
  background-color: #9fa7dc !important; }

._admithub_embed-container a.bg-indigo-200:hover, ._admithub_embed-container a.bg-indigo-200:focus, ._admithub_embed-container button.bg-indigo-200:hover, ._admithub_embed-container button.bg-indigo-200:focus {
  background-color: #7a85ce !important; }

._admithub_embed-container .bg-indigo-900 {
  background-color: #191e80 !important; }

._admithub_embed-container a.bg-indigo-900:hover, ._admithub_embed-container a.bg-indigo-900:focus, ._admithub_embed-container button.bg-indigo-900:hover, ._admithub_embed-container button.bg-indigo-900:focus {
  background-color: #111455 !important; }

._admithub_embed-container .bg-turquoise-100 {
  background-color: #98dad7 !important; }

._admithub_embed-container a.bg-turquoise-100:hover, ._admithub_embed-container a.bg-turquoise-100:focus, ._admithub_embed-container button.bg-turquoise-100:hover, ._admithub_embed-container button.bg-turquoise-100:focus {
  background-color: #72cdc8 !important; }

._admithub_embed-container .bg-turquoise-300 {
  background-color: #51b7b1 !important; }

._admithub_embed-container a.bg-turquoise-300:hover, ._admithub_embed-container a.bg-turquoise-300:focus, ._admithub_embed-container button.bg-turquoise-300:hover, ._admithub_embed-container button.bg-turquoise-300:focus {
  background-color: #3e9791 !important; }

._admithub_embed-container .bg-turquoise-400 {
  background-color: #24a69f !important; }

._admithub_embed-container a.bg-turquoise-400:hover, ._admithub_embed-container a.bg-turquoise-400:focus, ._admithub_embed-container button.bg-turquoise-400:hover, ._admithub_embed-container button.bg-turquoise-400:focus {
  background-color: #1b7c77 !important; }

._admithub_embed-container .bg-turquoise-500 {
  background-color: #1d9790 !important; }

._admithub_embed-container a.bg-turquoise-500:hover, ._admithub_embed-container a.bg-turquoise-500:focus, ._admithub_embed-container button.bg-turquoise-500:hover, ._admithub_embed-container button.bg-turquoise-500:focus {
  background-color: #156c67 !important; }

._admithub_embed-container .bg-red-600 {
  background-color: #e53935 !important; }

._admithub_embed-container a.bg-red-600:hover, ._admithub_embed-container a.bg-red-600:focus, ._admithub_embed-container button.bg-red-600:hover, ._admithub_embed-container button.bg-red-600:focus {
  background-color: #cd1e1a !important; }

._admithub_embed-container .bg-amber-500 {
  background-color: #ffc107 !important; }

._admithub_embed-container a.bg-amber-500:hover, ._admithub_embed-container a.bg-amber-500:focus, ._admithub_embed-container button.bg-amber-500:hover, ._admithub_embed-container button.bg-amber-500:focus {
  background-color: #d39e00 !important; }

._admithub_embed-container .bg-charcoal-grey {
  background-color: #36474f !important; }

._admithub_embed-container a.bg-charcoal-grey:hover, ._admithub_embed-container a.bg-charcoal-grey:focus, ._admithub_embed-container button.bg-charcoal-grey:hover, ._admithub_embed-container button.bg-charcoal-grey:focus {
  background-color: #212c31 !important; }

._admithub_embed-container .bg-gull-grey {
  background-color: #a1b0b8 !important; }

._admithub_embed-container a.bg-gull-grey:hover, ._admithub_embed-container a.bg-gull-grey:focus, ._admithub_embed-container button.bg-gull-grey:hover, ._admithub_embed-container button.bg-gull-grey:focus {
  background-color: #8498a2 !important; }

._admithub_embed-container .bg-message-no-match {
  background-color: #f4f9fd !important; }

._admithub_embed-container a.bg-message-no-match:hover, ._admithub_embed-container a.bg-message-no-match:focus, ._admithub_embed-container button.bg-message-no-match:hover, ._admithub_embed-container button.bg-message-no-match:focus {
  background-color: #c9e1f5 !important; }

._admithub_embed-container .bg-message-incoming {
  background-color: #c9dced !important; }

._admithub_embed-container a.bg-message-incoming:hover, ._admithub_embed-container a.bg-message-incoming:focus, ._admithub_embed-container button.bg-message-incoming:hover, ._admithub_embed-container button.bg-message-incoming:focus {
  background-color: #a3c3e0 !important; }

._admithub_embed-container .bg-pale-green {
  background-color: #0fc65b !important; }

._admithub_embed-container a.bg-pale-green:hover, ._admithub_embed-container a.bg-pale-green:focus, ._admithub_embed-container button.bg-pale-green:hover, ._admithub_embed-container button.bg-pale-green:focus {
  background-color: #0b9745 !important; }

._admithub_embed-container .bg-admithub-pink {
  background-color: #b65293 !important; }

._admithub_embed-container a.bg-admithub-pink:hover, ._admithub_embed-container a.bg-admithub-pink:focus, ._admithub_embed-container button.bg-admithub-pink:hover, ._admithub_embed-container button.bg-admithub-pink:focus {
  background-color: #963f77 !important; }

._admithub_embed-container .bg-admithub-grey {
  background-color: #f2f2f2 !important; }

._admithub_embed-container a.bg-admithub-grey:hover, ._admithub_embed-container a.bg-admithub-grey:focus, ._admithub_embed-container button.bg-admithub-grey:hover, ._admithub_embed-container button.bg-admithub-grey:focus {
  background-color: #d9d9d9 !important; }

._admithub_embed-container .bg-admithub-primary {
  background-color: #22a1ac !important; }

._admithub_embed-container a.bg-admithub-primary:hover, ._admithub_embed-container a.bg-admithub-primary:focus, ._admithub_embed-container button.bg-admithub-primary:hover, ._admithub_embed-container button.bg-admithub-primary:focus {
  background-color: #1a7981 !important; }

._admithub_embed-container .bg-warning-light {
  background-color: #fffff1 !important; }

._admithub_embed-container a.bg-warning-light:hover, ._admithub_embed-container a.bg-warning-light:focus, ._admithub_embed-container button.bg-warning-light:hover, ._admithub_embed-container button.bg-warning-light:focus {
  background-color: #ffffbe !important; }

._admithub_embed-container .bg-dark-purple {
  background-color: #620b3e !important; }

._admithub_embed-container a.bg-dark-purple:hover, ._admithub_embed-container a.bg-dark-purple:focus, ._admithub_embed-container button.bg-dark-purple:hover, ._admithub_embed-container button.bg-dark-purple:focus {
  background-color: #340621 !important; }

._admithub_embed-container .bg-light-purple {
  background-color: #620b3e1a !important; }

._admithub_embed-container a.bg-light-purple:hover, ._admithub_embed-container a.bg-light-purple:focus, ._admithub_embed-container button.bg-light-purple:hover, ._admithub_embed-container button.bg-light-purple:focus {
  background-color: rgba(52, 6, 33, 0.101961) !important; }

._admithub_embed-container .bg-secondary-teal {
  background-color: #20ad96 !important; }

._admithub_embed-container a.bg-secondary-teal:hover, ._admithub_embed-container a.bg-secondary-teal:focus, ._admithub_embed-container button.bg-secondary-teal:hover, ._admithub_embed-container button.bg-secondary-teal:focus {
  background-color: #188271 !important; }

._admithub_embed-container .bg-secondary-light {
  background-color: #effcfa !important; }

._admithub_embed-container a.bg-secondary-light:hover, ._admithub_embed-container a.bg-secondary-light:focus, ._admithub_embed-container button.bg-secondary-light:hover, ._admithub_embed-container button.bg-secondary-light:focus {
  background-color: #c4f4ed !important; }

._admithub_embed-container .bg-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container a.bg-opacity-50:hover, ._admithub_embed-container a.bg-opacity-50:focus, ._admithub_embed-container button.bg-opacity-50:hover, ._admithub_embed-container button.bg-opacity-50:focus {
  background-color: rgba(230, 230, 230, 0.5) !important; }

._admithub_embed-container .bg-blue-20 {
  background-color: #deebff !important; }

._admithub_embed-container a.bg-blue-20:hover, ._admithub_embed-container a.bg-blue-20:focus, ._admithub_embed-container button.bg-blue-20:hover, ._admithub_embed-container button.bg-blue-20:focus {
  background-color: #abccff !important; }

._admithub_embed-container .bg-blue-90 {
  background-color: #003e82 !important; }

._admithub_embed-container a.bg-blue-90:hover, ._admithub_embed-container a.bg-blue-90:focus, ._admithub_embed-container button.bg-blue-90:hover, ._admithub_embed-container button.bg-blue-90:focus {
  background-color: #00264f !important; }

._admithub_embed-container .bg-white {
  background-color: #ffffff !important; }

._admithub_embed-container a.bg-white:hover, ._admithub_embed-container a.bg-white:focus, ._admithub_embed-container button.bg-white:hover, ._admithub_embed-container button.bg-white:focus {
  background-color: #e6e6e6 !important; }

._admithub_embed-container .bg-gray-150 {
  background-color: #edeeee !important; }

._admithub_embed-container a.bg-gray-150:hover, ._admithub_embed-container a.bg-gray-150:focus, ._admithub_embed-container button.bg-gray-150:hover, ._admithub_embed-container button.bg-gray-150:focus {
  background-color: #d3d5d5 !important; }

._admithub_embed-container .bg-archived-badge-color {
  background-color: #95a7b0 !important; }

._admithub_embed-container a.bg-archived-badge-color:hover, ._admithub_embed-container a.bg-archived-badge-color:focus, ._admithub_embed-container button.bg-archived-badge-color:hover, ._admithub_embed-container button.bg-archived-badge-color:focus {
  background-color: #788f9a !important; }

._admithub_embed-container .bg-line {
  background-color: #b2c2c9 !important; }

._admithub_embed-container a.bg-line:hover, ._admithub_embed-container a.bg-line:focus, ._admithub_embed-container button.bg-line:hover, ._admithub_embed-container button.bg-line:focus {
  background-color: #94aab4 !important; }

._admithub_embed-container .bg-dark-gray {
  background-color: #5e6b72 !important; }

._admithub_embed-container a.bg-dark-gray:hover, ._admithub_embed-container a.bg-dark-gray:focus, ._admithub_embed-container button.bg-dark-gray:hover, ._admithub_embed-container button.bg-dark-gray:focus {
  background-color: #475156 !important; }

._admithub_embed-container .bg-denim-blue {
  background-color: #1b71ce !important; }

._admithub_embed-container a.bg-denim-blue:hover, ._admithub_embed-container a.bg-denim-blue:focus, ._admithub_embed-container button.bg-denim-blue:hover, ._admithub_embed-container button.bg-denim-blue:focus {
  background-color: #1558a1 !important; }

._admithub_embed-container .bg-mainstay-blue-10 {
  background-color: #f2f9ff !important; }

._admithub_embed-container a.bg-mainstay-blue-10:hover, ._admithub_embed-container a.bg-mainstay-blue-10:focus, ._admithub_embed-container button.bg-mainstay-blue-10:hover, ._admithub_embed-container button.bg-mainstay-blue-10:focus {
  background-color: #bfe1ff !important; }

._admithub_embed-container .bg-mainstay-blue-40 {
  background-color: #6fadf0 !important; }

._admithub_embed-container a.bg-mainstay-blue-40:hover, ._admithub_embed-container a.bg-mainstay-blue-40:focus, ._admithub_embed-container button.bg-mainstay-blue-40:hover, ._admithub_embed-container button.bg-mainstay-blue-40:focus {
  background-color: #4193eb !important; }

._admithub_embed-container .bg-mainstay-blue-60 {
  background-color: #1b71ce !important; }

._admithub_embed-container a.bg-mainstay-blue-60:hover, ._admithub_embed-container a.bg-mainstay-blue-60:focus, ._admithub_embed-container button.bg-mainstay-blue-60:hover, ._admithub_embed-container button.bg-mainstay-blue-60:focus {
  background-color: #1558a1 !important; }

._admithub_embed-container .bg-mainstay-blue-70 {
  background-color: #0063d0 !important; }

._admithub_embed-container a.bg-mainstay-blue-70:hover, ._admithub_embed-container a.bg-mainstay-blue-70:focus, ._admithub_embed-container button.bg-mainstay-blue-70:hover, ._admithub_embed-container button.bg-mainstay-blue-70:focus {
  background-color: #004b9d !important; }

._admithub_embed-container .bg-mainstay-blue-80 {
  background-color: #0051aa !important; }

._admithub_embed-container a.bg-mainstay-blue-80:hover, ._admithub_embed-container a.bg-mainstay-blue-80:focus, ._admithub_embed-container button.bg-mainstay-blue-80:hover, ._admithub_embed-container button.bg-mainstay-blue-80:focus {
  background-color: #003977 !important; }

._admithub_embed-container .bg-mainstay-dark-blue {
  background-color: #092e63 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue:hover, ._admithub_embed-container a.bg-mainstay-dark-blue:focus, ._admithub_embed-container button.bg-mainstay-dark-blue:hover, ._admithub_embed-container button.bg-mainstay-dark-blue:focus {
  background-color: #051834 !important; }

._admithub_embed-container .bg-mainstay-dark-blue-80 {
  background-color: #3a5882 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-80:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-80:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-80:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-80:focus {
  background-color: #2a405f !important; }

._admithub_embed-container .bg-mainstay-dark-blue-70 {
  background-color: #536d92 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-70:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-70:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-70:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-70:focus {
  background-color: #415571 !important; }

._admithub_embed-container .bg-mainstay-dark-blue-65 {
  background-color: #5f779a !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-65:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-65:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-65:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-65:focus {
  background-color: #4c5f7a !important; }

._admithub_embed-container .bg-mainstay-dark-blue-50 {
  background-color: #8497b1 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-50:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-50:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-50:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-50:focus {
  background-color: #657d9d !important; }

._admithub_embed-container .bg-mainstay-dark-blue-20 {
  background-color: #ced5e0 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-20:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-20:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-20:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-20:focus {
  background-color: #afbacc !important; }

._admithub_embed-container .bg-mainstay-dark-blue-10 {
  background-color: #e7ebf0 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-10:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-10:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-10:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-10:focus {
  background-color: #c8d1dc !important; }

._admithub_embed-container .bg-mainstay-dark-blue-05 {
  background-color: #f2f4f7 !important; }

._admithub_embed-container a.bg-mainstay-dark-blue-05:hover, ._admithub_embed-container a.bg-mainstay-dark-blue-05:focus, ._admithub_embed-container button.bg-mainstay-dark-blue-05:hover, ._admithub_embed-container button.bg-mainstay-dark-blue-05:focus {
  background-color: #d2d9e4 !important; }

._admithub_embed-container .bg-mainstay-almost-black {
  background-color: #121619 !important; }

._admithub_embed-container a.bg-mainstay-almost-black:hover, ._admithub_embed-container a.bg-mainstay-almost-black:focus, ._admithub_embed-container button.bg-mainstay-almost-black:hover, ._admithub_embed-container button.bg-mainstay-almost-black:focus {
  background-color: black !important; }

._admithub_embed-container .bg-mainstay-almost-black-30 {
  background-color: #b8baba !important; }

._admithub_embed-container a.bg-mainstay-almost-black-30:hover, ._admithub_embed-container a.bg-mainstay-almost-black-30:focus, ._admithub_embed-container button.bg-mainstay-almost-black-30:hover, ._admithub_embed-container button.bg-mainstay-almost-black-30:focus {
  background-color: #9ea1a1 !important; }

._admithub_embed-container .bg-mainstay-almost-black-80 {
  background-color: #414547 !important; }

._admithub_embed-container a.bg-mainstay-almost-black-80:hover, ._admithub_embed-container a.bg-mainstay-almost-black-80:focus, ._admithub_embed-container button.bg-mainstay-almost-black-80:hover, ._admithub_embed-container button.bg-mainstay-almost-black-80:focus {
  background-color: #292b2c !important; }

._admithub_embed-container .bg-mainstay-dark-mint {
  background-color: #00c6a4 !important; }

._admithub_embed-container a.bg-mainstay-dark-mint:hover, ._admithub_embed-container a.bg-mainstay-dark-mint:focus, ._admithub_embed-container button.bg-mainstay-dark-mint:hover, ._admithub_embed-container button.bg-mainstay-dark-mint:focus {
  background-color: #00937a !important; }

._admithub_embed-container .bg-mainstay-dark-mint-w-opacity {
  background-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container a.bg-mainstay-dark-mint-w-opacity:hover, ._admithub_embed-container a.bg-mainstay-dark-mint-w-opacity:focus, ._admithub_embed-container button.bg-mainstay-dark-mint-w-opacity:hover, ._admithub_embed-container button.bg-mainstay-dark-mint-w-opacity:focus {
  background-color: rgba(0, 147, 122, 0.1) !important; }

._admithub_embed-container .bg-mainstay-dark-green {
  background-color: #08785d !important; }

._admithub_embed-container a.bg-mainstay-dark-green:hover, ._admithub_embed-container a.bg-mainstay-dark-green:focus, ._admithub_embed-container button.bg-mainstay-dark-green:hover, ._admithub_embed-container button.bg-mainstay-dark-green:focus {
  background-color: #054838 !important; }

._admithub_embed-container .bg-mainstay-mint {
  background-color: #00ffd4 !important; }

._admithub_embed-container a.bg-mainstay-mint:hover, ._admithub_embed-container a.bg-mainstay-mint:focus, ._admithub_embed-container button.bg-mainstay-mint:hover, ._admithub_embed-container button.bg-mainstay-mint:focus {
  background-color: #00ccaa !important; }

._admithub_embed-container .bg-mainstay-teal {
  background-color: #00837b !important; }

._admithub_embed-container a.bg-mainstay-teal:hover, ._admithub_embed-container a.bg-mainstay-teal:focus, ._admithub_embed-container button.bg-mainstay-teal:hover, ._admithub_embed-container button.bg-mainstay-teal:focus {
  background-color: #00504b !important; }

._admithub_embed-container .bg-mainstay-cream-30 {
  background-color: #fffefc !important; }

._admithub_embed-container a.bg-mainstay-cream-30:hover, ._admithub_embed-container a.bg-mainstay-cream-30:focus, ._admithub_embed-container button.bg-mainstay-cream-30:hover, ._admithub_embed-container button.bg-mainstay-cream-30:focus {
  background-color: #ffedc9 !important; }

._admithub_embed-container .bg-mainstay-gray-20 {
  background-color: #fafbfb !important; }

._admithub_embed-container a.bg-mainstay-gray-20:hover, ._admithub_embed-container a.bg-mainstay-gray-20:focus, ._admithub_embed-container button.bg-mainstay-gray-20:hover, ._admithub_embed-container button.bg-mainstay-gray-20:focus {
  background-color: #dee4e4 !important; }

._admithub_embed-container .bg-mainstay-error-50 {
  background-color: #fdf3f3 !important; }

._admithub_embed-container a.bg-mainstay-error-50:hover, ._admithub_embed-container a.bg-mainstay-error-50:focus, ._admithub_embed-container button.bg-mainstay-error-50:hover, ._admithub_embed-container button.bg-mainstay-error-50:focus {
  background-color: #f6c7c7 !important; }

._admithub_embed-container .bg-mainstay-error-300 {
  background-color: #fda29b !important; }

._admithub_embed-container a.bg-mainstay-error-300:hover, ._admithub_embed-container a.bg-mainstay-error-300:focus, ._admithub_embed-container button.bg-mainstay-error-300:hover, ._admithub_embed-container button.bg-mainstay-error-300:focus {
  background-color: #fc7469 !important; }

._admithub_embed-container .bg-mainstay-error-600 {
  background-color: #cb271b !important; }

._admithub_embed-container a.bg-mainstay-error-600:hover, ._admithub_embed-container a.bg-mainstay-error-600:focus, ._admithub_embed-container button.bg-mainstay-error-600:hover, ._admithub_embed-container button.bg-mainstay-error-600:focus {
  background-color: #9e1e15 !important; }

._admithub_embed-container .bg-mainstay-error-700 {
  background-color: #a31208 !important; }

._admithub_embed-container a.bg-mainstay-error-700:hover, ._admithub_embed-container a.bg-mainstay-error-700:focus, ._admithub_embed-container button.bg-mainstay-error-700:hover, ._admithub_embed-container button.bg-mainstay-error-700:focus {
  background-color: #720d06 !important; }

._admithub_embed-container .bg-mainstay-error-red {
  background-color: #cb271b !important; }

._admithub_embed-container a.bg-mainstay-error-red:hover, ._admithub_embed-container a.bg-mainstay-error-red:focus, ._admithub_embed-container button.bg-mainstay-error-red:hover, ._admithub_embed-container button.bg-mainstay-error-red:focus {
  background-color: #9e1e15 !important; }

._admithub_embed-container .bg-mainstay-spark-red {
  background-color: #f23661 !important; }

._admithub_embed-container a.bg-mainstay-spark-red:hover, ._admithub_embed-container a.bg-mainstay-spark-red:focus, ._admithub_embed-container button.bg-mainstay-spark-red:hover, ._admithub_embed-container button.bg-mainstay-spark-red:focus {
  background-color: #e60f40 !important; }

._admithub_embed-container .bg-mainstay-focused-gray {
  background-color: #ced5e0 !important; }

._admithub_embed-container a.bg-mainstay-focused-gray:hover, ._admithub_embed-container a.bg-mainstay-focused-gray:focus, ._admithub_embed-container button.bg-mainstay-focused-gray:hover, ._admithub_embed-container button.bg-mainstay-focused-gray:focus {
  background-color: #afbacc !important; }

._admithub_embed-container .bg-mainstay-text-default {
  background-color: #2e3b40 !important; }

._admithub_embed-container a.bg-mainstay-text-default:hover, ._admithub_embed-container a.bg-mainstay-text-default:focus, ._admithub_embed-container button.bg-mainstay-text-default:hover, ._admithub_embed-container button.bg-mainstay-text-default:focus {
  background-color: #192022 !important; }

._admithub_embed-container .bg-mainstay-light-green {
  background-color: #097f65 !important; }

._admithub_embed-container a.bg-mainstay-light-green:hover, ._admithub_embed-container a.bg-mainstay-light-green:focus, ._admithub_embed-container button.bg-mainstay-light-green:hover, ._admithub_embed-container button.bg-mainstay-light-green:focus {
  background-color: #064f3f !important; }

._admithub_embed-container .bg-mainstay-gray-backgrounds {
  background-color: #f9fafb !important; }

._admithub_embed-container a.bg-mainstay-gray-backgrounds:hover, ._admithub_embed-container a.bg-mainstay-gray-backgrounds:focus, ._admithub_embed-container button.bg-mainstay-gray-backgrounds:hover, ._admithub_embed-container button.bg-mainstay-gray-backgrounds:focus {
  background-color: #dae1e7 !important; }

._admithub_embed-container .bg-mainstay-gray-lines {
  background-color: #d0d5dd !important; }

._admithub_embed-container a.bg-mainstay-gray-lines:hover, ._admithub_embed-container a.bg-mainstay-gray-lines:focus, ._admithub_embed-container button.bg-mainstay-gray-lines:hover, ._admithub_embed-container button.bg-mainstay-gray-lines:focus {
  background-color: #b2bbc8 !important; }

._admithub_embed-container .bg-mainstay-gray-header {
  background-color: #1d2939 !important; }

._admithub_embed-container a.bg-mainstay-gray-header:hover, ._admithub_embed-container a.bg-mainstay-gray-header:focus, ._admithub_embed-container button.bg-mainstay-gray-header:hover, ._admithub_embed-container button.bg-mainstay-gray-header:focus {
  background-color: #0c1117 !important; }

._admithub_embed-container .bg-mainstay-gray-text {
  background-color: #475467 !important; }

._admithub_embed-container a.bg-mainstay-gray-text:hover, ._admithub_embed-container a.bg-mainstay-gray-text:focus, ._admithub_embed-container button.bg-mainstay-gray-text:hover, ._admithub_embed-container button.bg-mainstay-gray-text:focus {
  background-color: #323b49 !important; }

._admithub_embed-container .bg-mainstay-success-50 {
  background-color: #f6fef9 !important; }

._admithub_embed-container a.bg-mainstay-success-50:hover, ._admithub_embed-container a.bg-mainstay-success-50:focus, ._admithub_embed-container button.bg-mainstay-success-50:hover, ._admithub_embed-container button.bg-mainstay-success-50:focus {
  background-color: #c8f9da !important; }

._admithub_embed-container .bg-mainstay-success-500 {
  background-color: #12b76a !important; }

._admithub_embed-container a.bg-mainstay-success-500:hover, ._admithub_embed-container a.bg-mainstay-success-500:focus, ._admithub_embed-container button.bg-mainstay-success-500:hover, ._admithub_embed-container button.bg-mainstay-success-500:focus {
  background-color: #0d894f !important; }

._admithub_embed-container .bg-mainstay-success-600 {
  background-color: #039855 !important; }

._admithub_embed-container a.bg-mainstay-success-600:hover, ._admithub_embed-container a.bg-mainstay-success-600:focus, ._admithub_embed-container button.bg-mainstay-success-600:hover, ._admithub_embed-container button.bg-mainstay-success-600:focus {
  background-color: #026639 !important; }

._admithub_embed-container .bg-mainstay-success-700 {
  background-color: #05603a !important; }

._admithub_embed-container a.bg-mainstay-success-700:hover, ._admithub_embed-container a.bg-mainstay-success-700:focus, ._admithub_embed-container button.bg-mainstay-success-700:hover, ._admithub_embed-container button.bg-mainstay-success-700:focus {
  background-color: #02301d !important; }

._admithub_embed-container .bg-mainstay-warning-50 {
  background-color: #fffcf5 !important; }

._admithub_embed-container a.bg-mainstay-warning-50:hover, ._admithub_embed-container a.bg-mainstay-warning-50:focus, ._admithub_embed-container button.bg-mainstay-warning-50:hover, ._admithub_embed-container button.bg-mainstay-warning-50:focus {
  background-color: #ffedc2 !important; }

._admithub_embed-container .bg-mainstay-warning-300 {
  background-color: #fec84b !important; }

._admithub_embed-container a.bg-mainstay-warning-300:hover, ._admithub_embed-container a.bg-mainstay-warning-300:focus, ._admithub_embed-container button.bg-mainstay-warning-300:hover, ._admithub_embed-container button.bg-mainstay-warning-300:focus {
  background-color: #feb918 !important; }

._admithub_embed-container .bg-mainstay-warning-600 {
  background-color: #dc6803 !important; }

._admithub_embed-container a.bg-mainstay-warning-600:hover, ._admithub_embed-container a.bg-mainstay-warning-600:focus, ._admithub_embed-container button.bg-mainstay-warning-600:hover, ._admithub_embed-container button.bg-mainstay-warning-600:focus {
  background-color: #aa5002 !important; }

._admithub_embed-container .bg-mainstay-warning-700 {
  background-color: #b54708 !important; }

._admithub_embed-container a.bg-mainstay-warning-700:hover, ._admithub_embed-container a.bg-mainstay-warning-700:focus, ._admithub_embed-container button.bg-mainstay-warning-700:hover, ._admithub_embed-container button.bg-mainstay-warning-700:focus {
  background-color: #843406 !important; }

._admithub_embed-container .bg-mainstay-disabled-gray {
  background-color: #98a2b3 !important; }

._admithub_embed-container a.bg-mainstay-disabled-gray:hover, ._admithub_embed-container a.bg-mainstay-disabled-gray:focus, ._admithub_embed-container button.bg-mainstay-disabled-gray:hover, ._admithub_embed-container button.bg-mainstay-disabled-gray:focus {
  background-color: #7b889d !important; }

._admithub_embed-container .bg-white {
  background-color: #ffffff !important; }

._admithub_embed-container .bg-transparent {
  background-color: transparent !important; }

._admithub_embed-container .border {
  border: 1px solid #dee2e6 !important; }

._admithub_embed-container .border-top {
  border-top: 1px solid #dee2e6 !important; }

._admithub_embed-container .border-right {
  border-right: 1px solid #dee2e6 !important; }

._admithub_embed-container .border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

._admithub_embed-container .border-left {
  border-left: 1px solid #dee2e6 !important; }

._admithub_embed-container .border-0 {
  border: 0 !important; }

._admithub_embed-container .border-top-0 {
  border-top: 0 !important; }

._admithub_embed-container .border-right-0 {
  border-right: 0 !important; }

._admithub_embed-container .border-bottom-0 {
  border-bottom: 0 !important; }

._admithub_embed-container .border-left-0 {
  border-left: 0 !important; }

._admithub_embed-container .border-primary {
  border-color: #22a1ac !important; }

._admithub_embed-container .border-secondary {
  border-color: #b65293 !important; }

._admithub_embed-container .border-success {
  border-color: #28a745 !important; }

._admithub_embed-container .border-info {
  border-color: #17a2b8 !important; }

._admithub_embed-container .border-warning {
  border-color: #ffc107 !important; }

._admithub_embed-container .border-danger {
  border-color: #f4511e !important; }

._admithub_embed-container .border-light {
  border-color: #f8f9fa !important; }

._admithub_embed-container .border-dark {
  border-color: #343a40 !important; }

._admithub_embed-container .border-incoming {
  border-color: #d3fffc !important; }

._admithub_embed-container .border-forwarded {
  border-color: #37b669 !important; }

._admithub_embed-container .border-new-ui-primary {
  border-color: #01a59a !important; }

._admithub_embed-container .border-new-ui-primary-highlight {
  border-color: #03b6aa !important; }

._admithub_embed-container .border-new-ui-selected-light {
  border-color: #e3effa !important; }

._admithub_embed-container .border-new-ui-danger {
  border-color: #e34646 !important; }

._admithub_embed-container .border-new-ui-danger-light {
  border-color: #fae3e5 !important; }

._admithub_embed-container .border-blue-grey-005 {
  border-color: #fbfbfb !important; }

._admithub_embed-container .border-blue-grey-010 {
  border-color: #eff3f5 !important; }

._admithub_embed-container .border-blue-grey-015 {
  border-color: #e4ebef !important; }

._admithub_embed-container .border-blue-grey-020 {
  border-color: #d6e0e6 !important; }

._admithub_embed-container .border-blue-grey-025 {
  border-color: #f4f6f7 !important; }

._admithub_embed-container .border-blue-grey-030 {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .border-blue-grey-050 {
  border-color: #eff3f5 !important; }

._admithub_embed-container .border-blue-grey-075 {
  border-color: #dde3e6 !important; }

._admithub_embed-container .border-blue-grey-080 {
  border-color: #2e3b40 !important; }

._admithub_embed-container .border-blue-grey-100 {
  border-color: #cfd8dc !important; }

._admithub_embed-container .border-blue-grey-200 {
  border-color: #b0bec5 !important; }

._admithub_embed-container .border-blue-grey-300 {
  border-color: #8fa4af !important; }

._admithub_embed-container .border-blue-grey-400 {
  border-color: #77909d !important; }

._admithub_embed-container .border-blue-grey-500 {
  border-color: #5f7d8c !important; }

._admithub_embed-container .border-blue-grey-501 {
  border-color: #76868d !important; }

._admithub_embed-container .border-blue-grey-600 {
  border-color: #536e7b !important; }

._admithub_embed-container .border-blue-grey-701 {
  border-color: #48565d !important; }

._admithub_embed-container .border-blue-grey-800 {
  border-color: #37474f !important; }

._admithub_embed-container .border-blue-grey-900 {
  border-color: #253238 !important; }

._admithub_embed-container .border-indigo-200 {
  border-color: #9fa7dc !important; }

._admithub_embed-container .border-indigo-900 {
  border-color: #191e80 !important; }

._admithub_embed-container .border-turquoise-100 {
  border-color: #98dad7 !important; }

._admithub_embed-container .border-turquoise-300 {
  border-color: #51b7b1 !important; }

._admithub_embed-container .border-turquoise-400 {
  border-color: #24a69f !important; }

._admithub_embed-container .border-turquoise-500 {
  border-color: #1d9790 !important; }

._admithub_embed-container .border-red-600 {
  border-color: #e53935 !important; }

._admithub_embed-container .border-amber-500 {
  border-color: #ffc107 !important; }

._admithub_embed-container .border-charcoal-grey {
  border-color: #36474f !important; }

._admithub_embed-container .border-gull-grey {
  border-color: #a1b0b8 !important; }

._admithub_embed-container .border-message-no-match {
  border-color: #f4f9fd !important; }

._admithub_embed-container .border-message-incoming {
  border-color: #c9dced !important; }

._admithub_embed-container .border-pale-green {
  border-color: #0fc65b !important; }

._admithub_embed-container .border-admithub-pink {
  border-color: #b65293 !important; }

._admithub_embed-container .border-admithub-grey {
  border-color: #f2f2f2 !important; }

._admithub_embed-container .border-admithub-primary {
  border-color: #22a1ac !important; }

._admithub_embed-container .border-warning-light {
  border-color: #fffff1 !important; }

._admithub_embed-container .border-dark-purple {
  border-color: #620b3e !important; }

._admithub_embed-container .border-light-purple {
  border-color: #620b3e1a !important; }

._admithub_embed-container .border-secondary-teal {
  border-color: #20ad96 !important; }

._admithub_embed-container .border-secondary-light {
  border-color: #effcfa !important; }

._admithub_embed-container .border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .border-blue-20 {
  border-color: #deebff !important; }

._admithub_embed-container .border-blue-90 {
  border-color: #003e82 !important; }

._admithub_embed-container .border-white {
  border-color: #ffffff !important; }

._admithub_embed-container .border-gray-150 {
  border-color: #edeeee !important; }

._admithub_embed-container .border-archived-badge-color {
  border-color: #95a7b0 !important; }

._admithub_embed-container .border-line {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .border-dark-gray {
  border-color: #5e6b72 !important; }

._admithub_embed-container .border-denim-blue {
  border-color: #1b71ce !important; }

._admithub_embed-container .border-mainstay-blue-10 {
  border-color: #f2f9ff !important; }

._admithub_embed-container .border-mainstay-blue-40 {
  border-color: #6fadf0 !important; }

._admithub_embed-container .border-mainstay-blue-60 {
  border-color: #1b71ce !important; }

._admithub_embed-container .border-mainstay-blue-70 {
  border-color: #0063d0 !important; }

._admithub_embed-container .border-mainstay-blue-80 {
  border-color: #0051aa !important; }

._admithub_embed-container .border-mainstay-dark-blue {
  border-color: #092e63 !important; }

._admithub_embed-container .border-mainstay-dark-blue-80 {
  border-color: #3a5882 !important; }

._admithub_embed-container .border-mainstay-dark-blue-70 {
  border-color: #536d92 !important; }

._admithub_embed-container .border-mainstay-dark-blue-65 {
  border-color: #5f779a !important; }

._admithub_embed-container .border-mainstay-dark-blue-50 {
  border-color: #8497b1 !important; }

._admithub_embed-container .border-mainstay-dark-blue-20 {
  border-color: #ced5e0 !important; }

._admithub_embed-container .border-mainstay-dark-blue-10 {
  border-color: #e7ebf0 !important; }

._admithub_embed-container .border-mainstay-dark-blue-05 {
  border-color: #f2f4f7 !important; }

._admithub_embed-container .border-mainstay-almost-black {
  border-color: #121619 !important; }

._admithub_embed-container .border-mainstay-almost-black-30 {
  border-color: #b8baba !important; }

._admithub_embed-container .border-mainstay-almost-black-80 {
  border-color: #414547 !important; }

._admithub_embed-container .border-mainstay-dark-mint {
  border-color: #00c6a4 !important; }

._admithub_embed-container .border-mainstay-dark-mint-w-opacity {
  border-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .border-mainstay-dark-green {
  border-color: #08785d !important; }

._admithub_embed-container .border-mainstay-mint {
  border-color: #00ffd4 !important; }

._admithub_embed-container .border-mainstay-teal {
  border-color: #00837b !important; }

._admithub_embed-container .border-mainstay-cream-30 {
  border-color: #fffefc !important; }

._admithub_embed-container .border-mainstay-gray-20 {
  border-color: #fafbfb !important; }

._admithub_embed-container .border-mainstay-error-50 {
  border-color: #fdf3f3 !important; }

._admithub_embed-container .border-mainstay-error-300 {
  border-color: #fda29b !important; }

._admithub_embed-container .border-mainstay-error-600 {
  border-color: #cb271b !important; }

._admithub_embed-container .border-mainstay-error-700 {
  border-color: #a31208 !important; }

._admithub_embed-container .border-mainstay-error-red {
  border-color: #cb271b !important; }

._admithub_embed-container .border-mainstay-spark-red {
  border-color: #f23661 !important; }

._admithub_embed-container .border-mainstay-focused-gray {
  border-color: #ced5e0 !important; }

._admithub_embed-container .border-mainstay-text-default {
  border-color: #2e3b40 !important; }

._admithub_embed-container .border-mainstay-light-green {
  border-color: #097f65 !important; }

._admithub_embed-container .border-mainstay-gray-backgrounds {
  border-color: #f9fafb !important; }

._admithub_embed-container .border-mainstay-gray-lines {
  border-color: #d0d5dd !important; }

._admithub_embed-container .border-mainstay-gray-header {
  border-color: #1d2939 !important; }

._admithub_embed-container .border-mainstay-gray-text {
  border-color: #475467 !important; }

._admithub_embed-container .border-mainstay-success-50 {
  border-color: #f6fef9 !important; }

._admithub_embed-container .border-mainstay-success-500 {
  border-color: #12b76a !important; }

._admithub_embed-container .border-mainstay-success-600 {
  border-color: #039855 !important; }

._admithub_embed-container .border-mainstay-success-700 {
  border-color: #05603a !important; }

._admithub_embed-container .border-mainstay-warning-50 {
  border-color: #fffcf5 !important; }

._admithub_embed-container .border-mainstay-warning-300 {
  border-color: #fec84b !important; }

._admithub_embed-container .border-mainstay-warning-600 {
  border-color: #dc6803 !important; }

._admithub_embed-container .border-mainstay-warning-700 {
  border-color: #b54708 !important; }

._admithub_embed-container .border-mainstay-disabled-gray {
  border-color: #98a2b3 !important; }

._admithub_embed-container .border-white {
  border-color: #ffffff !important; }

._admithub_embed-container .rounded {
  border-radius: 0.25rem !important; }

._admithub_embed-container .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

._admithub_embed-container .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

._admithub_embed-container .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

._admithub_embed-container .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

._admithub_embed-container .rounded-circle {
  border-radius: 50% !important; }

._admithub_embed-container .rounded-0 {
  border-radius: 0 !important; }

._admithub_embed-container .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

._admithub_embed-container .d-none {
  display: none !important; }

._admithub_embed-container .d-inline {
  display: inline !important; }

._admithub_embed-container .d-inline-block {
  display: inline-block !important; }

._admithub_embed-container .d-block {
  display: block !important; }

._admithub_embed-container .d-table {
  display: table !important; }

._admithub_embed-container .d-table-row {
  display: table-row !important; }

._admithub_embed-container .d-table-cell {
  display: table-cell !important; }

._admithub_embed-container .d-flex {
  display: flex !important; }

._admithub_embed-container .d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  ._admithub_embed-container .d-sm-none {
    display: none !important; }
  ._admithub_embed-container .d-sm-inline {
    display: inline !important; }
  ._admithub_embed-container .d-sm-inline-block {
    display: inline-block !important; }
  ._admithub_embed-container .d-sm-block {
    display: block !important; }
  ._admithub_embed-container .d-sm-table {
    display: table !important; }
  ._admithub_embed-container .d-sm-table-row {
    display: table-row !important; }
  ._admithub_embed-container .d-sm-table-cell {
    display: table-cell !important; }
  ._admithub_embed-container .d-sm-flex {
    display: flex !important; }
  ._admithub_embed-container .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  ._admithub_embed-container .d-md-none {
    display: none !important; }
  ._admithub_embed-container .d-md-inline {
    display: inline !important; }
  ._admithub_embed-container .d-md-inline-block {
    display: inline-block !important; }
  ._admithub_embed-container .d-md-block {
    display: block !important; }
  ._admithub_embed-container .d-md-table {
    display: table !important; }
  ._admithub_embed-container .d-md-table-row {
    display: table-row !important; }
  ._admithub_embed-container .d-md-table-cell {
    display: table-cell !important; }
  ._admithub_embed-container .d-md-flex {
    display: flex !important; }
  ._admithub_embed-container .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  ._admithub_embed-container .d-lg-none {
    display: none !important; }
  ._admithub_embed-container .d-lg-inline {
    display: inline !important; }
  ._admithub_embed-container .d-lg-inline-block {
    display: inline-block !important; }
  ._admithub_embed-container .d-lg-block {
    display: block !important; }
  ._admithub_embed-container .d-lg-table {
    display: table !important; }
  ._admithub_embed-container .d-lg-table-row {
    display: table-row !important; }
  ._admithub_embed-container .d-lg-table-cell {
    display: table-cell !important; }
  ._admithub_embed-container .d-lg-flex {
    display: flex !important; }
  ._admithub_embed-container .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .d-xl-none {
    display: none !important; }
  ._admithub_embed-container .d-xl-inline {
    display: inline !important; }
  ._admithub_embed-container .d-xl-inline-block {
    display: inline-block !important; }
  ._admithub_embed-container .d-xl-block {
    display: block !important; }
  ._admithub_embed-container .d-xl-table {
    display: table !important; }
  ._admithub_embed-container .d-xl-table-row {
    display: table-row !important; }
  ._admithub_embed-container .d-xl-table-cell {
    display: table-cell !important; }
  ._admithub_embed-container .d-xl-flex {
    display: flex !important; }
  ._admithub_embed-container .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .d-xxl-none {
    display: none !important; }
  ._admithub_embed-container .d-xxl-inline {
    display: inline !important; }
  ._admithub_embed-container .d-xxl-inline-block {
    display: inline-block !important; }
  ._admithub_embed-container .d-xxl-block {
    display: block !important; }
  ._admithub_embed-container .d-xxl-table {
    display: table !important; }
  ._admithub_embed-container .d-xxl-table-row {
    display: table-row !important; }
  ._admithub_embed-container .d-xxl-table-cell {
    display: table-cell !important; }
  ._admithub_embed-container .d-xxl-flex {
    display: flex !important; }
  ._admithub_embed-container .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  ._admithub_embed-container .d-print-none {
    display: none !important; }
  ._admithub_embed-container .d-print-inline {
    display: inline !important; }
  ._admithub_embed-container .d-print-inline-block {
    display: inline-block !important; }
  ._admithub_embed-container .d-print-block {
    display: block !important; }
  ._admithub_embed-container .d-print-table {
    display: table !important; }
  ._admithub_embed-container .d-print-table-row {
    display: table-row !important; }
  ._admithub_embed-container .d-print-table-cell {
    display: table-cell !important; }
  ._admithub_embed-container .d-print-flex {
    display: flex !important; }
  ._admithub_embed-container .d-print-inline-flex {
    display: inline-flex !important; } }

._admithub_embed-container .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  ._admithub_embed-container .embed-responsive::before {
    display: block;
    content: ""; }
  ._admithub_embed-container .embed-responsive .embed-responsive-item,
  ._admithub_embed-container .embed-responsive iframe,
  ._admithub_embed-container .embed-responsive embed,
  ._admithub_embed-container .embed-responsive object,
  ._admithub_embed-container .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

._admithub_embed-container .embed-responsive-21by9::before {
  padding-top: 42.85714%; }

._admithub_embed-container .embed-responsive-16by9::before {
  padding-top: 56.25%; }

._admithub_embed-container .embed-responsive-4by3::before {
  padding-top: 75%; }

._admithub_embed-container .embed-responsive-1by1::before {
  padding-top: 100%; }

._admithub_embed-container .flex-row {
  flex-direction: row !important; }

._admithub_embed-container .flex-column {
  flex-direction: column !important; }

._admithub_embed-container .flex-row-reverse {
  flex-direction: row-reverse !important; }

._admithub_embed-container .flex-column-reverse {
  flex-direction: column-reverse !important; }

._admithub_embed-container .flex-wrap {
  flex-wrap: wrap !important; }

._admithub_embed-container .flex-nowrap {
  flex-wrap: nowrap !important; }

._admithub_embed-container .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

._admithub_embed-container .flex-fill {
  flex: 1 1 auto !important; }

._admithub_embed-container .flex-grow-0 {
  flex-grow: 0 !important; }

._admithub_embed-container .flex-grow-1 {
  flex-grow: 1 !important; }

._admithub_embed-container .flex-shrink-0 {
  flex-shrink: 0 !important; }

._admithub_embed-container .flex-shrink-1 {
  flex-shrink: 1 !important; }

._admithub_embed-container .justify-content-start {
  justify-content: flex-start !important; }

._admithub_embed-container .justify-content-end {
  justify-content: flex-end !important; }

._admithub_embed-container .justify-content-center {
  justify-content: center !important; }

._admithub_embed-container .justify-content-between {
  justify-content: space-between !important; }

._admithub_embed-container .justify-content-around {
  justify-content: space-around !important; }

._admithub_embed-container .align-items-start {
  align-items: flex-start !important; }

._admithub_embed-container .align-items-end {
  align-items: flex-end !important; }

._admithub_embed-container .align-items-center {
  align-items: center !important; }

._admithub_embed-container .align-items-baseline {
  align-items: baseline !important; }

._admithub_embed-container .align-items-stretch {
  align-items: stretch !important; }

._admithub_embed-container .align-content-start {
  align-content: flex-start !important; }

._admithub_embed-container .align-content-end {
  align-content: flex-end !important; }

._admithub_embed-container .align-content-center {
  align-content: center !important; }

._admithub_embed-container .align-content-between {
  align-content: space-between !important; }

._admithub_embed-container .align-content-around {
  align-content: space-around !important; }

._admithub_embed-container .align-content-stretch {
  align-content: stretch !important; }

._admithub_embed-container .align-self-auto {
  align-self: auto !important; }

._admithub_embed-container .align-self-start {
  align-self: flex-start !important; }

._admithub_embed-container .align-self-end {
  align-self: flex-end !important; }

._admithub_embed-container .align-self-center {
  align-self: center !important; }

._admithub_embed-container .align-self-baseline {
  align-self: baseline !important; }

._admithub_embed-container .align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  ._admithub_embed-container .flex-sm-row {
    flex-direction: row !important; }
  ._admithub_embed-container .flex-sm-column {
    flex-direction: column !important; }
  ._admithub_embed-container .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  ._admithub_embed-container .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  ._admithub_embed-container .flex-sm-wrap {
    flex-wrap: wrap !important; }
  ._admithub_embed-container .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  ._admithub_embed-container .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  ._admithub_embed-container .flex-sm-fill {
    flex: 1 1 auto !important; }
  ._admithub_embed-container .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  ._admithub_embed-container .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  ._admithub_embed-container .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  ._admithub_embed-container .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  ._admithub_embed-container .justify-content-sm-start {
    justify-content: flex-start !important; }
  ._admithub_embed-container .justify-content-sm-end {
    justify-content: flex-end !important; }
  ._admithub_embed-container .justify-content-sm-center {
    justify-content: center !important; }
  ._admithub_embed-container .justify-content-sm-between {
    justify-content: space-between !important; }
  ._admithub_embed-container .justify-content-sm-around {
    justify-content: space-around !important; }
  ._admithub_embed-container .align-items-sm-start {
    align-items: flex-start !important; }
  ._admithub_embed-container .align-items-sm-end {
    align-items: flex-end !important; }
  ._admithub_embed-container .align-items-sm-center {
    align-items: center !important; }
  ._admithub_embed-container .align-items-sm-baseline {
    align-items: baseline !important; }
  ._admithub_embed-container .align-items-sm-stretch {
    align-items: stretch !important; }
  ._admithub_embed-container .align-content-sm-start {
    align-content: flex-start !important; }
  ._admithub_embed-container .align-content-sm-end {
    align-content: flex-end !important; }
  ._admithub_embed-container .align-content-sm-center {
    align-content: center !important; }
  ._admithub_embed-container .align-content-sm-between {
    align-content: space-between !important; }
  ._admithub_embed-container .align-content-sm-around {
    align-content: space-around !important; }
  ._admithub_embed-container .align-content-sm-stretch {
    align-content: stretch !important; }
  ._admithub_embed-container .align-self-sm-auto {
    align-self: auto !important; }
  ._admithub_embed-container .align-self-sm-start {
    align-self: flex-start !important; }
  ._admithub_embed-container .align-self-sm-end {
    align-self: flex-end !important; }
  ._admithub_embed-container .align-self-sm-center {
    align-self: center !important; }
  ._admithub_embed-container .align-self-sm-baseline {
    align-self: baseline !important; }
  ._admithub_embed-container .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  ._admithub_embed-container .flex-md-row {
    flex-direction: row !important; }
  ._admithub_embed-container .flex-md-column {
    flex-direction: column !important; }
  ._admithub_embed-container .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  ._admithub_embed-container .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  ._admithub_embed-container .flex-md-wrap {
    flex-wrap: wrap !important; }
  ._admithub_embed-container .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  ._admithub_embed-container .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  ._admithub_embed-container .flex-md-fill {
    flex: 1 1 auto !important; }
  ._admithub_embed-container .flex-md-grow-0 {
    flex-grow: 0 !important; }
  ._admithub_embed-container .flex-md-grow-1 {
    flex-grow: 1 !important; }
  ._admithub_embed-container .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  ._admithub_embed-container .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  ._admithub_embed-container .justify-content-md-start {
    justify-content: flex-start !important; }
  ._admithub_embed-container .justify-content-md-end {
    justify-content: flex-end !important; }
  ._admithub_embed-container .justify-content-md-center {
    justify-content: center !important; }
  ._admithub_embed-container .justify-content-md-between {
    justify-content: space-between !important; }
  ._admithub_embed-container .justify-content-md-around {
    justify-content: space-around !important; }
  ._admithub_embed-container .align-items-md-start {
    align-items: flex-start !important; }
  ._admithub_embed-container .align-items-md-end {
    align-items: flex-end !important; }
  ._admithub_embed-container .align-items-md-center {
    align-items: center !important; }
  ._admithub_embed-container .align-items-md-baseline {
    align-items: baseline !important; }
  ._admithub_embed-container .align-items-md-stretch {
    align-items: stretch !important; }
  ._admithub_embed-container .align-content-md-start {
    align-content: flex-start !important; }
  ._admithub_embed-container .align-content-md-end {
    align-content: flex-end !important; }
  ._admithub_embed-container .align-content-md-center {
    align-content: center !important; }
  ._admithub_embed-container .align-content-md-between {
    align-content: space-between !important; }
  ._admithub_embed-container .align-content-md-around {
    align-content: space-around !important; }
  ._admithub_embed-container .align-content-md-stretch {
    align-content: stretch !important; }
  ._admithub_embed-container .align-self-md-auto {
    align-self: auto !important; }
  ._admithub_embed-container .align-self-md-start {
    align-self: flex-start !important; }
  ._admithub_embed-container .align-self-md-end {
    align-self: flex-end !important; }
  ._admithub_embed-container .align-self-md-center {
    align-self: center !important; }
  ._admithub_embed-container .align-self-md-baseline {
    align-self: baseline !important; }
  ._admithub_embed-container .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  ._admithub_embed-container .flex-lg-row {
    flex-direction: row !important; }
  ._admithub_embed-container .flex-lg-column {
    flex-direction: column !important; }
  ._admithub_embed-container .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  ._admithub_embed-container .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  ._admithub_embed-container .flex-lg-wrap {
    flex-wrap: wrap !important; }
  ._admithub_embed-container .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  ._admithub_embed-container .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  ._admithub_embed-container .flex-lg-fill {
    flex: 1 1 auto !important; }
  ._admithub_embed-container .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  ._admithub_embed-container .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  ._admithub_embed-container .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  ._admithub_embed-container .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  ._admithub_embed-container .justify-content-lg-start {
    justify-content: flex-start !important; }
  ._admithub_embed-container .justify-content-lg-end {
    justify-content: flex-end !important; }
  ._admithub_embed-container .justify-content-lg-center {
    justify-content: center !important; }
  ._admithub_embed-container .justify-content-lg-between {
    justify-content: space-between !important; }
  ._admithub_embed-container .justify-content-lg-around {
    justify-content: space-around !important; }
  ._admithub_embed-container .align-items-lg-start {
    align-items: flex-start !important; }
  ._admithub_embed-container .align-items-lg-end {
    align-items: flex-end !important; }
  ._admithub_embed-container .align-items-lg-center {
    align-items: center !important; }
  ._admithub_embed-container .align-items-lg-baseline {
    align-items: baseline !important; }
  ._admithub_embed-container .align-items-lg-stretch {
    align-items: stretch !important; }
  ._admithub_embed-container .align-content-lg-start {
    align-content: flex-start !important; }
  ._admithub_embed-container .align-content-lg-end {
    align-content: flex-end !important; }
  ._admithub_embed-container .align-content-lg-center {
    align-content: center !important; }
  ._admithub_embed-container .align-content-lg-between {
    align-content: space-between !important; }
  ._admithub_embed-container .align-content-lg-around {
    align-content: space-around !important; }
  ._admithub_embed-container .align-content-lg-stretch {
    align-content: stretch !important; }
  ._admithub_embed-container .align-self-lg-auto {
    align-self: auto !important; }
  ._admithub_embed-container .align-self-lg-start {
    align-self: flex-start !important; }
  ._admithub_embed-container .align-self-lg-end {
    align-self: flex-end !important; }
  ._admithub_embed-container .align-self-lg-center {
    align-self: center !important; }
  ._admithub_embed-container .align-self-lg-baseline {
    align-self: baseline !important; }
  ._admithub_embed-container .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .flex-xl-row {
    flex-direction: row !important; }
  ._admithub_embed-container .flex-xl-column {
    flex-direction: column !important; }
  ._admithub_embed-container .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  ._admithub_embed-container .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  ._admithub_embed-container .flex-xl-wrap {
    flex-wrap: wrap !important; }
  ._admithub_embed-container .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  ._admithub_embed-container .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  ._admithub_embed-container .flex-xl-fill {
    flex: 1 1 auto !important; }
  ._admithub_embed-container .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  ._admithub_embed-container .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  ._admithub_embed-container .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  ._admithub_embed-container .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  ._admithub_embed-container .justify-content-xl-start {
    justify-content: flex-start !important; }
  ._admithub_embed-container .justify-content-xl-end {
    justify-content: flex-end !important; }
  ._admithub_embed-container .justify-content-xl-center {
    justify-content: center !important; }
  ._admithub_embed-container .justify-content-xl-between {
    justify-content: space-between !important; }
  ._admithub_embed-container .justify-content-xl-around {
    justify-content: space-around !important; }
  ._admithub_embed-container .align-items-xl-start {
    align-items: flex-start !important; }
  ._admithub_embed-container .align-items-xl-end {
    align-items: flex-end !important; }
  ._admithub_embed-container .align-items-xl-center {
    align-items: center !important; }
  ._admithub_embed-container .align-items-xl-baseline {
    align-items: baseline !important; }
  ._admithub_embed-container .align-items-xl-stretch {
    align-items: stretch !important; }
  ._admithub_embed-container .align-content-xl-start {
    align-content: flex-start !important; }
  ._admithub_embed-container .align-content-xl-end {
    align-content: flex-end !important; }
  ._admithub_embed-container .align-content-xl-center {
    align-content: center !important; }
  ._admithub_embed-container .align-content-xl-between {
    align-content: space-between !important; }
  ._admithub_embed-container .align-content-xl-around {
    align-content: space-around !important; }
  ._admithub_embed-container .align-content-xl-stretch {
    align-content: stretch !important; }
  ._admithub_embed-container .align-self-xl-auto {
    align-self: auto !important; }
  ._admithub_embed-container .align-self-xl-start {
    align-self: flex-start !important; }
  ._admithub_embed-container .align-self-xl-end {
    align-self: flex-end !important; }
  ._admithub_embed-container .align-self-xl-center {
    align-self: center !important; }
  ._admithub_embed-container .align-self-xl-baseline {
    align-self: baseline !important; }
  ._admithub_embed-container .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .flex-xxl-row {
    flex-direction: row !important; }
  ._admithub_embed-container .flex-xxl-column {
    flex-direction: column !important; }
  ._admithub_embed-container .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  ._admithub_embed-container .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  ._admithub_embed-container .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  ._admithub_embed-container .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  ._admithub_embed-container .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  ._admithub_embed-container .flex-xxl-fill {
    flex: 1 1 auto !important; }
  ._admithub_embed-container .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  ._admithub_embed-container .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  ._admithub_embed-container .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  ._admithub_embed-container .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  ._admithub_embed-container .justify-content-xxl-start {
    justify-content: flex-start !important; }
  ._admithub_embed-container .justify-content-xxl-end {
    justify-content: flex-end !important; }
  ._admithub_embed-container .justify-content-xxl-center {
    justify-content: center !important; }
  ._admithub_embed-container .justify-content-xxl-between {
    justify-content: space-between !important; }
  ._admithub_embed-container .justify-content-xxl-around {
    justify-content: space-around !important; }
  ._admithub_embed-container .align-items-xxl-start {
    align-items: flex-start !important; }
  ._admithub_embed-container .align-items-xxl-end {
    align-items: flex-end !important; }
  ._admithub_embed-container .align-items-xxl-center {
    align-items: center !important; }
  ._admithub_embed-container .align-items-xxl-baseline {
    align-items: baseline !important; }
  ._admithub_embed-container .align-items-xxl-stretch {
    align-items: stretch !important; }
  ._admithub_embed-container .align-content-xxl-start {
    align-content: flex-start !important; }
  ._admithub_embed-container .align-content-xxl-end {
    align-content: flex-end !important; }
  ._admithub_embed-container .align-content-xxl-center {
    align-content: center !important; }
  ._admithub_embed-container .align-content-xxl-between {
    align-content: space-between !important; }
  ._admithub_embed-container .align-content-xxl-around {
    align-content: space-around !important; }
  ._admithub_embed-container .align-content-xxl-stretch {
    align-content: stretch !important; }
  ._admithub_embed-container .align-self-xxl-auto {
    align-self: auto !important; }
  ._admithub_embed-container .align-self-xxl-start {
    align-self: flex-start !important; }
  ._admithub_embed-container .align-self-xxl-end {
    align-self: flex-end !important; }
  ._admithub_embed-container .align-self-xxl-center {
    align-self: center !important; }
  ._admithub_embed-container .align-self-xxl-baseline {
    align-self: baseline !important; }
  ._admithub_embed-container .align-self-xxl-stretch {
    align-self: stretch !important; } }

._admithub_embed-container .float-left {
  float: left !important; }

._admithub_embed-container .float-right {
  float: right !important; }

._admithub_embed-container .float-none {
  float: none !important; }

@media (min-width: 576px) {
  ._admithub_embed-container .float-sm-left {
    float: left !important; }
  ._admithub_embed-container .float-sm-right {
    float: right !important; }
  ._admithub_embed-container .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  ._admithub_embed-container .float-md-left {
    float: left !important; }
  ._admithub_embed-container .float-md-right {
    float: right !important; }
  ._admithub_embed-container .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  ._admithub_embed-container .float-lg-left {
    float: left !important; }
  ._admithub_embed-container .float-lg-right {
    float: right !important; }
  ._admithub_embed-container .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .float-xl-left {
    float: left !important; }
  ._admithub_embed-container .float-xl-right {
    float: right !important; }
  ._admithub_embed-container .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .float-xxl-left {
    float: left !important; }
  ._admithub_embed-container .float-xxl-right {
    float: right !important; }
  ._admithub_embed-container .float-xxl-none {
    float: none !important; } }

._admithub_embed-container .position-static {
  position: static !important; }

._admithub_embed-container .position-relative {
  position: relative !important; }

._admithub_embed-container .position-absolute {
  position: absolute !important; }

._admithub_embed-container .position-fixed {
  position: fixed !important; }

._admithub_embed-container .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

._admithub_embed-container .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

._admithub_embed-container .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  ._admithub_embed-container .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

._admithub_embed-container .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

._admithub_embed-container .sr-only-focusable:active, ._admithub_embed-container .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

._admithub_embed-container .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

._admithub_embed-container .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

._admithub_embed-container .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

._admithub_embed-container .shadow-none {
  box-shadow: none !important; }

._admithub_embed-container .w-25 {
  width: 25% !important; }

._admithub_embed-container .w-50 {
  width: 50% !important; }

._admithub_embed-container .w-75 {
  width: 75% !important; }

._admithub_embed-container .w-100 {
  width: 100% !important; }

._admithub_embed-container .w-auto {
  width: auto !important; }

._admithub_embed-container .h-25 {
  height: 25% !important; }

._admithub_embed-container .h-50 {
  height: 50% !important; }

._admithub_embed-container .h-75 {
  height: 75% !important; }

._admithub_embed-container .h-100 {
  height: 100% !important; }

._admithub_embed-container .h-auto {
  height: auto !important; }

._admithub_embed-container .mw-100 {
  max-width: 100% !important; }

._admithub_embed-container .mh-100 {
  max-height: 100% !important; }

._admithub_embed-container .m-0 {
  margin: 0 !important; }

._admithub_embed-container .mt-0,
._admithub_embed-container .my-0 {
  margin-top: 0 !important; }

._admithub_embed-container .mr-0,
._admithub_embed-container .mx-0 {
  margin-right: 0 !important; }

._admithub_embed-container .mb-0,
._admithub_embed-container .my-0 {
  margin-bottom: 0 !important; }

._admithub_embed-container .ml-0,
._admithub_embed-container .mx-0 {
  margin-left: 0 !important; }

._admithub_embed-container .m-1 {
  margin: 0.25rem !important; }

._admithub_embed-container .mt-1,
._admithub_embed-container .my-1 {
  margin-top: 0.25rem !important; }

._admithub_embed-container .mr-1,
._admithub_embed-container .mx-1 {
  margin-right: 0.25rem !important; }

._admithub_embed-container .mb-1,
._admithub_embed-container .my-1 {
  margin-bottom: 0.25rem !important; }

._admithub_embed-container .ml-1,
._admithub_embed-container .mx-1 {
  margin-left: 0.25rem !important; }

._admithub_embed-container .m-2 {
  margin: 0.5rem !important; }

._admithub_embed-container .mt-2,
._admithub_embed-container .my-2 {
  margin-top: 0.5rem !important; }

._admithub_embed-container .mr-2,
._admithub_embed-container .mx-2 {
  margin-right: 0.5rem !important; }

._admithub_embed-container .mb-2,
._admithub_embed-container .my-2 {
  margin-bottom: 0.5rem !important; }

._admithub_embed-container .ml-2,
._admithub_embed-container .mx-2 {
  margin-left: 0.5rem !important; }

._admithub_embed-container .m-3 {
  margin: 1rem !important; }

._admithub_embed-container .mt-3,
._admithub_embed-container .my-3 {
  margin-top: 1rem !important; }

._admithub_embed-container .mr-3,
._admithub_embed-container .mx-3 {
  margin-right: 1rem !important; }

._admithub_embed-container .mb-3,
._admithub_embed-container .my-3 {
  margin-bottom: 1rem !important; }

._admithub_embed-container .ml-3,
._admithub_embed-container .mx-3 {
  margin-left: 1rem !important; }

._admithub_embed-container .m-4 {
  margin: 1.5rem !important; }

._admithub_embed-container .mt-4,
._admithub_embed-container .my-4 {
  margin-top: 1.5rem !important; }

._admithub_embed-container .mr-4,
._admithub_embed-container .mx-4 {
  margin-right: 1.5rem !important; }

._admithub_embed-container .mb-4,
._admithub_embed-container .my-4 {
  margin-bottom: 1.5rem !important; }

._admithub_embed-container .ml-4,
._admithub_embed-container .mx-4 {
  margin-left: 1.5rem !important; }

._admithub_embed-container .m-5 {
  margin: 3rem !important; }

._admithub_embed-container .mt-5,
._admithub_embed-container .my-5 {
  margin-top: 3rem !important; }

._admithub_embed-container .mr-5,
._admithub_embed-container .mx-5 {
  margin-right: 3rem !important; }

._admithub_embed-container .mb-5,
._admithub_embed-container .my-5 {
  margin-bottom: 3rem !important; }

._admithub_embed-container .ml-5,
._admithub_embed-container .mx-5 {
  margin-left: 3rem !important; }

._admithub_embed-container .p-0 {
  padding: 0 !important; }

._admithub_embed-container .pt-0,
._admithub_embed-container .py-0 {
  padding-top: 0 !important; }

._admithub_embed-container .pr-0,
._admithub_embed-container .px-0 {
  padding-right: 0 !important; }

._admithub_embed-container .pb-0,
._admithub_embed-container .py-0 {
  padding-bottom: 0 !important; }

._admithub_embed-container .pl-0,
._admithub_embed-container .px-0 {
  padding-left: 0 !important; }

._admithub_embed-container .p-1 {
  padding: 0.25rem !important; }

._admithub_embed-container .pt-1,
._admithub_embed-container .py-1 {
  padding-top: 0.25rem !important; }

._admithub_embed-container .pr-1,
._admithub_embed-container .px-1 {
  padding-right: 0.25rem !important; }

._admithub_embed-container .pb-1,
._admithub_embed-container .py-1 {
  padding-bottom: 0.25rem !important; }

._admithub_embed-container .pl-1,
._admithub_embed-container .px-1 {
  padding-left: 0.25rem !important; }

._admithub_embed-container .p-2 {
  padding: 0.5rem !important; }

._admithub_embed-container .pt-2,
._admithub_embed-container .py-2 {
  padding-top: 0.5rem !important; }

._admithub_embed-container .pr-2,
._admithub_embed-container .px-2 {
  padding-right: 0.5rem !important; }

._admithub_embed-container .pb-2,
._admithub_embed-container .py-2 {
  padding-bottom: 0.5rem !important; }

._admithub_embed-container .pl-2,
._admithub_embed-container .px-2 {
  padding-left: 0.5rem !important; }

._admithub_embed-container .p-3 {
  padding: 1rem !important; }

._admithub_embed-container .pt-3,
._admithub_embed-container .py-3 {
  padding-top: 1rem !important; }

._admithub_embed-container .pr-3,
._admithub_embed-container .px-3 {
  padding-right: 1rem !important; }

._admithub_embed-container .pb-3,
._admithub_embed-container .py-3 {
  padding-bottom: 1rem !important; }

._admithub_embed-container .pl-3,
._admithub_embed-container .px-3 {
  padding-left: 1rem !important; }

._admithub_embed-container .p-4 {
  padding: 1.5rem !important; }

._admithub_embed-container .pt-4,
._admithub_embed-container .py-4 {
  padding-top: 1.5rem !important; }

._admithub_embed-container .pr-4,
._admithub_embed-container .px-4 {
  padding-right: 1.5rem !important; }

._admithub_embed-container .pb-4,
._admithub_embed-container .py-4 {
  padding-bottom: 1.5rem !important; }

._admithub_embed-container .pl-4,
._admithub_embed-container .px-4 {
  padding-left: 1.5rem !important; }

._admithub_embed-container .p-5 {
  padding: 3rem !important; }

._admithub_embed-container .pt-5,
._admithub_embed-container .py-5 {
  padding-top: 3rem !important; }

._admithub_embed-container .pr-5,
._admithub_embed-container .px-5 {
  padding-right: 3rem !important; }

._admithub_embed-container .pb-5,
._admithub_embed-container .py-5 {
  padding-bottom: 3rem !important; }

._admithub_embed-container .pl-5,
._admithub_embed-container .px-5 {
  padding-left: 3rem !important; }

._admithub_embed-container .m-auto {
  margin: auto !important; }

._admithub_embed-container .mt-auto,
._admithub_embed-container .my-auto {
  margin-top: auto !important; }

._admithub_embed-container .mr-auto,
._admithub_embed-container .mx-auto {
  margin-right: auto !important; }

._admithub_embed-container .mb-auto,
._admithub_embed-container .my-auto {
  margin-bottom: auto !important; }

._admithub_embed-container .ml-auto,
._admithub_embed-container .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  ._admithub_embed-container .m-sm-0 {
    margin: 0 !important; }
  ._admithub_embed-container .mt-sm-0,
  ._admithub_embed-container .my-sm-0 {
    margin-top: 0 !important; }
  ._admithub_embed-container .mr-sm-0,
  ._admithub_embed-container .mx-sm-0 {
    margin-right: 0 !important; }
  ._admithub_embed-container .mb-sm-0,
  ._admithub_embed-container .my-sm-0 {
    margin-bottom: 0 !important; }
  ._admithub_embed-container .ml-sm-0,
  ._admithub_embed-container .mx-sm-0 {
    margin-left: 0 !important; }
  ._admithub_embed-container .m-sm-1 {
    margin: 0.25rem !important; }
  ._admithub_embed-container .mt-sm-1,
  ._admithub_embed-container .my-sm-1 {
    margin-top: 0.25rem !important; }
  ._admithub_embed-container .mr-sm-1,
  ._admithub_embed-container .mx-sm-1 {
    margin-right: 0.25rem !important; }
  ._admithub_embed-container .mb-sm-1,
  ._admithub_embed-container .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  ._admithub_embed-container .ml-sm-1,
  ._admithub_embed-container .mx-sm-1 {
    margin-left: 0.25rem !important; }
  ._admithub_embed-container .m-sm-2 {
    margin: 0.5rem !important; }
  ._admithub_embed-container .mt-sm-2,
  ._admithub_embed-container .my-sm-2 {
    margin-top: 0.5rem !important; }
  ._admithub_embed-container .mr-sm-2,
  ._admithub_embed-container .mx-sm-2 {
    margin-right: 0.5rem !important; }
  ._admithub_embed-container .mb-sm-2,
  ._admithub_embed-container .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  ._admithub_embed-container .ml-sm-2,
  ._admithub_embed-container .mx-sm-2 {
    margin-left: 0.5rem !important; }
  ._admithub_embed-container .m-sm-3 {
    margin: 1rem !important; }
  ._admithub_embed-container .mt-sm-3,
  ._admithub_embed-container .my-sm-3 {
    margin-top: 1rem !important; }
  ._admithub_embed-container .mr-sm-3,
  ._admithub_embed-container .mx-sm-3 {
    margin-right: 1rem !important; }
  ._admithub_embed-container .mb-sm-3,
  ._admithub_embed-container .my-sm-3 {
    margin-bottom: 1rem !important; }
  ._admithub_embed-container .ml-sm-3,
  ._admithub_embed-container .mx-sm-3 {
    margin-left: 1rem !important; }
  ._admithub_embed-container .m-sm-4 {
    margin: 1.5rem !important; }
  ._admithub_embed-container .mt-sm-4,
  ._admithub_embed-container .my-sm-4 {
    margin-top: 1.5rem !important; }
  ._admithub_embed-container .mr-sm-4,
  ._admithub_embed-container .mx-sm-4 {
    margin-right: 1.5rem !important; }
  ._admithub_embed-container .mb-sm-4,
  ._admithub_embed-container .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  ._admithub_embed-container .ml-sm-4,
  ._admithub_embed-container .mx-sm-4 {
    margin-left: 1.5rem !important; }
  ._admithub_embed-container .m-sm-5 {
    margin: 3rem !important; }
  ._admithub_embed-container .mt-sm-5,
  ._admithub_embed-container .my-sm-5 {
    margin-top: 3rem !important; }
  ._admithub_embed-container .mr-sm-5,
  ._admithub_embed-container .mx-sm-5 {
    margin-right: 3rem !important; }
  ._admithub_embed-container .mb-sm-5,
  ._admithub_embed-container .my-sm-5 {
    margin-bottom: 3rem !important; }
  ._admithub_embed-container .ml-sm-5,
  ._admithub_embed-container .mx-sm-5 {
    margin-left: 3rem !important; }
  ._admithub_embed-container .p-sm-0 {
    padding: 0 !important; }
  ._admithub_embed-container .pt-sm-0,
  ._admithub_embed-container .py-sm-0 {
    padding-top: 0 !important; }
  ._admithub_embed-container .pr-sm-0,
  ._admithub_embed-container .px-sm-0 {
    padding-right: 0 !important; }
  ._admithub_embed-container .pb-sm-0,
  ._admithub_embed-container .py-sm-0 {
    padding-bottom: 0 !important; }
  ._admithub_embed-container .pl-sm-0,
  ._admithub_embed-container .px-sm-0 {
    padding-left: 0 !important; }
  ._admithub_embed-container .p-sm-1 {
    padding: 0.25rem !important; }
  ._admithub_embed-container .pt-sm-1,
  ._admithub_embed-container .py-sm-1 {
    padding-top: 0.25rem !important; }
  ._admithub_embed-container .pr-sm-1,
  ._admithub_embed-container .px-sm-1 {
    padding-right: 0.25rem !important; }
  ._admithub_embed-container .pb-sm-1,
  ._admithub_embed-container .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  ._admithub_embed-container .pl-sm-1,
  ._admithub_embed-container .px-sm-1 {
    padding-left: 0.25rem !important; }
  ._admithub_embed-container .p-sm-2 {
    padding: 0.5rem !important; }
  ._admithub_embed-container .pt-sm-2,
  ._admithub_embed-container .py-sm-2 {
    padding-top: 0.5rem !important; }
  ._admithub_embed-container .pr-sm-2,
  ._admithub_embed-container .px-sm-2 {
    padding-right: 0.5rem !important; }
  ._admithub_embed-container .pb-sm-2,
  ._admithub_embed-container .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  ._admithub_embed-container .pl-sm-2,
  ._admithub_embed-container .px-sm-2 {
    padding-left: 0.5rem !important; }
  ._admithub_embed-container .p-sm-3 {
    padding: 1rem !important; }
  ._admithub_embed-container .pt-sm-3,
  ._admithub_embed-container .py-sm-3 {
    padding-top: 1rem !important; }
  ._admithub_embed-container .pr-sm-3,
  ._admithub_embed-container .px-sm-3 {
    padding-right: 1rem !important; }
  ._admithub_embed-container .pb-sm-3,
  ._admithub_embed-container .py-sm-3 {
    padding-bottom: 1rem !important; }
  ._admithub_embed-container .pl-sm-3,
  ._admithub_embed-container .px-sm-3 {
    padding-left: 1rem !important; }
  ._admithub_embed-container .p-sm-4 {
    padding: 1.5rem !important; }
  ._admithub_embed-container .pt-sm-4,
  ._admithub_embed-container .py-sm-4 {
    padding-top: 1.5rem !important; }
  ._admithub_embed-container .pr-sm-4,
  ._admithub_embed-container .px-sm-4 {
    padding-right: 1.5rem !important; }
  ._admithub_embed-container .pb-sm-4,
  ._admithub_embed-container .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  ._admithub_embed-container .pl-sm-4,
  ._admithub_embed-container .px-sm-4 {
    padding-left: 1.5rem !important; }
  ._admithub_embed-container .p-sm-5 {
    padding: 3rem !important; }
  ._admithub_embed-container .pt-sm-5,
  ._admithub_embed-container .py-sm-5 {
    padding-top: 3rem !important; }
  ._admithub_embed-container .pr-sm-5,
  ._admithub_embed-container .px-sm-5 {
    padding-right: 3rem !important; }
  ._admithub_embed-container .pb-sm-5,
  ._admithub_embed-container .py-sm-5 {
    padding-bottom: 3rem !important; }
  ._admithub_embed-container .pl-sm-5,
  ._admithub_embed-container .px-sm-5 {
    padding-left: 3rem !important; }
  ._admithub_embed-container .m-sm-auto {
    margin: auto !important; }
  ._admithub_embed-container .mt-sm-auto,
  ._admithub_embed-container .my-sm-auto {
    margin-top: auto !important; }
  ._admithub_embed-container .mr-sm-auto,
  ._admithub_embed-container .mx-sm-auto {
    margin-right: auto !important; }
  ._admithub_embed-container .mb-sm-auto,
  ._admithub_embed-container .my-sm-auto {
    margin-bottom: auto !important; }
  ._admithub_embed-container .ml-sm-auto,
  ._admithub_embed-container .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  ._admithub_embed-container .m-md-0 {
    margin: 0 !important; }
  ._admithub_embed-container .mt-md-0,
  ._admithub_embed-container .my-md-0 {
    margin-top: 0 !important; }
  ._admithub_embed-container .mr-md-0,
  ._admithub_embed-container .mx-md-0 {
    margin-right: 0 !important; }
  ._admithub_embed-container .mb-md-0,
  ._admithub_embed-container .my-md-0 {
    margin-bottom: 0 !important; }
  ._admithub_embed-container .ml-md-0,
  ._admithub_embed-container .mx-md-0 {
    margin-left: 0 !important; }
  ._admithub_embed-container .m-md-1 {
    margin: 0.25rem !important; }
  ._admithub_embed-container .mt-md-1,
  ._admithub_embed-container .my-md-1 {
    margin-top: 0.25rem !important; }
  ._admithub_embed-container .mr-md-1,
  ._admithub_embed-container .mx-md-1 {
    margin-right: 0.25rem !important; }
  ._admithub_embed-container .mb-md-1,
  ._admithub_embed-container .my-md-1 {
    margin-bottom: 0.25rem !important; }
  ._admithub_embed-container .ml-md-1,
  ._admithub_embed-container .mx-md-1 {
    margin-left: 0.25rem !important; }
  ._admithub_embed-container .m-md-2 {
    margin: 0.5rem !important; }
  ._admithub_embed-container .mt-md-2,
  ._admithub_embed-container .my-md-2 {
    margin-top: 0.5rem !important; }
  ._admithub_embed-container .mr-md-2,
  ._admithub_embed-container .mx-md-2 {
    margin-right: 0.5rem !important; }
  ._admithub_embed-container .mb-md-2,
  ._admithub_embed-container .my-md-2 {
    margin-bottom: 0.5rem !important; }
  ._admithub_embed-container .ml-md-2,
  ._admithub_embed-container .mx-md-2 {
    margin-left: 0.5rem !important; }
  ._admithub_embed-container .m-md-3 {
    margin: 1rem !important; }
  ._admithub_embed-container .mt-md-3,
  ._admithub_embed-container .my-md-3 {
    margin-top: 1rem !important; }
  ._admithub_embed-container .mr-md-3,
  ._admithub_embed-container .mx-md-3 {
    margin-right: 1rem !important; }
  ._admithub_embed-container .mb-md-3,
  ._admithub_embed-container .my-md-3 {
    margin-bottom: 1rem !important; }
  ._admithub_embed-container .ml-md-3,
  ._admithub_embed-container .mx-md-3 {
    margin-left: 1rem !important; }
  ._admithub_embed-container .m-md-4 {
    margin: 1.5rem !important; }
  ._admithub_embed-container .mt-md-4,
  ._admithub_embed-container .my-md-4 {
    margin-top: 1.5rem !important; }
  ._admithub_embed-container .mr-md-4,
  ._admithub_embed-container .mx-md-4 {
    margin-right: 1.5rem !important; }
  ._admithub_embed-container .mb-md-4,
  ._admithub_embed-container .my-md-4 {
    margin-bottom: 1.5rem !important; }
  ._admithub_embed-container .ml-md-4,
  ._admithub_embed-container .mx-md-4 {
    margin-left: 1.5rem !important; }
  ._admithub_embed-container .m-md-5 {
    margin: 3rem !important; }
  ._admithub_embed-container .mt-md-5,
  ._admithub_embed-container .my-md-5 {
    margin-top: 3rem !important; }
  ._admithub_embed-container .mr-md-5,
  ._admithub_embed-container .mx-md-5 {
    margin-right: 3rem !important; }
  ._admithub_embed-container .mb-md-5,
  ._admithub_embed-container .my-md-5 {
    margin-bottom: 3rem !important; }
  ._admithub_embed-container .ml-md-5,
  ._admithub_embed-container .mx-md-5 {
    margin-left: 3rem !important; }
  ._admithub_embed-container .p-md-0 {
    padding: 0 !important; }
  ._admithub_embed-container .pt-md-0,
  ._admithub_embed-container .py-md-0 {
    padding-top: 0 !important; }
  ._admithub_embed-container .pr-md-0,
  ._admithub_embed-container .px-md-0 {
    padding-right: 0 !important; }
  ._admithub_embed-container .pb-md-0,
  ._admithub_embed-container .py-md-0 {
    padding-bottom: 0 !important; }
  ._admithub_embed-container .pl-md-0,
  ._admithub_embed-container .px-md-0 {
    padding-left: 0 !important; }
  ._admithub_embed-container .p-md-1 {
    padding: 0.25rem !important; }
  ._admithub_embed-container .pt-md-1,
  ._admithub_embed-container .py-md-1 {
    padding-top: 0.25rem !important; }
  ._admithub_embed-container .pr-md-1,
  ._admithub_embed-container .px-md-1 {
    padding-right: 0.25rem !important; }
  ._admithub_embed-container .pb-md-1,
  ._admithub_embed-container .py-md-1 {
    padding-bottom: 0.25rem !important; }
  ._admithub_embed-container .pl-md-1,
  ._admithub_embed-container .px-md-1 {
    padding-left: 0.25rem !important; }
  ._admithub_embed-container .p-md-2 {
    padding: 0.5rem !important; }
  ._admithub_embed-container .pt-md-2,
  ._admithub_embed-container .py-md-2 {
    padding-top: 0.5rem !important; }
  ._admithub_embed-container .pr-md-2,
  ._admithub_embed-container .px-md-2 {
    padding-right: 0.5rem !important; }
  ._admithub_embed-container .pb-md-2,
  ._admithub_embed-container .py-md-2 {
    padding-bottom: 0.5rem !important; }
  ._admithub_embed-container .pl-md-2,
  ._admithub_embed-container .px-md-2 {
    padding-left: 0.5rem !important; }
  ._admithub_embed-container .p-md-3 {
    padding: 1rem !important; }
  ._admithub_embed-container .pt-md-3,
  ._admithub_embed-container .py-md-3 {
    padding-top: 1rem !important; }
  ._admithub_embed-container .pr-md-3,
  ._admithub_embed-container .px-md-3 {
    padding-right: 1rem !important; }
  ._admithub_embed-container .pb-md-3,
  ._admithub_embed-container .py-md-3 {
    padding-bottom: 1rem !important; }
  ._admithub_embed-container .pl-md-3,
  ._admithub_embed-container .px-md-3 {
    padding-left: 1rem !important; }
  ._admithub_embed-container .p-md-4 {
    padding: 1.5rem !important; }
  ._admithub_embed-container .pt-md-4,
  ._admithub_embed-container .py-md-4 {
    padding-top: 1.5rem !important; }
  ._admithub_embed-container .pr-md-4,
  ._admithub_embed-container .px-md-4 {
    padding-right: 1.5rem !important; }
  ._admithub_embed-container .pb-md-4,
  ._admithub_embed-container .py-md-4 {
    padding-bottom: 1.5rem !important; }
  ._admithub_embed-container .pl-md-4,
  ._admithub_embed-container .px-md-4 {
    padding-left: 1.5rem !important; }
  ._admithub_embed-container .p-md-5 {
    padding: 3rem !important; }
  ._admithub_embed-container .pt-md-5,
  ._admithub_embed-container .py-md-5 {
    padding-top: 3rem !important; }
  ._admithub_embed-container .pr-md-5,
  ._admithub_embed-container .px-md-5 {
    padding-right: 3rem !important; }
  ._admithub_embed-container .pb-md-5,
  ._admithub_embed-container .py-md-5 {
    padding-bottom: 3rem !important; }
  ._admithub_embed-container .pl-md-5,
  ._admithub_embed-container .px-md-5 {
    padding-left: 3rem !important; }
  ._admithub_embed-container .m-md-auto {
    margin: auto !important; }
  ._admithub_embed-container .mt-md-auto,
  ._admithub_embed-container .my-md-auto {
    margin-top: auto !important; }
  ._admithub_embed-container .mr-md-auto,
  ._admithub_embed-container .mx-md-auto {
    margin-right: auto !important; }
  ._admithub_embed-container .mb-md-auto,
  ._admithub_embed-container .my-md-auto {
    margin-bottom: auto !important; }
  ._admithub_embed-container .ml-md-auto,
  ._admithub_embed-container .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  ._admithub_embed-container .m-lg-0 {
    margin: 0 !important; }
  ._admithub_embed-container .mt-lg-0,
  ._admithub_embed-container .my-lg-0 {
    margin-top: 0 !important; }
  ._admithub_embed-container .mr-lg-0,
  ._admithub_embed-container .mx-lg-0 {
    margin-right: 0 !important; }
  ._admithub_embed-container .mb-lg-0,
  ._admithub_embed-container .my-lg-0 {
    margin-bottom: 0 !important; }
  ._admithub_embed-container .ml-lg-0,
  ._admithub_embed-container .mx-lg-0 {
    margin-left: 0 !important; }
  ._admithub_embed-container .m-lg-1 {
    margin: 0.25rem !important; }
  ._admithub_embed-container .mt-lg-1,
  ._admithub_embed-container .my-lg-1 {
    margin-top: 0.25rem !important; }
  ._admithub_embed-container .mr-lg-1,
  ._admithub_embed-container .mx-lg-1 {
    margin-right: 0.25rem !important; }
  ._admithub_embed-container .mb-lg-1,
  ._admithub_embed-container .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  ._admithub_embed-container .ml-lg-1,
  ._admithub_embed-container .mx-lg-1 {
    margin-left: 0.25rem !important; }
  ._admithub_embed-container .m-lg-2 {
    margin: 0.5rem !important; }
  ._admithub_embed-container .mt-lg-2,
  ._admithub_embed-container .my-lg-2 {
    margin-top: 0.5rem !important; }
  ._admithub_embed-container .mr-lg-2,
  ._admithub_embed-container .mx-lg-2 {
    margin-right: 0.5rem !important; }
  ._admithub_embed-container .mb-lg-2,
  ._admithub_embed-container .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  ._admithub_embed-container .ml-lg-2,
  ._admithub_embed-container .mx-lg-2 {
    margin-left: 0.5rem !important; }
  ._admithub_embed-container .m-lg-3 {
    margin: 1rem !important; }
  ._admithub_embed-container .mt-lg-3,
  ._admithub_embed-container .my-lg-3 {
    margin-top: 1rem !important; }
  ._admithub_embed-container .mr-lg-3,
  ._admithub_embed-container .mx-lg-3 {
    margin-right: 1rem !important; }
  ._admithub_embed-container .mb-lg-3,
  ._admithub_embed-container .my-lg-3 {
    margin-bottom: 1rem !important; }
  ._admithub_embed-container .ml-lg-3,
  ._admithub_embed-container .mx-lg-3 {
    margin-left: 1rem !important; }
  ._admithub_embed-container .m-lg-4 {
    margin: 1.5rem !important; }
  ._admithub_embed-container .mt-lg-4,
  ._admithub_embed-container .my-lg-4 {
    margin-top: 1.5rem !important; }
  ._admithub_embed-container .mr-lg-4,
  ._admithub_embed-container .mx-lg-4 {
    margin-right: 1.5rem !important; }
  ._admithub_embed-container .mb-lg-4,
  ._admithub_embed-container .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  ._admithub_embed-container .ml-lg-4,
  ._admithub_embed-container .mx-lg-4 {
    margin-left: 1.5rem !important; }
  ._admithub_embed-container .m-lg-5 {
    margin: 3rem !important; }
  ._admithub_embed-container .mt-lg-5,
  ._admithub_embed-container .my-lg-5 {
    margin-top: 3rem !important; }
  ._admithub_embed-container .mr-lg-5,
  ._admithub_embed-container .mx-lg-5 {
    margin-right: 3rem !important; }
  ._admithub_embed-container .mb-lg-5,
  ._admithub_embed-container .my-lg-5 {
    margin-bottom: 3rem !important; }
  ._admithub_embed-container .ml-lg-5,
  ._admithub_embed-container .mx-lg-5 {
    margin-left: 3rem !important; }
  ._admithub_embed-container .p-lg-0 {
    padding: 0 !important; }
  ._admithub_embed-container .pt-lg-0,
  ._admithub_embed-container .py-lg-0 {
    padding-top: 0 !important; }
  ._admithub_embed-container .pr-lg-0,
  ._admithub_embed-container .px-lg-0 {
    padding-right: 0 !important; }
  ._admithub_embed-container .pb-lg-0,
  ._admithub_embed-container .py-lg-0 {
    padding-bottom: 0 !important; }
  ._admithub_embed-container .pl-lg-0,
  ._admithub_embed-container .px-lg-0 {
    padding-left: 0 !important; }
  ._admithub_embed-container .p-lg-1 {
    padding: 0.25rem !important; }
  ._admithub_embed-container .pt-lg-1,
  ._admithub_embed-container .py-lg-1 {
    padding-top: 0.25rem !important; }
  ._admithub_embed-container .pr-lg-1,
  ._admithub_embed-container .px-lg-1 {
    padding-right: 0.25rem !important; }
  ._admithub_embed-container .pb-lg-1,
  ._admithub_embed-container .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  ._admithub_embed-container .pl-lg-1,
  ._admithub_embed-container .px-lg-1 {
    padding-left: 0.25rem !important; }
  ._admithub_embed-container .p-lg-2 {
    padding: 0.5rem !important; }
  ._admithub_embed-container .pt-lg-2,
  ._admithub_embed-container .py-lg-2 {
    padding-top: 0.5rem !important; }
  ._admithub_embed-container .pr-lg-2,
  ._admithub_embed-container .px-lg-2 {
    padding-right: 0.5rem !important; }
  ._admithub_embed-container .pb-lg-2,
  ._admithub_embed-container .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  ._admithub_embed-container .pl-lg-2,
  ._admithub_embed-container .px-lg-2 {
    padding-left: 0.5rem !important; }
  ._admithub_embed-container .p-lg-3 {
    padding: 1rem !important; }
  ._admithub_embed-container .pt-lg-3,
  ._admithub_embed-container .py-lg-3 {
    padding-top: 1rem !important; }
  ._admithub_embed-container .pr-lg-3,
  ._admithub_embed-container .px-lg-3 {
    padding-right: 1rem !important; }
  ._admithub_embed-container .pb-lg-3,
  ._admithub_embed-container .py-lg-3 {
    padding-bottom: 1rem !important; }
  ._admithub_embed-container .pl-lg-3,
  ._admithub_embed-container .px-lg-3 {
    padding-left: 1rem !important; }
  ._admithub_embed-container .p-lg-4 {
    padding: 1.5rem !important; }
  ._admithub_embed-container .pt-lg-4,
  ._admithub_embed-container .py-lg-4 {
    padding-top: 1.5rem !important; }
  ._admithub_embed-container .pr-lg-4,
  ._admithub_embed-container .px-lg-4 {
    padding-right: 1.5rem !important; }
  ._admithub_embed-container .pb-lg-4,
  ._admithub_embed-container .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  ._admithub_embed-container .pl-lg-4,
  ._admithub_embed-container .px-lg-4 {
    padding-left: 1.5rem !important; }
  ._admithub_embed-container .p-lg-5 {
    padding: 3rem !important; }
  ._admithub_embed-container .pt-lg-5,
  ._admithub_embed-container .py-lg-5 {
    padding-top: 3rem !important; }
  ._admithub_embed-container .pr-lg-5,
  ._admithub_embed-container .px-lg-5 {
    padding-right: 3rem !important; }
  ._admithub_embed-container .pb-lg-5,
  ._admithub_embed-container .py-lg-5 {
    padding-bottom: 3rem !important; }
  ._admithub_embed-container .pl-lg-5,
  ._admithub_embed-container .px-lg-5 {
    padding-left: 3rem !important; }
  ._admithub_embed-container .m-lg-auto {
    margin: auto !important; }
  ._admithub_embed-container .mt-lg-auto,
  ._admithub_embed-container .my-lg-auto {
    margin-top: auto !important; }
  ._admithub_embed-container .mr-lg-auto,
  ._admithub_embed-container .mx-lg-auto {
    margin-right: auto !important; }
  ._admithub_embed-container .mb-lg-auto,
  ._admithub_embed-container .my-lg-auto {
    margin-bottom: auto !important; }
  ._admithub_embed-container .ml-lg-auto,
  ._admithub_embed-container .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .m-xl-0 {
    margin: 0 !important; }
  ._admithub_embed-container .mt-xl-0,
  ._admithub_embed-container .my-xl-0 {
    margin-top: 0 !important; }
  ._admithub_embed-container .mr-xl-0,
  ._admithub_embed-container .mx-xl-0 {
    margin-right: 0 !important; }
  ._admithub_embed-container .mb-xl-0,
  ._admithub_embed-container .my-xl-0 {
    margin-bottom: 0 !important; }
  ._admithub_embed-container .ml-xl-0,
  ._admithub_embed-container .mx-xl-0 {
    margin-left: 0 !important; }
  ._admithub_embed-container .m-xl-1 {
    margin: 0.25rem !important; }
  ._admithub_embed-container .mt-xl-1,
  ._admithub_embed-container .my-xl-1 {
    margin-top: 0.25rem !important; }
  ._admithub_embed-container .mr-xl-1,
  ._admithub_embed-container .mx-xl-1 {
    margin-right: 0.25rem !important; }
  ._admithub_embed-container .mb-xl-1,
  ._admithub_embed-container .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  ._admithub_embed-container .ml-xl-1,
  ._admithub_embed-container .mx-xl-1 {
    margin-left: 0.25rem !important; }
  ._admithub_embed-container .m-xl-2 {
    margin: 0.5rem !important; }
  ._admithub_embed-container .mt-xl-2,
  ._admithub_embed-container .my-xl-2 {
    margin-top: 0.5rem !important; }
  ._admithub_embed-container .mr-xl-2,
  ._admithub_embed-container .mx-xl-2 {
    margin-right: 0.5rem !important; }
  ._admithub_embed-container .mb-xl-2,
  ._admithub_embed-container .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  ._admithub_embed-container .ml-xl-2,
  ._admithub_embed-container .mx-xl-2 {
    margin-left: 0.5rem !important; }
  ._admithub_embed-container .m-xl-3 {
    margin: 1rem !important; }
  ._admithub_embed-container .mt-xl-3,
  ._admithub_embed-container .my-xl-3 {
    margin-top: 1rem !important; }
  ._admithub_embed-container .mr-xl-3,
  ._admithub_embed-container .mx-xl-3 {
    margin-right: 1rem !important; }
  ._admithub_embed-container .mb-xl-3,
  ._admithub_embed-container .my-xl-3 {
    margin-bottom: 1rem !important; }
  ._admithub_embed-container .ml-xl-3,
  ._admithub_embed-container .mx-xl-3 {
    margin-left: 1rem !important; }
  ._admithub_embed-container .m-xl-4 {
    margin: 1.5rem !important; }
  ._admithub_embed-container .mt-xl-4,
  ._admithub_embed-container .my-xl-4 {
    margin-top: 1.5rem !important; }
  ._admithub_embed-container .mr-xl-4,
  ._admithub_embed-container .mx-xl-4 {
    margin-right: 1.5rem !important; }
  ._admithub_embed-container .mb-xl-4,
  ._admithub_embed-container .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  ._admithub_embed-container .ml-xl-4,
  ._admithub_embed-container .mx-xl-4 {
    margin-left: 1.5rem !important; }
  ._admithub_embed-container .m-xl-5 {
    margin: 3rem !important; }
  ._admithub_embed-container .mt-xl-5,
  ._admithub_embed-container .my-xl-5 {
    margin-top: 3rem !important; }
  ._admithub_embed-container .mr-xl-5,
  ._admithub_embed-container .mx-xl-5 {
    margin-right: 3rem !important; }
  ._admithub_embed-container .mb-xl-5,
  ._admithub_embed-container .my-xl-5 {
    margin-bottom: 3rem !important; }
  ._admithub_embed-container .ml-xl-5,
  ._admithub_embed-container .mx-xl-5 {
    margin-left: 3rem !important; }
  ._admithub_embed-container .p-xl-0 {
    padding: 0 !important; }
  ._admithub_embed-container .pt-xl-0,
  ._admithub_embed-container .py-xl-0 {
    padding-top: 0 !important; }
  ._admithub_embed-container .pr-xl-0,
  ._admithub_embed-container .px-xl-0 {
    padding-right: 0 !important; }
  ._admithub_embed-container .pb-xl-0,
  ._admithub_embed-container .py-xl-0 {
    padding-bottom: 0 !important; }
  ._admithub_embed-container .pl-xl-0,
  ._admithub_embed-container .px-xl-0 {
    padding-left: 0 !important; }
  ._admithub_embed-container .p-xl-1 {
    padding: 0.25rem !important; }
  ._admithub_embed-container .pt-xl-1,
  ._admithub_embed-container .py-xl-1 {
    padding-top: 0.25rem !important; }
  ._admithub_embed-container .pr-xl-1,
  ._admithub_embed-container .px-xl-1 {
    padding-right: 0.25rem !important; }
  ._admithub_embed-container .pb-xl-1,
  ._admithub_embed-container .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  ._admithub_embed-container .pl-xl-1,
  ._admithub_embed-container .px-xl-1 {
    padding-left: 0.25rem !important; }
  ._admithub_embed-container .p-xl-2 {
    padding: 0.5rem !important; }
  ._admithub_embed-container .pt-xl-2,
  ._admithub_embed-container .py-xl-2 {
    padding-top: 0.5rem !important; }
  ._admithub_embed-container .pr-xl-2,
  ._admithub_embed-container .px-xl-2 {
    padding-right: 0.5rem !important; }
  ._admithub_embed-container .pb-xl-2,
  ._admithub_embed-container .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  ._admithub_embed-container .pl-xl-2,
  ._admithub_embed-container .px-xl-2 {
    padding-left: 0.5rem !important; }
  ._admithub_embed-container .p-xl-3 {
    padding: 1rem !important; }
  ._admithub_embed-container .pt-xl-3,
  ._admithub_embed-container .py-xl-3 {
    padding-top: 1rem !important; }
  ._admithub_embed-container .pr-xl-3,
  ._admithub_embed-container .px-xl-3 {
    padding-right: 1rem !important; }
  ._admithub_embed-container .pb-xl-3,
  ._admithub_embed-container .py-xl-3 {
    padding-bottom: 1rem !important; }
  ._admithub_embed-container .pl-xl-3,
  ._admithub_embed-container .px-xl-3 {
    padding-left: 1rem !important; }
  ._admithub_embed-container .p-xl-4 {
    padding: 1.5rem !important; }
  ._admithub_embed-container .pt-xl-4,
  ._admithub_embed-container .py-xl-4 {
    padding-top: 1.5rem !important; }
  ._admithub_embed-container .pr-xl-4,
  ._admithub_embed-container .px-xl-4 {
    padding-right: 1.5rem !important; }
  ._admithub_embed-container .pb-xl-4,
  ._admithub_embed-container .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  ._admithub_embed-container .pl-xl-4,
  ._admithub_embed-container .px-xl-4 {
    padding-left: 1.5rem !important; }
  ._admithub_embed-container .p-xl-5 {
    padding: 3rem !important; }
  ._admithub_embed-container .pt-xl-5,
  ._admithub_embed-container .py-xl-5 {
    padding-top: 3rem !important; }
  ._admithub_embed-container .pr-xl-5,
  ._admithub_embed-container .px-xl-5 {
    padding-right: 3rem !important; }
  ._admithub_embed-container .pb-xl-5,
  ._admithub_embed-container .py-xl-5 {
    padding-bottom: 3rem !important; }
  ._admithub_embed-container .pl-xl-5,
  ._admithub_embed-container .px-xl-5 {
    padding-left: 3rem !important; }
  ._admithub_embed-container .m-xl-auto {
    margin: auto !important; }
  ._admithub_embed-container .mt-xl-auto,
  ._admithub_embed-container .my-xl-auto {
    margin-top: auto !important; }
  ._admithub_embed-container .mr-xl-auto,
  ._admithub_embed-container .mx-xl-auto {
    margin-right: auto !important; }
  ._admithub_embed-container .mb-xl-auto,
  ._admithub_embed-container .my-xl-auto {
    margin-bottom: auto !important; }
  ._admithub_embed-container .ml-xl-auto,
  ._admithub_embed-container .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .m-xxl-0 {
    margin: 0 !important; }
  ._admithub_embed-container .mt-xxl-0,
  ._admithub_embed-container .my-xxl-0 {
    margin-top: 0 !important; }
  ._admithub_embed-container .mr-xxl-0,
  ._admithub_embed-container .mx-xxl-0 {
    margin-right: 0 !important; }
  ._admithub_embed-container .mb-xxl-0,
  ._admithub_embed-container .my-xxl-0 {
    margin-bottom: 0 !important; }
  ._admithub_embed-container .ml-xxl-0,
  ._admithub_embed-container .mx-xxl-0 {
    margin-left: 0 !important; }
  ._admithub_embed-container .m-xxl-1 {
    margin: 0.25rem !important; }
  ._admithub_embed-container .mt-xxl-1,
  ._admithub_embed-container .my-xxl-1 {
    margin-top: 0.25rem !important; }
  ._admithub_embed-container .mr-xxl-1,
  ._admithub_embed-container .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  ._admithub_embed-container .mb-xxl-1,
  ._admithub_embed-container .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  ._admithub_embed-container .ml-xxl-1,
  ._admithub_embed-container .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  ._admithub_embed-container .m-xxl-2 {
    margin: 0.5rem !important; }
  ._admithub_embed-container .mt-xxl-2,
  ._admithub_embed-container .my-xxl-2 {
    margin-top: 0.5rem !important; }
  ._admithub_embed-container .mr-xxl-2,
  ._admithub_embed-container .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  ._admithub_embed-container .mb-xxl-2,
  ._admithub_embed-container .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  ._admithub_embed-container .ml-xxl-2,
  ._admithub_embed-container .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  ._admithub_embed-container .m-xxl-3 {
    margin: 1rem !important; }
  ._admithub_embed-container .mt-xxl-3,
  ._admithub_embed-container .my-xxl-3 {
    margin-top: 1rem !important; }
  ._admithub_embed-container .mr-xxl-3,
  ._admithub_embed-container .mx-xxl-3 {
    margin-right: 1rem !important; }
  ._admithub_embed-container .mb-xxl-3,
  ._admithub_embed-container .my-xxl-3 {
    margin-bottom: 1rem !important; }
  ._admithub_embed-container .ml-xxl-3,
  ._admithub_embed-container .mx-xxl-3 {
    margin-left: 1rem !important; }
  ._admithub_embed-container .m-xxl-4 {
    margin: 1.5rem !important; }
  ._admithub_embed-container .mt-xxl-4,
  ._admithub_embed-container .my-xxl-4 {
    margin-top: 1.5rem !important; }
  ._admithub_embed-container .mr-xxl-4,
  ._admithub_embed-container .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  ._admithub_embed-container .mb-xxl-4,
  ._admithub_embed-container .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  ._admithub_embed-container .ml-xxl-4,
  ._admithub_embed-container .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  ._admithub_embed-container .m-xxl-5 {
    margin: 3rem !important; }
  ._admithub_embed-container .mt-xxl-5,
  ._admithub_embed-container .my-xxl-5 {
    margin-top: 3rem !important; }
  ._admithub_embed-container .mr-xxl-5,
  ._admithub_embed-container .mx-xxl-5 {
    margin-right: 3rem !important; }
  ._admithub_embed-container .mb-xxl-5,
  ._admithub_embed-container .my-xxl-5 {
    margin-bottom: 3rem !important; }
  ._admithub_embed-container .ml-xxl-5,
  ._admithub_embed-container .mx-xxl-5 {
    margin-left: 3rem !important; }
  ._admithub_embed-container .p-xxl-0 {
    padding: 0 !important; }
  ._admithub_embed-container .pt-xxl-0,
  ._admithub_embed-container .py-xxl-0 {
    padding-top: 0 !important; }
  ._admithub_embed-container .pr-xxl-0,
  ._admithub_embed-container .px-xxl-0 {
    padding-right: 0 !important; }
  ._admithub_embed-container .pb-xxl-0,
  ._admithub_embed-container .py-xxl-0 {
    padding-bottom: 0 !important; }
  ._admithub_embed-container .pl-xxl-0,
  ._admithub_embed-container .px-xxl-0 {
    padding-left: 0 !important; }
  ._admithub_embed-container .p-xxl-1 {
    padding: 0.25rem !important; }
  ._admithub_embed-container .pt-xxl-1,
  ._admithub_embed-container .py-xxl-1 {
    padding-top: 0.25rem !important; }
  ._admithub_embed-container .pr-xxl-1,
  ._admithub_embed-container .px-xxl-1 {
    padding-right: 0.25rem !important; }
  ._admithub_embed-container .pb-xxl-1,
  ._admithub_embed-container .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  ._admithub_embed-container .pl-xxl-1,
  ._admithub_embed-container .px-xxl-1 {
    padding-left: 0.25rem !important; }
  ._admithub_embed-container .p-xxl-2 {
    padding: 0.5rem !important; }
  ._admithub_embed-container .pt-xxl-2,
  ._admithub_embed-container .py-xxl-2 {
    padding-top: 0.5rem !important; }
  ._admithub_embed-container .pr-xxl-2,
  ._admithub_embed-container .px-xxl-2 {
    padding-right: 0.5rem !important; }
  ._admithub_embed-container .pb-xxl-2,
  ._admithub_embed-container .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  ._admithub_embed-container .pl-xxl-2,
  ._admithub_embed-container .px-xxl-2 {
    padding-left: 0.5rem !important; }
  ._admithub_embed-container .p-xxl-3 {
    padding: 1rem !important; }
  ._admithub_embed-container .pt-xxl-3,
  ._admithub_embed-container .py-xxl-3 {
    padding-top: 1rem !important; }
  ._admithub_embed-container .pr-xxl-3,
  ._admithub_embed-container .px-xxl-3 {
    padding-right: 1rem !important; }
  ._admithub_embed-container .pb-xxl-3,
  ._admithub_embed-container .py-xxl-3 {
    padding-bottom: 1rem !important; }
  ._admithub_embed-container .pl-xxl-3,
  ._admithub_embed-container .px-xxl-3 {
    padding-left: 1rem !important; }
  ._admithub_embed-container .p-xxl-4 {
    padding: 1.5rem !important; }
  ._admithub_embed-container .pt-xxl-4,
  ._admithub_embed-container .py-xxl-4 {
    padding-top: 1.5rem !important; }
  ._admithub_embed-container .pr-xxl-4,
  ._admithub_embed-container .px-xxl-4 {
    padding-right: 1.5rem !important; }
  ._admithub_embed-container .pb-xxl-4,
  ._admithub_embed-container .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  ._admithub_embed-container .pl-xxl-4,
  ._admithub_embed-container .px-xxl-4 {
    padding-left: 1.5rem !important; }
  ._admithub_embed-container .p-xxl-5 {
    padding: 3rem !important; }
  ._admithub_embed-container .pt-xxl-5,
  ._admithub_embed-container .py-xxl-5 {
    padding-top: 3rem !important; }
  ._admithub_embed-container .pr-xxl-5,
  ._admithub_embed-container .px-xxl-5 {
    padding-right: 3rem !important; }
  ._admithub_embed-container .pb-xxl-5,
  ._admithub_embed-container .py-xxl-5 {
    padding-bottom: 3rem !important; }
  ._admithub_embed-container .pl-xxl-5,
  ._admithub_embed-container .px-xxl-5 {
    padding-left: 3rem !important; }
  ._admithub_embed-container .m-xxl-auto {
    margin: auto !important; }
  ._admithub_embed-container .mt-xxl-auto,
  ._admithub_embed-container .my-xxl-auto {
    margin-top: auto !important; }
  ._admithub_embed-container .mr-xxl-auto,
  ._admithub_embed-container .mx-xxl-auto {
    margin-right: auto !important; }
  ._admithub_embed-container .mb-xxl-auto,
  ._admithub_embed-container .my-xxl-auto {
    margin-bottom: auto !important; }
  ._admithub_embed-container .ml-xxl-auto,
  ._admithub_embed-container .mx-xxl-auto {
    margin-left: auto !important; } }

._admithub_embed-container .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

._admithub_embed-container .text-justify {
  text-align: justify !important; }

._admithub_embed-container .text-nowrap {
  white-space: nowrap !important; }

._admithub_embed-container .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

._admithub_embed-container .text-left {
  text-align: left !important; }

._admithub_embed-container .text-right {
  text-align: right !important; }

._admithub_embed-container .text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  ._admithub_embed-container .text-sm-left {
    text-align: left !important; }
  ._admithub_embed-container .text-sm-right {
    text-align: right !important; }
  ._admithub_embed-container .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  ._admithub_embed-container .text-md-left {
    text-align: left !important; }
  ._admithub_embed-container .text-md-right {
    text-align: right !important; }
  ._admithub_embed-container .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  ._admithub_embed-container .text-lg-left {
    text-align: left !important; }
  ._admithub_embed-container .text-lg-right {
    text-align: right !important; }
  ._admithub_embed-container .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  ._admithub_embed-container .text-xl-left {
    text-align: left !important; }
  ._admithub_embed-container .text-xl-right {
    text-align: right !important; }
  ._admithub_embed-container .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  ._admithub_embed-container .text-xxl-left {
    text-align: left !important; }
  ._admithub_embed-container .text-xxl-right {
    text-align: right !important; }
  ._admithub_embed-container .text-xxl-center {
    text-align: center !important; } }

._admithub_embed-container .text-lowercase {
  text-transform: lowercase !important; }

._admithub_embed-container .text-uppercase {
  text-transform: uppercase !important; }

._admithub_embed-container .text-capitalize {
  text-transform: capitalize !important; }

._admithub_embed-container .font-weight-light {
  font-weight: 300 !important; }

._admithub_embed-container .font-weight-normal {
  font-weight: 400 !important; }

._admithub_embed-container .font-weight-bold {
  font-weight: 700 !important; }

._admithub_embed-container .font-italic {
  font-style: italic !important; }

._admithub_embed-container .text-white {
  color: #ffffff !important; }

._admithub_embed-container .text-primary {
  color: #22a1ac !important; }

._admithub_embed-container a.text-primary:hover, ._admithub_embed-container a.text-primary:focus {
  color: #1a7981 !important; }

._admithub_embed-container .text-secondary {
  color: #b65293 !important; }

._admithub_embed-container a.text-secondary:hover, ._admithub_embed-container a.text-secondary:focus {
  color: #963f77 !important; }

._admithub_embed-container .text-success {
  color: #28a745 !important; }

._admithub_embed-container a.text-success:hover, ._admithub_embed-container a.text-success:focus {
  color: #1e7e34 !important; }

._admithub_embed-container .text-info {
  color: #17a2b8 !important; }

._admithub_embed-container a.text-info:hover, ._admithub_embed-container a.text-info:focus {
  color: #117a8b !important; }

._admithub_embed-container .text-warning {
  color: #ffc107 !important; }

._admithub_embed-container a.text-warning:hover, ._admithub_embed-container a.text-warning:focus {
  color: #d39e00 !important; }

._admithub_embed-container .text-danger {
  color: #f4511e !important; }

._admithub_embed-container a.text-danger:hover, ._admithub_embed-container a.text-danger:focus {
  color: #d53b0a !important; }

._admithub_embed-container .text-light {
  color: #f8f9fa !important; }

._admithub_embed-container a.text-light:hover, ._admithub_embed-container a.text-light:focus {
  color: #dae0e5 !important; }

._admithub_embed-container .text-dark {
  color: #343a40 !important; }

._admithub_embed-container a.text-dark:hover, ._admithub_embed-container a.text-dark:focus {
  color: #1d2124 !important; }

._admithub_embed-container .text-incoming {
  color: #d3fffc !important; }

._admithub_embed-container a.text-incoming:hover, ._admithub_embed-container a.text-incoming:focus {
  color: #a0fff9 !important; }

._admithub_embed-container .text-forwarded {
  color: #37b669 !important; }

._admithub_embed-container a.text-forwarded:hover, ._admithub_embed-container a.text-forwarded:focus {
  color: #2b8f52 !important; }

._admithub_embed-container .text-new-ui-primary {
  color: #01a59a !important; }

._admithub_embed-container a.text-new-ui-primary:hover, ._admithub_embed-container a.text-new-ui-primary:focus {
  color: #01726b !important; }

._admithub_embed-container .text-new-ui-primary-highlight {
  color: #03b6aa !important; }

._admithub_embed-container a.text-new-ui-primary-highlight:hover, ._admithub_embed-container a.text-new-ui-primary-highlight:focus {
  color: #02847b !important; }

._admithub_embed-container .text-new-ui-selected-light {
  color: #e3effa !important; }

._admithub_embed-container a.text-new-ui-selected-light:hover, ._admithub_embed-container a.text-new-ui-selected-light:focus {
  color: #b8d6f2 !important; }

._admithub_embed-container .text-new-ui-danger {
  color: #e34646 !important; }

._admithub_embed-container a.text-new-ui-danger:hover, ._admithub_embed-container a.text-new-ui-danger:focus {
  color: #d62020 !important; }

._admithub_embed-container .text-new-ui-danger-light {
  color: #fae3e5 !important; }

._admithub_embed-container a.text-new-ui-danger-light:hover, ._admithub_embed-container a.text-new-ui-danger-light:focus {
  color: #f2b8bd !important; }

._admithub_embed-container .text-blue-grey-005 {
  color: #fbfbfb !important; }

._admithub_embed-container a.text-blue-grey-005:hover, ._admithub_embed-container a.text-blue-grey-005:focus {
  color: #e2e2e2 !important; }

._admithub_embed-container .text-blue-grey-010 {
  color: #eff3f5 !important; }

._admithub_embed-container a.text-blue-grey-010:hover, ._admithub_embed-container a.text-blue-grey-010:focus {
  color: #d0dbe1 !important; }

._admithub_embed-container .text-blue-grey-015 {
  color: #e4ebef !important; }

._admithub_embed-container a.text-blue-grey-015:hover, ._admithub_embed-container a.text-blue-grey-015:focus {
  color: #c4d3dc !important; }

._admithub_embed-container .text-blue-grey-020 {
  color: #d6e0e6 !important; }

._admithub_embed-container a.text-blue-grey-020:hover, ._admithub_embed-container a.text-blue-grey-020:focus {
  color: #b6c8d3 !important; }

._admithub_embed-container .text-blue-grey-025 {
  color: #f4f6f7 !important; }

._admithub_embed-container a.text-blue-grey-025:hover, ._admithub_embed-container a.text-blue-grey-025:focus {
  color: #d6dee2 !important; }

._admithub_embed-container .text-blue-grey-030 {
  color: #b2c2c9 !important; }

._admithub_embed-container a.text-blue-grey-030:hover, ._admithub_embed-container a.text-blue-grey-030:focus {
  color: #94aab4 !important; }

._admithub_embed-container .text-blue-grey-050 {
  color: #eff3f5 !important; }

._admithub_embed-container a.text-blue-grey-050:hover, ._admithub_embed-container a.text-blue-grey-050:focus {
  color: #d0dbe1 !important; }

._admithub_embed-container .text-blue-grey-075 {
  color: #dde3e6 !important; }

._admithub_embed-container a.text-blue-grey-075:hover, ._admithub_embed-container a.text-blue-grey-075:focus {
  color: #c0cbd0 !important; }

._admithub_embed-container .text-blue-grey-080 {
  color: #2e3b40 !important; }

._admithub_embed-container a.text-blue-grey-080:hover, ._admithub_embed-container a.text-blue-grey-080:focus {
  color: #192022 !important; }

._admithub_embed-container .text-blue-grey-100 {
  color: #cfd8dc !important; }

._admithub_embed-container a.text-blue-grey-100:hover, ._admithub_embed-container a.text-blue-grey-100:focus {
  color: #b2c0c6 !important; }

._admithub_embed-container .text-blue-grey-200 {
  color: #b0bec5 !important; }

._admithub_embed-container a.text-blue-grey-200:hover, ._admithub_embed-container a.text-blue-grey-200:focus {
  color: #93a6af !important; }

._admithub_embed-container .text-blue-grey-300 {
  color: #8fa4af !important; }

._admithub_embed-container a.text-blue-grey-300:hover, ._admithub_embed-container a.text-blue-grey-300:focus {
  color: #718c9a !important; }

._admithub_embed-container .text-blue-grey-400 {
  color: #77909d !important; }

._admithub_embed-container a.text-blue-grey-400:hover, ._admithub_embed-container a.text-blue-grey-400:focus {
  color: #5e7683 !important; }

._admithub_embed-container .text-blue-grey-500 {
  color: #5f7d8c !important; }

._admithub_embed-container a.text-blue-grey-500:hover, ._admithub_embed-container a.text-blue-grey-500:focus {
  color: #4a626e !important; }

._admithub_embed-container .text-blue-grey-501 {
  color: #76868d !important; }

._admithub_embed-container a.text-blue-grey-501:hover, ._admithub_embed-container a.text-blue-grey-501:focus {
  color: #5e6c72 !important; }

._admithub_embed-container .text-blue-grey-600 {
  color: #536e7b !important; }

._admithub_embed-container a.text-blue-grey-600:hover, ._admithub_embed-container a.text-blue-grey-600:focus {
  color: #3e535d !important; }

._admithub_embed-container .text-blue-grey-701 {
  color: #48565d !important; }

._admithub_embed-container a.text-blue-grey-701:hover, ._admithub_embed-container a.text-blue-grey-701:focus {
  color: #323b40 !important; }

._admithub_embed-container .text-blue-grey-800 {
  color: #37474f !important; }

._admithub_embed-container a.text-blue-grey-800:hover, ._admithub_embed-container a.text-blue-grey-800:focus {
  color: #222c31 !important; }

._admithub_embed-container .text-blue-grey-900 {
  color: #253238 !important; }

._admithub_embed-container a.text-blue-grey-900:hover, ._admithub_embed-container a.text-blue-grey-900:focus {
  color: #111719 !important; }

._admithub_embed-container .text-indigo-200 {
  color: #9fa7dc !important; }

._admithub_embed-container a.text-indigo-200:hover, ._admithub_embed-container a.text-indigo-200:focus {
  color: #7a85ce !important; }

._admithub_embed-container .text-indigo-900 {
  color: #191e80 !important; }

._admithub_embed-container a.text-indigo-900:hover, ._admithub_embed-container a.text-indigo-900:focus {
  color: #111455 !important; }

._admithub_embed-container .text-turquoise-100 {
  color: #98dad7 !important; }

._admithub_embed-container a.text-turquoise-100:hover, ._admithub_embed-container a.text-turquoise-100:focus {
  color: #72cdc8 !important; }

._admithub_embed-container .text-turquoise-300 {
  color: #51b7b1 !important; }

._admithub_embed-container a.text-turquoise-300:hover, ._admithub_embed-container a.text-turquoise-300:focus {
  color: #3e9791 !important; }

._admithub_embed-container .text-turquoise-400 {
  color: #24a69f !important; }

._admithub_embed-container a.text-turquoise-400:hover, ._admithub_embed-container a.text-turquoise-400:focus {
  color: #1b7c77 !important; }

._admithub_embed-container .text-turquoise-500 {
  color: #1d9790 !important; }

._admithub_embed-container a.text-turquoise-500:hover, ._admithub_embed-container a.text-turquoise-500:focus {
  color: #156c67 !important; }

._admithub_embed-container .text-red-600 {
  color: #e53935 !important; }

._admithub_embed-container a.text-red-600:hover, ._admithub_embed-container a.text-red-600:focus {
  color: #cd1e1a !important; }

._admithub_embed-container .text-amber-500 {
  color: #ffc107 !important; }

._admithub_embed-container a.text-amber-500:hover, ._admithub_embed-container a.text-amber-500:focus {
  color: #d39e00 !important; }

._admithub_embed-container .text-charcoal-grey {
  color: #36474f !important; }

._admithub_embed-container a.text-charcoal-grey:hover, ._admithub_embed-container a.text-charcoal-grey:focus {
  color: #212c31 !important; }

._admithub_embed-container .text-gull-grey {
  color: #a1b0b8 !important; }

._admithub_embed-container a.text-gull-grey:hover, ._admithub_embed-container a.text-gull-grey:focus {
  color: #8498a2 !important; }

._admithub_embed-container .text-message-no-match {
  color: #f4f9fd !important; }

._admithub_embed-container a.text-message-no-match:hover, ._admithub_embed-container a.text-message-no-match:focus {
  color: #c9e1f5 !important; }

._admithub_embed-container .text-message-incoming {
  color: #c9dced !important; }

._admithub_embed-container a.text-message-incoming:hover, ._admithub_embed-container a.text-message-incoming:focus {
  color: #a3c3e0 !important; }

._admithub_embed-container .text-pale-green {
  color: #0fc65b !important; }

._admithub_embed-container a.text-pale-green:hover, ._admithub_embed-container a.text-pale-green:focus {
  color: #0b9745 !important; }

._admithub_embed-container .text-admithub-pink {
  color: #b65293 !important; }

._admithub_embed-container a.text-admithub-pink:hover, ._admithub_embed-container a.text-admithub-pink:focus {
  color: #963f77 !important; }

._admithub_embed-container .text-admithub-grey {
  color: #f2f2f2 !important; }

._admithub_embed-container a.text-admithub-grey:hover, ._admithub_embed-container a.text-admithub-grey:focus {
  color: #d9d9d9 !important; }

._admithub_embed-container .text-admithub-primary {
  color: #22a1ac !important; }

._admithub_embed-container a.text-admithub-primary:hover, ._admithub_embed-container a.text-admithub-primary:focus {
  color: #1a7981 !important; }

._admithub_embed-container .text-warning-light {
  color: #fffff1 !important; }

._admithub_embed-container a.text-warning-light:hover, ._admithub_embed-container a.text-warning-light:focus {
  color: #ffffbe !important; }

._admithub_embed-container .text-dark-purple {
  color: #620b3e !important; }

._admithub_embed-container a.text-dark-purple:hover, ._admithub_embed-container a.text-dark-purple:focus {
  color: #340621 !important; }

._admithub_embed-container .text-light-purple {
  color: #620b3e1a !important; }

._admithub_embed-container a.text-light-purple:hover, ._admithub_embed-container a.text-light-purple:focus {
  color: rgba(52, 6, 33, 0.101961) !important; }

._admithub_embed-container .text-secondary-teal {
  color: #20ad96 !important; }

._admithub_embed-container a.text-secondary-teal:hover, ._admithub_embed-container a.text-secondary-teal:focus {
  color: #188271 !important; }

._admithub_embed-container .text-secondary-light {
  color: #effcfa !important; }

._admithub_embed-container a.text-secondary-light:hover, ._admithub_embed-container a.text-secondary-light:focus {
  color: #c4f4ed !important; }

._admithub_embed-container .text-opacity-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container a.text-opacity-50:hover, ._admithub_embed-container a.text-opacity-50:focus {
  color: rgba(230, 230, 230, 0.5) !important; }

._admithub_embed-container .text-blue-20 {
  color: #deebff !important; }

._admithub_embed-container a.text-blue-20:hover, ._admithub_embed-container a.text-blue-20:focus {
  color: #abccff !important; }

._admithub_embed-container .text-blue-90 {
  color: #003e82 !important; }

._admithub_embed-container a.text-blue-90:hover, ._admithub_embed-container a.text-blue-90:focus {
  color: #00264f !important; }

._admithub_embed-container .text-white {
  color: #ffffff !important; }

._admithub_embed-container a.text-white:hover, ._admithub_embed-container a.text-white:focus {
  color: #e6e6e6 !important; }

._admithub_embed-container .text-gray-150 {
  color: #edeeee !important; }

._admithub_embed-container a.text-gray-150:hover, ._admithub_embed-container a.text-gray-150:focus {
  color: #d3d5d5 !important; }

._admithub_embed-container .text-archived-badge-color {
  color: #95a7b0 !important; }

._admithub_embed-container a.text-archived-badge-color:hover, ._admithub_embed-container a.text-archived-badge-color:focus {
  color: #788f9a !important; }

._admithub_embed-container .text-line {
  color: #b2c2c9 !important; }

._admithub_embed-container a.text-line:hover, ._admithub_embed-container a.text-line:focus {
  color: #94aab4 !important; }

._admithub_embed-container .text-dark-gray {
  color: #5e6b72 !important; }

._admithub_embed-container a.text-dark-gray:hover, ._admithub_embed-container a.text-dark-gray:focus {
  color: #475156 !important; }

._admithub_embed-container .text-denim-blue {
  color: #1b71ce !important; }

._admithub_embed-container a.text-denim-blue:hover, ._admithub_embed-container a.text-denim-blue:focus {
  color: #1558a1 !important; }

._admithub_embed-container .text-mainstay-blue-10 {
  color: #f2f9ff !important; }

._admithub_embed-container a.text-mainstay-blue-10:hover, ._admithub_embed-container a.text-mainstay-blue-10:focus {
  color: #bfe1ff !important; }

._admithub_embed-container .text-mainstay-blue-40 {
  color: #6fadf0 !important; }

._admithub_embed-container a.text-mainstay-blue-40:hover, ._admithub_embed-container a.text-mainstay-blue-40:focus {
  color: #4193eb !important; }

._admithub_embed-container .text-mainstay-blue-60 {
  color: #1b71ce !important; }

._admithub_embed-container a.text-mainstay-blue-60:hover, ._admithub_embed-container a.text-mainstay-blue-60:focus {
  color: #1558a1 !important; }

._admithub_embed-container .text-mainstay-blue-70 {
  color: #0063d0 !important; }

._admithub_embed-container a.text-mainstay-blue-70:hover, ._admithub_embed-container a.text-mainstay-blue-70:focus {
  color: #004b9d !important; }

._admithub_embed-container .text-mainstay-blue-80 {
  color: #0051aa !important; }

._admithub_embed-container a.text-mainstay-blue-80:hover, ._admithub_embed-container a.text-mainstay-blue-80:focus {
  color: #003977 !important; }

._admithub_embed-container .text-mainstay-dark-blue {
  color: #092e63 !important; }

._admithub_embed-container a.text-mainstay-dark-blue:hover, ._admithub_embed-container a.text-mainstay-dark-blue:focus {
  color: #051834 !important; }

._admithub_embed-container .text-mainstay-dark-blue-80 {
  color: #3a5882 !important; }

._admithub_embed-container a.text-mainstay-dark-blue-80:hover, ._admithub_embed-container a.text-mainstay-dark-blue-80:focus {
  color: #2a405f !important; }

._admithub_embed-container .text-mainstay-dark-blue-70 {
  color: #536d92 !important; }

._admithub_embed-container a.text-mainstay-dark-blue-70:hover, ._admithub_embed-container a.text-mainstay-dark-blue-70:focus {
  color: #415571 !important; }

._admithub_embed-container .text-mainstay-dark-blue-65 {
  color: #5f779a !important; }

._admithub_embed-container a.text-mainstay-dark-blue-65:hover, ._admithub_embed-container a.text-mainstay-dark-blue-65:focus {
  color: #4c5f7a !important; }

._admithub_embed-container .text-mainstay-dark-blue-50 {
  color: #8497b1 !important; }

._admithub_embed-container a.text-mainstay-dark-blue-50:hover, ._admithub_embed-container a.text-mainstay-dark-blue-50:focus {
  color: #657d9d !important; }

._admithub_embed-container .text-mainstay-dark-blue-20 {
  color: #ced5e0 !important; }

._admithub_embed-container a.text-mainstay-dark-blue-20:hover, ._admithub_embed-container a.text-mainstay-dark-blue-20:focus {
  color: #afbacc !important; }

._admithub_embed-container .text-mainstay-dark-blue-10 {
  color: #e7ebf0 !important; }

._admithub_embed-container a.text-mainstay-dark-blue-10:hover, ._admithub_embed-container a.text-mainstay-dark-blue-10:focus {
  color: #c8d1dc !important; }

._admithub_embed-container .text-mainstay-dark-blue-05 {
  color: #f2f4f7 !important; }

._admithub_embed-container a.text-mainstay-dark-blue-05:hover, ._admithub_embed-container a.text-mainstay-dark-blue-05:focus {
  color: #d2d9e4 !important; }

._admithub_embed-container .text-mainstay-almost-black {
  color: #121619 !important; }

._admithub_embed-container a.text-mainstay-almost-black:hover, ._admithub_embed-container a.text-mainstay-almost-black:focus {
  color: black !important; }

._admithub_embed-container .text-mainstay-almost-black-30 {
  color: #b8baba !important; }

._admithub_embed-container a.text-mainstay-almost-black-30:hover, ._admithub_embed-container a.text-mainstay-almost-black-30:focus {
  color: #9ea1a1 !important; }

._admithub_embed-container .text-mainstay-almost-black-80 {
  color: #414547 !important; }

._admithub_embed-container a.text-mainstay-almost-black-80:hover, ._admithub_embed-container a.text-mainstay-almost-black-80:focus {
  color: #292b2c !important; }

._admithub_embed-container .text-mainstay-dark-mint {
  color: #00c6a4 !important; }

._admithub_embed-container a.text-mainstay-dark-mint:hover, ._admithub_embed-container a.text-mainstay-dark-mint:focus {
  color: #00937a !important; }

._admithub_embed-container .text-mainstay-dark-mint-w-opacity {
  color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container a.text-mainstay-dark-mint-w-opacity:hover, ._admithub_embed-container a.text-mainstay-dark-mint-w-opacity:focus {
  color: rgba(0, 147, 122, 0.1) !important; }

._admithub_embed-container .text-mainstay-dark-green {
  color: #08785d !important; }

._admithub_embed-container a.text-mainstay-dark-green:hover, ._admithub_embed-container a.text-mainstay-dark-green:focus {
  color: #054838 !important; }

._admithub_embed-container .text-mainstay-mint {
  color: #00ffd4 !important; }

._admithub_embed-container a.text-mainstay-mint:hover, ._admithub_embed-container a.text-mainstay-mint:focus {
  color: #00ccaa !important; }

._admithub_embed-container .text-mainstay-teal {
  color: #00837b !important; }

._admithub_embed-container a.text-mainstay-teal:hover, ._admithub_embed-container a.text-mainstay-teal:focus {
  color: #00504b !important; }

._admithub_embed-container .text-mainstay-cream-30 {
  color: #fffefc !important; }

._admithub_embed-container a.text-mainstay-cream-30:hover, ._admithub_embed-container a.text-mainstay-cream-30:focus {
  color: #ffedc9 !important; }

._admithub_embed-container .text-mainstay-gray-20 {
  color: #fafbfb !important; }

._admithub_embed-container a.text-mainstay-gray-20:hover, ._admithub_embed-container a.text-mainstay-gray-20:focus {
  color: #dee4e4 !important; }

._admithub_embed-container .text-mainstay-error-50 {
  color: #fdf3f3 !important; }

._admithub_embed-container a.text-mainstay-error-50:hover, ._admithub_embed-container a.text-mainstay-error-50:focus {
  color: #f6c7c7 !important; }

._admithub_embed-container .text-mainstay-error-300 {
  color: #fda29b !important; }

._admithub_embed-container a.text-mainstay-error-300:hover, ._admithub_embed-container a.text-mainstay-error-300:focus {
  color: #fc7469 !important; }

._admithub_embed-container .text-mainstay-error-600 {
  color: #cb271b !important; }

._admithub_embed-container a.text-mainstay-error-600:hover, ._admithub_embed-container a.text-mainstay-error-600:focus {
  color: #9e1e15 !important; }

._admithub_embed-container .text-mainstay-error-700 {
  color: #a31208 !important; }

._admithub_embed-container a.text-mainstay-error-700:hover, ._admithub_embed-container a.text-mainstay-error-700:focus {
  color: #720d06 !important; }

._admithub_embed-container .text-mainstay-error-red {
  color: #cb271b !important; }

._admithub_embed-container a.text-mainstay-error-red:hover, ._admithub_embed-container a.text-mainstay-error-red:focus {
  color: #9e1e15 !important; }

._admithub_embed-container .text-mainstay-spark-red {
  color: #f23661 !important; }

._admithub_embed-container a.text-mainstay-spark-red:hover, ._admithub_embed-container a.text-mainstay-spark-red:focus {
  color: #e60f40 !important; }

._admithub_embed-container .text-mainstay-focused-gray {
  color: #ced5e0 !important; }

._admithub_embed-container a.text-mainstay-focused-gray:hover, ._admithub_embed-container a.text-mainstay-focused-gray:focus {
  color: #afbacc !important; }

._admithub_embed-container .text-mainstay-text-default {
  color: #2e3b40 !important; }

._admithub_embed-container a.text-mainstay-text-default:hover, ._admithub_embed-container a.text-mainstay-text-default:focus {
  color: #192022 !important; }

._admithub_embed-container .text-mainstay-light-green {
  color: #097f65 !important; }

._admithub_embed-container a.text-mainstay-light-green:hover, ._admithub_embed-container a.text-mainstay-light-green:focus {
  color: #064f3f !important; }

._admithub_embed-container .text-mainstay-gray-backgrounds {
  color: #f9fafb !important; }

._admithub_embed-container a.text-mainstay-gray-backgrounds:hover, ._admithub_embed-container a.text-mainstay-gray-backgrounds:focus {
  color: #dae1e7 !important; }

._admithub_embed-container .text-mainstay-gray-lines {
  color: #d0d5dd !important; }

._admithub_embed-container a.text-mainstay-gray-lines:hover, ._admithub_embed-container a.text-mainstay-gray-lines:focus {
  color: #b2bbc8 !important; }

._admithub_embed-container .text-mainstay-gray-header {
  color: #1d2939 !important; }

._admithub_embed-container a.text-mainstay-gray-header:hover, ._admithub_embed-container a.text-mainstay-gray-header:focus {
  color: #0c1117 !important; }

._admithub_embed-container .text-mainstay-gray-text {
  color: #475467 !important; }

._admithub_embed-container a.text-mainstay-gray-text:hover, ._admithub_embed-container a.text-mainstay-gray-text:focus {
  color: #323b49 !important; }

._admithub_embed-container .text-mainstay-success-50 {
  color: #f6fef9 !important; }

._admithub_embed-container a.text-mainstay-success-50:hover, ._admithub_embed-container a.text-mainstay-success-50:focus {
  color: #c8f9da !important; }

._admithub_embed-container .text-mainstay-success-500 {
  color: #12b76a !important; }

._admithub_embed-container a.text-mainstay-success-500:hover, ._admithub_embed-container a.text-mainstay-success-500:focus {
  color: #0d894f !important; }

._admithub_embed-container .text-mainstay-success-600 {
  color: #039855 !important; }

._admithub_embed-container a.text-mainstay-success-600:hover, ._admithub_embed-container a.text-mainstay-success-600:focus {
  color: #026639 !important; }

._admithub_embed-container .text-mainstay-success-700 {
  color: #05603a !important; }

._admithub_embed-container a.text-mainstay-success-700:hover, ._admithub_embed-container a.text-mainstay-success-700:focus {
  color: #02301d !important; }

._admithub_embed-container .text-mainstay-warning-50 {
  color: #fffcf5 !important; }

._admithub_embed-container a.text-mainstay-warning-50:hover, ._admithub_embed-container a.text-mainstay-warning-50:focus {
  color: #ffedc2 !important; }

._admithub_embed-container .text-mainstay-warning-300 {
  color: #fec84b !important; }

._admithub_embed-container a.text-mainstay-warning-300:hover, ._admithub_embed-container a.text-mainstay-warning-300:focus {
  color: #feb918 !important; }

._admithub_embed-container .text-mainstay-warning-600 {
  color: #dc6803 !important; }

._admithub_embed-container a.text-mainstay-warning-600:hover, ._admithub_embed-container a.text-mainstay-warning-600:focus {
  color: #aa5002 !important; }

._admithub_embed-container .text-mainstay-warning-700 {
  color: #b54708 !important; }

._admithub_embed-container a.text-mainstay-warning-700:hover, ._admithub_embed-container a.text-mainstay-warning-700:focus {
  color: #843406 !important; }

._admithub_embed-container .text-mainstay-disabled-gray {
  color: #98a2b3 !important; }

._admithub_embed-container a.text-mainstay-disabled-gray:hover, ._admithub_embed-container a.text-mainstay-disabled-gray:focus {
  color: #7b889d !important; }

._admithub_embed-container .text-body {
  color: #495057 !important; }

._admithub_embed-container .text-muted {
  color: #6c757d !important; }

._admithub_embed-container .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

._admithub_embed-container .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

._admithub_embed-container .visible {
  visibility: visible !important; }

._admithub_embed-container .invisible {
  visibility: hidden !important; }

@media print {
  ._admithub_embed-container *,
  ._admithub_embed-container *::before,
  ._admithub_embed-container *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  ._admithub_embed-container a:not(.btn) {
    text-decoration: underline; }
  ._admithub_embed-container abbr[title]::after {
    content: " (" attr(title) ")"; }
  ._admithub_embed-container pre {
    white-space: pre-wrap !important; }
  ._admithub_embed-container pre,
  ._admithub_embed-container blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  ._admithub_embed-container thead {
    display: table-header-group; }
  ._admithub_embed-container tr,
  ._admithub_embed-container img {
    page-break-inside: avoid; }
  ._admithub_embed-container p,
  ._admithub_embed-container h2,
  ._admithub_embed-container h3 {
    orphans: 3;
    widows: 3; }
  ._admithub_embed-container h2,
  ._admithub_embed-container h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  ._admithub_embed-container body {
    min-width: 992px !important; }
  ._admithub_embed-container .container {
    min-width: 992px !important; }
  ._admithub_embed-container .navbar {
    display: none; }
  ._admithub_embed-container .badge {
    border: 1px solid #000; }
  ._admithub_embed-container .table {
    border-collapse: collapse !important; }
    ._admithub_embed-container .table td,
    ._admithub_embed-container .table th {
      background-color: #ffffff !important; }
  ._admithub_embed-container .table-bordered th,
  ._admithub_embed-container .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  ._admithub_embed-container .table-dark {
    color: inherit; }
    ._admithub_embed-container .table-dark th,
    ._admithub_embed-container .table-dark td,
    ._admithub_embed-container .table-dark thead th,
    ._admithub_embed-container .table-dark tbody + tbody {
      border-color: #dee2e6; }
  ._admithub_embed-container .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*
	Following Bootstrap Convention,
	Overriding form styles here instead of on individual components
*/
._admithub_embed-container .form-control:not(.no-override) {
  background-color: #e7ebf0; }
  ._admithub_embed-container .form-control:not(.no-override):hover {
    background-color: #ced5e0; }
  ._admithub_embed-container .form-control:not(.no-override):focus, ._admithub_embed-container .form-control:not(.no-override):focus:hover {
    background-color: #e7ebf0;
    box-shadow: none; }
  ._admithub_embed-container .form-control:not(.no-override).outline {
    border: 1px solid #ced4da;
    background-color: transparent; }
    ._admithub_embed-container .form-control:not(.no-override).outline:hover {
      border-color: #adb5bd; }
    ._admithub_embed-container .form-control:not(.no-override).outline:focus, ._admithub_embed-container .form-control:not(.no-override).outline:focus:hover {
      border-color: #ced4da;
      background-color: transparent; }
  ._admithub_embed-container .form-control:not(.no-override).reveal {
    border: 1px solid transparent;
    background-color: transparent; }
    ._admithub_embed-container .form-control:not(.no-override).reveal:hover {
      border-color: #adb5bd; }
    ._admithub_embed-container .form-control:not(.no-override).reveal:focus, ._admithub_embed-container .form-control:not(.no-override).reveal:focus:hover {
      border-color: #ced4da;
      background-color: transparent; }

._admithub_embed-container select.form-control:not(.no-override):disabled {
  color: rgba(9, 46, 99, 0.7); }

._admithub_embed-container input.form-control:not(.no-override):disabled, ._admithub_embed-container input.form-control:not(.no-override):-moz-read-only {
  background-color: #e7ebf0;
  color: rgba(9, 46, 99, 0.5);
  cursor: not-allowed; }

._admithub_embed-container input.form-control:not(.no-override):disabled, ._admithub_embed-container input.form-control:not(.no-override):read-only {
  background-color: #e7ebf0;
  color: rgba(9, 46, 99, 0.5);
  cursor: not-allowed; }

._admithub_embed-container input.form-control::-webkit-input-placeholder:not(.no-override) {
  color: rgba(9, 46, 99, 0.7); }

._admithub_embed-container input.form-control:-ms-input-placeholder:not(.no-override) {
  color: rgba(9, 46, 99, 0.7); }

._admithub_embed-container input.form-control::-ms-input-placeholder:not(.no-override) {
  color: rgba(9, 46, 99, 0.7); }

._admithub_embed-container input.form-control::placeholder:not(.no-override) {
  color: rgba(9, 46, 99, 0.7); }

._admithub_embed-container input.form-control:not(.no-override),
._admithub_embed-container textarea.form-control:not(.no-override),
._admithub_embed-container .input-wrapper.form-control:not(.no-override) {
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background-image: linear-gradient(to top, #22a1ac 2px, rgba(231, 235, 240, 0) 2px, rgba(231, 235, 240, 0) 100%);
  background-size: 0;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-color: #e7ebf0; }
  ._admithub_embed-container input.form-control:not(.no-override).is-invalid,
  ._admithub_embed-container textarea.form-control:not(.no-override).is-invalid,
  ._admithub_embed-container .input-wrapper.form-control:not(.no-override).is-invalid {
    box-shadow: none !important;
    color: #e34646;
    background-image: linear-gradient(to top, #e34646 2px, rgba(231, 235, 240, 0) 2px, rgba(231, 235, 240, 0) 100%);
    background-color: #fae3e5; }
    ._admithub_embed-container input.form-control:not(.no-override).is-invalid:focus, ._admithub_embed-container input.form-control:not(.no-override).is-invalid:focus:hover, ._admithub_embed-container textarea.form-control:not(.no-override).is-invalid:focus, ._admithub_embed-container textarea.form-control:not(.no-override).is-invalid:focus:hover, ._admithub_embed-container .input-wrapper.form-control:not(.no-override).is-invalid:focus, ._admithub_embed-container .input-wrapper.form-control:not(.no-override).is-invalid:focus:hover {
      background-color: #fae3e5; }
  ._admithub_embed-container input.form-control:not(.no-override):focus, ._admithub_embed-container input.form-control:not(.no-override):focus:hover, ._admithub_embed-container textarea.form-control:not(.no-override):focus, ._admithub_embed-container textarea.form-control:not(.no-override):focus:hover, ._admithub_embed-container .input-wrapper.form-control:not(.no-override):focus, ._admithub_embed-container .input-wrapper.form-control:not(.no-override):focus:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-size: 100%;
    background-color: #e7ebf0; }

._admithub_embed-container .form-group-labeled:not(.no-override) {
  position: relative; }
  ._admithub_embed-container .form-group-labeled:not(.no-override) label {
    position: absolute;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    left: 0.75rem;
    top: calc(0.375rem + 0.5rem);
    color: rgba(9, 46, 99, 0.7);
    font-size: 1rem; }
  ._admithub_embed-container .form-group-labeled:not(.no-override).has-value label, ._admithub_embed-container .form-group-labeled:not(.no-override).active-label-input label {
    font-size: 0.8rem;
    top: calc(0.375rem * 0.45); }
  ._admithub_embed-container .form-group-labeled:not(.no-override).active-label-input label {
    color: #22a1ac; }
  ._admithub_embed-container .form-group-labeled:not(.no-override).form-group-lg label {
    font-size: 1.25rem; }
  ._admithub_embed-container .form-group-labeled:not(.no-override).form-group-lg.has-value label, ._admithub_embed-container .form-group-labeled:not(.no-override).form-group-lg.active-label-input label {
    font-size: 0.8rem;
    top: calc(0.375rem * 0.7); }
  ._admithub_embed-container .form-group-labeled:not(.no-override) input.form-control,
  ._admithub_embed-container .form-group-labeled:not(.no-override) textarea.form-control {
    height: auto;
    padding-top: calc(0.375rem + 0.8rem); }
    ._admithub_embed-container .form-group-labeled:not(.no-override) input.form-control.active-label-input label,
    ._admithub_embed-container .form-group-labeled:not(.no-override) textarea.form-control.active-label-input label {
      color: #e34646; }

._admithub_embed-container .search-input:not(.no-override) {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  display: block; }
  ._admithub_embed-container .search-input:not(.no-override) .search-input-prepend,
  ._admithub_embed-container .search-input:not(.no-override) .search-input-append {
    position: absolute;
    display: flex;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    top: 0; }
  ._admithub_embed-container .search-input:not(.no-override) .search-input-prepend {
    left: 0; }
  ._admithub_embed-container .search-input:not(.no-override) .search-input-append {
    right: 0; }
  ._admithub_embed-container .search-input:not(.no-override) input.form-control {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    z-index: 1;
    position: relative; }
  ._admithub_embed-container .search-input:not(.no-override) .ahicon {
    color: #6c757d; }
  ._admithub_embed-container .search-input:not(.no-override) .btn-icon,
  ._admithub_embed-container .search-input:not(.no-override) .btn-icon:hover {
    background-color: transparent; }

._admithub_embed-container .input-group-text {
  background-color: #e7ebf0; }

._admithub_embed-container .primary-border-btn:not(.no-override) {
  background: #ffffff;
  border: 3px solid #01a59a;
  border-radius: 5px;
  color: #01a59a;
  transition: all 0.3s linear; }
  ._admithub_embed-container .primary-border-btn:not(.no-override):hover, ._admithub_embed-container .primary-border-btn:not(.no-override):active {
    border-color: #03b6aa;
    color: #03b6aa; }

._admithub_embed-container input[type='number']::-webkit-inner-spin-button:not(.no-override),
._admithub_embed-container input[type='number']::-webkit-outer-spin-button:not(.no-override) {
  -webkit-appearance: none;
  margin: 0; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .popover.no-max-width {
  max-width: unset; }

._admithub_embed-container h1, ._admithub_embed-container h2, ._admithub_embed-container h3, ._admithub_embed-container h4, ._admithub_embed-container h5, ._admithub_embed-container h6 {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

._admithub_embed-container .Toastify__toast-container {
  width: auto; }
  ._admithub_embed-container .Toastify__toast-container .Toastify__toast-body {
    padding: 0 0.5rem; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .panel {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: hidden;
  border-right: 1px solid #dee2e6;
  padding: 0; }
  ._admithub_embed-container .panel.panel-last {
    border-right: none; }

._admithub_embed-container .panel-header {
  padding: 0 1rem;
  width: 100%;
  z-index: 2; }
  ._admithub_embed-container .panel-header .panel-header-content {
    display: flex;
    position: relative;
    border-bottom: 1px solid #dee2e6;
    height: 3.5rem;
    align-items: center; }
  ._admithub_embed-container .panel-header .header-secondary {
    display: flex;
    flex: 1 1;
    justify-content: flex-end; }
    ._admithub_embed-container .panel-header .header-secondary .search-bar-expand {
      position: absolute;
      z-index: 2;
      top: 0.5rem;
      left: 0; }
  ._admithub_embed-container .panel-header .panel-title span {
    display: block; }

._admithub_embed-container .panel-content {
  overflow-y: auto; }
  ._admithub_embed-container .panel-content:not(.no-panel-content-padding) {
    padding: 0.5rem 1rem 2.5rem; }

._admithub_embed-container .panel-footer {
  padding: 0 1rem 0.5rem;
  z-index: 2; }

._admithub_embed-container .panel-content-padding {
  padding: 0.5rem 2rem 3.5rem; }

._admithub_embed-container .panel.panel-main {
  border-right: none; }
  ._admithub_embed-container .panel.panel-main .panel-header {
    padding: 0 2rem; }
  ._admithub_embed-container .panel.panel-main .panel-content {
    padding: 0.5rem 2rem 3.5rem; }
  ._admithub_embed-container .panel.panel-main .panel-footer {
    padding: 0 2rem 0.5rem; }

@media (max-width: 767.98px) {
  ._admithub_embed-container .placeholder-mobile-panels {
    flex-direction: column; }
    ._admithub_embed-container .placeholder-mobile-panels .sidebar {
      max-height: 25vh;
      box-shadow: none;
      z-index: 2;
      width: 100%; }
    ._admithub_embed-container .placeholder-mobile-panels .panel-main {
      box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.15);
      z-index: 2; }
      ._admithub_embed-container .placeholder-mobile-panels .panel-main .panel-content {
        padding: 0.5rem 1rem 2.5rem; } }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .sidebar {
  background-color: #fffefc;
  color: #495057;
  border-right: 1px solid #e8e9ea;
  font-size: 0.95rem;
  flex: none; }
  ._admithub_embed-container .sidebar.mainstay {
    color: #536d92; }
    ._admithub_embed-container .sidebar.mainstay .sidebar-section {
      padding-top: 0.4rem;
      padding-bottom: 1.2rem; }
    ._admithub_embed-container .sidebar.mainstay .panel-header {
      padding: 0 10px 0 30px !important; }
      ._admithub_embed-container .sidebar.mainstay .panel-header .panel-header-content {
        height: auto !important;
        border: 0 !important; }
      ._admithub_embed-container .sidebar.mainstay .panel-header .panel-title {
        padding: 0 !important; }
    ._admithub_embed-container .sidebar.mainstay .panel-title {
      padding-left: 1.25rem;
      margin-bottom: 0.375rem;
      margin-top: 2.188rem;
      text-transform: uppercase !important;
      color: #536d92 !important;
      letter-spacing: 0.06em; }
    ._admithub_embed-container .sidebar.mainstay .panel-content {
      padding: 0 0.625rem 1.875rem !important; }
    ._admithub_embed-container .sidebar.mainstay h6 {
      color: #536d92; }
    ._admithub_embed-container .sidebar.mainstay .topic-item {
      width: auto;
      border-radius: 15px;
      color: #536d92;
      margin-bottom: 0.125rem;
      margin-left: 0.625rem;
      padding: 0.2rem 0.625rem; }
      ._admithub_embed-container .sidebar.mainstay .topic-item:hover, ._admithub_embed-container .sidebar.mainstay .topic-item.active {
        background-color: #f2f4f7;
        color: #092e63; }
  ._admithub_embed-container .sidebar .expand-link .ahicon {
    font-size: 21px;
    vertical-align: -0.12rem; }
  ._admithub_embed-container .sidebar a.header-item {
    display: flex;
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.375rem;
    padding: 0.2rem 0.625rem; }
    ._admithub_embed-container .sidebar a.header-item.active {
      font-weight: bold;
      background-color: #f2f4f7;
      color: #092e63;
      border-radius: 15px; }
  ._admithub_embed-container .sidebar .topic-item {
    display: flex;
    justify-content: space-between;
    border-radius: 0.25rem;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
    padding: 0.2rem 0.8rem; }
  ._admithub_embed-container .sidebar .form-control,
  ._admithub_embed-container .sidebar .input-group-text {
    background-color: #dde3e6; }
  ._admithub_embed-container .sidebar .topic-dot {
    width: 12px;
    height: 12px;
    margin-right: 0.6rem; }

._admithub_embed-container .sidebar.sidebar-width {
  width: 240px; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .overflow-x-table {
  overflow-x: auto; }

._admithub_embed-container .panel-main .overflow-x-table {
  margin: 0 -2rem;
  padding-left: 2rem; }
  ._admithub_embed-container .panel-main .overflow-x-table .table {
    padding-right: 2rem; }

._admithub_embed-container .table {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1.5rem; }

._admithub_embed-container .table-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dee2e6;
  padding: 1rem 0; }
  ._admithub_embed-container .table-row > .col,
  ._admithub_embed-container .table-row > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

._admithub_embed-container .table-col {
  text-overflow: ellipsis; }

._admithub_embed-container .table-subheader {
  border-top: 2px solid #6c757d; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .min-height-100 {
  min-height: 100% !important; }

._admithub_embed-container .fs-0_8rem,
._admithub_embed-container .badge {
  font-size: 0.8rem; }

._admithub_embed-container .height-auto {
  height: auto !important; }

._admithub_embed-container .height-min-content {
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important; }

._admithub_embed-container .height-50vh {
  height: 50vh !important; }

._admithub_embed-container .height-100 {
  height: 100% !important; }

._admithub_embed-container .width-0 {
  width: 0 !important; }

._admithub_embed-container .width-50 {
  width: 50% !important; }

._admithub_embed-container .width-100 {
  width: 100% !important; }

._admithub_embed-container .height-100vh {
  height: 100vh !important; }

._admithub_embed-container .height-77px {
  height: 77px !important; }

._admithub_embed-container .height-100px {
  height: 100px !important; }

._admithub_embed-container .height-250px {
  height: 250px !important; }

._admithub_embed-container .max-page-height {
  height: calc(100vh - 41px) !important; }

._admithub_embed-container .triage-max-page-height {
  height: calc(100vh - 64px) !important; }

._admithub_embed-container .overflow-y-auto,
._admithub_embed-container .scroll-y {
  overflow-y: auto !important; }

._admithub_embed-container .scroll-x {
  overflow-x: auto !important; }

._admithub_embed-container .overflow-x-hidden {
  overflow-x: hidden; }

._admithub_embed-container .overflow-y-hidden {
  overflow-y: hidden !important; }

._admithub_embed-container .line-height-0 {
  line-height: 0rem; }

._admithub_embed-container .line-height-normal {
  line-height: normal !important; }

._admithub_embed-container .line-height-22-6 {
  line-height: 22.6px !important; }

._admithub_embed-container .line-height-30 {
  line-height: 30px !important; }

._admithub_embed-container .line-height-100 {
  line-height: 100% !important; }

._admithub_embed-container .line-height-140 {
  line-height: 140% !important; }

._admithub_embed-container .icon-height-adjust {
  vertical-align: -2px; }

._admithub_embed-container .border-dashed {
  border-style: dashed !important; }

._admithub_embed-container .bw-2px {
  border-width: 2px !important; }

._admithub_embed-container .bw-4px {
  border-width: 4px !important; }

._admithub_embed-container .border-bottom-left-radius-3px {
  border-bottom-left-radius: 3px; }

._admithub_embed-container .border-radius {
  border-radius: 0.25rem; }

._admithub_embed-container .border-radius-lg {
  border-radius: 30px !important; }

._admithub_embed-container .border-radius-md {
  border-radius: 15px !important; }

._admithub_embed-container .border-radius-05em {
  border-radius: 0.5rem !important; }

._admithub_embed-container .border-radius-1em {
  border-radius: 1rem !important; }

._admithub_embed-container .border-radius-10 {
  border-radius: 0.625rem !important; }

._admithub_embed-container .border-radius-75 {
  border-radius: 7.5rem !important; }

._admithub_embed-container .border-top-left-radius-lg {
  border-top-left-radius: 30px !important; }

._admithub_embed-container .border-top-left-radius-md {
  border-top-left-radius: 15px !important; }

._admithub_embed-container .border-top-left-radius-0 {
  border-top-left-radius: 0 !important; }

._admithub_embed-container .border-top-right-radius-lg {
  border-top-right-radius: 30px !important; }

._admithub_embed-container .border-top-right-radius-md {
  border-top-right-radius: 15px !important; }

._admithub_embed-container .border-top-right-radius-0 {
  border-top-right-radius: 0 !important; }

._admithub_embed-container .border-bottom-left-radius-lg {
  border-bottom-left-radius: 30px !important; }

._admithub_embed-container .border-bottom-left-radius-md {
  border-bottom-left-radius: 15px !important; }

._admithub_embed-container .border-bottom-left-radius-0 {
  border-bottom-left-radius: 0 !important; }

._admithub_embed-container .border-bottom-right-radius-lg {
  border-bottom-right-radius: 30px !important; }

._admithub_embed-container .border-bottom-right-radius-md {
  border-bottom-right-radius: 15px !important; }

._admithub_embed-container .border-bottom-right-radius-0 {
  border-bottom-right-radius: 0 !important; }

._admithub_embed-container .bottom-0 {
  bottom: 0; }

._admithub_embed-container .left-0 {
  left: 0 !important; }

._admithub_embed-container .w-30 {
  width: 30% !important; }

._admithub_embed-container .w-40 {
  width: 40% !important; }

._admithub_embed-container .w-70 {
  width: 70% !important; }

._admithub_embed-container .w-80 {
  width: 80% !important; }

._admithub_embed-container .w-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

._admithub_embed-container .w-40px {
  width: 40px; }

._admithub_embed-container .w-95vw {
  width: 95vw; }

._admithub_embed-container .w-120px {
  width: 120px !important; }

._admithub_embed-container .w-180px {
  width: 180px !important; }

._admithub_embed-container .w-200px {
  width: 200px !important; }

._admithub_embed-container .w-360 {
  width: 360px !important; }

._admithub_embed-container .max-w-360 {
  max-width: 360px !important; }

._admithub_embed-container .max-w-19rem {
  max-width: 19rem !important; }

._admithub_embed-container .pointer:hover {
  cursor: pointer !important; }

._admithub_embed-container .not-allowed:hover {
  cursor: not-allowed !important; }

._admithub_embed-container .pointer-events-none {
  pointer-events: none !important; }

._admithub_embed-container .no-highlight {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

._admithub_embed-container .no-wrap {
  white-space: nowrap !important; }

._admithub_embed-container .text-wrap {
  width: 100%;
  overflow-wrap: break-word; }

._admithub_embed-container .text-decoration-none {
  text-decoration: none !important; }

._admithub_embed-container .text-muted-v2 {
  /* Defaults / Muted Text (BG60) */
  color: #5e6b72 !important; }

._admithub_embed-container .border-color-bluegrey-20 {
  border-color: #d6e0e6 !important; }

._admithub_embed-container .border-color-bluegrey-30 {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .max-width-100px {
  max-width: 100px !important; }

._admithub_embed-container .max-height-100px {
  max-height: 100px !important; }

._admithub_embed-container .max-width-150px {
  max-width: 150px !important; }

._admithub_embed-container .max-height-150px {
  max-height: 150px !important; }

._admithub_embed-container .max-width-250px {
  max-width: 250px !important; }

._admithub_embed-container .max-height-250px {
  max-height: 250px !important; }

._admithub_embed-container .max-width-300px {
  max-width: 300px !important; }

._admithub_embed-container .max-height-300px {
  max-height: 300px !important; }

._admithub_embed-container .max-height-100vh {
  max-height: 100vh !important; }

._admithub_embed-container .max-width-100 {
  max-width: 100% !important; }

._admithub_embed-container .max-width-250 {
  max-width: 250px !important; }

._admithub_embed-container .max-width-200 {
  max-width: 200px !important; }

._admithub_embed-container .max-width-300 {
  max-width: 300px !important; }

._admithub_embed-container .max-width-350 {
  max-width: 350px !important; }

._admithub_embed-container .max-width-400 {
  max-width: 400px !important; }

._admithub_embed-container .max-width-450 {
  max-width: 450px !important; }

._admithub_embed-container .max-width-500 {
  max-width: 500px !important; }

._admithub_embed-container .max-width-800 {
  max-width: 800px !important; }

._admithub_embed-container .image-60 {
  height: 60px;
  width: 60px; }
  ._admithub_embed-container .image-60 .image {
    height: 28px;
    width: 28px;
    background-size: cover; }

._admithub_embed-container .image-30 {
  height: 30px;
  width: 30px; }

._admithub_embed-container .h-1 {
  height: 0.25rem !important; }

._admithub_embed-container .h-2rem {
  height: 2rem !important; }

._admithub_embed-container .h-2_5rem {
  height: 2.5rem !important; }

._admithub_embed-container .h-2_5rem {
  height: 2.5rem !important; }

._admithub_embed-container .h-200px {
  height: 200px !important; }

._admithub_embed-container .w-2rem {
  width: 2rem !important; }

._admithub_embed-container .w-2_5rem {
  width: 2.5rem !important; }

._admithub_embed-container .px-7px {
  padding-top: 7px;
  padding-bottom: 7px; }

._admithub_embed-container .pl-_75rem {
  padding-left: 0.75rem; }

._admithub_embed-container .pr-_75rem {
  padding-right: 0.75rem; }

._admithub_embed-container .pt-_75rem {
  padding-top: 0.75rem; }

._admithub_embed-container .pb-_75rem {
  padding-bottom: 0.75rem; }

._admithub_embed-container .mr-4rem {
  margin-right: 4rem !important; }

._admithub_embed-container .mb-1rem {
  margin-bottom: 1rem !important; }

._admithub_embed-container .mb-3rem {
  margin-bottom: 3rem !important; }

._admithub_embed-container .mb-6rem {
  margin-bottom: 5rem !important; }

._admithub_embed-container .mt-1_25 {
  margin-top: 1.25rem !important; }

._admithub_embed-container .mt-_1 {
  margin-top: 0.1rem !important; }

._admithub_embed-container .mt-negative {
  margin-top: -0.25rem !important; }

._admithub_embed-container hr.horizontal-line-primary {
  border-top: 1px solid #22a1ac !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-secondary {
  border-top: 1px solid #b65293 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-success {
  border-top: 1px solid #28a745 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-info {
  border-top: 1px solid #17a2b8 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-warning {
  border-top: 1px solid #ffc107 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-danger {
  border-top: 1px solid #f4511e !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-light {
  border-top: 1px solid #f8f9fa !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-dark {
  border-top: 1px solid #343a40 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-incoming {
  border-top: 1px solid #d3fffc !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-forwarded {
  border-top: 1px solid #37b669 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-new-ui-primary {
  border-top: 1px solid #01a59a !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-new-ui-primary-highlight {
  border-top: 1px solid #03b6aa !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-new-ui-selected-light {
  border-top: 1px solid #e3effa !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-new-ui-danger {
  border-top: 1px solid #e34646 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-new-ui-danger-light {
  border-top: 1px solid #fae3e5 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-005 {
  border-top: 1px solid #fbfbfb !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-010 {
  border-top: 1px solid #eff3f5 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-015 {
  border-top: 1px solid #e4ebef !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-020 {
  border-top: 1px solid #d6e0e6 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-025 {
  border-top: 1px solid #f4f6f7 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-030 {
  border-top: 1px solid #b2c2c9 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-050 {
  border-top: 1px solid #eff3f5 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-075 {
  border-top: 1px solid #dde3e6 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-080 {
  border-top: 1px solid #2e3b40 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-100 {
  border-top: 1px solid #cfd8dc !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-200 {
  border-top: 1px solid #b0bec5 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-300 {
  border-top: 1px solid #8fa4af !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-400 {
  border-top: 1px solid #77909d !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-500 {
  border-top: 1px solid #5f7d8c !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-501 {
  border-top: 1px solid #76868d !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-600 {
  border-top: 1px solid #536e7b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-701 {
  border-top: 1px solid #48565d !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-800 {
  border-top: 1px solid #37474f !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-grey-900 {
  border-top: 1px solid #253238 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-indigo-200 {
  border-top: 1px solid #9fa7dc !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-indigo-900 {
  border-top: 1px solid #191e80 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-turquoise-100 {
  border-top: 1px solid #98dad7 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-turquoise-300 {
  border-top: 1px solid #51b7b1 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-turquoise-400 {
  border-top: 1px solid #24a69f !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-turquoise-500 {
  border-top: 1px solid #1d9790 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-red-600 {
  border-top: 1px solid #e53935 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-amber-500 {
  border-top: 1px solid #ffc107 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-charcoal-grey {
  border-top: 1px solid #36474f !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-gull-grey {
  border-top: 1px solid #a1b0b8 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-message-no-match {
  border-top: 1px solid #f4f9fd !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-message-incoming {
  border-top: 1px solid #c9dced !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-pale-green {
  border-top: 1px solid #0fc65b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-admithub-pink {
  border-top: 1px solid #b65293 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-admithub-grey {
  border-top: 1px solid #f2f2f2 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-admithub-primary {
  border-top: 1px solid #22a1ac !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-warning-light {
  border-top: 1px solid #fffff1 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-dark-purple {
  border-top: 1px solid #620b3e !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-light-purple {
  border-top: 1px solid #620b3e1a !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-secondary-teal {
  border-top: 1px solid #20ad96 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-secondary-light {
  border-top: 1px solid #effcfa !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-opacity-50 {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-20 {
  border-top: 1px solid #deebff !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-blue-90 {
  border-top: 1px solid #003e82 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-white {
  border-top: 1px solid #ffffff !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-gray-150 {
  border-top: 1px solid #edeeee !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-archived-badge-color {
  border-top: 1px solid #95a7b0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-line {
  border-top: 1px solid #b2c2c9 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-dark-gray {
  border-top: 1px solid #5e6b72 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-denim-blue {
  border-top: 1px solid #1b71ce !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-blue-10 {
  border-top: 1px solid #f2f9ff !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-blue-40 {
  border-top: 1px solid #6fadf0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-blue-60 {
  border-top: 1px solid #1b71ce !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-blue-70 {
  border-top: 1px solid #0063d0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-blue-80 {
  border-top: 1px solid #0051aa !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue {
  border-top: 1px solid #092e63 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-80 {
  border-top: 1px solid #3a5882 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-70 {
  border-top: 1px solid #536d92 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-65 {
  border-top: 1px solid #5f779a !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-50 {
  border-top: 1px solid #8497b1 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-20 {
  border-top: 1px solid #ced5e0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-10 {
  border-top: 1px solid #e7ebf0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-blue-05 {
  border-top: 1px solid #f2f4f7 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-almost-black {
  border-top: 1px solid #121619 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-almost-black-30 {
  border-top: 1px solid #b8baba !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-almost-black-80 {
  border-top: 1px solid #414547 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-mint {
  border-top: 1px solid #00c6a4 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-mint-w-opacity {
  border-top: 1px solid rgba(0, 198, 164, 0.1) !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-dark-green {
  border-top: 1px solid #08785d !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-mint {
  border-top: 1px solid #00ffd4 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-teal {
  border-top: 1px solid #00837b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-cream-30 {
  border-top: 1px solid #fffefc !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-gray-20 {
  border-top: 1px solid #fafbfb !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-error-50 {
  border-top: 1px solid #fdf3f3 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-error-300 {
  border-top: 1px solid #fda29b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-error-600 {
  border-top: 1px solid #cb271b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-error-700 {
  border-top: 1px solid #a31208 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-error-red {
  border-top: 1px solid #cb271b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-spark-red {
  border-top: 1px solid #f23661 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-focused-gray {
  border-top: 1px solid #ced5e0 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-text-default {
  border-top: 1px solid #2e3b40 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-light-green {
  border-top: 1px solid #097f65 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-gray-backgrounds {
  border-top: 1px solid #f9fafb !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-gray-lines {
  border-top: 1px solid #d0d5dd !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-gray-header {
  border-top: 1px solid #1d2939 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-gray-text {
  border-top: 1px solid #475467 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-success-50 {
  border-top: 1px solid #f6fef9 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-success-500 {
  border-top: 1px solid #12b76a !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-success-600 {
  border-top: 1px solid #039855 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-success-700 {
  border-top: 1px solid #05603a !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-warning-50 {
  border-top: 1px solid #fffcf5 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-warning-300 {
  border-top: 1px solid #fec84b !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-warning-600 {
  border-top: 1px solid #dc6803 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-warning-700 {
  border-top: 1px solid #b54708 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container hr.horizontal-line-mainstay-disabled-gray {
  border-top: 1px solid #98a2b3 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

._admithub_embed-container .border-color-primary {
  border-color: #22a1ac !important; }

._admithub_embed-container .border-color-secondary {
  border-color: #b65293 !important; }

._admithub_embed-container .border-color-success {
  border-color: #28a745 !important; }

._admithub_embed-container .border-color-info {
  border-color: #17a2b8 !important; }

._admithub_embed-container .border-color-warning {
  border-color: #ffc107 !important; }

._admithub_embed-container .border-color-danger {
  border-color: #f4511e !important; }

._admithub_embed-container .border-color-light {
  border-color: #f8f9fa !important; }

._admithub_embed-container .border-color-dark {
  border-color: #343a40 !important; }

._admithub_embed-container .border-color-incoming {
  border-color: #d3fffc !important; }

._admithub_embed-container .border-color-forwarded {
  border-color: #37b669 !important; }

._admithub_embed-container .border-color-new-ui-primary {
  border-color: #01a59a !important; }

._admithub_embed-container .border-color-new-ui-primary-highlight {
  border-color: #03b6aa !important; }

._admithub_embed-container .border-color-new-ui-selected-light {
  border-color: #e3effa !important; }

._admithub_embed-container .border-color-new-ui-danger {
  border-color: #e34646 !important; }

._admithub_embed-container .border-color-new-ui-danger-light {
  border-color: #fae3e5 !important; }

._admithub_embed-container .border-color-blue-grey-005 {
  border-color: #fbfbfb !important; }

._admithub_embed-container .border-color-blue-grey-010 {
  border-color: #eff3f5 !important; }

._admithub_embed-container .border-color-blue-grey-015 {
  border-color: #e4ebef !important; }

._admithub_embed-container .border-color-blue-grey-020 {
  border-color: #d6e0e6 !important; }

._admithub_embed-container .border-color-blue-grey-025 {
  border-color: #f4f6f7 !important; }

._admithub_embed-container .border-color-blue-grey-030 {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .border-color-blue-grey-050 {
  border-color: #eff3f5 !important; }

._admithub_embed-container .border-color-blue-grey-075 {
  border-color: #dde3e6 !important; }

._admithub_embed-container .border-color-blue-grey-080 {
  border-color: #2e3b40 !important; }

._admithub_embed-container .border-color-blue-grey-100 {
  border-color: #cfd8dc !important; }

._admithub_embed-container .border-color-blue-grey-200 {
  border-color: #b0bec5 !important; }

._admithub_embed-container .border-color-blue-grey-300 {
  border-color: #8fa4af !important; }

._admithub_embed-container .border-color-blue-grey-400 {
  border-color: #77909d !important; }

._admithub_embed-container .border-color-blue-grey-500 {
  border-color: #5f7d8c !important; }

._admithub_embed-container .border-color-blue-grey-501 {
  border-color: #76868d !important; }

._admithub_embed-container .border-color-blue-grey-600 {
  border-color: #536e7b !important; }

._admithub_embed-container .border-color-blue-grey-701 {
  border-color: #48565d !important; }

._admithub_embed-container .border-color-blue-grey-800 {
  border-color: #37474f !important; }

._admithub_embed-container .border-color-blue-grey-900 {
  border-color: #253238 !important; }

._admithub_embed-container .border-color-indigo-200 {
  border-color: #9fa7dc !important; }

._admithub_embed-container .border-color-indigo-900 {
  border-color: #191e80 !important; }

._admithub_embed-container .border-color-turquoise-100 {
  border-color: #98dad7 !important; }

._admithub_embed-container .border-color-turquoise-300 {
  border-color: #51b7b1 !important; }

._admithub_embed-container .border-color-turquoise-400 {
  border-color: #24a69f !important; }

._admithub_embed-container .border-color-turquoise-500 {
  border-color: #1d9790 !important; }

._admithub_embed-container .border-color-red-600 {
  border-color: #e53935 !important; }

._admithub_embed-container .border-color-amber-500 {
  border-color: #ffc107 !important; }

._admithub_embed-container .border-color-charcoal-grey {
  border-color: #36474f !important; }

._admithub_embed-container .border-color-gull-grey {
  border-color: #a1b0b8 !important; }

._admithub_embed-container .border-color-message-no-match {
  border-color: #f4f9fd !important; }

._admithub_embed-container .border-color-message-incoming {
  border-color: #c9dced !important; }

._admithub_embed-container .border-color-pale-green {
  border-color: #0fc65b !important; }

._admithub_embed-container .border-color-admithub-pink {
  border-color: #b65293 !important; }

._admithub_embed-container .border-color-admithub-grey {
  border-color: #f2f2f2 !important; }

._admithub_embed-container .border-color-admithub-primary {
  border-color: #22a1ac !important; }

._admithub_embed-container .border-color-warning-light {
  border-color: #fffff1 !important; }

._admithub_embed-container .border-color-dark-purple {
  border-color: #620b3e !important; }

._admithub_embed-container .border-color-light-purple {
  border-color: #620b3e1a !important; }

._admithub_embed-container .border-color-secondary-teal {
  border-color: #20ad96 !important; }

._admithub_embed-container .border-color-secondary-light {
  border-color: #effcfa !important; }

._admithub_embed-container .border-color-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .border-color-blue-20 {
  border-color: #deebff !important; }

._admithub_embed-container .border-color-blue-90 {
  border-color: #003e82 !important; }

._admithub_embed-container .border-color-white {
  border-color: #ffffff !important; }

._admithub_embed-container .border-color-gray-150 {
  border-color: #edeeee !important; }

._admithub_embed-container .border-color-archived-badge-color {
  border-color: #95a7b0 !important; }

._admithub_embed-container .border-color-line {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .border-color-dark-gray {
  border-color: #5e6b72 !important; }

._admithub_embed-container .border-color-denim-blue {
  border-color: #1b71ce !important; }

._admithub_embed-container .border-color-mainstay-blue-10 {
  border-color: #f2f9ff !important; }

._admithub_embed-container .border-color-mainstay-blue-40 {
  border-color: #6fadf0 !important; }

._admithub_embed-container .border-color-mainstay-blue-60 {
  border-color: #1b71ce !important; }

._admithub_embed-container .border-color-mainstay-blue-70 {
  border-color: #0063d0 !important; }

._admithub_embed-container .border-color-mainstay-blue-80 {
  border-color: #0051aa !important; }

._admithub_embed-container .border-color-mainstay-dark-blue {
  border-color: #092e63 !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-80 {
  border-color: #3a5882 !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-70 {
  border-color: #536d92 !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-65 {
  border-color: #5f779a !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-50 {
  border-color: #8497b1 !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-20 {
  border-color: #ced5e0 !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-10 {
  border-color: #e7ebf0 !important; }

._admithub_embed-container .border-color-mainstay-dark-blue-05 {
  border-color: #f2f4f7 !important; }

._admithub_embed-container .border-color-mainstay-almost-black {
  border-color: #121619 !important; }

._admithub_embed-container .border-color-mainstay-almost-black-30 {
  border-color: #b8baba !important; }

._admithub_embed-container .border-color-mainstay-almost-black-80 {
  border-color: #414547 !important; }

._admithub_embed-container .border-color-mainstay-dark-mint {
  border-color: #00c6a4 !important; }

._admithub_embed-container .border-color-mainstay-dark-mint-w-opacity {
  border-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .border-color-mainstay-dark-green {
  border-color: #08785d !important; }

._admithub_embed-container .border-color-mainstay-mint {
  border-color: #00ffd4 !important; }

._admithub_embed-container .border-color-mainstay-teal {
  border-color: #00837b !important; }

._admithub_embed-container .border-color-mainstay-cream-30 {
  border-color: #fffefc !important; }

._admithub_embed-container .border-color-mainstay-gray-20 {
  border-color: #fafbfb !important; }

._admithub_embed-container .border-color-mainstay-error-50 {
  border-color: #fdf3f3 !important; }

._admithub_embed-container .border-color-mainstay-error-300 {
  border-color: #fda29b !important; }

._admithub_embed-container .border-color-mainstay-error-600 {
  border-color: #cb271b !important; }

._admithub_embed-container .border-color-mainstay-error-700 {
  border-color: #a31208 !important; }

._admithub_embed-container .border-color-mainstay-error-red {
  border-color: #cb271b !important; }

._admithub_embed-container .border-color-mainstay-spark-red {
  border-color: #f23661 !important; }

._admithub_embed-container .border-color-mainstay-focused-gray {
  border-color: #ced5e0 !important; }

._admithub_embed-container .border-color-mainstay-text-default {
  border-color: #2e3b40 !important; }

._admithub_embed-container .border-color-mainstay-light-green {
  border-color: #097f65 !important; }

._admithub_embed-container .border-color-mainstay-gray-backgrounds {
  border-color: #f9fafb !important; }

._admithub_embed-container .border-color-mainstay-gray-lines {
  border-color: #d0d5dd !important; }

._admithub_embed-container .border-color-mainstay-gray-header {
  border-color: #1d2939 !important; }

._admithub_embed-container .border-color-mainstay-gray-text {
  border-color: #475467 !important; }

._admithub_embed-container .border-color-mainstay-success-50 {
  border-color: #f6fef9 !important; }

._admithub_embed-container .border-color-mainstay-success-500 {
  border-color: #12b76a !important; }

._admithub_embed-container .border-color-mainstay-success-600 {
  border-color: #039855 !important; }

._admithub_embed-container .border-color-mainstay-success-700 {
  border-color: #05603a !important; }

._admithub_embed-container .border-color-mainstay-warning-50 {
  border-color: #fffcf5 !important; }

._admithub_embed-container .border-color-mainstay-warning-300 {
  border-color: #fec84b !important; }

._admithub_embed-container .border-color-mainstay-warning-600 {
  border-color: #dc6803 !important; }

._admithub_embed-container .border-color-mainstay-warning-700 {
  border-color: #b54708 !important; }

._admithub_embed-container .border-color-mainstay-disabled-gray {
  border-color: #98a2b3 !important; }

/*
  Generates bootstrap-style utility classes for SVG stroke colors.
*/
._admithub_embed-container .stroke-primary {
  stroke: #22a1ac !important; }

._admithub_embed-container .fill-primary,
._admithub_embed-container .fill-primary g,
._admithub_embed-container .fill-primary path {
  fill: #22a1ac !important; }

._admithub_embed-container .stroke-secondary {
  stroke: #b65293 !important; }

._admithub_embed-container .fill-secondary,
._admithub_embed-container .fill-secondary g,
._admithub_embed-container .fill-secondary path {
  fill: #b65293 !important; }

._admithub_embed-container .stroke-success {
  stroke: #28a745 !important; }

._admithub_embed-container .fill-success,
._admithub_embed-container .fill-success g,
._admithub_embed-container .fill-success path {
  fill: #28a745 !important; }

._admithub_embed-container .stroke-info {
  stroke: #17a2b8 !important; }

._admithub_embed-container .fill-info,
._admithub_embed-container .fill-info g,
._admithub_embed-container .fill-info path {
  fill: #17a2b8 !important; }

._admithub_embed-container .stroke-warning {
  stroke: #ffc107 !important; }

._admithub_embed-container .fill-warning,
._admithub_embed-container .fill-warning g,
._admithub_embed-container .fill-warning path {
  fill: #ffc107 !important; }

._admithub_embed-container .stroke-danger {
  stroke: #f4511e !important; }

._admithub_embed-container .fill-danger,
._admithub_embed-container .fill-danger g,
._admithub_embed-container .fill-danger path {
  fill: #f4511e !important; }

._admithub_embed-container .stroke-light {
  stroke: #f8f9fa !important; }

._admithub_embed-container .fill-light,
._admithub_embed-container .fill-light g,
._admithub_embed-container .fill-light path {
  fill: #f8f9fa !important; }

._admithub_embed-container .stroke-dark {
  stroke: #343a40 !important; }

._admithub_embed-container .fill-dark,
._admithub_embed-container .fill-dark g,
._admithub_embed-container .fill-dark path {
  fill: #343a40 !important; }

._admithub_embed-container .stroke-incoming {
  stroke: #d3fffc !important; }

._admithub_embed-container .fill-incoming,
._admithub_embed-container .fill-incoming g,
._admithub_embed-container .fill-incoming path {
  fill: #d3fffc !important; }

._admithub_embed-container .stroke-forwarded {
  stroke: #37b669 !important; }

._admithub_embed-container .fill-forwarded,
._admithub_embed-container .fill-forwarded g,
._admithub_embed-container .fill-forwarded path {
  fill: #37b669 !important; }

._admithub_embed-container .stroke-new-ui-primary {
  stroke: #01a59a !important; }

._admithub_embed-container .fill-new-ui-primary,
._admithub_embed-container .fill-new-ui-primary g,
._admithub_embed-container .fill-new-ui-primary path {
  fill: #01a59a !important; }

._admithub_embed-container .stroke-new-ui-primary-highlight {
  stroke: #03b6aa !important; }

._admithub_embed-container .fill-new-ui-primary-highlight,
._admithub_embed-container .fill-new-ui-primary-highlight g,
._admithub_embed-container .fill-new-ui-primary-highlight path {
  fill: #03b6aa !important; }

._admithub_embed-container .stroke-new-ui-selected-light {
  stroke: #e3effa !important; }

._admithub_embed-container .fill-new-ui-selected-light,
._admithub_embed-container .fill-new-ui-selected-light g,
._admithub_embed-container .fill-new-ui-selected-light path {
  fill: #e3effa !important; }

._admithub_embed-container .stroke-new-ui-danger {
  stroke: #e34646 !important; }

._admithub_embed-container .fill-new-ui-danger,
._admithub_embed-container .fill-new-ui-danger g,
._admithub_embed-container .fill-new-ui-danger path {
  fill: #e34646 !important; }

._admithub_embed-container .stroke-new-ui-danger-light {
  stroke: #fae3e5 !important; }

._admithub_embed-container .fill-new-ui-danger-light,
._admithub_embed-container .fill-new-ui-danger-light g,
._admithub_embed-container .fill-new-ui-danger-light path {
  fill: #fae3e5 !important; }

._admithub_embed-container .stroke-blue-grey-005 {
  stroke: #fbfbfb !important; }

._admithub_embed-container .fill-blue-grey-005,
._admithub_embed-container .fill-blue-grey-005 g,
._admithub_embed-container .fill-blue-grey-005 path {
  fill: #fbfbfb !important; }

._admithub_embed-container .stroke-blue-grey-010 {
  stroke: #eff3f5 !important; }

._admithub_embed-container .fill-blue-grey-010,
._admithub_embed-container .fill-blue-grey-010 g,
._admithub_embed-container .fill-blue-grey-010 path {
  fill: #eff3f5 !important; }

._admithub_embed-container .stroke-blue-grey-015 {
  stroke: #e4ebef !important; }

._admithub_embed-container .fill-blue-grey-015,
._admithub_embed-container .fill-blue-grey-015 g,
._admithub_embed-container .fill-blue-grey-015 path {
  fill: #e4ebef !important; }

._admithub_embed-container .stroke-blue-grey-020 {
  stroke: #d6e0e6 !important; }

._admithub_embed-container .fill-blue-grey-020,
._admithub_embed-container .fill-blue-grey-020 g,
._admithub_embed-container .fill-blue-grey-020 path {
  fill: #d6e0e6 !important; }

._admithub_embed-container .stroke-blue-grey-025 {
  stroke: #f4f6f7 !important; }

._admithub_embed-container .fill-blue-grey-025,
._admithub_embed-container .fill-blue-grey-025 g,
._admithub_embed-container .fill-blue-grey-025 path {
  fill: #f4f6f7 !important; }

._admithub_embed-container .stroke-blue-grey-030 {
  stroke: #b2c2c9 !important; }

._admithub_embed-container .fill-blue-grey-030,
._admithub_embed-container .fill-blue-grey-030 g,
._admithub_embed-container .fill-blue-grey-030 path {
  fill: #b2c2c9 !important; }

._admithub_embed-container .stroke-blue-grey-050 {
  stroke: #eff3f5 !important; }

._admithub_embed-container .fill-blue-grey-050,
._admithub_embed-container .fill-blue-grey-050 g,
._admithub_embed-container .fill-blue-grey-050 path {
  fill: #eff3f5 !important; }

._admithub_embed-container .stroke-blue-grey-075 {
  stroke: #dde3e6 !important; }

._admithub_embed-container .fill-blue-grey-075,
._admithub_embed-container .fill-blue-grey-075 g,
._admithub_embed-container .fill-blue-grey-075 path {
  fill: #dde3e6 !important; }

._admithub_embed-container .stroke-blue-grey-080 {
  stroke: #2e3b40 !important; }

._admithub_embed-container .fill-blue-grey-080,
._admithub_embed-container .fill-blue-grey-080 g,
._admithub_embed-container .fill-blue-grey-080 path {
  fill: #2e3b40 !important; }

._admithub_embed-container .stroke-blue-grey-100 {
  stroke: #cfd8dc !important; }

._admithub_embed-container .fill-blue-grey-100,
._admithub_embed-container .fill-blue-grey-100 g,
._admithub_embed-container .fill-blue-grey-100 path {
  fill: #cfd8dc !important; }

._admithub_embed-container .stroke-blue-grey-200 {
  stroke: #b0bec5 !important; }

._admithub_embed-container .fill-blue-grey-200,
._admithub_embed-container .fill-blue-grey-200 g,
._admithub_embed-container .fill-blue-grey-200 path {
  fill: #b0bec5 !important; }

._admithub_embed-container .stroke-blue-grey-300 {
  stroke: #8fa4af !important; }

._admithub_embed-container .fill-blue-grey-300,
._admithub_embed-container .fill-blue-grey-300 g,
._admithub_embed-container .fill-blue-grey-300 path {
  fill: #8fa4af !important; }

._admithub_embed-container .stroke-blue-grey-400 {
  stroke: #77909d !important; }

._admithub_embed-container .fill-blue-grey-400,
._admithub_embed-container .fill-blue-grey-400 g,
._admithub_embed-container .fill-blue-grey-400 path {
  fill: #77909d !important; }

._admithub_embed-container .stroke-blue-grey-500 {
  stroke: #5f7d8c !important; }

._admithub_embed-container .fill-blue-grey-500,
._admithub_embed-container .fill-blue-grey-500 g,
._admithub_embed-container .fill-blue-grey-500 path {
  fill: #5f7d8c !important; }

._admithub_embed-container .stroke-blue-grey-501 {
  stroke: #76868d !important; }

._admithub_embed-container .fill-blue-grey-501,
._admithub_embed-container .fill-blue-grey-501 g,
._admithub_embed-container .fill-blue-grey-501 path {
  fill: #76868d !important; }

._admithub_embed-container .stroke-blue-grey-600 {
  stroke: #536e7b !important; }

._admithub_embed-container .fill-blue-grey-600,
._admithub_embed-container .fill-blue-grey-600 g,
._admithub_embed-container .fill-blue-grey-600 path {
  fill: #536e7b !important; }

._admithub_embed-container .stroke-blue-grey-701 {
  stroke: #48565d !important; }

._admithub_embed-container .fill-blue-grey-701,
._admithub_embed-container .fill-blue-grey-701 g,
._admithub_embed-container .fill-blue-grey-701 path {
  fill: #48565d !important; }

._admithub_embed-container .stroke-blue-grey-800 {
  stroke: #37474f !important; }

._admithub_embed-container .fill-blue-grey-800,
._admithub_embed-container .fill-blue-grey-800 g,
._admithub_embed-container .fill-blue-grey-800 path {
  fill: #37474f !important; }

._admithub_embed-container .stroke-blue-grey-900 {
  stroke: #253238 !important; }

._admithub_embed-container .fill-blue-grey-900,
._admithub_embed-container .fill-blue-grey-900 g,
._admithub_embed-container .fill-blue-grey-900 path {
  fill: #253238 !important; }

._admithub_embed-container .stroke-indigo-200 {
  stroke: #9fa7dc !important; }

._admithub_embed-container .fill-indigo-200,
._admithub_embed-container .fill-indigo-200 g,
._admithub_embed-container .fill-indigo-200 path {
  fill: #9fa7dc !important; }

._admithub_embed-container .stroke-indigo-900 {
  stroke: #191e80 !important; }

._admithub_embed-container .fill-indigo-900,
._admithub_embed-container .fill-indigo-900 g,
._admithub_embed-container .fill-indigo-900 path {
  fill: #191e80 !important; }

._admithub_embed-container .stroke-turquoise-100 {
  stroke: #98dad7 !important; }

._admithub_embed-container .fill-turquoise-100,
._admithub_embed-container .fill-turquoise-100 g,
._admithub_embed-container .fill-turquoise-100 path {
  fill: #98dad7 !important; }

._admithub_embed-container .stroke-turquoise-300 {
  stroke: #51b7b1 !important; }

._admithub_embed-container .fill-turquoise-300,
._admithub_embed-container .fill-turquoise-300 g,
._admithub_embed-container .fill-turquoise-300 path {
  fill: #51b7b1 !important; }

._admithub_embed-container .stroke-turquoise-400 {
  stroke: #24a69f !important; }

._admithub_embed-container .fill-turquoise-400,
._admithub_embed-container .fill-turquoise-400 g,
._admithub_embed-container .fill-turquoise-400 path {
  fill: #24a69f !important; }

._admithub_embed-container .stroke-turquoise-500 {
  stroke: #1d9790 !important; }

._admithub_embed-container .fill-turquoise-500,
._admithub_embed-container .fill-turquoise-500 g,
._admithub_embed-container .fill-turquoise-500 path {
  fill: #1d9790 !important; }

._admithub_embed-container .stroke-red-600 {
  stroke: #e53935 !important; }

._admithub_embed-container .fill-red-600,
._admithub_embed-container .fill-red-600 g,
._admithub_embed-container .fill-red-600 path {
  fill: #e53935 !important; }

._admithub_embed-container .stroke-amber-500 {
  stroke: #ffc107 !important; }

._admithub_embed-container .fill-amber-500,
._admithub_embed-container .fill-amber-500 g,
._admithub_embed-container .fill-amber-500 path {
  fill: #ffc107 !important; }

._admithub_embed-container .stroke-charcoal-grey {
  stroke: #36474f !important; }

._admithub_embed-container .fill-charcoal-grey,
._admithub_embed-container .fill-charcoal-grey g,
._admithub_embed-container .fill-charcoal-grey path {
  fill: #36474f !important; }

._admithub_embed-container .stroke-gull-grey {
  stroke: #a1b0b8 !important; }

._admithub_embed-container .fill-gull-grey,
._admithub_embed-container .fill-gull-grey g,
._admithub_embed-container .fill-gull-grey path {
  fill: #a1b0b8 !important; }

._admithub_embed-container .stroke-message-no-match {
  stroke: #f4f9fd !important; }

._admithub_embed-container .fill-message-no-match,
._admithub_embed-container .fill-message-no-match g,
._admithub_embed-container .fill-message-no-match path {
  fill: #f4f9fd !important; }

._admithub_embed-container .stroke-message-incoming {
  stroke: #c9dced !important; }

._admithub_embed-container .fill-message-incoming,
._admithub_embed-container .fill-message-incoming g,
._admithub_embed-container .fill-message-incoming path {
  fill: #c9dced !important; }

._admithub_embed-container .stroke-pale-green {
  stroke: #0fc65b !important; }

._admithub_embed-container .fill-pale-green,
._admithub_embed-container .fill-pale-green g,
._admithub_embed-container .fill-pale-green path {
  fill: #0fc65b !important; }

._admithub_embed-container .stroke-admithub-pink {
  stroke: #b65293 !important; }

._admithub_embed-container .fill-admithub-pink,
._admithub_embed-container .fill-admithub-pink g,
._admithub_embed-container .fill-admithub-pink path {
  fill: #b65293 !important; }

._admithub_embed-container .stroke-admithub-grey {
  stroke: #f2f2f2 !important; }

._admithub_embed-container .fill-admithub-grey,
._admithub_embed-container .fill-admithub-grey g,
._admithub_embed-container .fill-admithub-grey path {
  fill: #f2f2f2 !important; }

._admithub_embed-container .stroke-admithub-primary {
  stroke: #22a1ac !important; }

._admithub_embed-container .fill-admithub-primary,
._admithub_embed-container .fill-admithub-primary g,
._admithub_embed-container .fill-admithub-primary path {
  fill: #22a1ac !important; }

._admithub_embed-container .stroke-warning-light {
  stroke: #fffff1 !important; }

._admithub_embed-container .fill-warning-light,
._admithub_embed-container .fill-warning-light g,
._admithub_embed-container .fill-warning-light path {
  fill: #fffff1 !important; }

._admithub_embed-container .stroke-dark-purple {
  stroke: #620b3e !important; }

._admithub_embed-container .fill-dark-purple,
._admithub_embed-container .fill-dark-purple g,
._admithub_embed-container .fill-dark-purple path {
  fill: #620b3e !important; }

._admithub_embed-container .stroke-light-purple {
  stroke: #620b3e1a !important; }

._admithub_embed-container .fill-light-purple,
._admithub_embed-container .fill-light-purple g,
._admithub_embed-container .fill-light-purple path {
  fill: #620b3e1a !important; }

._admithub_embed-container .stroke-secondary-teal {
  stroke: #20ad96 !important; }

._admithub_embed-container .fill-secondary-teal,
._admithub_embed-container .fill-secondary-teal g,
._admithub_embed-container .fill-secondary-teal path {
  fill: #20ad96 !important; }

._admithub_embed-container .stroke-secondary-light {
  stroke: #effcfa !important; }

._admithub_embed-container .fill-secondary-light,
._admithub_embed-container .fill-secondary-light g,
._admithub_embed-container .fill-secondary-light path {
  fill: #effcfa !important; }

._admithub_embed-container .stroke-opacity-50 {
  stroke: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .fill-opacity-50,
._admithub_embed-container .fill-opacity-50 g,
._admithub_embed-container .fill-opacity-50 path {
  fill: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .stroke-blue-20 {
  stroke: #deebff !important; }

._admithub_embed-container .fill-blue-20,
._admithub_embed-container .fill-blue-20 g,
._admithub_embed-container .fill-blue-20 path {
  fill: #deebff !important; }

._admithub_embed-container .stroke-blue-90 {
  stroke: #003e82 !important; }

._admithub_embed-container .fill-blue-90,
._admithub_embed-container .fill-blue-90 g,
._admithub_embed-container .fill-blue-90 path {
  fill: #003e82 !important; }

._admithub_embed-container .stroke-white {
  stroke: #ffffff !important; }

._admithub_embed-container .fill-white,
._admithub_embed-container .fill-white g,
._admithub_embed-container .fill-white path {
  fill: #ffffff !important; }

._admithub_embed-container .stroke-gray-150 {
  stroke: #edeeee !important; }

._admithub_embed-container .fill-gray-150,
._admithub_embed-container .fill-gray-150 g,
._admithub_embed-container .fill-gray-150 path {
  fill: #edeeee !important; }

._admithub_embed-container .stroke-archived-badge-color {
  stroke: #95a7b0 !important; }

._admithub_embed-container .fill-archived-badge-color,
._admithub_embed-container .fill-archived-badge-color g,
._admithub_embed-container .fill-archived-badge-color path {
  fill: #95a7b0 !important; }

._admithub_embed-container .stroke-line {
  stroke: #b2c2c9 !important; }

._admithub_embed-container .fill-line,
._admithub_embed-container .fill-line g,
._admithub_embed-container .fill-line path {
  fill: #b2c2c9 !important; }

._admithub_embed-container .stroke-dark-gray {
  stroke: #5e6b72 !important; }

._admithub_embed-container .fill-dark-gray,
._admithub_embed-container .fill-dark-gray g,
._admithub_embed-container .fill-dark-gray path {
  fill: #5e6b72 !important; }

._admithub_embed-container .stroke-denim-blue {
  stroke: #1b71ce !important; }

._admithub_embed-container .fill-denim-blue,
._admithub_embed-container .fill-denim-blue g,
._admithub_embed-container .fill-denim-blue path {
  fill: #1b71ce !important; }

._admithub_embed-container .stroke-mainstay-blue-10 {
  stroke: #f2f9ff !important; }

._admithub_embed-container .fill-mainstay-blue-10,
._admithub_embed-container .fill-mainstay-blue-10 g,
._admithub_embed-container .fill-mainstay-blue-10 path {
  fill: #f2f9ff !important; }

._admithub_embed-container .stroke-mainstay-blue-40 {
  stroke: #6fadf0 !important; }

._admithub_embed-container .fill-mainstay-blue-40,
._admithub_embed-container .fill-mainstay-blue-40 g,
._admithub_embed-container .fill-mainstay-blue-40 path {
  fill: #6fadf0 !important; }

._admithub_embed-container .stroke-mainstay-blue-60 {
  stroke: #1b71ce !important; }

._admithub_embed-container .fill-mainstay-blue-60,
._admithub_embed-container .fill-mainstay-blue-60 g,
._admithub_embed-container .fill-mainstay-blue-60 path {
  fill: #1b71ce !important; }

._admithub_embed-container .stroke-mainstay-blue-70 {
  stroke: #0063d0 !important; }

._admithub_embed-container .fill-mainstay-blue-70,
._admithub_embed-container .fill-mainstay-blue-70 g,
._admithub_embed-container .fill-mainstay-blue-70 path {
  fill: #0063d0 !important; }

._admithub_embed-container .stroke-mainstay-blue-80 {
  stroke: #0051aa !important; }

._admithub_embed-container .fill-mainstay-blue-80,
._admithub_embed-container .fill-mainstay-blue-80 g,
._admithub_embed-container .fill-mainstay-blue-80 path {
  fill: #0051aa !important; }

._admithub_embed-container .stroke-mainstay-dark-blue {
  stroke: #092e63 !important; }

._admithub_embed-container .fill-mainstay-dark-blue,
._admithub_embed-container .fill-mainstay-dark-blue g,
._admithub_embed-container .fill-mainstay-dark-blue path {
  fill: #092e63 !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-80 {
  stroke: #3a5882 !important; }

._admithub_embed-container .fill-mainstay-dark-blue-80,
._admithub_embed-container .fill-mainstay-dark-blue-80 g,
._admithub_embed-container .fill-mainstay-dark-blue-80 path {
  fill: #3a5882 !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-70 {
  stroke: #536d92 !important; }

._admithub_embed-container .fill-mainstay-dark-blue-70,
._admithub_embed-container .fill-mainstay-dark-blue-70 g,
._admithub_embed-container .fill-mainstay-dark-blue-70 path {
  fill: #536d92 !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-65 {
  stroke: #5f779a !important; }

._admithub_embed-container .fill-mainstay-dark-blue-65,
._admithub_embed-container .fill-mainstay-dark-blue-65 g,
._admithub_embed-container .fill-mainstay-dark-blue-65 path {
  fill: #5f779a !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-50 {
  stroke: #8497b1 !important; }

._admithub_embed-container .fill-mainstay-dark-blue-50,
._admithub_embed-container .fill-mainstay-dark-blue-50 g,
._admithub_embed-container .fill-mainstay-dark-blue-50 path {
  fill: #8497b1 !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-20 {
  stroke: #ced5e0 !important; }

._admithub_embed-container .fill-mainstay-dark-blue-20,
._admithub_embed-container .fill-mainstay-dark-blue-20 g,
._admithub_embed-container .fill-mainstay-dark-blue-20 path {
  fill: #ced5e0 !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-10 {
  stroke: #e7ebf0 !important; }

._admithub_embed-container .fill-mainstay-dark-blue-10,
._admithub_embed-container .fill-mainstay-dark-blue-10 g,
._admithub_embed-container .fill-mainstay-dark-blue-10 path {
  fill: #e7ebf0 !important; }

._admithub_embed-container .stroke-mainstay-dark-blue-05 {
  stroke: #f2f4f7 !important; }

._admithub_embed-container .fill-mainstay-dark-blue-05,
._admithub_embed-container .fill-mainstay-dark-blue-05 g,
._admithub_embed-container .fill-mainstay-dark-blue-05 path {
  fill: #f2f4f7 !important; }

._admithub_embed-container .stroke-mainstay-almost-black {
  stroke: #121619 !important; }

._admithub_embed-container .fill-mainstay-almost-black,
._admithub_embed-container .fill-mainstay-almost-black g,
._admithub_embed-container .fill-mainstay-almost-black path {
  fill: #121619 !important; }

._admithub_embed-container .stroke-mainstay-almost-black-30 {
  stroke: #b8baba !important; }

._admithub_embed-container .fill-mainstay-almost-black-30,
._admithub_embed-container .fill-mainstay-almost-black-30 g,
._admithub_embed-container .fill-mainstay-almost-black-30 path {
  fill: #b8baba !important; }

._admithub_embed-container .stroke-mainstay-almost-black-80 {
  stroke: #414547 !important; }

._admithub_embed-container .fill-mainstay-almost-black-80,
._admithub_embed-container .fill-mainstay-almost-black-80 g,
._admithub_embed-container .fill-mainstay-almost-black-80 path {
  fill: #414547 !important; }

._admithub_embed-container .stroke-mainstay-dark-mint {
  stroke: #00c6a4 !important; }

._admithub_embed-container .fill-mainstay-dark-mint,
._admithub_embed-container .fill-mainstay-dark-mint g,
._admithub_embed-container .fill-mainstay-dark-mint path {
  fill: #00c6a4 !important; }

._admithub_embed-container .stroke-mainstay-dark-mint-w-opacity {
  stroke: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .fill-mainstay-dark-mint-w-opacity,
._admithub_embed-container .fill-mainstay-dark-mint-w-opacity g,
._admithub_embed-container .fill-mainstay-dark-mint-w-opacity path {
  fill: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .stroke-mainstay-dark-green {
  stroke: #08785d !important; }

._admithub_embed-container .fill-mainstay-dark-green,
._admithub_embed-container .fill-mainstay-dark-green g,
._admithub_embed-container .fill-mainstay-dark-green path {
  fill: #08785d !important; }

._admithub_embed-container .stroke-mainstay-mint {
  stroke: #00ffd4 !important; }

._admithub_embed-container .fill-mainstay-mint,
._admithub_embed-container .fill-mainstay-mint g,
._admithub_embed-container .fill-mainstay-mint path {
  fill: #00ffd4 !important; }

._admithub_embed-container .stroke-mainstay-teal {
  stroke: #00837b !important; }

._admithub_embed-container .fill-mainstay-teal,
._admithub_embed-container .fill-mainstay-teal g,
._admithub_embed-container .fill-mainstay-teal path {
  fill: #00837b !important; }

._admithub_embed-container .stroke-mainstay-cream-30 {
  stroke: #fffefc !important; }

._admithub_embed-container .fill-mainstay-cream-30,
._admithub_embed-container .fill-mainstay-cream-30 g,
._admithub_embed-container .fill-mainstay-cream-30 path {
  fill: #fffefc !important; }

._admithub_embed-container .stroke-mainstay-gray-20 {
  stroke: #fafbfb !important; }

._admithub_embed-container .fill-mainstay-gray-20,
._admithub_embed-container .fill-mainstay-gray-20 g,
._admithub_embed-container .fill-mainstay-gray-20 path {
  fill: #fafbfb !important; }

._admithub_embed-container .stroke-mainstay-error-50 {
  stroke: #fdf3f3 !important; }

._admithub_embed-container .fill-mainstay-error-50,
._admithub_embed-container .fill-mainstay-error-50 g,
._admithub_embed-container .fill-mainstay-error-50 path {
  fill: #fdf3f3 !important; }

._admithub_embed-container .stroke-mainstay-error-300 {
  stroke: #fda29b !important; }

._admithub_embed-container .fill-mainstay-error-300,
._admithub_embed-container .fill-mainstay-error-300 g,
._admithub_embed-container .fill-mainstay-error-300 path {
  fill: #fda29b !important; }

._admithub_embed-container .stroke-mainstay-error-600 {
  stroke: #cb271b !important; }

._admithub_embed-container .fill-mainstay-error-600,
._admithub_embed-container .fill-mainstay-error-600 g,
._admithub_embed-container .fill-mainstay-error-600 path {
  fill: #cb271b !important; }

._admithub_embed-container .stroke-mainstay-error-700 {
  stroke: #a31208 !important; }

._admithub_embed-container .fill-mainstay-error-700,
._admithub_embed-container .fill-mainstay-error-700 g,
._admithub_embed-container .fill-mainstay-error-700 path {
  fill: #a31208 !important; }

._admithub_embed-container .stroke-mainstay-error-red {
  stroke: #cb271b !important; }

._admithub_embed-container .fill-mainstay-error-red,
._admithub_embed-container .fill-mainstay-error-red g,
._admithub_embed-container .fill-mainstay-error-red path {
  fill: #cb271b !important; }

._admithub_embed-container .stroke-mainstay-spark-red {
  stroke: #f23661 !important; }

._admithub_embed-container .fill-mainstay-spark-red,
._admithub_embed-container .fill-mainstay-spark-red g,
._admithub_embed-container .fill-mainstay-spark-red path {
  fill: #f23661 !important; }

._admithub_embed-container .stroke-mainstay-focused-gray {
  stroke: #ced5e0 !important; }

._admithub_embed-container .fill-mainstay-focused-gray,
._admithub_embed-container .fill-mainstay-focused-gray g,
._admithub_embed-container .fill-mainstay-focused-gray path {
  fill: #ced5e0 !important; }

._admithub_embed-container .stroke-mainstay-text-default {
  stroke: #2e3b40 !important; }

._admithub_embed-container .fill-mainstay-text-default,
._admithub_embed-container .fill-mainstay-text-default g,
._admithub_embed-container .fill-mainstay-text-default path {
  fill: #2e3b40 !important; }

._admithub_embed-container .stroke-mainstay-light-green {
  stroke: #097f65 !important; }

._admithub_embed-container .fill-mainstay-light-green,
._admithub_embed-container .fill-mainstay-light-green g,
._admithub_embed-container .fill-mainstay-light-green path {
  fill: #097f65 !important; }

._admithub_embed-container .stroke-mainstay-gray-backgrounds {
  stroke: #f9fafb !important; }

._admithub_embed-container .fill-mainstay-gray-backgrounds,
._admithub_embed-container .fill-mainstay-gray-backgrounds g,
._admithub_embed-container .fill-mainstay-gray-backgrounds path {
  fill: #f9fafb !important; }

._admithub_embed-container .stroke-mainstay-gray-lines {
  stroke: #d0d5dd !important; }

._admithub_embed-container .fill-mainstay-gray-lines,
._admithub_embed-container .fill-mainstay-gray-lines g,
._admithub_embed-container .fill-mainstay-gray-lines path {
  fill: #d0d5dd !important; }

._admithub_embed-container .stroke-mainstay-gray-header {
  stroke: #1d2939 !important; }

._admithub_embed-container .fill-mainstay-gray-header,
._admithub_embed-container .fill-mainstay-gray-header g,
._admithub_embed-container .fill-mainstay-gray-header path {
  fill: #1d2939 !important; }

._admithub_embed-container .stroke-mainstay-gray-text {
  stroke: #475467 !important; }

._admithub_embed-container .fill-mainstay-gray-text,
._admithub_embed-container .fill-mainstay-gray-text g,
._admithub_embed-container .fill-mainstay-gray-text path {
  fill: #475467 !important; }

._admithub_embed-container .stroke-mainstay-success-50 {
  stroke: #f6fef9 !important; }

._admithub_embed-container .fill-mainstay-success-50,
._admithub_embed-container .fill-mainstay-success-50 g,
._admithub_embed-container .fill-mainstay-success-50 path {
  fill: #f6fef9 !important; }

._admithub_embed-container .stroke-mainstay-success-500 {
  stroke: #12b76a !important; }

._admithub_embed-container .fill-mainstay-success-500,
._admithub_embed-container .fill-mainstay-success-500 g,
._admithub_embed-container .fill-mainstay-success-500 path {
  fill: #12b76a !important; }

._admithub_embed-container .stroke-mainstay-success-600 {
  stroke: #039855 !important; }

._admithub_embed-container .fill-mainstay-success-600,
._admithub_embed-container .fill-mainstay-success-600 g,
._admithub_embed-container .fill-mainstay-success-600 path {
  fill: #039855 !important; }

._admithub_embed-container .stroke-mainstay-success-700 {
  stroke: #05603a !important; }

._admithub_embed-container .fill-mainstay-success-700,
._admithub_embed-container .fill-mainstay-success-700 g,
._admithub_embed-container .fill-mainstay-success-700 path {
  fill: #05603a !important; }

._admithub_embed-container .stroke-mainstay-warning-50 {
  stroke: #fffcf5 !important; }

._admithub_embed-container .fill-mainstay-warning-50,
._admithub_embed-container .fill-mainstay-warning-50 g,
._admithub_embed-container .fill-mainstay-warning-50 path {
  fill: #fffcf5 !important; }

._admithub_embed-container .stroke-mainstay-warning-300 {
  stroke: #fec84b !important; }

._admithub_embed-container .fill-mainstay-warning-300,
._admithub_embed-container .fill-mainstay-warning-300 g,
._admithub_embed-container .fill-mainstay-warning-300 path {
  fill: #fec84b !important; }

._admithub_embed-container .stroke-mainstay-warning-600 {
  stroke: #dc6803 !important; }

._admithub_embed-container .fill-mainstay-warning-600,
._admithub_embed-container .fill-mainstay-warning-600 g,
._admithub_embed-container .fill-mainstay-warning-600 path {
  fill: #dc6803 !important; }

._admithub_embed-container .stroke-mainstay-warning-700 {
  stroke: #b54708 !important; }

._admithub_embed-container .fill-mainstay-warning-700,
._admithub_embed-container .fill-mainstay-warning-700 g,
._admithub_embed-container .fill-mainstay-warning-700 path {
  fill: #b54708 !important; }

._admithub_embed-container .stroke-mainstay-disabled-gray {
  stroke: #98a2b3 !important; }

._admithub_embed-container .fill-mainstay-disabled-gray,
._admithub_embed-container .fill-mainstay-disabled-gray g,
._admithub_embed-container .fill-mainstay-disabled-gray path {
  fill: #98a2b3 !important; }

/*

  Generates bootstrap-style utility classes for hover colors.

  Usage: append a theme color to one of the .hover-bg-, .hover-border-, or .hover-text- utility classes.
  You can also wrap child elements in a .hover-parent container so that the children have hover styling
  applied to them when the parent is hovered over.

*/
._admithub_embed-container .hover-bg-primary:hover {
  background-color: #22a1ac !important; }

._admithub_embed-container .hover-border-primary:hover {
  border-color: #22a1ac !important; }

._admithub_embed-container .hover-text-primary:hover {
  color: #22a1ac !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-primary {
  background-color: #22a1ac !important; }

._admithub_embed-container .hover-parent:hover .hover-border-primary {
  border-color: #22a1ac !important; }

._admithub_embed-container .hover-parent:hover .hover-text-primary {
  color: #22a1ac !important; }

._admithub_embed-container .hover-bg-secondary:hover {
  background-color: #b65293 !important; }

._admithub_embed-container .hover-border-secondary:hover {
  border-color: #b65293 !important; }

._admithub_embed-container .hover-text-secondary:hover {
  color: #b65293 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-secondary {
  background-color: #b65293 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-secondary {
  border-color: #b65293 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-secondary {
  color: #b65293 !important; }

._admithub_embed-container .hover-bg-success:hover {
  background-color: #28a745 !important; }

._admithub_embed-container .hover-border-success:hover {
  border-color: #28a745 !important; }

._admithub_embed-container .hover-text-success:hover {
  color: #28a745 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-success {
  background-color: #28a745 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-success {
  border-color: #28a745 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-success {
  color: #28a745 !important; }

._admithub_embed-container .hover-bg-info:hover {
  background-color: #17a2b8 !important; }

._admithub_embed-container .hover-border-info:hover {
  border-color: #17a2b8 !important; }

._admithub_embed-container .hover-text-info:hover {
  color: #17a2b8 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-info {
  background-color: #17a2b8 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-info {
  border-color: #17a2b8 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-info {
  color: #17a2b8 !important; }

._admithub_embed-container .hover-bg-warning:hover {
  background-color: #ffc107 !important; }

._admithub_embed-container .hover-border-warning:hover {
  border-color: #ffc107 !important; }

._admithub_embed-container .hover-text-warning:hover {
  color: #ffc107 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-warning {
  background-color: #ffc107 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-warning {
  border-color: #ffc107 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-warning {
  color: #ffc107 !important; }

._admithub_embed-container .hover-bg-danger:hover {
  background-color: #f4511e !important; }

._admithub_embed-container .hover-border-danger:hover {
  border-color: #f4511e !important; }

._admithub_embed-container .hover-text-danger:hover {
  color: #f4511e !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-danger {
  background-color: #f4511e !important; }

._admithub_embed-container .hover-parent:hover .hover-border-danger {
  border-color: #f4511e !important; }

._admithub_embed-container .hover-parent:hover .hover-text-danger {
  color: #f4511e !important; }

._admithub_embed-container .hover-bg-light:hover {
  background-color: #f8f9fa !important; }

._admithub_embed-container .hover-border-light:hover {
  border-color: #f8f9fa !important; }

._admithub_embed-container .hover-text-light:hover {
  color: #f8f9fa !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-light {
  background-color: #f8f9fa !important; }

._admithub_embed-container .hover-parent:hover .hover-border-light {
  border-color: #f8f9fa !important; }

._admithub_embed-container .hover-parent:hover .hover-text-light {
  color: #f8f9fa !important; }

._admithub_embed-container .hover-bg-dark:hover {
  background-color: #343a40 !important; }

._admithub_embed-container .hover-border-dark:hover {
  border-color: #343a40 !important; }

._admithub_embed-container .hover-text-dark:hover {
  color: #343a40 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-dark {
  background-color: #343a40 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-dark {
  border-color: #343a40 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-dark {
  color: #343a40 !important; }

._admithub_embed-container .hover-bg-incoming:hover {
  background-color: #d3fffc !important; }

._admithub_embed-container .hover-border-incoming:hover {
  border-color: #d3fffc !important; }

._admithub_embed-container .hover-text-incoming:hover {
  color: #d3fffc !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-incoming {
  background-color: #d3fffc !important; }

._admithub_embed-container .hover-parent:hover .hover-border-incoming {
  border-color: #d3fffc !important; }

._admithub_embed-container .hover-parent:hover .hover-text-incoming {
  color: #d3fffc !important; }

._admithub_embed-container .hover-bg-forwarded:hover {
  background-color: #37b669 !important; }

._admithub_embed-container .hover-border-forwarded:hover {
  border-color: #37b669 !important; }

._admithub_embed-container .hover-text-forwarded:hover {
  color: #37b669 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-forwarded {
  background-color: #37b669 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-forwarded {
  border-color: #37b669 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-forwarded {
  color: #37b669 !important; }

._admithub_embed-container .hover-bg-new-ui-primary:hover {
  background-color: #01a59a !important; }

._admithub_embed-container .hover-border-new-ui-primary:hover {
  border-color: #01a59a !important; }

._admithub_embed-container .hover-text-new-ui-primary:hover {
  color: #01a59a !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-new-ui-primary {
  background-color: #01a59a !important; }

._admithub_embed-container .hover-parent:hover .hover-border-new-ui-primary {
  border-color: #01a59a !important; }

._admithub_embed-container .hover-parent:hover .hover-text-new-ui-primary {
  color: #01a59a !important; }

._admithub_embed-container .hover-bg-new-ui-primary-highlight:hover {
  background-color: #03b6aa !important; }

._admithub_embed-container .hover-border-new-ui-primary-highlight:hover {
  border-color: #03b6aa !important; }

._admithub_embed-container .hover-text-new-ui-primary-highlight:hover {
  color: #03b6aa !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-new-ui-primary-highlight {
  background-color: #03b6aa !important; }

._admithub_embed-container .hover-parent:hover .hover-border-new-ui-primary-highlight {
  border-color: #03b6aa !important; }

._admithub_embed-container .hover-parent:hover .hover-text-new-ui-primary-highlight {
  color: #03b6aa !important; }

._admithub_embed-container .hover-bg-new-ui-selected-light:hover {
  background-color: #e3effa !important; }

._admithub_embed-container .hover-border-new-ui-selected-light:hover {
  border-color: #e3effa !important; }

._admithub_embed-container .hover-text-new-ui-selected-light:hover {
  color: #e3effa !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-new-ui-selected-light {
  background-color: #e3effa !important; }

._admithub_embed-container .hover-parent:hover .hover-border-new-ui-selected-light {
  border-color: #e3effa !important; }

._admithub_embed-container .hover-parent:hover .hover-text-new-ui-selected-light {
  color: #e3effa !important; }

._admithub_embed-container .hover-bg-new-ui-danger:hover {
  background-color: #e34646 !important; }

._admithub_embed-container .hover-border-new-ui-danger:hover {
  border-color: #e34646 !important; }

._admithub_embed-container .hover-text-new-ui-danger:hover {
  color: #e34646 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-new-ui-danger {
  background-color: #e34646 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-new-ui-danger {
  border-color: #e34646 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-new-ui-danger {
  color: #e34646 !important; }

._admithub_embed-container .hover-bg-new-ui-danger-light:hover {
  background-color: #fae3e5 !important; }

._admithub_embed-container .hover-border-new-ui-danger-light:hover {
  border-color: #fae3e5 !important; }

._admithub_embed-container .hover-text-new-ui-danger-light:hover {
  color: #fae3e5 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-new-ui-danger-light {
  background-color: #fae3e5 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-new-ui-danger-light {
  border-color: #fae3e5 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-new-ui-danger-light {
  color: #fae3e5 !important; }

._admithub_embed-container .hover-bg-blue-grey-005:hover {
  background-color: #fbfbfb !important; }

._admithub_embed-container .hover-border-blue-grey-005:hover {
  border-color: #fbfbfb !important; }

._admithub_embed-container .hover-text-blue-grey-005:hover {
  color: #fbfbfb !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-005 {
  background-color: #fbfbfb !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-005 {
  border-color: #fbfbfb !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-005 {
  color: #fbfbfb !important; }

._admithub_embed-container .hover-bg-blue-grey-010:hover {
  background-color: #eff3f5 !important; }

._admithub_embed-container .hover-border-blue-grey-010:hover {
  border-color: #eff3f5 !important; }

._admithub_embed-container .hover-text-blue-grey-010:hover {
  color: #eff3f5 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-010 {
  background-color: #eff3f5 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-010 {
  border-color: #eff3f5 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-010 {
  color: #eff3f5 !important; }

._admithub_embed-container .hover-bg-blue-grey-015:hover {
  background-color: #e4ebef !important; }

._admithub_embed-container .hover-border-blue-grey-015:hover {
  border-color: #e4ebef !important; }

._admithub_embed-container .hover-text-blue-grey-015:hover {
  color: #e4ebef !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-015 {
  background-color: #e4ebef !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-015 {
  border-color: #e4ebef !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-015 {
  color: #e4ebef !important; }

._admithub_embed-container .hover-bg-blue-grey-020:hover {
  background-color: #d6e0e6 !important; }

._admithub_embed-container .hover-border-blue-grey-020:hover {
  border-color: #d6e0e6 !important; }

._admithub_embed-container .hover-text-blue-grey-020:hover {
  color: #d6e0e6 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-020 {
  background-color: #d6e0e6 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-020 {
  border-color: #d6e0e6 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-020 {
  color: #d6e0e6 !important; }

._admithub_embed-container .hover-bg-blue-grey-025:hover {
  background-color: #f4f6f7 !important; }

._admithub_embed-container .hover-border-blue-grey-025:hover {
  border-color: #f4f6f7 !important; }

._admithub_embed-container .hover-text-blue-grey-025:hover {
  color: #f4f6f7 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-025 {
  background-color: #f4f6f7 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-025 {
  border-color: #f4f6f7 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-025 {
  color: #f4f6f7 !important; }

._admithub_embed-container .hover-bg-blue-grey-030:hover {
  background-color: #b2c2c9 !important; }

._admithub_embed-container .hover-border-blue-grey-030:hover {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .hover-text-blue-grey-030:hover {
  color: #b2c2c9 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-030 {
  background-color: #b2c2c9 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-030 {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-030 {
  color: #b2c2c9 !important; }

._admithub_embed-container .hover-bg-blue-grey-050:hover {
  background-color: #eff3f5 !important; }

._admithub_embed-container .hover-border-blue-grey-050:hover {
  border-color: #eff3f5 !important; }

._admithub_embed-container .hover-text-blue-grey-050:hover {
  color: #eff3f5 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-050 {
  background-color: #eff3f5 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-050 {
  border-color: #eff3f5 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-050 {
  color: #eff3f5 !important; }

._admithub_embed-container .hover-bg-blue-grey-075:hover {
  background-color: #dde3e6 !important; }

._admithub_embed-container .hover-border-blue-grey-075:hover {
  border-color: #dde3e6 !important; }

._admithub_embed-container .hover-text-blue-grey-075:hover {
  color: #dde3e6 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-075 {
  background-color: #dde3e6 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-075 {
  border-color: #dde3e6 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-075 {
  color: #dde3e6 !important; }

._admithub_embed-container .hover-bg-blue-grey-080:hover {
  background-color: #2e3b40 !important; }

._admithub_embed-container .hover-border-blue-grey-080:hover {
  border-color: #2e3b40 !important; }

._admithub_embed-container .hover-text-blue-grey-080:hover {
  color: #2e3b40 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-080 {
  background-color: #2e3b40 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-080 {
  border-color: #2e3b40 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-080 {
  color: #2e3b40 !important; }

._admithub_embed-container .hover-bg-blue-grey-100:hover {
  background-color: #cfd8dc !important; }

._admithub_embed-container .hover-border-blue-grey-100:hover {
  border-color: #cfd8dc !important; }

._admithub_embed-container .hover-text-blue-grey-100:hover {
  color: #cfd8dc !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-100 {
  background-color: #cfd8dc !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-100 {
  border-color: #cfd8dc !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-100 {
  color: #cfd8dc !important; }

._admithub_embed-container .hover-bg-blue-grey-200:hover {
  background-color: #b0bec5 !important; }

._admithub_embed-container .hover-border-blue-grey-200:hover {
  border-color: #b0bec5 !important; }

._admithub_embed-container .hover-text-blue-grey-200:hover {
  color: #b0bec5 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-200 {
  background-color: #b0bec5 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-200 {
  border-color: #b0bec5 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-200 {
  color: #b0bec5 !important; }

._admithub_embed-container .hover-bg-blue-grey-300:hover {
  background-color: #8fa4af !important; }

._admithub_embed-container .hover-border-blue-grey-300:hover {
  border-color: #8fa4af !important; }

._admithub_embed-container .hover-text-blue-grey-300:hover {
  color: #8fa4af !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-300 {
  background-color: #8fa4af !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-300 {
  border-color: #8fa4af !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-300 {
  color: #8fa4af !important; }

._admithub_embed-container .hover-bg-blue-grey-400:hover {
  background-color: #77909d !important; }

._admithub_embed-container .hover-border-blue-grey-400:hover {
  border-color: #77909d !important; }

._admithub_embed-container .hover-text-blue-grey-400:hover {
  color: #77909d !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-400 {
  background-color: #77909d !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-400 {
  border-color: #77909d !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-400 {
  color: #77909d !important; }

._admithub_embed-container .hover-bg-blue-grey-500:hover {
  background-color: #5f7d8c !important; }

._admithub_embed-container .hover-border-blue-grey-500:hover {
  border-color: #5f7d8c !important; }

._admithub_embed-container .hover-text-blue-grey-500:hover {
  color: #5f7d8c !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-500 {
  background-color: #5f7d8c !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-500 {
  border-color: #5f7d8c !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-500 {
  color: #5f7d8c !important; }

._admithub_embed-container .hover-bg-blue-grey-501:hover {
  background-color: #76868d !important; }

._admithub_embed-container .hover-border-blue-grey-501:hover {
  border-color: #76868d !important; }

._admithub_embed-container .hover-text-blue-grey-501:hover {
  color: #76868d !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-501 {
  background-color: #76868d !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-501 {
  border-color: #76868d !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-501 {
  color: #76868d !important; }

._admithub_embed-container .hover-bg-blue-grey-600:hover {
  background-color: #536e7b !important; }

._admithub_embed-container .hover-border-blue-grey-600:hover {
  border-color: #536e7b !important; }

._admithub_embed-container .hover-text-blue-grey-600:hover {
  color: #536e7b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-600 {
  background-color: #536e7b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-600 {
  border-color: #536e7b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-600 {
  color: #536e7b !important; }

._admithub_embed-container .hover-bg-blue-grey-701:hover {
  background-color: #48565d !important; }

._admithub_embed-container .hover-border-blue-grey-701:hover {
  border-color: #48565d !important; }

._admithub_embed-container .hover-text-blue-grey-701:hover {
  color: #48565d !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-701 {
  background-color: #48565d !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-701 {
  border-color: #48565d !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-701 {
  color: #48565d !important; }

._admithub_embed-container .hover-bg-blue-grey-800:hover {
  background-color: #37474f !important; }

._admithub_embed-container .hover-border-blue-grey-800:hover {
  border-color: #37474f !important; }

._admithub_embed-container .hover-text-blue-grey-800:hover {
  color: #37474f !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-800 {
  background-color: #37474f !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-800 {
  border-color: #37474f !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-800 {
  color: #37474f !important; }

._admithub_embed-container .hover-bg-blue-grey-900:hover {
  background-color: #253238 !important; }

._admithub_embed-container .hover-border-blue-grey-900:hover {
  border-color: #253238 !important; }

._admithub_embed-container .hover-text-blue-grey-900:hover {
  color: #253238 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-grey-900 {
  background-color: #253238 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-grey-900 {
  border-color: #253238 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-grey-900 {
  color: #253238 !important; }

._admithub_embed-container .hover-bg-indigo-200:hover {
  background-color: #9fa7dc !important; }

._admithub_embed-container .hover-border-indigo-200:hover {
  border-color: #9fa7dc !important; }

._admithub_embed-container .hover-text-indigo-200:hover {
  color: #9fa7dc !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-indigo-200 {
  background-color: #9fa7dc !important; }

._admithub_embed-container .hover-parent:hover .hover-border-indigo-200 {
  border-color: #9fa7dc !important; }

._admithub_embed-container .hover-parent:hover .hover-text-indigo-200 {
  color: #9fa7dc !important; }

._admithub_embed-container .hover-bg-indigo-900:hover {
  background-color: #191e80 !important; }

._admithub_embed-container .hover-border-indigo-900:hover {
  border-color: #191e80 !important; }

._admithub_embed-container .hover-text-indigo-900:hover {
  color: #191e80 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-indigo-900 {
  background-color: #191e80 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-indigo-900 {
  border-color: #191e80 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-indigo-900 {
  color: #191e80 !important; }

._admithub_embed-container .hover-bg-turquoise-100:hover {
  background-color: #98dad7 !important; }

._admithub_embed-container .hover-border-turquoise-100:hover {
  border-color: #98dad7 !important; }

._admithub_embed-container .hover-text-turquoise-100:hover {
  color: #98dad7 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-turquoise-100 {
  background-color: #98dad7 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-turquoise-100 {
  border-color: #98dad7 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-turquoise-100 {
  color: #98dad7 !important; }

._admithub_embed-container .hover-bg-turquoise-300:hover {
  background-color: #51b7b1 !important; }

._admithub_embed-container .hover-border-turquoise-300:hover {
  border-color: #51b7b1 !important; }

._admithub_embed-container .hover-text-turquoise-300:hover {
  color: #51b7b1 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-turquoise-300 {
  background-color: #51b7b1 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-turquoise-300 {
  border-color: #51b7b1 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-turquoise-300 {
  color: #51b7b1 !important; }

._admithub_embed-container .hover-bg-turquoise-400:hover {
  background-color: #24a69f !important; }

._admithub_embed-container .hover-border-turquoise-400:hover {
  border-color: #24a69f !important; }

._admithub_embed-container .hover-text-turquoise-400:hover {
  color: #24a69f !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-turquoise-400 {
  background-color: #24a69f !important; }

._admithub_embed-container .hover-parent:hover .hover-border-turquoise-400 {
  border-color: #24a69f !important; }

._admithub_embed-container .hover-parent:hover .hover-text-turquoise-400 {
  color: #24a69f !important; }

._admithub_embed-container .hover-bg-turquoise-500:hover {
  background-color: #1d9790 !important; }

._admithub_embed-container .hover-border-turquoise-500:hover {
  border-color: #1d9790 !important; }

._admithub_embed-container .hover-text-turquoise-500:hover {
  color: #1d9790 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-turquoise-500 {
  background-color: #1d9790 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-turquoise-500 {
  border-color: #1d9790 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-turquoise-500 {
  color: #1d9790 !important; }

._admithub_embed-container .hover-bg-red-600:hover {
  background-color: #e53935 !important; }

._admithub_embed-container .hover-border-red-600:hover {
  border-color: #e53935 !important; }

._admithub_embed-container .hover-text-red-600:hover {
  color: #e53935 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-red-600 {
  background-color: #e53935 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-red-600 {
  border-color: #e53935 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-red-600 {
  color: #e53935 !important; }

._admithub_embed-container .hover-bg-amber-500:hover {
  background-color: #ffc107 !important; }

._admithub_embed-container .hover-border-amber-500:hover {
  border-color: #ffc107 !important; }

._admithub_embed-container .hover-text-amber-500:hover {
  color: #ffc107 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-amber-500 {
  background-color: #ffc107 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-amber-500 {
  border-color: #ffc107 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-amber-500 {
  color: #ffc107 !important; }

._admithub_embed-container .hover-bg-charcoal-grey:hover {
  background-color: #36474f !important; }

._admithub_embed-container .hover-border-charcoal-grey:hover {
  border-color: #36474f !important; }

._admithub_embed-container .hover-text-charcoal-grey:hover {
  color: #36474f !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-charcoal-grey {
  background-color: #36474f !important; }

._admithub_embed-container .hover-parent:hover .hover-border-charcoal-grey {
  border-color: #36474f !important; }

._admithub_embed-container .hover-parent:hover .hover-text-charcoal-grey {
  color: #36474f !important; }

._admithub_embed-container .hover-bg-gull-grey:hover {
  background-color: #a1b0b8 !important; }

._admithub_embed-container .hover-border-gull-grey:hover {
  border-color: #a1b0b8 !important; }

._admithub_embed-container .hover-text-gull-grey:hover {
  color: #a1b0b8 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-gull-grey {
  background-color: #a1b0b8 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-gull-grey {
  border-color: #a1b0b8 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-gull-grey {
  color: #a1b0b8 !important; }

._admithub_embed-container .hover-bg-message-no-match:hover {
  background-color: #f4f9fd !important; }

._admithub_embed-container .hover-border-message-no-match:hover {
  border-color: #f4f9fd !important; }

._admithub_embed-container .hover-text-message-no-match:hover {
  color: #f4f9fd !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-message-no-match {
  background-color: #f4f9fd !important; }

._admithub_embed-container .hover-parent:hover .hover-border-message-no-match {
  border-color: #f4f9fd !important; }

._admithub_embed-container .hover-parent:hover .hover-text-message-no-match {
  color: #f4f9fd !important; }

._admithub_embed-container .hover-bg-message-incoming:hover {
  background-color: #c9dced !important; }

._admithub_embed-container .hover-border-message-incoming:hover {
  border-color: #c9dced !important; }

._admithub_embed-container .hover-text-message-incoming:hover {
  color: #c9dced !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-message-incoming {
  background-color: #c9dced !important; }

._admithub_embed-container .hover-parent:hover .hover-border-message-incoming {
  border-color: #c9dced !important; }

._admithub_embed-container .hover-parent:hover .hover-text-message-incoming {
  color: #c9dced !important; }

._admithub_embed-container .hover-bg-pale-green:hover {
  background-color: #0fc65b !important; }

._admithub_embed-container .hover-border-pale-green:hover {
  border-color: #0fc65b !important; }

._admithub_embed-container .hover-text-pale-green:hover {
  color: #0fc65b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-pale-green {
  background-color: #0fc65b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-pale-green {
  border-color: #0fc65b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-pale-green {
  color: #0fc65b !important; }

._admithub_embed-container .hover-bg-admithub-pink:hover {
  background-color: #b65293 !important; }

._admithub_embed-container .hover-border-admithub-pink:hover {
  border-color: #b65293 !important; }

._admithub_embed-container .hover-text-admithub-pink:hover {
  color: #b65293 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-admithub-pink {
  background-color: #b65293 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-admithub-pink {
  border-color: #b65293 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-admithub-pink {
  color: #b65293 !important; }

._admithub_embed-container .hover-bg-admithub-grey:hover {
  background-color: #f2f2f2 !important; }

._admithub_embed-container .hover-border-admithub-grey:hover {
  border-color: #f2f2f2 !important; }

._admithub_embed-container .hover-text-admithub-grey:hover {
  color: #f2f2f2 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-admithub-grey {
  background-color: #f2f2f2 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-admithub-grey {
  border-color: #f2f2f2 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-admithub-grey {
  color: #f2f2f2 !important; }

._admithub_embed-container .hover-bg-admithub-primary:hover {
  background-color: #22a1ac !important; }

._admithub_embed-container .hover-border-admithub-primary:hover {
  border-color: #22a1ac !important; }

._admithub_embed-container .hover-text-admithub-primary:hover {
  color: #22a1ac !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-admithub-primary {
  background-color: #22a1ac !important; }

._admithub_embed-container .hover-parent:hover .hover-border-admithub-primary {
  border-color: #22a1ac !important; }

._admithub_embed-container .hover-parent:hover .hover-text-admithub-primary {
  color: #22a1ac !important; }

._admithub_embed-container .hover-bg-warning-light:hover {
  background-color: #fffff1 !important; }

._admithub_embed-container .hover-border-warning-light:hover {
  border-color: #fffff1 !important; }

._admithub_embed-container .hover-text-warning-light:hover {
  color: #fffff1 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-warning-light {
  background-color: #fffff1 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-warning-light {
  border-color: #fffff1 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-warning-light {
  color: #fffff1 !important; }

._admithub_embed-container .hover-bg-dark-purple:hover {
  background-color: #620b3e !important; }

._admithub_embed-container .hover-border-dark-purple:hover {
  border-color: #620b3e !important; }

._admithub_embed-container .hover-text-dark-purple:hover {
  color: #620b3e !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-dark-purple {
  background-color: #620b3e !important; }

._admithub_embed-container .hover-parent:hover .hover-border-dark-purple {
  border-color: #620b3e !important; }

._admithub_embed-container .hover-parent:hover .hover-text-dark-purple {
  color: #620b3e !important; }

._admithub_embed-container .hover-bg-light-purple:hover {
  background-color: #620b3e1a !important; }

._admithub_embed-container .hover-border-light-purple:hover {
  border-color: #620b3e1a !important; }

._admithub_embed-container .hover-text-light-purple:hover {
  color: #620b3e1a !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-light-purple {
  background-color: #620b3e1a !important; }

._admithub_embed-container .hover-parent:hover .hover-border-light-purple {
  border-color: #620b3e1a !important; }

._admithub_embed-container .hover-parent:hover .hover-text-light-purple {
  color: #620b3e1a !important; }

._admithub_embed-container .hover-bg-secondary-teal:hover {
  background-color: #20ad96 !important; }

._admithub_embed-container .hover-border-secondary-teal:hover {
  border-color: #20ad96 !important; }

._admithub_embed-container .hover-text-secondary-teal:hover {
  color: #20ad96 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-secondary-teal {
  background-color: #20ad96 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-secondary-teal {
  border-color: #20ad96 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-secondary-teal {
  color: #20ad96 !important; }

._admithub_embed-container .hover-bg-secondary-light:hover {
  background-color: #effcfa !important; }

._admithub_embed-container .hover-border-secondary-light:hover {
  border-color: #effcfa !important; }

._admithub_embed-container .hover-text-secondary-light:hover {
  color: #effcfa !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-secondary-light {
  background-color: #effcfa !important; }

._admithub_embed-container .hover-parent:hover .hover-border-secondary-light {
  border-color: #effcfa !important; }

._admithub_embed-container .hover-parent:hover .hover-text-secondary-light {
  color: #effcfa !important; }

._admithub_embed-container .hover-bg-opacity-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .hover-border-opacity-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .hover-text-opacity-50:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .hover-parent:hover .hover-border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .hover-parent:hover .hover-text-opacity-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

._admithub_embed-container .hover-bg-blue-20:hover {
  background-color: #deebff !important; }

._admithub_embed-container .hover-border-blue-20:hover {
  border-color: #deebff !important; }

._admithub_embed-container .hover-text-blue-20:hover {
  color: #deebff !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-20 {
  background-color: #deebff !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-20 {
  border-color: #deebff !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-20 {
  color: #deebff !important; }

._admithub_embed-container .hover-bg-blue-90:hover {
  background-color: #003e82 !important; }

._admithub_embed-container .hover-border-blue-90:hover {
  border-color: #003e82 !important; }

._admithub_embed-container .hover-text-blue-90:hover {
  color: #003e82 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-blue-90 {
  background-color: #003e82 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-blue-90 {
  border-color: #003e82 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-blue-90 {
  color: #003e82 !important; }

._admithub_embed-container .hover-bg-white:hover {
  background-color: #ffffff !important; }

._admithub_embed-container .hover-border-white:hover {
  border-color: #ffffff !important; }

._admithub_embed-container .hover-text-white:hover {
  color: #ffffff !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-white {
  background-color: #ffffff !important; }

._admithub_embed-container .hover-parent:hover .hover-border-white {
  border-color: #ffffff !important; }

._admithub_embed-container .hover-parent:hover .hover-text-white {
  color: #ffffff !important; }

._admithub_embed-container .hover-bg-gray-150:hover {
  background-color: #edeeee !important; }

._admithub_embed-container .hover-border-gray-150:hover {
  border-color: #edeeee !important; }

._admithub_embed-container .hover-text-gray-150:hover {
  color: #edeeee !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-gray-150 {
  background-color: #edeeee !important; }

._admithub_embed-container .hover-parent:hover .hover-border-gray-150 {
  border-color: #edeeee !important; }

._admithub_embed-container .hover-parent:hover .hover-text-gray-150 {
  color: #edeeee !important; }

._admithub_embed-container .hover-bg-archived-badge-color:hover {
  background-color: #95a7b0 !important; }

._admithub_embed-container .hover-border-archived-badge-color:hover {
  border-color: #95a7b0 !important; }

._admithub_embed-container .hover-text-archived-badge-color:hover {
  color: #95a7b0 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-archived-badge-color {
  background-color: #95a7b0 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-archived-badge-color {
  border-color: #95a7b0 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-archived-badge-color {
  color: #95a7b0 !important; }

._admithub_embed-container .hover-bg-line:hover {
  background-color: #b2c2c9 !important; }

._admithub_embed-container .hover-border-line:hover {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .hover-text-line:hover {
  color: #b2c2c9 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-line {
  background-color: #b2c2c9 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-line {
  border-color: #b2c2c9 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-line {
  color: #b2c2c9 !important; }

._admithub_embed-container .hover-bg-dark-gray:hover {
  background-color: #5e6b72 !important; }

._admithub_embed-container .hover-border-dark-gray:hover {
  border-color: #5e6b72 !important; }

._admithub_embed-container .hover-text-dark-gray:hover {
  color: #5e6b72 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-dark-gray {
  background-color: #5e6b72 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-dark-gray {
  border-color: #5e6b72 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-dark-gray {
  color: #5e6b72 !important; }

._admithub_embed-container .hover-bg-denim-blue:hover {
  background-color: #1b71ce !important; }

._admithub_embed-container .hover-border-denim-blue:hover {
  border-color: #1b71ce !important; }

._admithub_embed-container .hover-text-denim-blue:hover {
  color: #1b71ce !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-denim-blue {
  background-color: #1b71ce !important; }

._admithub_embed-container .hover-parent:hover .hover-border-denim-blue {
  border-color: #1b71ce !important; }

._admithub_embed-container .hover-parent:hover .hover-text-denim-blue {
  color: #1b71ce !important; }

._admithub_embed-container .hover-bg-mainstay-blue-10:hover {
  background-color: #f2f9ff !important; }

._admithub_embed-container .hover-border-mainstay-blue-10:hover {
  border-color: #f2f9ff !important; }

._admithub_embed-container .hover-text-mainstay-blue-10:hover {
  color: #f2f9ff !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-blue-10 {
  background-color: #f2f9ff !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-blue-10 {
  border-color: #f2f9ff !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-blue-10 {
  color: #f2f9ff !important; }

._admithub_embed-container .hover-bg-mainstay-blue-40:hover {
  background-color: #6fadf0 !important; }

._admithub_embed-container .hover-border-mainstay-blue-40:hover {
  border-color: #6fadf0 !important; }

._admithub_embed-container .hover-text-mainstay-blue-40:hover {
  color: #6fadf0 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-blue-40 {
  background-color: #6fadf0 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-blue-40 {
  border-color: #6fadf0 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-blue-40 {
  color: #6fadf0 !important; }

._admithub_embed-container .hover-bg-mainstay-blue-60:hover {
  background-color: #1b71ce !important; }

._admithub_embed-container .hover-border-mainstay-blue-60:hover {
  border-color: #1b71ce !important; }

._admithub_embed-container .hover-text-mainstay-blue-60:hover {
  color: #1b71ce !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-blue-60 {
  background-color: #1b71ce !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-blue-60 {
  border-color: #1b71ce !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-blue-60 {
  color: #1b71ce !important; }

._admithub_embed-container .hover-bg-mainstay-blue-70:hover {
  background-color: #0063d0 !important; }

._admithub_embed-container .hover-border-mainstay-blue-70:hover {
  border-color: #0063d0 !important; }

._admithub_embed-container .hover-text-mainstay-blue-70:hover {
  color: #0063d0 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-blue-70 {
  background-color: #0063d0 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-blue-70 {
  border-color: #0063d0 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-blue-70 {
  color: #0063d0 !important; }

._admithub_embed-container .hover-bg-mainstay-blue-80:hover {
  background-color: #0051aa !important; }

._admithub_embed-container .hover-border-mainstay-blue-80:hover {
  border-color: #0051aa !important; }

._admithub_embed-container .hover-text-mainstay-blue-80:hover {
  color: #0051aa !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-blue-80 {
  background-color: #0051aa !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-blue-80 {
  border-color: #0051aa !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-blue-80 {
  color: #0051aa !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue:hover {
  background-color: #092e63 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue:hover {
  border-color: #092e63 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue:hover {
  color: #092e63 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue {
  background-color: #092e63 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue {
  border-color: #092e63 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue {
  color: #092e63 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-80:hover {
  background-color: #3a5882 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-80:hover {
  border-color: #3a5882 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-80:hover {
  color: #3a5882 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-80 {
  background-color: #3a5882 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-80 {
  border-color: #3a5882 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-80 {
  color: #3a5882 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-70:hover {
  background-color: #536d92 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-70:hover {
  border-color: #536d92 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-70:hover {
  color: #536d92 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-70 {
  background-color: #536d92 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-70 {
  border-color: #536d92 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-70 {
  color: #536d92 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-65:hover {
  background-color: #5f779a !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-65:hover {
  border-color: #5f779a !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-65:hover {
  color: #5f779a !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-65 {
  background-color: #5f779a !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-65 {
  border-color: #5f779a !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-65 {
  color: #5f779a !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-50:hover {
  background-color: #8497b1 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-50:hover {
  border-color: #8497b1 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-50:hover {
  color: #8497b1 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-50 {
  background-color: #8497b1 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-50 {
  border-color: #8497b1 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-50 {
  color: #8497b1 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-20:hover {
  background-color: #ced5e0 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-20:hover {
  border-color: #ced5e0 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-20:hover {
  color: #ced5e0 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-20 {
  background-color: #ced5e0 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-20 {
  border-color: #ced5e0 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-20 {
  color: #ced5e0 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-10:hover {
  background-color: #e7ebf0 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-10:hover {
  border-color: #e7ebf0 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-10:hover {
  color: #e7ebf0 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-10 {
  background-color: #e7ebf0 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-10 {
  border-color: #e7ebf0 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-10 {
  color: #e7ebf0 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-blue-05:hover {
  background-color: #f2f4f7 !important; }

._admithub_embed-container .hover-border-mainstay-dark-blue-05:hover {
  border-color: #f2f4f7 !important; }

._admithub_embed-container .hover-text-mainstay-dark-blue-05:hover {
  color: #f2f4f7 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-blue-05 {
  background-color: #f2f4f7 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-blue-05 {
  border-color: #f2f4f7 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-blue-05 {
  color: #f2f4f7 !important; }

._admithub_embed-container .hover-bg-mainstay-almost-black:hover {
  background-color: #121619 !important; }

._admithub_embed-container .hover-border-mainstay-almost-black:hover {
  border-color: #121619 !important; }

._admithub_embed-container .hover-text-mainstay-almost-black:hover {
  color: #121619 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-almost-black {
  background-color: #121619 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-almost-black {
  border-color: #121619 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-almost-black {
  color: #121619 !important; }

._admithub_embed-container .hover-bg-mainstay-almost-black-30:hover {
  background-color: #b8baba !important; }

._admithub_embed-container .hover-border-mainstay-almost-black-30:hover {
  border-color: #b8baba !important; }

._admithub_embed-container .hover-text-mainstay-almost-black-30:hover {
  color: #b8baba !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-almost-black-30 {
  background-color: #b8baba !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-almost-black-30 {
  border-color: #b8baba !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-almost-black-30 {
  color: #b8baba !important; }

._admithub_embed-container .hover-bg-mainstay-almost-black-80:hover {
  background-color: #414547 !important; }

._admithub_embed-container .hover-border-mainstay-almost-black-80:hover {
  border-color: #414547 !important; }

._admithub_embed-container .hover-text-mainstay-almost-black-80:hover {
  color: #414547 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-almost-black-80 {
  background-color: #414547 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-almost-black-80 {
  border-color: #414547 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-almost-black-80 {
  color: #414547 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-mint:hover {
  background-color: #00c6a4 !important; }

._admithub_embed-container .hover-border-mainstay-dark-mint:hover {
  border-color: #00c6a4 !important; }

._admithub_embed-container .hover-text-mainstay-dark-mint:hover {
  color: #00c6a4 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-mint {
  background-color: #00c6a4 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-mint {
  border-color: #00c6a4 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-mint {
  color: #00c6a4 !important; }

._admithub_embed-container .hover-bg-mainstay-dark-mint-w-opacity:hover {
  background-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .hover-border-mainstay-dark-mint-w-opacity:hover {
  border-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .hover-text-mainstay-dark-mint-w-opacity:hover {
  color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-mint-w-opacity {
  background-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-mint-w-opacity {
  border-color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-mint-w-opacity {
  color: rgba(0, 198, 164, 0.1) !important; }

._admithub_embed-container .hover-bg-mainstay-dark-green:hover {
  background-color: #08785d !important; }

._admithub_embed-container .hover-border-mainstay-dark-green:hover {
  border-color: #08785d !important; }

._admithub_embed-container .hover-text-mainstay-dark-green:hover {
  color: #08785d !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-dark-green {
  background-color: #08785d !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-dark-green {
  border-color: #08785d !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-dark-green {
  color: #08785d !important; }

._admithub_embed-container .hover-bg-mainstay-mint:hover {
  background-color: #00ffd4 !important; }

._admithub_embed-container .hover-border-mainstay-mint:hover {
  border-color: #00ffd4 !important; }

._admithub_embed-container .hover-text-mainstay-mint:hover {
  color: #00ffd4 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-mint {
  background-color: #00ffd4 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-mint {
  border-color: #00ffd4 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-mint {
  color: #00ffd4 !important; }

._admithub_embed-container .hover-bg-mainstay-teal:hover {
  background-color: #00837b !important; }

._admithub_embed-container .hover-border-mainstay-teal:hover {
  border-color: #00837b !important; }

._admithub_embed-container .hover-text-mainstay-teal:hover {
  color: #00837b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-teal {
  background-color: #00837b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-teal {
  border-color: #00837b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-teal {
  color: #00837b !important; }

._admithub_embed-container .hover-bg-mainstay-cream-30:hover {
  background-color: #fffefc !important; }

._admithub_embed-container .hover-border-mainstay-cream-30:hover {
  border-color: #fffefc !important; }

._admithub_embed-container .hover-text-mainstay-cream-30:hover {
  color: #fffefc !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-cream-30 {
  background-color: #fffefc !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-cream-30 {
  border-color: #fffefc !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-cream-30 {
  color: #fffefc !important; }

._admithub_embed-container .hover-bg-mainstay-gray-20:hover {
  background-color: #fafbfb !important; }

._admithub_embed-container .hover-border-mainstay-gray-20:hover {
  border-color: #fafbfb !important; }

._admithub_embed-container .hover-text-mainstay-gray-20:hover {
  color: #fafbfb !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-gray-20 {
  background-color: #fafbfb !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-gray-20 {
  border-color: #fafbfb !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-gray-20 {
  color: #fafbfb !important; }

._admithub_embed-container .hover-bg-mainstay-error-50:hover {
  background-color: #fdf3f3 !important; }

._admithub_embed-container .hover-border-mainstay-error-50:hover {
  border-color: #fdf3f3 !important; }

._admithub_embed-container .hover-text-mainstay-error-50:hover {
  color: #fdf3f3 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-error-50 {
  background-color: #fdf3f3 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-error-50 {
  border-color: #fdf3f3 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-error-50 {
  color: #fdf3f3 !important; }

._admithub_embed-container .hover-bg-mainstay-error-300:hover {
  background-color: #fda29b !important; }

._admithub_embed-container .hover-border-mainstay-error-300:hover {
  border-color: #fda29b !important; }

._admithub_embed-container .hover-text-mainstay-error-300:hover {
  color: #fda29b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-error-300 {
  background-color: #fda29b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-error-300 {
  border-color: #fda29b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-error-300 {
  color: #fda29b !important; }

._admithub_embed-container .hover-bg-mainstay-error-600:hover {
  background-color: #cb271b !important; }

._admithub_embed-container .hover-border-mainstay-error-600:hover {
  border-color: #cb271b !important; }

._admithub_embed-container .hover-text-mainstay-error-600:hover {
  color: #cb271b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-error-600 {
  background-color: #cb271b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-error-600 {
  border-color: #cb271b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-error-600 {
  color: #cb271b !important; }

._admithub_embed-container .hover-bg-mainstay-error-700:hover {
  background-color: #a31208 !important; }

._admithub_embed-container .hover-border-mainstay-error-700:hover {
  border-color: #a31208 !important; }

._admithub_embed-container .hover-text-mainstay-error-700:hover {
  color: #a31208 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-error-700 {
  background-color: #a31208 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-error-700 {
  border-color: #a31208 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-error-700 {
  color: #a31208 !important; }

._admithub_embed-container .hover-bg-mainstay-error-red:hover {
  background-color: #cb271b !important; }

._admithub_embed-container .hover-border-mainstay-error-red:hover {
  border-color: #cb271b !important; }

._admithub_embed-container .hover-text-mainstay-error-red:hover {
  color: #cb271b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-error-red {
  background-color: #cb271b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-error-red {
  border-color: #cb271b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-error-red {
  color: #cb271b !important; }

._admithub_embed-container .hover-bg-mainstay-spark-red:hover {
  background-color: #f23661 !important; }

._admithub_embed-container .hover-border-mainstay-spark-red:hover {
  border-color: #f23661 !important; }

._admithub_embed-container .hover-text-mainstay-spark-red:hover {
  color: #f23661 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-spark-red {
  background-color: #f23661 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-spark-red {
  border-color: #f23661 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-spark-red {
  color: #f23661 !important; }

._admithub_embed-container .hover-bg-mainstay-focused-gray:hover {
  background-color: #ced5e0 !important; }

._admithub_embed-container .hover-border-mainstay-focused-gray:hover {
  border-color: #ced5e0 !important; }

._admithub_embed-container .hover-text-mainstay-focused-gray:hover {
  color: #ced5e0 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-focused-gray {
  background-color: #ced5e0 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-focused-gray {
  border-color: #ced5e0 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-focused-gray {
  color: #ced5e0 !important; }

._admithub_embed-container .hover-bg-mainstay-text-default:hover {
  background-color: #2e3b40 !important; }

._admithub_embed-container .hover-border-mainstay-text-default:hover {
  border-color: #2e3b40 !important; }

._admithub_embed-container .hover-text-mainstay-text-default:hover {
  color: #2e3b40 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-text-default {
  background-color: #2e3b40 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-text-default {
  border-color: #2e3b40 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-text-default {
  color: #2e3b40 !important; }

._admithub_embed-container .hover-bg-mainstay-light-green:hover {
  background-color: #097f65 !important; }

._admithub_embed-container .hover-border-mainstay-light-green:hover {
  border-color: #097f65 !important; }

._admithub_embed-container .hover-text-mainstay-light-green:hover {
  color: #097f65 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-light-green {
  background-color: #097f65 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-light-green {
  border-color: #097f65 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-light-green {
  color: #097f65 !important; }

._admithub_embed-container .hover-bg-mainstay-gray-backgrounds:hover {
  background-color: #f9fafb !important; }

._admithub_embed-container .hover-border-mainstay-gray-backgrounds:hover {
  border-color: #f9fafb !important; }

._admithub_embed-container .hover-text-mainstay-gray-backgrounds:hover {
  color: #f9fafb !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-gray-backgrounds {
  background-color: #f9fafb !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-gray-backgrounds {
  border-color: #f9fafb !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-gray-backgrounds {
  color: #f9fafb !important; }

._admithub_embed-container .hover-bg-mainstay-gray-lines:hover {
  background-color: #d0d5dd !important; }

._admithub_embed-container .hover-border-mainstay-gray-lines:hover {
  border-color: #d0d5dd !important; }

._admithub_embed-container .hover-text-mainstay-gray-lines:hover {
  color: #d0d5dd !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-gray-lines {
  background-color: #d0d5dd !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-gray-lines {
  border-color: #d0d5dd !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-gray-lines {
  color: #d0d5dd !important; }

._admithub_embed-container .hover-bg-mainstay-gray-header:hover {
  background-color: #1d2939 !important; }

._admithub_embed-container .hover-border-mainstay-gray-header:hover {
  border-color: #1d2939 !important; }

._admithub_embed-container .hover-text-mainstay-gray-header:hover {
  color: #1d2939 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-gray-header {
  background-color: #1d2939 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-gray-header {
  border-color: #1d2939 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-gray-header {
  color: #1d2939 !important; }

._admithub_embed-container .hover-bg-mainstay-gray-text:hover {
  background-color: #475467 !important; }

._admithub_embed-container .hover-border-mainstay-gray-text:hover {
  border-color: #475467 !important; }

._admithub_embed-container .hover-text-mainstay-gray-text:hover {
  color: #475467 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-gray-text {
  background-color: #475467 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-gray-text {
  border-color: #475467 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-gray-text {
  color: #475467 !important; }

._admithub_embed-container .hover-bg-mainstay-success-50:hover {
  background-color: #f6fef9 !important; }

._admithub_embed-container .hover-border-mainstay-success-50:hover {
  border-color: #f6fef9 !important; }

._admithub_embed-container .hover-text-mainstay-success-50:hover {
  color: #f6fef9 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-success-50 {
  background-color: #f6fef9 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-success-50 {
  border-color: #f6fef9 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-success-50 {
  color: #f6fef9 !important; }

._admithub_embed-container .hover-bg-mainstay-success-500:hover {
  background-color: #12b76a !important; }

._admithub_embed-container .hover-border-mainstay-success-500:hover {
  border-color: #12b76a !important; }

._admithub_embed-container .hover-text-mainstay-success-500:hover {
  color: #12b76a !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-success-500 {
  background-color: #12b76a !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-success-500 {
  border-color: #12b76a !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-success-500 {
  color: #12b76a !important; }

._admithub_embed-container .hover-bg-mainstay-success-600:hover {
  background-color: #039855 !important; }

._admithub_embed-container .hover-border-mainstay-success-600:hover {
  border-color: #039855 !important; }

._admithub_embed-container .hover-text-mainstay-success-600:hover {
  color: #039855 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-success-600 {
  background-color: #039855 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-success-600 {
  border-color: #039855 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-success-600 {
  color: #039855 !important; }

._admithub_embed-container .hover-bg-mainstay-success-700:hover {
  background-color: #05603a !important; }

._admithub_embed-container .hover-border-mainstay-success-700:hover {
  border-color: #05603a !important; }

._admithub_embed-container .hover-text-mainstay-success-700:hover {
  color: #05603a !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-success-700 {
  background-color: #05603a !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-success-700 {
  border-color: #05603a !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-success-700 {
  color: #05603a !important; }

._admithub_embed-container .hover-bg-mainstay-warning-50:hover {
  background-color: #fffcf5 !important; }

._admithub_embed-container .hover-border-mainstay-warning-50:hover {
  border-color: #fffcf5 !important; }

._admithub_embed-container .hover-text-mainstay-warning-50:hover {
  color: #fffcf5 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-warning-50 {
  background-color: #fffcf5 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-warning-50 {
  border-color: #fffcf5 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-warning-50 {
  color: #fffcf5 !important; }

._admithub_embed-container .hover-bg-mainstay-warning-300:hover {
  background-color: #fec84b !important; }

._admithub_embed-container .hover-border-mainstay-warning-300:hover {
  border-color: #fec84b !important; }

._admithub_embed-container .hover-text-mainstay-warning-300:hover {
  color: #fec84b !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-warning-300 {
  background-color: #fec84b !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-warning-300 {
  border-color: #fec84b !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-warning-300 {
  color: #fec84b !important; }

._admithub_embed-container .hover-bg-mainstay-warning-600:hover {
  background-color: #dc6803 !important; }

._admithub_embed-container .hover-border-mainstay-warning-600:hover {
  border-color: #dc6803 !important; }

._admithub_embed-container .hover-text-mainstay-warning-600:hover {
  color: #dc6803 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-warning-600 {
  background-color: #dc6803 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-warning-600 {
  border-color: #dc6803 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-warning-600 {
  color: #dc6803 !important; }

._admithub_embed-container .hover-bg-mainstay-warning-700:hover {
  background-color: #b54708 !important; }

._admithub_embed-container .hover-border-mainstay-warning-700:hover {
  border-color: #b54708 !important; }

._admithub_embed-container .hover-text-mainstay-warning-700:hover {
  color: #b54708 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-warning-700 {
  background-color: #b54708 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-warning-700 {
  border-color: #b54708 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-warning-700 {
  color: #b54708 !important; }

._admithub_embed-container .hover-bg-mainstay-disabled-gray:hover {
  background-color: #98a2b3 !important; }

._admithub_embed-container .hover-border-mainstay-disabled-gray:hover {
  border-color: #98a2b3 !important; }

._admithub_embed-container .hover-text-mainstay-disabled-gray:hover {
  color: #98a2b3 !important; }

._admithub_embed-container .hover-parent:hover .hover-bg-mainstay-disabled-gray {
  background-color: #98a2b3 !important; }

._admithub_embed-container .hover-parent:hover .hover-border-mainstay-disabled-gray {
  border-color: #98a2b3 !important; }

._admithub_embed-container .hover-parent:hover .hover-text-mainstay-disabled-gray {
  color: #98a2b3 !important; }

._admithub_embed-container .border-none {
  border: none; }
  ._admithub_embed-container .border-none:focus {
    border: none !important; }

._admithub_embed-container .border-bottom-none {
  border-bottom: none !important; }

._admithub_embed-container .opacity-0 {
  opacity: 0; }

._admithub_embed-container .opacity-25 {
  opacity: 0.25; }

._admithub_embed-container .opacity-33 {
  opacity: 0.33; }

._admithub_embed-container .opacity-50 {
  opacity: 0.5; }

._admithub_embed-container .opacity-75 {
  opacity: 0.75; }

._admithub_embed-container .opacity-80 {
  opacity: 0.8; }

._admithub_embed-container .hover-opacity-100:hover {
  opacity: 1 !important; }

._admithub_embed-container .hover-out-opacity-5 {
  opacity: 0.5 !important; }

._admithub_embed-container .disabled-opacity-100:disabled {
  opacity: 1 !important; }

._admithub_embed-container .bg-gray-100 {
  background-color: #f8f9fa !important; }

._admithub_embed-container .bg-gray-200 {
  background-color: #e9ecef !important; }

._admithub_embed-container .bg-gray-300 {
  background-color: #dee2e6 !important; }

._admithub_embed-container .bg-gray-400 {
  background-color: #ced4da !important; }

._admithub_embed-container .bg-gray-500 {
  background-color: #adb5bd !important; }

._admithub_embed-container .bg-gray-600 {
  background-color: #6c757d !important; }

._admithub_embed-container .bg-gray-700 {
  background-color: #495057 !important; }

._admithub_embed-container .bg-gray-800 {
  background-color: #343a40 !important; }

._admithub_embed-container .bg-gray-900 {
  background-color: #212529 !important; }

._admithub_embed-container .left-unset {
  left: unset !important; }

._admithub_embed-container .right-0 {
  right: 0rem !important; }

._admithub_embed-container .right-1 {
  right: 0.25rem !important; }

._admithub_embed-container .top-0 {
  top: 0 !important; }

._admithub_embed-container .fw-400 {
  font-weight: 400 !important; }

._admithub_embed-container .fw-500 {
  font-weight: 500 !important; }

._admithub_embed-container .fw-600 {
  font-weight: 600 !important; }

._admithub_embed-container .fw-700 {
  font-weight: 700 !important; }

._admithub_embed-container .font-weight-semibold {
  font-weight: 600 !important; }

._admithub_embed-container .hover-fw-400:hover {
  font-weight: 400 !important; }

._admithub_embed-container .avatar-box-shadow {
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4) !important; }

._admithub_embed-container .shadow-border {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }

._admithub_embed-container .shadow-top {
  box-shadow: 0px -3px 3px #eee !important; }

._admithub_embed-container .shadow-top-dark-spread {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 8px 22px rgba(0, 0, 0, 0.27); }

._admithub_embed-container .fs-14 {
  font-size: 14px !important; }

._admithub_embed-container .fs-12px {
  font-size: 12px !important; }

._admithub_embed-container .fs-20px {
  font-size: 20px !important; }

._admithub_embed-container .fs-24px {
  font-size: 24px !important; }

._admithub_embed-container .fs-1_75rem {
  font-size: 1.75rem; }

._admithub_embed-container .fs-1_5rem {
  font-size: 1.5rem; }

._admithub_embed-container .fs-1_25rem {
  font-size: 1.25rem !important; }

._admithub_embed-container .fs-1rem,
._admithub_embed-container .fs-16px {
  font-size: 1rem !important; }

._admithub_embed-container .fs-small,
._admithub_embed-container .fs-13px {
  font-size: 0.8125rem; }

._admithub_embed-container .fs-18px {
  font-size: 1.125rem; }

._admithub_embed-container .fs-21px {
  font-size: 1.3125rem !important; }

._admithub_embed-container .fs-26px {
  font-size: 1.625rem !important; }

._admithub_embed-container .fs-32px {
  font-size: 2rem !important; }

._admithub_embed-container .fs-xsmall {
  font-size: 0.625rem; }

._admithub_embed-container .resize-none {
  resize: none !important; }

._admithub_embed-container .top-100 {
  top: 100% !important; }

._admithub_embed-container .transition-all {
  transition: all 0.2s ease-in-out !important; }

._admithub_embed-container .word-wrap-break-word {
  word-wrap: break-word !important; }

._admithub_embed-container .word-break-break-word {
  word-break: break-word !important; }

._admithub_embed-container .min-width-100 {
  min-width: 100% !important; }

._admithub_embed-container .min-width-200px {
  min-width: 200px !important; }

._admithub_embed-container .min-width-250px {
  min-width: 250px !important; }

._admithub_embed-container .min-width-350px {
  min-width: 350px !important; }

._admithub_embed-container .min-width-max-content {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important; }

._admithub_embed-container .min-height-min-content {
  min-height: -webkit-min-content !important;
  min-height: -moz-min-content !important;
  min-height: min-content !important; }

._admithub_embed-container .min-height-max-content {
  min-height: -webkit-max-content !important;
  min-height: -moz-max-content !important;
  min-height: max-content !important; }

._admithub_embed-container .color-inherit {
  color: inherit; }
  ._admithub_embed-container .color-inherit:hover {
    color: inherit; }

._admithub_embed-container .w-32px {
  width: 32px !important; }

._admithub_embed-container .mw-32px {
  min-width: 32px !important; }

._admithub_embed-container .w-4rem {
  width: 4rem !important; }

._admithub_embed-container .mw-4rem {
  min-width: 4rem !important; }

._admithub_embed-container .w-8rem {
  width: 8rem !important; }

._admithub_embed-container .mw-8rem {
  min-width: 8rem !important; }

._admithub_embed-container .w-12rem {
  width: 12rem !important; }

._admithub_embed-container .mw-12rem {
  min-width: 12rem !important; }

._admithub_embed-container .w-300px {
  width: 300px !important; }

._admithub_embed-container .mw-300px {
  min-width: 300px !important; }

._admithub_embed-container .w-400px {
  width: 400px !important; }

._admithub_embed-container .mw-400px {
  min-width: 400px !important; }

._admithub_embed-container .w-500px {
  width: 500px !important; }

._admithub_embed-container .mw-500px {
  min-width: 500px !important; }

._admithub_embed-container .hover-show-parent:not(:hover) .hover-show-child {
  display: none !important; }

._admithub_embed-container .hover-show-parent:not(:hover) .hover-show-child-invis {
  visibility: hidden !important; }

._admithub_embed-container .hover-opacity-100-parent:hover .hover-opacity-100-child {
  opacity: 1 !important; }

._admithub_embed-container .hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

._admithub_embed-container .shadow-md {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

._admithub_embed-container .show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  ._admithub_embed-container .show-on-focus:focus {
    z-index: 20;
    width: auto;
    height: auto;
    clip: auto; }

._admithub_embed-container .hover-shadow-md:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

._admithub_embed-container .hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }

._admithub_embed-container .bottom-inset-shadow {
  box-shadow: inset 0rem -0.5rem 0.5rem -0.5rem #cfd8dc; }

._admithub_embed-container .text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

._admithub_embed-container .white-space-pre {
  white-space: pre; }

._admithub_embed-container .whitespace-pre-wrap {
  white-space: pre-wrap !important; }

._admithub_embed-container .whitespace-nowrap {
  white-space: nowrap !important; }

._admithub_embed-container .link-unstyled, ._admithub_embed-container .link-unstyled:visited, ._admithub_embed-container .link-unstyled:hover, ._admithub_embed-container .link-unstyled:active, ._admithub_embed-container .link-unstyled:focus, ._admithub_embed-container .link-unstyled:active:hover {
  color: inherit;
  text-decoration: none; }

._admithub_embed-container .rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

._admithub_embed-container .rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

._admithub_embed-container .popper {
  z-index: 1000; }

._admithub_embed-container .z-index-10 {
  z-index: 10 !important; }

._admithub_embed-container .z-index-100 {
  z-index: 100 !important; }

._admithub_embed-container .z-index-1000 {
  z-index: 1000 !important; }

._admithub_embed-container .background-none {
  background: none !important; }

._admithub_embed-container .background-white {
  background-color: #ffffff; }

._admithub_embed-container .background-inherit {
  background-color: inherit !important; }

._admithub_embed-container .min-width-0 {
  min-width: 0 !important; }

._admithub_embed-container .no-transition {
  transition: unset !important; }

._admithub_embed-container .min-height-0 {
  min-height: 0 !important; }

._admithub_embed-container .min-height-100 {
  min-height: 100% !important; }

._admithub_embed-container .capitalize-first-letter::first-letter {
  text-transform: capitalize; }

._admithub_embed-container .btn-icon {
  cursor: pointer;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #6c757d;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    ._admithub_embed-container .btn-icon {
      transition: none; } }
  ._admithub_embed-container .btn-icon:before {
    display: inline-block;
    line-height: 1; }
  ._admithub_embed-container .btn-icon:hover {
    background-color: #f8f9fa;
    color: #495057; }

._admithub_embed-container .btn-page-action {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0;
  padding-right: 1rem;
  line-height: 1;
  color: #536e7b;
  border-radius: 3rem;
  margin-bottom: 2rem; }
  ._admithub_embed-container .btn-page-action:before {
    font-family: "admithub-icon-2-8" !important;
    content: "";
    padding: 0.6rem 0.4rem 0.6rem 0.6rem;
    font-size: 2rem;
    color: #b65293;
    margin-top: -0.12rem; }
  ._admithub_embed-container .btn-page-action:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

._admithub_embed-container .btn-default {
  border: 2px solid #22a1ac;
  color: #22a1ac;
  background-color: transparent; }

._admithub_embed-container .border-2px {
  border-width: 2px !important; }

._admithub_embed-container .border-3px {
  border-width: 3px !important; }

._admithub_embed-container .border-radius-none {
  border-radius: 0; }

._admithub_embed-container .border-radius-50 {
  border-radius: 50%; }

._admithub_embed-container .caption {
  font-size: 0.8rem;
  color: #6c757d; }

._admithub_embed-container .error {
  color: #e34646; }

._admithub_embed-container .text-inherit {
  color: inherit !important; }

._admithub_embed-container .text-underline {
  text-decoration: underline !important; }

._admithub_embed-container .text-underline-on-hover:hover {
  text-decoration: underline !important; }

._admithub_embed-container .flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

._admithub_embed-container .gradient-background-blue {
  background-image: linear-gradient(270deg, #f2f9ff 62.01%, rgba(235, 246, 255, 0) 100%, #f2f9ff 100%); }

._admithub_embed-container .flex-even {
  flex: 1 1 !important; }

._admithub_embed-container .vertical-rule {
  height: 100%;
  width: 1px;
  border-left: 1px solid #b2c2c9;
  margin-left: 0.3rem;
  margin-right: 0.3rem; }

._admithub_embed-container .background-image-none {
  background-image: none !important; }

._admithub_embed-container .border-bottom-2 {
  border-bottom-width: 2px; }

._admithub_embed-container .no-user-select {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

._admithub_embed-container .col-1-7 {
  max-width: calc(100% / 7); }

._admithub_embed-container .col-2-7 {
  max-width: calc(100% / 7 * 2); }

._admithub_embed-container .col-3-7 {
  max-width: calc(100% / 7 * 3); }

._admithub_embed-container .col-4-7 {
  max-width: calc(100% / 7 * 4); }

@media (min-width: 1400px) {
  ._admithub_embed-container .col-xl-1-7 {
    max-width: calc(100% / 7); }
  ._admithub_embed-container .col-xl-2-7 {
    max-width: calc(100% / 7 * 2); }
  ._admithub_embed-container .col-xl-3-7 {
    max-width: calc(100% / 7 * 3); } }

._admithub_embed-container .text-align-start {
  text-align: start !important; }

._admithub_embed-container .text-align-center {
  text-align: center !important; }

._admithub_embed-container .text-align-end {
  text-align: end !important; }

._admithub_embed-container .action-btn {
  text-align: left; }

._admithub_embed-container .action-btn .ahicon {
  position: relative;
  top: 3px;
  margin-right: 8px; }

._admithub_embed-container .input-label--error {
  color: #e34646 !important; }

._admithub_embed-container .cursor-pointer {
  cursor: pointer; }

._admithub_embed-container .pe-none {
  pointer-events: none; }

._admithub_embed-container .margin-top-auto {
  margin-top: auto !important; }

._admithub_embed-container .ml-auto {
  margin-left: auto !important; }

._admithub_embed-container .focus-mainstay-dark-blue:focus, ._admithub_embed-container .focus-mainstay-dark-blue:focus-within {
  outline: auto 1px #092e63 !important; }

/* 2022 Style Guide Utils */
._admithub_embed-container .mainstay-header-h6 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem !important;
  line-height: 1.24rem; }

._admithub_embed-container .mainstay-header-h5 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 1rem !important;
  line-height: 1.5rem; }

._admithub_embed-container .mainstay-header-h4 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem !important;
  line-height: 1.75rem; }

._admithub_embed-container .mainstay-header-h4-overview {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem !important;
  line-height: 1.5rem; }

._admithub_embed-container .mainstay-body-paragraph {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem !important;
  line-height: 1.25rem; }

._admithub_embed-container .mainstay-body-caption {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem !important;
  line-height: 1.25rem; }

._admithub_embed-container .mainstay-link {
  color: #0063d0; }
  ._admithub_embed-container .mainstay-link:hover {
    cursor: pointer;
    color: #0063d0;
    text-decoration: underline; }

._admithub_embed-container .draggable {
  left: auto !important; }

._admithub_embed-container .hover-text-decoration-none:hover {
  text-decoration: none !important; }

._admithub_embed-container .gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem; }

._admithub_embed-container .gap-3 {
  grid-gap: 1rem;
  gap: 1rem; }

._admithub_embed-container .gap-4 {
  grid-gap: 1.5rem;
  gap: 1.5rem; }

._admithub_embed-container .gap-5 {
  grid-gap: 3rem;
  gap: 3rem; }

._admithub_embed-container span.space-after::after {
  content: '\00a0'; }

@keyframes ellipsis {
  to {
    width: 1.25em; } }

@-webkit-keyframes ellipsis {
  ._admithub_embed-container to {
    width: 1.25em; } }

._admithub_embed-container span.loading-ellipsis-after::after {
  content: '\2026';
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  width: 0px; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .main-container {
  background: #fafbfb;
  border-radius: 30px;
  max-height: 100vh;
  overflow: hidden;
  margin: 0.625rem 1rem 0.625rem 0;
  border: 1px solid #e7ebf0; }

._admithub_embed-container .settings-menu-link {
  color: #fffefc !important; }
  ._admithub_embed-container .settings-menu-link:hover, ._admithub_embed-container .settings-menu-link:active {
    color: #fffefc !important; }

._admithub_embed-container h1 {
  font-size: 2.4375rem;
  line-height: 113%;
  font-weight: bold; }

._admithub_embed-container h2 {
  font-size: 1.953rem;
  line-height: 140%;
  font-weight: bold; }

._admithub_embed-container h3 {
  font-size: 1.563rem;
  line-height: 140%;
  font-weight: 600; }

._admithub_embed-container h4 {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600; }

._admithub_embed-container h5 {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600; }

._admithub_embed-container h6 {
  font-size: 0.8rem;
  line-height: 125%;
  font-weight: 600; }

._admithub_embed-container a,
._admithub_embed-container p {
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%; }
  ._admithub_embed-container a.large,
  ._admithub_embed-container p.large {
    font-size: 1.25rem; }
  ._admithub_embed-container a.caption,
  ._admithub_embed-container p.caption {
    font-size: 0.8rem; }
  ._admithub_embed-container a.meta,
  ._admithub_embed-container p.meta {
    letter-spacing: 0.04rem;
    font-size: 0.8rem;
    line-height: 125%;
    font-weight: bold; }

._admithub_embed-container .caption {
  font-size: 0.8rem; }

._admithub_embed-container .meta {
  letter-spacing: 0.04rem;
  font-size: 0.8rem;
  font-weight: bold; }

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

._admithub_embed-container .ring-spinner {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px; }
  ._admithub_embed-container .ring-spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid;
    border-color: #092e63 #092e63 transparent transparent;
    -webkit-animation: ring-spin 1.2s cubic-bezier(0.57, 0.05, 0.58, 0.94) infinite;
            animation: ring-spin 1.2s cubic-bezier(0.57, 0.05, 0.58, 0.94) infinite; }
  ._admithub_embed-container .ring-spinner div:nth-child(1) {
    -webkit-animation-delay: -0.25s;
            animation-delay: -0.25s; }
  ._admithub_embed-container .ring-spinner div:nth-child(2) {
    -webkit-animation-delay: -0.17s;
            animation-delay: -0.17s; }
  ._admithub_embed-container .ring-spinner div:nth-child(3) {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

._admithub_embed-container .ring-spinner-small {
  width: 20px;
  height: 20px; }

._admithub_embed-container .ring-spinner-big {
  width: 40px;
  height: 40px; }

@-webkit-keyframes ring-spin {
  ._admithub_embed-container 0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  ._admithub_embed-container 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

._admithub_embed-container :export {
  mainstayAlmostBlack: #121619;
  mainstayDarkBlue: #092e63;
  mainstayDarkBlue05: #f2f4f7;
  mainstayDarkBlue10: #e7ebf0;
  mainstayDarkBlue20: #ced5e0;
  mainstayDarkBlue80: #3a5882;
  mainstayDarkMint: #00c6a4;
  mainstayDarkMintWOpacity: rgba(0, 198, 164, 0.1);
  mainstayDarkGreen: #08785d;
  mainstayElectricRed: #f4456d;
  mainstayLightGreen: #097f65;
  mainstayBlue10: #f2f9ff;
  mainstayBlue40: #6fadf0;
  mainstayBlue60: #1b71ce;
  mainstayBlue70: #0063d0;
  mainstayBlue80: #0051aa;
  mainstayBlue50: #fdf3f3;
  mainstayError300: #fda29b;
  mainstayError600: #cb271b;
  mainstayError700: #a31208;
  mainstayGrayBackgrounds: #f9fafb;
  mainstayDisabledGray: #98a2b3;
  mainstayGrayLines: #d0d5dd;
  mainstayGrayHeader: #1d2939;
  mainstayGrayText: #475467;
  mainstaySuccess50: #f6fef9;
  mainstaySuccess500: #12b76a;
  mainstaySuccess600: #039855;
  mainstaySuccess700: #05603a;
  mainstayWarning10: #fffcf5;
  mainstayWarning300: #fec84b;
  mainstayWarning600: #dc6803;
  mainstayWarning700: #b54708;
  blue20: #deebff; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)

   Anything in the web-bot container div should have its styles reset, so
   that the partner site's styling rules don't spill over into the web-bot.
*/
._admithub_embed-container *:after,
._admithub_embed-container *:before {
  content: unset;
  display: unset;
  font-family: unset;
  font-weight: unset;
  margin: unset; }

html._admithub_embed-container,
._admithub_embed-container body,
._admithub_embed-container div,
._admithub_embed-container span,
._admithub_embed-container applet,
._admithub_embed-container object,
._admithub_embed-container iframe,
._admithub_embed-container h1,
._admithub_embed-container h2,
._admithub_embed-container h3,
._admithub_embed-container h4,
._admithub_embed-container h5,
._admithub_embed-container h6,
._admithub_embed-container p,
._admithub_embed-container blockquote,
._admithub_embed-container pre,
._admithub_embed-container a,
._admithub_embed-container abbr,
._admithub_embed-container acronym,
._admithub_embed-container address,
._admithub_embed-container big,
._admithub_embed-container cite,
._admithub_embed-container code,
._admithub_embed-container del,
._admithub_embed-container dfn,
._admithub_embed-container em,
._admithub_embed-container img,
._admithub_embed-container ins,
._admithub_embed-container kbd,
._admithub_embed-container q,
._admithub_embed-container s,
._admithub_embed-container samp,
._admithub_embed-container small,
._admithub_embed-container strike,
._admithub_embed-container strong,
._admithub_embed-container sub,
._admithub_embed-container sup,
._admithub_embed-container tt,
._admithub_embed-container var,
._admithub_embed-container b,
._admithub_embed-container u,
._admithub_embed-container i,
._admithub_embed-container center,
._admithub_embed-container dl,
._admithub_embed-container dt,
._admithub_embed-container dd,
._admithub_embed-container ol,
._admithub_embed-container ul,
._admithub_embed-container li,
._admithub_embed-container fieldset,
._admithub_embed-container form,
._admithub_embed-container label,
._admithub_embed-container legend,
._admithub_embed-container table,
._admithub_embed-container caption,
._admithub_embed-container tbody,
._admithub_embed-container tfoot,
._admithub_embed-container thead,
._admithub_embed-container tr,
._admithub_embed-container th,
._admithub_embed-container td,
._admithub_embed-container article,
._admithub_embed-container aside,
._admithub_embed-container canvas,
._admithub_embed-container details,
._admithub_embed-container embed,
._admithub_embed-container figure,
._admithub_embed-container figcaption,
._admithub_embed-container footer,
._admithub_embed-container header,
._admithub_embed-container hgroup,
._admithub_embed-container menu,
._admithub_embed-container nav,
._admithub_embed-container output,
._admithub_embed-container ruby,
._admithub_embed-container section,
._admithub_embed-container summary,
._admithub_embed-container time,
._admithub_embed-container mark,
._admithub_embed-container audio,
._admithub_embed-container video {
  margin: 0;
  margin: initial;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color: unset;
  background: unset; }

/* HTML5 display-role reset for older browsers */
._admithub_embed-container article,
._admithub_embed-container aside,
._admithub_embed-container details,
._admithub_embed-container figcaption,
._admithub_embed-container figure,
._admithub_embed-container footer,
._admithub_embed-container header,
._admithub_embed-container hgroup,
._admithub_embed-container menu,
._admithub_embed-container nav,
._admithub_embed-container section {
  display: block; }

._admithub_embed-container body {
  line-height: 1; }

._admithub_embed-container ol,
._admithub_embed-container ul {
  list-style: none; }

._admithub_embed-container blockquote,
._admithub_embed-container q {
  quotes: none; }

._admithub_embed-container blockquote:before,
._admithub_embed-container blockquote:after,
._admithub_embed-container q:before,
._admithub_embed-container q:after {
  content: '';
  content: none; }

._admithub_embed-container table {
  border-collapse: collapse;
  border-spacing: 0; }

._admithub_embed-container .webchat-iframe {
  max-height: 100%;
  position: fixed;
  bottom: -8px;
  z-index: 9995;
  background-color: transparent; }

._admithub_embed-container .message-iframe {
  height: 140px;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 9990;
  width: 325px;
  max-width: 80%;
  background-color: transparent; }

._admithub_embed-container .emoji-mart {
  max-width: 300px; }

._admithub_embed-container .loading iframe {
  visibility: visible !important;
  width: 0;
  height: 0; }

._admithub_embed-container .safari-loading-fix iframe {
  visibility: visible !important;
  width: unset;
  height: unset;
  opacity: 0; }

._admithub_embed-container .hidden {
  opacity: 0;
  display: none !important; }

._admithub_embed-container .transition-popup-enter {
  opacity: 0;
  bottom: 30px;
  display: block !important; }

._admithub_embed-container .transition-popup-enter-active {
  opacity: 1;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  transition: all 500ms;
  display: block !important; }

._admithub_embed-container .close {
  opacity: 1 !important;
  color: #fff !important; }

._admithub_embed-container .embed-message-container {
  min-height: unset; }

._admithub_embed-container .embed-activation-button {
  bottom: 8px;
  right: 8px; }

._admithub_embed-container .webchat-iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0; }

@media (min-width: 768px) {
  ._admithub_embed-container .webchat-iframe {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    max-width: 350px;
    max-height: 80%;
    position: fixed;
    right: 8px;
    bottom: -8px;
    margin-bottom: 16px; } }


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