@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.text-disabled[data-v-e98708be] {
  color: #616161;
}
.flex[data-v-e98708be] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-e98708be],
.flex-column[data-v-e98708be] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-e98708be] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-e98708be] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-e98708be] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-e98708be] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-e98708be] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-e98708be] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-e98708be] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-e98708be] {
  gap: 6px;
}
.gap-3[data-v-e98708be] {
  gap: 8px;
}
.gap-4[data-v-e98708be] {
  gap: 12px;
}
.gap-6[data-v-e98708be] {
  gap: 24px;
}
section.login[data-v-e98708be] {
  max-height: 600px;
  border-radius: 8px;
  z-index: 2222222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: 75vh;
  background-repeat: no-repeat;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 504px;
  max-width: 100%;
  background: rgba(18, 18, 18, 0.8);
  padding: 56px;
}
section.login.activate[data-v-e98708be] {
    max-height: 720px;
}
section.login .logos[data-v-e98708be] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
}
section.login .brain[data-v-e98708be] {
    width: 50px;
    height: auto;
}
section.login form[data-v-e98708be] {
    width: 100%;
}
section.login form .form-group[data-v-e98708be] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 12px;
}
section.login form .form-group > div[data-v-e98708be] {
      width: 100%;
}
a.forgot-password[data-v-e98708be] {
  margin-top: 1rem;
  display: inline-block;
}
.btn[data-v-e98708be] {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.login-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.login-slider .artwork {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.login-slider .artwork.animated {
    animation: kenburns 10s both;
}
.login-slider .artwork.animated.reverse {
      animation-direction: reverse;
}
@keyframes kenburns {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.05);
}
}
.login-slider .art-wrapper {
  height: 100vh;
}
.login-slider .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  color: #ccc;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  z-index: 99999;
}

.text-disabled[data-v-b786322c] {
  color: #616161;
}
.flex[data-v-b786322c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-b786322c],
.flex-column[data-v-b786322c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-b786322c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-b786322c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-b786322c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-b786322c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-b786322c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-b786322c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-b786322c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-b786322c] {
  gap: 6px;
}
.gap-3[data-v-b786322c] {
  gap: 8px;
}
.gap-4[data-v-b786322c] {
  gap: 12px;
}
.gap-6[data-v-b786322c] {
  gap: 24px;
}
.iframe-wrapper[data-v-b786322c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-clip-path: inset(16px round 8px);
          clip-path: inset(16px round 8px);
}
.iframe-wrapper iframe[data-v-b786322c] {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
.iframe-wrapper iframe[data-v-b786322c] {
      width: 100%;
      height: 100%;
      min-height: initial;
      min-width: initial;
      transform: initial;
      top: initial;
      left: initial;
      position: static;
      transform: scale(1.55);
}
}
@media screen and (max-width: 374px) {
.iframe-wrapper iframe[data-v-b786322c] {
      transform: scale(2);
}
}
.artwork-credit[data-v-b786322c] {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 200;
}
@media screen and (max-width: 1439px) {
.artwork-credit[data-v-b786322c] {
      bottom: 16px;
      left: 16px;
}
}
@media screen and (max-width: 1239px) {
.artwork-credit[data-v-b786322c] {
      bottom: 16px;
      left: 16px;
}
}
@media screen and (max-width: 599px) {
.artwork-credit[data-v-b786322c] {
      display: none;
}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

path {
    shape-rendering: geometricPrecision;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
@media screen and (max-width: 1300px) {
.dashboard-wrapper .intro-video .video-js {
    min-height: 320px;
}
}

.text-disabled[data-v-1c4d25d7] {
  color: #616161;
}
.flex[data-v-1c4d25d7] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1c4d25d7],
.flex-column[data-v-1c4d25d7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1c4d25d7] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1c4d25d7] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1c4d25d7] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1c4d25d7] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1c4d25d7] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1c4d25d7] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1c4d25d7] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1c4d25d7] {
  gap: 6px;
}
.gap-3[data-v-1c4d25d7] {
  gap: 8px;
}
.gap-4[data-v-1c4d25d7] {
  gap: 12px;
}
.gap-6[data-v-1c4d25d7] {
  gap: 24px;
}
.page-loader[data-v-1c4d25d7] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 99999999999999999999;
}
.dashboard-wrapper[data-v-1c4d25d7] {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 100dvh;
  overflow: hidden;
  background: black;
  padding: 1rem;
}
.next-live-session-wrapper[data-v-1c4d25d7] {
  margin: 24px 0;
}
.widgets-wrapper[data-v-1c4d25d7] {
  width: 440px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1700px) {
.widgets-wrapper[data-v-1c4d25d7] {
      width: 340px;
}
}
@media screen and (max-width: 1500px) {
.widgets-wrapper[data-v-1c4d25d7] {
      position: fixed;
      top: 0;
      left: 80px;
      width: 440px;
      height: 100dvh;
      z-index: 500;
      transform: translateX(calc(-100% - 80px));
      transition: transform 0.3s ease;
      box-shadow: 4px 0 16px rgba(0, 0, 0, 0.5);
      z-index: 999999999;
}
.widgets-wrapper.widgets-visible[data-v-1c4d25d7] {
        transform: translateX(0);
}
}
@media screen and (max-width: 640px) {
.widgets-wrapper[data-v-1c4d25d7] {
      left: 0;
      width: 100%;
}
}
.dashboard[data-v-1c4d25d7] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  overflow-y: scroll;
}
.widgets-wrapper[data-v-1c4d25d7] {
  overflow-y: scroll;
}
.video-placeholder[data-v-1c4d25d7] {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}
.top-row[data-v-1c4d25d7] {
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-top: 12px;
}
@media screen and (max-width: 1300px) {
.top-row[data-v-1c4d25d7] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 24px;
}
}
.top-row .intro-video[data-v-1c4d25d7] {
    -ms-grid-column: span 8;
        grid-column: span 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
@media screen and (max-width: 1600px) {
.top-row .intro-video[data-v-1c4d25d7] {
        -ms-grid-column: span 6;
            grid-column: span 6;
}
}
@media screen and (max-width: 1300px) {
.top-row .intro-video[data-v-1c4d25d7] {
        min-height: 300px;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
}
.top-row .intro-video .panel[data-v-1c4d25d7] {
      -ms-flex: 1;
          flex: 1;
      min-height: 0;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-row .intro-video .panel-body[data-v-1c4d25d7] {
      -ms-flex: 1;
          flex: 1;
      min-height: 0;
}
.top-row .intro-video > [data-v-1c4d25d7]:not(.panel) {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      min-height: 300px;
}
.top-row div.courses[data-v-1c4d25d7] {
    -ms-grid-column: span 4;
        grid-column: span 4;
    min-height: 0;
    height: 100%;
    padding-bottom: 16px;
}
@media screen and (max-width: 1600px) {
.top-row div.courses[data-v-1c4d25d7] {
        -ms-grid-column: span 6;
            grid-column: span 6;
}
}
.top-row div.courses .panel[data-v-1c4d25d7] {
      height: 100%;
}
.courses-panel .panel-body[data-v-1c4d25d7] {
  max-height: 60vh;
  overflow-y: scroll;
}
.video-thumb-wrapper[data-v-1c4d25d7] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.course-widget-wrapper h2[data-v-1c4d25d7],
.panel-heading.assignments h2[data-v-1c4d25d7] {
  display: inline-block !important;
  width: auto !important;
}
.course-widget-wrapper .panel-heading[data-v-1c4d25d7] {
  white-space: nowrap;
}
.panel.live-session[data-v-1c4d25d7] {
  max-height: 300px;
}
.course-set-switcher[data-v-1c4d25d7] {
  display: inline-block;
  padding-left: 0;
}
.course-set-switcher ul[data-v-1c4d25d7] {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.course-set-switcher ul li[data-v-1c4d25d7] {
      padding: 0 1rem;
}
.course-set-switcher ul li[data-v-1c4d25d7]:first-child {
      padding-left: 2rem;
      padding-right: 0.5rem;
}
.course-set-switcher ul li:first-child span[data-v-1c4d25d7]::after {
      content: '/';
      position: absolute;
      right: -1.1rem;
      color: #fff !important;
      top: 0;
}
.course-set-switcher span[data-v-1c4d25d7] {
    position: relative;
    color: #fff;
    cursor: pointer;
}
.course-set-switcher span.selected[data-v-1c4d25d7] {
    color: #3cf;
    text-decoration: underline;
}
.no-video[data-v-1c4d25d7] {
  opacity: 0.5;
}
.list-group.courses[data-v-1c4d25d7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  padding: 0 8px;
}
.course-list-item[data-v-1c4d25d7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #262626;
  border-radius: 4px;
  border: none;
  gap: 8px;
  padding-left: 12px;
}
.course-list-item .course-name[data-v-1c4d25d7] {
    margin: 0;
}
.course-list-item .course-name[data-v-1c4d25d7]:hover {
      text-decoration: underline;
}
.course-list-item .faded[data-v-1c4d25d7] {
    opacity: 0.6;
}
.course-list-item .video[data-v-1c4d25d7] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
}
.course-list-item .course-top-row[data-v-1c4d25d7] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
}
.course-list-item .course-details[data-v-1c4d25d7] {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    padding-right: 12px;
}
.course-list-item .course-icons[data-v-1c4d25d7] {
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.course-list-item .course-icons i[data-v-1c4d25d7] {
      font-size: 20px;
}
.course-list-item .course-icons i.green[data-v-1c4d25d7] {
      color: #00e9bd;
}
.course-list-item .course-icons i.purple[data-v-1c4d25d7] {
      color: #a162db;
}
.course-list-item .course-icons i.grey[data-v-1c4d25d7] {
      color: gray;
}
.course-list-item img[data-v-1c4d25d7] {
    cursor: pointer;
}
.course-list-item .icon[data-v-1c4d25d7] {
    width: 20px;
    height: 20px;
}
.course-list-item .video-progress[data-v-1c4d25d7] {
    margin-top: 6px;
    width: 100%;
}
.community[data-v-1c4d25d7] {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.community .forum-wrapper[data-v-1c4d25d7] {
    -ms-grid-column: span 7;
        grid-column: span 7;
}
@media screen and (max-width: 1300px) {
.community .forum-wrapper[data-v-1c4d25d7] {
        -ms-grid-column: span 12;
            grid-column: span 12;
}
}
.community .gallery-wrapper[data-v-1c4d25d7] {
    -ms-grid-column: span 5;
        grid-column: span 5;
}
@media screen and (max-width: 1300px) {
.community .gallery-wrapper[data-v-1c4d25d7] {
        -ms-grid-column: span 12;
            grid-column: span 12;
}
}
.timeline[data-v-1c4d25d7] {
  margin-bottom: 20px;
}
.content[data-v-1c4d25d7] {
  margin-top: 1rem;
}
.byline[data-v-1c4d25d7] {
  font-size: 1.5rem;
  font-style: italic;
}
.points[data-v-1c4d25d7] {
  display: block;
}
.download[data-v-1c4d25d7] {
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.schedules[data-v-1c4d25d7] {
  clear: both;
}
.schedules li[data-v-1c4d25d7] {
    cursor: pointer;
}
.percent-watched[data-v-1c4d25d7] {
  color: #33ccff;
}
.mock-assignments[data-v-1c4d25d7] {
  width: 100%;
}
.assignments h2 img[data-v-1c4d25d7] {
  margin-right: 1rem;
}
.assignments-panel[data-v-1c4d25d7] {
  margin-top: 24px;
  background: #262626;
}
.skeleton-thumb[data-v-1c4d25d7] {
  height: 80px;
  aspect-ratio: 16/9;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.skeleton-text-group[data-v-1c4d25d7] {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.skeleton-text-lg[data-v-1c4d25d7] {
  width: 70%;
  height: 14px;
}
.skeleton-text-sm[data-v-1c4d25d7] {
  width: 40%;
  height: 12px;
}
.skeleton-progress[data-v-1c4d25d7] {
  width: 100%;
  height: 4px;
  border-radius: 2px;
}

.text-disabled[data-v-014f354c] {
  color: #616161;
}
.flex[data-v-014f354c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-014f354c],
.flex-column[data-v-014f354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-014f354c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-014f354c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-014f354c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-014f354c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-014f354c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-014f354c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-014f354c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-014f354c] {
  gap: 6px;
}
.gap-3[data-v-014f354c] {
  gap: 8px;
}
.gap-4[data-v-014f354c] {
  gap: 12px;
}
.gap-6[data-v-014f354c] {
  gap: 24px;
}
.submitted[data-v-014f354c] {
  background: #3cb878;
  color: black !important;
}
.overdue[data-v-014f354c] {
  background: #ebbc46;
  color: black !important;
}
.submit[data-v-014f354c] {
  background: #00b6f0;
  color: black !important;
}
.resubmit[data-v-014f354c] {
  background: #0081aa;
  color: black !important;
}
section.course .grade[data-v-014f354c] {
  height: 4rem;
  line-height: 4rem;
  padding-left: 1rem;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
#assignments-table {
  background: #1e1e1e;
  padding: 8px 0;
}
#assignments-table td {
    vertical-align: middle;
}
#assignments-table td a:hover {
    text-decoration: none !important;
}
#assignments-table .VueTables__search input {
    margin-left: 12px;
}
#assignments-table .VueTables__search input:focus {
      box-shadow: none !important;
}
#assignments-table .VueTables__child-row > td {
    padding: 0;
}
#assignments-table .assignments tr td:nth-child(1) {
    width: 4%;
}
#assignments-table .assignments tr td:nth-child(2) {
    width: 8%;
}
#assignments-table .assignments tr td:nth-child(3) {
    width: 20%;
}
#assignments-table .assignments tr td:nth-child(4) {
    width: 20%;
}
#assignments-table .assignments tr td:nth-child(5) {
    width: 18%;
}
#assignments-table .assignments tr td:nth-child(6) {
    width: 15%;
}
#assignments-table label {
    font-weight: 100 !important;
    position: relative;
    top: 3px;
}
#assignments-table .assignment-play {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
#assignments-table .assignment-play img {
      width: 35px;
      height: 35px;
      position: relative;
      left: -4px;
}
#assignments-table .assignment-play img.inactive {
        cursor: default;
}
.VueTables__limit {
  display: none !important;
}
section.course .VueTables__table tbody tr td:nth-child(5) {
  padding: 0;
}
section.course .VueTables__table tbody tr td:nth-child(5) span {
    color: #bdbdbd;
    padding: 8px;
    padding-bottom: 13px;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
}
section.course .VueTables__table tbody tr td:nth-child(7) {
  padding: 2px 0 0 0;
}
.VueTables__table tbody tr td:nth-child(8) {
  padding: 2px 0 0 0;
}
.VueTables__child-row-toggler {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  color: #bdbdbd;
  position: relative;
  top: 0px;
  font-weight: bold;
  cursor: pointer;
}
.VueTables__child-row-toggler--closed::before {
  content: '+';
}
.VueTables__child-row-toggler--open::before {
  content: '-';
}
.VueTables a {
  overflow: auto;
  height: 100%;
}
.VueTables td,
.VueTables a {
  color: #bdbdbd;
}
.VueTables .this-week td,
.VueTables .this-week a {
  color: #161616;
}
.feedback-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.feedback-lightbox .video-wrapper {
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vh;
}
.feedback-lightbox i.ri-close-line {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #bdbdbd;
    font-size: 3rem;
    cursor: pointer;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.table-hover > tbody > tr {
  background-color: #363636 !important;
}
.table-hover > tbody > tr:hover {
  background-color: #363636 !important;
}
tr.VueTables__child-row td {
  background: #222222;
}
.dz-error-mark,
.dx-filename {
  display: none !important;
}
.course-description.assignment-cms-text {
  position: relative;
  z-index: 99;
}
.course-description.assignment-cms-text table td {
    color: #bdbdbd !important;
}
.course-description.assignment-cms-text table th {
    vertical-align: middle;
    text-align: left;
    padding: 0 8px 0 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: whitesmoke;
    height: 32px;
    border-bottom: 1px solid #303030;
}
.course-description.assignment-cms-text table td {
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #bdbdbd;
    min-height: 32px;
    border-bottom: 1px solid #303030;
}
.course-description.assignment-cms-text table tr td:first-child,
  .course-description.assignment-cms-text table tr th:first-child {
    padding-left: 0;
}
.course-description.assignment-cms-text table i {
    font-size: 16px;
}
.course-description.assignment-cms-text table td,
  .course-description.assignment-cms-text table td {
    border-color: #d6d6d6 !important;
    padding: 6px !important;
}
.course-description.assignment-cms-text span,
  .course-description.assignment-cms-text p,
  .course-description.assignment-cms-text li {
    line-height: 1.4em !important;
    font-size: 16px !important;
    color: #bdbdbd !important;
}

.text-disabled[data-v-ee613b5c] {
  color: #616161;
}
.flex[data-v-ee613b5c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-ee613b5c],
.flex-column[data-v-ee613b5c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-ee613b5c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-ee613b5c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-ee613b5c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-ee613b5c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-ee613b5c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-ee613b5c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-ee613b5c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-ee613b5c] {
  gap: 6px;
}
.gap-3[data-v-ee613b5c] {
  gap: 8px;
}
.gap-4[data-v-ee613b5c] {
  gap: 12px;
}
.gap-6[data-v-ee613b5c] {
  gap: 24px;
}
textarea.comments[data-v-ee613b5c] {
  margin-bottom: 3rem;
}
.assignment-sidebar[data-v-ee613b5c] {
  padding-top: 16px;
  -ms-flex: 1.25;
      flex: 1.25;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 16px;
  padding-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  padding-right: 12px;
}
.assignment-sidebar .vue-dropzone[data-v-ee613b5c] {
    margin-top: 2rem;
}
.assignment-sidebar .student-submitted-files[data-v-ee613b5c] {
    margin-top: 12px;
}
.assignment-sidebar .student-submitted-files li[data-v-ee613b5c] {
      overflow: hidden;
      text-overflow: ellipsis;
}
.assignment-sidebar .student-submitted-files a[data-v-ee613b5c] {
      cursor: pointer;
}
.assignment-sidebar .due-date[data-v-ee613b5c] {
    margin: 0;
}
.assignment-sidebar button[data-v-ee613b5c] {
    margin-bottom: 1rem;
}
.assignment-files[data-v-ee613b5c] {
  margin-top: 0 !important;
}
.assignment-files a[data-v-ee613b5c] {
    text-decoration: underline;
    color: #00b6f0;
}
.assignment-image[data-v-ee613b5c] {
  margin-top: 45px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
.course-description[data-v-ee613b5c] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.course-description p[data-v-ee613b5c] {
    margin-top: 1rem;
    white-space: pre-wrap;
}
.wrapper[data-v-ee613b5c] {
  display: -ms-flexbox;
  display: flex;
  background: #262626;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 960px) {
.wrapper[data-v-ee613b5c] {
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.main-content[data-v-ee613b5c] {
  -ms-flex: 3;
      flex: 3;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  padding: 16px;
  min-width: 0;
}
.uploader[data-v-ee613b5c] {
  margin-top: 6px;
}
.assignment-image-wrapper[data-v-ee613b5c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.submitted-files[data-v-ee613b5c] {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.submitted-files > li[data-v-ee613b5c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
    padding: 8px;
    background: #1e1e1e;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.submitted-files .submission-header[data-v-ee613b5c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
}
.submitted-files .submission-date[data-v-ee613b5c] {
    -ms-flex: 1;
        flex: 1;
    font-size: 1.2rem;
    color: gray;
}
.submitted-files .submission-grade[data-v-ee613b5c] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #bdbdbd;
    background: rgba(255, 255, 255, 0.07);
    padding: 2px 6px;
    border-radius: 2px;
}
.submitted-files .feedback-btn[data-v-ee613b5c] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #bdbdbd;
    font-size: 1.2rem;
    font-family: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    color: #7ccfa5;
}
.submitted-files .feedback-btn i[data-v-ee613b5c] {
      font-size: 1.5rem;
}
.submitted-files .feedback-btn[data-v-ee613b5c]:hover {
      color: whitesmoke;
}
.submitted-files .submission-files[data-v-ee613b5c],
  .submitted-files .files[data-v-ee613b5c] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4px;
}
.submitted-files .submission-files a[data-v-ee613b5c],
    .submitted-files .files a[data-v-ee613b5c] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      gap: 4px;
      font-size: 1.3rem;
      color: #bdbdbd;
      word-break: break-all;
      text-decoration: none;
}
.submitted-files .submission-files a i[data-v-ee613b5c],
      .submitted-files .files a i[data-v-ee613b5c] {
        color: gray;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 1.4rem;
}
.submitted-files .submission-files a[data-v-ee613b5c]:hover,
      .submitted-files .files a[data-v-ee613b5c]:hover {
        color: whitesmoke;
}
.background[data-v-ee613b5c] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 9;
}
.submission-explanation[data-v-ee613b5c] {
  font-size: 13px;
  margin-top: 15px;
  color: #ccc;
}

.text-disabled[data-v-5e939096] {
  color: #616161;
}
.flex[data-v-5e939096] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5e939096],
.flex-column[data-v-5e939096] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5e939096] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5e939096] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5e939096] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5e939096] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5e939096] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5e939096] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5e939096] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5e939096] {
  gap: 6px;
}
.gap-3[data-v-5e939096] {
  gap: 8px;
}
.gap-4[data-v-5e939096] {
  gap: 12px;
}
.gap-6[data-v-5e939096] {
  gap: 24px;
}
.file-uploader-wrap[data-v-5e939096] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.file-chip-list[data-v-5e939096] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.chip[data-v-5e939096] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 4px 6px 4px 8px;
  background: #1e1e1e;
  border: 1px solid #121212;
  font-size: 1.3rem;
  color: #bdbdbd;
  max-width: 280px;
}
.chip .chip-name[data-v-5e939096] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chip .chip-remove[data-v-5e939096] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    color: gray;
    font-size: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    transition: color 0.15s ease;
}

.text-disabled[data-v-1643d464] {
  color: #616161;
}
.flex[data-v-1643d464] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1643d464],
.flex-column[data-v-1643d464] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1643d464] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1643d464] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1643d464] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1643d464] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1643d464] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1643d464] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1643d464] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1643d464] {
  gap: 6px;
}
.gap-3[data-v-1643d464] {
  gap: 8px;
}
.gap-4[data-v-1643d464] {
  gap: 12px;
}
.gap-6[data-v-1643d464] {
  gap: 24px;
}
.countdown[data-v-1643d464] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 1.5rem;
}
.countdown__unit[data-v-1643d464] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
}
.countdown__number[data-v-1643d464] {
  line-height: 1;
}
.countdown__label[data-v-1643d464] {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #bdbdbd;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.rookies-submission {
  margin: 8px 0;
}
.final-project-intro-text {
  margin-bottom: 2rem;
}
.demo-reel-submission .panel-body,
.campus-submission .panel-body {
  padding: 2rem !important;
}
.demo-reel-submission .dropzone .dz-preview,
.campus-submission .dropzone .dz-preview {
  display: none !important;
}
.final-project-submission-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.final-project-submission-modal .panel {
    width: 800px;
    max-width: 100%;
    max-height: 90vh;
}
.final-project-submission-modal .panel .panel-body {
      padding: 2rem !important;
}
.final-project-submission-modal::-webkit-scrollbar {
  display: none;
}
.final-project-submission-modal .dropzone .dz-preview {
  display: none !important;
}
.close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem !important;
  cursor: pointer;
}
.dam-fields .radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}
.dam-fields .cov-vue-date {
  display: block;
  width: 100% !important;
}
.dam-fields .cov-vue-date .cov-datepicker {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #fff !important;
    width: 100% !important;
}
.dam-fields .datepicker-overlay .cov-date-body {
  background-color: #3cf !important;
}
.dam-fields .datepicker-overlay .cov-date-body .cov-date-caption {
    color: #000 !important;
}
.dam-fields .datepicker-overlay .cov-date-body .cov-date-previous::before,
  .dam-fields .datepicker-overlay .cov-date-body .cov-date-previous::after,
  .dam-fields .datepicker-overlay .cov-date-body .cov-date-next::before,
  .dam-fields .datepicker-overlay .cov-date-body .cov-date-next::after {
    background: #000 !important;
}
.dam-fields .datepicker-overlay .cov-date-body .cov-picker-box,
  .dam-fields .datepicker-overlay .cov-date-body .button-box {
    background: #222222;
    color: #b0b0b0 !important;
}
.dam-fields .datepicker-overlay .cov-date-body .week ul > li {
    color: #b0b0b0 !important;
}
.dam-fields .datepicker-overlay .cov-date-body .checked {
    background: #3cf !important;
    color: #000 !important;
}
.dam-fields .datepicker-overlay .day {
  background: #222;
  color: #b0b0b0;
}
.dam-fields .v-select {
  padding: 4px 0;
}
.dam-fields .v-select .selected-tag {
    background: transparent;
    border: solid 1px #33ccff;
    border-radius: 4px;
    color: #33ccff;
    margin: 4px 5px 4px 0;
    padding: 3px 8px;
    line-height: 18px;
    font-size: 12px;
}
.dam-fields .v-select .selected-tag .close {
      color: #33ccff;
      opacity: 0.8;
      line-height: 17px;
      font-size: 16px;
}
.dam-fields .v-select .dropdown-toggle {
    border: none;
}
.dam-fields .v-select .dropdown-menu {
    background-color: #363636;
    border: 1px solid #666;
    padding: 0;
    overflow-y: auto;
    max-height: 200px;
}
.dam-fields .v-select .dropdown-menu li a {
      color: #ebebeb;
}
.dam-fields .v-select .dropdown-menu li.highlight a {
      color: white;
}
.dam-fields .v-select .clear {
    color: #555;
}
.dam-fields .v-select .open-indicator::before {
    border-color: #b0b0b0;
}
.dam-fields .source-files .source-file {
  margin-right: 1rem;
}
.dam-fields .cms-body ul {
  margin-top: 1rem;
}
#sourceFiles {
  margin-top: 1rem;
}
.well {
  margin-bottom: 12px;
}

.datepicker-overlay[data-v-6efec760] {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  overflow: hidden;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
@keyframes fadein {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
.cov-date-body[data-v-6efec760] {
  display: inline-block;
  background: #3F51B5;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  position: fixed;
  display: block;
  width: 400px;
  max-width: 100%;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.cov-picker-box[data-v-6efec760] {
  background: #fff;
  width: 100%;
  display: inline-block;
  padding: 25px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  width: 400px;
  max-width: 100%;
  height: 280px;
  text-align: start!important;
}
.cov-picker-box td[data-v-6efec760] {
  height: 34px;
  width: 34px;
  padding: 0;
  line-height: 34px;
  color: #000;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.cov-picker-box td[data-v-6efec760]:hover {
  background: #E6E6E6;
}
table[data-v-6efec760] {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.day[data-v-6efec760] {
  width: 14.2857143%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 34px;
  padding: 0;
  line-height: 34px;
  color: #000;
  background: #fff;
  vertical-align: middle;
}
.week ul[data-v-6efec760] {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}
.week ul li[data-v-6efec760] {
  width: 14.2%;
  display: inline-block;
  text-align: center;
  background: transparent;
  color: #000;
  font-weight: bold;
}
.passive-day[data-v-6efec760] {
  color: #bbb;
}
.checked[data-v-6efec760] {
  background: #F50057;
  color: #FFF !important;
  border-radius: 3px;
}
.unavailable[data-v-6efec760] {
  color: #ccc;
  cursor: not-allowed;
}
.cov-date-monthly[data-v-6efec760] {
  height: 150px;
}
.cov-date-monthly > div[data-v-6efec760] {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: #fff;
  height: 150px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.cov-date-previous[data-v-6efec760],
.cov-date-next[data-v-6efec760] {
  position: relative;
  width: 20% !important;
  text-indent: -300px;
  overflow: hidden;
  color: #fff;
}
.cov-date-caption[data-v-6efec760] {
  width: 60%;
  padding: 50px 0!important;
  box-sizing: border-box;
  font-size: 24px;
}
.cov-date-caption span[data-v-6efec760]:hover {
  color: rgba(255, 255, 255, 0.7);
}
.cov-date-previous[data-v-6efec760]:hover,
.cov-date-next[data-v-6efec760]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.day[data-v-6efec760]:hover {
  background: #EAEAEA;
}
.unavailable[data-v-6efec760]:hover {
  background: none;
}
.checked[data-v-6efec760]:hover {
  background: #FF4F8E;
}
.cov-date-next[data-v-6efec760]::before,
.cov-date-previous[data-v-6efec760]::before {
  width: 20px;
  height: 2px;
  text-align: center;
  position: absolute;
  background: #fff;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  left: 50%;
  line-height: 0;
  content: '';
  transform: rotate(45deg);
}
.cov-date-next[data-v-6efec760]::after,
.cov-date-previous[data-v-6efec760]::after {
  width: 20px;
  height: 2px;
  text-align: center;
  position: absolute;
  background: #fff;
  margin-top: 6px;
  margin-left: -7px;
  top: 50%;
  left: 50%;
  line-height: 0;
  content: '';
  transform: rotate(-45deg);
}
.cov-date-previous[data-v-6efec760]::after {
  transform: rotate(45deg);
}
.cov-date-previous[data-v-6efec760]::before {
  transform: rotate(-45deg);
}
.date-item[data-v-6efec760] {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
}
.date-item[data-v-6efec760]:hover {
  background: #e0e0e0;
}
.date-list[data-v-6efec760] {
  overflow: auto;
  vertical-align: top;
  padding: 0;
}
.cov-vue-date[data-v-6efec760] {
  display: inline-block;
  color: #5D5D5D;
}
.button-box[data-v-6efec760] {
  background: #fff;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 20px;
}
.button-box span[data-v-6efec760] {
  cursor: pointer;
  padding: 10px 20px;
}
.watch-box[data-v-6efec760] {
  height: 100%;
  overflow: hidden;
}
.hour-box[data-v-6efec760],
.min-box[data-v-6efec760] {
  display: inline-block;
  width: 50%;
  text-align: center;
  height: 100%;
  overflow: auto;
  float: left;
}
.hour-box ul[data-v-6efec760],
.min-box ul[data-v-6efec760] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hour-item[data-v-6efec760],
.min-item[data-v-6efec760] {
  padding: 10px;
  font-size: 36px;
  cursor: pointer;
}
.hour-item[data-v-6efec760]:hover,
.min-item[data-v-6efec760]:hover {
  background: #E3E3E3;
}
.hour-box .active[data-v-6efec760],
.min-box .active[data-v-6efec760] {
  background: #F50057;
  color: #FFF !important;
}
[data-v-6efec760]::-webkit-scrollbar {
  width: 2px;
}
[data-v-6efec760]::-webkit-scrollbar-track {
  background: #E3E3E3;
}
[data-v-6efec760]::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 2px;
}

.text-disabled[data-v-5414778a] {
  color: #616161;
}
.flex[data-v-5414778a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5414778a],
.flex-column[data-v-5414778a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5414778a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5414778a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5414778a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5414778a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5414778a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5414778a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5414778a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5414778a] {
  gap: 6px;
}
.gap-3[data-v-5414778a] {
  gap: 8px;
}
.gap-4[data-v-5414778a] {
  gap: 12px;
}
.gap-6[data-v-5414778a] {
  gap: 24px;
}
.coverflow[data-v-5414778a] {
  margin-bottom: 1rem;
}
.row > div[data-v-5414778a] {
  margin: 0 auto;
  float: none;
}
ul.disciplines[data-v-5414778a] {
  margin-top: 1rem;
  color: #3cf;
}
ul.disciplines li[data-v-5414778a] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #303030;
}
.jp-slide[data-v-5414778a] {
  padding: 1rem;
  cursor: pointer;
}
.jp-slide > div[data-v-5414778a] {
    transform-style: preserve-3d;
    transition: all 0.25s;
    padding-bottom: 2rem;
}
.jp-slide img[data-v-5414778a] {
    width: 260px !important;
    height: 260px !important;
    object-fit: cover;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.carousel-3d-slide {
  border: none !important;
  background: transparent !important;
  text-align: center !important;
}
.carousel-3d-slide .filename {
    margin-top: 5px;
    display: inline-block;
}
.carousel-3d-slide img {
    width: 100%;
    height: 272px;
    cursor: pointer;
    object-fit: cover;
}

.text-disabled[data-v-a69d23ce] {
  color: #616161;
}
.flex[data-v-a69d23ce] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-a69d23ce],
.flex-column[data-v-a69d23ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-a69d23ce] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-a69d23ce] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-a69d23ce] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-a69d23ce] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-a69d23ce] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-a69d23ce] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-a69d23ce] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-a69d23ce] {
  gap: 6px;
}
.gap-3[data-v-a69d23ce] {
  gap: 8px;
}
.gap-4[data-v-a69d23ce] {
  gap: 12px;
}
.gap-6[data-v-a69d23ce] {
  gap: 24px;
}
.software-list[data-v-a69d23ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.software-list > li[data-v-a69d23ce] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    padding: 4px 12px;
    height: 32px;
    border-radius: 200px;
    font-size: 14px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.1);
    color: whitesmoke;
}
.software-list > li .delete-btn[data-v-a69d23ce] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      border: none;
      background: none;
      padding: 0;
      color: inherit;
      cursor: pointer;
      line-height: 1;
}
.software-list > li .delete-btn[data-v-a69d23ce]:hover {
        color: #bdbdbd;
}
.software-list > li .delete-btn i[data-v-a69d23ce] {
        font-size: 16px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.software-select .v-select input {
  border-bottom: none !important;
}
.software-select .software-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.software-select .software-item .software-icon {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    object-fit: contain;
    margin: 0;
}
.software-select .software-item .software-name {
    font-size: 14px;
    text-align: left;
}

.text-disabled[data-v-03679bf0] {
  color: #616161;
}
.flex[data-v-03679bf0] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-03679bf0],
.flex-column[data-v-03679bf0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-03679bf0] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-03679bf0] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-03679bf0] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-03679bf0] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-03679bf0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-03679bf0] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-03679bf0] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-03679bf0] {
  gap: 6px;
}
.gap-3[data-v-03679bf0] {
  gap: 8px;
}
.gap-4[data-v-03679bf0] {
  gap: 12px;
}
.gap-6[data-v-03679bf0] {
  gap: 24px;
}
.software[data-v-03679bf0] {
  position: relative;
}
.software-icon[data-v-03679bf0] {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px auto;
}
.software-name[data-v-03679bf0] {
  text-align: center;
  font-size: 12px;
}

.text-disabled[data-v-428fd064] {
  color: #616161;
}
.flex[data-v-428fd064] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-428fd064],
.flex-column[data-v-428fd064] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-428fd064] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-428fd064] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-428fd064] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-428fd064] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-428fd064] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-428fd064] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-428fd064] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-428fd064] {
  gap: 6px;
}
.gap-3[data-v-428fd064] {
  gap: 8px;
}
.gap-4[data-v-428fd064] {
  gap: 12px;
}
.gap-6[data-v-428fd064] {
  gap: 24px;
}
.tag-list[data-v-428fd064] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.tag-list > li[data-v-428fd064] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    padding: 4px 12px;
    height: 32px;
    border-radius: 200px;
    font-size: 14px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.1);
    color: whitesmoke;
}
.tag-list > li .delete-btn[data-v-428fd064] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      border: none;
      background: none;
      padding: 0;
      color: inherit;
      cursor: pointer;
      line-height: 1;
}
.tag-list > li .delete-btn[data-v-428fd064]:hover {
        color: #bdbdbd;
}
.tag-list > li .delete-btn i[data-v-428fd064] {
        font-size: 16px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.tag-select .v-select input {
  border-bottom: none !important;
}

.text-disabled[data-v-254836b9] {
  color: #616161;
}
.flex[data-v-254836b9] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-254836b9],
.flex-column[data-v-254836b9] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-254836b9] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-254836b9] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-254836b9] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-254836b9] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-254836b9] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-254836b9] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-254836b9] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-254836b9] {
  gap: 6px;
}
.gap-3[data-v-254836b9] {
  gap: 8px;
}
.gap-4[data-v-254836b9] {
  gap: 12px;
}
.gap-6[data-v-254836b9] {
  gap: 24px;
}
.video-player[data-v-254836b9] {
  width: 100%;
  height: 100%;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.video-player .video-js {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.video-player .video-js.vjs-fluid {
  padding-top: 0 !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  max-height: 100%;
}
.video-player .vjs-tech {
  object-fit: contain;
}
.video-js .uipp {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.video-js .uipp div {
    width: 2px;
    height: 2px;
}
.video-js .uipp div.start {
      background: black;
      transform: translate(-50%, -250%);
}
.video-js .uipp div.on {
      background: black;
      transform: translate(-50%, -50%);
}
.video-js .uipp div.end {
      background: black;
      transform: translate(-50%, 150%);
}
.video-js .uipp:not(.on) {
    opacity: 0;
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/vnd.ms-fontobject;base64,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AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwRwbGF5C3BsYXktY2lyY2xlBXBhdXNlC3ZvbHVtZS1tdXRlCnZvbHVtZS1sb3cKdm9sdW1lLW1pZAt2b2x1bWUtaGlnaBBmdWxsc2NyZWVuLWVudGVyD2Z1bGxzY3JlZW4tZXhpdAZzcXVhcmUHc3Bpbm5lcglzdWJ0aXRsZXMIY2FwdGlvbnMIY2hhcHRlcnMFc2hhcmUDY29nBmNpcmNsZQ5jaXJjbGUtb3V0bGluZRNjaXJjbGUtaW5uZXItY2lyY2xlAmhkBmNhbmNlbAZyZXBsYXkIZmFjZWJvb2sFZ3BsdXMIbGlua2VkaW4HdHdpdHRlcgZ0dW1ibHIJcGludGVyZXN0EWF1ZGlvLWRlc2NyaXB0aW9uBWF1ZGlvAAAAAAA=?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\F101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\F102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\F103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\F104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\F105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\F106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: "\F107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\F108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\F109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\F10A"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\F10B"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\F10C"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\F10D"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\F10E"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\F10F"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\F110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\F111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\F112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\F113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\F114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\F115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: "\F116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\F117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\F118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\F119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\F11A"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\F11B"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\F11C"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\F11D"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\F11E"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

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

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

.video-js.vjs-custom-skin {
  width: 100%;
  font-family: "PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}
.video-js.vjs-custom-skin .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-custom-skin .vjs-menu-button-inline:focus,.video-js.vjs-custom-skin .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em
}
.video-js.vjs-custom-skin .vjs-controls-disabled .vjs-big-play-button {
  display: none!important
}
.video-js.vjs-custom-skin .vjs-control {
  width: 3em
}
.video-js.vjs-custom-skin .vjs-control.vjs-live-control{
  width: auto;
  padding-left: .5em;
  letter-spacing: .1em;
}
.video-js.vjs-custom-skin .vjs-menu-button-inline:before {
  width: 1.5em
}
.vjs-menu-button-inline .vjs-menu {
  left: 3em
}
.vjs-paused.vjs-has-started.video-js.vjs-custom-skin .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {
  display: block
}
.video-js.vjs-custom-skin .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
  display: none!important
}
.video-js.vjs-custom-skin .vjs-mouse-display:after,.video-js.vjs-custom-skin .vjs-play-progress:after {
  padding: 0 .4em .3em
}
.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}
.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}
.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js.vjs-custom-skin .vjs-big-play-button {
  display: block
}
.video-js.vjs-custom-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1em
}
.video-js.vjs-custom-skin .vjs-big-play-button {
  background-color: rgba(0,0,0,0.45);
  font-size: 3.5em;
   /*border-radius: 50%;*/
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important
}
.video-js:hover .vjs-big-play-button,.video-js.vjs-custom-skin .vjs-big-play-button:focus,.video-js.vjs-custom-skin .vjs-big-play-button:active {
  background-color: rgba(36,131,213,0.9)
}
.video-js.vjs-custom-skin .vjs-loading-spinner {
  border-color: rgba(36,131,213,0.8)
}
.video-js.vjs-custom-skin .vjs-control-bar2 {
  background-color: #000000
}
.video-js.vjs-custom-skin .vjs-control-bar {
   /*background-color: rgba(0,0,0,0.3) !important;*/
  color: #ffffff;
  font-size: 14px
}
.video-js.vjs-custom-skin .vjs-play-progress,.video-js.vjs-custom-skin  .vjs-volume-level {
  background-color: #2483d5
}
.video-js.vjs-custom-skin .vjs-play-progress:before {
  top: -0.3em;
}
.video-js.vjs-custom-skin .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.3em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0em;
}
.video-js.vjs-custom-skin .vjs-menu li {
  padding: 0;
  line-height: 2em;
  font-size: 1.1em;
  font-family: "PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}
.video-js.vjs-custom-skin .vjs-time-tooltip,
.video-js.vjs-custom-skin .vjs-mouse-display:after, 
.video-js.vjs-custom-skin .vjs-play-progress:after {
  border-radius: 0;
  font-size: 1em;
  padding: 0;
  width: 3em;
  height: 1.5em;
  line-height: 1.5em;
  top: -3em;
}
.video-js.vjs-custom-skin .vjs-menu-button-popup .vjs-menu {
  width: 5em;
  left: -1em;
}
.video-js.vjs-custom-skin .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-resolution-button .vjs-menu {
   /*order: 4;*/
}

 /*排序顺序*/
.video-js.vjs-custom-skin .vjs-control-bar .vjs-play-control {
  -ms-flex-order: 0;
      order: 0;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-time-control {
  min-width: 1em;
  padding: 0;
  margin: 0 .1em;
  text-align: center;
  display: block;
  -ms-flex-order: 1;
      order: 1;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{
  font-size: 1.2em;
  line-height: 2.4;
}
.video-js.vjs-custom-skin .vjs-progress-control.vjs-control {
  -ms-flex-order: 2;
      order: 2;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-volume-menu-button {
  -ms-flex-order: 3;
      order: 3;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-resolution-button {
  -ms-flex-order: 4;
      order: 4;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label {
  display: block;
  line-height: 3em;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-playback-rate {
  -ms-flex-order: 5;
      order: 5;
}
.video-js.vjs-custom-skin .vjs-control-bar .vjs-fullscreen-control {
  -ms-flex-order: 6;
      order: 6;
}
.vjs-quality-selector-menu-label {
    line-height: 3em;
}

.vjs-quality-selector .vjs-menu {
    width: 4em;
    left: auto;
}

.vjs-quality-selector .vjs-menu li {
    text-transform: none;
}

.text-disabled[data-v-cb2e51f4] {
  color: #616161;
}
.flex[data-v-cb2e51f4] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-cb2e51f4],
.flex-column[data-v-cb2e51f4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-cb2e51f4] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-cb2e51f4] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-cb2e51f4] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-cb2e51f4] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-cb2e51f4] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-cb2e51f4] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-cb2e51f4] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-cb2e51f4] {
  gap: 6px;
}
.gap-3[data-v-cb2e51f4] {
  gap: 8px;
}
.gap-4[data-v-cb2e51f4] {
  gap: 12px;
}
.gap-6[data-v-cb2e51f4] {
  gap: 24px;
}
.timeline-header[data-v-cb2e51f4] {
  background: #121212;
  border-radius: 8px;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  padding: 12px 0;
  margin-bottom: 12px;
}
.timeline-header.center[data-v-cb2e51f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.week-info[data-v-cb2e51f4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 140px;
  border-radius: 4px;
  padding: 8px 12px;
}
.week-number[data-v-cb2e51f4] {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
}
.week-range[data-v-cb2e51f4] {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.program-info[data-v-cb2e51f4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 8px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.program-name[data-v-cb2e51f4] {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.program-dates[data-v-cb2e51f4] {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.program-stage[data-v-cb2e51f4] {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(51, 204, 255, 0.15);
  color: #33ccff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.selectors[data-v-cb2e51f4] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 960px) {
.timeline-header[data-v-cb2e51f4] {
    padding: 8px 12px;
    border-radius: 6px;
}
.header-row[data-v-cb2e51f4] {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 12px;
}
.header-left[data-v-cb2e51f4] {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.week-info[data-v-cb2e51f4] {
    min-width: 0;
    padding: 6px 0;
}
.week-number[data-v-cb2e51f4] {
    font-size: 1.6rem;
}
.program-info[data-v-cb2e51f4] {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
    width: 100%;
}
.selectors[data-v-cb2e51f4] {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%;
    gap: 8px;
}
.members[data-v-cb2e51f4] {
    padding-right: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
}
select[data-v-cb2e51f4] {
  width: 160px;
  background: #303030;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 1.4rem;
  cursor: pointer;
  outline: none;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
select[data-v-cb2e51f4]:hover {
    border-color: rgba(255, 255, 255, 0.3);
}
select option[data-v-cb2e51f4]:disabled {
    opacity: 0.4;
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 960px) {
select[data-v-cb2e51f4] {
      width: 100%;
}
}
.members li:nth-child(6n + 1) .avatar-initial[data-v-cb2e51f4] {
  border-color: #00d4ac;
  color: #00d4ac;
}
.members li:nth-child(6n + 1) .avatar-initial.active[data-v-cb2e51f4] {
  background-color: #00d4ac;
  color: #1a1a1a;
}
.members li:nth-child(6n + 2) .avatar-initial[data-v-cb2e51f4] {
  border-color: #a162db;
  color: #a162db;
}
.members li:nth-child(6n + 2) .avatar-initial.active[data-v-cb2e51f4] {
  background-color: #a162db;
  color: #1a1a1a;
}
.members li:nth-child(6n + 3) .avatar-initial[data-v-cb2e51f4] {
  border-color: #e87624;
  color: #e87624;
}
.members li:nth-child(6n + 3) .avatar-initial.active[data-v-cb2e51f4] {
  background-color: #e87624;
  color: #1a1a1a;
}
.members li:nth-child(6n + 4) .avatar-initial[data-v-cb2e51f4] {
  border-color: #afe500;
  color: #afe500;
}
.members li:nth-child(6n + 4) .avatar-initial.active[data-v-cb2e51f4] {
  background-color: #afe500;
  color: #1a1a1a;
}
.members li:nth-child(6n + 5) .avatar-initial[data-v-cb2e51f4] {
  border-color: #00d4ac;
  color: #00d4ac;
}
.members li:nth-child(6n + 5) .avatar-initial.active[data-v-cb2e51f4] {
  background-color: #00d4ac;
  color: #1a1a1a;
}
.members li:nth-child(6n + 6) .avatar-initial[data-v-cb2e51f4] {
  border-color: #be1961;
  color: #be1961;
}
.members li:nth-child(6n + 6) .avatar-initial.active[data-v-cb2e51f4] {
  background-color: #be1961;
  color: #1a1a1a;
}
.members[data-v-cb2e51f4] {
  padding-right: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 12px;
}
.members li[data-v-cb2e51f4] {
    margin-bottom: 10px;
    width: 40px;
    cursor: pointer;
}
.members li img[data-v-cb2e51f4] {
      width: 36px;
      height: 36px;
      object-fit: cover;
}
.members .overflow-toggle[data-v-cb2e51f4] {
    position: relative;
    width: auto;
}
.members .overflow-btn[data-v-cb2e51f4] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #d6d6d6;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 100ms ease-in-out;
}
.members .overflow-btn[data-v-cb2e51f4]:hover {
      background: rgba(255, 255, 255, 0.2);
}
.members .overflow-dropdown[data-v-cb2e51f4] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #303030;
    border: 1px solid #474747;
    border-radius: 6px;
    padding: 6px;
    min-width: 200px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.members .overflow-item[data-v-cb2e51f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 100ms ease-in-out;
}
.members .overflow-item[data-v-cb2e51f4]:hover {
      background: #474747;
}
.members .overflow-item .avatar[data-v-cb2e51f4],
    .members .overflow-item .avatar-initial[data-v-cb2e51f4] {
      width: 28px !important;
      height: 28px !important;
      font-size: 11px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.members .overflow-name[data-v-cb2e51f4] {
    font-size: 13px;
    color: #d6d6d6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.members .avatar-initial[data-v-cb2e51f4] {
    width: 36px;
    height: 36px;
    border: 2px solid;
    font-weight: 700;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
}
.members.admin[data-v-cb2e51f4] {
    display: block;
}
.members.admin ul[data-v-cb2e51f4] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-bottom: 2rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.members.admin ul li[data-v-cb2e51f4]:first-child {
        width: 100%;
        font-weight: 600;
        font-size: 1.8rem;
}
.members.admin ul li[data-v-cb2e51f4]:not(:first-child) {
        -ms-flex: 1;
            flex: 1;
}
.members li[data-v-cb2e51f4] {
    text-align: center;
}
.members li:hover .name[data-v-cb2e51f4] {
      text-decoration: underline;
}
.members span.name[data-v-cb2e51f4] {
    color: #3cf;
    display: block;
    cursor: pointer;
}
.members img[data-v-cb2e51f4] {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}
.members img.active[data-v-cb2e51f4] {
      border: 2px solid #3cf;
}

.text-disabled[data-v-70e326ee] {
  color: #616161;
}
.flex[data-v-70e326ee] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-70e326ee],
.flex-column[data-v-70e326ee] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-70e326ee] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-70e326ee] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-70e326ee] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-70e326ee] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-70e326ee] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-70e326ee] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-70e326ee] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-70e326ee] {
  gap: 6px;
}
.gap-3[data-v-70e326ee] {
  gap: 8px;
}
.gap-4[data-v-70e326ee] {
  gap: 12px;
}
.gap-6[data-v-70e326ee] {
  gap: 24px;
}
.panel[data-v-70e326ee] {
  background: #1e1e1e !important;
}
.sidebar-widget .next-meeting .countdown a.join span[data-v-70e326ee] {
  font-size: inherit !important;
  display: inline;
  margin: auto;
}
.next-global-meeting .meeting-name[data-v-70e326ee] {
  cursor: pointer;
}
.button.join[data-v-70e326ee] {
  width: 170px;
}
.meeting-name[data-v-70e326ee] {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  color: #00b6f0;
}
.sidebar-widget .time[data-v-70e326ee] {
  text-align: center;
  display: inline-block;
}
.two-col[data-v-70e326ee] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1600px) {
.two-col[data-v-70e326ee] {
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.two-col .col-upcoming[data-v-70e326ee] {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
}
@media screen and (max-width: 1600px) {
.two-col .col-upcoming[data-v-70e326ee] {
        width: 100%;
}
}
.two-col .col-archives[data-v-70e326ee] {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
}
@media screen and (max-width: 1600px) {
.two-col .col-archives[data-v-70e326ee] {
        width: 100%;
}
}
.two-col .col-archives a[data-v-70e326ee] {
      color: #00b6f0;
}
.two-col .col-archives a i[data-v-70e326ee] {
      visibility: hidden;
}
.two-col .col-archives a[data-v-70e326ee]:hover {
      text-decoration: underline;
}
.two-col .col-archives a:hover i[data-v-70e326ee] {
        visibility: visible;
}
.two-col .col-archives .archives[data-v-70e326ee] {
      height: 270px;
      max-height: 500px;
      overflow-y: auto;
}
.two-col .col-archives .meeting[data-v-70e326ee] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.next-meeting .countdown[data-v-70e326ee] {
  margin-top: 12px;
  text-align: center;
  gap: 16px;
}
.next-meeting .countdown span[data-v-70e326ee] {
    font-size: 4rem;
    font-weight: 100;
}
.live-session .next-meeting[data-v-70e326ee] {
  padding: 2rem;
  padding-bottom: 0;
}
.live-session .next-meeting .time[data-v-70e326ee] {
    font-size: 1.6rem;
}
.live-session .archives[data-v-70e326ee] {
  padding: 1rem;
  overflow-y: auto;
}
.live-session .archives li[data-v-70e326ee] {
    padding: 1rem;
    border-bottom: 1px solid #5b5b5b;
}
.live-session a[data-v-70e326ee]:hover {
  text-decoration: none;
}
.opt-out[data-v-70e326ee] {
  padding: 0.65rem 1rem;
  top: -12px;
  margin-left: 8px;
  position: relative;
}
.opt-out.disabled[data-v-70e326ee] {
    cursor: not-allowed;
}
.panel-body > p[data-v-70e326ee] {
  padding: 2rem;
}
.buttons[data-v-70e326ee] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.text-disabled[data-v-6f15fa30] {
  color: #616161;
}
.flex[data-v-6f15fa30] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-6f15fa30],
.flex-column[data-v-6f15fa30] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-6f15fa30] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-6f15fa30] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-6f15fa30] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-6f15fa30] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-6f15fa30] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-6f15fa30] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-6f15fa30] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-6f15fa30] {
  gap: 6px;
}
.gap-3[data-v-6f15fa30] {
  gap: 8px;
}
.gap-4[data-v-6f15fa30] {
  gap: 12px;
}
.gap-6[data-v-6f15fa30] {
  gap: 24px;
}
.modal[data-v-6f15fa30] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content[data-v-6f15fa30] {
  padding: 2rem;
  min-width: 500px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrapper[data-v-6f15fa30] {
  display: -ms-flexbox;
  display: flex;
}
.wrapper > div[data-v-6f15fa30] {
    width: 50%;
}
.fa-remove[data-v-6f15fa30] {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.4rem;
  cursor: pointer;
}
ul.students[data-v-6f15fa30] {
  text-align: center;
}
ul.students li[data-v-6f15fa30] {
    margin-bottom: 1rem;
    padding: 0 2rem;
    clear: both;
    display: -ms-flexbox;
    display: flex;
}
ul.students .name[data-v-6f15fa30] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 1rem;
    white-space: nowrap;
}
ul.students .avatar[data-v-6f15fa30] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
ul.students .avatar .number[data-v-6f15fa30] {
      font-size: 1.4rem;
}
ul.students .avatar img[data-v-6f15fa30] {
      border-radius: 50%;
      width: 50px !important;
      height: 50px !important;
      min-width: 50px !important;
      object-fit: cover;
}
.modal-content[data-v-6f15fa30] {
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-content[data-v-6f15fa30]::-webkit-scrollbar {
    display: none;
}

.text-disabled[data-v-5a3751a8] {
  color: #616161;
}
.flex[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5a3751a8],
.flex-column[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5a3751a8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5a3751a8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5a3751a8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5a3751a8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5a3751a8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5a3751a8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5a3751a8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5a3751a8] {
  gap: 6px;
}
.gap-3[data-v-5a3751a8] {
  gap: 8px;
}
.gap-4[data-v-5a3751a8] {
  gap: 12px;
}
.gap-6[data-v-5a3751a8] {
  gap: 24px;
}
section.global-meeting[data-v-5a3751a8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999999999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.panel[data-v-5a3751a8] {
  width: 860px;
  max-width: calc(100vw - 24px);
  padding: 0 24px;
  background: #1e1e1e;
}
.panel-heading[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.panel-body[data-v-5a3751a8] {
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.mentor-info[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.mentor-avatar[data-v-5a3751a8] {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.mentor-text[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.mentor-text h3[data-v-5a3751a8] {
    margin: 0;
}
.mentor-text .mentor-role[data-v-5a3751a8] {
    margin: 0;
    font-size: 1.4rem;
}
.mentor-text .mentor-website[data-v-5a3751a8] {
    font-size: 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 4px;
}
.mentor-text .mentor-website i[data-v-5a3751a8] {
      font-size: 1.2rem;
}
.mentor-text .mentor-bio[data-v-5a3751a8] {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
}
.meeting-time[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 1.5rem;
  font-weight: 600;
  color: whitesmoke;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  padding: 12px 0;
}
.meeting-time i[data-v-5a3751a8] {
    color: #a3a3a3;
}
.conflicts[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.conflict-item[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  background: rgba(235, 188, 70, 0.12);
  border: 1px solid rgba(235, 188, 70, 0.3);
  border-radius: 4px;
  padding: 8px 12px;
  color: #ebbc46;
  font-size: 1.4rem;
}
.conflict-item i[data-v-5a3751a8] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.participants-wrapper[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.participant-group[data-v-5a3751a8] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.participant-group-header[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  padding-bottom: 8px;
  border-bottom: 1px solid #303030;
  margin-bottom: 8px;
}
.participant-group-header .participant-count[data-v-5a3751a8] {
    margin-left: auto;
    font-weight: 400;
}
.participants[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.participants li[data-v-5a3751a8] {
    font-size: 1.4rem;
    color: #bdbdbd;
    padding: 6px 0;
}
.participants.attending li[data-v-5a3751a8] {
    color: #3cb878;
}
.error-message[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  background: rgba(241, 79, 93, 0.1);
  border: 1px solid rgba(241, 79, 93, 0.3);
  border-radius: 4px;
  padding: 12px;
  color: #f14f5d;
  font-size: 1.4rem;
}
.error-message span[data-v-5a3751a8] {
    -ms-flex: 1;
        flex: 1;
}
.error-message i[data-v-5a3751a8]:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 2px;
}
.blocked[data-v-5a3751a8] {
  background: rgba(241, 79, 93, 0.08);
  border: 1px solid rgba(241, 79, 93, 0.25);
  border-radius: 6px;
  padding: 16px;
}
.blocked .blocked-header[data-v-5a3751a8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #f14f5d;
    margin-bottom: 8px;
    font-size: 1.5rem;
}
.blocked p[data-v-5a3751a8] {
    font-size: 1.4rem;
    color: #bdbdbd;
    margin: 0;
    line-height: 1.6;
}
.actions[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.action-buttons[data-v-5a3751a8] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
}
.action-buttons a.button[data-v-5a3751a8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    text-decoration: none;
}
.warning[data-v-5a3751a8] {
  max-width: 520px;
  font-size: 1.3rem;
  color: #a3a3a3;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.warning a[data-v-5a3751a8] {
    color: #bdbdbd;
    text-decoration: underline;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.latest-posts ul.post-list li {
  overflow: hidden;
}
.latest-posts ul.post-list .post-content-html {
  max-height: 300px;
  overflow: hidden;
}
.latest-posts ul.post-list .post-actions {
  position: relative;
  top: -12px;
}
@media screen and (max-width: 1600px) {
.latest-posts ul.post-list li .thread-title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}

.text-disabled[data-v-61562038] {
  color: #616161;
}
.flex[data-v-61562038] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-61562038],
.flex-column[data-v-61562038] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-61562038] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-61562038] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-61562038] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-61562038] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-61562038] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-61562038] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-61562038] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-61562038] {
  gap: 6px;
}
.gap-3[data-v-61562038] {
  gap: 8px;
}
.gap-4[data-v-61562038] {
  gap: 12px;
}
.gap-6[data-v-61562038] {
  gap: 24px;
}
.panel-heading[data-v-61562038] {
  position: relative;
  z-index: 1;
}
h2[data-v-61562038] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
h2 i[data-v-61562038] {
    width: auto;
    height: auto;
}
.scroll-area[data-v-61562038] {
  margin: auto;
  max-height: 1000px;
  padding: 0 20px 20px;
  padding-right: 30px;
}
ul.post-list[data-v-61562038] {
  border-bottom: 1px solid #333;
}
li[data-v-61562038] {
  list-style: none;
}
li:first-of-type .forum-post-result[data-v-61562038] {
    border-top: none;
    margin-top: 7px;
}
li .forum-post-result[data-v-61562038] {
    border-top: 1px solid #333;
    margin-left: 0;
    margin-right: 0;
}
.forum-link[data-v-61562038] {
  margin-top: 10px;
  text-align: center;
}

.text-disabled[data-v-45e17e30] {
  color: #616161;
}
.flex[data-v-45e17e30] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-45e17e30],
.flex-column[data-v-45e17e30] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-45e17e30] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-45e17e30] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-45e17e30] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-45e17e30] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-45e17e30] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-45e17e30] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-45e17e30] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-45e17e30] {
  gap: 6px;
}
.gap-3[data-v-45e17e30] {
  gap: 8px;
}
.gap-4[data-v-45e17e30] {
  gap: 12px;
}
.gap-6[data-v-45e17e30] {
  gap: 24px;
}
.forum-post-result[data-v-45e17e30] {
  display: -ms-flexbox;
  display: flex;
  background-color: #262626;
  padding: 8px;
  margin-bottom: 16px;
}
.forum-avatar[data-v-45e17e30] {
  margin-top: 19px;
}
.post-body[data-v-45e17e30] {
  margin: 17px 0 0 12px;
  -ms-flex: 1;
      flex: 1;
}
.post-body .post-meta[data-v-45e17e30] {
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}
.post-body .post-meta .post-context[data-v-45e17e30] {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
}
.post-body .post-meta .post-context .author-name[data-v-45e17e30] {
        color: #b0b0b0;
        font-weight: bold;
        margin-right: 6px;
}
.post-body .post-meta .post-context .author-name[data-v-45e17e30]:hover {
          color: #33ccff;
          text-decoration: none;
}
.post-body .post-meta .post-context .author-role[data-v-45e17e30] {
        opacity: 0.6;
        margin-right: 6px;
}
.post-body .post-meta .post-context .author-role img[data-v-45e17e30] {
          opacity: 0.8;
          width: 20px;
          height: 20px;
}
.post-body .post-meta .post-context .thread-title[data-v-45e17e30] {
        margin-left: 6px;
}
.post-body .post-meta .post-date[data-v-45e17e30] {
      margin-left: 10px;
}
.post-body .post-meta .post-date .edit-status[data-v-45e17e30] {
        margin-right: 5px;
}
.post-body .post-content[data-v-45e17e30] {
    padding-right: 10px;
    margin-top: 15px;
}
.post-body .post-content p[data-v-45e17e30] {
      line-height: 1.6;
}
.post-body .post-actions[data-v-45e17e30] {
    margin-top: 30px;
    text-align: right;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-post-result .post-content em {
  font-style: normal;
  font-weight: bold;
}

.text-disabled[data-v-07b58003] {
  color: #616161;
}
.flex[data-v-07b58003] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-07b58003],
.flex-column[data-v-07b58003] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-07b58003] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-07b58003] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-07b58003] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-07b58003] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-07b58003] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-07b58003] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-07b58003] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-07b58003] {
  gap: 6px;
}
.gap-3[data-v-07b58003] {
  gap: 8px;
}
.gap-4[data-v-07b58003] {
  gap: 12px;
}
.gap-6[data-v-07b58003] {
  gap: 24px;
}
.forum-avatar[data-v-07b58003] {
  width: 50px;
  height: 50px;
  font-size: 48px;
  background: #111;
  border-radius: 50%;
  overflow: hidden;
}
img[data-v-07b58003] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-icon[data-v-07b58003] {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #111;
  border-radius: 50%;
  overflow: hidden;
}
.avatar-icon i[data-v-07b58003] {
    color: #b0b0b0;
    display: block;
    transform: translateY(17%);
}

.text-disabled[data-v-a9b1bbf8] {
  color: #616161;
}
.flex[data-v-a9b1bbf8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-a9b1bbf8],
.flex-column[data-v-a9b1bbf8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-a9b1bbf8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-a9b1bbf8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-a9b1bbf8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-a9b1bbf8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-a9b1bbf8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-a9b1bbf8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-a9b1bbf8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-a9b1bbf8] {
  gap: 6px;
}
.gap-3[data-v-a9b1bbf8] {
  gap: 8px;
}
.gap-4[data-v-a9b1bbf8] {
  gap: 12px;
}
.gap-6[data-v-a9b1bbf8] {
  gap: 24px;
}
.scroll-area[data-v-a9b1bbf8] {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100% !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.scroll-area .ps__scrollbar-x-rail,
.scroll-area .ps__scrollbar-y-rail {
  background: #333 !important;
  opacity: 1 !important;
}
.scroll-area .ps__scrollbar-x-rail {
  height: 10px !important;
}
.scroll-area .ps__scrollbar-y-rail {
  width: 10px !important;
}
.scroll-area .ps__scrollbar-x,
.scroll-area .ps__scrollbar-y {
  background: #1a1a1a !important;
  border-radius: 0 !important;
}
.scroll-area .ps__scrollbar-x {
  bottom: 0 !important;
  height: 10px !important;
}
.scroll-area .ps__scrollbar-y {
  right: 0 !important;
  width: 10px !important;
}
.scroll-area.hide-scrollbars .ps__scrollbar-x-rail,
.scroll-area.hide-scrollbars .ps__scrollbar-y-rail {
  visibility: hidden;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.widgets-close {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  z-index: 10;
  margin-left: auto;
  cursor: pointer;
  display: none !important;
}
@media screen and (max-width: 1300px) {
.widgets-close {
      display: -ms-flexbox !important;
      display: flex !important;
}
}
.widgets-close i {
    color: #fff;
    font-size: 18px;
}

.text-disabled[data-v-68a85fe7] {
  color: #616161;
}
.flex[data-v-68a85fe7] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-68a85fe7],
.flex-column[data-v-68a85fe7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-68a85fe7] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-68a85fe7] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-68a85fe7] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-68a85fe7] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-68a85fe7] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-68a85fe7] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-68a85fe7] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-68a85fe7] {
  gap: 6px;
}
.gap-3[data-v-68a85fe7] {
  gap: 8px;
}
.gap-4[data-v-68a85fe7] {
  gap: 12px;
}
.gap-6[data-v-68a85fe7] {
  gap: 24px;
}
.widgets[data-v-68a85fe7] {
  width: 100%;
  background: black;
}
@media screen and (max-width: 1280px) {
.widgets[data-v-68a85fe7] {
      padding: 12px;
}
}
.widgets.widgets-padded[data-v-68a85fe7] {
    padding: 12px;
}
.widgets .live-session[data-v-68a85fe7] {
    padding-bottom: 2rem;
}
.widgets .greeting[data-v-68a85fe7] {
    padding-top: 8px;
}
.image-container[data-v-68a85fe7] {
  float: none;
  margin: 3rem auto 0;
  width: 112px;
}
.chat .panel-body[data-v-68a85fe7] {
  padding: 0 !important;
}
.sidebar-jar[data-v-68a85fe7] {
  position: relative;
  top: -50px;
  left: -25px;
  width: 160px;
  height: 180px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px;
}
.sidebar-jar-image[data-v-68a85fe7] {
  width: 160px;
  height: 180px;
  position: absolute;
  top: 35%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-jar-image.white[data-v-68a85fe7] {
    background-image: url(data:image/png;base64,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);
}
.sidebar-jar-image.blue[data-v-68a85fe7] {
    animation: jarrer 10s linear infinite;
    background-image: url(data:image/png;base64,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);
}
@keyframes jarrer {
0% {
    opacity: 0;
}
80% {
    opacity: 0;
}
20% {
    opacity: 0;
}
94% {
    opacity: 0;
}
95% {
    opacity: 0.3;
}
96% {
    opacity: 0.4;
}
97% {
    opacity: 0;
}
98% {
    opacity: 0.4;
}
99% {
    opacity: 0;
}
100% {
    opacity: 0.1;
}
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}

.text-disabled[data-v-70a458ef] {
  color: #616161;
}
.flex[data-v-70a458ef] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-70a458ef],
.flex-column[data-v-70a458ef] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-70a458ef] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-70a458ef] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-70a458ef] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-70a458ef] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-70a458ef] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-70a458ef] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-70a458ef] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-70a458ef] {
  gap: 6px;
}
.gap-3[data-v-70a458ef] {
  gap: 8px;
}
.gap-4[data-v-70a458ef] {
  gap: 12px;
}
.gap-6[data-v-70a458ef] {
  gap: 24px;
}
.live-session h2 img[data-v-70a458ef] {
  margin-right: 1rem;
}
.live-session .archives[data-v-70a458ef] {
  padding: 1rem;
  overflow-y: auto;
}
.live-session .archives li[data-v-70a458ef] {
    padding: 1rem;
    border-bottom: 1px solid #5b5b5b;
}
.next-meeting[data-v-70a458ef] {
  background: #262626;
  border-radius: 4px;
  border-left: 2px solid #00b6f0;
  padding: 1rem;
  margin-bottom: 1rem;
}
.alert-text[data-v-70a458ef] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
.alert-text .top[data-v-70a458ef],
  .alert-text .bottom[data-v-70a458ef] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.alert-text .top[data-v-70a458ef] {
    gap: 12px;
    margin-bottom: 6px;
}
.alert-name[data-v-70a458ef] {
  font-weight: 700;
  color: #ebebeb;
  font-size: 1.4rem;
}
.next-global-meeting .alert-name[data-v-70a458ef] {
  cursor: pointer;
}
.chip[data-v-70a458ef] {
  background: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.time[data-v-70a458ef] {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.join-session[data-v-70a458ef] {
  color: #3feb9b;
  font-size: 1.2rem;
}
.buttons[data-v-70a458ef] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.opt-out[data-v-70a458ef] {
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
}
.opt-out.disabled[data-v-70a458ef] {
    cursor: not-allowed;
}
.scroll-area[data-v-70a458ef] {
  position: relative;
  margin: auto;
  width: 100%;
  height: 126px !important;
}
.panel-body[data-v-70a458ef] {
  padding: 6px !important;
}

.text-disabled[data-v-5224ba89] {
  color: #616161;
}
.flex[data-v-5224ba89] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5224ba89],
.flex-column[data-v-5224ba89] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5224ba89] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5224ba89] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5224ba89] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5224ba89] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5224ba89] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5224ba89] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5224ba89] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5224ba89] {
  gap: 6px;
}
.gap-3[data-v-5224ba89] {
  gap: 8px;
}
.gap-4[data-v-5224ba89] {
  gap: 12px;
}
.gap-6[data-v-5224ba89] {
  gap: 24px;
}
.countdown[data-v-5224ba89] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 4px;
  -ms-flex-align: center;
      align-items: center;
}
.indicator[data-v-5224ba89] {
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
  display: inline-block;
  border-radius: 50%;
}

.text-disabled[data-v-a7adb39e] {
  color: #616161;
}
.flex[data-v-a7adb39e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-a7adb39e],
.flex-column[data-v-a7adb39e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-a7adb39e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-a7adb39e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-a7adb39e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-a7adb39e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-a7adb39e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-a7adb39e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-a7adb39e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-a7adb39e] {
  gap: 6px;
}
.gap-3[data-v-a7adb39e] {
  gap: 8px;
}
.gap-4[data-v-a7adb39e] {
  gap: 12px;
}
.gap-6[data-v-a7adb39e] {
  gap: 24px;
}
.widget[data-v-a7adb39e] {
  position: relative;
}
h2[data-v-a7adb39e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.panel .panel-body[data-v-a7adb39e] {
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
select[data-v-a7adb39e] {
  margin-top: 0;
  margin-bottom: 12px;
}
label.upload[data-v-a7adb39e] {
  margin-top: 12px;
}
.button.download[data-v-a7adb39e] {
  cursor: pointer;
  margin: 6px 0;
}
.meeting[data-v-a7adb39e] {
  width: 100%;
  position: relative;
}
.meeting .user[data-v-a7adb39e] {
    position: relative;
}
.meeting .ri-forbid-line[data-v-a7adb39e]:hover {
    color: #33ccff;
    cursor: pointer;
}
.ri-delete-bin-2-line[data-v-a7adb39e] {
  margin-left: 1rem;
  font-size: 16px;
  color: #b0b0b0;
  cursor: pointer;
}
.ri-delete-bin-2-line[data-v-a7adb39e]:hover {
    color: #33ccff;
}
button.upload[data-v-a7adb39e] {
  margin-top: 12px;
}
.ri-refresh-line[data-v-a7adb39e] {
  opacity: 0.8;
  font-size: 17px;
  left: 10px;
  top: -2px;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.ri-refresh-line[data-v-a7adb39e]:hover {
    color: #33ccff;
}
input[type='file'][data-v-a7adb39e] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.loading[data-v-a7adb39e] {
  position: absolute;
  background: #222222;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
table[data-v-a7adb39e] {
  table-layout: fixed;
  margin-bottom: 24px;
}
table th[data-v-a7adb39e]:nth-child(2),
  table td[data-v-a7adb39e]:nth-child(2) {
    width: 110px;
}
table th[data-v-a7adb39e]:nth-child(3),
  table td[data-v-a7adb39e]:nth-child(3) {
    width: 32px;
}
.downloadBar[data-v-a7adb39e] {
  position: relative;
  background: #0e0e0e;
  width: 90px;
  height: 10px;
  margin-top: 2px;
  border-radius: 2px;
  margin-left: 1rem;
}
.filler[data-v-a7adb39e] {
  position: absolute;
  height: 100%;
  left: 0;
  border-radius: 2px;
  background: #33ccff;
}
.zipDownloadBar[data-v-a7adb39e] {
  position: relative;
  background: #0e0e0e;
  width: calc(100% - 2rem);
  height: 20px;
  margin: 1rem;
  border-radius: 2px;
}
.zipDownloadBar .zip[data-v-a7adb39e] {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    color: white;
}

.text-disabled[data-v-a66dc32a] {
  color: #616161;
}
.flex[data-v-a66dc32a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-a66dc32a],
.flex-column[data-v-a66dc32a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-a66dc32a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-a66dc32a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-a66dc32a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-a66dc32a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-a66dc32a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-a66dc32a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-a66dc32a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-a66dc32a] {
  gap: 6px;
}
.gap-3[data-v-a66dc32a] {
  gap: 8px;
}
.gap-4[data-v-a66dc32a] {
  gap: 12px;
}
.gap-6[data-v-a66dc32a] {
  gap: 24px;
}
.loader[data-v-a66dc32a] {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
img[data-v-a66dc32a] {
  background-image: url(data:image/png;base64,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);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center;
}
.animate-pulse[data-v-a66dc32a] {
  animation: pulse 1.5s infinite;
}
.flicker[data-v-a66dc32a] {
  animation: flicker 3s linear infinite;
}
@keyframes flicker {
0% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px #f21616;
}
2% {
    opacity: 1;
    text-shadow: 0px 0px 29px #f21616;
}
8% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px #f21616;
}
9% {
    opacity: 1;
    text-shadow: 0px 0px 29px #f21616;
}
12% {
    opacity: 0.1;
    text-shadow: 0px 0px #f21616;
}
20% {
    opacity: 1;
    text-shadow: 0px 0px 29px #f21616;
}
25% {
    opacity: 0.3;
    text-shadow: 0px 0px 29px #f21616;
}
30% {
    opacity: 1;
    text-shadow: 0px 0px 29px #f21616;
}
70% {
    opacity: 0.7;
    text-shadow: 0px 0px 29px #f21616;
}
72% {
    opacity: 0.2;
    text-shadow: 0px 0px 29px #f21616;
}
77% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px #f21616;
}
100% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px #f21616;
}
}
@keyframes pulse {
0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
}
50% {
    opacity: 1;
    transform: scale(0.97);
}
}

.text-disabled[data-v-0ca2557d] {
  color: #616161;
}
.flex[data-v-0ca2557d] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0ca2557d],
.flex-column[data-v-0ca2557d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0ca2557d] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0ca2557d] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0ca2557d] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0ca2557d] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0ca2557d] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0ca2557d] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0ca2557d] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0ca2557d] {
  gap: 6px;
}
.gap-3[data-v-0ca2557d] {
  gap: 8px;
}
.gap-4[data-v-0ca2557d] {
  gap: 12px;
}
.gap-6[data-v-0ca2557d] {
  gap: 24px;
}
.panel-heading img[data-v-0ca2557d] {
  margin-right: 1rem !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.class-alert {
  margin-bottom: 1rem;
  border-left: 5px solid;
  padding-left: .75rem;
}
.class-alert.red {
    border-color: red;
    box-shadow: -4px 0px 4px -3px red;
}
.class-alert.yellow {
    border-color: #fec907;
    box-shadow: -4px 0px 4px -3px #fec907;
}
.class-alert.green {
    border-color: green;
    box-shadow: -4px 0px 4px -3px green;
}
.class-alert a, .class-alert a:hover, .class-alert a:active, .class-alert a:visited {
    color: inherit;
    text-decoration: none;
}

.text-disabled[data-v-002f30ee] {
  color: #616161;
}
.flex[data-v-002f30ee] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-002f30ee],
.flex-column[data-v-002f30ee] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-002f30ee] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-002f30ee] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-002f30ee] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-002f30ee] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-002f30ee] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-002f30ee] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-002f30ee] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-002f30ee] {
  gap: 6px;
}
.gap-3[data-v-002f30ee] {
  gap: 8px;
}
.gap-4[data-v-002f30ee] {
  gap: 12px;
}
.gap-6[data-v-002f30ee] {
  gap: 24px;
}
.chat-list[data-v-002f30ee] {
  position: relative;
  z-index: 9999999;
}
.chat-users[data-v-002f30ee] {
  margin: 0;
  padding: 0;
  position: relative;
  height: 300px;
}
li[data-v-002f30ee] {
  list-style-type: none;
  padding: 1rem;
}
li.selected[data-v-002f30ee] {
    background: rgba(66, 185, 131, 0.5);
    color: #fff;
}
li.selected-for-group[data-v-002f30ee] {
    background: #4b8da5;
    color: #fff;
}
.fa-circle[data-v-002f30ee] {
  position: relative;
  left: -0.5rem;
}
.fa-ban[data-v-002f30ee] {
  float: right;
  margin-right: 2rem;
}
.panel-body[data-v-002f30ee] {
  padding: 0;
}
.online[data-v-002f30ee] {
  color: #359368;
}
.offline[data-v-002f30ee] {
  color: #a5242a;
}
.groups[data-v-002f30ee] {
  width: 250px;
  background: #303133;
  margin: 0 auto;
  margin-top: -30px;
  box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
.groups h4[data-v-002f30ee] {
    font-weight: 100;
}
.form-group label[data-v-002f30ee] {
  margin-top: 15px;
  color: white;
  display: block;
}
.group .fa-ban[data-v-002f30ee] {
  color: red;
  cursor: pointer;
}
.user[data-v-002f30ee], .group[data-v-002f30ee] {
  cursor: pointer;
}
.search.form-control[data-v-002f30ee] {
  float: none;
  display: block;
  max-width: 90%;
  border-bottom: 1px solid #999 !important;
  margin: 10px auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
h4[data-v-002f30ee] {
  padding: 1rem;
  border-bottom: 1px solid #7e7f80 !important;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
h5[data-v-002f30ee] {
  padding: 0 1rem;
  text-align: center;
}
.list-group .list-group-item[data-v-002f30ee] {
  border: none;
  border-radius: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.create-group[data-v-002f30ee] {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.42857;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 10px 15px;
  float: right;
  margin-top: -3rem;
  margin-right: -2rem;
  border-radius: 50%;
  color: #fff;
  background-color: #464545;
  border-color: #464545;
}
.create[data-v-002f30ee] {
  margin: 1rem;
}
label[data-v-002f30ee] {
  padding-left: .5rem;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
}
90% {
    transform: translate3d(0, -1px, 0);
}
}
.bounce[data-v-002f30ee] {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.emoji-mart {
  position: absolute;
  bottom: 0;
  background: #444 !important;
  border-radius: 0 !important;
  border: none !important;
  z-index: 99999999;
}
.emoji-mart-search input {
  background: transparent;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
.emoji-mart-category-label span {
  background-color: #444 !important;
  color: #fff !important;
}
.bubble a {
  color: #fff;
  text-decoration: underline;
}

.text-disabled[data-v-c00f42c8] {
  color: #616161;
}
.flex[data-v-c00f42c8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-c00f42c8],
.flex-column[data-v-c00f42c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-c00f42c8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-c00f42c8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-c00f42c8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-c00f42c8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-c00f42c8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-c00f42c8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-c00f42c8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-c00f42c8] {
  gap: 6px;
}
.gap-3[data-v-c00f42c8] {
  gap: 8px;
}
.gap-4[data-v-c00f42c8] {
  gap: 12px;
}
.gap-6[data-v-c00f42c8] {
  gap: 24px;
}
.message-text[data-v-c00f42c8] {
  background-color: rgba(0, 0, 0, 0.5);
}
.loading[data-v-c00f42c8] {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 99999;
  text-align: center;
}
.loading .loading-image[data-v-c00f42c8] {
    height: 25px;
    width: 25px;
    top: .5rem;
    left: calc(50% - 17.5px);
}
.participants[data-v-c00f42c8] {
  padding-bottom: .5rem;
}
.participants li[data-v-c00f42c8] {
    padding: .5rem;
    border-bottom: 1px solid #7e7f80;
}
.participants li[data-v-c00f42c8]:last-child {
    border-bottom: none;
}
.badge[data-v-c00f42c8] {
  float: left;
  margin-left: 1rem;
  cursor: pointer;
}
.toggle-emojis[data-v-c00f42c8] {
  font-size: 3rem;
}
h5[data-v-c00f42c8] {
  border-top: 1px solid #7e7f80;
  border-bottom: 1px solid #7e7f80;
  padding: 1rem 0;
  margin: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 999;
  text-overflow: ellipsis;
}
.chat-message-wrapper[data-v-c00f42c8] {
  padding: 0;
  width: 300px;
  position: fixed;
  bottom: 0;
  background: #303133;
  z-index: 999999;
  border: 1px solid #444;
  box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.75);
}
.chat-message-wrapper .form-group[data-v-c00f42c8] {
    padding: 0 1rem;
}
textarea[data-v-c00f42c8] {
  resize: none;
}
[data-v-c00f42c8]::-webkit-scrollbar {
  display: none;
}
.chat-messages[data-v-c00f42c8] {
  height: 200px;
  z-index: 2;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  padding: 1rem;
}
textarea.form-control[data-v-c00f42c8] {
  background-color: transparent !important;
  border: 1px solid #fff;
  margin: 1rem 0;
}
.bubble[data-v-c00f42c8] {
  max-width: 75%;
  float: left;
  margin-bottom: 1rem;
}
.bubble p[data-v-c00f42c8] {
    padding: 1rem;
    border-radius: 3px;
    word-break: break-word;
    background: #0C0C0C;
    margin-bottom: 0;
}
.mine[data-v-c00f42c8] {
  float: right;
}
.mine p[data-v-c00f42c8] {
    background: #42b983;
    color: #fff;
}
i[data-v-c00f42c8] {
  float: right;
  margin-right: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
.author[data-v-c00f42c8] {
  display: block;
  float: left;
  font-size: 1.2rem;
  font-style: italic;
  padding-left: .25rem;
}

.text-disabled[data-v-3c0f63b8] {
  color: #616161;
}
.flex[data-v-3c0f63b8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3c0f63b8],
.flex-column[data-v-3c0f63b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3c0f63b8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3c0f63b8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3c0f63b8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3c0f63b8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3c0f63b8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3c0f63b8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3c0f63b8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3c0f63b8] {
  gap: 6px;
}
.gap-3[data-v-3c0f63b8] {
  gap: 8px;
}
.gap-4[data-v-3c0f63b8] {
  gap: 12px;
}
.gap-6[data-v-3c0f63b8] {
  gap: 24px;
}
.widget[data-v-3c0f63b8] {
  margin-top: 24px;
}

.text-disabled[data-v-5b9cdda7] {
  color: #616161;
}
.flex[data-v-5b9cdda7] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5b9cdda7],
.flex-column[data-v-5b9cdda7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5b9cdda7] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5b9cdda7] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5b9cdda7] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5b9cdda7] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5b9cdda7] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5b9cdda7] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5b9cdda7] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5b9cdda7] {
  gap: 6px;
}
.gap-3[data-v-5b9cdda7] {
  gap: 8px;
}
.gap-4[data-v-5b9cdda7] {
  gap: 12px;
}
.gap-6[data-v-5b9cdda7] {
  gap: 24px;
}
.widget[data-v-5b9cdda7] {
  margin-top: 24px;
}
.scroll-area[data-v-5b9cdda7] {
  position: relative;
  margin: auto;
  width: 100%;
  height: 250px;
}
.support-widget .panel-body[data-v-5b9cdda7] {
  padding: 0;
}
li[data-v-5b9cdda7] {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
p[data-v-5b9cdda7] {
  margin-top: 2rem;
}

.text-disabled[data-v-72a6f7c1] {
  color: #616161;
}
.flex[data-v-72a6f7c1] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-72a6f7c1],
.flex-column[data-v-72a6f7c1] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-72a6f7c1] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-72a6f7c1] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-72a6f7c1] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-72a6f7c1] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-72a6f7c1] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-72a6f7c1] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-72a6f7c1] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-72a6f7c1] {
  gap: 6px;
}
.gap-3[data-v-72a6f7c1] {
  gap: 8px;
}
.gap-4[data-v-72a6f7c1] {
  gap: 12px;
}
.gap-6[data-v-72a6f7c1] {
  gap: 24px;
}
.widget[data-v-72a6f7c1] {
  margin-top: 24px;
}
.scroll-area[data-v-72a6f7c1] {
  margin: auto;
  max-height: 250px;
}
ul[data-v-72a6f7c1] {
  margin-right: 10px;
}
li[data-v-72a6f7c1] {
  border-bottom: 1px solid #333;
  padding: 10px;
}
li[data-v-72a6f7c1]:last-of-type {
    border-bottom: none;
}
.post-thread[data-v-72a6f7c1] {
  display: -ms-flexbox;
  display: flex;
}
.post-thread a[data-v-72a6f7c1] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-date[data-v-72a6f7c1] {
  margin-top: 2px;
}
.author[data-v-72a6f7c1] {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 15px;
}
.author .forum-avatar[data-v-72a6f7c1] {
    width: 20px;
    height: 20px;
    font-size: 18px;
    margin-right: 5px;
}
.author .author-name[data-v-72a6f7c1] {
    color: inherit;
    font-weight: bold;
}
.author .author-name[data-v-72a6f7c1]:hover {
      color: #33ccff;
      text-decoration: none;
}
.post-content[data-v-72a6f7c1] {
  margin-top: 2px;
  display: -ms-flexbox;
  display: flex;
}
.post-content a[data-v-72a6f7c1] {
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-content a[data-v-72a6f7c1]:hover {
      color: #33ccff;
}
.forum-loader[data-v-72a6f7c1] {
  border-top: 1px solid #333;
}
.empty-msg[data-v-72a6f7c1] {
  text-align: center;
  margin: 20px 10px;
}

.text-disabled[data-v-316e01bd] {
  color: #616161;
}
.flex[data-v-316e01bd] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-316e01bd],
.flex-column[data-v-316e01bd] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-316e01bd] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-316e01bd] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-316e01bd] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-316e01bd] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-316e01bd] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-316e01bd] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-316e01bd] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-316e01bd] {
  gap: 6px;
}
.gap-3[data-v-316e01bd] {
  gap: 8px;
}
.gap-4[data-v-316e01bd] {
  gap: 12px;
}
.gap-6[data-v-316e01bd] {
  gap: 24px;
}
.forum-loader[data-v-316e01bd] {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-loader .loader .loading-image-wrapper {
  width: 100px;
  height: 100px;
}
.forum-loader .loader .loading-image-wrapper .loading-image {
    width: 100px;
    height: 100px;
    top: auto;
}

.text-disabled[data-v-5c4c0c07] {
  color: #616161;
}
.flex[data-v-5c4c0c07] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5c4c0c07],
.flex-column[data-v-5c4c0c07] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5c4c0c07] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5c4c0c07] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5c4c0c07] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5c4c0c07] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5c4c0c07] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5c4c0c07] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5c4c0c07] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5c4c0c07] {
  gap: 6px;
}
.gap-3[data-v-5c4c0c07] {
  gap: 8px;
}
.gap-4[data-v-5c4c0c07] {
  gap: 12px;
}
.gap-6[data-v-5c4c0c07] {
  gap: 24px;
}
.overdue[data-v-5c4c0c07] {
  color: #f14f5d;
}
.widget[data-v-5c4c0c07] {
  margin-bottom: 24px;
}
.panel-heading[data-v-5c4c0c07] {
  padding-left: 8px;
  padding-right: 8px;
}
.panel-body[data-v-5c4c0c07] {
  padding: 6px !important;
}
.class-alerts[data-v-5c4c0c07] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
  gap: 1rem;
}
.class-alerts li[data-v-5c4c0c07] {
    background: #262626;
    border-radius: 4px;
}
.class-alerts li.exercise[data-v-5c4c0c07] {
      border-left: 2px solid #a162db;
}
.class-alerts li.assignment[data-v-5c4c0c07] {
      border-left: 2px solid #00e9bd;
}
.class-alerts li.note[data-v-5c4c0c07] {
      border-left: 2px solid #ed1f79;
}
.class-alerts li.government[data-v-5c4c0c07] {
      border-left: 2px solid #f14f5d;
}
.class-alerts li.global-meeting[data-v-5c4c0c07] {
      border-left: 2px solid #00b6f0;
}
.path-alert[data-v-5c4c0c07] {
  padding-top: 0 !important;
  padding-bottom: 0rem;
}
a[data-v-5c4c0c07] {
  color: inherit;
}
li[data-v-5c4c0c07] {
  padding: 1rem;
  margin: 0;
}
h5[data-v-5c4c0c07] {
  margin-bottom: 0;
}
.alert-text[data-v-5c4c0c07] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
.alert-text .top[data-v-5c4c0c07],
  .alert-text .bottom[data-v-5c4c0c07] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.alert-text .top[data-v-5c4c0c07] {
    gap: 12px;
    margin-bottom: 6px;
}
.alert-text .chip[data-v-5c4c0c07] {
    background: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}
.alert-name[data-v-5c4c0c07] {
  font-weight: 700;
  -ms-flex-positive: 1;
      flex-grow: 1;
  color: #ebebeb;
}
.red[data-v-5c4c0c07] {
  color: #f14f5d;
}
.blue[data-v-5c4c0c07] {
  color: #3cf;
}
.attendees[data-v-5c4c0c07] {
  white-space: nowrap;
}

.text-disabled[data-v-5be9103e] {
  color: #616161;
}
.flex[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5be9103e],
.flex-column[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5be9103e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5be9103e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5be9103e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5be9103e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5be9103e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5be9103e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5be9103e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5be9103e] {
  gap: 6px;
}
.gap-3[data-v-5be9103e] {
  gap: 8px;
}
.gap-4[data-v-5be9103e] {
  gap: 12px;
}
.gap-6[data-v-5be9103e] {
  gap: 24px;
}
section.ta-meeting[data-v-5be9103e] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.panel[data-v-5be9103e] {
  width: 720px;
  max-width: calc(100vw - 24px);
  padding: 0 24px;
  background: #1e1e1e;
}
.panel-heading[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.panel-body[data-v-5be9103e] {
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.ta-info[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
}
.ta-avatar[data-v-5be9103e] {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ta-text h3[data-v-5be9103e] {
  margin: 0;
}
.meeting-time[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 1.5rem;
  font-weight: 600;
  color: whitesmoke;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  padding: 12px 0;
}
.meeting-time i[data-v-5be9103e] {
    color: #a3a3a3;
}
.conflicts[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.conflict-item[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  background: rgba(235, 188, 70, 0.12);
  border: 1px solid rgba(235, 188, 70, 0.3);
  border-radius: 4px;
  padding: 8px 12px;
  color: #ebbc46;
  font-size: 1.4rem;
}
.conflict-item i[data-v-5be9103e] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.participants-wrapper[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.participant-group[data-v-5be9103e] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.participant-group-header[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  padding-bottom: 8px;
  border-bottom: 1px solid #303030;
  margin-bottom: 8px;
}
.participant-group-header .participant-count[data-v-5be9103e] {
    margin-left: auto;
    font-weight: 400;
}
.participants[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.participants li[data-v-5be9103e] {
    font-size: 1.4rem;
    color: #bdbdbd;
    padding: 6px 0;
}
.participants.attending li[data-v-5be9103e] {
    color: #3cb878;
}
.error-message[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  background: rgba(241, 79, 93, 0.1);
  border: 1px solid rgba(241, 79, 93, 0.3);
  border-radius: 4px;
  padding: 12px;
  color: #f14f5d;
  font-size: 1.4rem;
}
.error-message span[data-v-5be9103e] {
    -ms-flex: 1;
        flex: 1;
}
.error-message i[data-v-5be9103e]:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 2px;
}
.actions[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.action-buttons[data-v-5be9103e] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
}
.action-buttons a.button[data-v-5be9103e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    text-decoration: none;
}
.warning[data-v-5be9103e] {
  max-width: 420px;
  font-size: 1.3rem;
  color: #a3a3a3;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.text-disabled[data-v-74d02c77] {
  color: #616161;
}
.flex[data-v-74d02c77] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-74d02c77],
.flex-column[data-v-74d02c77] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-74d02c77] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-74d02c77] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-74d02c77] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-74d02c77] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-74d02c77] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-74d02c77] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-74d02c77] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-74d02c77] {
  gap: 6px;
}
.gap-3[data-v-74d02c77] {
  gap: 8px;
}
.gap-4[data-v-74d02c77] {
  gap: 12px;
}
.gap-6[data-v-74d02c77] {
  gap: 24px;
}
.overdue[data-v-74d02c77] {
  color: red;
}
.panel-body p[data-v-74d02c77] {
  text-align: center;
  padding-top: 2rem;
}
.class-alerts[data-v-74d02c77] {
  padding-bottom: 0rem;
}
.path-alert[data-v-74d02c77] {
  padding-top: 0 !important;
  padding-bottom: 0rem;
}
.panel-body > ul[data-v-74d02c77]:last-child {
  padding-bottom: 2rem;
}
a[data-v-74d02c77] {
  color: inherit;
}
ul[data-v-74d02c77] {
  clear: both;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
li[data-v-74d02c77] {
  padding: 1rem 1rem 1rem 2rem;
  clear: both;
}
h5[data-v-74d02c77] {
  margin-bottom: 0;
}
img[data-v-74d02c77],
.alert-text[data-v-74d02c77] {
  display: block;
  float: left;
}
.alert-text[data-v-74d02c77] {
  padding-left: 1rem;
  max-width: 80%;
}
.alert-name[data-v-74d02c77] {
  color: white;
}

.text-disabled[data-v-fb9631b8] {
  color: #616161;
}
.flex[data-v-fb9631b8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-fb9631b8],
.flex-column[data-v-fb9631b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-fb9631b8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-fb9631b8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-fb9631b8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-fb9631b8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-fb9631b8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-fb9631b8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-fb9631b8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-fb9631b8] {
  gap: 6px;
}
.gap-3[data-v-fb9631b8] {
  gap: 8px;
}
.gap-4[data-v-fb9631b8] {
  gap: 12px;
}
.gap-6[data-v-fb9631b8] {
  gap: 24px;
}
.widget[data-v-fb9631b8] {
  margin-top: 24px;
}
.scroll-area[data-v-fb9631b8] {
  height: 400px !important;
  position: relative;
}
h2[data-v-fb9631b8] {
  margin-bottom: 0;
}
.class-alerts[data-v-fb9631b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
  gap: 1rem;
  padding: 8px;
}
.class-alerts li[data-v-fb9631b8] {
    background: #262626;
    border-radius: 4px;
}
.class-alerts li.exercise[data-v-fb9631b8] {
      border-left: 2px solid #a162db;
}
.class-alerts li.assignment[data-v-fb9631b8] {
      border-left: 2px solid #00e9bd;
}
.class-alerts li.note[data-v-fb9631b8] {
      border-left: 2px solid #ed1f79;
}
.class-alerts li.government[data-v-fb9631b8] {
      border-left: 2px solid #ebbc46;
}
.class-alerts li.global-meeting[data-v-fb9631b8] {
      border-left: 2px solid #00b6f0;
}
a[data-v-fb9631b8] {
  color: inherit;
}
li[data-v-fb9631b8] {
  padding: 1rem;
  margin: 0;
}
h5[data-v-fb9631b8] {
  margin-bottom: 0;
}
.alert-text[data-v-fb9631b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
.alert-text .top[data-v-fb9631b8],
  .alert-text .bottom[data-v-fb9631b8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.alert-text .top[data-v-fb9631b8] {
    gap: 12px;
    margin-bottom: 6px;
}
.alert-text .chip[data-v-fb9631b8] {
    background: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}
.alert-name[data-v-fb9631b8] {
  font-weight: 700;
  -ms-flex-positive: 1;
      flex-grow: 1;
  color: #ebebeb;
}
.red[data-v-fb9631b8] {
  color: #f14f5d;
}
.blue[data-v-fb9631b8] {
  color: #3cf;
}
.attendees[data-v-fb9631b8] {
  white-space: nowrap;
}
.no-workshops[data-v-fb9631b8] {
  padding: 12px;
}

.text-disabled[data-v-0f45b266] {
  color: #616161;
}
.flex[data-v-0f45b266] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0f45b266],
.flex-column[data-v-0f45b266] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0f45b266] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0f45b266] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0f45b266] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0f45b266] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0f45b266] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0f45b266] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0f45b266] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0f45b266] {
  gap: 6px;
}
.gap-3[data-v-0f45b266] {
  gap: 8px;
}
.gap-4[data-v-0f45b266] {
  gap: 12px;
}
.gap-6[data-v-0f45b266] {
  gap: 24px;
}
.clock[data-v-0f45b266] {
  text-align: center;
  margin-bottom: 2rem;
}
.clock > span[data-v-0f45b266] {
    display: block;
}

.text-disabled[data-v-7fbfcf62] {
  color: #616161;
}
.flex[data-v-7fbfcf62] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-7fbfcf62],
.flex-column[data-v-7fbfcf62] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-7fbfcf62] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-7fbfcf62] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-7fbfcf62] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-7fbfcf62] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-7fbfcf62] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-7fbfcf62] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-7fbfcf62] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-7fbfcf62] {
  gap: 6px;
}
.gap-3[data-v-7fbfcf62] {
  gap: 8px;
}
.gap-4[data-v-7fbfcf62] {
  gap: 12px;
}
.gap-6[data-v-7fbfcf62] {
  gap: 24px;
}
form[data-v-7fbfcf62] {
  padding: 1rem 3rem;
}
.modal[data-v-7fbfcf62] {
  display: -ms-flexbox;
  display: flex;
  z-index: 99999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.text-disabled[data-v-68e2f481] {
  color: #616161;
}
.flex[data-v-68e2f481] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-68e2f481],
.flex-column[data-v-68e2f481] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-68e2f481] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-68e2f481] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-68e2f481] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-68e2f481] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-68e2f481] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-68e2f481] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-68e2f481] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-68e2f481] {
  gap: 6px;
}
.gap-3[data-v-68e2f481] {
  gap: 8px;
}
.gap-4[data-v-68e2f481] {
  gap: 12px;
}
.gap-6[data-v-68e2f481] {
  gap: 24px;
}
ol[data-v-68e2f481] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-thumb[data-v-68e2f481] {
  width: 33.3333%;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1600px) {
.gallery-thumb[data-v-68e2f481] {
      width: 50%;
}
}
@media screen and (max-width: 1300px) {
.gallery-thumb[data-v-68e2f481] {
      width: 33.3333%;
}
}
@media screen and (max-width: 960px) {
.gallery-thumb[data-v-68e2f481] {
      width: 50%;
}
}
@media screen and (max-width: 640px) {
.gallery-thumb[data-v-68e2f481] {
      width: 100%;
}
}
a[data-v-68e2f481] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.image[data-v-68e2f481] {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.avatar[data-v-68e2f481] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #303030;
}
.author[data-v-68e2f481] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.author h5[data-v-68e2f481] {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
}
.meta[data-v-68e2f481] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 4px;
}
.meta .meta-property[data-v-68e2f481] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.course-columns .cms-text-description p,
.course-columns .cms-text-description div,
.course-columns .cms-text-description span,
.course-columns .cms-text-description h1,
.course-columns .cms-text-description h2,
.course-columns .cms-text-description h3,
.course-columns .cms-text-description h4,
.course-columns .cms-text-description h5,
.course-columns .cms-text-description h6,
.course-columns .cms-text-description ul,
.course-columns .cms-text-description li,
.course-columns .cms-text-description table {
  background: transparent !important;
}
.course-columns li {
  list-style: none !important;
}
@media screen and (max-width: 960px) {
.course-columns li {
    max-width: 100%;
    word-break: break-word;
}
}

.text-disabled[data-v-48d5c9da] {
  color: #616161;
}
.flex[data-v-48d5c9da] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-48d5c9da],
.flex-column[data-v-48d5c9da] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-48d5c9da] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-48d5c9da] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-48d5c9da] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-48d5c9da] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-48d5c9da] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-48d5c9da] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-48d5c9da] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-48d5c9da] {
  gap: 6px;
}
.gap-3[data-v-48d5c9da] {
  gap: 8px;
}
.gap-4[data-v-48d5c9da] {
  gap: 12px;
}
.gap-6[data-v-48d5c9da] {
  gap: 24px;
}
.course[data-v-48d5c9da] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100dvh;
  overflow: hidden;
  padding: 16px 24px;
}
@media screen and (max-width: 1300px) {
.course[data-v-48d5c9da] {
      height: auto;
      padding: 4px;
}
}
.course-columns[data-v-48d5c9da] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
}
@media screen and (max-width: 1300px) {
.course-columns[data-v-48d5c9da] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.course-info-col[data-v-48d5c9da],
.course-content-col[data-v-48d5c9da] {
  overflow-y: scroll;
  height: 100%;
}
.course-info-col[data-v-48d5c9da] {
  padding-right: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.course-info-col .course-text[data-v-48d5c9da] {
    max-width: 608px;
    margin: auto;
}
@media screen and (max-width: 1300px) {
.course-info-col .course-text[data-v-48d5c9da] {
        max-width: 100%;
        width: 100%;
}
.course-info-col .course-text h1[data-v-48d5c9da],
        .course-info-col .course-text .instructor-name[data-v-48d5c9da] {
          text-align: center;
}
}
@media screen and (max-width: 960px) {
.assignment-status[data-v-48d5c9da] {
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
}
}
h1[data-v-48d5c9da] {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0;
}
.instructor-name[data-v-48d5c9da] {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
.desktop-description[data-v-48d5c9da] {
    display: none;
}
}
.mobile-accordion[data-v-48d5c9da] {
  display: none;
}
@media screen and (max-width: 1300px) {
.mobile-accordion[data-v-48d5c9da] {
      display: block;
}
}
.accordion-item[data-v-48d5c9da] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
.accordion-toggle[data-v-48d5c9da] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 100ms ease-in-out;
}
.accordion-toggle[data-v-48d5c9da]:hover {
    background: rgba(255, 255, 255, 0.1);
}
.accordion-toggle i[data-v-48d5c9da] {
    font-size: 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.accordion-body[data-v-48d5c9da] {
  padding: 12px;
}
.course-description[data-v-48d5c9da] {
  font-size: 1.4rem;
  line-height: 1.7;
  white-space: pre-wrap;
  color: rgba(255, 255, 255, 0.8);
}
.week-group[data-v-48d5c9da] {
  gap: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 16px;
}
.week-group h3.current[data-v-48d5c9da] {
    color: whitesmoke;
}
.card[data-v-48d5c9da] {
  background: #262626;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  padding: 12px 16px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
.card[data-v-48d5c9da] {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
}
}
.card[data-v-48d5c9da]::-webkit-scrollbar {
    display: none;
}
.card[data-v-48d5c9da]:hover {
    background: #303030;
}
.card.locked[data-v-48d5c9da] {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
.card[data-v-48d5c9da] {
      overflow-x: scroll;
}
}
.card-thumb[data-v-48d5c9da] {
  position: relative;
  width: 120px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
.card-thumb[data-v-48d5c9da] {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      height: 160px;
}
}
.card-thumb img[data-v-48d5c9da]:not(.play-btn) {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
@media screen and (max-width: 960px) {
.card-thumb img[data-v-48d5c9da]:not(.play-btn) {
        width: 240px;
}
}
.card-thumb .play-btn[data-v-48d5c9da] {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-thumb .lock-icon[data-v-48d5c9da] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.7);
}
.card-icon-wrapper[data-v-48d5c9da] {
  width: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 960px) {
.card-icon-wrapper[data-v-48d5c9da] {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
}
}
.card-icon[data-v-48d5c9da] {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #262626;
  border-radius: 4px;
}
.card-icon i[data-v-48d5c9da] {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5);
}
.assignment-card.not-started[data-v-48d5c9da] {
  border-left: 2px solid #00b6f0;
}
.assignment-card.submitted[data-v-48d5c9da] {
  border-left: 2px solid #3cb878;
}
.assignment-card.overdue[data-v-48d5c9da] {
  border-left: 2px solid #f14f5d;
}
.assignment-card .card-icon i[data-v-48d5c9da] {
  color: #00e9bd;
}
.exercise-card .card-icon i[data-v-48d5c9da] {
  color: #a162db;
}
.card-body[data-v-48d5c9da] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 100%;
}
.card h4[data-v-48d5c9da] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media screen and (max-width: 1024px) {
.card h4[data-v-48d5c9da] {
      white-space: initial;
}
}
.chips[data-v-48d5c9da] {
  gap: 12px;
}
.status[data-v-48d5c9da] {
  font-size: 1.1rem;
  padding: 2px 8px;
  border-radius: 3px;
}
.status.submitted[data-v-48d5c9da] {
    background: rgba(51, 204, 102, 0.15);
    color: #33cc66;
}
.status.pending[data-v-48d5c9da] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.4);
}

.text-disabled[data-v-3a1d23bf] {
  color: #616161;
}
.flex[data-v-3a1d23bf] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3a1d23bf],
.flex-column[data-v-3a1d23bf] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3a1d23bf] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3a1d23bf] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3a1d23bf] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3a1d23bf] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3a1d23bf] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3a1d23bf] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3a1d23bf] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3a1d23bf] {
  gap: 6px;
}
.gap-3[data-v-3a1d23bf] {
  gap: 8px;
}
.gap-4[data-v-3a1d23bf] {
  gap: 12px;
}
.gap-6[data-v-3a1d23bf] {
  gap: 24px;
}
.content[data-v-3a1d23bf] {
  background: #4a4a4a;
  padding: 1rem;
}
.author[data-v-3a1d23bf] {
  font-style: italic;
  padding-bottom: 2rem;
}
button[data-v-3a1d23bf] {
  float: right;
  margin-top: 2rem;
}
.discussions[data-v-3a1d23bf] {
  background: #303030;
}
.discussion[data-v-3a1d23bf] {
  list-style-type: none;
  margin: 0;
  padding-left: 2rem;
  border: 1px solid #464545;
  border-radius: 2px;
}
.discussion .panel[data-v-3a1d23bf] {
    padding: 1rem;
    padding-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.instructor-moderated[data-v-3a1d23bf] {
  background: #b62516;
}
.instructor-moderated h3[data-v-3a1d23bf] {
    margin-bottom: 4rem;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.content img {
  max-width: 100%;
}






































.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-pagination {
  margin: 0 auto 2rem auto;
  text-align: center;
}
.forum-pagination .current-page, .forum-pagination a {
    background: #363636;
    color: #fff;
}
.forum-pagination a:hover {
    background: #4a4a4a;
    color: #33ccff;
    border-color: #999;
}
.forum-pagination .current-page {
    text-decoration: underline;
    border-color: #ccc;
}
.forum-pagination .next-page, .forum-pagination .previous-page {
    background: #363636;
}
.forum-pagination a {
    border: 1px solid #1c1c1c;
    width: 5rem;
    padding: 1rem;
    margin: 0 1rem;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.forum-pagination li {
    display: inline-block;
}
.dropdown.open .dropdown-menu {
  background: #222;
  opacity: 1;
  z-index: 99999999999999;
}
.panel .post-tags {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: space-around;
      align-items: space-around;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 1rem;
}
.panel .post-tags li {
    background: #33ccff;
    color: #222;
    float: left;
    width: auto;
    padding: .5rem 1rem;
    margin: 1rem;
    position: relative;
}
.panel .post-tags li .remove {
      color: #fff;
      display: inline-block;
      font-style: normal;
      background: #575757;
      border-radius: 50%;
      position: absolute;
      top: -.5rem;
      right: -.5rem;
      cursor: pointer;
      font-weight: 100;
      width: 1.5rem;
      height: 1.5rem;
      font-size: 1.5rem;
      text-align: center;
      line-height: 1.2rem;
}

.text-disabled[data-v-5346b4a0] {
  color: #616161;
}
.flex[data-v-5346b4a0] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5346b4a0],
.flex-column[data-v-5346b4a0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5346b4a0] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5346b4a0] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5346b4a0] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5346b4a0] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5346b4a0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5346b4a0] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5346b4a0] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5346b4a0] {
  gap: 6px;
}
.gap-3[data-v-5346b4a0] {
  gap: 8px;
}
.gap-4[data-v-5346b4a0] {
  gap: 12px;
}
.gap-6[data-v-5346b4a0] {
  gap: 24px;
}
.categories > label[data-v-5346b4a0] {
  display: block;
}
.categories > div[data-v-5346b4a0]:first-child {
  padding-left: 0;
}
.categories > div[data-v-5346b4a0]:last-child {
  padding-right: 0;
}
.categories select.placeholder[data-v-5346b4a0] {
  color: #b0b0b0;
}
.stats-wrapper .btn[data-v-5346b4a0] {
  float: right;
}
.new-thread .panel-body[data-v-5346b4a0] {
  padding: 20px;
}
table[data-v-5346b4a0] {
  table-layout: fixed;
}
.new-thread[data-v-5346b4a0] {
  margin-top: 2rem;
}
a[data-v-5346b4a0] {
  color: inherit;
}
li[data-v-5346b4a0] {
  padding: .5rem 0;
}
.header[data-v-5346b4a0] {
  background: #363636;
  z-index: 999999;
  position: relative;
}
.thread[data-v-5346b4a0] {
  background: #1c1c1c;
  margin-bottom: 1rem;
  word-break: break-word;
}
.forum-thread-header[data-v-5346b4a0] {
  background: #666;
  color: white;
  display: block;
  height: 40px;
  padding-top: 11px;
  max-width: 97%;
  margin: 0 auto;
}
.threads li.thread[data-v-5346b4a0] {
  margin-bottom: 1rem;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.threads li.thread > div[data-v-5346b4a0]:not(.avatar-wrapper) {
    padding-left: 1rem;
    padding-right: 1rem;
}
.threads li.thread .stats-wrapper[data-v-5346b4a0] {
  border-left: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  background-color: #333;
  top: -2px;
  padding: .5rem;
}
.thread-name a[data-v-5346b4a0] {
  font-weight: 300;
  color: white;
  font-size: 18px;
}
.post-author-link a[data-v-5346b4a0] {
  color: #33ccff;
}
.avatar-image[data-v-5346b4a0] {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.avatar-wrapper[data-v-5346b4a0] {
  padding: 0 !important;
  overflow: hidden;
  top: -5px;
  position: relative;
  height: 100%;
}
.avatar-wrapper .sticky[data-v-5346b4a0] {
    background: rgba(255, 165, 0, 0.65);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
}
.disabled[data-v-5346b4a0] {
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.disabled[data-v-5346b4a0]::after {
  display: none;
}
.filters[data-v-5346b4a0] {
  padding: 0 0 1rem 0;
}
.filters > div[data-v-5346b4a0]:first-child {
    padding-left: 0;
}
.filters > div[data-v-5346b4a0]:last-child {
    padding-right: 0;
}
.categories[data-v-5346b4a0], .tags[data-v-5346b4a0] {
  font-size: 12px;
  clear: both;
}
.categories .blue[data-v-5346b4a0], .tags .blue[data-v-5346b4a0] {
    color: #33ccff;
    cursor: pointer;
}
.noposts[data-v-5346b4a0] {
  padding: 1rem !important;
}
.bold[data-v-5346b4a0] {
  font-weight: 700;
}
.clear-filters[data-v-5346b4a0] {
  font-size: 12px;
  padding: 5px;
  margin-top: 15px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.post-content.content img {
  max-height: 200px;
  max-width: 200px;
  height: auto;
  cursor: pointer;
  display: block;
}
.post-content.content span {
  background: transparent !important;
}

.text-disabled[data-v-0788cc83] {
  color: #616161;
}
.flex[data-v-0788cc83] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0788cc83],
.flex-column[data-v-0788cc83] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0788cc83] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0788cc83] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0788cc83] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0788cc83] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0788cc83] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0788cc83] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0788cc83] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0788cc83] {
  gap: 6px;
}
.gap-3[data-v-0788cc83] {
  gap: 8px;
}
.gap-4[data-v-0788cc83] {
  gap: 12px;
}
.gap-6[data-v-0788cc83] {
  gap: 24px;
}
.answer[data-v-0788cc83] {
  margin-top: 2rem;
  background: #2e492c;
  color: #fff;
}
.answer .header[data-v-0788cc83] {
    padding: 1rem;
    box-shadow: none;
}
.answer .post-content[data-v-0788cc83], .answer.post-content[data-v-0788cc83] {
    background: #42693f;
}
.btn-answer[data-v-0788cc83] {
  background: #2e492c;
  color: #fff;
}
.content[data-v-0788cc83] {
  background: #4a4a4a;
  padding: 1rem;
}
.author[data-v-0788cc83] {
  font-style: italic;
  padding-bottom: 2rem;
}
.author a[data-v-0788cc83] {
    color: #33ccff;
}
button[data-v-0788cc83] {
  float: right;
  margin-top: 2rem;
}
.discussions[data-v-0788cc83] {
  background: #222;
}
.discussion[data-v-0788cc83] {
  list-style-type: none;
  margin: 0;
  padding-left: 2rem;
}
.discussion .panel[data-v-0788cc83] {
    background: #303030;
    padding: 1rem;
    padding-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.5);
}
.btn[data-v-0788cc83] {
  border-width: 0px !important;
  margin-bottom: 20px;
  margin-right: 6px;
}
.btn-danger[data-v-0788cc83] {
  top: 0px;
  position: relative;
}
.instructor-moderated[data-v-0788cc83] {
  background: #b62516;
}
.instructor-moderated h3[data-v-0788cc83] {
    margin-bottom: 4rem;
}
.post-content[data-v-0788cc83] {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.post-content blockquote[data-v-0788cc83] {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 14px !important;
    border-left: 5px solid #464545;
    background: rgba(0, 0, 0, 0.2);
    color: #ccc;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1);
}
.post-content span[data-v-0788cc83] {
    background: transparent !important;
}
.categories[data-v-0788cc83] {
  font-size: 12px;
  margin-bottom: 5px;
}
.categories > label[data-v-0788cc83] {
    display: block !important;
}
.categories span[data-v-0788cc83] {
    color: #33ccff;
}
.categories .lowlight[data-v-0788cc83] {
    color: #b0b0b0;
}
.categories a[data-v-0788cc83]:hover {
    text-decoration: none;
}
select.placeholder[data-v-0788cc83] {
  color: #b0b0b0;
}

.content img {
    max-width: 100%;
}

.text-disabled[data-v-6291ad47] {
  color: #616161;
}
.flex[data-v-6291ad47] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-6291ad47],
.flex-column[data-v-6291ad47] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-6291ad47] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-6291ad47] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-6291ad47] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-6291ad47] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-6291ad47] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-6291ad47] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-6291ad47] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-6291ad47] {
  gap: 6px;
}
.gap-3[data-v-6291ad47] {
  gap: 8px;
}
.gap-4[data-v-6291ad47] {
  gap: 12px;
}
.gap-6[data-v-6291ad47] {
  gap: 24px;
}
li[data-v-6291ad47] {
  float: left;
  margin-right: 2rem;
  padding: 1rem 0;
}
li[data-v-6291ad47]::after {
    content: '\BB';
    position: relative;
    right: -1rem;
    color: #33ccff;
}
li[data-v-6291ad47]:last-child {
    font-weight: 600;
}
li[data-v-6291ad47]:last-child::after {
      display: none;
}
a[data-v-6291ad47] {
  color: white;
}

.text-disabled[data-v-196eb873] {
  color: #616161;
}
.flex[data-v-196eb873] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-196eb873],
.flex-column[data-v-196eb873] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-196eb873] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-196eb873] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-196eb873] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-196eb873] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-196eb873] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-196eb873] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-196eb873] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-196eb873] {
  gap: 6px;
}
.gap-3[data-v-196eb873] {
  gap: 8px;
}
.gap-4[data-v-196eb873] {
  gap: 12px;
}
.gap-6[data-v-196eb873] {
  gap: 24px;
}
a[data-v-196eb873] {
  float: right;
}

.text-disabled[data-v-576bbb1b] {
  color: #616161;
}
.flex[data-v-576bbb1b] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-576bbb1b],
.flex-column[data-v-576bbb1b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-576bbb1b] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-576bbb1b] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-576bbb1b] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-576bbb1b] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-576bbb1b] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-576bbb1b] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-576bbb1b] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-576bbb1b] {
  gap: 6px;
}
.gap-3[data-v-576bbb1b] {
  gap: 8px;
}
.gap-4[data-v-576bbb1b] {
  gap: 12px;
}
.gap-6[data-v-576bbb1b] {
  gap: 24px;
}
section.settings[data-v-576bbb1b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.panel-body[data-v-576bbb1b] {
  padding-right: 16px;
}
.panel.secondary .panel-body[data-v-576bbb1b] {
  padding-top: 0px !important;
}
.profile-header[data-v-576bbb1b] {
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #1e1e1e;
}
.profile-header .avatar-wrapper[data-v-576bbb1b],
  .profile-header .header-content[data-v-576bbb1b] {
    position: relative;
    z-index: 99;
}
.profile-header .header-content[data-v-576bbb1b] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 8px;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.profile-header .name[data-v-576bbb1b] {
    gap: 12px;
    margin: 0;
}
.profile-header .avatar-wrapper[data-v-576bbb1b] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.profile-header .avatar-wrapper input[data-v-576bbb1b] {
      display: none;
}
.profile-header img.avatar[data-v-576bbb1b] {
    width: 228px;
    height: 228px;
    object-fit: cover;
    border-radius: 8px;
}
.avatar-button + input[data-v-576bbb1b] {
  display: none;
}
.button-wrapper[data-v-576bbb1b] {
  padding-bottom: 1rem;
}
.general-information[data-v-576bbb1b] {
  padding: 0 12px;
  width: 960px;
  max-width: 100%;
}
textarea[data-v-576bbb1b] {
  resize: none;
  overflow: hidden;
  min-height: 100px;
  max-height: 200px;
}
.data-point-list .data-point-item[data-v-576bbb1b] {
  padding: 8px 0;
  border-bottom: 1px solid #303030;
}
.data-point-list .data-point-item[data-v-576bbb1b]:last-child {
    border-bottom: none;
}
.data-point-list .data-point-value input[data-v-576bbb1b],
.data-point-list .data-point-value select[data-v-576bbb1b],
.data-point-list .data-point-value textarea[data-v-576bbb1b] {
  width: 100%;
}
.data-point-list .data-point-value textarea[data-v-576bbb1b] {
  resize: vertical;
  min-height: 80px;
}
.data-point-list .social-link-add .data-point-value[data-v-576bbb1b] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.data-point-list .social-link-add .data-point-value input[data-v-576bbb1b],
  .data-point-list .social-link-add .data-point-value select[data-v-576bbb1b] {
    width: auto;
    -ms-flex: 1;
        flex: 1;
}
.panel-body[data-v-576bbb1b] {
  padding-top: 20px !important;
}
.avatar[data-v-576bbb1b] {
  width: 100%;
  margin-bottom: 2rem;
}
.change-password[data-v-576bbb1b] {
  padding: 0 12px;
  width: 640px;
  max-width: 100%;
}
.notification-settings li[data-v-576bbb1b] {
  padding: 2rem 0;
  border-bottom: 1px solid #303030;
}
.notification-settings .vue-js-switch[data-v-576bbb1b] {
  margin-bottom: 0;
}
.notification-settings-wrapper[data-v-576bbb1b] {
  width: 640px;
  max-width: 100%;
}
.notification-settings-wrapper li[data-v-576bbb1b] {
    padding: 12px 16px;
    gap: 16px;
    font-size: 16px;
    -ms-flex-align: center;
        align-items: center;
}
.document-link[data-v-576bbb1b] {
  margin-bottom: 1rem;
  color: #00b6f0;
  text-decoration: underline;
}
.social-link[data-v-576bbb1b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}

.text-disabled[data-v-48b6d06d] {
  color: #616161;
}
.flex[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-48b6d06d],
.flex-column[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-48b6d06d] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-48b6d06d] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-48b6d06d] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-48b6d06d] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-48b6d06d] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-48b6d06d] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-48b6d06d] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-48b6d06d] {
  gap: 6px;
}
.gap-3[data-v-48b6d06d] {
  gap: 8px;
}
.gap-4[data-v-48b6d06d] {
  gap: 12px;
}
.gap-6[data-v-48b6d06d] {
  gap: 24px;
}
.archived.panel-body[data-v-48b6d06d] {
  margin-top: 2rem;
  padding: 2rem !important;
}
button.not-ready[data-v-48b6d06d] {
  position: relative;
  padding: 9px 20px;
  top: 2px;
  cursor: not-allowed;
}
.blue[data-v-48b6d06d] {
  color: #3cf;
}
.bold[data-v-48b6d06d] {
  font-weight: 600 !important;
}
.danger[data-v-48b6d06d] {
  color: red !important;
}
.green[data-v-48b6d06d] {
  color: #00A652;
}
.section-header[data-v-48b6d06d] {
  padding-left: 1.6rem;
}
.section-header h3[data-v-48b6d06d] {
    font-size: 18px;
    background: #545454 !important;
    display: inline-block;
    border: 1px solid #989697;
    padding: 2px 1rem;
}
.has-remove-button[data-v-48b6d06d] {
  position: relative;
}
.has-remove-button .fa-ban[data-v-48b6d06d], .has-remove-button .fa-remove[data-v-48b6d06d] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
}
.show-email[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 1rem 0;
}
.show-email .vue-js-switch[data-v-48b6d06d] {
    margin-left: 1rem;
}
.show-email .vue-js-switch .v-switch-core[data-v-48b6d06d] {
      background: #3cf !important;
}
.unsaved-work[data-v-48b6d06d] {
  margin-top: 1rem;
}
h4[data-v-48b6d06d] {
  color: #b0b0b0;
  font-weight: 300;
  font-size: 1.5em;
}
.tabs[data-v-48b6d06d] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs li[data-v-48b6d06d] {
    min-width: 60px;
    text-align: center;
}
h4.bump[data-v-48b6d06d] {
  margin-bottom: 25px;
}
.motivation[data-v-48b6d06d] {
  padding: 0 1rem;
  font-style: italic;
}
p.instructions[data-v-48b6d06d] {
  padding: 1rem;
  font-size: 16px;
}
.bio[data-v-48b6d06d] {
  padding: 1rem;
}
.bio textarea[data-v-48b6d06d] {
    width: 100%;
    height: 200px;
}
.bio img[data-v-48b6d06d] {
    margin-top: 1rem;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.bio .featured-image-controls[data-v-48b6d06d] {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 1rem;
}
.bio .featured-image-controls label[data-v-48b6d06d] {
      margin-left: 1rem;
      background: #3cf;
      color: #222;
      padding: .5rem;
}
.bio ul.languages[data-v-48b6d06d] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bio ul.languages li[data-v-48b6d06d] {
      width: 50%;
}
.demo-reel-url[data-v-48b6d06d] {
  margin-bottom: 1rem;
}
.demo-reel-url input[data-v-48b6d06d] {
    width: 100%;
}
ul.social-sites li[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1rem;
}
.mentor-timezones[data-v-48b6d06d] {
  margin-bottom: 1rem;
  border-bottom: 2px solid #555;
}
.work-information input[type=text][data-v-48b6d06d], .work-information select[data-v-48b6d06d], .time-availability input[type=text][data-v-48b6d06d], .time-availability select[data-v-48b6d06d] {
  padding: .25rem 1rem;
  border-radius: 0 !important;
  margin: 0 .5rem;
}
.work-information .line[data-v-48b6d06d], .time-availability .line[data-v-48b6d06d] {
  border-bottom: 2px solid #555;
  padding: 1rem 0;
}
.time-availability[data-v-48b6d06d] {
  margin-bottom: 2rem;
}
.work-information[data-v-48b6d06d], div.specialties[data-v-48b6d06d], .availability-table[data-v-48b6d06d] {
  border: 1px solid #555;
  margin: 2rem;
}
.work-information .inner[data-v-48b6d06d], div.specialties .inner[data-v-48b6d06d], .availability-table .inner[data-v-48b6d06d] {
    padding: 1rem;
    width: 780px;
    margin: 0 auto;
}
.availability-table .header[data-v-48b6d06d] {
  margin-top: 1.5rem;
}
.availability-table .header[data-v-48b6d06d], .availability-table .line[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.availability-table .header div[data-v-48b6d06d], .availability-table .line div[data-v-48b6d06d] {
    width: 33.3333%;
}
.availability-table .disabled[data-v-48b6d06d] {
  opacity: .5;
}
.availability-table .line select.form-control[data-v-48b6d06d] {
  padding: 10px !important;
  width: 140px;
}
ul.specialties[data-v-48b6d06d] {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
ul.specialties li[data-v-48b6d06d] {
    margin: 1rem;
    background: #1a1a1a;
    padding: 0;
    border: 1px solid #555;
}
ul.specialties label[data-v-48b6d06d] {
    padding: 5px 10px;
    margin: 0;
    margin-top: -3px;
    cursor: pointer;
    font-weight: 300 !important;
}
ul.specialties input[type="checkbox"][data-v-48b6d06d] {
    display: none;
}
ul.specialties input[type="checkbox"]:checked + label[data-v-48b6d06d] {
    background: #ccc;
    color: #1a1a1a;
    font-weight: 700 !important;
}
input[type=text][data-v-48b6d06d], textarea[data-v-48b6d06d], select[data-v-48b6d06d] {
  background: #000;
  color: #fff;
  padding: 1rem;
  border: 1px solid #555;
  border-radius: 4px;
}
ul.software[data-v-48b6d06d], ul.skills[data-v-48b6d06d] {
  padding: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.work-examples[data-v-48b6d06d] {
  padding: 2rem;
}
.work-examples h5[data-v-48b6d06d] {
    line-height: 1.4em;
}
.work-examples .image-uploader[data-v-48b6d06d] {
    width: 400px;
    border: 2px solid #555;
    margin: 0 auto 4rem;
    background: #000;
}
.work-examples .image-uploader.dragged-over[data-v-48b6d06d] {
      background: #333;
}
.work-examples .image-uploader.disabled[data-v-48b6d06d] {
      opacity: .25;
}
.work-examples .image-uploader label[data-v-48b6d06d] {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 200px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #fff;
      font-weight: 600 !important;
}
.work-examples .image-uploader input[data-v-48b6d06d] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
}
.work-gallery[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3rem;
}
.work-gallery.credits .gallery-item[data-v-48b6d06d] {
    width: 200px;
    height: 300px;
}
.work-gallery .gallery-item[data-v-48b6d06d] {
    position: relative;
    margin: 1rem;
    width: 320px;
    height: 180px;
}
.work-gallery .gallery-item i[data-v-48b6d06d] {
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-size: 1.8rem;
}
.work-gallery .gallery-item img[data-v-48b6d06d] {
      width: 100%;
      height: 100%;
      object-fit: cover;
}
.past-students[data-v-48b6d06d], .mentees[data-v-48b6d06d] {
  margin: 1rem 1rem 2rem 1rem;
  border: 1px solid #555;
}
.past-students .mentee[data-v-48b6d06d], .mentees .mentee[data-v-48b6d06d] {
    border-bottom: 1px solid #555;
    padding: 1rem 1.5rem;
}
.past-students .mentee[data-v-48b6d06d]:last-child, .mentees .mentee[data-v-48b6d06d]:last-child {
    border-bottom: none;
}
.mentee-info[data-v-48b6d06d] {
  margin-top: 2rem;
}
.mentee-name[data-v-48b6d06d] {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mentee-name i[data-v-48b6d06d] {
    margin: 0 1rem;
}
.mentee-name .btn[data-v-48b6d06d] {
    padding: 3px 8px;
}
.past-students .info[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
}
.past-students .info .meta[data-v-48b6d06d] {
    width: 50%;
    padding-right: 3rem;
}
.past-students .info .meta .links[data-v-48b6d06d] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin: 2rem 0;
}
.past-students .info .meta .links label[data-v-48b6d06d] {
        width: 120px;
}
.past-students .info .meta .links input[data-v-48b6d06d] {
        margin-left: 2rem;
        width: 320px;
}
.past-students .info .meta .links .vue-js-switch[data-v-48b6d06d] {
        margin-left: 2rem;
}
.past-students .info .meta .links textarea[data-v-48b6d06d] {
        margin-left: 1rem;
}
.past-students .info .meta .links textarea[data-v-48b6d06d] {
        width: 100%;
}
.past-students .info .artwork[data-v-48b6d06d] {
    width: 50%;
}
.images-uploader[data-v-48b6d06d] {
  background: #000;
  padding: 1rem;
  min-height: 120px;
}
.images-uploader img[data-v-48b6d06d] {
    pointer-events: none;
}
.images-uploader.dragged-over[data-v-48b6d06d] {
    background: #333;
}
.title-image[data-v-48b6d06d] {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.additional-images[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.additional-images img[data-v-48b6d06d] {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.additional-images li[data-v-48b6d06d] {
    width: 50%;
    padding: 1rem;
    position: relative;
}
.additional-images li .fa[data-v-48b6d06d] {
      position: absolute;
      top: 1.4rem;
      right: 1.4rem;
      font-size: 1.8rem;
}
ul.artwork-library[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 2rem;
}
ul.artwork-library li[data-v-48b6d06d] {
    padding: .5rem;
    width: 33.3333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
ul.artwork-library li img[data-v-48b6d06d] {
      width: 100%;
      height: 220px;
      object-fit: cover;
}
.artwork-library.selectable li[data-v-48b6d06d] {
  position: relative;
}
.artwork-library.selectable li a[data-v-48b6d06d] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
}
.artwork-library.selectable img[data-v-48b6d06d] {
  cursor: move;
}
.pill[data-v-48b6d06d] {
  border: 1px solid #636162;
  border-radius: 4px;
  background: #000;
  color: #fff;
  padding: .5rem 1rem;
  margin-right: 1.4rem;
  margin-bottom: 1.4rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pill.very-familiar[data-v-48b6d06d] {
    background: #00A652;
}
.pill.familiar[data-v-48b6d06d] {
    background: #7D7D7D;
}
.legend[data-v-48b6d06d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.legend p[data-v-48b6d06d] {
    margin-right: 2rem;
}
form[data-v-48b6d06d] {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
form input[data-v-48b6d06d],
  form textarea[data-v-48b6d06d],
  form button[data-v-48b6d06d] {
    background: #1a1a1a;
    color: #ededed;
    padding: 10px;
    margin: 0 1rem;
    border: 1px solid #555;
    line-height: initial;
    margin: 1rem;
}
form textarea[data-v-48b6d06d] {
    height: 200px;
    width: 800px;
    margin-top: 1rem;
    font-weight: 100;
    font-size: .9em;
}
form option[data-v-48b6d06d] {
    background: #000;
}
form select[data-v-48b6d06d] {
    background: transparent;
    border: none;
    margin: 0 1rem;
    display: inline-block;
    border-bottom: 1px solid #555;
}
form br[data-v-48b6d06d] {
    line-height: 6rem;
}
form button[type="submit"][data-v-48b6d06d],
  form .profile-link[data-v-48b6d06d] {
    background: #3cf;
    color: #1a1a1a;
    float: right;
    padding: 1rem;
    margin-bottom: 4rem;
}
form button[type="submit"][data-v-48b6d06d] {
    height: 5rem;
    top: -10px;
    position: relative;
}
input.file[data-v-48b6d06d] {
  display: none;
}
label.file[data-v-48b6d06d] {
  background: #3cf;
  color: #000;
  font-weight: 600 !important;
  padding: 1rem 25px;
  margin: 0 1rem 0 1rem;
  border: 1px solid #555;
  cursor: pointer;
}
.dropzone[data-v-48b6d06d] {
  margin-top: 1rem;
  max-width: 400px;
  border: 1px solid #555;
}
.deletable[data-v-48b6d06d] {
  position: relative;
}
.deletable .delete[data-v-48b6d06d] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.working[data-v-48b6d06d] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.6);
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.sk-folding-cube[data-v-48b6d06d] {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube[data-v-48b6d06d] {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube[data-v-48b6d06d]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3cf;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2[data-v-48b6d06d] {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3[data-v-48b6d06d] {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4[data-v-48b6d06d] {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2[data-v-48b6d06d]:before {
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3[data-v-48b6d06d]:before {
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4[data-v-48b6d06d]:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
}
25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
}
90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
}
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.mentor-profile-editor .dz-message span {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  color: #b0b0b0;
}
.mentor-profile-editor .vue-js-switch.toggled .v-switch-core {
  background: #3cf !important;
}
.mentor-profile-editor .mentor-timezones .v-select {
  width: 100%;
}
.mentor-profile-editor .mentor-timezones .v-select .dropdown-toggle {
    border: none;
}
.mentor-profile-editor .mentor-timezones .v-select input[type=search] {
    border-bottom: none !important;
}
.mentor-profile-editor .mentor-timezones .v-select .dropdown-menu * {
    color: #fff !important;
    background: #333 !important;
}
.mentor-profile-editor .mentor-timezones .v-select button {
    color: #fff !important;
}
.mentor-profile-editor .mentor-timezones .v-select i::before {
    border-color: #fff !important;
    position: relative;
}
.mentor-profile-editor .mentor-timezones .v-select .selected-tag {
    border: none;
    color: #fff !important;
    border-bottom: none;
    border-radius: 0;
    position: relative;
    top: 1px;
    left: 2px;
}

.text-disabled[data-v-228cf4b6] {
  color: #616161;
}
.flex[data-v-228cf4b6] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-228cf4b6],
.flex-column[data-v-228cf4b6] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-228cf4b6] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-228cf4b6] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-228cf4b6] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-228cf4b6] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-228cf4b6] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-228cf4b6] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-228cf4b6] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-228cf4b6] {
  gap: 6px;
}
.gap-3[data-v-228cf4b6] {
  gap: 8px;
}
.gap-4[data-v-228cf4b6] {
  gap: 12px;
}
.gap-6[data-v-228cf4b6] {
  gap: 24px;
}
.calendar-wrapper[data-v-228cf4b6] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.panel[data-v-228cf4b6] {
  min-height: calc(100vh - 16px);
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.fc-view,
.fc-view > table {
  background: black;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: black !important;
}
.fc-event .fc-bg {
  background: transparent !important;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover,
.fc-slats td,
.fc-head th,
.fc-view thead {
  border-color: rgba(255, 255, 255, 0.07) !important;
}
.fc-list-view {
  border-color: rgba(255, 255, 255, 0.07) !important;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: none !important;
}
.fc ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.fc-day-header {
  padding: 8px !important;
  background: #1e1e1e;
  color: #a3a3a3;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.fc-axis {
  color: #616161;
  font-size: 1.1rem;
  text-align: right;
  padding-right: 8px !important;
  white-space: nowrap;
}
.fc-today {
  background: rgba(255, 255, 255, 0.03) !important;
  color: whitesmoke;
}
.fc-widget-header .fc-today {
  color: whitesmoke;
  font-weight: 700;
}
.fc-toolbar h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #bdbdbd;
  letter-spacing: 0.04em;
}
.fc button {
  background: #1e1e1e;
  color: #bdbdbd;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 4px !important;
  text-shadow: none;
  box-shadow: none !important;
  font-size: 1.2rem;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 12px !important;
  transition: background 0.15s ease, color 0.15s ease;
}
.fc button:hover {
    background: #121212;
    color: whitesmoke;
}
.fc-state-active {
  background: #262626 !important;
  color: whitesmoke !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  outline: none !important;
}
.fc .fc-button-group > * {
  margin: 0 0 0 2px !important;
}
.fc-event-container a {
  border: none !important;
}
.fc-event {
  border-radius: 3px !important;
  border: none !important;
  box-shadow: none !important;
}
.fc-event .fc-content {
    padding: 6px 6px 8px;
    overflow: visible;
}
.fc-event .fc-content a {
      text-decoration: none;
}
.fc-event .fc-title {
    white-space: normal;
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}
.fc-event .fc-title a {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 4px;
}
.fc-event .fc-time {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-top: 2px;
}
.fc-event.meeting {
    background: #004235 !important;
    border-left: 2px solid #00a586 !important;
    cursor: pointer;
}
.fc-event.meeting .fc-content {
      color: rgba(255, 255, 255, 0.9);
}
.fc-event.meeting i {
      font-size: 18px;
      font-weight: 100;
}
.fc-event.assignment {
    background: #44181c !important;
    border-left: 2px solid #f14f5d !important;
}
.fc-event.assignment .fc-content {
      color: rgba(255, 255, 255, 0.9);
      font-weight: 600 !important;
}
.fc-event.holiday {
    background: #1e1e1e !important;
    border-left: 2px solid #616161 !important;
}
.fc-event.holiday .fc-time {
      display: none;
}
.fc-event.global-meeting {
    font-size: 1.1rem;
}
.fc-unthemed .fc-popover {
  background: #1e1e1e !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.fc-unthemed .fc-popover .fc-header {
    background: #262626 !important;
    padding: 6px 8px;
    font-size: 1.3rem;
    font-weight: 600;
    color: whitesmoke;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
      color: gray;
      font-size: 1.4rem;
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
        color: whitesmoke;
}
.fc-unthemed .fc-popover .fc-body {
    padding: 6px;
}
.fc-day-grid-event .fc-content {
  white-space: initial;
}
.fc-view table a {
  text-decoration: none !important;
}
.fc-title a {
  color: rgba(255, 255, 255, 0.9) !important;
}
.fc-unthemed .fc-divider {
  background: rgba(255, 255, 255, 0.07) !important;
}
.recording:hover {
  font-weight: bold;
}
.clear-me {
  clear: both;
}
.calendar-filters {
  margin: 12px 0;
  width: 100%;
  float: left;
  clear: both;
  text-align: right;
}
.calendar-filters ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
}
.calendar-filters ul li {
      display: inline;
      margin-left: 16px;
}
.loader {
  padding: 10rem 0;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 14px !important;
  border-left: 5px solid #464545;
  background: rgba(0, 0, 0, 0.2);
  color: #ccc;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1);
}
.swiper-container {
  text-align: center;
}

.text-disabled[data-v-007cb982] {
  color: #616161;
}
.flex[data-v-007cb982] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-007cb982],
.flex-column[data-v-007cb982] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-007cb982] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-007cb982] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-007cb982] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-007cb982] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-007cb982] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-007cb982] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-007cb982] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-007cb982] {
  gap: 6px;
}
.gap-3[data-v-007cb982] {
  gap: 8px;
}
.gap-4[data-v-007cb982] {
  gap: 12px;
}
.gap-6[data-v-007cb982] {
  gap: 24px;
}
.forum-pagination[data-v-007cb982] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.post-images[data-v-007cb982] {
  display: -ms-flexbox;
  display: flex;
}
.post-images li[data-v-007cb982] {
    text-align: center;
    width: 100vw;
}

.text-disabled[data-v-51a465f4] {
  color: #616161;
}
.flex[data-v-51a465f4] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-51a465f4],
.flex-column[data-v-51a465f4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-51a465f4] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-51a465f4] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-51a465f4] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-51a465f4] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-51a465f4] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-51a465f4] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-51a465f4] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-51a465f4] {
  gap: 6px;
}
.gap-3[data-v-51a465f4] {
  gap: 8px;
}
.gap-4[data-v-51a465f4] {
  gap: 12px;
}
.gap-6[data-v-51a465f4] {
  gap: 24px;
}
.title-bar[data-v-51a465f4] {
  gap: 12px;
}
.title-bar h2[data-v-51a465f4],
  .title-bar h3[data-v-51a465f4] {
    margin: 0;
}
.title-bar .title[data-v-51a465f4] {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
}
.title-bar .title h2[data-v-51a465f4] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
.title-bar[data-v-51a465f4] {
      gap: 6px;
}
.title-bar h2[data-v-51a465f4] {
        font-size: 1.4rem;
}
.title-bar h3[data-v-51a465f4] {
        font-size: 1.1rem;
}
}
.chapters-toggle[data-v-51a465f4] {
  display: none !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
.chapters-toggle[data-v-51a465f4] {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
}
}
.chapters-close[data-v-51a465f4] {
  display: none !important;
}
@media screen and (max-width: 1300px) {
.chapters-close[data-v-51a465f4] {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 8px;
}
}
section.video-player[data-v-51a465f4] {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100dvh;
}
@media screen and (max-width: 960px) {
section.video-player[data-v-51a465f4] {
      height: auto;
      min-height: 100dvh;
      overflow: visible;
}
}
.video-player-wrapper[data-v-51a465f4] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  padding-left: 24px;
  gap: 24px;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
}
@media screen and (max-width: 1439px) {
.video-player-wrapper[data-v-51a465f4] {
      padding-left: 0;
      gap: 16px;
}
}
@media screen and (max-width: 1300px) {
.video-player-wrapper[data-v-51a465f4] {
      padding: 0 12px;
      gap: 12px;
}
}
@media screen and (max-width: 960px) {
.video-player-wrapper[data-v-51a465f4] {
      padding: 0 8px;
      gap: 8px;
      -ms-flex: none;
          flex: none;
}
}
@media screen and (max-width: 640px) {
.video-player-wrapper[data-v-51a465f4] {
      padding: 0;
      gap: 6px;
}
}
.video-player-wrapper.expanded[data-v-51a465f4] {
    padding-left: 2px;
}
.video-player-wrapper .ri-expand-diagonal-line[data-v-51a465f4] {
    position: absolute;
    z-index: 999999;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    cursor: pointer;
}
.video-progress[data-v-51a465f4] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.video-wrapper[data-v-51a465f4] {
  -ms-grid-column: span 9;
      grid-column: span 9;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 1600px) {
.video-wrapper[data-v-51a465f4] {
      -ms-grid-column: span 8;
          grid-column: span 8;
}
}
@media screen and (max-width: 1600px) {
.video-wrapper[data-v-51a465f4] {
      -ms-grid-column: span 7;
          grid-column: span 7;
}
}
@media screen and (max-width: 1300px) {
.video-wrapper[data-v-51a465f4] {
      -ms-grid-column: span 12;
          grid-column: span 12;
}
}
@media screen and (max-width: 960px) {
.video-wrapper[data-v-51a465f4] {
      height: auto;
      overflow-y: visible;
}
}
.assignment-tab.incomplete[data-v-51a465f4] {
  color: #3cb878 !important;
}
.exercise-tab.incomplete[data-v-51a465f4] {
  color: #a162db !important;
}
.section-tabs[data-v-51a465f4] {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
.section-tabs[data-v-51a465f4] {
      overflow-x: auto;
      white-space: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      scrollbar-width: none;
}
.section-tabs[data-v-51a465f4]::-webkit-scrollbar {
        display: none;
}
}
.exercise-description[data-v-51a465f4] {
  height: 100%;
}
.previous-submissions[data-v-51a465f4] {
  margin-top: 16px;
}
.description[data-v-51a465f4] {
  background: #262626;
}
.description .panel-body[data-v-51a465f4] {
  padding: 0 12px 12px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
.description .panel-body[data-v-51a465f4] {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 8px;
}
}
.video-description-cms-text[data-v-51a465f4] {
  max-width: 960px;
  margin: 0 auto;
}
.exercise-wrapper .panel-body[data-v-51a465f4] {
  padding: 0 12px 12px;
  min-height: calc(100vh - 200px);
}
@media screen and (max-width: 960px) {
.exercise-wrapper .panel-body[data-v-51a465f4] {
      padding: 8px;
}
}
.exercise-files[data-v-51a465f4] {
  gap: 12px;
  margin-bottom: 12px;
}
.exercise-content[data-v-51a465f4] {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 960px) {
.exercise-content[data-v-51a465f4] {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 12px;
}
}
.exercise-content .exercise-sidebar[data-v-51a465f4] {
    background: #303030;
    padding: 12px;
    border-radius: 4px;
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
@media screen and (max-width: 960px) {
.exercise-content .exercise-sidebar[data-v-51a465f4] {
        width: 100%;
        -ms-flex-order: -1;
            order: -1;
}
}
.exercise-content .exercise-sidebar .countdown[data-v-51a465f4] {
      margin-bottom: 12px;
}
.exercise-content .self-assessment[data-v-51a465f4] {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
}
.exercise-content .self-assessment label[data-v-51a465f4] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 6px;
}
.chapters-backdrop[data-v-51a465f4] {
  display: none;
}
@media screen and (max-width: 1300px) {
.chapters-backdrop[data-v-51a465f4] {
      display: block;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 199;
}
}
.chapters-wrapper[data-v-51a465f4] {
  -ms-grid-column: span 3;
      grid-column: span 3;
  background: #1a1a1a;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 1600px) {
.chapters-wrapper[data-v-51a465f4] {
      -ms-grid-column: span 4;
          grid-column: span 4;
}
}
@media screen and (max-width: 1600px) {
.chapters-wrapper[data-v-51a465f4] {
      -ms-grid-column: span 5;
          grid-column: span 5;
}
}
@media screen and (max-width: 1300px) {
.chapters-wrapper[data-v-51a465f4] {
      position: fixed;
      top: 0;
      right: 0;
      height: 100dvh;
      width: 100%;
      max-width: 85vw;
      border-radius: 0;
      z-index: 99900;
      transform: translateX(100%);
      transition: transform 200ms ease-in-out;
      -ms-grid-column: unset;
          grid-column: unset;
}
.chapters-wrapper.open[data-v-51a465f4] {
        transform: translateX(0);
}
}
.chapters-wrapper .tabs[data-v-51a465f4] {
    margin-bottom: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.chapters-wrapper > div[data-v-51a465f4] {
    -ms-flex: 1;
        flex: 1;
    min-height: 0;
    overflow-y: auto;
}
ul.chapters[data-v-51a465f4] {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
ul.chapters .chapter-heading[data-v-51a465f4] {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: gray;
    padding: 8px 0 6px;
    margin-top: 6px;
}
ul.chapters li.chapter .card[data-v-51a465f4] {
    background: #2b2b2b;
    border-radius: 2px;
    padding: 8px;
    gap: 8px;
    -ms-flex-align: center;
        align-items: center;
}
ul.chapters li.chapter.selected .card[data-v-51a465f4] {
    background: #353535;
    -ms-flex-align: start;
        align-items: flex-start;
}
ul.chapters li.chapter .selected-dot[data-v-51a465f4] {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #a162db;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
}
ul.chapters li.chapter .icon-wrapper[data-v-51a465f4] {
    padding: 2px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
ul.chapters li.chapter .body[data-v-51a465f4] {
    -ms-flex-positive: 1;
        flex-grow: 1;
}
ul.chapters li.chapter .ri-play-circle-line[data-v-51a465f4] {
    font-size: 24px;
    color: #a162db;
}
ul.chapters .chapter-progress-wrapper[data-v-51a465f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3px;
}
ul.chapters .chapter-progress-wrapper .tto-progress-wrapper[data-v-51a465f4] {
      background: #494949 !important;
}
.current-chapter[data-v-51a465f4] {
  position: absolute;
  left: -5px;
  bottom: -5px;
}
.transcript-line.is-active[data-v-51a465f4] {
  background: #a3a3a3;
}
ul.bookmarks[data-v-51a465f4] {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
ul.bookmarks .bookmark[data-v-51a465f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    padding: 8px;
    background: #2b2b2b;
    border-radius: 2px;
    cursor: pointer;
}
ul.bookmarks .bookmark[data-v-51a465f4]:hover {
      background: #353535;
}
ul.bookmarks .bookmark:hover + .bookmark-confirm[data-v-51a465f4] {
        background: #353535;
}
ul.bookmarks .bookmark i[data-v-51a465f4] {
      font-size: 16px;
      color: #a3a3a3;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
ul.bookmarks .bookmark i.ri-bookmark-line[data-v-51a465f4] {
      color: #a162db;
}
ul.bookmarks .bookmark .bookmark-body[data-v-51a465f4] {
      -ms-flex: 1;
          flex: 1;
      min-width: 0;
}
ul.bookmarks .bookmark .bookmark-title[data-v-51a465f4] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 4px;
      font-size: 12px;
      color: #bdbdbd;
      line-height: 1.4;
}
ul.bookmarks .bookmark .bookmark-title .bookmark-edit[data-v-51a465f4] {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        border: none;
        background: none;
        padding: 0;
        color: #616161;
        cursor: pointer;
        opacity: 0;
}
ul.bookmarks .bookmark .bookmark-title .bookmark-edit i[data-v-51a465f4] {
          font-size: 12px;
}
ul.bookmarks .bookmark .bookmark-title .bookmark-edit[data-v-51a465f4]:hover {
          color: #bdbdbd;
}
ul.bookmarks .bookmark .bookmark-title:hover .bookmark-edit[data-v-51a465f4] {
        opacity: 1;
}
ul.bookmarks .bookmark .bookmark-time[data-v-51a465f4] {
      font-size: 12px;
      color: #a3a3a3;
      margin-top: 2px;
}
ul.bookmarks .bookmark .bookmark-title-edit[data-v-51a465f4] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 6px;
      width: 100%;
}
ul.bookmarks .bookmark .bookmark-title-input[data-v-51a465f4] {
      -ms-flex: 1;
          flex: 1;
      min-width: 0;
}
ul.bookmarks .bookmark .bookmark-save[data-v-51a465f4] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      border: none;
      background: none;
      padding: 0;
      color: #a3a3a3;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
ul.bookmarks .bookmark .bookmark-save i[data-v-51a465f4] {
        font-size: 16px;
}
ul.bookmarks .bookmark .bookmark-save[data-v-51a465f4]:hover {
        color: #3cb878;
}
ul.bookmarks .bookmark .bookmark-delete[data-v-51a465f4] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      border: none;
      background: none;
      padding: 0;
      color: #616161;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
ul.bookmarks .bookmark .bookmark-delete[data-v-51a465f4]:hover {
        color: #f14f5d;
}
ul.bookmarks .bookmark .bookmark-delete i[data-v-51a465f4] {
        font-size: 14px;
}
ul.bookmarks .bookmark-confirm[data-v-51a465f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 6px 8px;
    background: #2b2b2b;
    border-radius: 0 0 2px 2px;
    font-size: 12px;
    color: #bdbdbd;
    cursor: default;
    margin-top: -8px;
}
ul.bookmarks .bookmark-confirm .bookmark-confirm-actions[data-v-51a465f4] {
      display: -ms-flexbox;
      display: flex;
      gap: 6px;
}
@media screen and (max-width: 992px) {
.current-chapter[data-v-51a465f4] {
    top: 65%;
}
}
@media screen and (max-width: 960px) {
.panel-heading[data-v-51a465f4] {
    padding: 8px 8px 0;
}
.video-tabs-content[data-v-51a465f4] {
    padding: 8px;
}
.video-description-cms-text[data-v-51a465f4] {
    max-width: 100%;
}
}
@media screen and (max-width: 640px) {
.panel-heading[data-v-51a465f4] {
    padding: 6px 8px 0;
}
.video-progress[data-v-51a465f4] {
    margin: 4px 0;
}
.video-tabs-content[data-v-51a465f4] {
    padding: 6px 8px;
}
.description .panel-body[data-v-51a465f4] {
    padding: 6px 8px 8px;
}
.exercise-wrapper .panel-body[data-v-51a465f4] {
    padding: 6px 8px 8px;
}
.exercise-content[data-v-51a465f4] {
    gap: 8px;
}
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.vjs-caption-settings {
  position: absolute !important;
  bottom: 48px !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  min-width: 480px !important;
  z-index: 10 !important;
  height: 21rem !important;
  background: #262626 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  color: whitesmoke !important;
  font-family: inherit !important;
}
.vjs-caption-settings .vjs-tracksettings-colors,
  .vjs-caption-settings .vjs-tracksettings-font {
    background: transparent !important;
}
.vjs-caption-settings .vjs-tracksettings-controls {
    background: transparent !important;
    margin-top: 12px !important;
    clear: both !important;
}
.vjs-caption-settings fieldset {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.vjs-caption-settings legend,
  .vjs-caption-settings label,
  .vjs-caption-settings .vjs-label {
    color: #a3a3a3 !important;
    font-size: 1.2rem !important;
}
.vjs-caption-settings select {
    min-height: 24px !important;
    border-radius: 2px !important;
    border: 1px solid gray !important;
    background: rgba(0, 0, 0, 0.1) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #bdbdbd !important;
    padding: 0 8px !important;
    cursor: pointer !important;
    outline: none !important;
}
.vjs-caption-settings select:hover {
      border-color: #bdbdbd !important;
      background: rgba(0, 0, 0, 0.4) !important;
      color: whitesmoke !important;
}
.vjs-caption-settings select option {
      background: #474747 !important;
      color: whitesmoke !important;
}
.vjs-caption-settings .vjs-default-button,
  .vjs-caption-settings .vjs-done-button {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    height: 24px !important;
    padding: 12px 6px !important;
    border-radius: 2px !important;
    border: none !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    cursor: pointer !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: whitesmoke !important;
}
.vjs-caption-settings .vjs-default-button:hover,
    .vjs-caption-settings .vjs-done-button:hover {
      background: rgba(255, 255, 255, 0.2) !important;
}
.vjs-caption-settings .vjs-default-button:active,
    .vjs-caption-settings .vjs-done-button:active {
      background: rgba(255, 255, 255, 0.08) !important;
}
.vjs-captions-button .vjs-menu {
  font-size: 12px;
  padding: 0 0.5rem;
}
.vjs-texttrack-settings {
  display: none !important;
}
.vjs-text-track-display > div > div div {
  font-size: 2.5rem !important;
  transform: translateY(2rem);
  background: rgba(0, 0, 0, 0.4) !important;
  display: block !important;
  padding: 0.5rem !important;
}
.hide-annotations .vjs-overlay {
  display: none !important;
}
.vjs-fullscreen .vjs-overlay p {
  font-size: 3rem;
}
.vjs-fullscreen .vjs-overlay .control {
  font-size: 2.4rem;
}
.vjs-fullscreen .vjs-overlay .control::after {
    content: '+';
    position: absolute;
    right: -2.7rem;
    font-size: 2.4rem;
    top: 0;
}
.vjs-fullscreen .vjs-overlay .controlkey {
  margin: 1rem 2rem;
}
.vjs-fullscreen .vjs-overlay .mousebutton {
  width: 49px;
  height: 69px;
}
.vjs-fullscreen .vjs-overlay .mousebutton.control::after {
    top: 16px;
    right: -2rem;
}
.vjs-overlay {
  box-shadow: 20px 0px 20px -5px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem;
  padding-bottom: 2rem;
  position: absolute;
  bottom: 6rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  max-width: 500px;
}
.vjs-overlay .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 6px;
}
.vjs-overlay .buttons span {
      margin: 0 1rem;
}
.vjs-overlay .fa-ban {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}
.vjs-overlay.vjs-overlay-bottom-left {
    left: 0;
    animation: lightSpeedLeft 0.5s ease-in-out;
}
.vjs-overlay.vjs-overlay-bottom-right {
    right: 0;
    animation: lightSpeedRight 0.5s ease-in-out;
}
.vjs-overlay p {
    text-align: center;
    padding: 1rem;
    font-size: 18px;
    line-height: 1.4em;
    font-family: 'Faktum', sans-serif;
}
.vjs-overlay .mousebutton {
    width: 30px;
    height: 42px;
    background-size: 100% 100%;
    background-position: -1px;
    display: inline-block;
}
.vjs-overlay .mousebutton.lmb {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABFCAYAAADjLw7LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDAzRDkzQjA2QkRFMTFFNzhDNTQ5OUY5NzVGOTg1RkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDAzRDkzQjE2QkRFMTFFNzhDNTQ5OUY5NzVGOTg1RkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMDNEOTNBRTZCREUxMUU3OEM1NDk5Rjk3NUY5ODVGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMDNEOTNBRjZCREUxMUU3OEM1NDk5Rjk3NUY5ODVGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnvqkBwAAAMWSURBVHja7JtLaNRAGMcn2bZWBbVW3JNo8eJBQaEqKop4kIKC+EIRH4ggIhWp4qklsEEPiqgo4tGCiBTEBxVBKEo9iY/6xAcoUhFRKT662ta6dv2P+Q4hnWyT2WybifPBDzbZTTK/fMkkX3Zi5Fl0YWcyotlrgemZ9wZ0yGzDsqxB88oiaLsBJoCvNL0FrASjwTiwSLCdT+AF6AO/wFvQCHrAWJLOBm2ArEQa1IHFYDm4DnbRd/VgXoDl0555R0miFlwBNylbV8GzQiszQzZ+BjgJOkEz2AGmgHLXb95J7JR+kKPPvymza8BB8BTcBiuKleCHxik6BPaAUZ7v+yI8tUSnKc/4NdBu23atjESa9kY9G/lYAu5BZHcYiWl0PE5n8YrTbpGhJNrAJBbP4CJLh5I4EsMMeKMFIoafBN/7B1j8YzLY5iexk6kTlklXXG+sUkiixhT0y/waMFMhiazocJoNxigkIeydpjLFwvS5xVBeIpUEifz/mgn3rXiFxPIVrq4+bHlQaUZUKBUrwYqQKBc1+CJVVPkQ2fzomub1RjUYCNF4/tsumn4I5gfcPl82J5Locq1QJl4TsvED3A3zoMDIDH5CkaJDYkCBc/pfFkWZ2ECl6B9FOqZukUQVmKhQD1st6gl6FbtMZE2WgNASWkJLaAktoSW0hJbQElpCS2gJLZFECSMJEv1JkOhNgsSHJEg8US0bIgn+QPe9Qg4pvy72jkISlX4SNxSSaPOTaFVI4qyfRDe4rIAAHwTZWui2o1EBifOWZf0sJMHH+7XHXMIOcgO4N8YCh5GFziASj8GxGAp8AU1hbsX3M2ccbJxiHbKQC1tP1MVIoAkCt2SKopdgdQwEWiBwqJjKjo/f3jyS3SnYGEV5ylfEXyUY7j/qmwvtQJka+xKYBR4MkwAfiby9FA8KnjPnFYETJWw8P3nngDOlftrRwJyBj+cibPx9sAksA49ki6KwwS+IW8FccBy8kljHd+o41tN6LoRZuCziPcjZBxYw54WRhaAGjGfOazZ8BE8PVY+f6bzqoCLsm+yG/wowAHH/lmFoY4aFAAAAAElFTkSuQmCC);
}
.vjs-overlay .mousebutton.cmb {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABFCAYAAADjLw7LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhDRDA0NTc2QkRFMTFFN0JDQUNENENDNjFDODUwODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhDRDA0NTg2QkRFMTFFN0JDQUNENENDNjFDODUwODIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOENEMDQ1NTZCREUxMUU3QkNBQ0Q0Q0M2MUM4NTA4MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOENEMDQ1NjZCREUxMUU3QkNBQ0Q0Q0M2MUM4NTA4MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhwmcdQAAAMeSURBVHja7JtLaNRAGMdns22tCr4q7km0ePGgoFAVFUU8SEFBfKGID0QQKRVpxVNLyi56UERFEY8WRKQgPqgIQlHqSXzUJz5AkYqISvHR1bbWtet/2O8QtpPdZJJtZ+J88IMm2Uzml0km86WTWDKZZGGE3dLitmkDsPLWvQVdoh+nitTHtu1h68pCqH8MTALfaHk7WAPGgglgqeA4n8FLMAB+g3egCfSB8SSd9loBWYkEqAXLwCpwA+ylbfVgoYf9E3nrjpFEDbgKblFrXQPPCxVm+az8bHAKdINWsBtMB+WO37yXOCmDIEN//6GWXQ8OgWfgDlgdVIJfGqfpEtgHxuRtH2DhRVawjrf4ddCZSqVqZCQSdDbq2ejHcnAfInV+JGbS9TiLqRVnnCLFJDrAVKZmcJEVxSSOKtgC+dEGkZibBD/7B5n6MQ3sdJPYw/QJ26Inbn6s1Uii2hL0y/wZMEcjibTocpoHxmkkIeydZjDNwnIZYmgvEY+CRPZ/bQnnULxCYv8KR1fvNz2otEJKlIJKsAAS5aIKX6KMKuujNT85lnm+UQWGfFSe/7aHlh+BRR6Pz/fNiCR6HAXKxBtCNn6Ce0FfFMTpkhhS8SbGqHVYK4okNlMq+tdX4SG9+pHomHpFEpPBFI162CpRT9Cv2WMibbEIhJEwEkbCSBgJI2EkjISRMBJGwkgYiShKxKIgMRgFif4oSHyMgsRT3VpDJMFf6H7QyCHu1sXe1Uii0k3ipkYSHW4S7RpJnHOT6AVXNBDgkyDbCw07mjSQuGDb9q9CEny+X6fiEikvA8D9CgscQSt0e5F4Ao4rKPAVNPsZih9guXmwKsVGtELGbz5Rq5BAMwRuyyRFr8A6BQTaIHA4SGbH529vG83uFGwJIz3lBfFPCUb6H/WthU6gTI59GcwFD0dIgM9E3lWKFwUvWO4TgZMlrDy/eeeDs6V+29HAchMfz4dY+QdgK1gJHssmRX6DPxB3gAXgBHgtUcYP6jg2UTkX/excFvIZ5DSCxSz3wcgSUA0mstxnNnwGTx9lj1/ovuqiJOy77IH/CTAA2Z6Z65M1FygAAAAASUVORK5CYII=);
}
.vjs-overlay .mousebutton.rmb {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABFCAYAAADjLw7LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM5NDA1OTA2QkRFMTFFNzlDQTJBOTdEMzk5OTczNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM5NDA1OTE2QkRFMTFFNzlDQTJBOTdEMzk5OTczNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzk0MDU4RTZCREUxMUU3OUNBMkE5N0QzOTk5NzM2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzk0MDU4RjZCREUxMUU3OUNBMkE5N0QzOTk5NzM2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlEXeCUAAAMQSURBVHja7JtJaNRQGMffZNpaFdwqzkm0ePGgoOCCiiIepKAgbijigggipSKteGpJmaIHRVQU9WhBRAriQkUQilJP4lJXXECRiohKceloW+vY8f/MdwjhZczLMs2L74Mfncxkeb98yUu+9CWVzWZZxLEWGI7vXoMu54xmc7OvDZSF0MgUGAe+0PQWsBKMBGPAIsF2PoLnYAD8BG9AI+gDo0k6F7VEBtSAxWA5uAZ20W91YJ6H5TOO7w6TxBxwGdygbF0BT4utzJBs/HRwHHSDVrADTAbltnne+tgpgyBPn39RZteA/eAJuAVWBJXgh8YJOgR2gxGO3wdCPIcKgu94xq+CTsqUtESG9kYdG/5YAu6CWplzYiotNJHFK07S31NeMtERQwG7yNJ/SRwC01i8o4138W4SfO/vY/GPSWCbm8ROpk6YBl1xnbFKIYlqQ9Av82vADIUkcqLDaRYYpZCEsHeawhQLw+UWQ3mJdBIkCv9rJuy34hU+lq+wdfWy5UGlEVKhFFSCBZAoFzX4AlVUBYlsfrBN83qjCgxJNJ7P20PTD8B8j9vny+ZFEj22FfqJV4Tf+A7uBH1QkKZDYkiBc/pvFkUSG6gU/V3qFrXIPz7ih3KvSGI8mKBQD1sl6gn6FbtM5AyWgNASWkJLaAktoSW0hJbQElpCS2gJLZFEiVQSJAaTINGfBIn3SZB4rFo2RBL8ge47hRzSbl3sbYUkKt0krisk0eEm0a6QxBk3iV5wSQEBPgiyvdhtR6MCEudM0/xRTIKP9+uMuUSLlxvAPTEWOIgsdHuReASOxFDgM2iSuRXfy6xxsHGKdchCXraeqImRQBMEbvopil6A1TEQaIPAgSCVHR+/vXk4u1OwMYzylK+Iv0pQ6n/UtxbbgX5q7ItgJrhfIgE+pHp7FA8KnjFr4PmxCBvPT97Z4HTUTzvqmTXw8WyIjb8HNoFl4KHfokg2+AVxK5gLjoKXPtbxjTqO9bSe8zILl4W8BzkNYAGzXhhZCKrBWGa9ZsNH8PRR9fiJzqsuKsK++t3wHwEGAKnSjGVpSmLjAAAAAElFTkSuQmCC);
}
.vjs-overlay .mousebutton.control::after {
      top: 8px;
}
.vjs-overlay .controlkey {
    border: 2px solid #aaa;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin: 0.5rem 1rem;
    text-transform: uppercase;
}
.vjs-overlay .control {
    position: relative;
}
.vjs-overlay .control::after {
      content: '+';
      position: absolute;
      right: -20px;
      top: 4px;
      font-size: 2rem;
}
.vjs-overlay .control:last-of-type::after {
      display: none;
}
@keyframes lightSpeedLeft {
from {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
60% {
    opacity: 1;
}
80% {
    opacity: 1;
}
to {
    transform: none;
    opacity: 1;
}
}
@keyframes lightSpeedRight {
from {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
60% {
    opacity: 1;
}
80% {
    opacity: 1;
}
to {
    transform: none;
    opacity: 1;
}
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.weeks .VueCarousel-wrapper {
  height: 100px;
  background: #111;
}
.weeks.course-timeline .VueCarousel-wrapper {
  background: transparent;
}
.term-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: -20px;
  z-index: 9999;
  position: relative;
}
.term-tabs a {
    color: #fff !important;
    text-decoration: none !important;
}
.term-tabs li {
    color: #fafafa;
    font-size: 2rem;
    font-weight: 300;
    padding: 1.5rem 1.5rem 1rem;
    margin-right: 2rem;
    cursor: pointer;
}
.term-tabs li.future {
      cursor: default;
      opacity: 0.5;
}
.term-tabs li.active {
      color: #010000;
      font-weight: 600;
      z-index: 9;
}
.term-tabs li.active::after {
        width: 100%;
        max-width: 1366px;
        height: 2px;
        display: block;
        bottom: 0;
        content: '';
        position: absolute;
        left: 0;
}
.term-tabs li:first-child {
    background: #222;
}
.term-tabs li:first-child.active {
      background: #3ac384;
}
.term-tabs li:first-child.active::after {
        background: #3ac384;
}
.term-tabs li:nth-child(2) {
    background: #2e2e2e;
}
.term-tabs li:nth-child(2).active {
      background: #deb704;
}
.term-tabs li:nth-child(2).active::after {
        background: #deb704;
}
.term-tabs li:nth-child(3) {
    background: #1f1f1f;
}
.term-tabs li:nth-child(3).active {
      background: #8a85de;
}
.term-tabs li:nth-child(3).active::after {
        background: #8a85de;
}
.term-tabs li:nth-child(4) {
    background: #1f1f1f;
}
.term-tabs li:nth-child(4).active {
      background: #3cf;
}
.term-tabs li:nth-child(4).active::after {
        background: #3cf;
}

.text-disabled[data-v-63cea8ce] {
  color: #616161;
}
.flex[data-v-63cea8ce] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-63cea8ce],
.flex-column[data-v-63cea8ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-63cea8ce] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-63cea8ce] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-63cea8ce] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-63cea8ce] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-63cea8ce] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-63cea8ce] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-63cea8ce] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-63cea8ce] {
  gap: 6px;
}
.gap-3[data-v-63cea8ce] {
  gap: 8px;
}
.gap-4[data-v-63cea8ce] {
  gap: 12px;
}
.gap-6[data-v-63cea8ce] {
  gap: 24px;
}
.course-timeline[data-v-63cea8ce] {
  height: 160px;
}
.course-timeline .current-week[data-v-63cea8ce] {
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.7);
}
.current-week[data-v-63cea8ce] {
  background: rgba(54, 54, 54, 0.8);
  height: 100px;
  padding: 10px 2rem 0 2rem;
  text-align: center;
  color: white;
  font-weight: 100;
  text-shadow: 2px 2px 6px black;
}
.current-week .week-number[data-v-63cea8ce] {
    font-size: 4rem;
    padding: 0;
    display: block;
    margin-top: -5px;
    margin-bottom: -12px;
}
.current-week .week-days[data-v-63cea8ce] {
    font-size: 2rem;
}
.weeks[data-v-63cea8ce] {
  position: relative;
  height: 100px;
  padding: 0;
}
.weeks .week[data-v-63cea8ce] {
    display: table-cell;
}
.weeks .week > span[data-v-63cea8ce] {
      cursor: pointer;
}
.weeks .week > span.future[data-v-63cea8ce] {
      cursor: default;
}
.weeks .week[data-v-63cea8ce]:nth-child(odd) {
    padding-top: 4rem;
}
.weeks .week:nth-child(odd) i[data-v-63cea8ce] {
      position: absolute;
      bottom: 22px;
      left: 22px;
}
.weeks .week[data-v-63cea8ce]:nth-child(even) {
    padding-bottom: 4rem;
    vertical-align: bottom;
}
.weeks .week:nth-child(even) i[data-v-63cea8ce] {
      position: absolute;
      bottom: -18px;
      left: 22px;
}
.weeks .past[data-v-63cea8ce] {
    text-shadow: 0px 0px 6px black;
}
.weeks .current[data-v-63cea8ce] {
    text-shadow: 0px 0px 6px black;
    color: #33ccff;
    font-weight: 700;
    position: relative;
}
.weeks .future[data-v-63cea8ce] {
    opacity: 0.25;
}
.weeks[data-v-63cea8ce]::after {
    content: '';
    width: 100%;
    background: #33ccff;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    box-shadow: 0px 0px 10px #33ccff;
}
.no-click[data-v-63cea8ce] {
  cursor: default;
  pointer-events: none;
}
.fa-circle[data-v-63cea8ce] {
  text-shadow: 0px 0px 10px #33ccff;
  color: #33ccff;
}
.col-sm-12[data-v-63cea8ce] {
  padding-right: 0;
}
.latest-galleries[data-v-63cea8ce] {
  margin-bottom: 0;
}

.VueCarousel {
  position: relative;
}
.VueCarousel-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.VueCarousel-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.VueCarousel-navigation-button[data-v-1f7da1eb] {
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.VueCarousel-navigation-button[data-v-1f7da1eb]:focus {
  outline: 1px solid lightblue;
}
.VueCarousel-navigation-next[data-v-1f7da1eb] {
  right: 0;
  transform: translateY(-50%) translateX(100%);
  font-family: "system";
}
.VueCarousel-navigation-prev[data-v-1f7da1eb] {
  left: 0;
  transform: translateY(-50%) translateX(-100%);
  font-family: "system";
}
.VueCarousel-navigation--disabled[data-v-1f7da1eb] {
  opacity: 0.5;
  cursor: default;
}

/* Define the "system" font family */
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"),
    local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Symbol"),
    local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

.VueCarousel-pagination[data-v-1dd29c71] {
  width: 100%;
  text-align: center;
}
.VueCarousel-pagination--top-overlay[data-v-1dd29c71] {
  position: absolute;
  top: 0;
}
.VueCarousel-pagination--bottom-overlay[data-v-1dd29c71] {
  position: absolute;
  bottom: 0;
}
.VueCarousel-dot-container[data-v-1dd29c71] {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.VueCarousel-dot[data-v-1dd29c71] {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-clip: content-box;
  box-sizing: content-box;
  padding: 0;
  border-radius: 100%;
  outline: none;
}
.VueCarousel-dot[data-v-1dd29c71]:focus {
  outline: 1px solid lightblue;
}

.VueCarousel-slide {
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.VueCarousel-slide-adjustableHeight {
  display: table;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.resources-table td a {
  cursor: pointer !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.add-comment-row .vue-html5-editor [contenteditable='true']:empty:before {
  content: 'Add a comment';
  width: inherit;
  color: gray;
  height: inherit;
  display: block;
}

.text-disabled[data-v-2bb2b023] {
  color: #616161;
}
.flex[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-2bb2b023],
.flex-column[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-2bb2b023] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-2bb2b023] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-2bb2b023] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-2bb2b023] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-2bb2b023] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-2bb2b023] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-2bb2b023] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-2bb2b023] {
  gap: 6px;
}
.gap-3[data-v-2bb2b023] {
  gap: 8px;
}
.gap-4[data-v-2bb2b023] {
  gap: 12px;
}
.gap-6[data-v-2bb2b023] {
  gap: 24px;
}
.video-comments[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  padding: 12px 0;
}
.add-comment-row[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.avatar[data-v-2bb2b023] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.avatar.small[data-v-2bb2b023] {
    width: 24px;
    height: 24px;
}
.avatar-placeholder[data-v-2bb2b023] {
  background: #303030;
  color: #bdbdbd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.comments-list[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.comment-card[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background: #262626;
  border-radius: 4px;
  padding: 12px;
}
.comment-card.reply[data-v-2bb2b023] {
    background: transparent;
    padding: 8px 0 0 0;
}
.comment-body[data-v-2bb2b023] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.comment-header[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 8px;
}
.comment-author[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 6px;
}
.author-name[data-v-2bb2b023] {
  font-weight: 700;
  font-size: 1.3rem;
  color: #ebebeb;
}
.comment-date[data-v-2bb2b023] {
  font-size: 1.2rem;
  color: gray;
}
.timecode-btn[data-v-2bb2b023] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.3rem;
  background: transparent;
  border: none;
  color: #a3a3a3;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  transition: color 100ms ease-in-out;
}
.timecode-btn[data-v-2bb2b023]:hover {
    color: #ebebeb;
}
.timecode-btn i[data-v-2bb2b023] {
    font-size: 1.3rem;
}
.comment-text[data-v-2bb2b023] {
  font-size: 1.4rem;
  color: #d6d6d6;
  line-height: 1.5;
  word-break: break-word;
}
.comment-actions[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
.reply-form[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 6px;
}
.replies[data-v-2bb2b023] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-left: 2px solid #303030;
  padding-left: 12px;
  margin-top: 6px;
}
.no-comments[data-v-2bb2b023] {
  color: gray;
  font-size: 1.3rem;
  text-align: center;
  padding: 12px 0;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.video-comments .comment-editor {
  width: 100%;
}
.video-comments .comment-editor.vue-html5-editor {
    border: 1px solid #616161;
    border-radius: 4px;
    background: transparent;
}
.video-comments .comment-editor.vue-html5-editor .toolbar {
      background: #262626;
      border-bottom: 1px solid #474747;
      border-radius: 4px 4px 0 0;
}
.video-comments .comment-editor.vue-html5-editor .toolbar ul li {
        color: #bdbdbd;
}
.video-comments .comment-editor.vue-html5-editor .toolbar ul li:hover {
          background: #1e1e1e;
          color: #ebebeb;
}
.video-comments .comment-editor.vue-html5-editor .toolbar ul li:has(.fa-paint-brush),
      .video-comments .comment-editor.vue-html5-editor .toolbar ul li:has(.fa-font) {
        display: none;
}
.video-comments .comment-editor.vue-html5-editor .content {
      background: transparent;
      color: #ebebeb;
      font-size: 1.4rem;
      min-height: unset;
}
.vue-tabs.stacked{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-tabs a{text-decoration:none;color:gray}.vue-tabs .nav{margin-bottom:0;margin-top:0;padding-left:0;list-style:none}.vue-tabs .nav:after,.vue-tabs .nav:before{content:" ";display:table}.vue-tabs .nav:after{clear:both}.vue-tabs .nav>li,.vue-tabs .nav>li>a{position:relative;display:block}.vue-tabs .nav>li>a{padding:10px 15px}.vue-tabs .nav>li>a:focus,.vue-tabs .nav>li>a:hover{text-decoration:none;background-color:#eee}.vue-tabs .nav>li span.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vue-tabs .nav>li.disabled>a{color:#777}.vue-tabs .nav>li.disabled>a:focus,.vue-tabs .nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.vue-tabs .nav .open>a,.vue-tabs .nav .open>a:focus,.vue-tabs .nav .open>a:hover{background-color:#eee;border-color:#337ab7}.vue-tabs .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.vue-tabs .nav>li>a>img{max-width:none}.vue-tabs .nav-tabs{border-bottom:1px solid #ddd}.vue-tabs .nav-tabs>li{float:left;margin-bottom:-1px}.vue-tabs .nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.vue-tabs .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.vue-tabs .nav-tabs>li.active>a,.vue-tabs .nav-tabs>li.active>a:focus,.vue-tabs .nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.vue-tabs .nav-pills>li{float:left}.vue-tabs .nav-pills>li>a{border-radius:4px}.vue-tabs .nav-pills>li+li{margin-left:2px}.vue-tabs .nav-pills>li.active>a,.vue-tabs .nav-pills>li.active>a:focus,.vue-tabs .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.vue-tabs .nav-stacked>li{float:none}.vue-tabs .nav-stacked>li+li{margin-top:2px;margin-left:0}.vue-tabs .nav-justified,.vue-tabs .nav-tabs.nav-justified{width:100%}.vue-tabs .nav-justified>li,.vue-tabs .nav-tabs.nav-justified>li{float:none}.vue-tabs .nav-justified>li>a,.vue-tabs .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.vue-tabs .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.vue-tabs .nav-justified>li,.vue-tabs .nav-tabs.nav-justified>li{display:table-cell;width:1%}.vue-tabs .nav-justified>li>a,.vue-tabs .nav-tabs.nav-justified>li>a{margin-bottom:0}}.vue-tabs .nav-tabs-justified,.vue-tabs .nav-tabs.nav-justified{border-bottom:0}.vue-tabs .nav-tabs-justified>li>a,.vue-tabs .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.vue-tabs .nav-tabs-justified>.active>a,.vue-tabs .nav-tabs-justified>.active>a:focus,.vue-tabs .nav-tabs-justified>.active>a:hover,.vue-tabs .nav-tabs.nav-justified>.active>a,.vue-tabs .nav-tabs.nav-justified>.active>a:focus,.vue-tabs .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.vue-tabs .nav-tabs-justified>li>a,.vue-tabs .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.vue-tabs .nav-tabs-justified>.active>a,.vue-tabs .nav-tabs-justified>.active>a:focus,.vue-tabs .nav-tabs-justified>.active>a:hover,.vue-tabs .nav-tabs.nav-justified>.active>a,.vue-tabs .nav-tabs.nav-justified>.active>a:focus,.vue-tabs .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.vue-tabs .tab-content>.tab-pane{display:none}.vue-tabs .tab-content>.active{display:block}.vue-tabs .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.text-disabled[data-v-0fc50746] {
  color: #616161;
}
.flex[data-v-0fc50746] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0fc50746],
.flex-column[data-v-0fc50746] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0fc50746] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0fc50746] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0fc50746] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0fc50746] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0fc50746] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0fc50746] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0fc50746] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0fc50746] {
  gap: 6px;
}
.gap-3[data-v-0fc50746] {
  gap: 8px;
}
.gap-4[data-v-0fc50746] {
  gap: 12px;
}
.gap-6[data-v-0fc50746] {
  gap: 24px;
}
.term-wrapper select[data-v-0fc50746] {
  width: 640px;
  max-width: 100%;
}
.resources-panel[data-v-0fc50746] {
  min-height: calc(100vh - 16px);
}
.panel-body[data-v-0fc50746] {
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.filter[data-v-0fc50746] {
  display: -ms-flexbox;
  display: flex;
}
.filter ul[data-v-0fc50746] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
}
.filter ul li[data-v-0fc50746] {
      cursor: pointer;
}
.filter ul li.active[data-v-0fc50746] {
      color: #1e1e1e;
      background: #54cef5;
      border-color: #54cef5;
}
.resource-table[data-v-0fc50746] {
  padding: 0 12px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.resource-table h3[data-v-0fc50746] {
    margin-bottom: 8px;
}
.resource-table table[data-v-0fc50746] {
    width: 100%;
    table-layout: fixed;
}
.resource-table .col-name[data-v-0fc50746] {
    width: 45%;
}
@media screen and (max-width: 960px) {
.resource-table .col-name[data-v-0fc50746] {
        width: 100%;
}
}
.resource-table .col-name a[data-v-0fc50746] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 6px;
      cursor: pointer;
      color: #00b6f0;
}
.resource-table .col-name a[data-v-0fc50746]:hover {
        text-decoration: underline;
}
.resource-table .col-description[data-v-0fc50746] {
    width: 45%;
}
@media screen and (max-width: 960px) {
.resource-table .col-description[data-v-0fc50746] {
        width: 100%;
}
}
.resource-table .col-added[data-v-0fc50746] {
    width: 20%;
}
@media screen and (max-width: 960px) {
.resource-table .col-added[data-v-0fc50746] {
        width: 100%;
}
}
.resource-table .col-week[data-v-0fc50746] {
    width: 10%;
}
@media screen and (max-width: 960px) {
.resource-table .col-week[data-v-0fc50746] {
        width: 100%;
}
}
@media screen and (max-width: 960px) {
.resource-table[data-v-0fc50746] {
      padding: 0;
}
.resource-table table[data-v-0fc50746],
      .resource-table tbody[data-v-0fc50746] {
        display: block;
        width: 100%;
}
.resource-table thead[data-v-0fc50746] {
        display: none;
}
.resource-table tbody tr[data-v-0fc50746] {
        display: block;
        background: #262626;
        border-radius: 6px;
        padding: 8px 12px;
        margin-bottom: 12px;
}
.resource-table tbody tr td[data-v-0fc50746]:first-child {
        border: none;
}
.resource-table h3[data-v-0fc50746] {
        padding-left: 12px;
}
.resource-table td[data-v-0fc50746] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        gap: 8px;
        padding: 6px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        font-size: 1.3rem;
}
.resource-table td[data-v-0fc50746]:last-child {
          border-bottom: none;
}
.resource-table td[data-v-0fc50746]::before {
          content: attr(data-label);
          font-size: 1.1rem;
          font-weight: 600;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.4);
          letter-spacing: 0.05em;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          min-width: 90px;
          padding-top: 1px;
}
.resource-table .col-name[data-v-0fc50746]::before {
        content: 'Name';
}
.resource-table .col-description[data-v-0fc50746]::before {
        content: 'Description';
}
.resource-table .col-added[data-v-0fc50746]::before {
        content: 'Added';
}
.resource-table .col-week[data-v-0fc50746]::before {
        content: 'Week';
}
}

.text-disabled[data-v-4278de04] {
  color: #616161;
}
.flex[data-v-4278de04] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4278de04],
.flex-column[data-v-4278de04] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4278de04] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4278de04] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4278de04] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4278de04] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4278de04] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4278de04] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4278de04] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4278de04] {
  gap: 6px;
}
.gap-3[data-v-4278de04] {
  gap: 8px;
}
.gap-4[data-v-4278de04] {
  gap: 12px;
}
.gap-6[data-v-4278de04] {
  gap: 24px;
}
.panel[data-v-4278de04] {
  min-height: calc(100vh - 16px);
}
.panel-heading h2[data-v-4278de04] {
  display: inline-block !important;
  width: auto !important;
}
.course-set-switcher[data-v-4278de04] {
  display: inline-block;
  padding-left: 3rem;
}
.course-set-switcher ul[data-v-4278de04] {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.course-set-switcher ul li[data-v-4278de04] {
      padding: 0 1rem;
}
.course-set-switcher ul li[data-v-4278de04]:first-child {
      padding-right: 0.5rem;
}
.course-set-switcher ul li:first-child span[data-v-4278de04]::after {
      content: '/';
      position: absolute;
      right: -1.1rem;
      color: #fff !important;
      top: 0;
}
.course-set-switcher span[data-v-4278de04] {
    position: relative;
    color: #fff;
    cursor: pointer;
}
.course-set-switcher span.selected[data-v-4278de04] {
    color: #3cf;
    text-decoration: underline;
}

.text-disabled[data-v-30496107] {
  color: #616161;
}
.flex[data-v-30496107] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-30496107],
.flex-column[data-v-30496107] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-30496107] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-30496107] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-30496107] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-30496107] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-30496107] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-30496107] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-30496107] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-30496107] {
  gap: 6px;
}
.gap-3[data-v-30496107] {
  gap: 8px;
}
.gap-4[data-v-30496107] {
  gap: 12px;
}
.gap-6[data-v-30496107] {
  gap: 24px;
}
.left[data-v-30496107] {
  padding-right: 1rem;
}
.right[data-v-30496107] {
  padding-left: 1rem;
}
.support-legend[data-v-30496107] {
  max-width: 960px;
}
@media screen and (max-width: 960px) {
.support-legend[data-v-30496107] {
      max-width: 100%;
}
}
.support-legend p[data-v-30496107] {
    margin-bottom: 2rem;
}
.support-legend p strong[data-v-30496107] {
      margin-bottom: 0.5rem;
      display: inline-block;
}
.support-legend-title.secondary[data-v-30496107] {
  margin-top: 3rem;
}
.indent[data-v-30496107] {
  margin-left: 1rem;
}
.panel h2[data-v-30496107] {
  background: none;
}
.panel-body[data-v-30496107] {
  padding: 20px !important;
}
.panel[data-v-30496107] {
  padding: 0px !important;
}
.replies li[data-v-30496107] {
  background: transparent;
  margin-bottom: 2rem;
}
.replies li.from-me[data-v-30496107] {
    border: 1px solid #43a4c8 !important;
}
.alert-success[data-v-30496107] {
  background: none;
  font-style: italic;
  text-align: center;
}
.card[data-v-30496107] {
  background: #222;
  padding: 1rem;
  margin-bottom: 2rem;
}
.tickets[data-v-30496107] {
  background: #222222;
}
.tickets .col-xs-12[data-v-30496107] {
    margin-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
.tickets .ticket-wrapper[data-v-30496107] {
    border: solid 1px #000 !important;
    background: #363636;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tickets .ticket-wrapper[data-v-30496107]:hover {
    border-color: #333 !important;
    box-shadow: 0px 0px 5px rgba(51, 204, 255, 0.8);
}
.tickets .ticket-wrapper:hover .initial-question[data-v-30496107] {
      color: white !important;
}
.agent[data-v-30496107] {
  font-weight: 700;
}
.from-them[data-v-30496107] {
  background: #7a9e9f;
  color: #fff;
}
.card[data-v-30496107] {
  background: #222;
  padding: 1rem;
  margin-bottom: 2rem;
}
.ticket[data-v-30496107] {
  width: 320px;
  padding: 1rem;
}
.form-control[data-v-30496107]:not([type='file']) {
  border: solid 1px #999 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.support-box[data-v-30496107] {
  position: relative;
  top: 20px;
  clear: both;
}
.support-box label[data-v-30496107] {
    font-weight: 700 !important;
    color: #fff;
}
.support-box select[data-v-30496107] {
    margin-bottom: 2rem;
}
.support-box .vue-html5-editor[data-v-30496107] {
    border-radius: 5px;
}
.support-legend strong[data-v-30496107] {
  font-weight: 600;
  color: white;
}
h4[data-v-30496107] {
  margin-bottom: 12px;
}
.ticket-info[data-v-30496107] {
  padding-top: 10px;
  margin-bottom: 2rem;
  cursor: pointer;
}
.ticket-info h5[data-v-30496107] {
    color: inherit;
    font-size: 15px !important;
    white-space: nowrap;
    margin: 0;
}
.ticket-info h5[data-v-30496107]:nth-child(2) {
    margin-top: 1rem;
}
.ticket-info h5.representative[data-v-30496107] {
    margin-top: 1rem;
}
.ticket-info .resolved[data-v-30496107] {
    margin: 2rem 0;
    background: #3feb9b;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    color: #222;
    font-style: italic;
    display: inline-block;
}
.disclaimer[data-v-30496107] {
  font-size: 12px;
  margin-bottom: 0 !important;
}
.initial-question[data-v-30496107] {
  margin-bottom: 30px;
}
.reply-body[data-v-30496107] {
  white-space: pre-wrap;
}
.xmas[data-v-30496107] {
  color: red;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.help .panel-body {
  padding: 20px !important;
}
.ticket-form {
  font-weight: 400;
  font-size: 2.2rem;
}
#hubspotForm input,
#hubspotForm select,
#hubspotForm textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #f0f0f0;
  font-size: 15px;
  background-color: #2e2e2e !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  padding: 0.5rem !important;
}
#hubspotForm select,
#hubspotForm textarea {
  width: 100%;
}
#hubspotForm textarea {
  height: 200px;
}
#hubspotForm label {
  padding: 8px 0px;
}
#hubspotForm input#TICKET\.subject-a2499983-0d29-41ea-8993-1147502a0f1b {
  width: 100%;
}
#hubspotForm input#TICKET\.subject-a2499983-0d29-41ea-8993-1147502a0f1b:focus {
  border-bottom: none;
}
#hubspotForm input[type='submit'] {
  background-color: #33ccff !important;
  color: black;
  border-color: #002633;
  border-bottom: 1px solid #33ccff !important;
  padding: 10px 20px !important;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}
#hubspotForm fieldset {
  max-width: 100% !important;
}

.text-disabled[data-v-46c3c699] {
  color: #616161;
}
.flex[data-v-46c3c699] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-46c3c699],
.flex-column[data-v-46c3c699] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-46c3c699] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-46c3c699] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-46c3c699] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-46c3c699] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-46c3c699] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-46c3c699] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-46c3c699] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-46c3c699] {
  gap: 6px;
}
.gap-3[data-v-46c3c699] {
  gap: 8px;
}
.gap-4[data-v-46c3c699] {
  gap: 12px;
}
.gap-6[data-v-46c3c699] {
  gap: 24px;
}
ul[data-v-46c3c699],
li[data-v-46c3c699],
h3[data-v-46c3c699] {
  font-size: 2rem !important;
  font-weight: 100;
  padding: 0;
  margin: 0 0 10px 0 !important;
}
ul.pages[data-v-46c3c699] {
  padding-left: 1rem;
}
ul.pages ul[data-v-46c3c699] {
    padding-left: 1rem;
}
.list-group-item[data-v-46c3c699] {
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.help-page .panel-body[data-v-46c3c699] {
  padding: 20px !important;
}
section.support .panel-body h2[data-v-46c3c699] {
  background: transparent;
}
section.support .panel-body ul[data-v-46c3c699] {
  list-style-type: disc !important;
  padding-left: 2rem;
}
section.support .panel-body ul li[data-v-46c3c699] {
    list-style-type: disc !important;
}

.text-disabled[data-v-68d8d83e] {
  color: #616161;
}
.flex[data-v-68d8d83e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-68d8d83e],
.flex-column[data-v-68d8d83e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-68d8d83e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-68d8d83e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-68d8d83e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-68d8d83e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-68d8d83e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-68d8d83e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-68d8d83e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-68d8d83e] {
  gap: 6px;
}
.gap-3[data-v-68d8d83e] {
  gap: 8px;
}
.gap-4[data-v-68d8d83e] {
  gap: 12px;
}
.gap-6[data-v-68d8d83e] {
  gap: 24px;
}
.panel[data-v-68d8d83e] {
  padding: 20px;
}
.panel-body[data-v-68d8d83e] {
  padding: 20px !important;
}
.delete[data-v-68d8d83e] {
  float: right;
}
.tabs[data-v-68d8d83e] {
  cursor: pointer;
  width: 100%;
  clear: both;
}
.tabs span[data-v-68d8d83e] {
    display: inline-block;
    background: #1B191B;
    padding: 1rem 2rem;
    float: left;
    margin: 0 1rem;
    border: solid 1px #1B191B;
}
.tabs span.active[data-v-68d8d83e] {
      background: #33ccff;
      color: #fff;
}
.tabs span[data-v-68d8d83e]:hover {
    background: black !important;
    color: white;
    border: solid 1px #33ccff;
    outline-offset: 0px;
}
.message-body[data-v-68d8d83e] {
  margin: 20px 2rem 50px 2rem;
  background: #222222;
  padding: 2rem;
}
.message-body span[data-v-68d8d83e] {
    background: transparent !important;
}
.unread[data-v-68d8d83e] {
  background: #33ccff;
  display: inline-block;
  padding: .5rem 1rem;
  color: #fff;
  border-radius: 3px;
  margin-right: 1rem;
}
.messages li .table-row[data-v-68d8d83e] {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.messages li .table-row > div[data-v-68d8d83e] {
    padding: 1rem;
    border: 1px solid #444;
}
.messages li .message .avatar[data-v-68d8d83e] {
  object-fit: cover;
  cursor: pointer;
}
.messages li .message[data-v-68d8d83e] {
  height: 150px;
}
.messages .body[data-v-68d8d83e] {
  background: #1a1a1a;
  padding: 1rem;
  -ms-flex-positive: 2 2 auto;
      flex-grow: 2 2 auto;
}
.messages .body h3[data-v-68d8d83e] {
    margin-left: 2rem;
    margin-right: 2rem;
    border-bottom: 1px solid #444;
    padding-bottom: 1rem;
}
.messages .avatar[data-v-68d8d83e] {
  /* width: auto;
          max-width: 150px;
          height: auto;
          max-height: 100px;*/
}
.avatar-wrapper[data-v-68d8d83e] {
  overflow: hidden;
  padding: 0 !important;
}
.avatar-message[data-v-68d8d83e] {
  border-right: solid 1px #444;
}
.avatar-message .avatar-image[data-v-68d8d83e] {
    margin-bottom: 20px;
}
.avatar-image[data-v-68d8d83e] {
  min-width: 100%;
  min-height: 100%;
  padding: 0 !important;
  object-fit: contain;
}
.input-tag-wrapper[data-v-68d8d83e] {
  height: auto !important;
  padding: 0 !important;
  min-height: 35px !important;
}
.input-tag-wrapper input[data-v-68d8d83e] {
    height: 100%;
    background: transparent;
    color: #fff;
    outline: none !important;
}
.input-tag-wrapper .tag[data-v-68d8d83e] {
    display: inline-block;
    background: #43a4c8;
    color: #fff;
    padding: 1rem 2rem;
    margin: 0 1rem;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 1rem;
}
.replies[data-v-68d8d83e] {
  border-top: 1px solid #ccc;
  margin-bottom: 2rem;
}
.replies li[data-v-68d8d83e] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 2rem 0;
}
.replies li span[data-v-68d8d83e] {
      background: transparent !important;
}
.users[data-v-68d8d83e] {
  border: 1px solid #ccc;
}
.users li[data-v-68d8d83e] {
    padding: 1rem;
    cursor: pointer;
}
.users li[data-v-68d8d83e]:hover {
      background: #43a4c8;
      color: #fff;
}
.users > li[data-v-68d8d83e]:not(:last-child) {
    border-bottom: 1px #ccc dashed;
}
.message-pagination[data-v-68d8d83e] {
  margin-top: 2rem;
}
.badge.new-message[data-v-68d8d83e] {
  background: rgba(51, 204, 255, 0.5);
  position: absolute;
  border-radius: 0;
  top: 0;
  left: 0;
}
.bold[data-v-68d8d83e] {
  font-weight: 600;
  color: #fff;
  padding-top: 1rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.panel-body[data-v-68d8d83e] {
  background: #222222;
}
.tab-body[data-v-68d8d83e] {
  background: #222222;
  padding-top: 15px;
}
.tab-body p[data-v-68d8d83e] {
    padding: 1rem 2rem;
}
.panel[data-v-68d8d83e] {
  padding: 0px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.vue-html5-editor > .toolbar > ul > li .icon {
  color: #fff !important;
}
.vue-html5-editor {
  background: transparent !important;
}
.vue-html5-editor .dashboard {
    background: #444 !important;
}
.vue-html5-editor .content, .vue-html5-editor .toolbar > .dashboard button, .vue-html5-editor label {
    color: #fff !important;
}

.text-disabled[data-v-66d8c392] {
  color: #616161;
}
.flex[data-v-66d8c392] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-66d8c392],
.flex-column[data-v-66d8c392] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-66d8c392] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-66d8c392] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-66d8c392] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-66d8c392] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-66d8c392] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-66d8c392] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-66d8c392] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-66d8c392] {
  gap: 6px;
}
.gap-3[data-v-66d8c392] {
  gap: 8px;
}
.gap-4[data-v-66d8c392] {
  gap: 12px;
}
.gap-6[data-v-66d8c392] {
  gap: 24px;
}
h3[data-v-66d8c392] {
  font-size: 2rem;
}
blockquote[data-v-66d8c392] {
  font-size: 1.6rem;
}

.text-disabled[data-v-7d86bc0e] {
  color: #616161;
}
.flex[data-v-7d86bc0e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-7d86bc0e],
.flex-column[data-v-7d86bc0e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-7d86bc0e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-7d86bc0e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-7d86bc0e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-7d86bc0e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-7d86bc0e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-7d86bc0e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-7d86bc0e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-7d86bc0e] {
  gap: 6px;
}
.gap-3[data-v-7d86bc0e] {
  gap: 8px;
}
.gap-4[data-v-7d86bc0e] {
  gap: 12px;
}
.gap-6[data-v-7d86bc0e] {
  gap: 24px;
}
h4[data-v-7d86bc0e] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
}
h4[data-v-7d86bc0e]:hover {
  text-decoration: underline;
}
.threads[data-v-7d86bc0e] {
  padding: 0 1.4rem;
  margin-top: -2rem;
}
.threads img[data-v-7d86bc0e] {
    /*width: auto;
          height: auto;
                    */
}
.threads .forum-image[data-v-7d86bc0e] {
    padding: 0 !important;
    overflow: hidden;
}
.threads .forum-image img[data-v-7d86bc0e] {
      max-height: 75px;
      object-fit: cover;
      width: 80%;
      height: 100%;
}
.threads a[data-v-7d86bc0e] {
    height: 75px;
    overflow: hidden;
}
.threads a[data-v-7d86bc0e],
  .threads a[data-v-7d86bc0e]:active,
  .threads a[data-v-7d86bc0e]:visited {
    color: inherit;
}
.threads a[data-v-7d86bc0e]:hover {
    color: #33ccff;
    text-decoration: none;
}
.threads li.header[data-v-7d86bc0e] {
    margin: 0 -1.4rem;
    background: #1c1c1c;
    padding-top: 2rem;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.threads li.thread[data-v-7d86bc0e] {
    background: #2c2c2c;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    height: 75px;
}
.threads li.thread .stats-wrapper[data-v-7d86bc0e] {
      height: 75px;
      border-left: 1px solid #1c1c1c;
      border-right: 1px solid #1c1c1c;
      background-color: #333;
}
.threads li.thread > div[data-v-7d86bc0e] {
      padding-top: 1rem;
}
.threads li.thread .stats[data-v-7d86bc0e] {
      background: #363636;
      padding-bottom: 3.3rem;
}
.forum-header[data-v-7d86bc0e] {
  background: #666;
  display: block;
  margin-top: 17px;
  height: 40px;
  padding-top: 11px;
  margin-left: -5px;
  margin-right: -5px;
  color: white;
}
.post-author-link a[data-v-7d86bc0e] {
  color: #33ccff !important;
}
.post-author-link a[data-v-7d86bc0e]:hover {
  color: white !important;
  text-decoration: underline;
}
.last-post a[data-v-7d86bc0e] {
  color: #33ccff !important;
}
.last-post a[data-v-7d86bc0e]:hover {
  color: white !important;
  text-decoration: underline;
}
.last-post-wrapper[data-v-7d86bc0e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.forum-link[data-v-7d86bc0e] {
  padding-left: 0px;
}
.title-header[data-v-7d86bc0e] {
  padding-left: 0px;
}
.results li[data-v-7d86bc0e] {
  cursor: pointer;
}
.results li a[data-v-7d86bc0e] {
    color: inherit;
}
.results li a[data-v-7d86bc0e]:hover {
      color: #33ccff;
}
.posted-at[data-v-7d86bc0e] {
  display: block;
  font-style: italic;
}
.no-results[data-v-7d86bc0e] {
  padding: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
form.search .dropdown {
  top: 5rem;
}

.text-disabled[data-v-51dd74ad] {
  color: #616161;
}
.flex[data-v-51dd74ad] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-51dd74ad],
.flex-column[data-v-51dd74ad] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-51dd74ad] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-51dd74ad] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-51dd74ad] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-51dd74ad] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-51dd74ad] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-51dd74ad] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-51dd74ad] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-51dd74ad] {
  gap: 6px;
}
.gap-3[data-v-51dd74ad] {
  gap: 8px;
}
.gap-4[data-v-51dd74ad] {
  gap: 12px;
}
.gap-6[data-v-51dd74ad] {
  gap: 24px;
}
.send-message i[data-v-51dd74ad] {
  margin-right: 1rem;
}
.posts li[data-v-51dd74ad] {
  padding: 1rem 0;
  background: #2c2c2c;
  margin: 0 auto 2rem auto;
  width: 95%;
}
.posts li a[data-v-51dd74ad] {
    color: inherit;
}
.forum-header[data-v-51dd74ad] {
  background: #666 !important;
  display: block;
  height: 40px;
  padding-top: 11px;
  width: 97%;
  margin: 0 auto 20px auto;
}

.text-disabled[data-v-0a34ff39] {
  color: #616161;
}
.flex[data-v-0a34ff39] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0a34ff39],
.flex-column[data-v-0a34ff39] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0a34ff39] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0a34ff39] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0a34ff39] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0a34ff39] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0a34ff39] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0a34ff39] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0a34ff39] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0a34ff39] {
  gap: 6px;
}
.gap-3[data-v-0a34ff39] {
  gap: 8px;
}
.gap-4[data-v-0a34ff39] {
  gap: 12px;
}
.gap-6[data-v-0a34ff39] {
  gap: 24px;
}
.help-wrapper[data-v-0a34ff39] {
  gap: 24px;
}

.text-disabled[data-v-39f8ade8] {
  color: #616161;
}
.flex[data-v-39f8ade8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-39f8ade8],
.flex-column[data-v-39f8ade8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-39f8ade8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-39f8ade8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-39f8ade8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-39f8ade8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-39f8ade8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-39f8ade8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-39f8ade8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-39f8ade8] {
  gap: 6px;
}
.gap-3[data-v-39f8ade8] {
  gap: 8px;
}
.gap-4[data-v-39f8ade8] {
  gap: 12px;
}
.gap-6[data-v-39f8ade8] {
  gap: 24px;
}
.help-text[data-v-39f8ade8] {
  padding: 12px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.help-text img {
  max-width: 100%;
  margin-bottom: 12px;
}
.help-text ul {
  padding-left: 1.4rem;
}
.help-text ul li {
    list-style-type: disc;
}

.text-disabled[data-v-0d6830c2] {
  color: #616161;
}
.flex[data-v-0d6830c2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0d6830c2],
.flex-column[data-v-0d6830c2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0d6830c2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0d6830c2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0d6830c2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0d6830c2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0d6830c2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0d6830c2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0d6830c2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0d6830c2] {
  gap: 6px;
}
.gap-3[data-v-0d6830c2] {
  gap: 8px;
}
.gap-4[data-v-0d6830c2] {
  gap: 12px;
}
.gap-6[data-v-0d6830c2] {
  gap: 24px;
}
h1[data-v-0d6830c2] {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10vh;
}
form[data-v-0d6830c2] {
  width: 380px;
  max-width: 100%;
  margin-top: 2rem;
  margin: 0 auto;
}
input[type="submit"][data-v-0d6830c2] {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: .5rem 1rem;
}

.text-disabled[data-v-2b05bd0e] {
  color: #616161;
}
.flex[data-v-2b05bd0e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-2b05bd0e],
.flex-column[data-v-2b05bd0e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-2b05bd0e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-2b05bd0e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-2b05bd0e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-2b05bd0e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-2b05bd0e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-2b05bd0e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-2b05bd0e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-2b05bd0e] {
  gap: 6px;
}
.gap-3[data-v-2b05bd0e] {
  gap: 8px;
}
.gap-4[data-v-2b05bd0e] {
  gap: 12px;
}
.gap-6[data-v-2b05bd0e] {
  gap: 24px;
}
table[data-v-2b05bd0e] {
  width: 840px;
  max-width: 100%;
}
table tr td[data-v-2b05bd0e]:nth-child(2) {
    width: 300px;
}
table tr td:nth-child(2) .button[data-v-2b05bd0e] {
      width: 100%;
}
.software-installation[data-v-2b05bd0e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.panel-body[data-v-2b05bd0e] {
  padding: 20px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
}
h3[data-v-2b05bd0e] {
  font-weight: 100;
  margin-bottom: 12px;
}
.software-panel.disabled[data-v-2b05bd0e] {
  opacity: 0.5;
}
.software-panel.disabled table[data-v-2b05bd0e] {
    pointer-events: none;
}
.software-image[data-v-2b05bd0e] {
  width: 40px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
tr td[data-v-2b05bd0e]:first-child {
  padding-right: 24px;
}
tr td:first-child h5[data-v-2b05bd0e] {
    white-space: nowrap;
}
section[data-v-2b05bd0e],
.panel[data-v-2b05bd0e] {
  min-height: calc(100vh - 16px);
}

.text-disabled[data-v-b121c99a] {
  color: #616161;
}
.flex[data-v-b121c99a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-b121c99a],
.flex-column[data-v-b121c99a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-b121c99a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-b121c99a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-b121c99a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-b121c99a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-b121c99a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-b121c99a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-b121c99a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-b121c99a] {
  gap: 6px;
}
.gap-3[data-v-b121c99a] {
  gap: 8px;
}
.gap-4[data-v-b121c99a] {
  gap: 12px;
}
.gap-6[data-v-b121c99a] {
  gap: 24px;
}
.term-filter[data-v-b121c99a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.term-filter label[data-v-b121c99a] {
    font-size: 12px;
    color: #a3a3a3;
}
.term-filter select[data-v-b121c99a] {
    width: 200px;
}
tr td[data-v-b121c99a]:first-child {
  padding-right: 24px;
}
tr td:first-child h5[data-v-b121c99a] {
    white-space: nowrap;
}
.key-cell[data-v-b121c99a] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
img[data-v-b121c99a] {
  width: 40px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
section[data-v-b121c99a],
.panel[data-v-b121c99a] {
  min-height: calc(100vh - 16px);
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.path-selector .path-description ul {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
.path-selector i {
  cursor: pointer;
}
.path-selector .countdown-wrapper {
  font-size: 2rem;
  margin-top: 2rem;
  color: #fff;
}
.cta {
  position: fixed !important;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #262626;
}
div.enroll,
.instructions,
.undecided {
  font-size: 2rem;
  color: whitesmoke;
}
.instructions {
  text-align: center;
  width: 720px;
  margin: 0 auto 16px auto;
  max-width: 100%;
}
div.enroll {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
div.enroll .underline {
    border-bottom: 1px solid #00b6f0;
    text-decoration: none;
    padding-bottom: 5px;
    padding-right: 1rem;
}
div.enroll button {
    margin-top: 16px;
    max-width: 200px;
}
.undecided {
  text-align: center;
}
.undecided a {
    color: inherit;
    text-decoration: underline;
}
.vimeo-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.vimeo-wrapper img {
    cursor: pointer;
    width: 100%;
}
.vimeo-wrapper .play-button {
    font-size: 70px;
    width: 70px;
    height: 105px;
}
.vimeo-wrapper .play-button i {
      font-weight: 100;
}
.studio a,
.studio a:hover {
  color: inherit;
}
.panel.focus .industry img {
  width: 100%;
}
.path-selector .industry img {
  margin-top: 2rem;
}
.reel {
  position: relative;
}

.text-disabled[data-v-e1df24c8] {
  color: #616161;
}
.flex[data-v-e1df24c8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-e1df24c8],
.flex-column[data-v-e1df24c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-e1df24c8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-e1df24c8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-e1df24c8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-e1df24c8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-e1df24c8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-e1df24c8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-e1df24c8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-e1df24c8] {
  gap: 6px;
}
.gap-3[data-v-e1df24c8] {
  gap: 8px;
}
.gap-4[data-v-e1df24c8] {
  gap: 12px;
}
.gap-6[data-v-e1df24c8] {
  gap: 24px;
}
.panel-body[data-v-e1df24c8] {
  padding-right: 12px !important;
}
.not-allowed[data-v-e1df24c8] {
  background: #1e1e1e;
  border: 1px solid #616161;
  font-size: initial;
  width: 400px;
  color: whitesmoke;
  max-width: 100%;
  padding: 12px;
  position: relative;
}
.not-allowed .close[data-v-e1df24c8] {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    color: whitesmoke;
    opacity: 0.75;
}
.no-click[data-v-e1df24c8] {
  cursor: default !important;
}
.industry-description[data-v-e1df24c8] {
  height: auto;
}
.overlay[data-v-e1df24c8] {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.select-button[data-v-e1df24c8] {
  position: absolute;
  top: 0;
  right: 0;
}
.select-button-bottom[data-v-e1df24c8] {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 12px;
}
@media screen and (max-width: 960px) {
.select-button-bottom[data-v-e1df24c8] {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin: 0 auto;
      margin-top: 16px;
      max-width: 180px;
}
}
h3[data-v-e1df24c8] {
  margin-bottom: 16px;
  text-align: center;
}
.path-chart.wrapper[data-v-e1df24c8] {
  min-height: 230px;
}
.industries[data-v-e1df24c8] {
  margin-bottom: 24px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media screen and (max-width: 960px) {
.industries[data-v-e1df24c8] {
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.industry[data-v-e1df24c8] {
  position: relative;
  cursor: pointer;
  width: 50%;
  background: #1e1e1e;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 960px) {
.industry[data-v-e1df24c8] {
      width: 100%;
      padding-top: 24px;
}
}
.industry[data-v-e1df24c8]::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444;
    z-index: 999999;
    opacity: 0.65;
}
.industry .text[data-v-e1df24c8] {
    padding: 12px;
}
.industry img[data-v-e1df24c8] {
    width: 100%;
    margin-top: auto;
    display: block;
}
.industry.highlighted[data-v-e1df24c8] {
    border: 2px solid #00b6f0;
}
.industry.active[data-v-e1df24c8]::before {
    display: none;
}
.positions[data-v-e1df24c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.positions li.selected[data-v-e1df24c8] {
    background: #3cf;
    color: #1e1e1e;
}
.positions li[data-v-e1df24c8]:not(.active) {
    opacity: 0.5;
    cursor: default;
}
.paths[data-v-e1df24c8] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1300px) {
.paths[data-v-e1df24c8] {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
}
}
.paths .undecided-item[data-v-e1df24c8] {
    grid-column: 1 / -1;
    padding: 16px 0;
}
.paths .play-button[data-v-e1df24c8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    opacity: 0.75;
    font-size: 70px;
    width: 70px;
    height: 105px;
    text-align: center;
    cursor: pointer;
}
.paths li.path[data-v-e1df24c8] {
    background-size: cover;
    border: 1px solid #0f0f0f;
    position: relative;
    font-size: 16px;
    color: whitesmoke;
}
.paths li.path:hover .play-button[data-v-e1df24c8] {
      opacity: 1;
}
.paths li.path h3[data-v-e1df24c8] {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 10px;
}
.paths li.path.active[data-v-e1df24c8] {
    border: 2px solid #00b6f0;
}
.paths li.path.active.animated[data-v-e1df24c8]::after {
      transition: box-shadow 1s ease-in-out;
      box-shadow: 0px 0px 50px 20px rgba(51, 204, 255, 0.2);
}
.paths li.path[data-v-e1df24c8]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/static/img/path-overlay.16325cf.png);
    background-size: 100% 100%;
    z-index: 9;
}
.paths .columns[data-v-e1df24c8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
    width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-height: 0;
}
.paths .vimeo-wrapper[data-v-e1df24c8] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.paths .path-content[data-v-e1df24c8] {
    height: 100%;
    padding: 12px;
    position: relative;
    z-index: 99999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.paths .text-wrapper[data-v-e1df24c8] {
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.reels[data-v-e1df24c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 8px;
}
.reels li[data-v-e1df24c8] {
    cursor: pointer;
    max-width: 200px;
}
.reels li img[data-v-e1df24c8] {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      display: block;
}
.reels .play-button[data-v-e1df24c8] {
    font-size: 30px;
    height: 50px;
}
.reels-header[data-v-e1df24c8] {
  margin-bottom: 8px;
  text-align: right;
}
@keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.image-wrapper[data-v-e1df24c8] {
  margin-bottom: 24px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.chart-canvas {
  max-width: 100%;
  height: 220px !important;
  width: 640px !important;
}
@media screen and (max-width: 1460px) {
.path-chart .chart {
    width: 100% !important;
    float: none !important;
    text-align: center;
}
.path-chart .chart-canvas {
    float: none;
    margin: 0 auto;
}
.path-chart .legend {
    transform: translateY(70px);
    padding-bottom: 70px;
    text-align: center;
}
.path-chart .legend ul {
      display: inline-block;
      text-align: left;
}
}
.path-chart canvas {
  margin-left: 1rem;
}
.path-chart .legend {
  white-space: nowrap;
  overflow: hidden;
}
.path-chart .legend span {
  width: 10px;
  height: 10px;
  margin-right: 1rem;
  display: inline-block;
}

.text-disabled[data-v-4e62fb6a] {
  color: #616161;
}
.flex[data-v-4e62fb6a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4e62fb6a],
.flex-column[data-v-4e62fb6a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4e62fb6a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4e62fb6a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4e62fb6a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4e62fb6a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4e62fb6a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4e62fb6a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4e62fb6a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4e62fb6a] {
  gap: 6px;
}
.gap-3[data-v-4e62fb6a] {
  gap: 8px;
}
.gap-4[data-v-4e62fb6a] {
  gap: 12px;
}
.gap-6[data-v-4e62fb6a] {
  gap: 24px;
}
section[data-v-4e62fb6a] {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #363636;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 999999999999999999;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.text-disabled[data-v-72cc26ad] {
  color: #616161;
}
.flex[data-v-72cc26ad] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-72cc26ad],
.flex-column[data-v-72cc26ad] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-72cc26ad] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-72cc26ad] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-72cc26ad] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-72cc26ad] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-72cc26ad] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-72cc26ad] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-72cc26ad] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-72cc26ad] {
  gap: 6px;
}
.gap-3[data-v-72cc26ad] {
  gap: 8px;
}
.gap-4[data-v-72cc26ad] {
  gap: 12px;
}
.gap-6[data-v-72cc26ad] {
  gap: 24px;
}
h4[data-v-72cc26ad] {
  text-transform: uppercase;
  font-weight: 100;
}
.selector[data-v-72cc26ad] {
  padding: 0;
  border: none;
  margin-bottom: 2rem;
  background: transparent;
  box-shadow: inset 0px 0px 19px -2px rgba(27, 27, 27, 0.68);
}
.scroll-area[data-v-72cc26ad] {
  position: relative;
  margin: auto;
  width: 100%;
  height: 200px;
  padding: 0;
  margin-bottom: 2rem;
}
.scroller[data-v-72cc26ad] {
  margin-bottom: 2rem;
  background: #1b1b1b;
  box-shadow: inset 0px 0px 22px 0px rgba(27, 27, 27, 0.89);
  padding: 0 0;
}
.scroller li[data-v-72cc26ad] {
    padding: .25rem .5rem;
    cursor: pointer;
}
.scroller li.selected[data-v-72cc26ad] {
      color: #33ccff;
      background: #000;
}

.text-disabled[data-v-9ed8060c] {
  color: #616161;
}
.flex[data-v-9ed8060c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-9ed8060c],
.flex-column[data-v-9ed8060c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-9ed8060c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-9ed8060c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-9ed8060c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-9ed8060c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-9ed8060c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-9ed8060c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-9ed8060c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-9ed8060c] {
  gap: 6px;
}
.gap-3[data-v-9ed8060c] {
  gap: 8px;
}
.gap-4[data-v-9ed8060c] {
  gap: 12px;
}
.gap-6[data-v-9ed8060c] {
  gap: 24px;
}
.viewer-panel[data-v-9ed8060c] {
  height: calc(100vh - 16px);
  overflow-y: scroll;
}
.header-tags[data-v-9ed8060c] {
  font-size: 15px;
  color: #b0b0b0;
  margin-left: 1rem;
  text-transform: capitalize;
}
.gallery-list-viewer[data-v-9ed8060c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.viewer-panel[data-v-9ed8060c] {
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
}
.gallery-controls[data-v-9ed8060c] {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 25px 20px;
}
.gallery-controls .create-gallery[data-v-9ed8060c] {
    margin-right: 20px;
}
.gallery-controls form[data-v-9ed8060c] {
    -ms-flex: 1;
        flex: 1;
    max-width: 250px;
    margin: 0 auto 0 0;
    position: relative;
    top: -1px;
}
.gallery-controls .form-control[data-v-9ed8060c] {
    height: 42px;
    border-bottom-color: #8e8e8e !important;
}
.gallery-controls input.form-control[data-v-9ed8060c]:focus {
    border-bottom-color: #fff !important;
}
.gallery-controls input[data-v-9ed8060c] {
    min-width: 100px;
}
.gallery-controls .sort-controls[data-v-9ed8060c] {
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -ms-flex-align: center;
        align-items: center;
}
.gallery-controls .sort-controls label[data-v-9ed8060c] {
      margin: 0 8px 5px 30px;
      white-space: nowrap;
}
.gallery-controls .sort-controls select[data-v-9ed8060c] {
      width: 120px;
}
.no-galleries-container[data-v-9ed8060c],
.error-container[data-v-9ed8060c],
.loading-container[data-v-9ed8060c] {
  display: table;
  height: 100px;
  width: 100%;
  text-align: center;
  position: relative;
  top: -10px;
}
.no-galleries-container p[data-v-9ed8060c],
.error-container p[data-v-9ed8060c],
.loading-container p[data-v-9ed8060c] {
  display: table-cell;
  font-style: italic;
  vertical-align: middle;
}
.loading-container p[data-v-9ed8060c] {
  padding-top: 2rem;
  display: block;
}
.gallery-grid[data-v-9ed8060c] {
  margin: 0 20px 20px 20px;
}
.loading-more-container[data-v-9ed8060c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 0;
}
.filters-panel[data-v-9ed8060c] {
  -ms-flex: 0 0 275px;
      flex: 0 0 275px;
  max-width: 275px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  height: calc(100vh - 16px);
}
.filters-panel .panel-body[data-v-9ed8060c] {
    padding: 20px;
}
.filters-panel .categories[data-v-9ed8060c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
}
.filters-panel .filter-field[data-v-9ed8060c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
}
.filters-panel .filter-field label[data-v-9ed8060c] {
      font-size: 12px;
      color: #a3a3a3;
      margin: 0;
}
.filters-panel .recruiter-visibility label[data-v-9ed8060c] {
    display: block;
    top: 0;
}
.filters-panel .recruiter-visibility input[data-v-9ed8060c] {
    margin: 0;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.gallery-software-list-editor .software-wrapper .software-select .software-list > li {
  width: 33.3%;
}

.text-disabled[data-v-03fb41e0] {
  color: #616161;
}
.flex[data-v-03fb41e0] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-03fb41e0],
.flex-column[data-v-03fb41e0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-03fb41e0] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-03fb41e0] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-03fb41e0] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-03fb41e0] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-03fb41e0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-03fb41e0] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-03fb41e0] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-03fb41e0] {
  gap: 6px;
}
.gap-3[data-v-03fb41e0] {
  gap: 8px;
}
.gap-4[data-v-03fb41e0] {
  gap: 12px;
}
.gap-6[data-v-03fb41e0] {
  gap: 24px;
}
.gallery-list[data-v-03fb41e0] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.gallery-list .gallery-thumb[data-v-03fb41e0] {
    background-color: #262626;
    display: block;
    position: absolute;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0) 100%);
    background-size: 1200px 100%;
}
.gallery-list .gallery-thumb a[data-v-03fb41e0] {
      display: block;
      height: 100%;
      position: relative;
}
.gallery-list .gallery-thumb img[data-v-03fb41e0] {
      width: 100%;
      height: 100%;
}
.gallery-list .gallery-thumb .recruiter-visibility[data-v-03fb41e0] {
      position: absolute;
      bottom: 4px;
      right: 4px;
      width: 24px;
      height: 24px;
}
@keyframes shimmer {
0% {
    background-position: 100% 0;
}
100% {
    background-position: -100% 0;
}
}

.text-disabled[data-v-ec3e7ed2] {
  color: #616161;
}
.flex[data-v-ec3e7ed2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-ec3e7ed2],
.flex-column[data-v-ec3e7ed2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-ec3e7ed2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-ec3e7ed2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-ec3e7ed2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-ec3e7ed2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-ec3e7ed2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-ec3e7ed2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-ec3e7ed2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-ec3e7ed2] {
  gap: 6px;
}
.gap-3[data-v-ec3e7ed2] {
  gap: 8px;
}
.gap-4[data-v-ec3e7ed2] {
  gap: 12px;
}
.gap-6[data-v-ec3e7ed2] {
  gap: 24px;
}
.gallery-editor[data-v-ec3e7ed2] {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
.final-project .final-project-radios[data-v-ec3e7ed2] {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.panel[data-v-ec3e7ed2] {
  background-color: #1e1e1e;
}
.panel-heading i[data-v-ec3e7ed2] {
  color: #33ccff;
  padding-right: 7px;
}
.form-button[data-v-ec3e7ed2] {
  top: 0;
}
.empty-area[data-v-ec3e7ed2] {
  display: table;
  height: 100px;
  width: 100%;
  text-align: center;
  position: relative;
}
.empty-area > p[data-v-ec3e7ed2] {
    display: table-cell;
    font-style: italic;
    vertical-align: middle;
}
input[type='file'][data-v-ec3e7ed2] {
  display: none;
}
form[data-v-ec3e7ed2] {
  margin: 20px;
}
.form-group[data-v-ec3e7ed2] {
  margin-bottom: 30px;
}
.media-container .panel-body[data-v-ec3e7ed2] {
  padding: 20px;
}
.thumbnail-container .image-cropper[data-v-ec3e7ed2] {
  margin: 20px auto;
  max-width: 600px;
}
.info-container .categories label[data-v-ec3e7ed2] {
  display: block;
}
.info-container .categories select[data-v-ec3e7ed2] {
  display: inline-block;
  width: 32%;
  margin-right: 1.4%;
}
.info-container .categories select[data-v-ec3e7ed2]:last-child {
  margin-right: 0;
}
.info-container .categories select.placeholder[data-v-ec3e7ed2] {
  color: #b0b0b0;
}
.info-container .recruiters[data-v-ec3e7ed2] {
  margin-top: 8px;
}
.info-container .form-group[data-v-ec3e7ed2]:last-child {
  margin-bottom: 10px;
}
.submission-container .submission-feedback[data-v-ec3e7ed2] {
  margin-top: 20px;
}
.submission-container .submission-feedback .submission-status em[data-v-ec3e7ed2] {
    color: #eaeaea;
    font-style: normal;
}
.submission-container .submission-feedback .submission-progress[data-v-ec3e7ed2] {
    background-color: #363636;
    height: 10px;
    border-radius: 5px;
    margin: 15px 0 10px 0;
}
.submission-container .submission-feedback .submission-progress .completed-bar[data-v-ec3e7ed2] {
      background-color: #33ccff;
      border-radius: inherit;
      height: inherit;
}
.submission-container .submission-feedback .submission-progress .completed-bar.error[data-v-ec3e7ed2] {
      background-color: #cc0000;
}
.thumbnail-upload label[data-v-ec3e7ed2] {
  max-width: 130px !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.gallery-editor .image-cropper .image-container::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}
.gallery-editor .software-select .software-list {
  margin-top: 12px;
}

.text-disabled[data-v-29c787dc] {
  color: #616161;
}
.flex[data-v-29c787dc] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-29c787dc],
.flex-column[data-v-29c787dc] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-29c787dc] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-29c787dc] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-29c787dc] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-29c787dc] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-29c787dc] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-29c787dc] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-29c787dc] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-29c787dc] {
  gap: 6px;
}
.gap-3[data-v-29c787dc] {
  gap: 8px;
}
.gap-4[data-v-29c787dc] {
  gap: 12px;
}
.gap-6[data-v-29c787dc] {
  gap: 24px;
}
.image-cropper .image-container[data-v-29c787dc] {
  background-color: white;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.image-cropper .image-viewport[data-v-29c787dc] {
  border: 2px solid white;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  position: absolute;
}
.image-cropper .image-viewport .image[data-v-29c787dc] {
    position: absolute;
    max-width: none;
    max-height: none;
    z-index: -1;
}
.image-cropper .slider-container[data-v-29c787dc] {
  margin: 20px 20px 0 20px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.image-cropper .slider-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: none;
}
.image-cropper .slider-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 8px;
}
.image-cropper .slider-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 8px;
}
.image-cropper .slider-container input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.image-cropper .slider-container input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.image-cropper .slider-container input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.image-cropper .slider-container input[type=range]::-webkit-slider-thumb {
  border: 1px solid #444;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-appearance: none;
  margin-top: -5px;
}
.image-cropper .slider-container input[type=range]::-moz-range-thumb {
  border: 1px solid #444;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ddd;
}
.image-cropper .slider-container input[type=range]::-ms-thumb {
  border: 1px solid #444;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ddd;
}
.image-cropper .slider-container input[type=range]:focus {
  outline: none;
}
.image-cropper .slider-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.image-cropper .slider-container input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
.image-cropper .slider-container input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.image-cropper .slider-container input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.text-disabled[data-v-46d76a55] {
  color: #616161;
}
.flex[data-v-46d76a55] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-46d76a55],
.flex-column[data-v-46d76a55] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-46d76a55] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-46d76a55] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-46d76a55] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-46d76a55] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-46d76a55] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-46d76a55] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-46d76a55] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-46d76a55] {
  gap: 6px;
}
.gap-3[data-v-46d76a55] {
  gap: 8px;
}
.gap-4[data-v-46d76a55] {
  gap: 12px;
}
.gap-6[data-v-46d76a55] {
  gap: 24px;
}
.float-right[data-v-46d76a55] {
  float: right;
}
.action-buttons[data-v-46d76a55] {
  margin-bottom: 10px;
}
.action-buttons .buttons-wrapper[data-v-46d76a55] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 12px;
}
.action-buttons .buttons-wrapper label[data-v-46d76a55] {
      white-space: nowrap;
      margin: 0;
}
.v-modal .panel[data-v-46d76a55] {
  background: #262626;
}
.v-modal input[type='submit'][data-v-46d76a55] {
  height: auto;
}
.v-modal form[data-v-46d76a55] {
  margin: 20px;
}
.v-modal .form-group[data-v-46d76a55] {
  margin-bottom: 30px;
}
.empty-area[data-v-46d76a55] {
  display: table;
  height: 100px;
  width: 100%;
  text-align: center;
  position: relative;
}
.empty-area > p[data-v-46d76a55] {
    display: table-cell;
    font-style: italic;
    vertical-align: middle;
}
input[type='file'][data-v-46d76a55] {
  display: none;
}
.media-list[data-v-46d76a55] {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.disciplines[data-v-46d76a55] {
  margin-top: 1rem;
  color: #3cf;
}
ul.disciplines li[data-v-46d76a55] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0.5rem;
}
ul.disciplines .apply-to-all[data-v-46d76a55] {
    background: #3cf;
    color: #222;
}
ul.disciplines .remove-discipline[data-v-46d76a55] {
    background: transparent;
    position: relative;
    top: 2px;
    color: #3cf;
    border: none;
    boxs-shadow: none;
}
ul.disciplines .buttons[data-v-46d76a55] {
    gap: 8px;
}
.media-col[data-v-46d76a55] {
  display: inline-block;
  width: 33%;
  padding: 20px 10px 0 10px;
}
.media-col.drop-zone *[data-v-46d76a55] {
    pointer-events: none;
}
.media-col.drop-zone .media[data-v-46d76a55] {
    border: 2px dashed #aaa;
}
.media-col *[data-v-46d76a55] {
    pointer-events: none;
}
.media-col button[data-v-46d76a55],
  .media-col textarea[data-v-46d76a55],
  .media-col select[data-v-46d76a55] {
    pointer-events: auto;
}
.media[data-v-46d76a55] {
  border: 1px solid #474747;
  position: relative;
}
.media .clear-button[data-v-46d76a55] {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9999;
}
.media .preview[data-v-46d76a55] {
    background-color: black;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    overflow: hidden;
}
.media .preview[data-v-46d76a55]::before {
    content: '';
    display: inline-block;
    padding-top: 100%;
    float: left;
}
.media .preview[data-v-46d76a55]::after {
    content: '';
    display: table;
    clear: both;
}
.media .preview .inner[data-v-46d76a55] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.media .preview img[data-v-46d76a55] {
    max-width: 100%;
    max-height: 100%;
}
.media-fields[data-v-46d76a55] {
  margin: 20px 20px 30px 20px;
}
.media-fields textarea[data-v-46d76a55] {
    resize: none;
    margin-bottom: 1rem;
    max-width: 100%;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.gallery-media-list-editor .v-modal .error {
  font-style: italic;
}

.text-disabled[data-v-5bd5e6fc] {
  color: #616161;
}
.flex[data-v-5bd5e6fc] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5bd5e6fc],
.flex-column[data-v-5bd5e6fc] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5bd5e6fc] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5bd5e6fc] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5bd5e6fc] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5bd5e6fc] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5bd5e6fc] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5bd5e6fc] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5bd5e6fc] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5bd5e6fc] {
  gap: 6px;
}
.gap-3[data-v-5bd5e6fc] {
  gap: 8px;
}
.gap-4[data-v-5bd5e6fc] {
  gap: 12px;
}
.gap-6[data-v-5bd5e6fc] {
  gap: 24px;
}
.clear-button[data-v-5bd5e6fc] {
  border: none;
  background: none;
}
.v-select[data-v-5bd5e6fc] {
  font-family: inherit;
}
.software-list[data-v-5bd5e6fc] {
  margin-top: 10px;
}
.software-wrapper[data-v-5bd5e6fc] {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  vertical-align: top;
}
.delete-btn[data-v-5bd5e6fc] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #33ccff;
  z-index: 1;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.gallery-software-list-editor .v-select input {
  border-bottom: none !important;
}
.gallery-software-list-editor .v-select .selected-tag {
  color: #ededed;
}
.gallery-software-list-editor .v-select .dropdown-toggle {
  border: none;
}
.gallery-software-list-editor .v-select .dropdown-menu {
  background-color: #363636;
  border: 1px solid #666;
  padding: 0;
  overflow-y: auto;
  max-height: 200px;
}
.gallery-software-list-editor .v-select .dropdown-menu li a {
    color: #ebebeb;
}
.gallery-software-list-editor .v-select .dropdown-menu li.highlight a {
    color: white;
}
.gallery-software-list-editor .v-select .clear {
  color: #555;
}
.gallery-software-list-editor .v-select .open-indicator::before {
  border-color: #b0b0b0;
}
.gallery-software-list-editor .v-select .spinner {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(51, 204, 255, 0.65);
}

.text-disabled[data-v-9e10981e] {
  color: #616161;
}
.flex[data-v-9e10981e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-9e10981e],
.flex-column[data-v-9e10981e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-9e10981e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-9e10981e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-9e10981e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-9e10981e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-9e10981e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-9e10981e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-9e10981e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-9e10981e] {
  gap: 6px;
}
.gap-3[data-v-9e10981e] {
  gap: 8px;
}
.gap-4[data-v-9e10981e] {
  gap: 12px;
}
.gap-6[data-v-9e10981e] {
  gap: 24px;
}
.software[data-v-9e10981e] {
  position: relative;
}
.software-icon[data-v-9e10981e] {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px auto;
}
.software-name[data-v-9e10981e] {
  text-align: center;
  font-size: 12px;
}

.text-disabled[data-v-6c79cf0b] {
  color: #616161;
}
.flex[data-v-6c79cf0b] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-6c79cf0b],
.flex-column[data-v-6c79cf0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-6c79cf0b] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-6c79cf0b] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-6c79cf0b] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-6c79cf0b] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-6c79cf0b] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-6c79cf0b] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-6c79cf0b] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-6c79cf0b] {
  gap: 6px;
}
.gap-3[data-v-6c79cf0b] {
  gap: 8px;
}
.gap-4[data-v-6c79cf0b] {
  gap: 12px;
}
.gap-6[data-v-6c79cf0b] {
  gap: 24px;
}
.clear-button[data-v-6c79cf0b] {
  border: none;
  background: none;
}
.v-select[data-v-6c79cf0b] {
  font-family: inherit;
}

.text-disabled[data-v-d3961288] {
  color: #616161;
}
.flex[data-v-d3961288] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-d3961288],
.flex-column[data-v-d3961288] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-d3961288] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-d3961288] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-d3961288] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-d3961288] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-d3961288] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-d3961288] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-d3961288] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-d3961288] {
  gap: 6px;
}
.gap-3[data-v-d3961288] {
  gap: 8px;
}
.gap-4[data-v-d3961288] {
  gap: 12px;
}
.gap-6[data-v-d3961288] {
  gap: 24px;
}
.clear-button[data-v-d3961288] {
  border: none;
  background: none;
}
.panel-heading i[data-v-d3961288] {
  color: #33ccff;
  padding-right: 7px;
}
.form-button[data-v-d3961288] {
  background: #33ccff;
  border: #33ccff solid 1px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  font-weight: 400 !important;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  text-decoration: none;
  text-shadow: none;
  top: 0;
}
.form-button[data-v-d3961288]:hover {
  background: black;
  color: white;
  border: solid 1px #33ccff;
  outline-offset: 0;
}
.gallery-viewer[data-v-d3961288] {
  display: -ms-grid;
  display: grid;
  height: calc(100vh - 16px);
  overflow: hidden;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
@media screen and (max-width: 960px) {
.gallery-viewer[data-v-d3961288] {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      height: auto;
      overflow: visible;
}
}
.media-container[data-v-d3961288],
.right-container[data-v-d3961288] {
  height: 100%;
  overflow-y: scroll;
}
.media-container[data-v-d3961288] {
  -ms-grid-column: span 9;
      grid-column: span 9;
}
@media screen and (max-width: 1300px) {
.media-container[data-v-d3961288] {
      -ms-grid-column: span 8;
          grid-column: span 8;
}
}
@media screen and (max-width: 960px) {
.media-container[data-v-d3961288] {
      grid-column: 1 / -1;
      height: auto;
      overflow-y: visible;
}
}
.media-container .panel-body[data-v-d3961288] {
    padding: 20px 20px 0 20px;
}
.media-container .media-error[data-v-d3961288] {
    display: table;
    height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
}
.media-container .media-error p[data-v-d3961288] {
    display: table-cell;
    font-style: italic;
    vertical-align: middle;
}
.media-container ol[data-v-d3961288] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.media-container .media-group[data-v-d3961288] {
    width: 100%;
    margin-bottom: 30px;
}
.media-container .media-group .media-wrapper[data-v-d3961288] {
      position: relative;
}
.media-container .media-group .media-wrapper.shimmer-loading[data-v-d3961288] {
        background-color: #262626;
        animation: shimmer 2.2s linear infinite;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0) 100%);
        background-size: 1200px 100%;
}
.media-container .media-group .media-wrapper:hover .media-buttons[data-v-d3961288] {
      display: inline-block;
}
.media-container .media-group .media[data-v-d3961288] {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 80vh;
}
.media-container .media-group .media[data-v-d3961288]:hover {
      cursor: pointer;
}
.media-container .media-group .media-iframe[data-v-d3961288] {
      position: relative;
}
.media-container .media-group .media-buttons-wrapper[data-v-d3961288] {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
}
.media-container .media-group .media-buttons[data-v-d3961288] {
      display: none;
      border-radius: 5px;
      padding: 4px 6px;
      margin-bottom: 10px;
      background-color: rgba(30, 30, 30, 0.4);
      font-size: 16px;
}
.media-container .media-group .media-buttons a[data-v-d3961288],
      .media-container .media-group .media-buttons button[data-v-d3961288] {
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        padding: 4px;
        margin-right: 4px;
}
.media-container .media-group .media-buttons a[data-v-d3961288]:hover,
      .media-container .media-group .media-buttons button[data-v-d3961288]:hover {
        color: #33aaff;
}
.media-container .media-group .media-buttons a[data-v-d3961288]:last-child,
      .media-container .media-group .media-buttons button[data-v-d3961288]:last-child {
        margin-right: 0;
}
.media-container .media-group .media-caption[data-v-d3961288] {
      margin-top: 10px;
      text-align: center;
}
.right-container[data-v-d3961288] {
  -ms-grid-column: span 3;
      grid-column: span 3;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 1300px) {
.right-container[data-v-d3961288] {
      -ms-grid-column: span 4;
          grid-column: span 4;
}
}
@media screen and (max-width: 960px) {
.right-container[data-v-d3961288] {
      position: fixed;
      top: 0;
      right: 0;
      width: 460px;
      height: 100dvh;
      overflow-y: scroll;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      z-index: 1000;
      background: black;
      box-shadow: -4px 0 16px rgba(0, 0, 0, 0.5);
}
.right-container.panel-open[data-v-d3961288] {
        transform: translateX(0);
}
}
.info-panel-toggle[data-v-d3961288] {
  display: none;
}
@media screen and (max-width: 960px) {
.info-panel-toggle[data-v-d3961288] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: fixed;
      top: 6px;
      right: 6px;
      z-index: 1001;
      width: 40px;
      height: 40px;
      background: #262626;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
}
}
@media screen and (max-width: 960px) {
.info-panel-overlay[data-v-d3961288] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
}
.info-container .panel-heading[data-v-d3961288] {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.info-container .panel-heading h2[data-v-d3961288] {
    -ms-flex: 1;
        flex: 1;
}
.info-container .panel-body[data-v-d3961288] {
  padding: 20px 20px 10px 20px;
}
.info-container h3[data-v-d3961288] {
  margin-top: 0;
}
.info-container .recruiter-visibility[data-v-d3961288] {
  margin-bottom: 10px;
}
.info-container .recruiter-visibility label[data-v-d3961288] {
    display: block;
    top: 0;
}
.info-container .recruiter-visibility input[data-v-d3961288] {
    margin: 0;
}
.info-container .post-author[data-v-d3961288] {
  padding: 0 0 10px 0;
}
.info-container .post-description[data-v-d3961288] {
  margin: 0;
  padding: 0 0 10px 0;
}
.info-container .post-date[data-v-d3961288] {
  font-style: italic;
  padding: 10px 0 5px;
}
.info-container .info-group[data-v-d3961288] {
  padding: 15px 0 10px 0;
}
.info-container .info-group-label[data-v-d3961288] {
  color: #cfcfcf;
  font-size: 16px;
}
.info-container .gallery-stats i[data-v-d3961288] {
  margin-right: 3px;
  width: 14px;
}
.info-container .gallery-stats button[data-v-d3961288] {
  margin-left: 8px;
}
.info-container .category[data-v-d3961288] {
  margin: 10px 0 0 0;
}
.info-container .category a[data-v-d3961288] {
    display: block;
    text-decoration: underline;
}
.info-container .category a[data-v-d3961288]:hover {
      color: #00b6f0;
}
.info-container .more-by .info-group-label a[data-v-d3961288] {
  margin-left: 0.1rem;
}
.info-container .more-by .gallery-grid[data-v-d3961288] {
  margin-top: 10px;
}
.comments-container .panel-body[data-v-d3961288] {
  padding: 20px;
}
.comments-container ol[data-v-d3961288] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-container .comment[data-v-d3961288] {
  margin-bottom: 30px;
}
.loading-container[data-v-d3961288] {
  width: 100%;
  padding: 100px 20px;
  text-align: center;
  color: #888;
}
@keyframes shimmer {
0% {
    background-position: 100% 0;
}
100% {
    background-position: -100% 0;
}
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.gallery-viewer .media-container .media-group .media-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-viewer .media-container .media-group .media-iframe .media-iframe-spacer-16-9 {
  content: '';
  display: inline-block;
  padding-top: calc(9 / 16 * 100%);
}
.gallery-viewer .media-container .media-group .media-iframe .media-iframe-spacer-8-6 {
  content: '';
  display: inline-block;
  padding-top: calc(6 / 8 * 100%);
}

.text-disabled[data-v-bb6e7098] {
  color: #616161;
}
.flex[data-v-bb6e7098] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-bb6e7098],
.flex-column[data-v-bb6e7098] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-bb6e7098] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-bb6e7098] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-bb6e7098] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-bb6e7098] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-bb6e7098] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-bb6e7098] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-bb6e7098] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-bb6e7098] {
  gap: 6px;
}
.gap-3[data-v-bb6e7098] {
  gap: 8px;
}
.gap-4[data-v-bb6e7098] {
  gap: 12px;
}
.gap-6[data-v-bb6e7098] {
  gap: 24px;
}
.swiper[data-v-bb6e7098] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-button-white[data-v-bb6e7098] {
  background: none;
  border: none;
}
.swiper-button-white[data-v-bb6e7098]:disabled {
    opacity: 0.35;
    cursor: auto;
}

.text-disabled[data-v-576de3b4] {
  color: #616161;
}
.flex[data-v-576de3b4] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-576de3b4],
.flex-column[data-v-576de3b4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-576de3b4] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-576de3b4] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-576de3b4] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-576de3b4] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-576de3b4] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-576de3b4] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-576de3b4] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-576de3b4] {
  gap: 6px;
}
.gap-3[data-v-576de3b4] {
  gap: 8px;
}
.gap-4[data-v-576de3b4] {
  gap: 12px;
}
.gap-6[data-v-576de3b4] {
  gap: 24px;
}

/**
 * We use "lightbox-2" since the original has some img and i styles that
 * are difficult to undo (without over-specifying and clobbering rules for
 * users of this lightbox component).
 */
.lightbox-2[data-v-576de3b4] {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lightbox-decorations-container[data-v-576de3b4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lightbox-decorations-container > *[data-v-576de3b4] {
  z-index: 1;
}
.lightbox-close[data-v-576de3b4] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}

.text-disabled[data-v-253e7da2] {
  color: #616161;
}
.flex[data-v-253e7da2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-253e7da2],
.flex-column[data-v-253e7da2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-253e7da2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-253e7da2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-253e7da2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-253e7da2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-253e7da2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-253e7da2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-253e7da2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-253e7da2] {
  gap: 6px;
}
.gap-3[data-v-253e7da2] {
  gap: 8px;
}
.gap-4[data-v-253e7da2] {
  gap: 12px;
}
.gap-6[data-v-253e7da2] {
  gap: 24px;
}
.lightbox-media-gallery-slide[data-v-253e7da2] {
  -ms-flex-direction: column;
      flex-direction: column;
}
.media[data-v-253e7da2] {
  display: block;
  margin: 0 auto;
  max-width: 90vw;
  max-height: 80vh;
}
.media-fixed-ratio[data-v-253e7da2] {
  position: relative;
  width: 100%;
}
.media-fixed-ratio.ratio-16-9[data-v-253e7da2]::after {
    content: '';
    display: block;
    padding-top: calc(9 / 16 * 100%);
}
.media-fixed-ratio.ratio-8-6[data-v-253e7da2]::after {
    content: '';
    display: block;
    padding-top: calc(6 / 8 * 100%);
}
.media-error[data-v-253e7da2] {
  /* TODO */
}
.media-caption[data-v-253e7da2] {
  margin: 20px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.lightbox-media-gallery-slide .media-fixed-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-disabled[data-v-df3ca928] {
  color: #616161;
}
.flex[data-v-df3ca928] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-df3ca928],
.flex-column[data-v-df3ca928] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-df3ca928] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-df3ca928] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-df3ca928] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-df3ca928] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-df3ca928] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-df3ca928] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-df3ca928] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-df3ca928] {
  gap: 6px;
}
.gap-3[data-v-df3ca928] {
  gap: 8px;
}
.gap-4[data-v-df3ca928] {
  gap: 12px;
}
.gap-6[data-v-df3ca928] {
  gap: 24px;
}
.marmoset-viewer[data-v-df3ca928] {
  border: none;
}

.text-disabled[data-v-221b6258] {
  color: #616161;
}
.flex[data-v-221b6258] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-221b6258],
.flex-column[data-v-221b6258] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-221b6258] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-221b6258] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-221b6258] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-221b6258] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-221b6258] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-221b6258] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-221b6258] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-221b6258] {
  gap: 6px;
}
.gap-3[data-v-221b6258] {
  gap: 8px;
}
.gap-4[data-v-221b6258] {
  gap: 12px;
}
.gap-6[data-v-221b6258] {
  gap: 24px;
}
.lightbox-gallery-slide[data-v-221b6258] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.text-disabled[data-v-3150c08a] {
  color: #616161;
}
.flex[data-v-3150c08a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3150c08a],
.flex-column[data-v-3150c08a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3150c08a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3150c08a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3150c08a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3150c08a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3150c08a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3150c08a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3150c08a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3150c08a] {
  gap: 6px;
}
.gap-3[data-v-3150c08a] {
  gap: 8px;
}
.gap-4[data-v-3150c08a] {
  gap: 12px;
}
.gap-6[data-v-3150c08a] {
  gap: 24px;
}
ol[data-v-3150c08a] {
  list-style-type: none;
  margin: 10px -15px -5px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
ol li[data-v-3150c08a] {
    white-space: nowrap;
}
.chip[data-v-3150c08a] {
  background: #303030;
}
.option-inner[data-v-3150c08a] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.software-icon[data-v-3150c08a] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text-disabled[data-v-fa119aa0] {
  color: #616161;
}
.flex[data-v-fa119aa0] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-fa119aa0],
.flex-column[data-v-fa119aa0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-fa119aa0] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-fa119aa0] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-fa119aa0] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-fa119aa0] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-fa119aa0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-fa119aa0] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-fa119aa0] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-fa119aa0] {
  gap: 6px;
}
.gap-3[data-v-fa119aa0] {
  gap: 8px;
}
.gap-4[data-v-fa119aa0] {
  gap: 12px;
}
.gap-6[data-v-fa119aa0] {
  gap: 24px;
}
ol[data-v-fa119aa0] {
  list-style-type: none;
  margin: 10px -15px -5px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.chip[data-v-fa119aa0] {
  background: #303030;
}

.text-disabled[data-v-6d2c6005] {
  color: #616161;
}
.flex[data-v-6d2c6005] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-6d2c6005],
.flex-column[data-v-6d2c6005] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-6d2c6005] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-6d2c6005] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-6d2c6005] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-6d2c6005] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-6d2c6005] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-6d2c6005] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-6d2c6005] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-6d2c6005] {
  gap: 6px;
}
.gap-3[data-v-6d2c6005] {
  gap: 8px;
}
.gap-4[data-v-6d2c6005] {
  gap: 12px;
}
.gap-6[data-v-6d2c6005] {
  gap: 24px;
}
.clear-button[data-v-6d2c6005] {
  border: none;
  background: none;
}
.drop-down[data-v-6d2c6005] {
  right: 0;
  width: 100px;
  z-index: 9999;
}
.drop-down a[data-v-6d2c6005],
  .drop-down a[data-v-6d2c6005]:active,
  .drop-down a[data-v-6d2c6005]:hover {
    text-decoration: none !important;
}
.comment[data-v-6d2c6005] {
  position: relative;
}
.comment.deleting[data-v-6d2c6005] {
  opacity: 0.6;
}
.comment-actions[data-v-6d2c6005] {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-actions .dropdown-toggle .ri-arrow-down-s-line[data-v-6d2c6005] {
    font-size: 24px;
}
.comment-actions .divider[data-v-6d2c6005] {
    margin: 5px 0;
    background-color: #666;
}
.comment-author[data-v-6d2c6005] {
  margin-bottom: 6px;
}
.comment-like-actions[data-v-6d2c6005] {
  margin-top: 8px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.reply-section[data-v-6d2c6005] {
  border-left: 1px solid #555;
  padding-left: 20px;
  margin-top: 20px;
}
.reply-section ol[data-v-6d2c6005] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.reply-section .comment[data-v-6d2c6005] {
    margin-bottom: 20px;
}

.text-disabled[data-v-f3075f2e] {
  color: #616161;
}
.flex[data-v-f3075f2e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-f3075f2e],
.flex-column[data-v-f3075f2e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-f3075f2e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-f3075f2e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-f3075f2e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-f3075f2e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-f3075f2e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-f3075f2e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-f3075f2e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-f3075f2e] {
  gap: 6px;
}
.gap-3[data-v-f3075f2e] {
  gap: 8px;
}
.gap-4[data-v-f3075f2e] {
  gap: 12px;
}
.gap-6[data-v-f3075f2e] {
  gap: 24px;
}

.text-disabled[data-v-814615a2] {
  color: #616161;
}
.flex[data-v-814615a2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-814615a2],
.flex-column[data-v-814615a2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-814615a2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-814615a2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-814615a2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-814615a2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-814615a2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-814615a2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-814615a2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-814615a2] {
  gap: 6px;
}
.gap-3[data-v-814615a2] {
  gap: 8px;
}
.gap-4[data-v-814615a2] {
  gap: 12px;
}
.gap-6[data-v-814615a2] {
  gap: 24px;
}
.gallery-software-list[data-v-814615a2] {
  padding-top: 10px;
}
.software-wrapper[data-v-814615a2] {
  display: inline-block;
  vertical-align: top;
}
.software-wrapper > a[data-v-814615a2] {
    display: block;
    height: 100%;
    padding: 10px 5px;
}
.software-wrapper > a[data-v-814615a2]:hover {
      background-color: #333333;
      text-decoration: none;
}

.text-disabled[data-v-1a505704] {
  color: #616161;
}
.flex[data-v-1a505704] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1a505704],
.flex-column[data-v-1a505704] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1a505704] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1a505704] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1a505704] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1a505704] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1a505704] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1a505704] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1a505704] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1a505704] {
  gap: 6px;
}
.gap-3[data-v-1a505704] {
  gap: 8px;
}
.gap-4[data-v-1a505704] {
  gap: 12px;
}
.gap-6[data-v-1a505704] {
  gap: 24px;
}
.gallery-tag-list[data-v-1a505704] {
  padding-top: 10px;
}
.tag[data-v-1a505704] {
  display: inline-block;
}
.tag > a[data-v-1a505704] {
    background: transparent;
    border: solid 1px #33ccff;
    border-radius: 4px;
    color: #33ccff;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px 10px 0;
    height: auto;
    font-size: 12px;
}
.tag > a[data-v-1a505704]:hover {
      background-color: #33ccff;
      color: #222222;
      text-decoration: none;
}
.tag > a[data-v-1a505704]::before {
      content: '#';
}

.text-disabled[data-v-0074085e] {
  color: #616161;
}
.flex[data-v-0074085e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0074085e],
.flex-column[data-v-0074085e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0074085e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0074085e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0074085e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0074085e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0074085e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0074085e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0074085e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0074085e] {
  gap: 6px;
}
.gap-3[data-v-0074085e] {
  gap: 8px;
}
.gap-4[data-v-0074085e] {
  gap: 12px;
}
.gap-6[data-v-0074085e] {
  gap: 24px;
}
.panel[data-v-0074085e] {
  margin-top: 3rem;
}
.panel p[data-v-0074085e] {
    text-align: right;
    padding-right: 2rem;
}

.text-disabled[data-v-0ae2584e] {
  color: #616161;
}
.flex[data-v-0ae2584e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0ae2584e],
.flex-column[data-v-0ae2584e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0ae2584e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0ae2584e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0ae2584e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0ae2584e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0ae2584e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0ae2584e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0ae2584e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0ae2584e] {
  gap: 6px;
}
.gap-3[data-v-0ae2584e] {
  gap: 8px;
}
.gap-4[data-v-0ae2584e] {
  gap: 12px;
}
.gap-6[data-v-0ae2584e] {
  gap: 24px;
}
.clear-button[data-v-0ae2584e] {
  border: none;
  background: none;
}
.h1-panel[data-v-0ae2584e] {
  display: inline-block;
}
.h1-panel .panel-heading[data-v-0ae2584e] {
    height: auto;
    width: auto;
}
.h1-panel h1[data-v-0ae2584e] {
    margin: 10px 0;
    display: inline-block;
}
.h1-panel h1 a[data-v-0ae2584e] {
      color: inherit;
      text-decoration: none;
}
.h1-panel h1 a[data-v-0ae2584e]:hover {
        color: #33ccff;
}
.search-panel .panel-body[data-v-0ae2584e] {
  padding: 40px 20px 50px;
}
.search-panel h2[data-v-0ae2584e] {
  text-align: center;
  margin: 0 0 20px 0;
}
.search-panel .form-group[data-v-0ae2584e] {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
.search-panel .form-group input[data-v-0ae2584e] {
    padding-right: calc(0.5rem + 45px) !important;
    font-size: inherit;
}
.search-panel .form-group a[data-v-0ae2584e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    color: #b0b0b0;
    text-decoration: none;
}
.search-panel .form-group a[data-v-0ae2584e]:hover {
      background-color: #363636;
}
.category-panel[data-v-0ae2584e] {
  padding: 16px;
}
.category-panel h2[data-v-0ae2584e] {
    margin: 0 0 40px 0;
}
.category-panel ol[data-v-0ae2584e] {
    list-style-type: none;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media screen and (max-width: 1600px) {
.category-panel ol[data-v-0ae2584e] {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 1024px) {
.category-panel ol[data-v-0ae2584e] {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr);
}
}
.category-panel li[data-v-0ae2584e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
}
.category-panel li[data-v-0ae2584e]::after {
      content: '';
      width: 100%;
      padding-top: 56.25%;
      background-color: rgba(16, 16, 16, 0.15);
      z-index: 1;
      pointer-events: none;
}
.category-panel li[data-v-0ae2584e]:hover::after {
      background-color: rgba(16, 16, 16, 0.65);
}
.category-panel li a[data-v-0ae2584e] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
}
.category-panel .category-image[data-v-0ae2584e] {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.category-panel .category-label-wrapper[data-v-0ae2584e] {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    left: 0;
    bottom: 20px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(16, 16, 16, 0.65);
    color: #fafafa;
}
.category-panel .category-label-wrapper .category-label[data-v-0ae2584e] {
      font-size: 18px;
}
.category-panel .category-label-wrapper .category-article-count[data-v-0ae2584e] {
      font-size: 14px;
      margin-top: 2px;
}
.category-panel li:hover .category-label-wrapper[data-v-0ae2584e] {
    background-color: transparent;
    color: #33ccff;
}
.category-panel .loading-msg[data-v-0ae2584e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100px;
    width: 100%;
    font-style: italic;
}
.term-panel[data-v-0ae2584e] {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.term-panel h2[data-v-0ae2584e] {
    margin: 0 0 40px 0;
}
.term-panel ol[data-v-0ae2584e] {
    list-style-type: none;
    margin: 0 0 -20px 0;
    padding: 0;
}
.term-panel li[data-v-0ae2584e] {
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #363636;
    color: #f0f0f0;
}
.term-panel li[data-v-0ae2584e]:hover {
      color: #33ccff;
}
.term-panel li a[data-v-0ae2584e] {
      display: block;
      padding: 15px 20px;
      color: inherit;
      text-decoration: none;
      position: relative;
}
.term-panel i[data-v-0ae2584e] {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
}
.panel-body[data-v-0ae2584e] {
  padding: 0 24px;
}

.text-disabled[data-v-822a9830] {
  color: #616161;
}
.flex[data-v-822a9830] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-822a9830],
.flex-column[data-v-822a9830] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-822a9830] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-822a9830] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-822a9830] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-822a9830] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-822a9830] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-822a9830] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-822a9830] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-822a9830] {
  gap: 6px;
}
.gap-3[data-v-822a9830] {
  gap: 8px;
}
.gap-4[data-v-822a9830] {
  gap: 12px;
}
.gap-6[data-v-822a9830] {
  gap: 24px;
}
.kb-block-link a[data-v-822a9830] {
  border-radius: 4px 0 0 4px;
  border-left: 2px solid transparent;
  display: block;
  width: 100%;
  height: 100%;
}
.kb-block-link a[data-v-822a9830]:hover {
    border-color: #00b6f0;
}
.kb-block-link .info-wrapper[data-v-822a9830] {
  padding: 15px 20px;
}
.kb-block-link .info-wrapper h3[data-v-822a9830] {
    margin: 10px 0;
    color: #33ccff;
}

.text-disabled[data-v-1c6147d4] {
  color: #616161;
}
.flex[data-v-1c6147d4] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1c6147d4],
.flex-column[data-v-1c6147d4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1c6147d4] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1c6147d4] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1c6147d4] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1c6147d4] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1c6147d4] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1c6147d4] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1c6147d4] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1c6147d4] {
  gap: 6px;
}
.gap-3[data-v-1c6147d4] {
  gap: 8px;
}
.gap-4[data-v-1c6147d4] {
  gap: 12px;
}
.gap-6[data-v-1c6147d4] {
  gap: 24px;
}
.clear-button[data-v-1c6147d4] {
  border: none;
  background: none;
}
.kb-feedback-panel .panel-body[data-v-1c6147d4] {
  padding: 40px 20px;
}
.kb-feedback-panel h2[data-v-1c6147d4] {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px 0;
}
.kb-feedback-panel .simple-feedback[data-v-1c6147d4] {
  text-align: center;
}
.kb-feedback-panel .full-feedback[data-v-1c6147d4] {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.kb-feedback-panel .done-feedback h2[data-v-1c6147d4] {
  margin: 0;
}
.buttons[data-v-1c6147d4] {
  margin-top: 8px;
}

.text-disabled[data-v-8a50fa52] {
  color: #616161;
}
.flex[data-v-8a50fa52] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-8a50fa52],
.flex-column[data-v-8a50fa52] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-8a50fa52] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-8a50fa52] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-8a50fa52] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-8a50fa52] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-8a50fa52] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-8a50fa52] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-8a50fa52] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-8a50fa52] {
  gap: 6px;
}
.gap-3[data-v-8a50fa52] {
  gap: 8px;
}
.gap-4[data-v-8a50fa52] {
  gap: 12px;
}
.gap-6[data-v-8a50fa52] {
  gap: 24px;
}
.clear-button[data-v-8a50fa52] {
  border: none;
  background: none;
}
.link-button[data-v-8a50fa52] {
  border: none;
  background: none;
  color: #33ccff;
}
.link-button[data-v-8a50fa52]:hover {
    text-decoration: underline;
}
.loading-msg[data-v-8a50fa52] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  width: 100%;
  font-style: italic;
}
.form-group[data-v-8a50fa52] {
  margin-bottom: 20px;
}
.form-group label[data-v-8a50fa52] {
    margin-bottom: 10px;
}
.h1-panel[data-v-8a50fa52] {
  display: -ms-flexbox;
  display: flex;
}
.h1-panel .panel-heading[data-v-8a50fa52],
  .h1-panel .panel-body[data-v-8a50fa52] {
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.h1-panel h1[data-v-8a50fa52] {
    margin: 10px 0;
}
.h1-panel h1 a[data-v-8a50fa52] {
      color: inherit;
      text-decoration: none;
}
.h1-panel h1 a[data-v-8a50fa52]:hover {
        color: #33ccff;
}
.h1-panel h2[data-v-8a50fa52] {
    margin: 10px 15px;
    font-size: 20px;
}
.search-panel .panel-body[data-v-8a50fa52] {
  padding: 40px 20px;
}
.search-panel h2[data-v-8a50fa52] {
  text-align: center;
  margin: 0 0 20px 0;
}
.search-panel .form-group[data-v-8a50fa52] {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
.search-panel .form-group input[data-v-8a50fa52] {
    padding-right: calc(0.5rem + 45px) !important;
    font-size: inherit;
}
.search-panel .form-group button[data-v-8a50fa52] {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    color: #b0b0b0;
    text-decoration: none;
}
.search-panel .form-group button[data-v-8a50fa52]:hover {
      background-color: #363636;
}
.search-panel .link-button[data-v-8a50fa52] {
  display: block;
  margin: 30px auto 0;
}
.filter-panel[data-v-8a50fa52] {
  margin: 24px auto;
  padding: 12px;
}
.results-panel .panel-body[data-v-8a50fa52] {
  padding: 40px 20px;
}
.results-panel h2[data-v-8a50fa52] {
  margin: 0 0 40px 0;
}
.results-panel .no-results h2[data-v-8a50fa52] {
  margin: 0;
}
.results-panel ol[data-v-8a50fa52] {
  list-style-type: none;
  margin: 0 0 -20px 0;
  padding: 0;
}
.results-panel li[data-v-8a50fa52] {
  margin-bottom: 20px;
}
.results-panel .info-group[data-v-8a50fa52] {
  color: #b0b0b0;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.results-panel .article-block[data-v-8a50fa52] {
  position: relative;
  z-index: 0;
  min-height: 128px;
}
.results-panel .article-overview[data-v-8a50fa52] {
  min-height: 128px;
  padding: 15px 20px 15px 148px;
}
.results-panel .article-overview img[data-v-8a50fa52] {
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    object-fit: cover;
}
.results-panel .article-overview h3[data-v-8a50fa52] {
    margin: 10px 0;
    color: #33ccff;
}
.results-panel .article-search-info[data-v-8a50fa52] {
  border-top: 1px solid #454545;
  background-color: #303030;
  height: 100%;
}
.results-panel .article-quotes[data-v-8a50fa52] {
  margin: 20px 0 0;
  padding: 0 15px;
  padding-bottom: 4px;
}
.results-panel .article-details[data-v-8a50fa52] {
  margin: 20px 0;
  padding: 0 15px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.kb-search .term-type-multiselect button {
  text-transform: capitalize;
}
.kb-search .software-select {
  margin-bottom: 30px;
}
.kb-search .software-select .software-list {
    margin-top: 20px;
}
.kb-search .results-panel .option-list {
  margin-top: 10px;
  margin-bottom: 1px;
}
.kb-search .results-panel .option-list .option {
    margin-bottom: 4px;
}
.kb-search .results-panel .option-list .option-inner {
    background-color: rgba(0, 0, 0, 0.2);
}

.text-disabled[data-v-244297ec] {
  color: #616161;
}
.flex[data-v-244297ec] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-244297ec],
.flex-column[data-v-244297ec] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-244297ec] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-244297ec] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-244297ec] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-244297ec] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-244297ec] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-244297ec] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-244297ec] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-244297ec] {
  gap: 6px;
}
.gap-3[data-v-244297ec] {
  gap: 8px;
}
.gap-4[data-v-244297ec] {
  gap: 12px;
}
.gap-6[data-v-244297ec] {
  gap: 24px;
}
ul[data-v-244297ec] {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
ul li[data-v-244297ec] {
    cursor: pointer;
}
button.selected[data-v-244297ec] {
  color: #f0f0f0;
  background-color: #363636;
  border-color: #666;
}

.text-disabled[data-v-88ba8ba6] {
  color: #616161;
}
.flex[data-v-88ba8ba6] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-88ba8ba6],
.flex-column[data-v-88ba8ba6] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-88ba8ba6] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-88ba8ba6] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-88ba8ba6] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-88ba8ba6] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-88ba8ba6] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-88ba8ba6] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-88ba8ba6] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-88ba8ba6] {
  gap: 6px;
}
.gap-3[data-v-88ba8ba6] {
  gap: 8px;
}
.gap-4[data-v-88ba8ba6] {
  gap: 12px;
}
.gap-6[data-v-88ba8ba6] {
  gap: 24px;
}
ol[data-v-88ba8ba6] {
  list-style-type: none;
  margin: 10px -15px -5px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.chip[data-v-88ba8ba6] {
  background: #303030;
}

.text-disabled[data-v-979a1526] {
  color: #616161;
}
.flex[data-v-979a1526] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-979a1526],
.flex-column[data-v-979a1526] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-979a1526] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-979a1526] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-979a1526] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-979a1526] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-979a1526] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-979a1526] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-979a1526] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-979a1526] {
  gap: 6px;
}
.gap-3[data-v-979a1526] {
  gap: 8px;
}
.gap-4[data-v-979a1526] {
  gap: 12px;
}
.gap-6[data-v-979a1526] {
  gap: 24px;
}
.h1-panel[data-v-979a1526] {
  display: -ms-flexbox;
  display: flex;
}
.h1-panel .panel-heading[data-v-979a1526],
  .h1-panel .panel-body[data-v-979a1526] {
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.h1-panel h1[data-v-979a1526] {
    margin: 10px 0;
}
.h1-panel h1 a[data-v-979a1526] {
      color: inherit;
      text-decoration: none;
}
.h1-panel h1 a[data-v-979a1526]:hover {
        color: #33ccff;
}
.h1-panel h2[data-v-979a1526] {
    margin: 10px 15px;
    font-size: 18px;
}
.results-panel h2[data-v-979a1526] {
  margin: 0 0 40px 0;
}
.results-panel ol[data-v-979a1526] {
  list-style-type: none;
  margin: -20px 0 40px 0;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.results-panel li[data-v-979a1526] {
  margin-bottom: 20px;
}
.results-panel .loading-msg[data-v-979a1526] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  width: 100%;
  font-style: italic;
}
.results-panel .category-heading[data-v-979a1526] {
  padding: 40px 20px;
  position: relative;
  z-index: 0;
}
.results-panel .category-heading img[data-v-979a1526] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.results-panel .article-block[data-v-979a1526] {
  position: relative;
  z-index: 0;
  height: 128px;
}
.results-panel .article-wrapper[data-v-979a1526] {
  height: 100%;
  padding: 15px 20px 15px 148px;
}
.results-panel .article-wrapper img[data-v-979a1526] {
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    object-fit: cover;
    z-index: -1;
}
.results-panel .article-wrapper h3[data-v-979a1526] {
    margin: 10px 0;
    color: #33ccff;
}

.text-disabled[data-v-18bb2e52] {
  color: #616161;
}
.flex[data-v-18bb2e52] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-18bb2e52],
.flex-column[data-v-18bb2e52] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-18bb2e52] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-18bb2e52] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-18bb2e52] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-18bb2e52] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-18bb2e52] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-18bb2e52] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-18bb2e52] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-18bb2e52] {
  gap: 6px;
}
.gap-3[data-v-18bb2e52] {
  gap: 8px;
}
.gap-4[data-v-18bb2e52] {
  gap: 12px;
}
.gap-6[data-v-18bb2e52] {
  gap: 24px;
}
.h1-panel[data-v-18bb2e52] {
  display: -ms-flexbox;
  display: flex;
}
.h1-panel .panel-heading[data-v-18bb2e52],
  .h1-panel .panel-body[data-v-18bb2e52] {
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.h1-panel h1[data-v-18bb2e52] {
    margin: 10px 0;
}
.h1-panel h1 a[data-v-18bb2e52] {
      color: inherit;
      text-decoration: none;
}
.h1-panel h1 a[data-v-18bb2e52]:hover {
        color: #33ccff;
}
.h1-panel h2[data-v-18bb2e52] {
    margin: 10px 15px;
    font-size: 20px;
}
.article-panel .article-heading[data-v-18bb2e52] {
  margin: 0 0 10px 0;
  padding: 40px 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.article-panel .article-heading[data-v-18bb2e52]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 120px;
    background-color: #33ccff;
}
.article-panel .article-heading img[data-v-18bb2e52] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.article-panel .article-heading h2[data-v-18bb2e52] {
    margin: 0 0 15px;
}
.article-panel .article-heading span[data-v-18bb2e52] {
    font-style: italic;
}
.article-panel .article-heading a[data-v-18bb2e52] {
    margin-left: 10px;
}
.article-panel .article-body[data-v-18bb2e52] {
  margin-bottom: 40px;
  padding: 0 20px;
}
.article-panel hr[data-v-18bb2e52] {
  width: 60%;
  margin: 40px auto;
}
.article-panel .article-extras[data-v-18bb2e52] {
  margin-bottom: 40px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.article-panel .article-extras .info-group[data-v-18bb2e52] {
    margin: 20px 0 10px;
}
.article-panel .loading-msg[data-v-18bb2e52] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  width: 100%;
  font-style: italic;
  padding: 0 20px;
}
img[data-v-18bb2e52] {
  max-width: 100%;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.kb-article .article-body figure,
.kb-article .article-body img {
  max-width: 100%;
}
.kb-article .article-body h3 {
  margin: 50px 0 30px;
}
.kb-article .article-body h4 {
  margin: 40px 0 20px;
  font-size: 20px;
}
.kb-article .article-body p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.kb-article .article-body li > p {
  margin: 0 0 10px 0;
}
.kb-article .article-body > ul,
.kb-article .article-body > ol {
  margin: 0 0 20px 0 !important;
}
.kb-article .article-body figure {
  margin: 30px auto 20px;
  width: 80%;
}
.kb-article .article-body figure video,
  .kb-article .article-body figure iframe,
  .kb-article .article-body figure iframe-wrapper,
  .kb-article .article-body figure figcaption {
    width: 100%;
}
.kb-article .article-body figure img,
  .kb-article .article-body figure video,
  .kb-article .article-body figure iframe {
    border: 4px solid #363636;
}
.kb-article .article-body figure img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 450px;
    object-fit: contain;
}
.kb-article .article-body figure .iframe-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.kb-article .article-body figure .iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.kb-article .article-body figcaption {
  color: #b0b0b0;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  position: relative;
  padding: 10px 10px 10px 35px;
}
.kb-article .article-body figcaption::before {
    content: '\2014';
    position: absolute;
    left: 10px;
}

.text-disabled[data-v-a7e006b8] {
  color: #616161;
}
.flex[data-v-a7e006b8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-a7e006b8],
.flex-column[data-v-a7e006b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-a7e006b8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-a7e006b8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-a7e006b8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-a7e006b8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-a7e006b8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-a7e006b8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-a7e006b8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-a7e006b8] {
  gap: 6px;
}
.gap-3[data-v-a7e006b8] {
  gap: 8px;
}
.gap-4[data-v-a7e006b8] {
  gap: 12px;
}
.gap-6[data-v-a7e006b8] {
  gap: 24px;
}
.h1-panel[data-v-a7e006b8] {
  display: -ms-flexbox;
  display: flex;
}
.h1-panel .panel-heading[data-v-a7e006b8],
  .h1-panel .panel-body[data-v-a7e006b8] {
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.h1-panel h1[data-v-a7e006b8] {
    margin: 10px 0;
}
.h1-panel h1 a[data-v-a7e006b8] {
      color: inherit;
      text-decoration: none;
}
.h1-panel h1 a[data-v-a7e006b8]:hover {
        color: #33ccff;
}
.h1-panel h2[data-v-a7e006b8] {
    margin: 10px 15px;
    font-size: 20px;
}
.editor-panel .panel-body[data-v-a7e006b8] {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.editor-panel h2[data-v-a7e006b8] {
  margin: 0 0 40px 0;
}
.editor-panel .form-group[data-v-a7e006b8] {
  margin-bottom: 40px;
}
.editor-panel .form-group.submit-group[data-v-a7e006b8] {
    margin-bottom: 10px;
}
.editor-panel .cover-img-group[data-v-a7e006b8] {
  padding-top: 10px;
}
.editor-panel .cover-img-group > *[data-v-a7e006b8] {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.editor-panel .cover-img-group .cover-img[data-v-a7e006b8] {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border: 2px solid #565656;
}
.editor-panel .cover-img-group .btn[data-v-a7e006b8] {
    display: block;
    width: 100%;
    font-weight: 400 !important;
    margin-bottom: 10px;
}
.editor-panel .cover-img-group label[data-v-a7e006b8] {
    position: static;
}
.editor-panel .cover-img-group input[type=file][data-v-a7e006b8] {
    display: none;
}
.editor-panel .html-editor[data-v-a7e006b8] {
  margin: 10px 0 20px;
}
.editor-panel .loading-msg[data-v-a7e006b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  width: 100%;
  font-style: italic;
}
.delete-panel .panel-body[data-v-a7e006b8] {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.delete-panel h2[data-v-a7e006b8] {
  margin: 0 0 40px 0;
}
.delete-panel .form-group[data-v-a7e006b8] {
  margin-bottom: 40px;
}
.delete-panel .form-group.submit-group[data-v-a7e006b8] {
    margin-bottom: 10px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.kb-article-editor .editor-panel .multiselect {
  margin-bottom: -15px;
}
.kb-article-editor .editor-panel .term-type-multiselect button {
  text-transform: capitalize;
}
.kb-article-editor .editor-panel .software-select .software-list {
  margin-top: 20px;
}
.kb-article-editor .editor-panel .software-select .software-list > li {
    width: 100px;
}
.kb-article-editor .kb-feedback-panel {
  max-width: 800px;
  margin: 0 auto 30px;
}

.text-disabled[data-v-d48fdc74] {
  color: #616161;
}
.flex[data-v-d48fdc74] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-d48fdc74],
.flex-column[data-v-d48fdc74] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-d48fdc74] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-d48fdc74] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-d48fdc74] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-d48fdc74] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-d48fdc74] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-d48fdc74] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-d48fdc74] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-d48fdc74] {
  gap: 6px;
}
.gap-3[data-v-d48fdc74] {
  gap: 8px;
}
.gap-4[data-v-d48fdc74] {
  gap: 12px;
}
.gap-6[data-v-d48fdc74] {
  gap: 24px;
}
.html-editor[data-v-d48fdc74] {
  border-bottom: 1px solid #fff;
  position: relative;
}
.html-toolbar[data-v-d48fdc74] {
  box-sizing: content-box;
  line-height: 25px;
  background-color: #363636;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
}
.html-toolbar[data-v-d48fdc74]::after {
    content: '';
    display: table;
    clear: both;
}
.html-toolbar .tool-group[data-v-d48fdc74] {
    float: left;
    margin: 8px 16px 8px 8px;
    height: 25px;
}
.html-toolbar select[data-v-d48fdc74] {
    background: none;
    border: none;
    display: block;
    height: 100%;
    padding-right: 5px;
    cursor: pointer;
}
.html-toolbar option[data-v-d48fdc74] {
    background: #363636;
    color: #b0b0b0;
}
.html-toolbar button[data-v-d48fdc74] {
    background: none;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
}
.html-toolbar button[data-v-d48fdc74]:hover, .html-toolbar button.active[data-v-d48fdc74] {
      background-color: #b0b0b0;
      color: #363636;
}
.html-toolbar .toolbar-extension[data-v-d48fdc74] {
    clear: both;
    border-top: 1px solid #464646;
}
.html-toolbar .toolbar-extension input[type="text"][data-v-d48fdc74] {
      margin: 0 15px 0 0;
      height: 100%;
      line-height: inherit;
      padding: 0;
      border-bottom-color: #b0b0b0 !important;
}
.html-toolbar .toolbar-extension input[type="file"][data-v-d48fdc74] {
      margin: 0 15px 0 0;
      height: 100%;
      line-height: inherit;
      -ms-flex: 1;
          flex: 1;
      min-width: 0;
      padding: 0 0 0 5px;
}
.html-toolbar .toolbar-extension input[type="submit"][data-v-d48fdc74] {
      font-size: 14px;
      height: 100%;
      line-height: inherit;
      padding: 0 20px;
}
.html-toolbar .toolbar-extension input[disabled][data-v-d48fdc74] {
      opacity: 0.5;
}
.html-toolbar .toolbar-extension .file-input[data-v-d48fdc74] {
      display: -ms-flexbox;
      display: flex;
      min-width: 0;
      top: 0;
      padding: 0 5px 0 0;
      margin: 0 10px 0 0;
      height: 100%;
      white-space: nowrap;
      overflow: hidden;
}
.html-toolbar .toolbar-extension .file-input input[data-v-d48fdc74] {
        display: none;
}
.html-toolbar .toolbar-extension .file-input .action-btn[data-v-d48fdc74] {
        border: 1px solid #b0b0b0;
        cursor: pointer;
        padding: 0 10px;
        height: 100%;
        float: left;
        font-weight: normal !important;
}
.html-toolbar .toolbar-extension .file-input .action-btn[data-v-d48fdc74]:hover {
          background-color: #b0b0b0;
          color: #363636;
}
.html-toolbar .toolbar-extension .file-input .filename[data-v-d48fdc74] {
        -ms-flex: 1;
            flex: 1;
        margin-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        font-size: 12px;
}
.html-toolbar .toolbar-extension .radio-input[data-v-d48fdc74] {
      white-space: nowrap;
      margin-right: 15px;
      height: 100%;
      cursor: pointer;
}
.html-toolbar .toolbar-extension .radio-input label[data-v-d48fdc74] {
        cursor: inherit;
        display: block;
        float: left;
        margin: 0;
        padding: 0 10px;
        height: 100%;
        line-height: inherit;
        position: relative;
        top: 0;
        border: 1px solid #b0b0b0;
}
.html-toolbar .toolbar-extension .radio-input label.active[data-v-d48fdc74] {
          font-weight: normal !important;
          background-color: #b0b0b0;
          color: #363636;
}
.html-toolbar .toolbar-extension .radio-input label input[data-v-d48fdc74] {
          visibility: hidden;
          position: absolute;
          margin: 0;
}
.html-toolbar .toolbar-extension .link-menu[data-v-d48fdc74],
    .html-toolbar .toolbar-extension .image-menu[data-v-d48fdc74],
    .html-toolbar .toolbar-extension .video-menu[data-v-d48fdc74],
    .html-toolbar .toolbar-extension .link-menu[data-v-d48fdc74] {
      display: -ms-flexbox;
      display: flex;
      box-sizing: content-box;
      height: 30px;
      line-height: 30px;
      padding: 8px 8px 12px 8px;
}
.html-toolbar .toolbar-extension .link-menu input[type="text"][data-v-d48fdc74],
      .html-toolbar .toolbar-extension .image-menu input[type="text"][data-v-d48fdc74],
      .html-toolbar .toolbar-extension .video-menu input[type="text"][data-v-d48fdc74],
      .html-toolbar .toolbar-extension .link-menu input[type="text"][data-v-d48fdc74] {
        -ms-flex: 1;
            flex: 1;
}
.html-toolbar .toolbar-extension .image-menu[data-v-d48fdc74],
    .html-toolbar .toolbar-extension .video-menu[data-v-d48fdc74],
    .html-toolbar .toolbar-extension .file-menu[data-v-d48fdc74] {
      display: -ms-flexbox;
      display: flex;
      box-sizing: content-box;
      height: 30px;
      line-height: 30px;
      padding: 8px 8px 12px 8px;
}
.html-toolbar .toolbar-extension .image-menu input[type="text"][data-v-d48fdc74],
      .html-toolbar .toolbar-extension .image-menu .file-input[data-v-d48fdc74],
      .html-toolbar .toolbar-extension .video-menu input[type="text"][data-v-d48fdc74],
      .html-toolbar .toolbar-extension .video-menu .file-input[data-v-d48fdc74],
      .html-toolbar .toolbar-extension .file-menu input[type="text"][data-v-d48fdc74],
      .html-toolbar .toolbar-extension .file-menu .file-input[data-v-d48fdc74] {
        -ms-flex: 1;
            flex: 1;
}
.html-toolbar .toolbar-extension .emoji-picker[data-v-d48fdc74] {
      height: 200px;
      width: 100%;
      border: none;
}

@charset "UTF-8";
.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.ProseMirror .empty-node::before {
  position: absolute;
  color: #aaa;
  cursor: text;
}
.ProseMirror .empty-node:hover::before {
  color: #777;
}
.ProseMirror p.empty-node:first-child::before {
  content: 'Begin typing here\2026';
}
.html-editor .emoji-picker input {
  border-color: #464646;
}
.html-editor .html-content {
  margin: 20px 0;
  outline: none;
  white-space: pre-wrap;
}
.html-editor ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 10px;
}
.iframe-wrapper {
  position: relative;
}
.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-disabled[data-v-7a4ebe98] {
  color: #616161;
}
.flex[data-v-7a4ebe98] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-7a4ebe98],
.flex-column[data-v-7a4ebe98] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-7a4ebe98] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-7a4ebe98] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-7a4ebe98] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-7a4ebe98] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-7a4ebe98] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-7a4ebe98] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-7a4ebe98] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-7a4ebe98] {
  gap: 6px;
}
.gap-3[data-v-7a4ebe98] {
  gap: 8px;
}
.gap-4[data-v-7a4ebe98] {
  gap: 12px;
}
.gap-6[data-v-7a4ebe98] {
  gap: 24px;
}
.emoji-picker[data-v-7a4ebe98] {
  white-space: nowrap;
  overflow: hidden;
  background: #363636;
  border: 1px solid #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
input[data-v-7a4ebe98] {
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  width: 100%;
  padding: 8px;
  color: #f0f0f0;
}
input[data-v-7a4ebe98]:focus {
    outline: none;
}
.emoji-category-list[data-v-7a4ebe98] {
  margin: 0;
  padding: 10px;
  list-style: none;
  overflow: auto;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.emoji-category:not(:first-of-type) .emoji-category-title[data-v-7a4ebe98] {
  margin-top: 20px;
}
.emoji-category-title[data-v-7a4ebe98] {
  font-weight: bold;
  margin-bottom: 10px;
}
.emoji-list[data-v-7a4ebe98] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.emoji-list button[data-v-7a4ebe98] {
    background: transparent center / 20px 20px no-repeat;
    border: none;
    width: 28px;
    height: 28px;
}
.emoji-list button[data-v-7a4ebe98]:hover {
      background-color: #555;
}

.text-disabled[data-v-41226990] {
  color: #616161;
}
.flex[data-v-41226990] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-41226990],
.flex-column[data-v-41226990] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-41226990] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-41226990] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-41226990] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-41226990] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-41226990] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-41226990] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-41226990] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-41226990] {
  gap: 6px;
}
.gap-3[data-v-41226990] {
  gap: 8px;
}
.gap-4[data-v-41226990] {
  gap: 12px;
}
.gap-6[data-v-41226990] {
  gap: 24px;
}
section.mentor-selector[data-v-41226990],
.panel[data-v-41226990] {
  min-height: calc(100vh - 16px);
}
.panel-body[data-v-41226990] {
  height: 100%;
}
.placeholder[data-v-41226990] {
  float: none;
  margin: 0 auto;
  display: block;
}
.filters[data-v-41226990] {
  padding: 0 1.2rem;
}
.public-image[data-v-41226990] {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 30px;
  height: auto;
}
h3.disabled[data-v-41226990] {
  color: #ccc;
  font-weight: 100;
  line-height: 1.5em;
  padding: 1rem;
}
.studio-wrapper[data-v-41226990] {
  position: relative;
  z-index: 9999999;
  max-width: 960px;
}
.studio-wrapper ul[data-v-41226990] {
    margin-top: 12px;
}
.availability[data-v-41226990] {
  width: 700px;
  margin-bottom: 2rem;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.availability input[data-v-41226990] {
    display: none;
}
.availability label[data-v-41226990] {
    margin: 1rem;
    color: #1a1a1a;
    padding: 0.4rem 1rem;
    cursor: pointer;
}
.availability li:nth-child(1) label[data-v-41226990] {
    background: #0e444b;
}
.availability li:nth-child(1) input:checked + label[data-v-41226990] {
    background: #25b8cd;
}
.availability li:nth-child(2) label[data-v-41226990] {
    background: #154b0e;
}
.availability li:nth-child(2) input:checked + label[data-v-41226990] {
    background: #39cd25;
}
.availability li:nth-child(3) label[data-v-41226990] {
    background: #4b230e;
}
.availability li:nth-child(3) input:checked + label[data-v-41226990] {
    background: #cd6025;
}
.availability li:nth-child(4) label[data-v-41226990] {
    background: #7d7d7d;
}
.availability li:nth-child(4) input:checked + label[data-v-41226990] {
    background: #cacaca;
}
.unavailable[data-v-41226990] {
  opacity: 0.5;
}
.past-mentees[data-v-41226990] {
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 4px;
}
.tags-wrapper[data-v-41226990] {
  margin-top: 12px;
}
.current-mentees[data-v-41226990] {
  height: 4rem;
  background-color: transparent;
  margin-left: 0px;
  float: left;
}
.current-mentees li[data-v-41226990] {
    background-color: transparent;
    float: left;
    position: relative;
    top: -9px;
    width: 26px !important;
}
.current-mentees .checkbox[data-v-41226990] {
    position: relative;
    border: 2px solid #363636;
    width: 20px;
    height: 20px;
}
.current-mentees .ri-check-line[data-v-41226990] {
    font-size: 22px;
    color: #474747;
    position: absolute;
    top: -7px;
    left: -3px;
}
.current-mentees .ri-check-line.green[data-v-41226990] {
      color: #3cb878;
}
.featured-image-wrapper[data-v-41226990] {
  position: relative;
}
.past-mentees[data-v-41226990] {
  bottom: 5px;
  right: 5px;
}
.mentor-top .header[data-v-41226990] {
  background: red;
}
.modal-wrapper[data-v-41226990] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.modal-wrapper .modal-box[data-v-41226990] {
    width: 500px;
    border: 1px solid #fff;
    text-align: center;
    border: 3px solid #111;
    background: #555;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-wrapper .modal-box[data-v-41226990]::after {
      display: block;
      content: '';
      background: rgba(50, 50, 50, 0.75);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
}
.modal-wrapper .modal-box textarea[data-v-41226990] {
      height: 350px;
      border: 2px solid black;
      box-shadow: inset 0px 0px 190px rgba(0, 0, 0, 0.5);
      background: #333;
}
.modal-wrapper .modal-box .file-select[data-v-41226990] {
      border: 2px solid black;
      box-shadow: inset 0px 0px 190px rgba(0, 0, 0, 0.5);
      background: #333;
}
.modal-wrapper .modal-box textarea[data-v-41226990],
    .modal-wrapper .modal-box button[data-v-41226990],
    .modal-wrapper .modal-box h3[data-v-41226990],
    .modal-wrapper .modal-box .file-select[data-v-41226990] {
      z-index: 999;
      position: relative;
}
.modal-wrapper img[data-v-41226990] {
    z-index: 999;
}
.modal-wrapper h3[data-v-41226990] {
    margin-top: 85px;
    margin-bottom: 10px;
}
.modal-wrapper .template-selector[data-v-41226990] {
    position: relative;
    z-index: 999;
    text-align: right;
    width: 400px;
    margin: 0 auto;
}
.modal-wrapper .template-selector ol[data-v-41226990] {
      display: inline;
      list-style-type: none;
      margin: 0;
      padding: 0;
}
.modal-wrapper .template-selector li[data-v-41226990] {
      display: inline;
}
.modal-wrapper .template-selector li[data-v-41226990]:not(:last-of-type)::after {
        content: '|';
}
.modal-wrapper .template-selector li.selected[data-v-41226990] {
        font-weight: bold;
}
.modal-wrapper .template-selector button[data-v-41226990] {
      background: none;
      border: none;
      padding: 5px 3px;
      margin: 0;
      text-decoration: underline;
}
.modal-wrapper .avatar[data-v-41226990] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    top: -75px;
    left: calc(50% - 75px);
    border: 2px solid #111;
}
.modal-wrapper textarea[data-v-41226990] {
    resize: none;
    width: 400px;
    height: 280px;
    color: #fafafa;
    padding: 10px;
}
.modal-wrapper .file-select[data-v-41226990] {
    width: 400px;
    margin: 0 auto;
}
.modal-wrapper button[data-v-41226990] {
    margin: 1rem auto 2rem;
    padding: 5px 20px;
    border: 1px solid #3cf;
}
.match-percentage.green[data-v-41226990] {
  color: green;
}
.match-percentage.yellow[data-v-41226990] {
  color: yellow;
}
.match-percentage.red[data-v-41226990] {
  color: red;
}
.footer[data-v-41226990] {
  background: #111;
  font-size: 1.4rem;
  padding-right: 6px;
}
.selector[data-v-41226990] {
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 2em;
}
.mentors[data-v-41226990] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  box-shadow: inset 0 0 200px 100px #222222;
  background-color: #666;
}
@media screen and (max-width: 1800px) {
.mentors[data-v-41226990] {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 1500px) {
.mentors[data-v-41226990] {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 1000px) {
.mentors[data-v-41226990] {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
}
}
.mentors .mentor[data-v-41226990] {
    box-shadow: 0px 0px 30px black;
    border: solid 1px #424242;
}
.mentors li[data-v-41226990] {
    padding: 10px;
    background: transparent;
}
.mentors .avatar[data-v-41226990] {
    width: 140px;
    height: 140px;
    object-fit: cover;
    filter: grayscale(100%);
}
.mentors .header[data-v-41226990] {
    position: relative;
    background: #121212;
    color: #fafafa;
    width: 100%;
    padding: 12px;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.mentors .header span[data-v-41226990] {
      display: block;
      margin: 0;
      padding: 0;
}
.mentors .header .name[data-v-41226990],
    .mentors .header .position[data-v-41226990] {
      overflow: hidden;
      text-overflow: ellipsis;
}
.mentors .header .company a[data-v-41226990] {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #00b6f0;
      text-decoration: underline;
}
.mentors .featured-image[data-v-41226990] {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.specialties[data-v-41226990] {
  padding: 1rem 0;
  max-width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 12px;
}
.specialties input[type='checkbox'][data-v-41226990] {
    display: none;
}
.specialties input[type='checkbox']:checked + label[data-v-41226990] {
    background: #ccc;
    color: #1a1a1a;
    font-weight: 700 !important;
}
select.select-medium[data-v-41226990] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.mentor-selector .modal-wrapper .file-list {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.text-disabled[data-v-f7bce638] {
  color: #616161;
}
.flex[data-v-f7bce638] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-f7bce638],
.flex-column[data-v-f7bce638] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-f7bce638] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-f7bce638] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-f7bce638] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-f7bce638] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-f7bce638] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-f7bce638] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-f7bce638] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-f7bce638] {
  gap: 6px;
}
.gap-3[data-v-f7bce638] {
  gap: 8px;
}
.gap-4[data-v-f7bce638] {
  gap: 12px;
}
.gap-6[data-v-f7bce638] {
  gap: 24px;
}
.file-select[data-v-f7bce638] {
  border: 1px solid #555;
  background-color: #1a1a1a;
  cursor: pointer;
}
.file-select.files-over .instructions[data-v-f7bce638] {
    opacity: 0.6;
}
.file-select.disabled[data-v-f7bce638] {
    cursor: default;
}
input[type="file"][data-v-f7bce638] {
  display: none;
}
.instructions[data-v-f7bce638] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 10px;
}
.file-list[data-v-f7bce638] {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
.file-list li[data-v-f7bce638] {
    position: relative;
    cursor: default;
}
.file-list li:hover .auto-hide[data-v-f7bce638] {
      display: block;
}
.file-list li[data-v-f7bce638]::before {
      content: '';
      display: inline-block;
      padding-top: 100%;
      float: left;
}
.file-list li[data-v-f7bce638]::after {
      content: '';
      display: table;
      clear: both;
}
.file-list .auto-hide[data-v-f7bce638] {
    display: none;
}
.file-list img[data-v-f7bce638] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.file-list .file-info[data-v-f7bce638] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.file-list .file-info[data-v-f7bce638]:hover {
      background-color: rgba(0, 0, 0, 0.5);
}
.file-list .file-info .file-size[data-v-f7bce638],
    .file-list .file-info .file-name[data-v-f7bce638] {
      background-color: #333;
      border: 1px solid #ccc;
      color: #ccc;
      display: inline-block;
      padding: 2px 5px;
      max-width: calc(100% - 20px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.file-list .file-info .file-size[data-v-f7bce638]:hover,
      .file-list .file-info .file-name[data-v-f7bce638]:hover {
        max-width: none;
}
.file-list .file-info .file-size[data-v-f7bce638] {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
}
.file-list .file-info .file-name[data-v-f7bce638] {
      font-size: 12px;
      position: absolute;
      top: calc(50% - 3px);
      left: 50%;
      transform: translate(-50%, -50%);
}
.file-list .file-info button[data-v-f7bce638] {
      background-color: #333;
      border: 2px solid white;
      color: white;
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 100px;
      max-width: calc(100% - 20px);
      height: 30px;
}

.text-disabled[data-v-1cd4f990] {
  color: #616161;
}
.flex[data-v-1cd4f990] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1cd4f990],
.flex-column[data-v-1cd4f990] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1cd4f990] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1cd4f990] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1cd4f990] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1cd4f990] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1cd4f990] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1cd4f990] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1cd4f990] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1cd4f990] {
  gap: 6px;
}
.gap-3[data-v-1cd4f990] {
  gap: 8px;
}
.gap-4[data-v-1cd4f990] {
  gap: 12px;
}
.gap-6[data-v-1cd4f990] {
  gap: 24px;
}
.search-select[data-v-1cd4f990] {
  height: 40px;
  line-height: 40px;
  overflow: visible;
  cursor: text;
  position: relative;
  background: #363636;
}
.input-wrapper[data-v-1cd4f990] {
  position: relative;
  height: 100%;
}
.input-wrapper input[data-v-1cd4f990] {
    background: none;
    border: none;
    color: #c0c0c0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 35px 0 10px;
}
.input-wrapper input[data-v-1cd4f990]:focus {
      color: #f0f0f0;
}
.input-wrapper .placeholder[data-v-1cd4f990] {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 10px;
    color: #888;
}
.input-wrapper i[data-v-1cd4f990] {
    pointer-events: none;
    font-size: 16px;
    line-height: inherit;
    position: absolute;
    top: -1px;
    right: 0;
    height: 100%;
    padding: 0 10px;
}
.dropdown[data-v-1cd4f990] {
  position: absolute;
  top: 100%;
  background: #363636;
  border: 1px solid #666;
  width: 100%;
  max-height: 250px;
  overflow: auto;
}
.option-list[data-v-1cd4f990] {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100%;
}
.option[data-v-1cd4f990] {
  white-space: nowrap;
  display: block;
  color: #ebebeb;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.option.highlighted[data-v-1cd4f990] {
    background-color: #b0b0b0;
    color: #363636;
}
.status-msg[data-v-1cd4f990] {
  padding: 0 10px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.mentor-profile .slick-arrow {
  background: rgba(0, 182, 240, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  color: #303030;
  position: absolute;
  z-index: 99999;
  font-size: 2rem;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 4px;
}
.mentor-profile .slick-arrow:hover {
    background: rgba(0, 182, 240, 0.9);
}
.mentor-profile .slick-next {
  padding-left: 8px;
  right: 0;
  top: calc(50% - 20px);
}
.mentor-profile .slick-prev {
  padding-right: 8px;
  left: 0;
  top: calc(50% - 20px);
}
.mentor-profile .slick-list {
  margin: 0 -10px;
}
.mentor-profile .slick-slide > div {
  padding: 0 10px;
}
.mentor-profile .swiper-wrapper {
  height: 100vh;
}
.mentor-profile .swiper-wrapper .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.text-disabled[data-v-087bf140] {
  color: #616161;
}
.flex[data-v-087bf140] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-087bf140],
.flex-column[data-v-087bf140] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-087bf140] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-087bf140] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-087bf140] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-087bf140] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-087bf140] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-087bf140] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-087bf140] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-087bf140] {
  gap: 6px;
}
.gap-3[data-v-087bf140] {
  gap: 8px;
}
.gap-4[data-v-087bf140] {
  gap: 12px;
}
.gap-6[data-v-087bf140] {
  gap: 24px;
}
.panel[data-v-087bf140] {
  background: #121212;
}
.demo-reel[data-v-087bf140] {
  margin-bottom: 24px;
}
.demo-reel-thumbnail[data-v-087bf140] {
  position: relative;
}
.demo-reel-thumbnail > img[data-v-087bf140] {
    width: 100%;
}
.demo-reel-thumbnail .play-button-wrapper[data-v-087bf140] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.demo-reel-thumbnail .play-button-wrapper img[data-v-087bf140] {
      width: 60px;
      height: 60px;
}
.mentor-header[data-v-087bf140] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
.mentor-header[data-v-087bf140] {
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.mentor-header[data-v-087bf140]::after {
    display: block;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, rgba(18, 18, 18, 0.75) 0, #262626 90%);
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
}
.mentor-header .avatar-wrapper[data-v-087bf140],
  .mentor-header .header-content[data-v-087bf140] {
    position: relative;
    z-index: 99;
}
.mentor-header .header-content[data-v-087bf140] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.mentor-header .mentor-name[data-v-087bf140] {
    gap: 12px;
    margin: 0;
}
@media screen and (max-width: 640px) {
.mentor-header .mentor-name[data-v-087bf140] {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
}
.mentor-header .avatar-wrapper[data-v-087bf140] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
@media screen and (max-width: 960px) {
.mentor-header .avatar-wrapper[data-v-087bf140] {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
}
}
.mentor-header img.avatar[data-v-087bf140] {
    width: 228px;
    height: 228px;
    object-fit: cover;
    border-radius: 8px;
}
.mentor-header ul.specialties[data-v-087bf140] {
    gap: 12px;
    margin-top: 8px;
}
.mentor-header ul.specialties a[data-v-087bf140],
    .mentor-header ul.specialties a[data-v-087bf140]:visited {
      color: whitesmoke;
}
.mentor-header .connect[data-v-087bf140] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.mentor-header .social[data-v-087bf140] {
    gap: 12px;
}
.mentor-header .social li[data-v-087bf140] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
}
.mentor-header .social svg[data-v-087bf140] {
      width: 16px;
      height: 16px;
}
.mentor-header .social i[data-v-087bf140] {
      position: relative;
      top: 2px;
      font-size: 22px;
      color: whitesmoke;
}
.mentor-header .current-mentees[data-v-087bf140] {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    padding: 0.35rem 1rem;
    z-index: 99;
}
.mentor-header .current-mentees ul[data-v-087bf140] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      background: transparent;
}
.mentor-header .current-mentees li[data-v-087bf140] {
      padding: 0 0.5rem;
      background: transparent;
}
.mentor-header .current-mentees .term-availability[data-v-087bf140] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
}
.mentor-header .current-mentees .checkbox[data-v-087bf140] {
      position: relative;
      border: 2px solid #474747;
      background: transparent;
      width: 16px;
      height: 16px;
}
.mentor-header .current-mentees .ri-check-line[data-v-087bf140] {
      color: #474747;
      font-size: 18px;
      position: absolute;
      top: -6px;
      left: -2px;
}
.mentor-header .current-mentees .ri-check-line.green[data-v-087bf140] {
        color: #3cb878;
}
.mentor-header .current-mentees .ri-close-line[data-v-087bf140] {
      font-size: 18px;
      position: absolute;
      top: -2px;
      left: -1px;
}
.mentor-header .current-mentees .ri-close-line.red[data-v-087bf140] {
        color: #f14f5d;
}
.mentor-header .current-mentees .unconfirmed[data-v-087bf140] {
      font-size: 12px;
      padding-left: 0.5rem;
      opacity: 0.65;
}
.mentor-header .avatar[data-v-087bf140] {
    max-width: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name[data-v-087bf140] {
  display: inline-block;
}
.position[data-v-087bf140] {
  display: block;
}
.availability[data-v-087bf140] {
  display: block;
}
.mentor-data-section[data-v-087bf140],
.section-row[data-v-087bf140] {
  max-width: 864px;
}
.mentor-data-section h3[data-v-087bf140],
  .section-row h3[data-v-087bf140] {
    margin-bottom: 12px;
}
.section-row[data-v-087bf140] {
  margin-top: 24px;
}
ul.tags[data-v-087bf140] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.chip.level-2[data-v-087bf140] {
  background: #216542;
  color: whitesmoke;
}
.chip.level-1[data-v-087bf140] {
  color: whitesmoke;
  background: #616161 !important;
}
.legend[data-v-087bf140] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.legend .tags[data-v-087bf140] {
    border: 1px solid #545454;
    border-radius: 4px;
    padding: 1rem;
    -ms-flex-pack: center;
        justify-content: center;
}
.legend .tags li[data-v-087bf140] {
      margin: 0;
}
.name[data-v-087bf140],
.availability[data-v-087bf140],
.position[data-v-087bf140],
.company[data-v-087bf140] {
  font-size: 2rem;
  font-weight: 300;
}
.name[data-v-087bf140] {
  color: whitesmoke;
  font-size: 18pt;
  margin-top: 2rem;
}
.availability[data-v-087bf140] {
  color: #b0b0b0;
}
.position[data-v-087bf140] {
  color: whitesmoke;
}
.ri-close-line[data-v-087bf140] {
  z-index: 9999999;
}
.past-students .avatar-wrapper[data-v-087bf140] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.past-students .avatar-wrapper img[data-v-087bf140] {
    max-height: 200px;
    object-fit: cover;
}
.past-students .header[data-v-087bf140] {
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
}
.past-students .header > div[data-v-087bf140] {
    width: 50%;
}
.past-students .header .meta[data-v-087bf140] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 2rem;
}
.past-students .links[data-v-087bf140] {
  text-align: center;
}
.past-students .images[data-v-087bf140] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.past-students .images li[data-v-087bf140] {
    width: 25%;
    padding: 1rem;
}
.past-students .images li img[data-v-087bf140] {
      height: 320px;
      width: 100%;
      object-fit: cover;
      cursor: pointer;
}
a[data-v-087bf140] {
  text-decoration: underline;
}
.connect[data-v-087bf140] {
  background: #00b6f0;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  padding: 0.8rem 1.5rem;
  border: none;
}
.connect.disabled[data-v-087bf140] {
    background: #616161;
    opacity: 0.5;
    cursor: default;
}
.panel .panel-body[data-v-087bf140] {
  padding: 0 16px 16px 16px;
}
.mentor-info .left[data-v-087bf140] {
  width: 200px;
}
.mentor-info .left[data-v-087bf140],
.mentor-info .right[data-v-087bf140] {
  line-height: 24px;
}
@media screen and (max-width: 960px) {
.mentor-info .row[data-v-087bf140] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.mentor-info .left[data-v-087bf140],
  .mentor-info .right[data-v-087bf140] {
    width: 100%;
}
}
.email[data-v-087bf140] {
  text-align: center;
  margin-top: 2rem;
}
.email a[data-v-087bf140] {
    padding-left: 3rem;
    padding-right: 3rem;
}
.bio-wrapper[data-v-087bf140] {
  margin: 24px 0;
}
.links[data-v-087bf140] {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.links li[data-v-087bf140] {
    margin-top: 1rem;
}
ul.credits[data-v-087bf140] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (200px)[3];
      grid-template-columns: repeat(3, 200px);
  gap: 12px;
}
@media screen and (max-width: 960px) {
ul.credits[data-v-087bf140] {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 960px) {
ul.credits[data-v-087bf140] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
}
}
ul.credits img[data-v-087bf140] {
    width: 210px;
    height: 303px;
    object-fit: cover;
    max-width: 100%;
}
.work-samples[data-v-087bf140] {
  gap: 8px;
}
.work-samples img[data-v-087bf140] {
    width: 281px;
    height: 285px;
    object-fit: cover;
}
.modal-wrapper[data-v-087bf140] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.modal-wrapper textarea[data-v-087bf140]::-webkit-scrollbar {
    width: 6px;
}
.modal-wrapper textarea[data-v-087bf140]::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    cursor: pointer;
    outline: 1px solid slategrey;
}
.modal-wrapper .modal-box[data-v-087bf140] {
    width: 710px;
    max-width: 100%;
    min-height: 610px;
    text-align: center;
    border: 3px solid #121212;
    background: #545454;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 3rem;
    padding-bottom: 12px;
}
.modal-wrapper .modal-box[data-v-087bf140]::after {
      display: block;
      content: '';
      background: rgba(59, 59, 59, 0.75);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
}
.modal-wrapper .modal-box label[data-v-087bf140] {
      width: 100%;
      text-align: left;
      color: white;
}
.modal-wrapper .modal-box textarea[data-v-087bf140] {
      border: 2px solid black;
      box-shadow: inset 0px 0px 190px rgba(0, 0, 0, 0.5);
}
.modal-wrapper .modal-box textarea[data-v-087bf140],
    .modal-wrapper .modal-box img[data-v-087bf140],
    .modal-wrapper .modal-box button[data-v-087bf140],
    .modal-wrapper .modal-box label[data-v-087bf140],
    .modal-wrapper .modal-box .required-message[data-v-087bf140],
    .modal-wrapper .modal-box h3[data-v-087bf140] {
      z-index: 999;
      position: relative;
}
.modal-wrapper h3[data-v-087bf140] {
    margin-top: -60px;
}
.modal-wrapper .avatar[data-v-087bf140] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    position: relative;
    top: -75px;
    border: 3px solid #121212;
}
.modal-wrapper textarea[data-v-087bf140] {
    width: 100%;
    background: #303030;
    color: whitesmoke;
    padding: 10px;
    resize: none;
}
.modal-wrapper button[data-v-087bf140] {
    margin-top: 1rem;
    padding: 5px 20px;
    border: 1px solid #00b6f0;
}
iframe.demo-reel[data-v-087bf140] {
  width: 100vw;
  height: 100vh;
}
.gallery-slider[data-v-087bf140] {
  margin-bottom: 4rem;
}
.gallery-slider img[data-v-087bf140] {
    height: 220px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.credits-slider img[data-v-087bf140] {
  height: 300px;
  object-fit: cover;
}
ul.mentees[data-v-087bf140] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
ul.mentees[data-v-087bf140] {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 640px) {
ul.mentees[data-v-087bf140] {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
}
}
ul.mentees li[data-v-087bf140] {
    border: 1px solid #1e1e1e;
}
ul.mentees .mentee[data-v-087bf140] {
    height: 100%;
}
ul.mentees .title-xsmall[data-v-087bf140] {
    margin-top: 4px;
}
ul.mentees .meta[data-v-087bf140],
  ul.mentees .title-xsmall[data-v-087bf140] {
    padding: 0 6px;
}
ul.mentees .mentee[data-v-087bf140] {
    padding-bottom: 12px;
}
ul.mentees img[data-v-087bf140] {
    width: 100%;
    height: 303px;
    object-fit: cover;
}
.swiper-button-white.disabled[data-v-087bf140] {
  opacity: 0.5;
}
.overlay[data-v-087bf140] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.overlay .ri-close-line[data-v-087bf140] {
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.lightbox .ri-close-line[data-v-087bf140] {
  font-size: 3rem;
}
.selected-mentee[data-v-087bf140] {
  width: 900px;
  min-height: 600px;
  max-width: 100%;
  max-height: 100%;
  background: #1e1e1e;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.selected-mentee iframe[data-v-087bf140] {
    width: 100%;
    height: 100%;
}
.selected-mentee .mentee-reel[data-v-087bf140] {
    width: 100%;
    height: 100%;
}
.selected-mentee .images[data-v-087bf140] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.selected-mentee .images li img[data-v-087bf140] {
      width: 202px;
      height: 202px;
      object-fit: cover;
      cursor: pointer;
}
.selected-mentee .mentee-reel-thumbnail[data-v-087bf140] {
    cursor: pointer;
    position: relative;
}
.selected-mentee .mentee-reel-thumbnail img.thumbnail[data-v-087bf140] {
      height: 200px;
      width: 100%;
      object-fit: cover;
}
.selected-mentee .mentee-reel-thumbnail .play-button[data-v-087bf140] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
}
.selected-mentee .reel[data-v-087bf140] {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
}
.selected-mentee .reel .reel-col[data-v-087bf140] {
      width: 41.6667%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.selected-mentee .reel .notes-col[data-v-087bf140] {
      -ms-flex: 1;
          flex: 1;
}
.selected-mentee p[data-v-087bf140] {
    white-space: pre-line;
}
.selected-mentee h3[data-v-087bf140] {
    margin-top: 8px;
}
.selected-mentee .mentee-info[data-v-087bf140] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.selected-mentee .mentee-info h4[data-v-087bf140] {
      margin: 0;
}
.selected-mentee .mentee-info .contact-links[data-v-087bf140] {
      gap: 8px;
}
.selected-mentee .mentee-info i[data-v-087bf140] {
      color: whitesmoke;
      font-size: 23px;
      position: relative;
      top: 3px;
}
.selected-mentee .mentee-info a[data-v-087bf140] {
      margin-left: 2rem;
      padding-top: 4px;
}
.red[data-v-087bf140] {
  color: #f14f5d;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.swal-white-text-visible .swal2-buttonswrapper button.swal2-styled {
  color: #1e1e1e !important;
}
.swal-white-text-visible .swal2-content {
  color: #b0b0b0 !important;
}
.mentorship-message.text-content a {
  color: #00b6f0;
  text-decoration: underline;
  white-space: normal;
}

.text-disabled[data-v-055a3d8c] {
  color: #616161;
}
.flex[data-v-055a3d8c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-055a3d8c],
.flex-column[data-v-055a3d8c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-055a3d8c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-055a3d8c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-055a3d8c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-055a3d8c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-055a3d8c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-055a3d8c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-055a3d8c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-055a3d8c] {
  gap: 6px;
}
.gap-3[data-v-055a3d8c] {
  gap: 8px;
}
.gap-4[data-v-055a3d8c] {
  gap: 12px;
}
.gap-6[data-v-055a3d8c] {
  gap: 24px;
}
.panel[data-v-055a3d8c] {
  min-height: calc(100vh - 16px);
}
table[data-v-055a3d8c] {
  width: 1200px;
  margin: 0 auto;
}
.ri-mail-line[data-v-055a3d8c] {
  margin-left: 1rem;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.avatar[data-v-055a3d8c] {
  position: relative;
  top: 0.1rem;
  left: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.approval-cell[data-v-055a3d8c] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.approval-cell .button.approve[data-v-055a3d8c] {
    background: #3cb878;
    color: #0a0a0a;
}
.approval-cell .button.approve[data-v-055a3d8c]:hover {
      background: #7ccfa5;
}
.approval-cell .button.approve[data-v-055a3d8c]:active {
      background: #2b8355;
}
.approval-cell .button.deny[data-v-055a3d8c] {
    background: #f14f5d;
    color: #0a0a0a;
}
.approval-cell .button.deny[data-v-055a3d8c]:hover {
      background: #f68992;
}
.approval-cell .button.deny[data-v-055a3d8c]:active {
      background: #ab3842;
}
td[data-v-055a3d8c] {
  height: 66px;
}
td.status i[data-v-055a3d8c] {
  cursor: pointer;
  margin-left: 8px;
}
.text-content[data-v-055a3d8c] {
  white-space: pre-wrap;
}
.overlay[data-v-055a3d8c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1000;
}
.overlay-content[data-v-055a3d8c] {
  background: #262626;
  padding: 2rem;
  border-radius: 8px;
  max-width: 960px;
  width: 90%;
  max-height: 80%;
  overflow-y: auto;
  position: relative;
}
.overlay-content .close[data-v-055a3d8c] {
    position: absolute;
    top: 8px;
    right: 8px;
}
.overlay-content i[data-v-055a3d8c] {
    color: white;
}

.text-disabled[data-v-2073445a] {
  color: #616161;
}
.flex[data-v-2073445a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-2073445a],
.flex-column[data-v-2073445a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-2073445a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-2073445a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-2073445a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-2073445a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-2073445a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-2073445a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-2073445a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-2073445a] {
  gap: 6px;
}
.gap-3[data-v-2073445a] {
  gap: 8px;
}
.gap-4[data-v-2073445a] {
  gap: 12px;
}
.gap-6[data-v-2073445a] {
  gap: 24px;
}
.nice-scrollbar[data-v-2073445a] {
  max-height: 900px;
  overflow-y: scroll;
}
.panel-heading[data-v-2073445a] {
  cursor: pointer;
}
table[data-v-2073445a] {
  table-layout: fixed;
}
.approved[data-v-2073445a] {
  color: green;
}
.declined[data-v-2073445a] {
  color: red;
}
.inactive[data-v-2073445a] {
  color: grey;
}
.actionable[data-v-2073445a] {
  cursor: pointer;
}
.requests li[data-v-2073445a] {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.requests li > div[data-v-2073445a] {
    width: 16.6666666%;
    text-align: center;
}
.small[data-v-2073445a] {
  white-space: nowrap;
  font-size: 11px;
}

.text-disabled[data-v-74b96fbb] {
  color: #616161;
}
.flex[data-v-74b96fbb] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-74b96fbb],
.flex-column[data-v-74b96fbb] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-74b96fbb] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-74b96fbb] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-74b96fbb] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-74b96fbb] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-74b96fbb] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-74b96fbb] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-74b96fbb] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-74b96fbb] {
  gap: 6px;
}
.gap-3[data-v-74b96fbb] {
  gap: 8px;
}
.gap-4[data-v-74b96fbb] {
  gap: 12px;
}
.gap-6[data-v-74b96fbb] {
  gap: 24px;
}
.diploma a[data-v-74b96fbb] {
  margin-right: 1rem;
}
.file-rejected[data-v-74b96fbb] {
  background: red;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
.drive-progress[data-v-74b96fbb] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid #b0b0b0;
  background: #1c1c1c;
  color: #3cf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.intro[data-v-74b96fbb] {
  padding: 2rem 2rem 1rem;
}
form[data-v-74b96fbb],
table.small[data-v-74b96fbb] {
  padding: 1rem;
}
.uploader button[data-v-74b96fbb] {
  margin-right: 0.5rem;
}
.uploader button + span[data-v-74b96fbb] {
    position: relative;
    top: 1rem;
}
.uploader label[data-v-74b96fbb] {
  font-weight: 700 !important;
}
.uploads[data-v-74b96fbb] {
  display: -ms-flexbox;
  display: flex;
}
.uploads .form-group:not(:first-child) p[data-v-74b96fbb] {
    margin-bottom: 3.5em;
}
.uploads > div[data-v-74b96fbb] {
    width: 33.33333%;
    padding: 1rem;
}
table.small[data-v-74b96fbb] {
  width: 100%;
}
table.small .expand-cell[data-v-74b96fbb] {
    width: 40px;
}
table.small .expand-icon[data-v-74b96fbb] {
    font-size: 20px;
    cursor: pointer;
    color: #bdbdbd;
}
table.small .expand-icon[data-v-74b96fbb]:hover {
      color: whitesmoke;
}
table.small .play-icon[data-v-74b96fbb] {
    font-size: 20px;
    color: gray;
}
table.small .play-icon.active[data-v-74b96fbb] {
      color: #3cb878;
      cursor: pointer;
}
table.small .play-icon.active[data-v-74b96fbb]:hover {
        color: #7ccfa5;
}
.project-detail[data-v-74b96fbb] {
  padding: 0 !important;
}
.media[data-v-74b96fbb] {
  border-top: 1px solid #b0b0b0;
  display: -ms-flexbox;
  display: flex;
}
.media .reel[data-v-74b96fbb] {
    width: 75%;
}
.media .reel video[data-v-74b96fbb] {
      width: 100%;
}
.media .still-renders[data-v-74b96fbb] {
    padding: 1rem;
}
table .still-renders a[data-v-74b96fbb]:hover {
  text-decoration: underline !important;
}
.student-comments[data-v-74b96fbb],
.feedback-comments[data-v-74b96fbb] {
  padding: 2rem;
}
.student-comments label[data-v-74b96fbb],
  .feedback-comments label[data-v-74b96fbb] {
    display: block;
    font-weight: 700 !important;
}
.diploma[data-v-74b96fbb] {
  padding: 0 2rem 2rem 2rem;
}
.diploma p[data-v-74b96fbb] {
    margin-top: 1rem;
}
.previous-submissions[data-v-74b96fbb] {
  margin-top: 24px;
  padding-bottom: 56px;
}
.previous-submissions h2[data-v-74b96fbb] {
    text-align: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
}

.text-disabled[data-v-e4e214b8] {
  color: #616161;
}
.flex[data-v-e4e214b8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-e4e214b8],
.flex-column[data-v-e4e214b8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-e4e214b8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-e4e214b8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-e4e214b8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-e4e214b8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-e4e214b8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-e4e214b8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-e4e214b8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-e4e214b8] {
  gap: 6px;
}
.gap-3[data-v-e4e214b8] {
  gap: 8px;
}
.gap-4[data-v-e4e214b8] {
  gap: 12px;
}
.gap-6[data-v-e4e214b8] {
  gap: 24px;
}
h2[data-v-e4e214b8] {
  margin: 12px 0;
}
p[data-v-e4e214b8],
h3[data-v-e4e214b8] {
  margin-bottom: 12px;
}
.text[data-v-e4e214b8] {
  font-size: 16px;
}
.checkboxes[data-v-e4e214b8] {
  border: 1px solid #303030;
  padding: 16px;
  border-radius: 4px;
  background: #262626;
  width: 480px;
  margin: 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.checkboxes .submit-row[data-v-e4e214b8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-top: 6px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.diploma-links a {
  margin-right: 1rem;
}
.policy ul {
  list-style: disc !important;
  padding-left: 4rem;
}
table.refund-policy {
  margin-bottom: 2rem;
}
table.refund-policy .bold {
    font-weight: 700;
}
table.refund-policy td {
    border: 1px solid #ccc;
    padding: 18px 12px;
    vertical-align: top;
}
table.refund-policy ul {
    padding-left: 2rem;
}
table.refund-policy .second-level {
    padding-left: 4rem;
}
table.refund-policy .second-level li {
      list-style-type: circle;
}

.text-disabled[data-v-55e6476a] {
  color: #616161;
}
.flex[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-55e6476a],
.flex-column[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-55e6476a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-55e6476a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-55e6476a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-55e6476a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-55e6476a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-55e6476a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-55e6476a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-55e6476a] {
  gap: 6px;
}
.gap-3[data-v-55e6476a] {
  gap: 8px;
}
.gap-4[data-v-55e6476a] {
  gap: 12px;
}
.gap-6[data-v-55e6476a] {
  gap: 24px;
}
@media screen and (max-width: 1300px) {
.panel-inner[data-v-55e6476a] {
    padding-right: 12px;
}
}
h3[data-v-55e6476a] {
  margin-bottom: 8px;
}
.documents a[data-v-55e6476a] {
  color: #00b6f0;
  margin-bottom: 8px;
  display: inline-block;
}
.documents a[data-v-55e6476a]:hover {
    text-decoration: underline;
}
.warning[data-v-55e6476a] {
  padding: 1.4rem 0;
}
.overlay[data-v-55e6476a] {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.marks[data-v-55e6476a] {
  margin-top: 16px;
  border-top: 1px solid #303030;
  padding-top: 16px;
}
.marks h3[data-v-55e6476a] {
    margin-bottom: 12px;
}
.not-allowed[data-v-55e6476a] {
  background: #222222;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  font-size: 14px;
  position: relative;
  width: 400px;
  padding: 1rem;
  padding-right: 6rem;
}
.not-allowed .close[data-v-55e6476a] {
    position: absolute;
    top: -2px;
    right: 1px;
    font-weight: 400;
    cursor: pointer;
}
.policy[data-v-55e6476a] {
  margin: 1rem 0;
}
.policy label input[data-v-55e6476a] {
    cursor: pointer;
    margin-right: 0.5rem;
}
label[data-v-55e6476a] {
  font-size: 1.25em;
}
.bold[data-v-55e6476a] {
  font-weight: 700;
}
.download-transcript[data-v-55e6476a] {
  margin-bottom: 0.5rem;
}
.download-transcript > div[data-v-55e6476a] {
    color: #3cf;
    cursor: pointer;
}
table.past-statuses a[data-v-55e6476a] {
  display: block;
  white-space: nowrap;
}
@keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.loading[data-v-55e6476a] {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse;
  margin: 10rem 0;
}
.highlight[data-v-55e6476a] {
  font-weight: 400;
  color: #3cf;
}
.indent[data-v-55e6476a] {
  width: 100%;
  padding-left: 24px;
}
.indent.payments[data-v-55e6476a] {
    margin-left: -1rem;
}
.mark[data-v-55e6476a] {
  background: initial;
  float: right;
  display: block;
  color: whitesmoke;
  font-weight: 700;
}
.attendance .mark[data-v-55e6476a] {
  margin-left: 6px !important;
}
.metrics-container[data-v-55e6476a] {
  border-top: 1px solid #303030;
}
.metrics-container i[data-v-55e6476a] {
    cursor: pointer;
}
.term-metrics .term-header[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid #303030;
  cursor: pointer;
  font-weight: 700;
  color: whitesmoke;
  background: rgba(255, 255, 255, 0.04);
}
.term-metrics .term-header .total-mark[data-v-55e6476a] {
    margin-left: auto;
    font-weight: 700;
    color: whitesmoke;
}
.term-metrics .metrics[data-v-55e6476a] {
  border-bottom: 1px solid #303030;
}
.term-metrics .metric-row[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid #303030;
  color: #bdbdbd;
}
.term-metrics .metric-row[data-v-55e6476a]:last-child {
    border-bottom: none;
}
.term-metrics .metric-row .assignments-toggle[data-v-55e6476a] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 4px;
    cursor: pointer;
}
.term-metrics .metric-row .mark[data-v-55e6476a] {
    margin-left: auto;
    float: none;
    font-weight: 500;
}
.term-metrics .submissions[data-v-55e6476a] {
  width: 100%;
  padding: 6px 12px;
  margin-top: 6px;
  border-top: 1px solid #303030;
}
.term-metrics .submissions > div[data-v-55e6476a] {
    border-bottom: 1px solid #303030;
    padding: 6px 0;
    color: #a3a3a3;
}
.term-metrics .submissions > div .mark[data-v-55e6476a] {
      margin-left: 6px;
}
.term-metrics .submissions > div[data-v-55e6476a]:last-child {
    border-bottom: none;
}
@media screen and (max-width: 960px) {
.submissions a[data-v-55e6476a] {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
}
.en-dash[data-v-55e6476a] {
    display: none;
}
.submissions .mark[data-v-55e6476a] {
    margin-left: 0 !important;
}
.submissions .week[data-v-55e6476a] {
    font-weight: 600;
    color: whitesmoke;
}
}
.payments[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
}
.payments span[data-v-55e6476a] {
    width: 50px;
    padding: 1rem;
}
.status-wrapper[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
}
.status-wrapper label[data-v-55e6476a] {
    padding-top: 1rem;
}
.status-wrapper select[data-v-55e6476a] {
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    height: auto;
    margin-top: 0.5rem;
}
.status .controls[data-v-55e6476a] {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.status .controls .continuing[data-v-55e6476a] {
    background: #9ed4b5 !important;
    color: #1a1a1a;
}
.status .controls .deferring[data-v-55e6476a] {
    background: #ff9e4a !important;
    color: #1a1a1a;
}
.status .controls .dropping[data-v-55e6476a] {
    background: #ffffff !important;
    color: #1a1a1a;
}
.status .controls .retaking[data-v-55e6476a] {
    background: #add0f5 !important;
    color: #1a1a1a;
}
.status button[data-v-55e6476a] {
  padding: 0.5rem;
  margin-top: 1rem;
}
a.enrollment-letter[data-v-55e6476a] {
  display: block;
  margin-bottom: 0.5rem;
}

.text-disabled[data-v-b65f9f10] {
  color: #616161;
}
.flex[data-v-b65f9f10] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-b65f9f10],
.flex-column[data-v-b65f9f10] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-b65f9f10] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-b65f9f10] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-b65f9f10] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-b65f9f10] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-b65f9f10] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-b65f9f10] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-b65f9f10] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-b65f9f10] {
  gap: 6px;
}
.gap-3[data-v-b65f9f10] {
  gap: 8px;
}
.gap-4[data-v-b65f9f10] {
  gap: 12px;
}
.gap-6[data-v-b65f9f10] {
  gap: 24px;
}
.you-are-here-indicator[data-v-b65f9f10] {
  margin-left: 8px;
  color: whitesmoke;
  font-weight: 600;
}
.panel-heading[data-v-b65f9f10] {
  margin-bottom: -24px;
}
.panel[data-v-b65f9f10] {
  height: calc(100vh - 16px);
}
.panel-body[data-v-b65f9f10] {
  height: calc(100vh - 16px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.you-are-here[data-v-b65f9f10] {
  background: #00a6da;
}
.terms[data-v-b65f9f10] {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 20px;
  padding-right: 20px;
  background: #1e1e1e;
  overflow-y: hidden;
  padding-right: 48px;
}
.term[data-v-b65f9f10] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 72px 12px;
  border-left: 1px dashed gray;
}
.term[data-v-b65f9f10]:last-child {
    padding-right: 200px;
}
.term .heading[data-v-b65f9f10] {
    position: relative;
    padding-bottom: 8px;
}
.term-body[data-v-b65f9f10] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.long-event[data-v-b65f9f10] {
  background: #262626;
  padding: 16px;
  border-left: 2px solid;
  border-radius: 2px 0 0 2px;
  position: relative;
  z-index: 999;
}
.long-event .event-name[data-v-b65f9f10] {
    max-width: 80%;
}
.long-event.future[data-v-b65f9f10] {
    border-left: 2px solid #00b6f0;
    border-top: 1px dashed #a3a3a3;
    border-bottom: 1px dashed #a3a3a3;
    border-right: 1px dashed #a3a3a3;
}
.long-event:hover .popup[data-v-b65f9f10] {
    display: -ms-flexbox;
    display: flex;
}
.long-event .event-link[data-v-b65f9f10] {
    position: absolute;
    top: 6px;
    right: 6px;
}
.popup[data-v-b65f9f10] {
  display: none;
  position: absolute;
  background: #262626;
  padding: 12px;
  border-radius: 2px;
  left: 24px;
  top: -24px;
  min-width: 220px;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  border: 1px solid #616161;
  z-index: 9999;
}
.short-event[data-v-b65f9f10],
.you-are-here[data-v-b65f9f10] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.short-event.term-end[data-v-b65f9f10],
  .you-are-here.term-end[data-v-b65f9f10] {
    width: 18px;
    height: 18px;
}
.short-event.term-start[data-v-b65f9f10]::before,
  .you-are-here.term-start[data-v-b65f9f10]::before {
    width: 1px;
    height: 500px;
    top: 0;
    border: 1px solid dashed;
    content: '';
    position: absolute;
}
.short-event:hover .popup[data-v-b65f9f10],
  .you-are-here:hover .popup[data-v-b65f9f10] {
    display: -ms-flexbox;
    display: flex;
}

.text-disabled[data-v-16550658] {
  color: #616161;
}
.flex[data-v-16550658] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-16550658],
.flex-column[data-v-16550658] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-16550658] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-16550658] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-16550658] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-16550658] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-16550658] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-16550658] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-16550658] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-16550658] {
  gap: 6px;
}
.gap-3[data-v-16550658] {
  gap: 8px;
}
.gap-4[data-v-16550658] {
  gap: 12px;
}
.gap-6[data-v-16550658] {
  gap: 24px;
}
.flex[data-v-16550658] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-16550658] {
  -ms-flex: 1;
      flex: 1;
}
.flex-none[data-v-16550658] {
  -ms-flex: 0;
      flex: 0;
}
.forum-home .panel-body[data-v-16550658] {
  position: relative;
  margin: 20px 0;
  padding: 40px;
}
header h1[data-v-16550658] {
  margin: 0;
  font-size: 38px;
}
header .action-bar[data-v-16550658] {
  line-height: 40px;
}
header .action-bar a[data-v-16550658] {
    display: block;
    font-size: 24px;
    color: #b0b0b0;
    width: 40px;
    text-align: center;
}
header .action-bar a[data-v-16550658]:hover {
      background: #363636;
}
header .action-bar a i[data-v-16550658] {
      position: relative;
      top: -2px;
}
.thread-controls[data-v-16550658] {
  margin-top: 30px;
}
.thread-controls a[data-v-16550658] {
    background: #363636;
    border: none;
    color: #b0b0b0;
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    text-decoration: none;
}
.thread-controls a[data-v-16550658]:hover {
      background: #b0b0b0;
      color: #363636;
}
.thread-controls a i[data-v-16550658] {
      margin-right: 3px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-home .forum-dropdown-select.dropdown-select {
  margin-left: 20px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-dropdown-select.dropdown-select button {
  background: none;
  border-bottom: 3px solid #b0b0b0;
  padding: 0;
}
.forum-dropdown-select.dropdown-select button:focus {
    border-color: #33ccff;
    outline: none;
}
.forum-dropdown-select.dropdown-select .dropdown {
  position: absolute;
}

.text-disabled[data-v-0c7d6cef] {
  color: #616161;
}
.flex[data-v-0c7d6cef] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0c7d6cef],
.flex-column[data-v-0c7d6cef] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0c7d6cef] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0c7d6cef] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0c7d6cef] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0c7d6cef] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0c7d6cef] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0c7d6cef] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0c7d6cef] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0c7d6cef] {
  gap: 6px;
}
.gap-3[data-v-0c7d6cef] {
  gap: 8px;
}
.gap-4[data-v-0c7d6cef] {
  gap: 12px;
}
.gap-6[data-v-0c7d6cef] {
  gap: 24px;
}
.flex[data-v-0c7d6cef] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-0c7d6cef] {
  -ms-flex: 1;
      flex: 1;
}
.flex-none[data-v-0c7d6cef] {
  -ms-flex: 0;
      flex: 0;
}
.dropdown-select[data-v-0c7d6cef] {
  height: 40px;
  overflow: visible;
}
button[data-v-0c7d6cef] {
  background: #363636;
  border: none;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 10px;
  -ms-flex-align: center;
      align-items: center;
}
button i[data-v-0c7d6cef] {
    margin-left: 8px;
    font-size: 16px;
}
.dropdown[data-v-0c7d6cef] {
  white-space: nowrap;
  overflow: hidden;
  background: #363636;
  border: 1px solid #666;
  z-index: 1;
}
.dropdown.closed[data-v-0c7d6cef] {
    height: 0;
    border-top: none;
    border-bottom: none;
}
.option[data-v-0c7d6cef] {
  color: #ebebeb;
  cursor: pointer;
  padding: 5px 10px;
}
.option[data-v-0c7d6cef]:hover {
    background-color: #b0b0b0;
    color: #363636;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-tab-select.tab-select .option {
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
.forum-tab-select.tab-select .option:hover {
    background: none;
}
.forum-tab-select.tab-select .option:first-of-type {
    margin-left: 0;
}

.text-disabled[data-v-07dead33] {
  color: #616161;
}
.flex[data-v-07dead33] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-07dead33],
.flex-column[data-v-07dead33] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-07dead33] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-07dead33] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-07dead33] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-07dead33] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-07dead33] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-07dead33] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-07dead33] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-07dead33] {
  gap: 6px;
}
.gap-3[data-v-07dead33] {
  gap: 8px;
}
.gap-4[data-v-07dead33] {
  gap: 12px;
}
.gap-6[data-v-07dead33] {
  gap: 24px;
}
.tab-select[data-v-07dead33] {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.option[data-v-07dead33] {
  padding: 10px 10px 13px 10px;
  cursor: pointer;
}
.option[data-v-07dead33]:hover {
    background: #363636;
}
.option.checked[data-v-07dead33] {
    padding-bottom: 10px;
    border-bottom: 3px solid #33ccff;
}
input[data-v-07dead33] {
  position: fixed;
  opacity: 0;
  z-index: -1;
  cursor: inherit;
}
label[data-v-07dead33] {
  margin: 0;
  position: static;
  cursor: inherit;
  font-weight: inherit !important;
}

.text-disabled[data-v-179af198] {
  color: #616161;
}
.flex[data-v-179af198] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-179af198],
.flex-column[data-v-179af198] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-179af198] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-179af198] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-179af198] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-179af198] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-179af198] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-179af198] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-179af198] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-179af198] {
  gap: 6px;
}
.gap-3[data-v-179af198] {
  gap: 8px;
}
.gap-4[data-v-179af198] {
  gap: 12px;
}
.gap-6[data-v-179af198] {
  gap: 24px;
}
ul[data-v-179af198] {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li[data-v-179af198] {
    margin-top: 60px;
}
ul li[data-v-179af198]:first-of-type {
      margin-top: 40px;
}

.text-disabled[data-v-5fc00623] {
  color: #616161;
}
.flex[data-v-5fc00623] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5fc00623],
.flex-column[data-v-5fc00623] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5fc00623] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5fc00623] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5fc00623] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5fc00623] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5fc00623] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5fc00623] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5fc00623] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5fc00623] {
  gap: 6px;
}
.gap-3[data-v-5fc00623] {
  gap: 8px;
}
.gap-4[data-v-5fc00623] {
  gap: 12px;
}
.gap-6[data-v-5fc00623] {
  gap: 24px;
}
.category-header[data-v-5fc00623] {
  display: block;
  background: #333;
}
.category-header[data-v-5fc00623]:hover {
    text-decoration: none;
}
.category-header:hover h2[data-v-5fc00623], .category-header:hover .thread-count[data-v-5fc00623] {
      color: #33ccff;
}
.category-header:hover .img-wrapper img[data-v-5fc00623] {
      transform: scale(1.05);
      opacity: 0.8;
}
.category-header .category-meta[data-v-5fc00623] {
    padding: 20px;
}
.category-header h2[data-v-5fc00623] {
    display: inline;
    font-size: 28px;
    margin: 0;
}
.category-header .summary[data-v-5fc00623] {
    color: #888;
    display: inline;
    font-size: 22px;
}
.category-header .thread-count[data-v-5fc00623] {
    margin-top: 5px;
    color: #b0b0b0;
}
.category-header .thread-count[data-v-5fc00623]:empty::before {
      content: '';
      display: inline-block;
}
.category-header .img-wrapper[data-v-5fc00623] {
    height: 200px;
    overflow: hidden;
}
.category-header .img-wrapper img[data-v-5fc00623] {
      position: relative;
      width: 100%;
      height: inherit;
      object-fit: cover;
      background: #333;
      opacity: 1;
      transition-property: transform, opacity;
      transition-duration: 0.3s;
}
.category-body[data-v-5fc00623] {
  margin: 10px 0;
}
.category-body .category-link[data-v-5fc00623] {
    padding: 15px 10px;
    border-bottom: 1px solid #333;
}

.text-disabled[data-v-4bc9af47] {
  color: #616161;
}
.flex[data-v-4bc9af47] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4bc9af47],
.flex-column[data-v-4bc9af47] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4bc9af47] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4bc9af47] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4bc9af47] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4bc9af47] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4bc9af47] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4bc9af47] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4bc9af47] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4bc9af47] {
  gap: 6px;
}
.gap-3[data-v-4bc9af47] {
  gap: 8px;
}
.gap-4[data-v-4bc9af47] {
  gap: 12px;
}
.gap-6[data-v-4bc9af47] {
  gap: 24px;
}
table[data-v-4bc9af47] {
  width: 100%;
}
th[data-v-4bc9af47] {
  padding: 15px 10px;
  border-bottom: 3px solid #363636;
}
td[data-v-4bc9af47] {
  padding: 15px 10px;
  border-bottom: 1px solid #363636;
}
.no-header tr:first-child td[data-v-4bc9af47] {
  border-top: 1px solid #363636;
}
th.btn-wrapper[data-v-4bc9af47], td.btn-wrapper[data-v-4bc9af47] {
  padding: 0;
}
th.btn-wrapper button[data-v-4bc9af47], td.btn-wrapper button[data-v-4bc9af47] {
    padding: 15px 10px;
    background: none;
    border: none;
    color: #a0a0a0;
    width: 100%;
    white-space: nowrap;
}
th.btn-wrapper button[data-v-4bc9af47]:hover, td.btn-wrapper button[data-v-4bc9af47]:hover {
      background: #363636;
}
th.btn-wrapper button[data-v-4bc9af47]:focus, td.btn-wrapper button[data-v-4bc9af47]:focus {
      background: #363636;
      outline: none;
}
th.btn-wrapper button i[data-v-4bc9af47], td.btn-wrapper button i[data-v-4bc9af47] {
      font-size: 16px;
      margin-left: 3px;
}
.replies-col[data-v-4bc9af47] {
  width: 80px;
  text-align: center;
}
.views-col[data-v-4bc9af47] {
  width: 80px;
  text-align: center;
}
.activity-col[data-v-4bc9af47] {
  width: 80px;
  text-align: center;
}
.thread-title[data-v-4bc9af47] {
  font-size: 16px;
}
.thread-title .fa-thumb-tack[data-v-4bc9af47] {
    color: #feca1e;
    padding-right: 2px;
}
.thread-title a[data-v-4bc9af47] {
    color: #f0f0f0;
}
.thread-title a[data-v-4bc9af47]:hover {
      color: #33ccff;
}
.thread-category[data-v-4bc9af47] {
  margin-top: 2px;
}

.text-disabled[data-v-ac6539c2] {
  color: #616161;
}
.flex[data-v-ac6539c2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-ac6539c2],
.flex-column[data-v-ac6539c2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-ac6539c2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-ac6539c2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-ac6539c2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-ac6539c2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-ac6539c2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-ac6539c2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-ac6539c2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-ac6539c2] {
  gap: 6px;
}
.gap-3[data-v-ac6539c2] {
  gap: 8px;
}
.gap-4[data-v-ac6539c2] {
  gap: 12px;
}
.gap-6[data-v-ac6539c2] {
  gap: 24px;
}
.thread-list[data-v-ac6539c2] {
  margin-top: 20px;
}
.after-threads-msg[data-v-ac6539c2] {
  font-weight: bold;
  margin-top: 30px;
}

.text-disabled[data-v-38cbd4ed] {
  color: #616161;
}
.flex[data-v-38cbd4ed] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-38cbd4ed],
.flex-column[data-v-38cbd4ed] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-38cbd4ed] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-38cbd4ed] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-38cbd4ed] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-38cbd4ed] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-38cbd4ed] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-38cbd4ed] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-38cbd4ed] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-38cbd4ed] {
  gap: 6px;
}
.gap-3[data-v-38cbd4ed] {
  gap: 8px;
}
.gap-4[data-v-38cbd4ed] {
  gap: 12px;
}
.gap-6[data-v-38cbd4ed] {
  gap: 24px;
}
.top-thread-list[data-v-38cbd4ed] {
  margin-top: 20px;
}
.between-threads-msg[data-v-38cbd4ed] {
  opacity: 0.6;
  padding: 15px 10px;
}
.after-threads-msg[data-v-38cbd4ed] {
  font-weight: bold;
  margin-top: 30px;
}

.text-disabled[data-v-4b2b8e77] {
  color: #616161;
}
.flex[data-v-4b2b8e77] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4b2b8e77],
.flex-column[data-v-4b2b8e77] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4b2b8e77] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4b2b8e77] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4b2b8e77] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4b2b8e77] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4b2b8e77] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4b2b8e77] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4b2b8e77] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4b2b8e77] {
  gap: 6px;
}
.gap-3[data-v-4b2b8e77] {
  gap: 8px;
}
.gap-4[data-v-4b2b8e77] {
  gap: 12px;
}
.gap-6[data-v-4b2b8e77] {
  gap: 24px;
}
.flex[data-v-4b2b8e77] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-4b2b8e77] {
  -ms-flex: 1;
      flex: 1;
}
.flex-none[data-v-4b2b8e77] {
  -ms-flex: 0;
      flex: 0;
}
.forum-category .panel-body[data-v-4b2b8e77] {
  position: relative;
  margin: 20px 0;
  padding: 40px;
}
header h1[data-v-4b2b8e77] {
  display: inline;
  margin: 0;
  font-size: 38px;
}
header .summary[data-v-4b2b8e77] {
  color: #777;
  display: inline;
  font-size: 22px;
  margin-left: 8px;
}
header .links[data-v-4b2b8e77] {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
}
header .links a[data-v-4b2b8e77] {
    color: #33ccff;
}
header .links .breadcrumb-divider[data-v-4b2b8e77] {
    margin: 0 7px;
}
header .action-bar[data-v-4b2b8e77] {
  line-height: 40px;
}
header .action-bar a[data-v-4b2b8e77] {
    display: block;
    font-size: 24px;
    color: #b0b0b0;
    width: 40px;
    text-align: center;
}
header .action-bar a[data-v-4b2b8e77]:hover {
      background: #363636;
}
header .action-bar a i[data-v-4b2b8e77] {
      position: relative;
      top: -2px;
}
header .parallax-area[data-v-4b2b8e77] {
  margin-top: 30px;
  position: relative;
  width: calc(100% + 40px * 2);
  left: -40px;
  height: 200px;
}
header .parallax-area img[data-v-4b2b8e77] {
    background-color: #333;
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 60px;
}
.thread-controls[data-v-4b2b8e77] {
  margin-top: 30px;
}
.thread-controls a[data-v-4b2b8e77] {
    background: #363636;
    border: none;
    color: #b0b0b0;
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    text-decoration: none;
}
.thread-controls a[data-v-4b2b8e77]:hover {
      background: #b0b0b0;
      color: #363636;
}
.thread-controls a i[data-v-4b2b8e77] {
      margin-right: 3px;
}
.forum-thread-list[data-v-4b2b8e77] {
  margin-top: 20px;
}
.forum-thread-list .thread-author[data-v-4b2b8e77] {
    margin-top: 5px;
}
.forum-thread-list .thread-author a[data-v-4b2b8e77] {
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #b0b0b0;
}
.forum-thread-list .thread-author a[data-v-4b2b8e77]:hover {
        color: #33ccff;
}
.forum-thread-list .thread-author .forum-avatar[data-v-4b2b8e77] {
      width: 20px;
      height: 20px;
      font-size: 18px;
}
.forum-thread-list .thread-author .thread-author-name[data-v-4b2b8e77] {
      margin-left: 5px;
}
.after-threads-msg[data-v-4b2b8e77] {
  font-weight: bold;
  margin-top: 30px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-category .forum-dropdown-select.dropdown-select {
  margin-left: 20px;
}

.text-disabled[data-v-3f086cba] {
  color: #616161;
}
.flex[data-v-3f086cba] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3f086cba],
.flex-column[data-v-3f086cba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3f086cba] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3f086cba] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3f086cba] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3f086cba] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3f086cba] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3f086cba] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3f086cba] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3f086cba] {
  gap: 6px;
}
.gap-3[data-v-3f086cba] {
  gap: 8px;
}
.gap-4[data-v-3f086cba] {
  gap: 12px;
}
.gap-6[data-v-3f086cba] {
  gap: 24px;
}
h1[data-v-3f086cba] {
  font-size: 39px;
  margin: 0 0 30px;
}
a[data-v-3f086cba] {
  color: #33ccff;
}

.text-disabled[data-v-477cb6fa] {
  color: #616161;
}
.flex[data-v-477cb6fa] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-477cb6fa],
.flex-column[data-v-477cb6fa] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-477cb6fa] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-477cb6fa] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-477cb6fa] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-477cb6fa] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-477cb6fa] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-477cb6fa] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-477cb6fa] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-477cb6fa] {
  gap: 6px;
}
.gap-3[data-v-477cb6fa] {
  gap: 8px;
}
.gap-4[data-v-477cb6fa] {
  gap: 12px;
}
.gap-6[data-v-477cb6fa] {
  gap: 24px;
}
.parallax-area[data-v-477cb6fa] {
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 1px;
  pointer-events: none;
}
.parallax-inner[data-v-477cb6fa] {
  transform: translateZ(-1px) scale(2);
  pointer-events: auto;
}
.parallax-area[data-v-477cb6fa] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.parallax-area[data-v-477cb6fa]::-webkit-scrollbar {
    width: 0;
}

.text-disabled[data-v-cfe3047a] {
  color: #616161;
}
.flex[data-v-cfe3047a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-cfe3047a],
.flex-column[data-v-cfe3047a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-cfe3047a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-cfe3047a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-cfe3047a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-cfe3047a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-cfe3047a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-cfe3047a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-cfe3047a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-cfe3047a] {
  gap: 6px;
}
.gap-3[data-v-cfe3047a] {
  gap: 8px;
}
.gap-4[data-v-cfe3047a] {
  gap: 12px;
}
.gap-6[data-v-cfe3047a] {
  gap: 24px;
}
.flex[data-v-cfe3047a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-cfe3047a] {
  -ms-flex: 1;
      flex: 1;
}
.flex-none[data-v-cfe3047a] {
  -ms-flex: 0;
      flex: 0;
}
.panel .panel-body[data-v-cfe3047a] {
  margin: 20px 0;
  padding: 40px;
}
.action-bar[data-v-cfe3047a] {
  line-height: 40px;
}
.action-bar a[data-v-cfe3047a] {
    display: block;
    font-size: 24px;
    color: #b0b0b0;
    width: 40px;
    text-align: center;
}
.action-bar a[data-v-cfe3047a]:hover {
      background: #363636;
}
.action-bar a i[data-v-cfe3047a] {
      position: relative;
      top: -2px;
}
.input-wrapper[data-v-cfe3047a] {
  position: relative;
}
.input-wrapper input[data-v-cfe3047a] {
    padding: 0 35px 0 5px;
    line-height: 35px;
    height: 35px;
    border-color: #b0b0b0 !important;
}
.input-wrapper input[data-v-cfe3047a]:focus {
      border-color: #fff !important;
}
.input-wrapper button[data-v-cfe3047a] {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
}
.input-wrapper button[data-v-cfe3047a]:hover {
      background: #363636;
}
.input-wrapper button i[data-v-cfe3047a] {
      font-size: 18px;
}
.thread-title[data-v-cfe3047a] {
  margin: 0 0 10px;
}
.thread-title h1[data-v-cfe3047a] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 39px;
    margin: 0;
}
.thread-title h1 button[data-v-cfe3047a] {
      background: none;
      border: none;
      color: #666;
      padding: 0;
      width: 30px;
      height: 30px;
}
.thread-title h1 button[data-v-cfe3047a]:first-of-type {
        margin-left: 5px;
}
.thread-title h1 button[data-v-cfe3047a]:hover {
        background-color: #333;
        color: #b0b0b0;
}
.thread-title h1 button.accent-sticky[data-v-cfe3047a] {
        color: #fcce00;
}
.thread-title h1 button i[data-v-cfe3047a] {
        display: block;
        font-size: 18px;
}
.thread-category[data-v-cfe3047a] {
  margin: 0 0 30px;
}
.thread-category > div[data-v-cfe3047a] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.thread-category a[data-v-cfe3047a] {
    color: #33ccff;
}
.thread-category button[data-v-cfe3047a] {
    background: none;
    border: none;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.thread-category button[data-v-cfe3047a]:hover {
      background-color: #333;
}
.thread-category button:hover i[data-v-cfe3047a] {
        color: #b0b0b0;
}
.thread-category button i[data-v-cfe3047a] {
      display: block;
      font-size: 18px;
}
.thread-category .breadcrumb-divider[data-v-cfe3047a] {
    margin: 0 7px;
}
.discussion[data-v-cfe3047a] {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.discussion .posts-column[data-v-cfe3047a] {
    width: 100%;
}
.discussion .posts-column .forum-loader[data-v-cfe3047a] {
      border-top: 1px solid #333;
}
.discussion .pre-timeline-spacer[data-v-cfe3047a] {
    max-width: 40px;
}
.discussion .forum-thread-timeline[data-v-cfe3047a] {
    margin-left: 40px;
}
.thread-reply[data-v-cfe3047a] {
  display: -ms-flexbox;
  display: flex;
}
.thread-reply .forum-post[data-v-cfe3047a] {
    margin: 0;
    -ms-flex: 1;
        flex: 1;
    max-width: 720px;
    padding: 0 0 20px;
    border-bottom: 1px solid #333;
}
.thread-reply .post-reply-spacer[data-v-cfe3047a] {
    width: 80px;
    margin-left: 40px;
}
.action-btns[data-v-cfe3047a] {
  margin: 30px 0;
}
.action-btns .btn[data-v-cfe3047a] {
    padding: 8px 10px;
    margin-right: 8px;
}
.action-btns .btn.accent-hover[data-v-cfe3047a] {
      background: black;
      border-color: #33ccff;
}
.action-btns .btn i[data-v-cfe3047a] {
      margin-right: 3px;
}
.link-share-wrapper[data-v-cfe3047a] {
  position: relative;
  display: inline-block;
}
.link-share-wrapper .forum-share[data-v-cfe3047a] {
    position: absolute;
    top: -50px;
    left: 0;
    width: 300px;
}
h2[data-v-cfe3047a] {
  font-size: 24px;
  margin: 60px 0 10px;
}
.see-more-link[data-v-cfe3047a] {
  padding: 15px 10px;
  border-bottom: 1px solid #333;
}

.text-disabled[data-v-33bf584a] {
  color: #616161;
}
.flex[data-v-33bf584a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-33bf584a],
.flex-column[data-v-33bf584a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-33bf584a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-33bf584a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-33bf584a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-33bf584a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-33bf584a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-33bf584a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-33bf584a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-33bf584a] {
  gap: 6px;
}
.gap-3[data-v-33bf584a] {
  gap: 8px;
}
.gap-4[data-v-33bf584a] {
  gap: 12px;
}
.gap-6[data-v-33bf584a] {
  gap: 24px;
}
.forum-post[data-v-33bf584a] {
  display: -ms-flexbox;
  display: flex;
  background-color: #222;
  margin: 20px;
}
.post-body[data-v-33bf584a] {
  margin: 17px 12px 0;
  min-width: 0;
  -ms-flex: 1;
      flex: 1;
}
.post-body .post-meta[data-v-33bf584a] {
    display: -ms-flexbox;
    display: flex;
}
.post-body .post-meta .post-context[data-v-33bf584a] {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
}
.post-body .post-meta .post-context .author-name[data-v-33bf584a] {
        color: #b0b0b0;
        font-weight: bold;
        margin-right: 11px;
}
.post-body .post-meta .post-context .author-name[data-v-33bf584a]:hover {
          color: #33ccff;
          text-decoration: none;
}
.post-body .post-meta .post-context .author-role[data-v-33bf584a] {
        opacity: 0.6;
}
.post-body .post-meta .post-context .author-role img[data-v-33bf584a] {
          opacity: 0.8;
          width: 20px;
          height: 20px;
}
.post-body .post-date .edit-status[data-v-33bf584a] {
    margin-right: 5px;
}
.post-body .post-date .delete-status[data-v-33bf584a] {
    margin-right: 5px;
}
.post-body .post-content[data-v-33bf584a] {
    margin-top: 15px;
}
.post-body .post-actions[data-v-33bf584a] {
    margin-top: 30px;
    text-align: right;
}
.post-body .post-actions button[data-v-33bf584a] {
      background: none;
      border: none;
      padding: 0 10px;
      height: 35px;
      line-height: 35px;
      min-width: 35px;
}
.post-body .post-actions button[data-v-33bf584a]:hover, .post-body .post-actions button.accent-hover[data-v-33bf584a] {
        background: rgba(192, 192, 192, 0.12);
}
.post-body .post-actions button.accent[data-v-33bf584a] {
        color: #33ccff;
}
.post-body .post-actions button.accent-answer[data-v-33bf584a] {
        color: #3feb9b;
}
.post-body .post-actions button.btn-primary[data-v-33bf584a] {
        background: #33ccff;
        border: 1px solid black;
        color: black;
        line-height: 33px;
}
.post-body .post-actions button.btn-primary[data-v-33bf584a]:hover {
          background: black;
          border: 1px solid #33ccff;
          color: white;
}
.post-body .post-actions button.btn-primary i[data-v-33bf584a] {
          font-size: 16px;
          margin-right: 3px;
}
.post-body .post-actions button.btn-danger[data-v-33bf584a] {
        background: #ee3e34;
        border: 1px solid black;
        color: white;
        line-height: 33px;
}
.post-body .post-actions button.btn-danger[data-v-33bf584a]:hover {
          background: black;
          border: 1px solid #ee3e34;
}
.post-body .post-actions button i[data-v-33bf584a] {
        font-size: 18px;
}
.forum-avatar[data-v-33bf584a] {
  margin-top: 19px;
  -ms-flex: none;
      flex: none;
}
.forum-post-block[data-v-33bf584a] {
  margin: 20px 0;
}
.forum-post-block .intro-icon[data-v-33bf584a] {
    font-size: 16px;
    margin-right: 8px;
}
.forum-post-block .intro-text[data-v-33bf584a] {
    margin-right: 3px;
}
.forum-post-block .avatar-small > .forum-avatar[data-v-33bf584a] {
    width: 20px;
    height: 20px;
    font-size: 18px;
    margin: 0 5px;
}
.forum-post-block .author-name[data-v-33bf584a] {
    font-weight: bold;
}
.forum-post-block p[data-v-33bf584a]:last-of-type {
    margin-bottom: 0;
}
.forum-post-deleted[data-v-33bf584a] {
  padding-left: 50px;
}
.forum-post-deleted .post-body[data-v-33bf584a] {
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
}
.forum-post-deleted .post-body .post-content[data-v-33bf584a] {
      margin-top: 0;
      -ms-flex: 1;
          flex: 1;
}
.link-share-wrapper[data-v-33bf584a] {
  position: relative;
  display: inline-block;
}
.link-share-wrapper .forum-share[data-v-33bf584a] {
    position: absolute;
    top: -50px;
    right: 0;
    width: 300px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-post,
.forum-post-result {
  /* The old forum posts were styled very... creatively? Lol, users would
     * attach color and background colors and all sorts of madness to the
     * text inside their posts. This looks janky in the new system, so the
     * following styles are used to normalize things a little bit.
     *
     * TODO: fix through content migration and remove these.
     */
}
.forum-post .post-content-html,
  .forum-post-result .post-content-html {
    word-wrap: break-word;
}
.forum-post .post-content-html h3,
    .forum-post-result .post-content-html h3 {
      margin: 50px 0 30px;
}
.forum-post .post-content-html h4,
    .forum-post-result .post-content-html h4 {
      margin: 40px 0 20px;
      font-size: 20px;
}
.forum-post .post-content-html p,
    .forum-post-result .post-content-html p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0 0 20px 0;
}
.forum-post .post-content-html p:empty::before,
      .forum-post-result .post-content-html p:empty::before {
        content: '';
        display: inline-block;
}
.forum-post .post-content-html li > p,
    .forum-post-result .post-content-html li > p {
      margin: 0 0 10px 0;
}
.forum-post .post-content-html > ul, .forum-post .post-content-html > ol,
    .forum-post-result .post-content-html > ul,
    .forum-post-result .post-content-html > ol {
      margin: 0 0 20px 0 !important;
}
.forum-post .post-content-html figure,
    .forum-post-result .post-content-html figure {
      margin: 30px auto 20px;
}
.forum-post .post-content-html figure > video,
      .forum-post .post-content-html figure .iframe-spacer,
      .forum-post-result .post-content-html figure > video,
      .forum-post-result .post-content-html figure .iframe-spacer {
        width: 100%;
        height: auto;
}
.forum-post .post-content-html figure > img,
      .forum-post .post-content-html figure > video,
      .forum-post .post-content-html figure .iframe-wrapper,
      .forum-post-result .post-content-html figure > img,
      .forum-post-result .post-content-html figure > video,
      .forum-post-result .post-content-html figure .iframe-wrapper {
        border: 4px solid #363636;
}
.forum-post .post-content-html figure > img,
      .forum-post-result .post-content-html figure > img {
        display: block;
        margin: 0 auto;
        height: auto;
}
.forum-post .post-content-html figure .iframe-wrapper,
      .forum-post-result .post-content-html figure .iframe-wrapper {
        background: black;
}
.forum-post .post-content-html figure iframe,
      .forum-post-result .post-content-html figure iframe {
        border: none;
}
.forum-post .post-content-html figcaption,
    .forum-post-result .post-content-html figcaption {
      color: #b0b0b0;
      font-size: 14px;
      font-style: italic;
}
.forum-post .post-content-html figcaption.empty,
      .forum-post-result .post-content-html figcaption.empty {
        height: 10px;
}
.forum-post .post-content-html figcaption:not(.empty),
      .forum-post-result .post-content-html figcaption:not(.empty) {
        margin-top: 10px;
        padding: 10px 10px 10px 35px;
        position: relative;
}
.forum-post .post-content-html figcaption:not(.empty)::before,
        .forum-post-result .post-content-html figcaption:not(.empty)::before {
          content: '\2014';
          position: absolute;
          left: 10px;
}
.forum-post .post-content-html img,
    .forum-post-result .post-content-html img {
      cursor: pointer;
      display: block;
      margin: 0 0 20px;
}
.forum-post .post-content-html .emoji,
    .forum-post-result .post-content-html .emoji {
      cursor: default;
      display: inline;
      margin: 0;
      width: 20px;
}
.forum-post .post-content-html *,
  .forum-post-result .post-content-html * {
    color: #b0b0b0;
    background: none !important;
}
.forum-post .post-content-html p[style*="color:"],
  .forum-post-result .post-content-html p[style*="color:"] {
    color: #b0b0b0 !important;
}
.forum-post .post-content-html a,
  .forum-post-result .post-content-html a {
    color: #33ccff;
}
.forum-post .html-editor figcaption.empty,
  .forum-post-result .html-editor figcaption.empty {
    margin-top: 10px;
    padding: 10px 10px 10px 35px;
    position: relative;
    height: auto;
}
.forum-post .html-editor figcaption.empty::before,
    .forum-post-result .html-editor figcaption.empty::before {
      content: '\2014.';
      position: absolute;
      left: 10px;
}
.forum-post .html-editor figcaption.empty::after,
    .forum-post-result .html-editor figcaption.empty::after {
      content: 'No caption.';
      position: absolute;
      top: 10px;
      left: 35px;
      cursor: text;
}
.forum-post-block {
  position: relative;
}
.forum-post-block .meta .context {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.forum-post-block .actions {
    height: 0;
    overflow: visible;
}
.forum-post-block .actions button {
      background: none;
      border: none;
      color: #a0a0a0;
      padding: 4px 5px;
      position: relative;
      top: -5px;
      right: -5px;
      font-size: 16px;
}
.forum-post-block .actions button:hover {
        background: rgba(192, 192, 192, 0.12);
}
.forum-post-block .content {
    margin-top: 10px;
}
.forum-post-block .content {
    margin-top: 0px;
}
.forum-post-block .actions button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.forum-post-block .actions button i {
      position: absolute;
      right: 16px;
      top: 16px;
}

.text-disabled[data-v-26c6634a] {
  color: #616161;
}
.flex[data-v-26c6634a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-26c6634a],
.flex-column[data-v-26c6634a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-26c6634a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-26c6634a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-26c6634a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-26c6634a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-26c6634a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-26c6634a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-26c6634a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-26c6634a] {
  gap: 6px;
}
.gap-3[data-v-26c6634a] {
  gap: 8px;
}
.gap-4[data-v-26c6634a] {
  gap: 12px;
}
.gap-6[data-v-26c6634a] {
  gap: 24px;
}
.forum-post-block[data-v-26c6634a] {
  padding: 15px;
}
.meta[data-v-26c6634a] {
  display: -ms-flexbox;
  display: flex;
}
.meta .context[data-v-26c6634a] {
    -ms-flex: 1;
        flex: 1;
}
.theme-normal[data-v-26c6634a] {
  border-left: 5px solid #444;
  background-color: #2d2d2d;
}
.theme-success[data-v-26c6634a] {
  border-left: 5px solid #3ac384;
  background-color: #2d2d2d;
}

.text-disabled[data-v-711d4025] {
  color: #616161;
}
.flex[data-v-711d4025] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-711d4025],
.flex-column[data-v-711d4025] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-711d4025] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-711d4025] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-711d4025] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-711d4025] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-711d4025] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-711d4025] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-711d4025] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-711d4025] {
  gap: 6px;
}
.gap-3[data-v-711d4025] {
  gap: 8px;
}
.gap-4[data-v-711d4025] {
  gap: 12px;
}
.gap-6[data-v-711d4025] {
  gap: 24px;
}
.forum-share[data-v-711d4025] {
  background: #333;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  max-width: 300px;
}
input[data-v-711d4025] {
  background: #1e1e1e;
  color: #c0c0c0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
}
button[data-v-711d4025] {
  background: #484848;
  border: none;
  color: #c0c0c0;
  padding: 0 5px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  margin-left: 8px;
}
button[data-v-711d4025]:hover {
    background: #555;
}

.text-disabled[data-v-163efe1e] {
  color: #616161;
}
.flex[data-v-163efe1e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-163efe1e],
.flex-column[data-v-163efe1e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-163efe1e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-163efe1e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-163efe1e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-163efe1e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-163efe1e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-163efe1e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-163efe1e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-163efe1e] {
  gap: 6px;
}
.gap-3[data-v-163efe1e] {
  gap: 8px;
}
.gap-4[data-v-163efe1e] {
  gap: 12px;
}
.gap-6[data-v-163efe1e] {
  gap: 24px;
}
ul.forum-post-list[data-v-163efe1e] {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333;
}
li[data-v-163efe1e] {
  list-style: none;
  background: transparent;
  transition: background 1s ease-out;
  position: relative;
}
li[data-v-163efe1e]::before {
    content: '';
    background: inherit;
    position: absolute;
    top: 0;
    left: -12px;
    right: 100%;
    bottom: 0;
}
li[data-v-163efe1e]::after {
    content: '';
    display: table;
}
li.flash[data-v-163efe1e] {
    background: #333;
    transition: none;
}
li .forum-post[data-v-163efe1e] {
    background: none;
    border-top: 1px solid #333;
    margin: 0;
    padding-bottom: 20px;
}
li .forum-post-reply[data-v-163efe1e] {
    margin-left: 62px;
    margin-bottom: 40px;
}
.forum-thread-summary[data-v-163efe1e] {
  margin-left: 62px;
  margin-bottom: 20px;
}

.text-disabled[data-v-3b5f268d] {
  color: #616161;
}
.flex[data-v-3b5f268d] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3b5f268d],
.flex-column[data-v-3b5f268d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3b5f268d] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3b5f268d] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3b5f268d] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3b5f268d] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3b5f268d] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3b5f268d] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3b5f268d] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3b5f268d] {
  gap: 6px;
}
.gap-3[data-v-3b5f268d] {
  gap: 8px;
}
.gap-4[data-v-3b5f268d] {
  gap: 12px;
}
.gap-6[data-v-3b5f268d] {
  gap: 24px;
}
.flex[data-v-3b5f268d] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-3b5f268d] {
  -ms-flex: 1;
      flex: 1;
}
.forum-thread-summary[data-v-3b5f268d] {
  background: #333;
  border: 1px solid #444;
}
header[data-v-3b5f268d] {
  display: -ms-flexbox;
  display: flex;
}
header button[data-v-3b5f268d] {
    background: none;
    border: none;
    display: block;
    padding: 0;
}
.info-blocks[data-v-3b5f268d] {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.info-blocks li[data-v-3b5f268d] {
    padding: 8px 11px;
}
.info-blocks .info-value[data-v-3b5f268d] {
    color: #ccc;
    font-size: 18px;
    text-align: center;
}
.info-blocks .info-label[data-v-3b5f268d] {
    color: #999;
    font-size: 12px;
    text-align: center;
}
.info-blocks .info-label-left[data-v-3b5f268d] {
    text-align: left;
}
.body-toggle[data-v-3b5f268d] {
  width: 58px;
  font-size: 18px;
  border-left: 1px solid #444;
}
.body[data-v-3b5f268d] {
  background: #2d2d2d;
  border-top: 1px solid #444;
}
.body .info-label[data-v-3b5f268d] {
    color: #999;
    font-size: 12px;
    margin: 8px 0 10px;
}
.body ul[data-v-3b5f268d]:not(.multiselect):not(.tag-list) {
    padding-left: 20px;
    list-style: disc;
}
.body .forum-multiselect[data-v-3b5f268d] {
    margin: 0;
}
.body .forum-search-select[data-v-3b5f268d] {
    z-index: 1;
}
.body .body-section[data-v-3b5f268d] {
    border-bottom: 1px solid #3d3d3d;
}
.body .body-section[data-v-3b5f268d]:last-child {
      border-bottom: none;
}
.body .filters[data-v-3b5f268d] {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px;
    position: relative;
}
.body .filters .terms[data-v-3b5f268d],
    .body .filters .paths[data-v-3b5f268d],
    .body .filters .assignments[data-v-3b5f268d] {
      -ms-flex: 1;
          flex: 1;
      margin-left: 11px;
}
.body .filters .terms[data-v-3b5f268d]:last-child,
      .body .filters .paths[data-v-3b5f268d]:last-child,
      .body .filters .assignments[data-v-3b5f268d]:last-child {
        margin-right: 11px;
}
.body .filters .terms[data-v-3b5f268d] {
      max-width: calc(33% - 11px);
}
.body .filters .assignments li button[data-v-3b5f268d] {
      background: none;
      border: none;
      display: block;
      padding: 0;
      width: 20px;
      height: 20px;
}
.body .filters .assignments li button[data-v-3b5f268d]:hover {
        background: #444;
}
.body .filters .assignments li button i[data-v-3b5f268d] {
        position: relative;
        top: -1px;
}
.body .tags[data-v-3b5f268d] {
    padding: 0 11px 1px;
    position: relative;
}
.body .tags .tag-select[data-v-3b5f268d] {
      margin-bottom: 10px;
}
.body .action-btns[data-v-3b5f268d] {
    text-align: right;
    padding: 11px;
}
.body .action-btns .btn[data-v-3b5f268d] {
      padding: 4px 10px;
}
.body .action-btns .btn i[data-v-3b5f268d] {
        margin-right: 3px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-thread-summary .multiselect li {
  display: block;
  margin: 10px 0 0;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-multiselect.multiselect button {
  background-color: #1e1e1e;
  width: 100%;
  padding: 4px 10px;
}
.forum-multiselect.multiselect button.selected {
    background: #b0b0b0;
    color: #161616;
}

.text-disabled[data-v-648ea3f2] {
  color: #616161;
}
.flex[data-v-648ea3f2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-648ea3f2],
.flex-column[data-v-648ea3f2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-648ea3f2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-648ea3f2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-648ea3f2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-648ea3f2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-648ea3f2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-648ea3f2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-648ea3f2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-648ea3f2] {
  gap: 6px;
}
.gap-3[data-v-648ea3f2] {
  gap: 8px;
}
.gap-4[data-v-648ea3f2] {
  gap: 12px;
}
.gap-6[data-v-648ea3f2] {
  gap: 24px;
}
.forum-search-select.search-select[data-v-648ea3f2] {
  margin-top: 5px;
  height: 34px;
  line-height: 32px;
  background: #1e1e1e;
  border: 1px solid #484848;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-search-select .option:not(.highlighted) {
  background: #1e1e1e;
}

.text-disabled[data-v-73b49939] {
  color: #616161;
}
.flex[data-v-73b49939] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-73b49939],
.flex-column[data-v-73b49939] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-73b49939] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-73b49939] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-73b49939] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-73b49939] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-73b49939] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-73b49939] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-73b49939] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-73b49939] {
  gap: 6px;
}
.gap-3[data-v-73b49939] {
  gap: 8px;
}
.gap-4[data-v-73b49939] {
  gap: 12px;
}
.gap-6[data-v-73b49939] {
  gap: 24px;
}
.forum-tag-select.tag-select[data-v-73b49939] {
  margin-top: 5px;
  background: #1e1e1e;
  border: 1px solid #484848;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}

.text-disabled[data-v-4f8d922f] {
  color: #616161;
}
.flex[data-v-4f8d922f] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4f8d922f],
.flex-column[data-v-4f8d922f] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4f8d922f] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4f8d922f] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4f8d922f] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4f8d922f] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4f8d922f] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4f8d922f] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4f8d922f] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4f8d922f] {
  gap: 6px;
}
.gap-3[data-v-4f8d922f] {
  gap: 8px;
}
.gap-4[data-v-4f8d922f] {
  gap: 12px;
}
.gap-6[data-v-4f8d922f] {
  gap: 24px;
}
h1[data-v-4f8d922f] {
  font-size: 39px;
  margin: 0 0 30px;
}
a[data-v-4f8d922f] {
  color: #33ccff;
}

.text-disabled[data-v-261158ea] {
  color: #616161;
}
.flex[data-v-261158ea] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-261158ea],
.flex-column[data-v-261158ea] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-261158ea] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-261158ea] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-261158ea] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-261158ea] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-261158ea] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-261158ea] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-261158ea] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-261158ea] {
  gap: 6px;
}
.gap-3[data-v-261158ea] {
  gap: 8px;
}
.gap-4[data-v-261158ea] {
  gap: 12px;
}
.gap-6[data-v-261158ea] {
  gap: 24px;
}
.forum-thread-timeline[data-v-261158ea] {
  height: 360px;
  width: 80px;
  min-width: 80px;
}
.sticky-carrier[data-v-261158ea] {
  width: inherit;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  white-space: nowrap;
}
.sticky-carrier.stuck-to-top[data-v-261158ea] {
    position: fixed;
    top: 0;
}
.sticky-carrier.stuck-to-bottom[data-v-261158ea] {
    position: absolute;
    bottom: 0;
}
.anchor-btn[data-v-261158ea] {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}
.top-anchor-btn[data-v-261158ea] {
  margin-bottom: 10px;
}
.bottom-anchor-btn[data-v-261158ea] {
  margin-top: 10px;
}
.slider[data-v-261158ea] {
  -ms-flex: 1;
      flex: 1;
  cursor: ns-resize;
  position: relative;
}
.slider:hover .slider-track[data-v-261158ea] {
    background-color: #33ccff;
}
.slider:hover .slider-thumb-bar[data-v-261158ea] {
    border-color: #33ccff;
}
.slider-track[data-v-261158ea] {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 1px;
  background-color: #2b9ec7;
}
.slider-thumb[data-v-261158ea] {
  display: -ms-flexbox;
  display: flex;
}
.slider-thumb .slider-thumb-bar[data-v-261158ea] {
    padding-right: 3px;
    border-right: 5px solid #2b9ec7;
}
.slider-thumb .slider-thumb-label[data-v-261158ea] {
    margin-left: 15px;
    padding: 5px 0;
}

.text-disabled[data-v-733eec4c] {
  color: #616161;
}
.flex[data-v-733eec4c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-733eec4c],
.flex-column[data-v-733eec4c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-733eec4c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-733eec4c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-733eec4c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-733eec4c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-733eec4c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-733eec4c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-733eec4c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-733eec4c] {
  gap: 6px;
}
.gap-3[data-v-733eec4c] {
  gap: 8px;
}
.gap-4[data-v-733eec4c] {
  gap: 12px;
}
.gap-6[data-v-733eec4c] {
  gap: 24px;
}
hr[data-v-733eec4c] {
  border-color: #333;
  margin: 20px auto;
}
.hr-33[data-v-733eec4c] {
  opacity: 0.4;
  width: calc(100% - 40px);
}
.hr-66[data-v-733eec4c] {
  opacity: 0.66;
  width: calc(100% - 20px);
}

.text-disabled[data-v-8b905882] {
  color: #616161;
}
.flex[data-v-8b905882] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-8b905882],
.flex-column[data-v-8b905882] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-8b905882] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-8b905882] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-8b905882] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-8b905882] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-8b905882] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-8b905882] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-8b905882] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-8b905882] {
  gap: 6px;
}
.gap-3[data-v-8b905882] {
  gap: 8px;
}
.gap-4[data-v-8b905882] {
  gap: 12px;
}
.gap-6[data-v-8b905882] {
  gap: 24px;
}
hr[data-v-8b905882] {
  border-color: #333;
  margin: 20px auto;
}
.hr-33[data-v-8b905882] {
  opacity: 0.4;
  width: calc(100% - 40px);
}
.hr-66[data-v-8b905882] {
  opacity: 0.66;
  width: calc(100% - 20px);
}

.text-disabled[data-v-5930b07a] {
  color: #616161;
}
.flex[data-v-5930b07a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5930b07a],
.flex-column[data-v-5930b07a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5930b07a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5930b07a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5930b07a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5930b07a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5930b07a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5930b07a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5930b07a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5930b07a] {
  gap: 6px;
}
.gap-3[data-v-5930b07a] {
  gap: 8px;
}
.gap-4[data-v-5930b07a] {
  gap: 12px;
}
.gap-6[data-v-5930b07a] {
  gap: 24px;
}
.flex-full[data-v-5930b07a] {
  -ms-flex: 1;
      flex: 1;
}
button[data-v-5930b07a]:disabled {
  color: #666 !important;
  cursor: not-allowed;
}
.panel .panel-body[data-v-5930b07a] {
  margin: 20px 0;
  padding: 40px;
}
.thread-title[data-v-5930b07a] {
  margin: 0 0 10px;
}
.thread-title input[data-v-5930b07a] {
    background: #1e1e1e;
    border: 1px solid #484848;
    color: #c0c0c0;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    width: 100%;
}
.thread-category[data-v-5930b07a] {
  margin: 0 0 30px;
  display: -ms-flexbox;
  display: flex;
}
.discussion[data-v-5930b07a] {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.discussion .posts-column[data-v-5930b07a] {
    width: 100%;
    max-width: 780px;
    overflow: hidden;
}
.discussion .posts-column .forum-loader[data-v-5930b07a] {
      border-top: 1px solid #333;
}
.discussion .posts-column .forum-post[data-v-5930b07a] {
      border-top: 1px solid #333;
      margin: 0;
      padding-bottom: 20px;
}
.discussion .posts-column .forum-thread-summary[data-v-5930b07a] {
      margin-left: 62px;
      margin-bottom: 20px;
}
.discussion .posts-column hr[data-v-5930b07a] {
      border-top: 1px solid #333;
}
.discussion .pre-timeline-spacer[data-v-5930b07a] {
    max-width: 40px;
}
.discussion .forum-thread-timeline[data-v-5930b07a] {
    margin-left: 40px;
    margin-bottom: 20px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.new-forum-thread .dropdown-select .dropdown {
  z-index: 101;
}

.text-disabled[data-v-9752533e] {
  color: #616161;
}
.flex[data-v-9752533e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-9752533e],
.flex-column[data-v-9752533e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-9752533e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-9752533e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-9752533e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-9752533e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-9752533e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-9752533e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-9752533e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-9752533e] {
  gap: 6px;
}
.gap-3[data-v-9752533e] {
  gap: 8px;
}
.gap-4[data-v-9752533e] {
  gap: 12px;
}
.gap-6[data-v-9752533e] {
  gap: 24px;
}
.flex[data-v-9752533e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-9752533e] {
  -ms-flex: 1;
      flex: 1;
}
.flex-none[data-v-9752533e] {
  -ms-flex: 0;
      flex: 0;
}
.forum-search .panel-body[data-v-9752533e] {
  padding: 40px;
  margin: 20px 0;
}
header[data-v-9752533e] {
  margin-bottom: 20px;
}
header h1[data-v-9752533e] {
    margin: 0;
    font-size: 38px;
}
.search-text-controls[data-v-9752533e] {
  position: relative;
}
.search-text-controls input[data-v-9752533e] {
    padding-right: 45px;
    border-color: #b0b0b0 !important;
}
.search-text-controls input[data-v-9752533e]:focus {
      border-color: #fff !important;
}
.search-text-controls button[data-v-9752533e] {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
}
.search-text-controls button[data-v-9752533e]:hover {
      background: #363636;
}
.search-text-controls button i[data-v-9752533e] {
      font-size: 16px;
}
.search-restriction-warning[data-v-9752533e] {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.search-restriction-warning button[data-v-9752533e] {
    background: none;
    border: none;
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 14px;
    height: 20px;
    width: 20px;
}
.search-restriction-warning button[data-v-9752533e]:hover {
      background: #363636;
}
.result-controls[data-v-9752533e] {
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 20px;
}
.result-controls .tab-select[data-v-9752533e] {
    -ms-flex: 1;
        flex: 1;
}
.result-controls .sort-dropdown[data-v-9752533e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.forum-post-result-list[data-v-9752533e] {
  margin-top: 30px;
}
.forum-thread-list[data-v-9752533e] {
  margin-top: 20px;
}
.after-posts-msg[data-v-9752533e],
.after-threads-msg[data-v-9752533e] {
  font-weight: bold;
  margin-top: 30px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-search .forum-dropdown-select.dropdown-select {
  margin-left: 20px;
}
.forum-search .forum-thread-list .thread-title {
  font-size: 14px;
}

.text-disabled[data-v-d86fca6a] {
  color: #616161;
}
.flex[data-v-d86fca6a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-d86fca6a],
.flex-column[data-v-d86fca6a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-d86fca6a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-d86fca6a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-d86fca6a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-d86fca6a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-d86fca6a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-d86fca6a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-d86fca6a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-d86fca6a] {
  gap: 6px;
}
.gap-3[data-v-d86fca6a] {
  gap: 8px;
}
.gap-4[data-v-d86fca6a] {
  gap: 12px;
}
.gap-6[data-v-d86fca6a] {
  gap: 24px;
}
ul.forum-post-result-list[data-v-d86fca6a] {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333;
}
li[data-v-d86fca6a] {
  list-style: none;
}
li:first-of-type .forum-post[data-v-d86fca6a] {
    margin-top: 0;
}
li .forum-post-result[data-v-d86fca6a] {
    border-top: 1px solid #333;
    margin-left: 0;
    margin-right: 0;
}

.text-disabled[data-v-13412dea] {
  color: #616161;
}
.flex[data-v-13412dea] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-13412dea],
.flex-column[data-v-13412dea] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-13412dea] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-13412dea] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-13412dea] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-13412dea] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-13412dea] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-13412dea] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-13412dea] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-13412dea] {
  gap: 6px;
}
.gap-3[data-v-13412dea] {
  gap: 8px;
}
.gap-4[data-v-13412dea] {
  gap: 12px;
}
.gap-6[data-v-13412dea] {
  gap: 24px;
}
.flex[data-v-13412dea] {
  display: -ms-flexbox;
  display: flex;
}
.flex-full[data-v-13412dea] {
  -ms-flex: 1;
      flex: 1;
}
.flex-none[data-v-13412dea] {
  -ms-flex: 0;
      flex: 0;
}
.forum-search-advanced-options[data-v-13412dea] {
  width: 285px;
  margin-left: 40px;
  background: #333;
}
.btn-header[data-v-13412dea] {
  border: none;
  background: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  text-align: left;
  padding: 10px 15px;
}
.btn-header span[data-v-13412dea] {
    -ms-flex: 1;
        flex: 1;
}
.btn-header i[data-v-13412dea] {
    position: relative;
    top: 1px;
}
.advanced-options-body[data-v-13412dea] {
  border-top: 1px solid #444;
  padding: 0 15px 15px;
}
.option-group[data-v-13412dea] {
  margin-top: 20px;
}
.option-group .option-group-list[data-v-13412dea] {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 5px 0;
}
.option-group .option-group-list .name[data-v-13412dea] {
      padding: 4px 0 5px;
}
.option-group .option-group-list button[data-v-13412dea] {
      background: none;
      border: none;
      padding: 0;
      margin: 2px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
      height: 24px;
      line-height: 24px;
}
.option-group .option-group-list button[data-v-13412dea]:hover {
        background: #444;
}
.option-group .option-group-list-spacer[data-v-13412dea] {
    margin-top: 10px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.forum-search-advanced-options .multiselect button {
  background-color: #1e1e1e;
  width: 100%;
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
}
.forum-search-advanced-options .multiselect button.selected {
    background: #b0b0b0;
    color: #161616;
}
.forum-search-advanced-options .advanced-options-body .search-select {
  margin-top: 5px;
  height: 34px;
  line-height: 32px;
  background: #1e1e1e;
  border: 1px solid #484848;
}
.forum-search-advanced-options .advanced-options-body .search-select .option:not(.highlighted) {
    background: #1e1e1e;
}
.forum-search-advanced-options .term-type-option-group .multiselect {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 10px 0 0 0;
}
.forum-search-advanced-options .term-type-option-group .multiselect li {
    display: block;
    margin: 0;
}
.forum-search-advanced-options .path-option-group .multiselect {
  margin: 0;
}
.forum-search-advanced-options .path-option-group .multiselect li {
    display: block;
    margin: 10px 0 0;
}

.text-disabled[data-v-236da744] {
  color: #616161;
}
.flex[data-v-236da744] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-236da744],
.flex-column[data-v-236da744] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-236da744] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-236da744] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-236da744] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-236da744] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-236da744] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-236da744] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-236da744] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-236da744] {
  gap: 6px;
}
.gap-3[data-v-236da744] {
  gap: 8px;
}
.gap-4[data-v-236da744] {
  gap: 12px;
}
.gap-6[data-v-236da744] {
  gap: 24px;
}
.posts-panel[data-v-236da744] {
  margin-left: auto;
  margin-right: auto;
}
.posts-panel h2[data-v-236da744] {
    -ms-flex-pack: center !important;
        justify-content: center !important;
}
.posts-panel .panel-body[data-v-236da744] {
    padding: 0 20px 30px;
}
ul.post-list[data-v-236da744] {
  border-bottom: 1px solid #333;
}
li[data-v-236da744] {
  list-style: none;
}
li:first-of-type .forum-post-result[data-v-236da744] {
    border-top: none;
    margin-top: 7px;
}
li .forum-post-result[data-v-236da744] {
    border-top: 1px solid #333;
    margin-left: 0;
    margin-right: 0;
}
.after-posts-msg[data-v-236da744] {
  font-weight: bold;
  margin-top: 20px;
}
.user-info[data-v-236da744] {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 12px;
}
.user-info .avatar-col[data-v-236da744],
  .user-info .user-details-col[data-v-236da744] {
    -ms-flex: 1;
        flex: 1;
}
.user-info .avatar-col img[data-v-236da744] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
@media screen and (max-width: 640px) {
.user-info[data-v-236da744] {
      -ms-flex-direction: column;
          flex-direction: column;
}
}

.text-disabled[data-v-477a3141] {
  color: #616161;
}
.flex[data-v-477a3141] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-477a3141],
.flex-column[data-v-477a3141] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-477a3141] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-477a3141] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-477a3141] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-477a3141] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-477a3141] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-477a3141] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-477a3141] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-477a3141] {
  gap: 6px;
}
.gap-3[data-v-477a3141] {
  gap: 8px;
}
.gap-4[data-v-477a3141] {
  gap: 12px;
}
.gap-6[data-v-477a3141] {
  gap: 24px;
}
.status-icon[data-v-477a3141] {
  font-size: 20px;
  display: inline-block;
  width: 20px;
}
.status-icon.ri-check-line[data-v-477a3141] {
    color: #7ccfa5;
    transform: translateX(-2px);
}
.status-icon.ri-close-line[data-v-477a3141] {
    color: #f14f5d;
}
.status-icon.animated[data-v-477a3141] {
    animation-name: pulse;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.status-extra[data-v-477a3141] {
  padding: 0 8px;
  background: #999;
  color: #222;
  margin-right: 10px;
}
.status-extra.status-extra-bad[data-v-477a3141] {
    background: #db4855;
    font-weight: bold;
}
.alerts[data-v-477a3141] {
  margin: 20px;
}
.alerts > li[data-v-477a3141] {
    margin-bottom: 20px;
}
.alerts > li[data-v-477a3141]:last-child {
      margin-bottom: 0;
}
.alerts > li .heading[data-v-477a3141] {
      background: #303030;
      padding: 2rem 2rem;
      cursor: pointer;
      border-bottom: 4px solid #444;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
}
.alerts > li .heading[data-v-477a3141]:hover::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: -4px;
        left: 0;
        width: 3px;
        background-color: #00b6f0;
}
.alerts > li .heading h3[data-v-477a3141] {
        color: #d0d0d0;
        font-size: 2.2rem;
        margin: 0 0 0 10px;
        -ms-flex: 1;
            flex: 1;
}
.form[data-v-477a3141] {
  padding: 3rem 4rem;
  background: #262626;
}
.form .textarea-wrapper[data-v-477a3141] {
    width: 100%;
    max-width: 800px;
    margin: 10px 0 25px;
}
.completed-update .info-row[data-v-477a3141] {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.completed-update .info-label[data-v-477a3141] {
  background: #303030;
  font-weight: bold;
  padding: 5px 15px;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
}
.completed-update .info-value[data-v-477a3141] {
  padding: 5px 15px 5px 15px;
  -ms-flex: 1;
      flex: 1;
}
.completed-update .submission-date[data-v-477a3141] {
  margin-top: 20px;
  font-style: italic;
  color: #777;
}
.radio-list[data-v-477a3141] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin: 6px 0 0 0;
}
textarea[data-v-477a3141] {
  width: 320px;
}

.text-disabled[data-v-4a4204e0] {
  color: #616161;
}
.flex[data-v-4a4204e0] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4a4204e0],
.flex-column[data-v-4a4204e0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4a4204e0] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4a4204e0] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4a4204e0] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4a4204e0] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4a4204e0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4a4204e0] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4a4204e0] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4a4204e0] {
  gap: 6px;
}
.gap-3[data-v-4a4204e0] {
  gap: 8px;
}
.gap-4[data-v-4a4204e0] {
  gap: 12px;
}
.gap-6[data-v-4a4204e0] {
  gap: 24px;
}
section.sin[data-v-4a4204e0] {
  padding-right: 16px;
}
.panel[data-v-4a4204e0] {
  min-height: calc(100vh - 16px);
}
.panel-body[data-v-4a4204e0] {
  padding-top: 24px !important;
}
.radio-group[data-v-4a4204e0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.software-requests .text h4 {
  line-height: 30px !important;
}

.text-disabled[data-v-45263983] {
  color: #616161;
}
.flex[data-v-45263983] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-45263983],
.flex-column[data-v-45263983] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-45263983] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-45263983] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-45263983] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-45263983] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-45263983] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-45263983] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-45263983] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-45263983] {
  gap: 6px;
}
.gap-3[data-v-45263983] {
  gap: 8px;
}
.gap-4[data-v-45263983] {
  gap: 12px;
}
.gap-6[data-v-45263983] {
  gap: 24px;
}
label.confirmation[data-v-45263983] {
  padding: 1rem;
  font-size: 1.8rem;
}
label.confirmation input[data-v-45263983] {
    position: relative;
    left: .5rem;
    top: 2px;
    cursor: pointer;
}
ul.software li[data-v-45263983] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem;
}
ul.software li > div[data-v-45263983] {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
ul.software li img[data-v-45263983] {
    width: 80px;
    margin-right: 1rem;
}
.select-software[data-v-45263983] {
  max-width: 220px;
}
.subtotal[data-v-45263983] {
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.text[data-v-45263983] {
  padding: 2rem 1rem;
}

.text-disabled[data-v-5f120d6e] {
  color: #616161;
}
.flex[data-v-5f120d6e] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5f120d6e],
.flex-column[data-v-5f120d6e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5f120d6e] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5f120d6e] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5f120d6e] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5f120d6e] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5f120d6e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5f120d6e] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5f120d6e] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5f120d6e] {
  gap: 6px;
}
.gap-3[data-v-5f120d6e] {
  gap: 8px;
}
.gap-4[data-v-5f120d6e] {
  gap: 12px;
}
.gap-6[data-v-5f120d6e] {
  gap: 24px;
}
form[data-v-5f120d6e] {
  margin-top: 16px;
}
.panel-inner[data-v-5f120d6e] {
  padding: 0 16px;
}

.text-disabled[data-v-9cca36fa] {
  color: #616161;
}
.flex[data-v-9cca36fa] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-9cca36fa],
.flex-column[data-v-9cca36fa] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-9cca36fa] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-9cca36fa] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-9cca36fa] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-9cca36fa] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-9cca36fa] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-9cca36fa] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-9cca36fa] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-9cca36fa] {
  gap: 6px;
}
.gap-3[data-v-9cca36fa] {
  gap: 8px;
}
.gap-4[data-v-9cca36fa] {
  gap: 12px;
}
.gap-6[data-v-9cca36fa] {
  gap: 24px;
}

.text-disabled[data-v-5e972d06] {
  color: #616161;
}
.flex[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-5e972d06],
.flex-column[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-5e972d06] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-5e972d06] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-5e972d06] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-5e972d06] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-5e972d06] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-5e972d06] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-5e972d06] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-5e972d06] {
  gap: 6px;
}
.gap-3[data-v-5e972d06] {
  gap: 8px;
}
.gap-4[data-v-5e972d06] {
  gap: 12px;
}
.gap-6[data-v-5e972d06] {
  gap: 24px;
}
.disabled-overlay[data-v-5e972d06] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.disabled-overlay .box[data-v-5e972d06] {
    background: #444;
    padding: 2rem;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.panel.relative[data-v-5e972d06] {
  position: relative;
}
.panel-heading h2[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.panel-heading .fa-spinner[data-v-5e972d06] {
  font-size: 2rem;
}
.panel-heading .download-buttons[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.panel-heading a.instructions[data-v-5e972d06] {
  margin-left: 0.5rem;
}
.student-header a[data-v-5e972d06] {
  color: #fafafa;
}
.download-progress-wrapper[data-v-5e972d06] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 1rem;
  gap: 0.5rem;
}
.download-progress-wrapper.submission-download[data-v-5e972d06] {
    margin-left: 0;
}
.download-progress-wrapper.submission-download .download-stage[data-v-5e972d06] {
      font-size: 1.2rem;
      width: 75px;
}
.download-progress-wrapper.submission-download .download-progress[data-v-5e972d06] {
      width: 120px;
      height: 12px;
      margin-top: 2px;
}
.download-progress-wrapper.submission-download .download-progress-text[data-v-5e972d06] {
      font-size: 1rem;
}
.download-stage[data-v-5e972d06] {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3cf;
}
.download-progress[data-v-5e972d06] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 360px;
  height: 16px;
  background: #444;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.download-progress-bar[data-v-5e972d06] {
  height: 100%;
  background: #3cf;
  transition: width 0.2s ease;
}
.download-progress-text[data-v-5e972d06] {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.feedback[data-v-5e972d06] {
  padding-top: 2rem !important;
}
.assignments[data-v-5e972d06] {
  margin-top: 2rem;
}
ul.students[data-v-5e972d06] {
  padding: 0 2rem;
  margin-top: 2rem;
}
ul.students li.student[data-v-5e972d06] {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.student-submission[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 2rem;
}
.fa-spinner[data-v-5e972d06] {
  color: #33ccff;
  font-size: 1.5rem;
  animation: spin 2s linear infinite;
}
.feedback-buttons span[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.urls[data-v-5e972d06] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  max-width: 800px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.submission[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
}
.submission .video-buttons[data-v-5e972d06] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.75rem;
    margin-left: 0.5rem;
}
.submission label.file-upload[data-v-5e972d06] {
    cursor: pointer;
    margin: 0;
    top: 0;
}
.submission i[data-v-5e972d06] {
    font-size: 16px;
}
.submission .fa-comments.open[data-v-5e972d06] {
    color: #3cb878;
}
.audio-source[data-v-5e972d06] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999999;
}
.audio-source-modal[data-v-5e972d06] {
  background: #444;
  padding: 2rem;
  border-radius: 4px;
  width: 500px;
  max-width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}
.audio-source-item[data-v-5e972d06] {
  background: #555;
  border-radius: 4px;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.audio-source-item i.ri-mic-line[data-v-5e972d06] {
    font-size: 20px;
}
.audio-source-item span[data-v-5e972d06] {
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.audio-source-item i.ri-check-line[data-v-5e972d06] {
    font-size: 20px;
}
.audio-source-item[data-v-5e972d06]:hover {
    background: #666;
}
.audio-source-item.selected[data-v-5e972d06] {
    border: 1px solid #888;
}
.recording-indicator[data-v-5e972d06] {
  width: 12px;
  height: 12px;
  background: red;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  animation: pulse 2s infinite;
  margin-top: 2px;
}
@keyframes pulse {
0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.5);
    opacity: 0.5;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.recorder[data-v-5e972d06] {
  position: fixed;
  background: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.recorder .recording[data-v-5e972d06] {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.recorder .recording.is-recording video[data-v-5e972d06] {
    border: 2px solid red;
}
.recorder .recording.paused video[data-v-5e972d06] {
    border: 2px solid green;
}
.recorder .controls[data-v-5e972d06] {
    padding: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.recorder .controls .left[data-v-5e972d06] {
      gap: 1rem;
}
.recorder .controls .right .button[data-v-5e972d06] {
      gap: 1rem;
}
.recorder .controls .btn i[data-v-5e972d06] {
      margin-right: 0.5rem;
}
.recorder video[data-v-5e972d06] {
    height: 100%;
    max-height: calc(100vh - 120px);
}
.btn-error[data-v-5e972d06] {
  background: red;
  color: #fff;
}
.new-feedback-wrapper[data-v-5e972d06],
.grade-only-feedback[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 1rem;
  border: 1px solid #555;
  padding: 1rem;
  border-radius: 4px;
}
.new-feedback-wrapper .buttons[data-v-5e972d06],
  .grade-only-feedback .buttons[data-v-5e972d06] {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.new-feedback-wrapper .buttons button[data-v-5e972d06],
    .grade-only-feedback .buttons button[data-v-5e972d06] {
      border: none;
}
.new-feedback-wrapper input[data-v-5e972d06]:not([type='radio']),
  .grade-only-feedback input[data-v-5e972d06]:not([type='radio']) {
    width: 200px;
}
.grade-only-feedback .radio-inputs[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}
.grade-only-feedback .radio-inputs input[type='radio'][data-v-5e972d06] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #3cf;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-right: 0.5rem;
    margin-top: 0;
}
.grade-only-feedback .radio-inputs input[type='radio'][data-v-5e972d06]:checked::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #3cf;
}
.grade-only-feedback .radio-inputs label[data-v-5e972d06] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    margin: 0;
}
.new-feedback[data-v-5e972d06] {
  height: 240px;
  margin-top: 1rem;
  width: 360px;
  object-fit: contain;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.recording-button[data-v-5e972d06] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5rem;
}
.recording-frame[data-v-5e972d06] {
  border: 1px dashed #b0b0b0;
  margin: 4rem;
}
.no-students h4[data-v-5e972d06] {
  padding: 1rem;
  margin: 6rem 0.5rem;
}
.video-buttons i[data-v-5e972d06] {
  color: #00b6f0;
}
.upload-all-wrapper[data-v-5e972d06] {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.supervisor-comment[data-v-5e972d06] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.supervisor-comment textarea[data-v-5e972d06] {
    width: 420px;
    max-width: 100%;
}
.comments-box[data-v-5e972d06] {
  background: #262626;
  white-space: pre-wrap;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #616161;
  margin-bottom: 2rem;
}
.recording-time[data-v-5e972d06] {
  width: 32px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.message-group .message-line .mention {
  color: #00b6f0;
  font-weight: 600;
}
.message-group .message-line span.success {
  color: #37a76d;
}
.discord-modal .swal2-title,
.discord-modal .swal2-content {
  color: #f5f5f5;
  margin-bottom: 16px;
}
.discord-modal .swal2-buttonswrapper {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 12px;
}

.text-disabled[data-v-78ee27e4] {
  color: #616161;
}
.flex[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-78ee27e4],
.flex-column[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-78ee27e4] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-78ee27e4] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-78ee27e4] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-78ee27e4] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-78ee27e4] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-78ee27e4] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-78ee27e4] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-78ee27e4] {
  gap: 6px;
}
.gap-3[data-v-78ee27e4] {
  gap: 8px;
}
.gap-4[data-v-78ee27e4] {
  gap: 12px;
}
.gap-6[data-v-78ee27e4] {
  gap: 24px;
}
.scrollbar[data-v-78ee27e4]::-webkit-scrollbar, .sticker-panel[data-v-78ee27e4]::-webkit-scrollbar, .emoji-categories[data-v-78ee27e4]::-webkit-scrollbar {
  width: 6px;
}
.scrollbar[data-v-78ee27e4]::-webkit-scrollbar-track, .sticker-panel[data-v-78ee27e4]::-webkit-scrollbar-track, .emoji-categories[data-v-78ee27e4]::-webkit-scrollbar-track {
  background: transparent;
}
.scrollbar[data-v-78ee27e4]::-webkit-scrollbar-thumb, .sticker-panel[data-v-78ee27e4]::-webkit-scrollbar-thumb, .emoji-categories[data-v-78ee27e4]::-webkit-scrollbar-thumb {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 8px;
}
.scrollbar[data-v-78ee27e4]:hover::-webkit-scrollbar-track, .sticker-panel[data-v-78ee27e4]:hover::-webkit-scrollbar-track, .emoji-categories[data-v-78ee27e4]:hover::-webkit-scrollbar-track {
  background: transparent;
}
.scrollbar[data-v-78ee27e4]:hover::-webkit-scrollbar-thumb, .sticker-panel[data-v-78ee27e4]:hover::-webkit-scrollbar-thumb, .emoji-categories[data-v-78ee27e4]:hover::-webkit-scrollbar-thumb {
  background: #616161;
}
.scrollbar[data-v-78ee27e4]::-webkit-scrollbar-thumb:hover, .sticker-panel[data-v-78ee27e4]::-webkit-scrollbar-thumb:hover, .emoji-categories[data-v-78ee27e4]::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
  cursor: pointer;
}
.link-status[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 48px 24px;
  text-align: center;
  gap: 16px;
}
.panel[data-v-78ee27e4] {
  height: calc(100vh - 16px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.panel-body[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
}
.discord-layout[data-v-78ee27e4] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
      grid-template-columns: 320px 1fr;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
}
.channels[data-v-78ee27e4] {
  border-right: 1px solid #303030;
  padding: 16px 0;
  overflow-y: auto;
  min-height: 0;
}
.channels-loading[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.channel-list[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.channel-search[data-v-78ee27e4] {
  padding: 0 12px;
}
.channel-category[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.category-heading[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 6px 12px;
  color: #bdbdbd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.category-heading .category-arrow[data-v-78ee27e4] {
    font-size: 16px;
    transition: transform 150ms ease;
}
.category-heading .category-arrow.expanded[data-v-78ee27e4] {
      transform: rotate(90deg);
}
.category-heading span[data-v-78ee27e4] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
ul[data-v-78ee27e4] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2px;
}
.channel-item[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 6px 12px;
  margin: 0 8px;
  border-radius: 4px;
  color: #bdbdbd;
  font-size: 14px;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
.channel-item i[data-v-78ee27e4] {
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.channel-item span[data-v-78ee27e4] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.channel-item[data-v-78ee27e4]:hover {
    background: rgba(255, 255, 255, 0.05);
    color: whitesmoke;
}
.channel-item.active[data-v-78ee27e4] {
    background: rgba(255, 255, 255, 0.1);
    color: whitesmoke;
    font-weight: 500;
}
.channel-item.unread[data-v-78ee27e4] {
    color: whitesmoke;
    font-weight: 600;
}
.mention-badge[data-v-78ee27e4] {
  margin-left: auto;
  background: #ed4245;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
  padding: 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.messages-pane[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
  position: relative;
}
.messages-header[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-bottom: 1px solid #303030;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.messages-header i[data-v-78ee27e4] {
    font-size: 20px;
    color: #bdbdbd;
}
.messages-header span.title-xsmall[data-v-78ee27e4] {
    color: whitesmoke;
    font-weight: 600;
}
.messages-header .topic[data-v-78ee27e4] {
    font-size: 12px;
    color: #bdbdbd;
    padding-left: 12px;
    border-left: 1px solid #616161;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.messages-empty[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  color: #bdbdbd;
  text-align: center;
  padding: 48px;
}
.messages-empty i[data-v-78ee27e4] {
    font-size: 48px;
    color: #474747;
}
.messages-empty p[data-v-78ee27e4] {
    margin: 0;
}
.messages-empty p.title-small[data-v-78ee27e4] {
      color: whitesmoke;
}
.messages-list[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.messages-skeleton[data-v-78ee27e4] {
  gap: 32px;
}
.older-loading[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 12px;
}
.skeleton-group[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.skeleton-group .skeleton-avatar[data-v-78ee27e4] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.skeleton-group .skeleton-lines[data-v-78ee27e4] {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    padding-top: 4px;
}
.message-group[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background 100ms ease-in-out;
}
.message-group[data-v-78ee27e4]:hover {
    background: rgba(255, 255, 255, 0.02);
}
.reply-preview[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding-left: 8px;
  margin-bottom: 4px;
  min-width: 0;
}
.reply-connector[data-v-78ee27e4] {
  width: 28px;
  height: 12px;
  border-left: 2px solid #474747;
  border-top: 2px solid #474747;
  border-radius: 4px 0 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.reply-avatar[data-v-78ee27e4] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reply-author[data-v-78ee27e4] {
  font-size: 12px;
  font-weight: 600;
  color: #bdbdbd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reply-content[data-v-78ee27e4] {
  font-size: 12px;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.group-row[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.group-avatar[data-v-78ee27e4] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.group-content[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.group-header[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 8px;
  line-height: 1.2;
}
.discord-link-icon[data-v-78ee27e4] {
  opacity: 0;
  font-size: 13px;
  color: #bdbdbd;
  transition: opacity 150ms ease, color 150ms ease;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}
.discord-link-icon[data-v-78ee27e4]:hover {
    color: whitesmoke;
}
.message-group:hover .discord-link-icon[data-v-78ee27e4],
.thread-message:hover .discord-link-icon[data-v-78ee27e4] {
  opacity: 1;
}
.author-name[data-v-78ee27e4] {
  font-size: 14px;
  font-weight: 700;
  color: whitesmoke;
}
.timestamp[data-v-78ee27e4] {
  font-size: 11px;
  color: #616161;
}
.message-row[data-v-78ee27e4] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.message-row:hover .message-actions[data-v-78ee27e4] {
    opacity: 1;
    pointer-events: auto;
}
.message-row .image-wrapper[data-v-78ee27e4] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.message-attachments[data-v-78ee27e4] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 4px;
  max-width: 640px;
}
.attachment-image[data-v-78ee27e4] {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 4px;
  object-fit: cover;
  cursor: pointer;
}
.attachment-video[data-v-78ee27e4] {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  object-fit: cover;
}
.new-post-btn[data-v-78ee27e4] {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.new-post-btn i[data-v-78ee27e4] {
    font-size: 14px;
    color: #1e1e1e;
}
.create-post-overlay[data-v-78ee27e4] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 200;
}
.create-post-modal[data-v-78ee27e4] {
  background: #262626;
  border: 1px solid #303030;
  border-radius: 8px;
  width: 560px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 64px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.55);
}
.create-post-header[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #303030;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.create-post-header h3[data-v-78ee27e4] {
    margin: 0;
}
.create-post-body[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.form-field[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.form-label[data-v-78ee27e4] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #bdbdbd;
}
.form-label .required[data-v-78ee27e4] {
    color: #f68992;
}
.form-input[data-v-78ee27e4],
.form-textarea[data-v-78ee27e4],
.form-select[data-v-78ee27e4] {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #303030;
  border-radius: 4px;
  color: whitesmoke;
  font-size: 14px;
  padding: 8px 12px;
  outline: none;
  font-family: inherit;
  transition: border-color 100ms ease-in-out;
}
.form-input[data-v-78ee27e4]::-webkit-input-placeholder,
  .form-textarea[data-v-78ee27e4]::-webkit-input-placeholder,
  .form-select[data-v-78ee27e4]::-webkit-input-placeholder {
    color: #616161;
}
.form-input[data-v-78ee27e4]::-moz-placeholder,
  .form-textarea[data-v-78ee27e4]::-moz-placeholder,
  .form-select[data-v-78ee27e4]::-moz-placeholder {
    color: #616161;
}
.form-input[data-v-78ee27e4]:-ms-input-placeholder,
  .form-textarea[data-v-78ee27e4]:-ms-input-placeholder,
  .form-select[data-v-78ee27e4]:-ms-input-placeholder {
    color: #616161;
}
.form-input[data-v-78ee27e4]::placeholder,
  .form-textarea[data-v-78ee27e4]::placeholder,
  .form-select[data-v-78ee27e4]::placeholder {
    color: #616161;
}
.form-input[data-v-78ee27e4]:focus,
  .form-textarea[data-v-78ee27e4]:focus,
  .form-select[data-v-78ee27e4]:focus {
    border-color: #616161;
}
.form-textarea[data-v-78ee27e4] {
  resize: vertical;
  min-height: 100px;
  line-height: 1.5;
}
.form-select option[data-v-78ee27e4] {
  background: #262626;
}
.post-tag-selector[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.post-tag-option[data-v-78ee27e4] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid #303030;
  background: transparent;
  color: #bdbdbd;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
.post-tag-option[data-v-78ee27e4]:hover {
    border-color: #616161;
    color: whitesmoke;
}
.post-tag-option.selected[data-v-78ee27e4] {
    background: rgba(88, 101, 242, 0.2);
    border-color: rgba(88, 101, 242, 0.6);
    color: whitesmoke;
}
.post-attachment-list[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  margin-bottom: 6px;
}
.post-attachment-item[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #bdbdbd;
}
.post-attachment-item span[data-v-78ee27e4]:first-of-type {
    -ms-flex: 1;
        flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-attachment-item i[data-v-78ee27e4]:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.create-post-footer[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 8px;
  padding: 12px 24px;
  border-top: 1px solid #303030;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fade-enter-active[data-v-78ee27e4],
.fade-leave-active[data-v-78ee27e4] {
  transition: opacity 150ms ease;
}
.fade-enter[data-v-78ee27e4],
.fade-leave-to[data-v-78ee27e4] {
  opacity: 0;
}
.embed-preview[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #303030;
  border-radius: 4px;
  overflow: hidden;
}
.embed-accent[data-v-78ee27e4] {
  width: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #616161;
}
.embed-body[data-v-78ee27e4] {
  padding: 8px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.embed-site-name[data-v-78ee27e4] {
  font-size: 12px;
  color: #bdbdbd;
  margin: 0;
}
.embed-title[data-v-78ee27e4] {
  font-size: 14px;
  font-weight: 600;
  color: #00aff4;
  text-decoration: none;
  line-height: 1.3;
}
.embed-title[data-v-78ee27e4]:hover {
    text-decoration: underline;
}
.embed-description[data-v-78ee27e4] {
  font-size: 13px;
  color: #bdbdbd;
  margin: 0;
  line-height: 1.4;
}
.embed-image[data-v-78ee27e4] {
  display: block;
  max-width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 4px;
  margin-top: 4px;
}
.gif-embed[data-v-78ee27e4] {
  display: block;
  max-width: 320px;
  border-radius: 4px;
  margin-top: 4px;
}
.automod-embed[data-v-78ee27e4] {
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #303030;
  border-radius: 4px;
  overflow: hidden;
}
.automod-embed-header[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid #303030;
  font-size: 13px;
  font-weight: 600;
  color: #bdbdbd;
}
.automod-embed-header i[data-v-78ee27e4] {
    font-size: 16px;
}
.automod-embed-fields[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 12px;
  gap: 8px;
}
.automod-field[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 12px;
  min-width: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.automod-field.inline[data-v-78ee27e4] {
    -ms-flex-preferred-size: calc(33.33% - 8px);
        flex-basis: calc(33.33% - 8px);
}
.automod-field-name[data-v-78ee27e4] {
  font-size: 12px;
  font-weight: 600;
  color: #bdbdbd;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.automod-field-value[data-v-78ee27e4] {
  font-size: 14px;
  color: whitesmoke;
  word-break: break-word;
}
.message-stickers[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.message-sticker[data-v-78ee27e4] {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.lottie-sticker[data-v-78ee27e4] {
  width: 160px;
  height: 160px;
}
.lottie-sticker svg[data-v-78ee27e4] {
    width: 100% !important;
    height: 100% !important;
}
.event-widget[data-v-78ee27e4] {
  margin-top: 6px;
}
.event-card[data-v-78ee27e4] {
  max-width: 420px;
  border: 1px solid #303030;
  border-radius: 8px;
  overflow: hidden;
  background: #1e1e1e;
}
.event-cover-wrap[data-v-78ee27e4] {
  position: relative;
}
.event-cover[data-v-78ee27e4] {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.event-cover-placeholder[data-v-78ee27e4] {
  width: 100%;
  height: 180px;
  background: #262626;
}
.event-cover-row[data-v-78ee27e4] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
}
.event-date-badge[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  background: #121212;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  color: whitesmoke;
}
.event-date-badge i[data-v-78ee27e4] {
    font-size: 14px;
}
.event-attendee-badge[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  background: #5865f2;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.event-body[data-v-78ee27e4] {
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.event-name[data-v-78ee27e4] {
  font-size: 18px;
  font-weight: 600;
  color: whitesmoke;
  margin: 0;
  line-height: 1.3;
}
.event-description[data-v-78ee27e4] {
  font-size: 13px;
  color: #bdbdbd;
  margin: 0;
  line-height: 1.4;
}
.event-footer[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 6px;
  gap: 8px;
}
.event-host[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  min-width: 0;
}
.event-host-avatar[data-v-78ee27e4] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #262626;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #bdbdbd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.5px;
}
.event-host-info[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.event-host-name[data-v-78ee27e4] {
  font-size: 13px;
  font-weight: 500;
  color: whitesmoke;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-location[data-v-78ee27e4] {
  font-size: 12px;
  color: #bdbdbd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3px;
}
.event-location i[data-v-78ee27e4] {
    font-size: 12px;
}
.event-interested-btn[data-v-78ee27e4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.forum-filters[data-v-78ee27e4] {
  padding: 12px 32px 8px 32px;
}
.tag-filter ul[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.messages.gallery[data-v-78ee27e4] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1700px) {
.messages.gallery[data-v-78ee27e4] {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 1500px) {
.messages.gallery[data-v-78ee27e4] {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 960px) {
.messages.gallery[data-v-78ee27e4] {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
}
}
.thread-post[data-v-78ee27e4] {
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #303030;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 100ms ease-in-out;
}
.thread-post .gallery-item[data-v-78ee27e4] {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}
.thread-post .gallery-item .image-wrapper[data-v-78ee27e4] {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.thread-post .gallery-item .tags[data-v-78ee27e4] {
      margin-top: 8px;
      min-height: 24px;
}
.thread-post .gallery-item img.preview[data-v-78ee27e4] {
      width: 100%;
      height: 280px;
      object-fit: cover;
}
.thread-post[data-v-78ee27e4]:hover {
    background: rgba(255, 255, 255, 0.07);
}
.thread-post .tags[data-v-78ee27e4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    width: auto;
}
.thread-post img.preview[data-v-78ee27e4] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.thread-post-body[data-v-78ee27e4] {
  font-size: 15px;
  color: whitesmoke;
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-wrap;
}
.thread-post-body.gallery[data-v-78ee27e4] {
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
}
.attachment-file-link[data-v-78ee27e4] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #303030;
  border-radius: 4px;
  font-size: 13px;
  color: #bdbdbd;
  text-decoration: none;
  max-width: 300px;
}
.attachment-file-link i[data-v-78ee27e4] {
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.attachment-file-link[data-v-78ee27e4]:hover {
    color: whitesmoke;
    background: rgba(255, 255, 255, 0.08);
}
.message-actions[data-v-78ee27e4] {
  position: absolute;
  right: 0;
  top: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px;
  padding: 2px;
  background: #262626;
  border: 1px solid #303030;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms ease-in-out;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.message-actions.picker-open[data-v-78ee27e4] {
    opacity: 1;
    pointer-events: auto;
}
.quick-reactions[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px;
  padding-right: 6px;
  border-right: 1px solid #303030;
  margin-right: 2px;
  position: relative;
}
.quick-reactions-divider[data-v-78ee27e4] {
  width: 1px;
  height: 18px;
  background: #303030;
  margin: 0 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quick-reaction-emoji[data-v-78ee27e4] {
  width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  transition: background 100ms ease-in-out;
}
.quick-reaction-emoji[data-v-78ee27e4]:hover {
    background: rgba(255, 255, 255, 0.1);
}
.more-reactions-btn[data-v-78ee27e4] {
  font-size: 13px;
  letter-spacing: 1px;
  color: #bdbdbd;
}
.more-reactions-btn[data-v-78ee27e4]:hover {
    color: whitesmoke;
}
.reaction-emoji-panel[data-v-78ee27e4] {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  width: 300px;
  height: 320px;
  background: #262626;
  border: 1px solid #303030;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.55);
}
.reaction-pills[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.reaction-pill[data-v-78ee27e4] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #303030;
  border-radius: 100px;
  font-size: 13px;
  color: #bdbdbd;
  cursor: pointer;
  transition: all 100ms ease-in-out;
  line-height: 1.6;
}
.reaction-pill[data-v-78ee27e4]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: whitesmoke;
}
.reaction-pill.me[data-v-78ee27e4] {
    background: rgba(88, 101, 242, 0.2);
    border-color: rgba(88, 101, 242, 0.5);
    color: whitesmoke;
}
.message-line[data-v-78ee27e4] {
  font-size: 16px;
  color: #bdbdbd;
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-wrap;
}
.message-line.emoji-only[data-v-78ee27e4] {
    font-size: 28px;
    line-height: 1.3;
}
.mention[data-v-78ee27e4] {
  background: rgba(88, 101, 242, 0.3);
  color: #dee0fc;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: 500;
}
.members-sidebar[data-v-78ee27e4] {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  padding: 24px;
  background: #1e1e1e;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.members-sidebar .members-virtual-container[data-v-78ee27e4] {
    -ms-flex: 1;
        flex: 1;
    overflow-y: auto;
    margin-top: 12px;
}
.members-sidebar .member-row[data-v-78ee27e4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 6px;
}
.members-sidebar img[data-v-78ee27e4] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.member-search[data-v-78ee27e4] {
  margin-top: 8px;
}
.new-messages-btn[data-v-78ee27e4] {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 10;
  white-space: nowrap;
}
.new-messages-btn i[data-v-78ee27e4] {
    font-size: 14px;
}
.scroll-to-bottom-fab[data-v-78ee27e4] {
  position: absolute;
  bottom: 196px;
  right: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.slide-up-enter-active[data-v-78ee27e4],
.slide-up-leave-active[data-v-78ee27e4] {
  transition: opacity 150ms ease, transform 150ms ease;
}
.slide-up-enter[data-v-78ee27e4],
.slide-up-leave-to[data-v-78ee27e4] {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}
.compose-bar[data-v-78ee27e4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 24px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  position: relative;
}
.mention-suggestions[data-v-78ee27e4] {
  position: absolute;
  bottom: 100%;
  left: 24px;
  right: 24px;
  max-height: 200px;
  overflow-y: auto;
  background: #262626;
  border: 1px solid #303030;
  border-radius: 6px;
  padding: 6px 0;
  z-index: 10;
}
.mention-suggestion-item[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #bdbdbd;
}
.mention-suggestion-item[data-v-78ee27e4]:hover, .mention-suggestion-item.active[data-v-78ee27e4] {
    background: rgba(255, 255, 255, 0.08);
    color: whitesmoke;
}
.mention-suggestion-avatar[data-v-78ee27e4] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.emoji-colon-suggestions[data-v-78ee27e4] {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  max-height: 280px;
  overflow-y: auto;
  background: #262626;
  border: 1px solid #303030;
  border-radius: 6px;
  padding: 6px 0;
  z-index: 10;
}
.emoji-colon-suggestion-item[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #bdbdbd;
}
.emoji-colon-suggestion-item[data-v-78ee27e4]:hover, .emoji-colon-suggestion-item.active[data-v-78ee27e4] {
    background: rgba(255, 255, 255, 0.08);
    color: whitesmoke;
}
.emoji-colon-preview[data-v-78ee27e4] {
  font-size: 20px;
  width: 28px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.emoji-colon-name[data-v-78ee27e4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment-previews[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #303030;
  border-radius: 8px;
}
.attachment-preview-item[data-v-78ee27e4] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  width: 80px;
}
.attachment-thumb[data-v-78ee27e4] {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.attachment-file-icon[data-v-78ee27e4] {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.attachment-file-icon i[data-v-78ee27e4] {
    font-size: 32px;
    color: #bdbdbd;
}
.attachment-remove-btn[data-v-78ee27e4] {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #303030;
  border: 1px solid #303030;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.attachment-remove-btn i[data-v-78ee27e4] {
    font-size: 12px;
}
.attachment-item-name[data-v-78ee27e4] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #bdbdbd;
}
.reply-indicator[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding: 6px 8px 6px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #303030;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  color: #bdbdbd;
}
.reply-indicator > i[data-v-78ee27e4] {
    font-size: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.reply-indicator strong[data-v-78ee27e4] {
    color: whitesmoke;
    font-weight: 600;
}
.reply-indicator .reply-indicator-content[data-v-78ee27e4] {
    -ms-flex: 1;
        flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #616161;
    margin-left: 4px;
}
.compose-input-row[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #303030;
  border-radius: 8px;
  padding: 8px 8px 8px 16px;
  transition: border-color 100ms ease-in-out;
}
.compose-input-row.has-reply[data-v-78ee27e4] {
    border-radius: 0 0 8px 8px;
}
.compose-input-row[data-v-78ee27e4]:focus-within {
    border-color: #616161;
}
.compose-input-row.error[data-v-78ee27e4] {
    border-color: #db4855;
}
.compose-input[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: whitesmoke;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  max-height: 120px;
  overflow-y: auto;
  padding: 0;
  font-family: inherit;
}
.compose-input[data-v-78ee27e4]::-webkit-input-placeholder {
    color: #616161;
}
.compose-input[data-v-78ee27e4]::-moz-placeholder {
    color: #616161;
}
.compose-input[data-v-78ee27e4]:-ms-input-placeholder {
    color: #616161;
}
.compose-input[data-v-78ee27e4]::placeholder {
    color: #616161;
}
.compose-input[data-v-78ee27e4]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.compose-actions[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.sticker-picker-wrap[data-v-78ee27e4] {
  position: relative;
}
.sticker-panel[data-v-78ee27e4] {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  width: 320px;
  max-height: 360px;
  background: #1e1e1e;
  border: 1px solid #303030;
  border-radius: 8px;
  overflow-y: auto;
  padding: 8px;
  z-index: 100;
}
.sticker-search[data-v-78ee27e4] {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 6px 8px;
  background: #262626;
  border: 1px solid #303030;
  border-radius: 6px;
  color: whitesmoke;
  font-size: 13px;
}
.sticker-search[data-v-78ee27e4]::-webkit-input-placeholder {
    color: #bdbdbd;
}
.sticker-search[data-v-78ee27e4]::-moz-placeholder {
    color: #bdbdbd;
}
.sticker-search[data-v-78ee27e4]:-ms-input-placeholder {
    color: #bdbdbd;
}
.sticker-search[data-v-78ee27e4]::placeholder {
    color: #bdbdbd;
}
.sticker-search[data-v-78ee27e4]:focus {
    outline: none;
    border-color: #616161;
}
.sticker-panel-empty[data-v-78ee27e4] {
  text-align: center;
  padding: 16px 0;
  font-size: 13px;
}
.sticker-grid[data-v-78ee27e4] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.sticker-item[data-v-78ee27e4] {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: #262626;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.1s;
}
.sticker-item[data-v-78ee27e4]:hover {
    background: #303030;
}
.sticker-item img[data-v-78ee27e4] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sticker-lottie-inner[data-v-78ee27e4] {
  width: 100%;
  height: 100%;
}
.sticker-lottie-inner svg[data-v-78ee27e4] {
    width: 100% !important;
    height: 100% !important;
}
.emoji-panel[data-v-78ee27e4] {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  width: 320px;
  height: 340px;
  background: #262626;
  border: 1px solid #303030;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  z-index: 100;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.55);
}
.emoji-search[data-v-78ee27e4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 8px;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #303030;
  border-radius: 4px;
  color: whitesmoke;
  font-size: 13px;
  outline: none;
}
.emoji-search[data-v-78ee27e4]::-webkit-input-placeholder {
    color: #616161;
}
.emoji-search[data-v-78ee27e4]::-moz-placeholder {
    color: #616161;
}
.emoji-search[data-v-78ee27e4]:-ms-input-placeholder {
    color: #616161;
}
.emoji-search[data-v-78ee27e4]::placeholder {
    color: #616161;
}
.emoji-search[data-v-78ee27e4]:focus {
    border-color: #616161;
}
.emoji-categories[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  padding: 0 8px 8px;
}
.emoji-category[data-v-78ee27e4] {
  margin-bottom: 12px;
}
.emoji-category-name[data-v-78ee27e4] {
  color: #bdbdbd;
  margin: 0 0 6px;
}
.emoji-grid[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
.emoji-item[data-v-78ee27e4] {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 100ms ease-in-out;
  line-height: 1;
}
.emoji-item[data-v-78ee27e4]:hover {
    background: rgba(255, 255, 255, 0.1);
}
.send-btn[data-v-78ee27e4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all 100ms ease-in-out;
}
.send-btn i[data-v-78ee27e4] {
    font-size: 16px;
}
.compose-error[data-v-78ee27e4] {
  color: #f68992;
  margin: 0;
  padding: 0 6px;
}
.thread-panel[data-v-78ee27e4] {
  position: fixed;
  top: 0;
  right: 0;
  width: 780px;
  max-width: 100%;
  height: 100%;
  background: #262626;
  border-left: 1px solid #303030;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 50;
}
.thread-panel .attachment-image[data-v-78ee27e4],
  .thread-panel .attachment-video[data-v-78ee27e4] {
    max-width: 100%;
}
.thread-panel-header[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #303030;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.thread-panel-title[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  min-width: 0;
}
.thread-panel-title > i[data-v-78ee27e4] {
    font-size: 20px;
    color: #5865f2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.thread-panel-title h3[data-v-78ee27e4] {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thread-panel-title p[data-v-78ee27e4] {
    margin: 0;
}
.thread-panel-messages[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.thread-messages-loading[data-v-78ee27e4],
.thread-empty[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 32px 0;
  color: #bdbdbd;
}
.thread-messages-loading i[data-v-78ee27e4],
  .thread-empty i[data-v-78ee27e4] {
    font-size: 32px;
    color: #474747;
}
.thread-messages-loading p[data-v-78ee27e4],
  .thread-empty p[data-v-78ee27e4] {
    margin: 0;
}
.thread-message[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.thread-msg-avatar[data-v-78ee27e4] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.thread-msg-content[data-v-78ee27e4] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.thread-msg-header[data-v-78ee27e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 8px;
}
.thread-compose-bar[data-v-78ee27e4] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 16px;
  border-top: 1px solid #303030;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.02);
}
.discord-logo[data-v-78ee27e4] {
  color: #5865f2;
}
.discord-logo i[data-v-78ee27e4] {
    font-size: 64px;
}
.button-connect i[data-v-78ee27e4] {
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.error-msg[data-v-78ee27e4] {
  color: #f68992;
}
.muted[data-v-78ee27e4] {
  color: #bdbdbd;
}
.lightbox[data-v-78ee27e4] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
.lightbox > img[data-v-78ee27e4] {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    cursor: default;
}
.lightbox .ri-close-line[data-v-78ee27e4] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 1;
}
.lightbox .swiper-button-prev[data-v-78ee27e4],
  .lightbox .swiper-button-next[data-v-78ee27e4] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.lightbox .swiper-button-prev[data-v-78ee27e4] {
    left: 1.5rem;
}
.lightbox .swiper-button-next[data-v-78ee27e4] {
    right: 1.5rem;
}
.icon-button.mobile-channels-toggle[data-v-78ee27e4] {
  display: none;
}
.icon-button.mobile-channels-close[data-v-78ee27e4] {
  display: none;
}
@media screen and (max-width: 960px) {
.discord-layout[data-v-78ee27e4] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.messages-pane[data-v-78ee27e4] {
    -ms-grid-column: 1;
        grid-column: 1;
}
}
@media screen and (max-width: 900px) {
.icon-button.mobile-channels-toggle[data-v-78ee27e4] {
    display: -ms-flexbox;
    display: flex;
}
.icon-button.mobile-channels-close[data-v-78ee27e4] {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}
.discord-layout[data-v-78ee27e4] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    position: relative;
}
.channel-search[data-v-78ee27e4] {
    padding-right: 48px;
}
.channels[data-v-78ee27e4] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    z-index: 99999;
    background: #1e1e1e;
    transform: translateX(-100%);
    transition: transform 200ms ease;
    border-right: 1px solid #303030;
}
.channels.mobile-channels-open[data-v-78ee27e4] {
      transform: translateX(0);
}
}
span.danger[data-v-78ee27e4] {
  color: #f14f5d;
}
.first-message-header[data-v-78ee27e4] {
  border-bottom: 1px solid #303030;
  padding-bottom: 24px;
}

.text-disabled[data-v-d9fc4d68] {
  color: #616161;
}
.flex[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-d9fc4d68],
.flex-column[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-d9fc4d68] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-d9fc4d68] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-d9fc4d68] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-d9fc4d68] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-d9fc4d68] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-d9fc4d68] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-d9fc4d68] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-d9fc4d68] {
  gap: 6px;
}
.gap-3[data-v-d9fc4d68] {
  gap: 8px;
}
.gap-4[data-v-d9fc4d68] {
  gap: 12px;
}
.gap-6[data-v-d9fc4d68] {
  gap: 24px;
}
section.dashboard[data-v-d9fc4d68] {
  padding-right: 12px;
  padding-top: 12px;
}
h2[data-v-d9fc4d68] {
  cursor: pointer;
}
.description[data-v-d9fc4d68] {
  padding: 12px 16px;
  border-bottom: 1px solid #303030;
}
.course-admin[data-v-d9fc4d68] {
  max-height: 800px;
  overflow-y: scroll;
}
.path-heading[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 16px 8px;
  margin-top: 16px;
  border-top: 1px solid #303030;
}
.path-heading label[data-v-d9fc4d68] {
    color: #a3a3a3;
}
.instances[data-v-d9fc4d68] {
  padding: 0;
  list-style: none;
}
.instances:first-child .path-heading[data-v-d9fc4d68] {
    border-top: none;
}
.instances li[data-v-d9fc4d68] {
    border-bottom: 1px solid #1e1e1e;
}
.instances li[data-v-d9fc4d68]:last-child {
      border-bottom: none;
}
.instances li[data-v-d9fc4d68]:nth-child(odd) {
      background: rgba(255, 255, 255, 0.02);
}
.instance-row[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 12px;
  padding: 8px 16px;
}
.instance-link[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.instance-link img[data-v-d9fc4d68] {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.instance-link .body-small[data-v-d9fc4d68] {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
}
.instance-link:hover .body-small[data-v-d9fc4d68] {
    color: whitesmoke;
}
.position-wrapper[data-v-d9fc4d68] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.load-all-wrap[data-v-d9fc4d68] {
  padding: 16px;
  border-top: 1px solid #303030;
}
.flag[data-v-d9fc4d68] {
  color: #f14f5d;
  position: relative;
  top: -1rem;
}
.groups-list[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.group-item[data-v-d9fc4d68] {
  border-bottom: 1px solid #303030;
}
.group-item[data-v-d9fc4d68]:last-child {
    border-bottom: none;
}
.group-heading[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px 16px;
  background: #121212;
  gap: 12px;
}
.group-heading-link[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.group-heading-link:hover .title-xsmall[data-v-d9fc4d68] {
    color: whitesmoke;
}
.student-list[data-v-d9fc4d68] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.student-list li[data-v-d9fc4d68] {
    border-top: 1px solid #303030;
}
.student-link[data-v-d9fc4d68] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 32px;
  transition: background 100ms ease-in-out;
}
.student-link i[data-v-d9fc4d68] {
    font-size: 14px;
    color: gray;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.student-link[data-v-d9fc4d68]:hover {
    background: #1e1e1e;
}
.student-link:hover i[data-v-d9fc4d68] {
      color: #bdbdbd;
}
.core-curriculum[data-v-d9fc4d68] {
  color: #5cb85c;
}
.panel[data-v-d9fc4d68] {
  margin-bottom: 24px;
}

.text-disabled[data-v-ca88e8c8] {
  color: #616161;
}
.flex[data-v-ca88e8c8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-ca88e8c8],
.flex-column[data-v-ca88e8c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-ca88e8c8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-ca88e8c8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-ca88e8c8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-ca88e8c8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-ca88e8c8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-ca88e8c8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-ca88e8c8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-ca88e8c8] {
  gap: 6px;
}
.gap-3[data-v-ca88e8c8] {
  gap: 8px;
}
.gap-4[data-v-ca88e8c8] {
  gap: 12px;
}
.gap-6[data-v-ca88e8c8] {
  gap: 24px;
}
.intro-videos[data-v-ca88e8c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.intro-desc[data-v-ca88e8c8] {
  margin-bottom: 16px;
}
.term-panel[data-v-ca88e8c8] {
  margin-top: 12px;
}
.panel-heading .chevron[data-v-ca88e8c8] {
  font-size: 20px;
  color: #a3a3a3;
}
.add-form[data-v-ca88e8c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  margin-top: 12px;
  padding-bottom: 16px;
}
.add-form button[data-v-ca88e8c8] {
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.form-field[data-v-ca88e8c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.form-field select[data-v-ca88e8c8] {
    width: 100%;
    max-width: 400px;
}
.file-input[data-v-ca88e8c8] {
  color: #bdbdbd;
  font-size: 14px;
  padding: 8px 0;
}
.file-input[data-v-ca88e8c8]::file-selector-button {
    background: rgba(255, 255, 255, 0.1);
    color: whitesmoke;
    border: 1px solid gray;
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 12px;
    transition: all 100ms ease-in-out;
}
.file-input[data-v-ca88e8c8]::file-selector-button:hover {
      background: rgba(255, 255, 255, 0.15);
      border-color: #bdbdbd;
}
.video-panel[data-v-ca88e8c8] {
  margin: 24px auto;
}
.videos-table[data-v-ca88e8c8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 !important;
}
.videos-table .video-entry[data-v-ca88e8c8] {
    border-bottom: 1px solid #303030;
}
.videos-table .video-entry[data-v-ca88e8c8]:last-child {
      border-bottom: none;
}
.videos-table .video-row[data-v-ca88e8c8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 12px 16px;
    gap: 16px;
}
.videos-table .video-row > div[data-v-ca88e8c8] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
}
.week-col[data-v-ca88e8c8] {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.group-col[data-v-ca88e8c8] {
  -ms-flex: 1;
      flex: 1;
  min-width: 120px;
}
.actions-col[data-v-ca88e8c8] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.player[data-v-ca88e8c8] {
  border-top: 1px solid #303030;
  padding: 16px;
  background: black;
}
.video-thumbnail[data-v-ca88e8c8] {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.video-thumbnail video[data-v-ca88e8c8] {
    display: block;
    border-radius: 2px;
}
.video-thumbnail img[data-v-ca88e8c8] {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 0.8;
    transition: opacity 100ms ease-in-out;
}
.video-thumbnail:hover img[data-v-ca88e8c8] {
    opacity: 1;
}

.text-disabled[data-v-1a75b296] {
  color: #616161;
}
.flex[data-v-1a75b296] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1a75b296],
.flex-column[data-v-1a75b296] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1a75b296] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1a75b296] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1a75b296] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1a75b296] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1a75b296] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1a75b296] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1a75b296] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1a75b296] {
  gap: 6px;
}
.gap-3[data-v-1a75b296] {
  gap: 8px;
}
.gap-4[data-v-1a75b296] {
  gap: 12px;
}
.gap-6[data-v-1a75b296] {
  gap: 24px;
}
table tr td[data-v-1a75b296]:last-child {
  text-align: center;
}
.flag[data-v-1a75b296] {
  color: red;
  float: right;
}

.text-disabled[data-v-4868a530] {
  color: #616161;
}
.flex[data-v-4868a530] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4868a530],
.flex-column[data-v-4868a530] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4868a530] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4868a530] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4868a530] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4868a530] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4868a530] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4868a530] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4868a530] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4868a530] {
  gap: 6px;
}
.gap-3[data-v-4868a530] {
  gap: 8px;
}
.gap-4[data-v-4868a530] {
  gap: 12px;
}
.gap-6[data-v-4868a530] {
  gap: 24px;
}
.final-projects[data-v-4868a530] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 12px;
}
.term-heading-text[data-v-4868a530] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.needs-feedback[data-v-4868a530] {
  color: #f68992;
  font-size: 13px;
}
.needs-cloudinary[data-v-4868a530] {
  color: #7ccfa5;
  font-size: 13px;
}
.term-body[data-v-4868a530] {
  padding: 12px 0;
}
.toggle-finished[data-v-4868a530] {
  margin-bottom: 16px;
}
.path-section[data-v-4868a530] {
  margin-bottom: 24px;
}
.path-heading[data-v-4868a530] {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #303030;
}
.students[data-v-4868a530] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.students li[data-v-4868a530] {
    padding: 8px;
    border: 1px solid #303030;
    border-radius: 2px;
    text-align: center;
    background: #121212;
    transition: background 100ms ease-in-out;
}
.students li[data-v-4868a530]:hover {
      background: #1e1e1e;
}
.students li[data-v-4868a530]:not(.finished) {
    opacity: 0.55;
}
.students li:not(.finished) .status[data-v-4868a530] {
      outline: 2px solid #ebbc46;
}
.students a[data-v-4868a530] {
    text-decoration: none;
    color: inherit;
    display: block;
}
.student-name[data-v-4868a530] {
  font-size: 13px;
  font-weight: 500;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.student-name a[data-v-4868a530] {
    color: #ebebeb;
}
.student-name a[data-v-4868a530]:hover {
      color: whitesmoke;
}
.status[data-v-4868a530] {
  border-radius: 2px;
  text-align: center;
  width: 160px;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.status a[data-v-4868a530] {
    color: #1e1e1e;
    padding: 4px 0;
}
.status.passed[data-v-4868a530], .status.Passed-Snoozed[data-v-4868a530] {
    background: #3cb878;
}
.status.requiring_feedback[data-v-4868a530] {
    background: #f14f5d;
}
.status.Feedback---Snoozed[data-v-4868a530] {
    background: #d6ab40;
}
.status.fixes_required[data-v-4868a530] {
    background: #00b6f0;
}
.status.no_hand_in[data-v-4868a530] {
    background: #616161;
}
.status.no_hand_in a[data-v-4868a530] {
      color: #d6d6d6;
}
.status.passed---Not-in-Cloudinary[data-v-4868a530] {
    background: #ebbc46;
}
.search-wrapper[data-v-4868a530] {
  margin-bottom: 12px;
}

.text-disabled[data-v-27a763e8] {
  color: #616161;
}
.flex[data-v-27a763e8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-27a763e8],
.flex-column[data-v-27a763e8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-27a763e8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-27a763e8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-27a763e8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-27a763e8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-27a763e8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-27a763e8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-27a763e8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-27a763e8] {
  gap: 6px;
}
.gap-3[data-v-27a763e8] {
  gap: 8px;
}
.gap-4[data-v-27a763e8] {
  gap: 12px;
}
.gap-6[data-v-27a763e8] {
  gap: 24px;
}
h4[data-v-27a763e8], .table-wrapper[data-v-27a763e8] {
  padding: 0 2rem;
}
.table-wrapper[data-v-27a763e8] {
  max-height: 800px;
  overflow-y: scroll;
}
.header[data-v-27a763e8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3rem;
  cursor: pointer;
}
table[data-v-27a763e8] {
  table-layout: fixed;
  width: 100%;
}
td[data-v-27a763e8],
th[data-v-27a763e8] {
  padding: 1rem;
}

.text-disabled[data-v-01465388] {
  color: #616161;
}
.flex[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-01465388],
.flex-column[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-01465388] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-01465388] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-01465388] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-01465388] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-01465388] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-01465388] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-01465388] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-01465388] {
  gap: 6px;
}
.gap-3[data-v-01465388] {
  gap: 8px;
}
.gap-4[data-v-01465388] {
  gap: 12px;
}
.gap-6[data-v-01465388] {
  gap: 24px;
}
.supervisor-weekly-content[data-v-01465388] {
  padding: 16px;
}
.week-selector[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.term-section[data-v-01465388] {
  margin-bottom: 24px;
}
.term-heading[data-v-01465388] {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #303030;
}
.no-content[data-v-01465388] {
  list-style: none;
}
.instance-list[data-v-01465388] {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.instance-item[data-v-01465388] {
  border: 1px solid #303030;
  border-radius: 4px;
  overflow: hidden;
}
.instance-name[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px 16px;
  background: #121212;
  border-bottom: 1px solid #303030;
  transition: background 100ms ease-in-out;
}
.instance-name[data-v-01465388]:hover {
    background: #1e1e1e;
}
.instance-name .chevron[data-v-01465388] {
    font-size: 18px;
    color: #a3a3a3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.instance-name .assignment-icon[data-v-01465388] {
    font-size: 18px;
    color: #00e9bd;
}
.instance-name .exercise-icon[data-v-01465388] {
    font-size: 18px;
    color: #a162db;
}
.video-detail[data-v-01465388] {
  background: black;
}
.video-layout[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px;
}
@media screen and (max-width: 904px) {
.video-layout[data-v-01465388] {
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.video-main[data-v-01465388] {
  min-width: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.video-main[data-v-01465388] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.video-panel[data-v-01465388] {
  -ms-grid-column: span 8;
      grid-column: span 8;
}
.video-panel .panel .panel-body[data-v-01465388] {
    padding: 16px;
}
.video-sidebar[data-v-01465388] {
  -ms-grid-column: span 4;
      grid-column: span 4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 904px) {
.video-sidebar[data-v-01465388] {
      width: 100%;
}
}
.sku[data-v-01465388] {
  padding: 8px 16px 0;
  font-size: 18px;
}
.video-tabs[data-v-01465388] {
  padding: 0 12px;
  margin-bottom: 12px;
}
.video-player-placeholder[data-v-01465388] {
  width: 100%;
}
.chapters[data-v-01465388] {
  padding: 0 !important;
}
.video-chapter[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  padding: 8px 16px;
  border-bottom: 1px solid #303030;
}
.video-chapter[data-v-01465388]:last-child {
    border-bottom: none;
}
.video-chapter input[data-v-01465388] {
    cursor: pointer !important;
    width: 100%;
}
.chapter-heading input[data-v-01465388] {
  color: #a3a3a3;
  font-size: 11px;
}
.info-section[data-v-01465388] {
  margin-bottom: 16px;
}
.info-section p[data-v-01465388] {
    margin: 0 0 6px 0;
}
.assignment-image-wrap[data-v-01465388] {
  margin-top: 12px;
}
.assignment-img[data-v-01465388] {
  max-width: 200px;
  border-radius: 4px;
}
table.assignment-files[data-v-01465388] {
  width: 100%;
  margin-top: 8px;
}
table.annotations[data-v-01465388] {
  width: 100%;
  margin-top: 12px;
}
.annotation-actions[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.annotation-actions i[data-v-01465388] {
    font-size: 16px;
    color: #a3a3a3;
    transition: color 100ms ease-in-out;
}
.annotation-actions i[data-v-01465388]:hover {
      color: whitesmoke;
}
.transcript[data-v-01465388] {
  margin-top: 12px;
}
.transcript .text[data-v-01465388] {
    font-size: 14px;
    line-height: 1.8;
    color: #bdbdbd;
    padding: 16px;
    background: #121212;
    border-radius: 4px;
    margin-bottom: 12px;
}
.transcript-actions[data-v-01465388] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.comments[data-v-01465388] {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.comments > li[data-v-01465388] {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #303030;
}
.comments > li[data-v-01465388]:last-child {
      border-bottom: none;
}
.comment-row[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.comment-avatar[data-v-01465388] {
  width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comment-avatar img[data-v-01465388] {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    object-fit: cover;
}
.comment-body .author[data-v-01465388] {
  margin: 0 0 6px 0;
  color: #bdbdbd;
}
.comment-body .author span[data-v-01465388] {
    color: #54cef5;
}
.comment-body .author span[data-v-01465388]:hover {
      color: #8addf8;
}
.comment-meta[data-v-01465388] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 6px;
}
.replies[data-v-01465388] {
  list-style: none;
  padding-left: 32px;
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.reply-form[data-v-01465388],
.add-comment-form[data-v-01465388] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #303030;
}
.resource-list[data-v-01465388] {
  background: #1e1e1e;
}
.resource-list ul[data-v-01465388] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.resource-list li[data-v-01465388] {
    padding: 12px 16px;
    border-bottom: 1px solid #303030;
}
.resource-list li[data-v-01465388]:last-child {
      border-bottom: none;
}
.resource-list li a[data-v-01465388] {
      display: block;
      margin-bottom: 6px;
}
.resource-list li p[data-v-01465388] {
      margin: 0;
}
.assignment-icon[data-v-01465388] {
  color: #00e9bd;
}
.exercise-icon[data-v-01465388] {
  color: #a162db;
}
.clippie[data-v-01465388] {
  margin-left: 6px;
  color: gray;
  cursor: pointer;
}
.clippie[data-v-01465388]:hover {
    color: #bdbdbd;
}

.text-disabled[data-v-3119e090] {
  color: #616161;
}
.flex[data-v-3119e090] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3119e090],
.flex-column[data-v-3119e090] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3119e090] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3119e090] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3119e090] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3119e090] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3119e090] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3119e090] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3119e090] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3119e090] {
  gap: 6px;
}
.gap-3[data-v-3119e090] {
  gap: 8px;
}
.gap-4[data-v-3119e090] {
  gap: 12px;
}
.gap-6[data-v-3119e090] {
  gap: 24px;
}
.supervisor-journey[data-v-3119e090] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  padding: 16px;
}
table[data-v-3119e090] {
  table-layout: fixed;
  width: 100%;
  margin-top: 12px;
}

.text-disabled[data-v-55065310] {
  color: #616161;
}
.flex[data-v-55065310] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-55065310],
.flex-column[data-v-55065310] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-55065310] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-55065310] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-55065310] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-55065310] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-55065310] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-55065310] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-55065310] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-55065310] {
  gap: 6px;
}
.gap-3[data-v-55065310] {
  gap: 8px;
}
.gap-4[data-v-55065310] {
  gap: 12px;
}
.gap-6[data-v-55065310] {
  gap: 24px;
}
table[data-v-55065310] {
  table-layout: fixed;
}
.panel-body[data-v-55065310] {
  min-height: 500px;
}

.text-disabled[data-v-55e7c71c] {
  color: #616161;
}
.flex[data-v-55e7c71c] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-55e7c71c],
.flex-column[data-v-55e7c71c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-55e7c71c] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-55e7c71c] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-55e7c71c] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-55e7c71c] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-55e7c71c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-55e7c71c] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-55e7c71c] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-55e7c71c] {
  gap: 6px;
}
.gap-3[data-v-55e7c71c] {
  gap: 8px;
}
.gap-4[data-v-55e7c71c] {
  gap: 12px;
}
.gap-6[data-v-55e7c71c] {
  gap: 24px;
}
.director-meetings[data-v-55e7c71c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.form-field[data-v-55e7c71c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  max-width: 400px;
  margin-bottom: 8px;
}
table[data-v-55e7c71c] {
  table-layout: fixed;
  width: 100%;
}
.recording-link[data-v-55e7c71c] {
  color: #54cef5;
}
.recording[data-v-55e7c71c] {
  color: #54cef5;
}

.text-disabled[data-v-4da7f689] {
  color: #616161;
}
.flex[data-v-4da7f689] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4da7f689],
.flex-column[data-v-4da7f689] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4da7f689] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4da7f689] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4da7f689] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4da7f689] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4da7f689] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4da7f689] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4da7f689] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4da7f689] {
  gap: 6px;
}
.gap-3[data-v-4da7f689] {
  gap: 8px;
}
.gap-4[data-v-4da7f689] {
  gap: 12px;
}
.gap-6[data-v-4da7f689] {
  gap: 24px;
}
.director-feedback[data-v-4da7f689] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.filters[data-v-4da7f689] {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-field[data-v-4da7f689] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  min-width: 200px;
}
.submissions[data-v-4da7f689] {
  max-height: 900px;
  overflow-y: scroll;
}
table[data-v-4da7f689] {
  table-layout: fixed;
  width: 100%;
}
.week-jumper[data-v-4da7f689] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.week-jumper .week-jumper-label[data-v-4da7f689] {
    margin-right: 6px;
}
.file-link[data-v-4da7f689] {
  color: #54cef5;
  font-size: 13px;
}
.comment-icon[data-v-4da7f689] {
  color: #a3a3a3;
  font-size: 14px;
  margin-left: 6px;
}
.comment-icon[data-v-4da7f689]:hover {
    color: #d6d6d6;
}
.feedback-link[data-v-4da7f689] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.feedback-link .play-icon[data-v-4da7f689] {
    font-size: 22px;
    color: #3cb878;
    transition: color 100ms ease-in-out;
}
.feedback-link .play-icon[data-v-4da7f689]:hover {
      color: #7ccfa5;
}
.feedback-meta[data-v-4da7f689] {
  display: block;
}
.feedback-lightbox[data-v-4da7f689] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.feedback-lightbox .close-lightbox[data-v-4da7f689] {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
    color: #bdbdbd;
    cursor: pointer;
    z-index: 10000;
}
.feedback-lightbox .close-lightbox[data-v-4da7f689]:hover {
      color: whitesmoke;
}
.feedback-lightbox .video-wrapper[data-v-4da7f689] {
    width: 80%;
    max-width: 900px;
}

.text-disabled[data-v-67aa8f0b] {
  color: #616161;
}
.flex[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-67aa8f0b],
.flex-column[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-67aa8f0b] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-67aa8f0b] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-67aa8f0b] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-67aa8f0b] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-67aa8f0b] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-67aa8f0b] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-67aa8f0b] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-67aa8f0b] {
  gap: 6px;
}
.gap-3[data-v-67aa8f0b] {
  gap: 8px;
}
.gap-4[data-v-67aa8f0b] {
  gap: 12px;
}
.gap-6[data-v-67aa8f0b] {
  gap: 24px;
}
.mentor-wrapper[data-v-67aa8f0b] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  -ms-flex-align: start;
      align-items: start;
}
.left[data-v-67aa8f0b] {
  -ms-grid-column: span 7;
      grid-column: span 7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media screen and (max-width: 1600px) {
.left[data-v-67aa8f0b] {
      -ms-grid-column: span 6;
          grid-column: span 6;
}
}
@media screen and (max-width: 1300px) {
.left[data-v-67aa8f0b] {
      -ms-grid-column: span 12;
          grid-column: span 12;
}
}
.left.expanded[data-v-67aa8f0b] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    background: #1e1e1e;
    padding: 16px;
}
.right[data-v-67aa8f0b] {
  -ms-grid-column: span 5;
      grid-column: span 5;
}
@media screen and (max-width: 1600px) {
.right[data-v-67aa8f0b] {
      -ms-grid-column: span 6;
          grid-column: span 6;
}
}
@media screen and (max-width: 1300px) {
.right[data-v-67aa8f0b] {
      -ms-grid-column: span 12;
          grid-column: span 12;
}
}
.files a[data-v-67aa8f0b] {
  font-size: 13px;
}
.completed-filter a[data-v-67aa8f0b] {
  line-height: 45px;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.note-structure[data-v-67aa8f0b] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.note-structure[data-v-67aa8f0b]::before {
    display: none;
}
.note-structure-section[data-v-67aa8f0b] {
  padding: 8px;
}
.note-structure-section .edit-form[data-v-67aa8f0b] {
    padding-bottom: 8px;
}
.note-structure-section h3[data-v-67aa8f0b] {
    margin-bottom: 8px;
}
.edit-project[data-v-67aa8f0b] {
  margin-top: 12px;
}
.controls .colors[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem 0;
}
.controls .colors input[data-v-67aa8f0b] {
    display: none;
}
.controls .colors label[data-v-67aa8f0b] {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.controls .colors label.selected[data-v-67aa8f0b] {
      border: 2px solid transparent;
}
.controls .colors label.selected[data-v-67aa8f0b]::after {
      content: '';
      width: 31px;
      height: 31px;
      display: inline-block;
      border-radius: 50%;
      border: 2px solid #3cf;
      position: relative;
      top: -5px;
      left: -5px;
}
.controls .projects[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.controls .projects li[data-v-67aa8f0b] {
    line-height: 30px;
    background: #262626;
    border-radius: 2px;
    padding: 0 6px;
}
.controls .projects li .swatch[data-v-67aa8f0b] {
      position: relative;
      top: 5px;
}
.controls .projects li .swatch[data-v-67aa8f0b],
    .controls .projects li .structure-name[data-v-67aa8f0b] {
      cursor: move;
}
.ri-fullscreen-line[data-v-67aa8f0b] {
  margin-right: 1rem;
  cursor: pointer;
}
.date[data-v-67aa8f0b],
.note-footer[data-v-67aa8f0b] {
  font-size: 13px;
}
.note-footer[data-v-67aa8f0b] {
  padding-left: 70px;
  padding-top: 6px;
}
.delete-note[data-v-67aa8f0b] {
  float: right;
}
.schedule-sessions[data-v-67aa8f0b] {
  text-decoration: underline;
  margin-bottom: 1rem;
  display: inline-block;
}
.mentor-dashboard > .timeline[data-v-67aa8f0b] {
  height: 175px;
}
.mentor-dashboard > .timeline.mentor[data-v-67aa8f0b] {
    height: 110px;
}
.attachments[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  clear: both;
}
.attachments li[data-v-67aa8f0b] {
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    width: 100px;
    height: 100px;
}
.attachments li .hover[data-v-67aa8f0b] {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      z-index: 99999;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background: rgba(0, 0, 0, 0.5);
      display: none;
}
.attachments li .hover img[data-v-67aa8f0b] {
        width: 40px;
        height: 40px;
}
.attachments li:hover .hover[data-v-67aa8f0b] {
      display: -ms-flexbox;
      display: flex;
}
.attachments li > img[data-v-67aa8f0b],
  .attachments li > video[data-v-67aa8f0b] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.children .attachments li .hover[data-v-67aa8f0b] {
  width: 75px;
  height: 75px;
}
.notes .attachments[data-v-67aa8f0b] {
  margin-left: -5px;
  margin-right: -5px;
}
.notes .reply-note .attachments[data-v-67aa8f0b] {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.reply-note[data-v-67aa8f0b] {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 447px;
}
.reply-note textarea[data-v-67aa8f0b] {
    width: 100%;
}
.reply-note ~ .cancel-button[data-v-67aa8f0b],
  .reply-note ~ .send-button[data-v-67aa8f0b] {
    max-width: 120px;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.new-structure .ri-close-line[data-v-67aa8f0b] {
  float: right;
  margin-right: 1rem;
  cursor: pointer;
}
.filters[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.filters li[data-v-67aa8f0b] {
    width: 20%;
}
.filters li input[data-v-67aa8f0b] {
      width: 100%;
}
.children[data-v-67aa8f0b] {
  margin-top: 8px;
  padding-left: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.06);
}
.children > li[data-v-67aa8f0b] {
    margin-top: 12px;
}
.children .note-text[data-v-67aa8f0b] {
    background: #262626;
    border: 2px solid rgba(255, 255, 255, 0.08);
}
.children .note-text .text[data-v-67aa8f0b] {
      word-break: break-word;
}
.children .attachments img[data-v-67aa8f0b] {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.campus-meeting-wrapper[data-v-67aa8f0b] {
  padding-left: 12px;
}
.campus-meeting-avatars[data-v-67aa8f0b] {
  gap: 12px;
  margin-top: 8px;
}
.campus-meeting-avatars img[data-v-67aa8f0b],
  .campus-meeting-avatars .avatar-initial[data-v-67aa8f0b] {
    width: 40px;
    height: 40px;
}
.campus-meeting[data-v-67aa8f0b] {
  border: 2px solid #00b6f0;
  border-radius: 2px;
  padding: 8px;
  margin-top: 6px;
}
.campus-meeting [data-v-67aa8f0b]::-webkit-input-placeholder {
    color: #1a1a1a;
}
.campus-meeting [data-v-67aa8f0b]::-moz-placeholder {
    color: #1a1a1a;
}
.campus-meeting [data-v-67aa8f0b]:-ms-input-placeholder {
    color: #1a1a1a;
}
.campus-meeting [data-v-67aa8f0b]::placeholder {
    color: #1a1a1a;
}
.campus-meeting textarea[data-v-67aa8f0b] {
    display: block;
    width: 100%;
    background: transparent;
    height: 10rem;
    resize: none;
}
.campus-meeting .meeting-notes[data-v-67aa8f0b] {
    white-space: pre-line;
    padding-bottom: 1rem;
}
.campus-meeting .confirm-attendance[data-v-67aa8f0b] {
    text-align: right;
}
.note-text[data-v-67aa8f0b] {
  background-image: linear-gradient(#262626, #262626), var(--note-border);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 8px;
  padding-top: 0;
}
.note-text i[data-v-67aa8f0b] {
    color: #bdbdbd;
}
.note-text .text[data-v-67aa8f0b] {
    color: #bdbdbd;
    padding-left: 5px;
    margin-top: 12px;
}
.note-text .edit[data-v-67aa8f0b] {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
}
.note-text .fa[data-v-67aa8f0b] {
    cursor: pointer;
}
.note-text .drag-note[data-v-67aa8f0b] {
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: move;
    font-size: 18px;
}
.reply[data-v-67aa8f0b] {
  float: right;
  cursor: pointer;
}
.timeline-wrapper[data-v-67aa8f0b] {
  width: 150px;
  float: left;
  height: 620px;
  position: relative;
}
.timeline-wrapper[data-v-67aa8f0b]::after {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    background-color: #3cf;
    position: absolute;
    top: 0;
    left: 71px;
}
.timeline[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-y: auto;
  max-height: 100%;
}
.timeline li[data-v-67aa8f0b] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 3rem 1rem;
    cursor: pointer;
}
.timeline .day[data-v-67aa8f0b] {
    width: 40%;
}
.timeline .bubbles[data-v-67aa8f0b] {
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
    z-index: 999999;
}
.timeline .bubble[data-v-67aa8f0b] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.timeline[data-v-67aa8f0b]::-webkit-scrollbar-track {
    background-color: #222;
}
.timeline[data-v-67aa8f0b]::-webkit-scrollbar {
    width: 4px;
    background-color: #222;
}
.timeline[data-v-67aa8f0b]::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 2px;
}
.notes[data-v-67aa8f0b] {
  overflow-y: scroll;
  height: 620px;
  position: relative;
  z-index: 1;
}
.notes[data-v-67aa8f0b]::-webkit-scrollbar-track {
    background-color: #222;
}
.notes[data-v-67aa8f0b]::-webkit-scrollbar {
    width: 8px;
    background-color: #222;
}
.notes[data-v-67aa8f0b]::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 2px;
    cursor: pointer;
}
.notes > li[data-v-67aa8f0b] {
    padding: 2rem 0;
    padding-right: 1rem;
}
.notes li[data-v-67aa8f0b] {
    position: relative;
    z-index: 9999999999999;
}
.notes .note-text[data-v-67aa8f0b] {
    white-space: pre-wrap;
    position: relative;
}
.notes .note-text.completed[data-v-67aa8f0b] {
      opacity: 0.5;
}
.tasks[data-v-67aa8f0b] {
  clear: both;
  margin-bottom: -3.5rem;
  margin-top: -3.5rem;
  padding-left: 8px;
}
.tasks li[data-v-67aa8f0b] {
    margin-bottom: -2rem;
    color: #fff;
    padding: 0.25rem 0;
}
.tasks li input[data-v-67aa8f0b] {
      color: #b0b0b0;
}
.tasks .task-children[data-v-67aa8f0b] {
    padding-left: 2rem;
}
.tasks li > div[data-v-67aa8f0b] {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.tasks li > div input[type='checkbox'][data-v-67aa8f0b] {
      width: 10%;
}
.tasks input[type='text'][data-v-67aa8f0b] {
    position: relative;
    top: 2px;
}
.tasks input[data-v-67aa8f0b]:focus::-webkit-input-placeholder {
    color: #5a5a5a;
}
.tasks input[data-v-67aa8f0b]:focus::-moz-placeholder {
    color: #5a5a5a;
}
.tasks input[data-v-67aa8f0b]:focus:-ms-input-placeholder {
    color: #5a5a5a;
}
.tasks input[data-v-67aa8f0b]:focus::placeholder {
    color: #5a5a5a;
}
.tasks .task[data-v-67aa8f0b] {
    display: inline;
    position: relative;
    top: 8px;
    min-height: 2rem;
    min-width: 200px;
    display: block;
    padding-left: 12px;
}
.tasks .task-name[data-v-67aa8f0b] {
    background: transparent;
    width: 90%;
    margin-left: 20px;
}
.tasks .task-name[data-v-67aa8f0b]::-webkit-input-placeholder {
      color: transparent;
}
.tasks .task-name[data-v-67aa8f0b]::-moz-placeholder {
      color: transparent;
}
.tasks .task-name[data-v-67aa8f0b]:-ms-input-placeholder {
      color: transparent;
}
.tasks .task-name[data-v-67aa8f0b]::placeholder {
      color: transparent;
}
.avatar[data-v-67aa8f0b] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
.note-taker-wrapper[data-v-67aa8f0b] {
  background: #303030;
  position: relative;
  margin-bottom: 0;
}
.note-taker-wrapper .files[data-v-67aa8f0b] {
    padding: 1rem;
}
.note-taker-wrapper textarea[data-v-67aa8f0b] {
    margin: 0;
}
.note-taker-wrapper button[data-v-67aa8f0b] {
    position: absolute;
    background: transparent;
    border: none;
    z-index: 999999999;
}
.note-taker-wrapper button.send[data-v-67aa8f0b] {
    top: 0.25rem;
    right: 0.15rem;
}
.note-taker-wrapper button.send.disabled[data-v-67aa8f0b] {
      cursor: not-allowed !important;
      opacity: 0.5;
      pointer-events: none;
}
.note-taker-wrapper .attach[data-v-67aa8f0b] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
}
.note-taker-wrapper .attach + input[data-v-67aa8f0b] {
    display: none;
}
.note-taker-wrapper .attachments[data-v-67aa8f0b] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.note-taker-wrapper .attachments li[data-v-67aa8f0b] {
      padding: 1rem;
}
.new-note-taker[data-v-67aa8f0b] {
  gap: 8px;
  padding-right: 12px;
}
.new-note-taker .text[data-v-67aa8f0b] {
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.new-note-taker .tags[data-v-67aa8f0b] {
    width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
}
.sidebar .fa[data-v-67aa8f0b] {
  cursor: pointer;
}
.sidebar .ri-add-line[data-v-67aa8f0b] {
  margin-left: 1.5rem;
}
.sidebar .ri-pencil-line[data-v-67aa8f0b] {
  float: right;
  position: relative;
  top: 8px;
}
.sidebar .icons[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: #3cf;
}
.sidebar .icons i[data-v-67aa8f0b] {
    font-size: 2rem;
}
.note-body[data-v-67aa8f0b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
.swatch[data-v-67aa8f0b] {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1rem;
}
.avatar-initial[data-v-67aa8f0b] {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}
.mentorship-note-feed[data-v-67aa8f0b] {
  background: #121212;
  border: none;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.mentorship-note-feed .panel-heading[data-v-67aa8f0b] {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
}
.mentorship-note-feed .panel-heading h2[data-v-67aa8f0b] {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 600;
      color: whitesmoke;
}
.mentorship-note-feed .panel-body[data-v-67aa8f0b] {
    padding: 12px 16px;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.swiper-slide:hover .media-buttons-wrapper {
  display: block;
}
.swiper-slide .media-buttons-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.swiper-slide .media-buttons-wrapper a {
    width: 4rem;
    border-radius: 5px;
    padding: 4px 6px;
    margin-bottom: 10px;
    background-color: rgba(30, 30, 30, 0.4);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 4px;
    margin-right: 4px;
}
.swiper-slide .media-buttons-wrapper a:hover {
      color: #33aaff;
}
.swiper-slide .media-buttons-wrapper i {
    position: relative;
    top: 1px;
    right: 0;
}
.mentor-dashboard .lightbox i {
  z-index: 999999999999999;
}
.mentor-dashboard .lightbox .swiper-slide {
  min-width: 600px;
  width: 100% !important;
}
.mentor-dashboard .lightbox video {
  width: 600px;
}
.ui-draggable {
  max-width: 489px !important;
  z-index: 9999999999999 !important;
}
section.mentor-dashboard .hider ~ i {
  display: none !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}

.text-disabled[data-v-20ec1a77] {
  color: #616161;
}
.flex[data-v-20ec1a77] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-20ec1a77],
.flex-column[data-v-20ec1a77] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-20ec1a77] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-20ec1a77] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-20ec1a77] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-20ec1a77] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-20ec1a77] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-20ec1a77] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-20ec1a77] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-20ec1a77] {
  gap: 6px;
}
.gap-3[data-v-20ec1a77] {
  gap: 8px;
}
.gap-4[data-v-20ec1a77] {
  gap: 12px;
}
.gap-6[data-v-20ec1a77] {
  gap: 24px;
}
.mentor-calendar[data-v-20ec1a77] {
  margin-bottom: 2rem;
  padding: 0 1.4rem;
}
.schedule-modal[data-v-20ec1a77] {
  display: none;
  padding: 20px;
  max-width: 500px;
  margin: 19px auto 0 auto;
  margin-top: 1rem;
  position: relative;
  z-index: 9999999999;
}
.schedule-modal h4[data-v-20ec1a77] {
    margin-bottom: 8px;
}
.schedule-modal .icon-button[data-v-20ec1a77] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.vue-portal-target .edit-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.vue-portal-target .edit-modal form {
    background: #262626;
    padding: 16px;
    position: relative;
}
.vue-portal-target .edit-modal form .date {
      display: block;
      margin: 12px;
      font-size: 18px;
}
.vue-portal-target .edit-modal form .buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin: 2rem 0;
}
.vue-portal-target .edit-modal form .buttons .delete {
        background: red;
}
#calendar .no-click {
  cursor: default;
}
#calendar .no-click .edit {
    cursor: pointer;
    pointer-events: auto;
}
#calendar .fc-title {
  text-transform: capitalize;
  font-weight: 600 !important;
}
#calendar .fc-title.gradient {
  display: inline-block;
  min-width: 100%;
  padding: 0 2px;
}
#calendar .dot {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: none !important;
  display: block !important;
}
#calendar .fc-event-container {
  border: none !important;
}
#calendar .completed {
  opacity: 0.5;
}
#calendar .gradient .fc-content .fc-title {
  color: #1a1a1a;
}
#calendar .fc-title.gradient {
  color: #1a1a1a;
}
#calendar .fc-content {
  z-index: 1;
}
#calendar a.fc-event {
  position: relative;
}
#calendar a.fc-event.meeting {
    color: #1a1a1a;
    background: #3cf;
}
#calendar a.fc-event.meeting a {
      color: #1a1a1a;
}
#calendar a.fc-event .edit-button {
    border-radius: 50% !important;
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 9999999999999;
}
#calendar .fc-event:hover .edit-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#calendar .recording:hover {
  font-weight: bold;
}
.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}
.text-disabled[data-v-1d968d04] {
  color: #616161;
}
.flex[data-v-1d968d04] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1d968d04],
.flex-column[data-v-1d968d04] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1d968d04] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1d968d04] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1d968d04] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1d968d04] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1d968d04] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1d968d04] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1d968d04] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1d968d04] {
  gap: 6px;
}
.gap-3[data-v-1d968d04] {
  gap: 8px;
}
.gap-4[data-v-1d968d04] {
  gap: 12px;
}
.gap-6[data-v-1d968d04] {
  gap: 24px;
}
section[data-v-1d968d04] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.invalid[data-v-1d968d04] {
  color: red;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  text-align: center;
}
.close-button[data-v-1d968d04] {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.wrapper[data-v-1d968d04] {
  position: relative;
  background: #303030;
  padding: 12px;
  width: 600px;
  max-width: 100%;
}
.wrapper input[data-v-1d968d04],
  .wrapper select[data-v-1d968d04],
  .wrapper option[data-v-1d968d04]:not(.student) {
    background: #212121 !important;
    border: none !important;
    display: inline-block;
    width: auto;
}
.wrapper select.students[data-v-1d968d04] {
    width: 100%;
}
.wrapper label[data-v-1d968d04] {
    margin-right: 1rem;
}
.meeting-required[data-v-1d968d04] {
  margin-bottom: 1rem;
}
.meeting-required input[data-v-1d968d04] {
    position: relative;
    top: 2px;
    margin-right: 1rem;
}
p.schedule[data-v-1d968d04] {
  margin-bottom: 8px;
}

.hour-box ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
}
.min-box {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
}
.cov-date-body,
.cov-date-caption {
    font-family: sans-serif !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.dropzone-wrapper {
  width: 100%;
  margin: 10px 0 25px;
  padding: 0 0 0 20px;
  max-width: 600px;
}
.dropzone-wrapper .dropzone {
    border: none;
    background: #222 !important;
}

.text-disabled[data-v-43f5b1bf] {
  color: #616161;
}
.flex[data-v-43f5b1bf] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-43f5b1bf],
.flex-column[data-v-43f5b1bf] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-43f5b1bf] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-43f5b1bf] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-43f5b1bf] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-43f5b1bf] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-43f5b1bf] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-43f5b1bf] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-43f5b1bf] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-43f5b1bf] {
  gap: 6px;
}
.gap-3[data-v-43f5b1bf] {
  gap: 8px;
}
.gap-4[data-v-43f5b1bf] {
  gap: 12px;
}
.gap-6[data-v-43f5b1bf] {
  gap: 24px;
}
.mentor-files li[data-v-43f5b1bf] {
  padding: 1rem;
}
.status[data-v-43f5b1bf] {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
}
.status span[data-v-43f5b1bf] {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.mentees[data-v-43f5b1bf] {
  width: 91.667%;
  background: #2c2c2c;
  margin-top: 20px;
  padding: 0 40px 25px;
}
.mentees > h4[data-v-43f5b1bf]:first-of-type {
    margin-top: 40px;
    border-bottom: none;
    padding-bottom: 0;
}
.mentees .submit-evaluation[data-v-43f5b1bf] {
    margin: 10px 0 0;
}
.student-checkin .row[data-v-43f5b1bf] {
  margin-bottom: 10px;
}
.student-checkin .col-xs-3[data-v-43f5b1bf] {
  background: #363636;
  font-weight: bold;
  padding: 5px 15px;
}
.student-checkin .col-xs-9[data-v-43f5b1bf] {
  padding-right: 0;
}
.student-checkin .padded[data-v-43f5b1bf] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.student-checkin .overall-status[data-v-43f5b1bf] {
  text-transform: capitalize;
}
.student-checkin .files[data-v-43f5b1bf] {
  padding: 0;
  margin-right: -10px;
}
.student-checkin .files li[data-v-43f5b1bf] {
    padding: 0 10px 10px 0;
}
.student-checkin .submission-date[data-v-43f5b1bf] {
  margin-top: 20px;
}
.pagination[data-v-43f5b1bf] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.pagination ul[data-v-43f5b1bf] {
    margin-left: 1rem;
    display: -ms-flexbox;
    display: flex;
}
.pagination li[data-v-43f5b1bf] {
    padding: 0;
    border: none;
}
.tabs[data-v-43f5b1bf] {
  font-style: normal;
  border-bottom: none;
}
.tabs > ul[data-v-43f5b1bf] {
    border-bottom: 2px solid #999;
    margin-bottom: 1rem;
}
.tabs > ul > li[data-v-43f5b1bf] {
      font-style: normal;
      font-size: 1.8rem;
      padding-top: 0;
      padding-bottom: 0;
      background: #222;
      border: none;
      margin-right: 0.5rem;
}
.tabs > ul li.active[data-v-43f5b1bf] {
      background: #999;
      color: #222;
}
.tabs .files[data-v-43f5b1bf] {
    display: -ms-flexbox;
    display: flex;
}
.tabs .files li[data-v-43f5b1bf] {
      border: none;
}
.tabs .student[data-v-43f5b1bf] {
    border: 1px solid #b0b0b0;
    padding: 1rem;
    border-radius: 3px;
}
.tabs .student .col-xs-6[data-v-43f5b1bf] {
      padding: 0;
}
.thumbnail-image[data-v-43f5b1bf] {
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
  max-width: 180px;
  padding: 0;
}
.thumbnail-image img[data-v-43f5b1bf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border-right: 4px solid #161616;
}
.panel-body[data-v-43f5b1bf] {
  background: #222 !important;
}
.status-line[data-v-43f5b1bf] {
  display: -ms-flexbox;
  display: flex;
}
ul.checkins[data-v-43f5b1bf] {
  padding: 0 2rem;
}
ul.checkins > li[data-v-43f5b1bf] {
    margin: 3rem auto;
}
ul.checkins > li.disabled[data-v-43f5b1bf] {
      opacity: 0.5;
      pointer-events: none;
}
ul.checkins > li h3[data-v-43f5b1bf] {
      color: #3cf;
      font-weight: 100;
      padding: 1rem;
      margin: 0 0 15px;
      padding: 0;
}
ul.checkins .main[data-v-43f5b1bf] {
    -ms-flex: 1;
        flex: 1;
    background: #262626;
    margin: 0;
    padding: 15px 20px 10px;
    border-bottom: 4px solid #444;
}
ul.checkins .main .checkin-info[data-v-43f5b1bf] {
      padding: 0;
}
ul.checkins .icon[data-v-43f5b1bf] {
    background: #262626;
    border-bottom: 4px solid #444;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
ul.checkins .icon i[data-v-43f5b1bf] {
      font-size: 36px;
}
ul.checkins .submitted[data-v-43f5b1bf] {
    color: green;
}
ul.checkins .overdue[data-v-43f5b1bf] {
    color: red;
}
ul.checkins .blue-stripe[data-v-43f5b1bf] {
    visibility: hidden;
}
ul.checkins .blue-stripe[data-v-43f5b1bf]::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 91px;
      background-color: #33ccff;
}
ul.files[data-v-43f5b1bf] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 1rem;
}
ul.files li[data-v-43f5b1bf] {
    width: 25%;
    padding: 1rem;
}
ul.files a[data-v-43f5b1bf] {
    display: inline-block;
    width: 100%;
    border: 2px solid #444;
}
ul.files a[data-v-43f5b1bf]:hover {
      border-color: #33ccff;
}
ul.files img[data-v-43f5b1bf] {
    width: 100%;
}
.checkin-row[data-v-43f5b1bf] {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 120px;
  border-left: 4px solid;
  border-color: transparent;
}
.checkin-row.mood-excellent[data-v-43f5b1bf] {
    border-color: #3cb878;
}
.checkin-row.mood-good[data-v-43f5b1bf] {
    border-colour: #54cef5;
}
.checkin-row.mood-meh[data-v-43f5b1bf] {
    border-color: #ed1f79;
}
.checkin-row.mood-bad[data-v-43f5b1bf] {
    border-color: #ebbc46;
}
.checkin-row:hover .blue-stripe[data-v-43f5b1bf] {
    visibility: visible;
}
.scroll-wrapper[data-v-43f5b1bf] {
  width: calc(100% - 182px);
  margin-left: 182px;
  padding: 0;
  background: #2c2c2c;
}
@media screen and (max-width: 960px) {
.scroll-wrapper[data-v-43f5b1bf] {
      width: 100%;
      margin-left: 0;
}
}
.dot[data-v-43f5b1bf] {
  width: 20px;
  height: 20px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 0.5rem;
}
.dot.selected[data-v-43f5b1bf] {
    background: #00b6f0;
    border-color: #00b6f0;
}
.radio-group[data-v-43f5b1bf] {
  margin: 6px 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
form.checkin[data-v-43f5b1bf],
.completed-checkin[data-v-43f5b1bf] {
  padding: 0 40px 25px;
  margin-top: -25px;
}
@media screen and (max-width: 960px) {
form.checkin[data-v-43f5b1bf],
    .completed-checkin[data-v-43f5b1bf] {
      padding: 12px;
}
}
form.checkin button[data-v-43f5b1bf],
  .completed-checkin button[data-v-43f5b1bf] {
    margin: 10px 0;
}
form.checkin .submission-date[data-v-43f5b1bf],
  .completed-checkin .submission-date[data-v-43f5b1bf] {
    margin-top: 40px;
}
h4[data-v-43f5b1bf] {
  color: #b0b0b0;
  font-weight: 100;
  font-size: 28px;
  margin: 60px 0 20px;
  border-bottom: 2px solid #444;
  padding-bottom: 15px;
  max-width: 600px;
}
h5[data-v-43f5b1bf] {
  color: #b0b0b0;
  font-weight: 100;
  font-size: 24px !important;
  margin: 50px 0 20px;
  border-bottom: 2px solid #444;
  padding-bottom: 15px;
  max-width: 600px;
}
.textarea-wrapper[data-v-43f5b1bf] {
  width: 100%;
  max-width: 600px;
  margin: 10px 0 25px;
  padding: 0 0 0 0;
}
textarea[data-v-43f5b1bf] {
  width: 100%;
}
@keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.2, 1.2, 1.2);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.submission-date[data-v-43f5b1bf] {
  font-style: italic;
  color: #777;
}
.completed-demo-reel .submission-date[data-v-43f5b1bf] {
  margin-top: 20px;
}
.mentor-feedback .col-xs-6[data-v-43f5b1bf]:first-of-type,
.completed-demo-reel-feedback .col-xs-6[data-v-43f5b1bf]:first-of-type {
  padding-left: 0;
}
.mentor-feedback .col-xs-6[data-v-43f5b1bf]:last-of-type,
.completed-demo-reel-feedback .col-xs-6[data-v-43f5b1bf]:last-of-type {
  padding-right: 0;
}
.mentor-feedback .files[data-v-43f5b1bf],
.completed-demo-reel-feedback .files[data-v-43f5b1bf] {
  padding: 0;
  margin-right: -10px;
}
.mentor-feedback .files li[data-v-43f5b1bf],
  .completed-demo-reel-feedback .files li[data-v-43f5b1bf] {
    padding: 0 10px 10px 0;
}
.mentor-feedback .submission-date[data-v-43f5b1bf],
.completed-demo-reel-feedback .submission-date[data-v-43f5b1bf] {
  margin-top: 40px;
}
.no-checkins[data-v-43f5b1bf] {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1.8rem;
}

.text-disabled[data-v-01cd0016] {
  color: #616161;
}
.flex[data-v-01cd0016] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-01cd0016],
.flex-column[data-v-01cd0016] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-01cd0016] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-01cd0016] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-01cd0016] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-01cd0016] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-01cd0016] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-01cd0016] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-01cd0016] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-01cd0016] {
  gap: 6px;
}
.gap-3[data-v-01cd0016] {
  gap: 8px;
}
.gap-4[data-v-01cd0016] {
  gap: 12px;
}
.gap-6[data-v-01cd0016] {
  gap: 24px;
}
.dot[data-v-01cd0016] {
  width: 14px;
  height: 14px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-right: .5rem;
}
.dot.selected[data-v-01cd0016] {
    background: #33ccff;
    border-color: #33ccff;
}
.radio-wrapper[data-v-01cd0016] {
  margin: 6px 0 20px 20px;
}
.radio-wrapper input[data-v-01cd0016] {
    display: none;
}
.radio-wrapper input:checked + .dot[data-v-01cd0016] {
    background: #b0b0b0;
}
.textarea-wrapper[data-v-01cd0016] {
  width: 100%;
  max-width: 600px;
  margin: 10px 0 25px;
  padding: 0 0 0 20px;
}
textarea.form-control[data-v-01cd0016] {
  background: #222 !important;
  height: 8rem;
  border: none !important;
  padding: 1rem !important;
}
textarea.form-control[data-v-01cd0016]::-webkit-scrollbar {
    width: 10px;
}
textarea.form-control[data-v-01cd0016]::scrollbar {
    width: 10px;
}
.submission-date[data-v-01cd0016] {
  font-style: italic;
  color: #777;
  margin-top: 20px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.demo-reel-feedback .dropzone {
  border: none;
  background: #212222 !important;
  color: #b0b0b0;
}

.text-disabled[data-v-82fe97cc] {
  color: #616161;
}
.flex[data-v-82fe97cc] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-82fe97cc],
.flex-column[data-v-82fe97cc] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-82fe97cc] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-82fe97cc] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-82fe97cc] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-82fe97cc] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-82fe97cc] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-82fe97cc] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-82fe97cc] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-82fe97cc] {
  gap: 6px;
}
.gap-3[data-v-82fe97cc] {
  gap: 8px;
}
.gap-4[data-v-82fe97cc] {
  gap: 12px;
}
.gap-6[data-v-82fe97cc] {
  gap: 24px;
}
.work[data-v-82fe97cc] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work li[data-v-82fe97cc] {
    border: none;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 25%;
}
button[data-v-82fe97cc] {
  margin-left: 1rem;
}
.feedback[data-v-82fe97cc] {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.feedback > div[data-v-82fe97cc] {
    padding: 1rem;
}
.feedback div[data-v-82fe97cc]:first-child {
    width: 66.6666%;
}
.feedback div[data-v-82fe97cc]:last-child {
    width: 33.3333%;
}
textarea[data-v-82fe97cc] {
  height: 150px;
  background: #212222 !important;
  width: 100%;
  color: #b0b0b0;
  padding: 10px;
  border: none !important;
}

.text-disabled[data-v-65d542ac] {
  color: #616161;
}
.flex[data-v-65d542ac] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-65d542ac],
.flex-column[data-v-65d542ac] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-65d542ac] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-65d542ac] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-65d542ac] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-65d542ac] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-65d542ac] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-65d542ac] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-65d542ac] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-65d542ac] {
  gap: 6px;
}
.gap-3[data-v-65d542ac] {
  gap: 8px;
}
.gap-4[data-v-65d542ac] {
  gap: 12px;
}
.gap-6[data-v-65d542ac] {
  gap: 24px;
}
.image-instructions[data-v-65d542ac] {
  margin-top: 12px;
}
.course-image[data-v-65d542ac] {
  max-width: 200px;
}
.lessons-table td.flex[data-v-65d542ac] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.lessons-table i.fa-copy[data-v-65d542ac] {
  cursor: pointer;
}
.lessons-table th[data-v-65d542ac],
.lessons-table thead tr[data-v-65d542ac] {
  border: none !important;
}
textarea[data-v-65d542ac] {
  margin-bottom: 2rem;
  min-height: 150px;
}
textarea + button[data-v-65d542ac] {
    margin-bottom: 2rem;
}
.core-curriculum-setting[data-v-65d542ac] {
  margin: 1rem 0;
}
.core-curriculum-setting label[data-v-65d542ac] {
    font-weight: 600;
    color: #fff;
}
.core-curriculum-setting input[data-v-65d542ac] {
    margin-right: 1rem;
}
.flag[data-v-65d542ac] {
  color: red;
  float: right;
  font-size: 2rem;
}
.list-group-item[data-v-65d542ac] {
  padding: 0;
}
.form-control[data-v-65d542ac]:not([type='file']) {
  background: rgba(0, 0, 0, 0.2) !important;
}
.create-assignment-title[data-v-65d542ac] {
  margin-top: 30px;
}
.course-image-file[data-v-65d542ac] {
  display: none !important;
}
label[for='course-image'][data-v-65d542ac] {
  font-size: 2rem;
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.panel-body[data-v-65d542ac] {
  padding: 20px !important;
}
.assignments h2 img[data-v-65d542ac] {
  margin-right: 1rem;
}
.button.warning[data-v-65d542ac] {
  background: #ebbc46;
}
.button.success[data-v-65d542ac] {
  background: #3cb878;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.VueCarousel-navigation-button {
  z-index: 99999;
  color: transparent !important;
}
.VueCarousel-navigation-button::after {
    font-family: 'FontAwesome';
    color: #fff;
}
.VueCarousel-navigation-next::after {
  content: '\F105';
  font-size: 2rem;
}
.VueCarousel-navigation-prev::after {
  content: '\F104';
  font-size: 2rem;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.lesson-cloner button,
.lesson-cloner .selected-tag {
  color: #fff !important;
}
.lesson-cloner i::before {
  border-color: #fff !important;
}
.lesson-cloner input.form-control {
  border: none !important;
}

.text-disabled[data-v-0bafe136] {
  color: #616161;
}
.flex[data-v-0bafe136] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0bafe136],
.flex-column[data-v-0bafe136] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0bafe136] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0bafe136] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0bafe136] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0bafe136] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0bafe136] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0bafe136] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0bafe136] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0bafe136] {
  gap: 6px;
}
.gap-3[data-v-0bafe136] {
  gap: 8px;
}
.gap-4[data-v-0bafe136] {
  gap: 12px;
}
.gap-6[data-v-0bafe136] {
  gap: 24px;
}
h2[data-v-0bafe136] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
h2 i[data-v-0bafe136] {
    cursor: pointer;
}
.panel[data-v-0bafe136] {
  width: 500px;
}
.panel .form-group[data-v-0bafe136] {
    margin-bottom: 1rem;
}
.panel .panel-body[data-v-0bafe136] {
    padding: 1rem;
}
.overlay[data-v-0bafe136] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
section.status {
  color: #bdbdbd;
}

.text-disabled[data-v-2af64d73] {
  color: #616161;
}
.flex[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-2af64d73],
.flex-column[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-2af64d73] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-2af64d73] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-2af64d73] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-2af64d73] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-2af64d73] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-2af64d73] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-2af64d73] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-2af64d73] {
  gap: 6px;
}
.gap-3[data-v-2af64d73] {
  gap: 8px;
}
.gap-4[data-v-2af64d73] {
  gap: 12px;
}
.gap-6[data-v-2af64d73] {
  gap: 24px;
}
.student[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.panel .panel-body[data-v-2af64d73] {
  padding: 0 16px;
}
.student-header[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
  padding: 16px;
  background: #121212;
  border-radius: 8px;
  margin-bottom: 12px;
}
.student-info[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.student-info h1[data-v-2af64d73] {
    margin: 0;
}
.student-email[data-v-2af64d73],
.galleries-link[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  color: #bdbdbd;
}
.student-email i[data-v-2af64d73],
  .galleries-link i[data-v-2af64d73] {
    font-size: 14px;
}
.student-email[data-v-2af64d73]:hover,
  .galleries-link[data-v-2af64d73]:hover {
    color: whitesmoke;
}
.student-avatar[data-v-2af64d73] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.student-avatar img[data-v-2af64d73] {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}
.panel-chevron[data-v-2af64d73] {
  font-size: 20px;
  color: #a3a3a3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel[data-v-2af64d73] {
  margin-bottom: 0;
}
.exercise-icon[data-v-2af64d73] {
  color: #a162db;
}
.assignment-icon[data-v-2af64d73] {
  color: #00e9bd;
}
.danger-row td[data-v-2af64d73] {
  background: rgba(241, 79, 93, 0.1);
}
.stats-row[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stat-item[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  min-width: 80px;
  margin-bottom: 12px;
}
.stat-value[data-v-2af64d73] {
  color: #7ccfa5;
}
.video-progress-group[data-v-2af64d73] {
  padding: 12px 16px;
  border-bottom: 1px solid #303030;
}
.video-progress-group[data-v-2af64d73]:last-child {
    border-bottom: none;
}
.video-progress-title[data-v-2af64d73] {
  margin: 0 0 8px 0;
}
.progresses[data-v-2af64d73] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.progresses li[data-v-2af64d73] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
    height: 24px;
}
.chapter-name[data-v-2af64d73] {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-track[data-v-2af64d73] {
  -ms-flex: 1;
      flex: 1;
  height: 6px;
  background: #303030;
  border-radius: 4px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.progress-fill[data-v-2af64d73] {
  height: 100%;
  background: #00b6f0;
  border-radius: 4px;
  transition: width 300ms ease;
}
.progress-pct[data-v-2af64d73] {
  margin-left: 8px;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #a3a3a3;
}
.evaluations-body[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.evaluation-item[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  min-width: 200px;
  -ms-flex: 1;
      flex: 1;
}
.evaluation-item p[data-v-2af64d73] {
    margin: 0;
}
.evaluation-textarea[data-v-2af64d73] {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #474747;
  border-radius: 2px;
  color: #bdbdbd;
  padding: 8px;
  resize: vertical;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  transition: border-color 100ms ease-in-out;
}
.evaluation-textarea[data-v-2af64d73]:focus {
    outline: none;
    border-color: #a3a3a3;
}
.projects-list[data-v-2af64d73] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.projects-list > li[data-v-2af64d73] {
    border-bottom: 1px solid #303030;
}
.projects-list > li[data-v-2af64d73]:last-child {
      border-bottom: none;
}
.project-row[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #303030;
}
.expand-col[data-v-2af64d73] {
  width: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px;
  border-right: 1px solid #303030;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.expand-icon[data-v-2af64d73] {
  font-size: 18px;
  color: #a3a3a3;
  transition: color 100ms ease-in-out;
}
.expand-icon[data-v-2af64d73]:hover {
    color: whitesmoke;
}
.date-col[data-v-2af64d73] {
  -ms-flex: 1;
      flex: 1;
  padding: 12px 16px;
}
.feedback-col[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 16px;
  border-left: 1px solid #303030;
  min-width: 80px;
  -ms-flex-pack: center;
      justify-content: center;
}
.status-col[data-v-2af64d73] {
  padding: 8px 12px;
  border-left: 1px solid #303030;
  min-width: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.project-status[data-v-2af64d73] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
  color: #0a0a0a;
}
.project-status.passed[data-v-2af64d73] {
    background: #3cb878;
}
.project-status.feedback_required[data-v-2af64d73] {
    background: #f14f5d;
}
.project-status.fixes_required[data-v-2af64d73] {
    background: #00b6f0;
}
.play-button[data-v-2af64d73] {
  width: 28px;
  height: 28px;
  cursor: pointer;
  object-fit: contain;
}
.project-detail[data-v-2af64d73] {
  background: black;
  border-top: 1px solid #303030;
}
.media[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  gap: 16px;
  border-bottom: 1px solid #303030;
}
.project-images[data-v-2af64d73] {
  -ms-flex: 7;
      flex: 7;
  min-width: 0;
}
.reel[data-v-2af64d73] {
  width: 100%;
}
.reel video[data-v-2af64d73] {
    width: 100%;
    border-radius: 4px;
}
.reel-download[data-v-2af64d73] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 8px;
}
.still-renders[data-v-2af64d73] {
  -ms-flex: 3;
      flex: 3;
}
.still-renders ul[data-v-2af64d73] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
}
.still-renders a[data-v-2af64d73] {
    font-size: 12px;
    color: #bdbdbd;
}
.still-renders a[data-v-2af64d73]:hover {
      color: whitesmoke;
}
.additional-videos-header[data-v-2af64d73] {
  margin-top: 12px;
}
.additional-videos-header p[data-v-2af64d73] {
    margin: 0;
}
.project-section[data-v-2af64d73] {
  padding: 16px;
  border-bottom: 1px solid #303030;
}
.project-section[data-v-2af64d73]:last-child {
    border-bottom: none;
}
.project-section p.title-caption[data-v-2af64d73] {
    margin: 0 0 8px 0;
}
.comments-text[data-v-2af64d73] {
  word-break: break-word;
  color: #bdbdbd;
}
.diploma[data-v-2af64d73] {
  padding: 12px 16px;
  border-bottom: 1px solid #303030;
}
.director-comments .button[data-v-2af64d73] {
  margin-bottom: 8px;
}
.feedback-form[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
.feedback-col-main[data-v-2af64d73] {
  -ms-flex: 2;
      flex: 2;
  min-width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.feedback-textarea[data-v-2af64d73] {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #474747;
  border-radius: 2px;
  color: #bdbdbd;
  padding: 8px;
  resize: vertical;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  min-height: 120px;
  transition: border-color 100ms ease-in-out;
}
.feedback-textarea[data-v-2af64d73]:focus {
    outline: none;
    border-color: #a3a3a3;
}
.ignore-options[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.feedback-col-upload[data-v-2af64d73] {
  -ms-flex: 1;
      flex: 1;
  min-width: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
#upload-feedback[data-v-2af64d73] {
  display: none;
}
.upload-feedback-label[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px dashed #616161;
  border-radius: 2px;
  color: #a3a3a3;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
.upload-feedback-label i[data-v-2af64d73] {
    font-size: 24px;
}
.upload-feedback-label[data-v-2af64d73]:hover {
    border-color: #bdbdbd;
    color: #bdbdbd;
}
.pass-fail-options[data-v-2af64d73] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.feedback-col-actions[data-v-2af64d73] {
  -ms-flex: 1;
      flex: 1;
  min-width: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.feedback-col-actions a[data-v-2af64d73] {
    color: inherit;
}
.feedback-lightbox[data-v-2af64d73] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.close-lightbox[data-v-2af64d73] {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  color: #bdbdbd;
  cursor: pointer;
  transition: color 100ms ease-in-out;
}
.close-lightbox[data-v-2af64d73]:hover {
    color: whitesmoke;
}
.video-wrapper[data-v-2af64d73] {
  width: 80%;
  max-width: 900px;
}
.panel[data-v-2af64d73] {
  margin-bottom: 12px;
}

.text-disabled[data-v-761f9084] {
  color: #616161;
}
.flex[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-761f9084],
.flex-column[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-761f9084] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-761f9084] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-761f9084] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-761f9084] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-761f9084] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-761f9084] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-761f9084] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-761f9084] {
  gap: 6px;
}
.gap-3[data-v-761f9084] {
  gap: 8px;
}
.gap-4[data-v-761f9084] {
  gap: 12px;
}
.gap-6[data-v-761f9084] {
  gap: 24px;
}
.student-admin-status[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  padding: 0 12px 12px 12px;
}
.metrics-container[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.enrollment-block[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
.enrollment-heading[data-v-761f9084] {
  padding: 8px 0;
  color: #bdbdbd;
  border-bottom: 1px solid #303030;
  margin-bottom: 6px;
}
.orphaned-block[data-v-761f9084] {
  margin-top: 12px;
}
.term-metrics[data-v-761f9084] {
  border: 1px solid #303030;
  border-radius: 2px;
  overflow: hidden;
}
.term-metrics + .term-metrics[data-v-761f9084] {
    margin-top: -1px;
}
.term-header[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  background: #121212;
  transition: background 100ms ease-in-out;
}
.term-header[data-v-761f9084]:hover {
    background: #1e1e1e;
}
.term-header.open[data-v-761f9084] {
    border-bottom: 1px solid #303030;
}
.term-header i[data-v-761f9084] {
    font-size: 16px;
    color: #a3a3a3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.term-header-left[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.total-mark[data-v-761f9084] {
  color: #bdbdbd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.metrics[data-v-761f9084] {
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  background: black;
}
.metric-section[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1e1e1e;
}
.metric-section[data-v-761f9084]:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.metric-section .title-caption[data-v-761f9084] {
    margin-bottom: 6px;
}
.metric-row[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 8px;
  padding-left: 12px;
}
.mark-value[data-v-761f9084] {
  color: #d6d6d6;
}
.assignments-toggle[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
  padding: 6px 0;
}
.assignments-toggle:hover .title-caption[data-v-761f9084] {
    color: whitesmoke;
}
.assignments-toggle-left[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.assignments-toggle-left i[data-v-761f9084] {
    font-size: 16px;
    color: #a3a3a3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.assignments-toggle-left .title-caption[data-v-761f9084] {
    margin: 0;
}
.submissions[data-v-761f9084] {
  margin-top: 6px;
  border: 1px solid #303030;
  border-radius: 2px;
  overflow: hidden;
}
.submission-row[data-v-761f9084] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #1e1e1e;
}
.submission-row[data-v-761f9084]:last-child {
    border-bottom: none;
}
.submission-name[data-v-761f9084] {
  -ms-flex: 1;
      flex: 1;
  color: #d6d6d6;
}

.text-disabled[data-v-12e5ae76] {
  color: #616161;
}
.flex[data-v-12e5ae76] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-12e5ae76],
.flex-column[data-v-12e5ae76] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-12e5ae76] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-12e5ae76] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-12e5ae76] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-12e5ae76] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-12e5ae76] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-12e5ae76] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-12e5ae76] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-12e5ae76] {
  gap: 6px;
}
.gap-3[data-v-12e5ae76] {
  gap: 8px;
}
.gap-4[data-v-12e5ae76] {
  gap: 12px;
}
.gap-6[data-v-12e5ae76] {
  gap: 24px;
}
.grade input[data-v-12e5ae76] {
  width: auto;
  float: left;
  max-width: 100px;
  margin-right: 2rem;
}
.grade button[data-v-12e5ae76] {
  float: left;
  width: auto;
}

.text-disabled[data-v-21590be8] {
  color: #616161;
}
.flex[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-21590be8],
.flex-column[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-21590be8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-21590be8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-21590be8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-21590be8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-21590be8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-21590be8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-21590be8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-21590be8] {
  gap: 6px;
}
.gap-3[data-v-21590be8] {
  gap: 8px;
}
.gap-4[data-v-21590be8] {
  gap: 12px;
}
.gap-6[data-v-21590be8] {
  gap: 24px;
}
.video-admin-body[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tabs[data-v-21590be8] {
  margin-top: 12px;
}
.video-layout[data-v-21590be8] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 960px) {
.video-layout[data-v-21590be8] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.panel-heading[data-v-21590be8] {
  padding: 0;
}
.video-player-wrapper[data-v-21590be8] {
  min-width: 0;
  margin-bottom: 16px;
  padding: 0 12px;
  -ms-grid-column: span 9;
      grid-column: span 9;
}
@media screen and (max-width: 1600px) {
.video-player-wrapper[data-v-21590be8] {
      -ms-grid-column: span 8;
          grid-column: span 8;
}
}
@media screen and (max-width: 1300px) {
.video-player-wrapper[data-v-21590be8] {
      -ms-grid-column: span 7;
          grid-column: span 7;
}
}
.video-player-wrapper > .panel-body[data-v-21590be8] {
    padding: 0 !important;
}
.chapters-panel[data-v-21590be8] {
  -ms-grid-column: span 3;
      grid-column: span 3;
  padding-left: 12px;
}
@media screen and (max-width: 1600px) {
.chapters-panel[data-v-21590be8] {
      -ms-grid-column: span 4;
          grid-column: span 4;
}
}
@media screen and (max-width: 1300px) {
.chapters-panel[data-v-21590be8] {
      -ms-grid-column: span 5;
          grid-column: span 5;
}
}
.vue-html5-editor[data-v-21590be8] {
  margin: 12px 0;
}
.lesson-files-wrapper[data-v-21590be8] {
  margin-top: 12px;
}
.synced-lessons[data-v-21590be8] {
  list-style: disc;
  padding-left: 32px;
  margin: 12px 0;
}
.synced-lessons li[data-v-21590be8] {
    color: #bdbdbd;
}
.sku[data-v-21590be8] {
  display: block;
  margin-bottom: 12px;
  font-family: monospace;
  font-size: 14px;
  color: #bdbdbd;
  background: #121212;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #303030;
}
.student-view[data-v-21590be8] {
  margin-bottom: 12px;
}
.required[data-v-21590be8] {
  color: #f14f5d;
  position: relative;
  top: -4px;
  font-size: 11px;
  margin-left: 2px;
}
.tab[data-v-21590be8] {
  position: relative;
}
.video-player-placeholder[data-v-21590be8] {
  width: 100%;
  display: block;
}
.form-actions[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #303030;
}
.info-tip[data-v-21590be8] {
  color: #a3a3a3;
  cursor: help;
  margin-left: 6px;
  font-size: 14px;
}
.assignment-icon[data-v-21590be8] {
  color: #00e9bd;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
}
table.small[data-v-21590be8] {
  width: 100%;
  margin-bottom: 12px;
}
.checkbox-small[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #bdbdbd;
  font-size: 13px;
  padding: 6px 0;
}
.comments[data-v-21590be8] {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.comments > li[data-v-21590be8] {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #303030;
}
.comments > li[data-v-21590be8]:last-child {
      border-bottom: none;
}
.comment-row[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.comment-avatar[data-v-21590be8] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1e1e1e;
}
.comment-body[data-v-21590be8] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.comment-author[data-v-21590be8] {
  margin-bottom: 6px;
}
.comment-time[data-v-21590be8] {
  cursor: pointer;
  color: #54cef5;
  text-decoration: underline;
}
.comment-actions[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.replies[data-v-21590be8] {
  padding-left: 32px;
  margin-top: 12px;
  list-style: none;
}
.replies li[data-v-21590be8] {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #1e1e1e;
}
.replies li[data-v-21590be8]:last-child {
      border-bottom: none;
}
.resources.panel-body[data-v-21590be8] {
  padding: 0 !important;
}
.resource-table[data-v-21590be8] {
  background: #121212;
}
.resource-table ul[data-v-21590be8] {
    list-style: none;
    padding: 16px 24px;
}
.resource-table li[data-v-21590be8] {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #303030;
}
.resource-table li[data-v-21590be8]:last-child {
      border-bottom: none;
}
.resource-table a[data-v-21590be8] {
    color: #54cef5;
    font-size: 13px;
}
.resource-table p[data-v-21590be8] {
    font-size: 12px;
    color: #a3a3a3;
    padding: 0 !important;
}
.resource-table .buttons[data-v-21590be8] {
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
input.timecode[data-v-21590be8] {
  display: inline;
  width: auto;
  max-width: 120px;
}
table.annotations[data-v-21590be8] {
  width: 100%;
  margin-top: 16px;
}
table.annotations th[data-v-21590be8],
  table.annotations td[data-v-21590be8] {
    padding: 8px 12px;
}
table.annotations i[data-v-21590be8] {
    cursor: pointer;
    font-size: 16px;
    margin-right: 8px;
    color: #bdbdbd;
}
table.annotations i[data-v-21590be8]:hover {
      color: whitesmoke;
}
.annotations .buttons[data-v-21590be8] {
  padding: 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
}
.chapter-item[data-v-21590be8] {
  padding: 8px 0;
  border-bottom: 1px solid #1e1e1e;
}
.chapter-item[data-v-21590be8]:last-child {
    border-bottom: none;
}
.chapter-heading-input[data-v-21590be8] {
  margin-bottom: 6px;
}
.chapter-row[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.chapter-title-input[data-v-21590be8] {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.chapter-title-input.selected[data-v-21590be8] {
    border-color: #00b6f0 !important;
}
.chapter-actions[data-v-21590be8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chapter-actions i[data-v-21590be8] {
    font-size: 16px;
    color: #a3a3a3;
    cursor: pointer;
}
.chapter-actions i[data-v-21590be8]:hover {
      color: #ebebeb;
}
.chapter-actions .handle[data-v-21590be8] {
    cursor: -webkit-grab;
    cursor: grab;
}
.duration[data-v-21590be8] {
  white-space: nowrap;
  color: #a3a3a3;
}
.summary textarea[data-v-21590be8] {
  width: 100%;
  min-height: 220px;
}
label[for='lmb'][data-v-21590be8] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABFCAYAAADjLw7LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDAzRDkzQjA2QkRFMTFFNzhDNTQ5OUY5NzVGOTg1RkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDAzRDkzQjE2QkRFMTFFNzhDNTQ5OUY5NzVGOTg1RkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMDNEOTNBRTZCREUxMUU3OEM1NDk5Rjk3NUY5ODVGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMDNEOTNBRjZCREUxMUU3OEM1NDk5Rjk3NUY5ODVGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnvqkBwAAAMWSURBVHja7JtLaNRAGMcn2bZWBbVW3JNo8eJBQaEqKop4kIKC+EIRH4ggIhWp4qklsEEPiqgo4tGCiBTEBxVBKEo9iY/6xAcoUhFRKT662ta6dv2P+Q4hnWyT2WybifPBDzbZTTK/fMkkX3Zi5Fl0YWcyotlrgemZ9wZ0yGzDsqxB88oiaLsBJoCvNL0FrASjwTiwSLCdT+AF6AO/wFvQCHrAWJLOBm2ArEQa1IHFYDm4DnbRd/VgXoDl0555R0miFlwBNylbV8GzQiszQzZ+BjgJOkEz2AGmgHLXb95J7JR+kKPPvymza8BB8BTcBiuKleCHxik6BPaAUZ7v+yI8tUSnKc/4NdBu23atjESa9kY9G/lYAu5BZHcYiWl0PE5n8YrTbpGhJNrAJBbP4CJLh5I4EsMMeKMFIoafBN/7B1j8YzLY5iexk6kTlklXXG+sUkiixhT0y/waMFMhiazocJoNxigkIeydpjLFwvS5xVBeIpUEifz/mgn3rXiFxPIVrq4+bHlQaUZUKBUrwYqQKBc1+CJVVPkQ2fzomub1RjUYCNF4/tsumn4I5gfcPl82J5Locq1QJl4TsvED3A3zoMDIDH5CkaJDYkCBc/pfFkWZ2ECl6B9FOqZukUQVmKhQD1st6gl6FbtMZE2WgNASWkJLaAktoSW0hJbQElpCS2gJLZFECSMJEv1JkOhNgsSHJEg8US0bIgn+QPe9Qg4pvy72jkISlX4SNxSSaPOTaFVI4qyfRDe4rIAAHwTZWui2o1EBifOWZf0sJMHH+7XHXMIOcgO4N8YCh5GFziASj8GxGAp8AU1hbsX3M2ccbJxiHbKQC1tP1MVIoAkCt2SKopdgdQwEWiBwqJjKjo/f3jyS3SnYGEV5ylfEXyUY7j/qmwvtQJka+xKYBR4MkwAfiby9FA8KnjPnFYETJWw8P3nngDOlftrRwJyBj+cibPx9sAksA49ki6KwwS+IW8FccBy8kljHd+o41tN6LoRZuCziPcjZBxYw54WRhaAGjGfOazZ8BE8PVY+f6bzqoCLsm+yG/wowAHH/lmFoY4aFAAAAAElFTkSuQmCC);
}
label[for='cmb'][data-v-21590be8] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABFCAYAAADjLw7LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhDRDA0NTc2QkRFMTFFN0JDQUNENENDNjFDODUwODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhDRDA0NTg2QkRFMTFFN0JDQUNENENDNjFDODUwODIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOENEMDQ1NTZCREUxMUU3QkNBQ0Q0Q0M2MUM4NTA4MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOENEMDQ1NjZCREUxMUU3QkNBQ0Q0Q0M2MUM4NTA4MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhwmcdQAAAMeSURBVHja7JtLaNRAGMdns22tCr4q7km0ePGgoFAVFUU8SEFBfKGID0QQKRVpxVNLyi56UERFEY8WRKQgPqgIQlHqSXzUJz5AkYqISvHR1bbWtet/2O8QtpPdZJJtZ+J88IMm2Uzml0km86WTWDKZZGGE3dLitmkDsPLWvQVdoh+nitTHtu1h68pCqH8MTALfaHk7WAPGgglgqeA4n8FLMAB+g3egCfSB8SSd9loBWYkEqAXLwCpwA+ylbfVgoYf9E3nrjpFEDbgKblFrXQPPCxVm+az8bHAKdINWsBtMB+WO37yXOCmDIEN//6GWXQ8OgWfgDlgdVIJfGqfpEtgHxuRtH2DhRVawjrf4ddCZSqVqZCQSdDbq2ejHcnAfInV+JGbS9TiLqRVnnCLFJDrAVKZmcJEVxSSOKtgC+dEGkZibBD/7B5n6MQ3sdJPYw/QJ26Inbn6s1Uii2hL0y/wZMEcjibTocpoHxmkkIeydZjDNwnIZYmgvEY+CRPZ/bQnnULxCYv8KR1fvNz2otEJKlIJKsAAS5aIKX6KMKuujNT85lnm+UQWGfFSe/7aHlh+BRR6Pz/fNiCR6HAXKxBtCNn6Ce0FfFMTpkhhS8SbGqHVYK4okNlMq+tdX4SG9+pHomHpFEpPBFI162CpRT9Cv2WMibbEIhJEwEkbCSBgJI2EkjISRMBJGwkgYiShKxKIgMRgFif4oSHyMgsRT3VpDJMFf6H7QyCHu1sXe1Uii0k3ipkYSHW4S7RpJnHOT6AVXNBDgkyDbCw07mjSQuGDb9q9CEny+X6fiEikvA8D9CgscQSt0e5F4Ao4rKPAVNPsZih9guXmwKsVGtELGbz5Rq5BAMwRuyyRFr8A6BQTaIHA4SGbH529vG83uFGwJIz3lBfFPCUb6H/WthU6gTI59GcwFD0dIgM9E3lWKFwUvWO4TgZMlrDy/eeeDs6V+29HAchMfz4dY+QdgK1gJHssmRX6DPxB3gAXgBHgtUcYP6jg2UTkX/excFvIZ5DSCxSz3wcgSUA0mstxnNnwGTx9lj1/ovuqiJOy77IH/CTAA2Z6Z65M1FygAAAAASUVORK5CYII=);
}
label[for='rmb'][data-v-21590be8] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAABFCAYAAADjLw7LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM5NDA1OTA2QkRFMTFFNzlDQTJBOTdEMzk5OTczNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM5NDA1OTE2QkRFMTFFNzlDQTJBOTdEMzk5OTczNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzk0MDU4RTZCREUxMUU3OUNBMkE5N0QzOTk5NzM2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzk0MDU4RjZCREUxMUU3OUNBMkE5N0QzOTk5NzM2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlEXeCUAAAMQSURBVHja7JtJaNRQGMffZNpaFdwqzkm0ePGgoOCCiiIepKAgbijigggipSKteGpJmaIHRVQU9WhBRAriQkUQilJP4lJXXECRiohKceloW+vY8f/MdwjhZczLMs2L74Mfncxkeb98yUu+9CWVzWZZxLEWGI7vXoMu54xmc7OvDZSF0MgUGAe+0PQWsBKMBGPAIsF2PoLnYAD8BG9AI+gDo0k6F7VEBtSAxWA5uAZ20W91YJ6H5TOO7w6TxBxwGdygbF0BT4utzJBs/HRwHHSDVrADTAbltnne+tgpgyBPn39RZteA/eAJuAVWBJXgh8YJOgR2gxGO3wdCPIcKgu94xq+CTsqUtESG9kYdG/5YAu6CWplzYiotNJHFK07S31NeMtERQwG7yNJ/SRwC01i8o4138W4SfO/vY/GPSWCbm8ROpk6YBl1xnbFKIYlqQ9Av82vADIUkcqLDaRYYpZCEsHeawhQLw+UWQ3mJdBIkCv9rJuy34hU+lq+wdfWy5UGlEVKhFFSCBZAoFzX4AlVUBYlsfrBN83qjCgxJNJ7P20PTD8B8j9vny+ZFEj22FfqJV4Tf+A7uBH1QkKZDYkiBc/pvFkUSG6gU/V3qFrXIPz7ih3KvSGI8mKBQD1sl6gn6FbtM5AyWgNASWkJLaAktoSW0hJbQElpCS2gJLZFEiVQSJAaTINGfBIn3SZB4rFo2RBL8ge47hRzSbl3sbYUkKt0krisk0eEm0a6QxBk3iV5wSQEBPgiyvdhtR6MCEudM0/xRTIKP9+uMuUSLlxvAPTEWOIgsdHuReASOxFDgM2iSuRXfy6xxsHGKdchCXraeqImRQBMEbvopil6A1TEQaIPAgSCVHR+/vXk4u1OwMYzylK+Iv0pQ6n/UtxbbgX5q7ItgJrhfIgE+pHp7FA8KnjFr4PmxCBvPT97Z4HTUTzvqmTXw8WyIjb8HNoFl4KHfokg2+AVxK5gLjoKXPtbxjTqO9bSe8zILl4W8BzkNYAGzXhhZCKrBWGa9ZsNH8PRR9fiJzqsuKsK++t3wHwEGAKnSjGVpSmLjAAAAAElFTkSuQmCC);
}
label.mouse[data-v-21590be8] {
  width: 30px;
  height: 42px;
  background-size: 100% 100%;
  position: relative;
  top: 1rem;
}
label.key[data-v-21590be8] {
  border: 1px solid #616161;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
}
input.key[data-v-21590be8] {
  display: none;
}
input.key:checked + label.key[data-v-21590be8] {
    background: #474747;
    color: whitesmoke;
}
input.key:checked + label.mouse[data-v-21590be8] {
    border: 2px solid #bdbdbd;
    border-radius: 11px 11px 14px 14px;
}
.hotkey.text-input[data-v-21590be8] {
  display: inline;
  width: 6rem;
  margin: 0 6px;
}
.duration[data-v-21590be8] {
  white-space: nowrap;
}
.add-annotation input[data-v-21590be8] {
  width: 120px !important;
  margin-left: 12px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.vue-dropzone .dz-preview .dz-remove {
  bottom: 0 !important;
}
.dropzone {
  margin-bottom: 24px;
}
textarea.textarea-medium {
  background: #121212 !important;
  color: whitesmoke !important;
  border: 1px solid #474747;
  border-radius: 2px;
  padding: 8px 12px;
  resize: vertical;
  width: 100%;
}
.dz-preview .dz-progress {
  display: none !important;
}
.chapters li {
  cursor: pointer;
}
.chapters li .duration {
    width: 24px;
}
.dropzone.dz-started .dz-message {
  display: block !important;
}
.transcript .text {
  background: #121212;
  border-radius: 2px;
  padding: 12px 16px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.transcript .text span {
    cursor: text;
}
.video-admin .video-js {
  min-height: 800px;
}
.video-js {
  overflow: hidden;
}
.delete-button {
  background: #f14f5d;
  color: whitesmoke;
}
.reply-button {
  background: #1e1e1e;
  color: #d6d6d6;
}

.text-disabled[data-v-1b817714] {
  color: #616161;
}
.flex[data-v-1b817714] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-1b817714],
.flex-column[data-v-1b817714] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-1b817714] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-1b817714] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-1b817714] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-1b817714] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-1b817714] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-1b817714] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-1b817714] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-1b817714] {
  gap: 6px;
}
.gap-3[data-v-1b817714] {
  gap: 8px;
}
.gap-4[data-v-1b817714] {
  gap: 12px;
}
.gap-6[data-v-1b817714] {
  gap: 24px;
}
.file-progress[data-v-1b817714] {
  background: #333;
  width: 100%;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.file-progress span[data-v-1b817714] {
    z-index: 9999999999;
    display: block;
    background: #555;
    color: #Fff;
    padding: .5rem 1rem;
    border-radius: 3px;
    font-weight: 600;
    font-size: 1.6rem;
}
.file-progress .bar[data-v-1b817714] {
    height: 100%;
    background: #3df;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.text-disabled[data-v-736da0ba] {
  color: #616161;
}
.flex[data-v-736da0ba] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-736da0ba],
.flex-column[data-v-736da0ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-736da0ba] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-736da0ba] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-736da0ba] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-736da0ba] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-736da0ba] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-736da0ba] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-736da0ba] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-736da0ba] {
  gap: 6px;
}
.gap-3[data-v-736da0ba] {
  gap: 8px;
}
.gap-4[data-v-736da0ba] {
  gap: 12px;
}
.gap-6[data-v-736da0ba] {
  gap: 24px;
}
.meetings li[data-v-736da0ba] {
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem 1rem;
  border-bottom: 1px solid #464545;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.hand-in[data-v-736da0ba] {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.progresses[data-v-736da0ba] {
  margin-top: 2rem;
}
.progresses .col-md-2[data-v-736da0ba] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.progresses li[data-v-736da0ba] {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.progresses li p[data-v-736da0ba] {
      margin: 0;
}
.progress[data-v-736da0ba] {
  display: inline-block;
  height: 15px;
  background: #42b983;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  border-radius: 0;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.attendance td[data-v-736da0ba] {
  max-width: 200px;
}
@media screen and (min-width: 769px) {
.videos > li[data-v-736da0ba] {
    padding: 1rem;
}
.videos > li[data-v-736da0ba]:nth-child(odd) {
      background: #2e2e2e;
}
}
.panel[data-v-736da0ba] {
  margin-bottom: 12px;
}

.text-disabled[data-v-53876df8] {
  color: #616161;
}
.flex[data-v-53876df8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-53876df8],
.flex-column[data-v-53876df8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-53876df8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-53876df8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-53876df8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-53876df8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-53876df8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-53876df8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-53876df8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-53876df8] {
  gap: 6px;
}
.gap-3[data-v-53876df8] {
  gap: 8px;
}
.gap-4[data-v-53876df8] {
  gap: 12px;
}
.gap-6[data-v-53876df8] {
  gap: 24px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.global-mentorship .fc-title {
  color: #1a1a1a !important;
}

.text-disabled[data-v-6e1598fd] {
  color: #616161;
}
.flex[data-v-6e1598fd] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-6e1598fd],
.flex-column[data-v-6e1598fd] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-6e1598fd] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-6e1598fd] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-6e1598fd] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-6e1598fd] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-6e1598fd] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-6e1598fd] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-6e1598fd] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-6e1598fd] {
  gap: 6px;
}
.gap-3[data-v-6e1598fd] {
  gap: 8px;
}
.gap-4[data-v-6e1598fd] {
  gap: 12px;
}
.gap-6[data-v-6e1598fd] {
  gap: 24px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.fc-event-container .ta-meeting {
  cursor: pointer;
  padding: 4px;
}

.text-disabled[data-v-f2301f74] {
  color: #616161;
}
.flex[data-v-f2301f74] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-f2301f74],
.flex-column[data-v-f2301f74] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-f2301f74] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-f2301f74] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-f2301f74] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-f2301f74] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-f2301f74] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-f2301f74] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-f2301f74] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-f2301f74] {
  gap: 6px;
}
.gap-3[data-v-f2301f74] {
  gap: 8px;
}
.gap-4[data-v-f2301f74] {
  gap: 12px;
}
.gap-6[data-v-f2301f74] {
  gap: 24px;
}
.modal[data-v-f2301f74] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content[data-v-f2301f74] {
  padding: 2rem;
  min-width: 500px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrapper[data-v-f2301f74] {
  display: -ms-flexbox;
  display: flex;
}
.wrapper > div[data-v-f2301f74] {
    width: 50%;
}
.fa-remove[data-v-f2301f74] {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.4rem;
  cursor: pointer;
}
ul.students[data-v-f2301f74] {
  text-align: center;
}
ul.students li[data-v-f2301f74] {
    margin-bottom: 1rem;
    padding: 0 2rem;
    clear: both;
    display: -ms-flexbox;
    display: flex;
}
ul.students .name[data-v-f2301f74] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 1rem;
    white-space: nowrap;
}
ul.students .avatar[data-v-f2301f74] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
ul.students .avatar .number[data-v-f2301f74] {
      font-size: 1.4rem;
}
ul.students .avatar img[data-v-f2301f74] {
      border-radius: 50%;
      width: 50px !important;
      height: 50px !important;
      min-width: 50px !important;
      object-fit: cover;
}
.modal-content[data-v-f2301f74] {
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-content[data-v-f2301f74]::-webkit-scrollbar {
    display: none;
}
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.transition, .autocomplete, .showAll-transition, .autocomplete ul, .autocomplete ul li a{
  transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
}

.autocomplete ul{
  font-family: sans-serif;
  position: absolute;
  list-style: none;
  background: #f8f8f8;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
  min-width: 15%;
  margin-top: 10px;
}

.autocomplete ul:before{
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  left: 46%;
  top: -20px
}

.autocomplete ul li a{
  text-decoration: none;
  display: block;
  background: #f8f8f8;
  color: #2b2b2b;
  padding: 5px;
  padding-left: 10px;
}

.autocomplete ul li a:hover, .autocomplete ul li.focus-list a{
  color: white;
  background: #2F9AF7;
}

.autocomplete ul li a span, /*backwards compat*/
.autocomplete ul li a .autocomplete-anchor-label{
  display: block;
  margin-top: 3px;
  color: grey;
  font-size: 13px;
}

.autocomplete ul li a:hover .autocomplete-anchor-label, 
.autocomplete ul li.focus-list a span, /*backwards compat*/
.autocomplete ul li a:hover .autocomplete-anchor-label, 
.autocomplete ul li.focus-list a span{ /*backwards compat*/
  color: white;
}

/*.showAll-transition{
  opacity: 1;
  height: 50px;
  overflow: hidden;
}

.showAll-enter{
  opacity: 0.3;
  height: 0;
}

.showAll-leave{
  display: none;
}*/

.text-disabled[data-v-2f985980] {
  color: #616161;
}
.flex[data-v-2f985980] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-2f985980],
.flex-column[data-v-2f985980] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-2f985980] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-2f985980] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-2f985980] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-2f985980] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-2f985980] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-2f985980] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-2f985980] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-2f985980] {
  gap: 6px;
}
.gap-3[data-v-2f985980] {
  gap: 8px;
}
.gap-4[data-v-2f985980] {
  gap: 12px;
}
.gap-6[data-v-2f985980] {
  gap: 24px;
}
.sidebar[data-v-2f985980] {
  background: #262626;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100dvh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 1000;
  overflow: visible;
}
.sidebar.hidden[data-v-2f985980] {
    display: none;
}
.branch-name[data-v-2f985980] {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  display: inline-block;
}
.overlay[data-v-2f985980] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0f0f0f;
  z-index: 9999995;
}
.layout[data-v-2f985980] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  transition: max-width 1s;
  padding-left: 70px;
}
.layout.full-width[data-v-2f985980] {
    max-width: 100%;
    padding-left: 0;
}
.main[data-v-2f985980] {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
.sidebar[data-v-2f985980] {
    width: 240px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.sidebar.mobile-open[data-v-2f985980] {
      transform: translateX(0);
}
.layout[data-v-2f985980] {
    padding-left: 0;
    padding-top: 56px;
}
}
/*
* Remix Icon v4.9.1
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Remix Icon License 1.0
*
* Date: 2026-01-29
*/
@font-face {
  font-family: "remixicon";
  src: url(/static/fonts/remixicon.39e2cb3.eot); /* IE9*/
  src: url(/static/fonts/remixicon.39e2cb3.eot#iefix) format('embedded-opentype'), 
  url(/static/fonts/remixicon.8f67217.woff2) format("woff2"),
  url(/static/fonts/remixicon.6746dec.woff) format("woff"),
  url(/static/fonts/remixicon.9069791.ttf) format('truetype'), 
  url(/static/img/remixicon.c67337a.svg#remixicon) format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-24-hours-fill:before { content: "\EA01"; }
.ri-24-hours-line:before { content: "\EA02"; }
.ri-4k-fill:before { content: "\EA03"; }
.ri-4k-line:before { content: "\EA04"; }
.ri-a-b:before { content: "\EA05"; }
.ri-account-box-fill:before { content: "\EA06"; }
.ri-account-box-line:before { content: "\EA07"; }
.ri-account-circle-fill:before { content: "\EA08"; }
.ri-account-circle-line:before { content: "\EA09"; }
.ri-account-pin-box-fill:before { content: "\EA0A"; }
.ri-account-pin-box-line:before { content: "\EA0B"; }
.ri-account-pin-circle-fill:before { content: "\EA0C"; }
.ri-account-pin-circle-line:before { content: "\EA0D"; }
.ri-add-box-fill:before { content: "\EA0E"; }
.ri-add-box-line:before { content: "\EA0F"; }
.ri-add-circle-fill:before { content: "\EA10"; }
.ri-add-circle-line:before { content: "\EA11"; }
.ri-add-fill:before { content: "\EA12"; }
.ri-add-line:before { content: "\EA13"; }
.ri-admin-fill:before { content: "\EA14"; }
.ri-admin-line:before { content: "\EA15"; }
.ri-advertisement-fill:before { content: "\EA16"; }
.ri-advertisement-line:before { content: "\EA17"; }
.ri-airplay-fill:before { content: "\EA18"; }
.ri-airplay-line:before { content: "\EA19"; }
.ri-alarm-fill:before { content: "\EA1A"; }
.ri-alarm-line:before { content: "\EA1B"; }
.ri-alarm-warning-fill:before { content: "\EA1C"; }
.ri-alarm-warning-line:before { content: "\EA1D"; }
.ri-album-fill:before { content: "\EA1E"; }
.ri-album-line:before { content: "\EA1F"; }
.ri-alert-fill:before { content: "\EA20"; }
.ri-alert-line:before { content: "\EA21"; }
.ri-aliens-fill:before { content: "\EA22"; }
.ri-aliens-line:before { content: "\EA23"; }
.ri-align-bottom:before { content: "\EA24"; }
.ri-align-center:before { content: "\EA25"; }
.ri-align-justify:before { content: "\EA26"; }
.ri-align-left:before { content: "\EA27"; }
.ri-align-right:before { content: "\EA28"; }
.ri-align-top:before { content: "\EA29"; }
.ri-align-vertically:before { content: "\EA2A"; }
.ri-alipay-fill:before { content: "\EA2B"; }
.ri-alipay-line:before { content: "\EA2C"; }
.ri-amazon-fill:before { content: "\EA2D"; }
.ri-amazon-line:before { content: "\EA2E"; }
.ri-anchor-fill:before { content: "\EA2F"; }
.ri-anchor-line:before { content: "\EA30"; }
.ri-ancient-gate-fill:before { content: "\EA31"; }
.ri-ancient-gate-line:before { content: "\EA32"; }
.ri-ancient-pavilion-fill:before { content: "\EA33"; }
.ri-ancient-pavilion-line:before { content: "\EA34"; }
.ri-android-fill:before { content: "\EA35"; }
.ri-android-line:before { content: "\EA36"; }
.ri-angularjs-fill:before { content: "\EA37"; }
.ri-angularjs-line:before { content: "\EA38"; }
.ri-anticlockwise-2-fill:before { content: "\EA39"; }
.ri-anticlockwise-2-line:before { content: "\EA3A"; }
.ri-anticlockwise-fill:before { content: "\EA3B"; }
.ri-anticlockwise-line:before { content: "\EA3C"; }
.ri-app-store-fill:before { content: "\EA3D"; }
.ri-app-store-line:before { content: "\EA3E"; }
.ri-apple-fill:before { content: "\EA3F"; }
.ri-apple-line:before { content: "\EA40"; }
.ri-apps-2-fill:before { content: "\EA41"; }
.ri-apps-2-line:before { content: "\EA42"; }
.ri-apps-fill:before { content: "\EA43"; }
.ri-apps-line:before { content: "\EA44"; }
.ri-archive-drawer-fill:before { content: "\EA45"; }
.ri-archive-drawer-line:before { content: "\EA46"; }
.ri-archive-fill:before { content: "\EA47"; }
.ri-archive-line:before { content: "\EA48"; }
.ri-arrow-down-circle-fill:before { content: "\EA49"; }
.ri-arrow-down-circle-line:before { content: "\EA4A"; }
.ri-arrow-down-fill:before { content: "\EA4B"; }
.ri-arrow-down-line:before { content: "\EA4C"; }
.ri-arrow-down-s-fill:before { content: "\EA4D"; }
.ri-arrow-down-s-line:before { content: "\EA4E"; }
.ri-arrow-drop-down-fill:before { content: "\EA4F"; }
.ri-arrow-drop-down-line:before { content: "\EA50"; }
.ri-arrow-drop-left-fill:before { content: "\EA51"; }
.ri-arrow-drop-left-line:before { content: "\EA52"; }
.ri-arrow-drop-right-fill:before { content: "\EA53"; }
.ri-arrow-drop-right-line:before { content: "\EA54"; }
.ri-arrow-drop-up-fill:before { content: "\EA55"; }
.ri-arrow-drop-up-line:before { content: "\EA56"; }
.ri-arrow-go-back-fill:before { content: "\EA57"; }
.ri-arrow-go-back-line:before { content: "\EA58"; }
.ri-arrow-go-forward-fill:before { content: "\EA59"; }
.ri-arrow-go-forward-line:before { content: "\EA5A"; }
.ri-arrow-left-circle-fill:before { content: "\EA5B"; }
.ri-arrow-left-circle-line:before { content: "\EA5C"; }
.ri-arrow-left-down-fill:before { content: "\EA5D"; }
.ri-arrow-left-down-line:before { content: "\EA5E"; }
.ri-arrow-left-fill:before { content: "\EA5F"; }
.ri-arrow-left-line:before { content: "\EA60"; }
.ri-arrow-left-right-fill:before { content: "\EA61"; }
.ri-arrow-left-right-line:before { content: "\EA62"; }
.ri-arrow-left-s-fill:before { content: "\EA63"; }
.ri-arrow-left-s-line:before { content: "\EA64"; }
.ri-arrow-left-up-fill:before { content: "\EA65"; }
.ri-arrow-left-up-line:before { content: "\EA66"; }
.ri-arrow-right-circle-fill:before { content: "\EA67"; }
.ri-arrow-right-circle-line:before { content: "\EA68"; }
.ri-arrow-right-down-fill:before { content: "\EA69"; }
.ri-arrow-right-down-line:before { content: "\EA6A"; }
.ri-arrow-right-fill:before { content: "\EA6B"; }
.ri-arrow-right-line:before { content: "\EA6C"; }
.ri-arrow-right-s-fill:before { content: "\EA6D"; }
.ri-arrow-right-s-line:before { content: "\EA6E"; }
.ri-arrow-right-up-fill:before { content: "\EA6F"; }
.ri-arrow-right-up-line:before { content: "\EA70"; }
.ri-arrow-up-circle-fill:before { content: "\EA71"; }
.ri-arrow-up-circle-line:before { content: "\EA72"; }
.ri-arrow-up-down-fill:before { content: "\EA73"; }
.ri-arrow-up-down-line:before { content: "\EA74"; }
.ri-arrow-up-fill:before { content: "\EA75"; }
.ri-arrow-up-line:before { content: "\EA76"; }
.ri-arrow-up-s-fill:before { content: "\EA77"; }
.ri-arrow-up-s-line:before { content: "\EA78"; }
.ri-artboard-2-fill:before { content: "\EA79"; }
.ri-artboard-2-line:before { content: "\EA7A"; }
.ri-artboard-fill:before { content: "\EA7B"; }
.ri-artboard-line:before { content: "\EA7C"; }
.ri-article-fill:before { content: "\EA7D"; }
.ri-article-line:before { content: "\EA7E"; }
.ri-aspect-ratio-fill:before { content: "\EA7F"; }
.ri-aspect-ratio-line:before { content: "\EA80"; }
.ri-asterisk:before { content: "\EA81"; }
.ri-at-fill:before { content: "\EA82"; }
.ri-at-line:before { content: "\EA83"; }
.ri-attachment-2:before { content: "\EA84"; }
.ri-attachment-fill:before { content: "\EA85"; }
.ri-attachment-line:before { content: "\EA86"; }
.ri-auction-fill:before { content: "\EA87"; }
.ri-auction-line:before { content: "\EA88"; }
.ri-award-fill:before { content: "\EA89"; }
.ri-award-line:before { content: "\EA8A"; }
.ri-baidu-fill:before { content: "\EA8B"; }
.ri-baidu-line:before { content: "\EA8C"; }
.ri-ball-pen-fill:before { content: "\EA8D"; }
.ri-ball-pen-line:before { content: "\EA8E"; }
.ri-bank-card-2-fill:before { content: "\EA8F"; }
.ri-bank-card-2-line:before { content: "\EA90"; }
.ri-bank-card-fill:before { content: "\EA91"; }
.ri-bank-card-line:before { content: "\EA92"; }
.ri-bank-fill:before { content: "\EA93"; }
.ri-bank-line:before { content: "\EA94"; }
.ri-bar-chart-2-fill:before { content: "\EA95"; }
.ri-bar-chart-2-line:before { content: "\EA96"; }
.ri-bar-chart-box-fill:before { content: "\EA97"; }
.ri-bar-chart-box-line:before { content: "\EA98"; }
.ri-bar-chart-fill:before { content: "\EA99"; }
.ri-bar-chart-grouped-fill:before { content: "\EA9A"; }
.ri-bar-chart-grouped-line:before { content: "\EA9B"; }
.ri-bar-chart-horizontal-fill:before { content: "\EA9C"; }
.ri-bar-chart-horizontal-line:before { content: "\EA9D"; }
.ri-bar-chart-line:before { content: "\EA9E"; }
.ri-barcode-box-fill:before { content: "\EA9F"; }
.ri-barcode-box-line:before { content: "\EAA0"; }
.ri-barcode-fill:before { content: "\EAA1"; }
.ri-barcode-line:before { content: "\EAA2"; }
.ri-barricade-fill:before { content: "\EAA3"; }
.ri-barricade-line:before { content: "\EAA4"; }
.ri-base-station-fill:before { content: "\EAA5"; }
.ri-base-station-line:before { content: "\EAA6"; }
.ri-basketball-fill:before { content: "\EAA7"; }
.ri-basketball-line:before { content: "\EAA8"; }
.ri-battery-2-charge-fill:before { content: "\EAA9"; }
.ri-battery-2-charge-line:before { content: "\EAAA"; }
.ri-battery-2-fill:before { content: "\EAAB"; }
.ri-battery-2-line:before { content: "\EAAC"; }
.ri-battery-charge-fill:before { content: "\EAAD"; }
.ri-battery-charge-line:before { content: "\EAAE"; }
.ri-battery-fill:before { content: "\EAAF"; }
.ri-battery-line:before { content: "\EAB0"; }
.ri-battery-low-fill:before { content: "\EAB1"; }
.ri-battery-low-line:before { content: "\EAB2"; }
.ri-battery-saver-fill:before { content: "\EAB3"; }
.ri-battery-saver-line:before { content: "\EAB4"; }
.ri-battery-share-fill:before { content: "\EAB5"; }
.ri-battery-share-line:before { content: "\EAB6"; }
.ri-bear-smile-fill:before { content: "\EAB7"; }
.ri-bear-smile-line:before { content: "\EAB8"; }
.ri-behance-fill:before { content: "\EAB9"; }
.ri-behance-line:before { content: "\EABA"; }
.ri-bell-fill:before { content: "\EABB"; }
.ri-bell-line:before { content: "\EABC"; }
.ri-bike-fill:before { content: "\EABD"; }
.ri-bike-line:before { content: "\EABE"; }
.ri-bilibili-fill:before { content: "\EABF"; }
.ri-bilibili-line:before { content: "\EAC0"; }
.ri-bill-fill:before { content: "\EAC1"; }
.ri-bill-line:before { content: "\EAC2"; }
.ri-billiards-fill:before { content: "\EAC3"; }
.ri-billiards-line:before { content: "\EAC4"; }
.ri-bit-coin-fill:before { content: "\EAC5"; }
.ri-bit-coin-line:before { content: "\EAC6"; }
.ri-blaze-fill:before { content: "\EAC7"; }
.ri-blaze-line:before { content: "\EAC8"; }
.ri-bluetooth-connect-fill:before { content: "\EAC9"; }
.ri-bluetooth-connect-line:before { content: "\EACA"; }
.ri-bluetooth-fill:before { content: "\EACB"; }
.ri-bluetooth-line:before { content: "\EACC"; }
.ri-blur-off-fill:before { content: "\EACD"; }
.ri-blur-off-line:before { content: "\EACE"; }
.ri-body-scan-fill:before { content: "\EACF"; }
.ri-body-scan-line:before { content: "\EAD0"; }
.ri-bold:before { content: "\EAD1"; }
.ri-book-2-fill:before { content: "\EAD2"; }
.ri-book-2-line:before { content: "\EAD3"; }
.ri-book-3-fill:before { content: "\EAD4"; }
.ri-book-3-line:before { content: "\EAD5"; }
.ri-book-fill:before { content: "\EAD6"; }
.ri-book-line:before { content: "\EAD7"; }
.ri-book-marked-fill:before { content: "\EAD8"; }
.ri-book-marked-line:before { content: "\EAD9"; }
.ri-book-open-fill:before { content: "\EADA"; }
.ri-book-open-line:before { content: "\EADB"; }
.ri-book-read-fill:before { content: "\EADC"; }
.ri-book-read-line:before { content: "\EADD"; }
.ri-booklet-fill:before { content: "\EADE"; }
.ri-booklet-line:before { content: "\EADF"; }
.ri-bookmark-2-fill:before { content: "\EAE0"; }
.ri-bookmark-2-line:before { content: "\EAE1"; }
.ri-bookmark-3-fill:before { content: "\EAE2"; }
.ri-bookmark-3-line:before { content: "\EAE3"; }
.ri-bookmark-fill:before { content: "\EAE4"; }
.ri-bookmark-line:before { content: "\EAE5"; }
.ri-boxing-fill:before { content: "\EAE6"; }
.ri-boxing-line:before { content: "\EAE7"; }
.ri-braces-fill:before { content: "\EAE8"; }
.ri-braces-line:before { content: "\EAE9"; }
.ri-brackets-fill:before { content: "\EAEA"; }
.ri-brackets-line:before { content: "\EAEB"; }
.ri-briefcase-2-fill:before { content: "\EAEC"; }
.ri-briefcase-2-line:before { content: "\EAED"; }
.ri-briefcase-3-fill:before { content: "\EAEE"; }
.ri-briefcase-3-line:before { content: "\EAEF"; }
.ri-briefcase-4-fill:before { content: "\EAF0"; }
.ri-briefcase-4-line:before { content: "\EAF1"; }
.ri-briefcase-5-fill:before { content: "\EAF2"; }
.ri-briefcase-5-line:before { content: "\EAF3"; }
.ri-briefcase-fill:before { content: "\EAF4"; }
.ri-briefcase-line:before { content: "\EAF5"; }
.ri-bring-forward:before { content: "\EAF6"; }
.ri-bring-to-front:before { content: "\EAF7"; }
.ri-broadcast-fill:before { content: "\EAF8"; }
.ri-broadcast-line:before { content: "\EAF9"; }
.ri-brush-2-fill:before { content: "\EAFA"; }
.ri-brush-2-line:before { content: "\EAFB"; }
.ri-brush-3-fill:before { content: "\EAFC"; }
.ri-brush-3-line:before { content: "\EAFD"; }
.ri-brush-4-fill:before { content: "\EAFE"; }
.ri-brush-4-line:before { content: "\EAFF"; }
.ri-brush-fill:before { content: "\EB00"; }
.ri-brush-line:before { content: "\EB01"; }
.ri-bubble-chart-fill:before { content: "\EB02"; }
.ri-bubble-chart-line:before { content: "\EB03"; }
.ri-bug-2-fill:before { content: "\EB04"; }
.ri-bug-2-line:before { content: "\EB05"; }
.ri-bug-fill:before { content: "\EB06"; }
.ri-bug-line:before { content: "\EB07"; }
.ri-building-2-fill:before { content: "\EB08"; }
.ri-building-2-line:before { content: "\EB09"; }
.ri-building-3-fill:before { content: "\EB0A"; }
.ri-building-3-line:before { content: "\EB0B"; }
.ri-building-4-fill:before { content: "\EB0C"; }
.ri-building-4-line:before { content: "\EB0D"; }
.ri-building-fill:before { content: "\EB0E"; }
.ri-building-line:before { content: "\EB0F"; }
.ri-bus-2-fill:before { content: "\EB10"; }
.ri-bus-2-line:before { content: "\EB11"; }
.ri-bus-fill:before { content: "\EB12"; }
.ri-bus-line:before { content: "\EB13"; }
.ri-bus-wifi-fill:before { content: "\EB14"; }
.ri-bus-wifi-line:before { content: "\EB15"; }
.ri-cactus-fill:before { content: "\EB16"; }
.ri-cactus-line:before { content: "\EB17"; }
.ri-cake-2-fill:before { content: "\EB18"; }
.ri-cake-2-line:before { content: "\EB19"; }
.ri-cake-3-fill:before { content: "\EB1A"; }
.ri-cake-3-line:before { content: "\EB1B"; }
.ri-cake-fill:before { content: "\EB1C"; }
.ri-cake-line:before { content: "\EB1D"; }
.ri-calculator-fill:before { content: "\EB1E"; }
.ri-calculator-line:before { content: "\EB1F"; }
.ri-calendar-2-fill:before { content: "\EB20"; }
.ri-calendar-2-line:before { content: "\EB21"; }
.ri-calendar-check-fill:before { content: "\EB22"; }
.ri-calendar-check-line:before { content: "\EB23"; }
.ri-calendar-event-fill:before { content: "\EB24"; }
.ri-calendar-event-line:before { content: "\EB25"; }
.ri-calendar-fill:before { content: "\EB26"; }
.ri-calendar-line:before { content: "\EB27"; }
.ri-calendar-todo-fill:before { content: "\EB28"; }
.ri-calendar-todo-line:before { content: "\EB29"; }
.ri-camera-2-fill:before { content: "\EB2A"; }
.ri-camera-2-line:before { content: "\EB2B"; }
.ri-camera-3-fill:before { content: "\EB2C"; }
.ri-camera-3-line:before { content: "\EB2D"; }
.ri-camera-fill:before { content: "\EB2E"; }
.ri-camera-lens-fill:before { content: "\EB2F"; }
.ri-camera-lens-line:before { content: "\EB30"; }
.ri-camera-line:before { content: "\EB31"; }
.ri-camera-off-fill:before { content: "\EB32"; }
.ri-camera-off-line:before { content: "\EB33"; }
.ri-camera-switch-fill:before { content: "\EB34"; }
.ri-camera-switch-line:before { content: "\EB35"; }
.ri-capsule-fill:before { content: "\EB36"; }
.ri-capsule-line:before { content: "\EB37"; }
.ri-car-fill:before { content: "\EB38"; }
.ri-car-line:before { content: "\EB39"; }
.ri-car-washing-fill:before { content: "\EB3A"; }
.ri-car-washing-line:before { content: "\EB3B"; }
.ri-caravan-fill:before { content: "\EB3C"; }
.ri-caravan-line:before { content: "\EB3D"; }
.ri-cast-fill:before { content: "\EB3E"; }
.ri-cast-line:before { content: "\EB3F"; }
.ri-cellphone-fill:before { content: "\EB40"; }
.ri-cellphone-line:before { content: "\EB41"; }
.ri-celsius-fill:before { content: "\EB42"; }
.ri-celsius-line:before { content: "\EB43"; }
.ri-centos-fill:before { content: "\EB44"; }
.ri-centos-line:before { content: "\EB45"; }
.ri-character-recognition-fill:before { content: "\EB46"; }
.ri-character-recognition-line:before { content: "\EB47"; }
.ri-charging-pile-2-fill:before { content: "\EB48"; }
.ri-charging-pile-2-line:before { content: "\EB49"; }
.ri-charging-pile-fill:before { content: "\EB4A"; }
.ri-charging-pile-line:before { content: "\EB4B"; }
.ri-chat-1-fill:before { content: "\EB4C"; }
.ri-chat-1-line:before { content: "\EB4D"; }
.ri-chat-2-fill:before { content: "\EB4E"; }
.ri-chat-2-line:before { content: "\EB4F"; }
.ri-chat-3-fill:before { content: "\EB50"; }
.ri-chat-3-line:before { content: "\EB51"; }
.ri-chat-4-fill:before { content: "\EB52"; }
.ri-chat-4-line:before { content: "\EB53"; }
.ri-chat-check-fill:before { content: "\EB54"; }
.ri-chat-check-line:before { content: "\EB55"; }
.ri-chat-delete-fill:before { content: "\EB56"; }
.ri-chat-delete-line:before { content: "\EB57"; }
.ri-chat-download-fill:before { content: "\EB58"; }
.ri-chat-download-line:before { content: "\EB59"; }
.ri-chat-follow-up-fill:before { content: "\EB5A"; }
.ri-chat-follow-up-line:before { content: "\EB5B"; }
.ri-chat-forward-fill:before { content: "\EB5C"; }
.ri-chat-forward-line:before { content: "\EB5D"; }
.ri-chat-heart-fill:before { content: "\EB5E"; }
.ri-chat-heart-line:before { content: "\EB5F"; }
.ri-chat-history-fill:before { content: "\EB60"; }
.ri-chat-history-line:before { content: "\EB61"; }
.ri-chat-new-fill:before { content: "\EB62"; }
.ri-chat-new-line:before { content: "\EB63"; }
.ri-chat-off-fill:before { content: "\EB64"; }
.ri-chat-off-line:before { content: "\EB65"; }
.ri-chat-poll-fill:before { content: "\EB66"; }
.ri-chat-poll-line:before { content: "\EB67"; }
.ri-chat-private-fill:before { content: "\EB68"; }
.ri-chat-private-line:before { content: "\EB69"; }
.ri-chat-quote-fill:before { content: "\EB6A"; }
.ri-chat-quote-line:before { content: "\EB6B"; }
.ri-chat-settings-fill:before { content: "\EB6C"; }
.ri-chat-settings-line:before { content: "\EB6D"; }
.ri-chat-smile-2-fill:before { content: "\EB6E"; }
.ri-chat-smile-2-line:before { content: "\EB6F"; }
.ri-chat-smile-3-fill:before { content: "\EB70"; }
.ri-chat-smile-3-line:before { content: "\EB71"; }
.ri-chat-smile-fill:before { content: "\EB72"; }
.ri-chat-smile-line:before { content: "\EB73"; }
.ri-chat-upload-fill:before { content: "\EB74"; }
.ri-chat-upload-line:before { content: "\EB75"; }
.ri-chat-voice-fill:before { content: "\EB76"; }
.ri-chat-voice-line:before { content: "\EB77"; }
.ri-check-double-fill:before { content: "\EB78"; }
.ri-check-double-line:before { content: "\EB79"; }
.ri-check-fill:before { content: "\EB7A"; }
.ri-check-line:before { content: "\EB7B"; }
.ri-checkbox-blank-circle-fill:before { content: "\EB7C"; }
.ri-checkbox-blank-circle-line:before { content: "\EB7D"; }
.ri-checkbox-blank-fill:before { content: "\EB7E"; }
.ri-checkbox-blank-line:before { content: "\EB7F"; }
.ri-checkbox-circle-fill:before { content: "\EB80"; }
.ri-checkbox-circle-line:before { content: "\EB81"; }
.ri-checkbox-fill:before { content: "\EB82"; }
.ri-checkbox-indeterminate-fill:before { content: "\EB83"; }
.ri-checkbox-indeterminate-line:before { content: "\EB84"; }
.ri-checkbox-line:before { content: "\EB85"; }
.ri-checkbox-multiple-blank-fill:before { content: "\EB86"; }
.ri-checkbox-multiple-blank-line:before { content: "\EB87"; }
.ri-checkbox-multiple-fill:before { content: "\EB88"; }
.ri-checkbox-multiple-line:before { content: "\EB89"; }
.ri-china-railway-fill:before { content: "\EB8A"; }
.ri-china-railway-line:before { content: "\EB8B"; }
.ri-chrome-fill:before { content: "\EB8C"; }
.ri-chrome-line:before { content: "\EB8D"; }
.ri-clapperboard-fill:before { content: "\EB8E"; }
.ri-clapperboard-line:before { content: "\EB8F"; }
.ri-clipboard-fill:before { content: "\EB90"; }
.ri-clipboard-line:before { content: "\EB91"; }
.ri-clockwise-2-fill:before { content: "\EB92"; }
.ri-clockwise-2-line:before { content: "\EB93"; }
.ri-clockwise-fill:before { content: "\EB94"; }
.ri-clockwise-line:before { content: "\EB95"; }
.ri-close-circle-fill:before { content: "\EB96"; }
.ri-close-circle-line:before { content: "\EB97"; }
.ri-close-fill:before { content: "\EB98"; }
.ri-close-line:before { content: "\EB99"; }
.ri-closed-captioning-fill:before { content: "\EB9A"; }
.ri-closed-captioning-line:before { content: "\EB9B"; }
.ri-cloud-fill:before { content: "\EB9C"; }
.ri-cloud-line:before { content: "\EB9D"; }
.ri-cloud-off-fill:before { content: "\EB9E"; }
.ri-cloud-off-line:before { content: "\EB9F"; }
.ri-cloud-windy-fill:before { content: "\EBA0"; }
.ri-cloud-windy-line:before { content: "\EBA1"; }
.ri-cloudy-2-fill:before { content: "\EBA2"; }
.ri-cloudy-2-line:before { content: "\EBA3"; }
.ri-cloudy-fill:before { content: "\EBA4"; }
.ri-cloudy-line:before { content: "\EBA5"; }
.ri-code-box-fill:before { content: "\EBA6"; }
.ri-code-box-line:before { content: "\EBA7"; }
.ri-code-fill:before { content: "\EBA8"; }
.ri-code-line:before { content: "\EBA9"; }
.ri-code-s-fill:before { content: "\EBAA"; }
.ri-code-s-line:before { content: "\EBAB"; }
.ri-code-s-slash-fill:before { content: "\EBAC"; }
.ri-code-s-slash-line:before { content: "\EBAD"; }
.ri-code-view:before { content: "\EBAE"; }
.ri-codepen-fill:before { content: "\EBAF"; }
.ri-codepen-line:before { content: "\EBB0"; }
.ri-coin-fill:before { content: "\EBB1"; }
.ri-coin-line:before { content: "\EBB2"; }
.ri-coins-fill:before { content: "\EBB3"; }
.ri-coins-line:before { content: "\EBB4"; }
.ri-collage-fill:before { content: "\EBB5"; }
.ri-collage-line:before { content: "\EBB6"; }
.ri-command-fill:before { content: "\EBB7"; }
.ri-command-line:before { content: "\EBB8"; }
.ri-community-fill:before { content: "\EBB9"; }
.ri-community-line:before { content: "\EBBA"; }
.ri-compass-2-fill:before { content: "\EBBB"; }
.ri-compass-2-line:before { content: "\EBBC"; }
.ri-compass-3-fill:before { content: "\EBBD"; }
.ri-compass-3-line:before { content: "\EBBE"; }
.ri-compass-4-fill:before { content: "\EBBF"; }
.ri-compass-4-line:before { content: "\EBC0"; }
.ri-compass-discover-fill:before { content: "\EBC1"; }
.ri-compass-discover-line:before { content: "\EBC2"; }
.ri-compass-fill:before { content: "\EBC3"; }
.ri-compass-line:before { content: "\EBC4"; }
.ri-compasses-2-fill:before { content: "\EBC5"; }
.ri-compasses-2-line:before { content: "\EBC6"; }
.ri-compasses-fill:before { content: "\EBC7"; }
.ri-compasses-line:before { content: "\EBC8"; }
.ri-computer-fill:before { content: "\EBC9"; }
.ri-computer-line:before { content: "\EBCA"; }
.ri-contacts-book-2-fill:before { content: "\EBCB"; }
.ri-contacts-book-2-line:before { content: "\EBCC"; }
.ri-contacts-book-fill:before { content: "\EBCD"; }
.ri-contacts-book-line:before { content: "\EBCE"; }
.ri-contacts-book-upload-fill:before { content: "\EBCF"; }
.ri-contacts-book-upload-line:before { content: "\EBD0"; }
.ri-contacts-fill:before { content: "\EBD1"; }
.ri-contacts-line:before { content: "\EBD2"; }
.ri-contrast-2-fill:before { content: "\EBD3"; }
.ri-contrast-2-line:before { content: "\EBD4"; }
.ri-contrast-drop-2-fill:before { content: "\EBD5"; }
.ri-contrast-drop-2-line:before { content: "\EBD6"; }
.ri-contrast-drop-fill:before { content: "\EBD7"; }
.ri-contrast-drop-line:before { content: "\EBD8"; }
.ri-contrast-fill:before { content: "\EBD9"; }
.ri-contrast-line:before { content: "\EBDA"; }
.ri-copper-coin-fill:before { content: "\EBDB"; }
.ri-copper-coin-line:before { content: "\EBDC"; }
.ri-copper-diamond-fill:before { content: "\EBDD"; }
.ri-copper-diamond-line:before { content: "\EBDE"; }
.ri-copyleft-fill:before { content: "\EBDF"; }
.ri-copyleft-line:before { content: "\EBE0"; }
.ri-copyright-fill:before { content: "\EBE1"; }
.ri-copyright-line:before { content: "\EBE2"; }
.ri-coreos-fill:before { content: "\EBE3"; }
.ri-coreos-line:before { content: "\EBE4"; }
.ri-coupon-2-fill:before { content: "\EBE5"; }
.ri-coupon-2-line:before { content: "\EBE6"; }
.ri-coupon-3-fill:before { content: "\EBE7"; }
.ri-coupon-3-line:before { content: "\EBE8"; }
.ri-coupon-4-fill:before { content: "\EBE9"; }
.ri-coupon-4-line:before { content: "\EBEA"; }
.ri-coupon-5-fill:before { content: "\EBEB"; }
.ri-coupon-5-line:before { content: "\EBEC"; }
.ri-coupon-fill:before { content: "\EBED"; }
.ri-coupon-line:before { content: "\EBEE"; }
.ri-cpu-fill:before { content: "\EBEF"; }
.ri-cpu-line:before { content: "\EBF0"; }
.ri-creative-commons-by-fill:before { content: "\EBF1"; }
.ri-creative-commons-by-line:before { content: "\EBF2"; }
.ri-creative-commons-fill:before { content: "\EBF3"; }
.ri-creative-commons-line:before { content: "\EBF4"; }
.ri-creative-commons-nc-fill:before { content: "\EBF5"; }
.ri-creative-commons-nc-line:before { content: "\EBF6"; }
.ri-creative-commons-nd-fill:before { content: "\EBF7"; }
.ri-creative-commons-nd-line:before { content: "\EBF8"; }
.ri-creative-commons-sa-fill:before { content: "\EBF9"; }
.ri-creative-commons-sa-line:before { content: "\EBFA"; }
.ri-creative-commons-zero-fill:before { content: "\EBFB"; }
.ri-creative-commons-zero-line:before { content: "\EBFC"; }
.ri-criminal-fill:before { content: "\EBFD"; }
.ri-criminal-line:before { content: "\EBFE"; }
.ri-crop-2-fill:before { content: "\EBFF"; }
.ri-crop-2-line:before { content: "\EC00"; }
.ri-crop-fill:before { content: "\EC01"; }
.ri-crop-line:before { content: "\EC02"; }
.ri-css3-fill:before { content: "\EC03"; }
.ri-css3-line:before { content: "\EC04"; }
.ri-cup-fill:before { content: "\EC05"; }
.ri-cup-line:before { content: "\EC06"; }
.ri-currency-fill:before { content: "\EC07"; }
.ri-currency-line:before { content: "\EC08"; }
.ri-cursor-fill:before { content: "\EC09"; }
.ri-cursor-line:before { content: "\EC0A"; }
.ri-customer-service-2-fill:before { content: "\EC0B"; }
.ri-customer-service-2-line:before { content: "\EC0C"; }
.ri-customer-service-fill:before { content: "\EC0D"; }
.ri-customer-service-line:before { content: "\EC0E"; }
.ri-dashboard-2-fill:before { content: "\EC0F"; }
.ri-dashboard-2-line:before { content: "\EC10"; }
.ri-dashboard-3-fill:before { content: "\EC11"; }
.ri-dashboard-3-line:before { content: "\EC12"; }
.ri-dashboard-fill:before { content: "\EC13"; }
.ri-dashboard-line:before { content: "\EC14"; }
.ri-database-2-fill:before { content: "\EC15"; }
.ri-database-2-line:before { content: "\EC16"; }
.ri-database-fill:before { content: "\EC17"; }
.ri-database-line:before { content: "\EC18"; }
.ri-delete-back-2-fill:before { content: "\EC19"; }
.ri-delete-back-2-line:before { content: "\EC1A"; }
.ri-delete-back-fill:before { content: "\EC1B"; }
.ri-delete-back-line:before { content: "\EC1C"; }
.ri-delete-bin-2-fill:before { content: "\EC1D"; }
.ri-delete-bin-2-line:before { content: "\EC1E"; }
.ri-delete-bin-3-fill:before { content: "\EC1F"; }
.ri-delete-bin-3-line:before { content: "\EC20"; }
.ri-delete-bin-4-fill:before { content: "\EC21"; }
.ri-delete-bin-4-line:before { content: "\EC22"; }
.ri-delete-bin-5-fill:before { content: "\EC23"; }
.ri-delete-bin-5-line:before { content: "\EC24"; }
.ri-delete-bin-6-fill:before { content: "\EC25"; }
.ri-delete-bin-6-line:before { content: "\EC26"; }
.ri-delete-bin-7-fill:before { content: "\EC27"; }
.ri-delete-bin-7-line:before { content: "\EC28"; }
.ri-delete-bin-fill:before { content: "\EC29"; }
.ri-delete-bin-line:before { content: "\EC2A"; }
.ri-delete-column:before { content: "\EC2B"; }
.ri-delete-row:before { content: "\EC2C"; }
.ri-device-fill:before { content: "\EC2D"; }
.ri-device-line:before { content: "\EC2E"; }
.ri-device-recover-fill:before { content: "\EC2F"; }
.ri-device-recover-line:before { content: "\EC30"; }
.ri-dingding-fill:before { content: "\EC31"; }
.ri-dingding-line:before { content: "\EC32"; }
.ri-direction-fill:before { content: "\EC33"; }
.ri-direction-line:before { content: "\EC34"; }
.ri-disc-fill:before { content: "\EC35"; }
.ri-disc-line:before { content: "\EC36"; }
.ri-discord-fill:before { content: "\EC37"; }
.ri-discord-line:before { content: "\EC38"; }
.ri-discuss-fill:before { content: "\EC39"; }
.ri-discuss-line:before { content: "\EC3A"; }
.ri-dislike-fill:before { content: "\EC3B"; }
.ri-dislike-line:before { content: "\EC3C"; }
.ri-disqus-fill:before { content: "\EC3D"; }
.ri-disqus-line:before { content: "\EC3E"; }
.ri-divide-fill:before { content: "\EC3F"; }
.ri-divide-line:before { content: "\EC40"; }
.ri-donut-chart-fill:before { content: "\EC41"; }
.ri-donut-chart-line:before { content: "\EC42"; }
.ri-door-closed-fill:before { content: "\EC43"; }
.ri-door-closed-line:before { content: "\EC44"; }
.ri-door-fill:before { content: "\EC45"; }
.ri-door-line:before { content: "\EC46"; }
.ri-door-lock-box-fill:before { content: "\EC47"; }
.ri-door-lock-box-line:before { content: "\EC48"; }
.ri-door-lock-fill:before { content: "\EC49"; }
.ri-door-lock-line:before { content: "\EC4A"; }
.ri-door-open-fill:before { content: "\EC4B"; }
.ri-door-open-line:before { content: "\EC4C"; }
.ri-dossier-fill:before { content: "\EC4D"; }
.ri-dossier-line:before { content: "\EC4E"; }
.ri-douban-fill:before { content: "\EC4F"; }
.ri-douban-line:before { content: "\EC50"; }
.ri-double-quotes-l:before { content: "\EC51"; }
.ri-double-quotes-r:before { content: "\EC52"; }
.ri-download-2-fill:before { content: "\EC53"; }
.ri-download-2-line:before { content: "\EC54"; }
.ri-download-cloud-2-fill:before { content: "\EC55"; }
.ri-download-cloud-2-line:before { content: "\EC56"; }
.ri-download-cloud-fill:before { content: "\EC57"; }
.ri-download-cloud-line:before { content: "\EC58"; }
.ri-download-fill:before { content: "\EC59"; }
.ri-download-line:before { content: "\EC5A"; }
.ri-draft-fill:before { content: "\EC5B"; }
.ri-draft-line:before { content: "\EC5C"; }
.ri-drag-drop-fill:before { content: "\EC5D"; }
.ri-drag-drop-line:before { content: "\EC5E"; }
.ri-drag-move-2-fill:before { content: "\EC5F"; }
.ri-drag-move-2-line:before { content: "\EC60"; }
.ri-drag-move-fill:before { content: "\EC61"; }
.ri-drag-move-line:before { content: "\EC62"; }
.ri-dribbble-fill:before { content: "\EC63"; }
.ri-dribbble-line:before { content: "\EC64"; }
.ri-drive-fill:before { content: "\EC65"; }
.ri-drive-line:before { content: "\EC66"; }
.ri-drizzle-fill:before { content: "\EC67"; }
.ri-drizzle-line:before { content: "\EC68"; }
.ri-drop-fill:before { content: "\EC69"; }
.ri-drop-line:before { content: "\EC6A"; }
.ri-dropbox-fill:before { content: "\EC6B"; }
.ri-dropbox-line:before { content: "\EC6C"; }
.ri-dual-sim-1-fill:before { content: "\EC6D"; }
.ri-dual-sim-1-line:before { content: "\EC6E"; }
.ri-dual-sim-2-fill:before { content: "\EC6F"; }
.ri-dual-sim-2-line:before { content: "\EC70"; }
.ri-dv-fill:before { content: "\EC71"; }
.ri-dv-line:before { content: "\EC72"; }
.ri-dvd-fill:before { content: "\EC73"; }
.ri-dvd-line:before { content: "\EC74"; }
.ri-e-bike-2-fill:before { content: "\EC75"; }
.ri-e-bike-2-line:before { content: "\EC76"; }
.ri-e-bike-fill:before { content: "\EC77"; }
.ri-e-bike-line:before { content: "\EC78"; }
.ri-earth-fill:before { content: "\EC79"; }
.ri-earth-line:before { content: "\EC7A"; }
.ri-earthquake-fill:before { content: "\EC7B"; }
.ri-earthquake-line:before { content: "\EC7C"; }
.ri-edge-fill:before { content: "\EC7D"; }
.ri-edge-line:before { content: "\EC7E"; }
.ri-edit-2-fill:before { content: "\EC7F"; }
.ri-edit-2-line:before { content: "\EC80"; }
.ri-edit-box-fill:before { content: "\EC81"; }
.ri-edit-box-line:before { content: "\EC82"; }
.ri-edit-circle-fill:before { content: "\EC83"; }
.ri-edit-circle-line:before { content: "\EC84"; }
.ri-edit-fill:before { content: "\EC85"; }
.ri-edit-line:before { content: "\EC86"; }
.ri-eject-fill:before { content: "\EC87"; }
.ri-eject-line:before { content: "\EC88"; }
.ri-emotion-2-fill:before { content: "\EC89"; }
.ri-emotion-2-line:before { content: "\EC8A"; }
.ri-emotion-fill:before { content: "\EC8B"; }
.ri-emotion-happy-fill:before { content: "\EC8C"; }
.ri-emotion-happy-line:before { content: "\EC8D"; }
.ri-emotion-laugh-fill:before { content: "\EC8E"; }
.ri-emotion-laugh-line:before { content: "\EC8F"; }
.ri-emotion-line:before { content: "\EC90"; }
.ri-emotion-normal-fill:before { content: "\EC91"; }
.ri-emotion-normal-line:before { content: "\EC92"; }
.ri-emotion-sad-fill:before { content: "\EC93"; }
.ri-emotion-sad-line:before { content: "\EC94"; }
.ri-emotion-unhappy-fill:before { content: "\EC95"; }
.ri-emotion-unhappy-line:before { content: "\EC96"; }
.ri-empathize-fill:before { content: "\EC97"; }
.ri-empathize-line:before { content: "\EC98"; }
.ri-emphasis-cn:before { content: "\EC99"; }
.ri-emphasis:before { content: "\EC9A"; }
.ri-english-input:before { content: "\EC9B"; }
.ri-equalizer-fill:before { content: "\EC9C"; }
.ri-equalizer-line:before { content: "\EC9D"; }
.ri-eraser-fill:before { content: "\EC9E"; }
.ri-eraser-line:before { content: "\EC9F"; }
.ri-error-warning-fill:before { content: "\ECA0"; }
.ri-error-warning-line:before { content: "\ECA1"; }
.ri-evernote-fill:before { content: "\ECA2"; }
.ri-evernote-line:before { content: "\ECA3"; }
.ri-exchange-box-fill:before { content: "\ECA4"; }
.ri-exchange-box-line:before { content: "\ECA5"; }
.ri-exchange-cny-fill:before { content: "\ECA6"; }
.ri-exchange-cny-line:before { content: "\ECA7"; }
.ri-exchange-dollar-fill:before { content: "\ECA8"; }
.ri-exchange-dollar-line:before { content: "\ECA9"; }
.ri-exchange-fill:before { content: "\ECAA"; }
.ri-exchange-funds-fill:before { content: "\ECAB"; }
.ri-exchange-funds-line:before { content: "\ECAC"; }
.ri-exchange-line:before { content: "\ECAD"; }
.ri-external-link-fill:before { content: "\ECAE"; }
.ri-external-link-line:before { content: "\ECAF"; }
.ri-eye-2-fill:before { content: "\ECB0"; }
.ri-eye-2-line:before { content: "\ECB1"; }
.ri-eye-close-fill:before { content: "\ECB2"; }
.ri-eye-close-line:before { content: "\ECB3"; }
.ri-eye-fill:before { content: "\ECB4"; }
.ri-eye-line:before { content: "\ECB5"; }
.ri-eye-off-fill:before { content: "\ECB6"; }
.ri-eye-off-line:before { content: "\ECB7"; }
.ri-facebook-box-fill:before { content: "\ECB8"; }
.ri-facebook-box-line:before { content: "\ECB9"; }
.ri-facebook-circle-fill:before { content: "\ECBA"; }
.ri-facebook-circle-line:before { content: "\ECBB"; }
.ri-facebook-fill:before { content: "\ECBC"; }
.ri-facebook-line:before { content: "\ECBD"; }
.ri-fahrenheit-fill:before { content: "\ECBE"; }
.ri-fahrenheit-line:before { content: "\ECBF"; }
.ri-feedback-fill:before { content: "\ECC0"; }
.ri-feedback-line:before { content: "\ECC1"; }
.ri-file-2-fill:before { content: "\ECC2"; }
.ri-file-2-line:before { content: "\ECC3"; }
.ri-file-3-fill:before { content: "\ECC4"; }
.ri-file-3-line:before { content: "\ECC5"; }
.ri-file-4-fill:before { content: "\ECC6"; }
.ri-file-4-line:before { content: "\ECC7"; }
.ri-file-add-fill:before { content: "\ECC8"; }
.ri-file-add-line:before { content: "\ECC9"; }
.ri-file-chart-2-fill:before { content: "\ECCA"; }
.ri-file-chart-2-line:before { content: "\ECCB"; }
.ri-file-chart-fill:before { content: "\ECCC"; }
.ri-file-chart-line:before { content: "\ECCD"; }
.ri-file-cloud-fill:before { content: "\ECCE"; }
.ri-file-cloud-line:before { content: "\ECCF"; }
.ri-file-code-fill:before { content: "\ECD0"; }
.ri-file-code-line:before { content: "\ECD1"; }
.ri-file-copy-2-fill:before { content: "\ECD2"; }
.ri-file-copy-2-line:before { content: "\ECD3"; }
.ri-file-copy-fill:before { content: "\ECD4"; }
.ri-file-copy-line:before { content: "\ECD5"; }
.ri-file-damage-fill:before { content: "\ECD6"; }
.ri-file-damage-line:before { content: "\ECD7"; }
.ri-file-download-fill:before { content: "\ECD8"; }
.ri-file-download-line:before { content: "\ECD9"; }
.ri-file-edit-fill:before { content: "\ECDA"; }
.ri-file-edit-line:before { content: "\ECDB"; }
.ri-file-excel-2-fill:before { content: "\ECDC"; }
.ri-file-excel-2-line:before { content: "\ECDD"; }
.ri-file-excel-fill:before { content: "\ECDE"; }
.ri-file-excel-line:before { content: "\ECDF"; }
.ri-file-fill:before { content: "\ECE0"; }
.ri-file-forbid-fill:before { content: "\ECE1"; }
.ri-file-forbid-line:before { content: "\ECE2"; }
.ri-file-gif-fill:before { content: "\ECE3"; }
.ri-file-gif-line:before { content: "\ECE4"; }
.ri-file-history-fill:before { content: "\ECE5"; }
.ri-file-history-line:before { content: "\ECE6"; }
.ri-file-hwp-fill:before { content: "\ECE7"; }
.ri-file-hwp-line:before { content: "\ECE8"; }
.ri-file-info-fill:before { content: "\ECE9"; }
.ri-file-info-line:before { content: "\ECEA"; }
.ri-file-line:before { content: "\ECEB"; }
.ri-file-list-2-fill:before { content: "\ECEC"; }
.ri-file-list-2-line:before { content: "\ECED"; }
.ri-file-list-3-fill:before { content: "\ECEE"; }
.ri-file-list-3-line:before { content: "\ECEF"; }
.ri-file-list-fill:before { content: "\ECF0"; }
.ri-file-list-line:before { content: "\ECF1"; }
.ri-file-lock-fill:before { content: "\ECF2"; }
.ri-file-lock-line:before { content: "\ECF3"; }
.ri-file-marked-fill:before { content: "\ECF4"; }
.ri-file-marked-line:before { content: "\ECF5"; }
.ri-file-music-fill:before { content: "\ECF6"; }
.ri-file-music-line:before { content: "\ECF7"; }
.ri-file-paper-2-fill:before { content: "\ECF8"; }
.ri-file-paper-2-line:before { content: "\ECF9"; }
.ri-file-paper-fill:before { content: "\ECFA"; }
.ri-file-paper-line:before { content: "\ECFB"; }
.ri-file-pdf-fill:before { content: "\ECFC"; }
.ri-file-pdf-line:before { content: "\ECFD"; }
.ri-file-ppt-2-fill:before { content: "\ECFE"; }
.ri-file-ppt-2-line:before { content: "\ECFF"; }
.ri-file-ppt-fill:before { content: "\ED00"; }
.ri-file-ppt-line:before { content: "\ED01"; }
.ri-file-reduce-fill:before { content: "\ED02"; }
.ri-file-reduce-line:before { content: "\ED03"; }
.ri-file-search-fill:before { content: "\ED04"; }
.ri-file-search-line:before { content: "\ED05"; }
.ri-file-settings-fill:before { content: "\ED06"; }
.ri-file-settings-line:before { content: "\ED07"; }
.ri-file-shield-2-fill:before { content: "\ED08"; }
.ri-file-shield-2-line:before { content: "\ED09"; }
.ri-file-shield-fill:before { content: "\ED0A"; }
.ri-file-shield-line:before { content: "\ED0B"; }
.ri-file-shred-fill:before { content: "\ED0C"; }
.ri-file-shred-line:before { content: "\ED0D"; }
.ri-file-text-fill:before { content: "\ED0E"; }
.ri-file-text-line:before { content: "\ED0F"; }
.ri-file-transfer-fill:before { content: "\ED10"; }
.ri-file-transfer-line:before { content: "\ED11"; }
.ri-file-unknow-fill:before { content: "\ED12"; }
.ri-file-unknow-line:before { content: "\ED13"; }
.ri-file-upload-fill:before { content: "\ED14"; }
.ri-file-upload-line:before { content: "\ED15"; }
.ri-file-user-fill:before { content: "\ED16"; }
.ri-file-user-line:before { content: "\ED17"; }
.ri-file-warning-fill:before { content: "\ED18"; }
.ri-file-warning-line:before { content: "\ED19"; }
.ri-file-word-2-fill:before { content: "\ED1A"; }
.ri-file-word-2-line:before { content: "\ED1B"; }
.ri-file-word-fill:before { content: "\ED1C"; }
.ri-file-word-line:before { content: "\ED1D"; }
.ri-file-zip-fill:before { content: "\ED1E"; }
.ri-file-zip-line:before { content: "\ED1F"; }
.ri-film-fill:before { content: "\ED20"; }
.ri-film-line:before { content: "\ED21"; }
.ri-filter-2-fill:before { content: "\ED22"; }
.ri-filter-2-line:before { content: "\ED23"; }
.ri-filter-3-fill:before { content: "\ED24"; }
.ri-filter-3-line:before { content: "\ED25"; }
.ri-filter-fill:before { content: "\ED26"; }
.ri-filter-line:before { content: "\ED27"; }
.ri-filter-off-fill:before { content: "\ED28"; }
.ri-filter-off-line:before { content: "\ED29"; }
.ri-find-replace-fill:before { content: "\ED2A"; }
.ri-find-replace-line:before { content: "\ED2B"; }
.ri-finder-fill:before { content: "\ED2C"; }
.ri-finder-line:before { content: "\ED2D"; }
.ri-fingerprint-2-fill:before { content: "\ED2E"; }
.ri-fingerprint-2-line:before { content: "\ED2F"; }
.ri-fingerprint-fill:before { content: "\ED30"; }
.ri-fingerprint-line:before { content: "\ED31"; }
.ri-fire-fill:before { content: "\ED32"; }
.ri-fire-line:before { content: "\ED33"; }
.ri-firefox-fill:before { content: "\ED34"; }
.ri-firefox-line:before { content: "\ED35"; }
.ri-first-aid-kit-fill:before { content: "\ED36"; }
.ri-first-aid-kit-line:before { content: "\ED37"; }
.ri-flag-2-fill:before { content: "\ED38"; }
.ri-flag-2-line:before { content: "\ED39"; }
.ri-flag-fill:before { content: "\ED3A"; }
.ri-flag-line:before { content: "\ED3B"; }
.ri-flashlight-fill:before { content: "\ED3C"; }
.ri-flashlight-line:before { content: "\ED3D"; }
.ri-flask-fill:before { content: "\ED3E"; }
.ri-flask-line:before { content: "\ED3F"; }
.ri-flight-land-fill:before { content: "\ED40"; }
.ri-flight-land-line:before { content: "\ED41"; }
.ri-flight-takeoff-fill:before { content: "\ED42"; }
.ri-flight-takeoff-line:before { content: "\ED43"; }
.ri-flood-fill:before { content: "\ED44"; }
.ri-flood-line:before { content: "\ED45"; }
.ri-flow-chart:before { content: "\ED46"; }
.ri-flutter-fill:before { content: "\ED47"; }
.ri-flutter-line:before { content: "\ED48"; }
.ri-focus-2-fill:before { content: "\ED49"; }
.ri-focus-2-line:before { content: "\ED4A"; }
.ri-focus-3-fill:before { content: "\ED4B"; }
.ri-focus-3-line:before { content: "\ED4C"; }
.ri-focus-fill:before { content: "\ED4D"; }
.ri-focus-line:before { content: "\ED4E"; }
.ri-foggy-fill:before { content: "\ED4F"; }
.ri-foggy-line:before { content: "\ED50"; }
.ri-folder-2-fill:before { content: "\ED51"; }
.ri-folder-2-line:before { content: "\ED52"; }
.ri-folder-3-fill:before { content: "\ED53"; }
.ri-folder-3-line:before { content: "\ED54"; }
.ri-folder-4-fill:before { content: "\ED55"; }
.ri-folder-4-line:before { content: "\ED56"; }
.ri-folder-5-fill:before { content: "\ED57"; }
.ri-folder-5-line:before { content: "\ED58"; }
.ri-folder-add-fill:before { content: "\ED59"; }
.ri-folder-add-line:before { content: "\ED5A"; }
.ri-folder-chart-2-fill:before { content: "\ED5B"; }
.ri-folder-chart-2-line:before { content: "\ED5C"; }
.ri-folder-chart-fill:before { content: "\ED5D"; }
.ri-folder-chart-line:before { content: "\ED5E"; }
.ri-folder-download-fill:before { content: "\ED5F"; }
.ri-folder-download-line:before { content: "\ED60"; }
.ri-folder-fill:before { content: "\ED61"; }
.ri-folder-forbid-fill:before { content: "\ED62"; }
.ri-folder-forbid-line:before { content: "\ED63"; }
.ri-folder-history-fill:before { content: "\ED64"; }
.ri-folder-history-line:before { content: "\ED65"; }
.ri-folder-info-fill:before { content: "\ED66"; }
.ri-folder-info-line:before { content: "\ED67"; }
.ri-folder-keyhole-fill:before { content: "\ED68"; }
.ri-folder-keyhole-line:before { content: "\ED69"; }
.ri-folder-line:before { content: "\ED6A"; }
.ri-folder-lock-fill:before { content: "\ED6B"; }
.ri-folder-lock-line:before { content: "\ED6C"; }
.ri-folder-music-fill:before { content: "\ED6D"; }
.ri-folder-music-line:before { content: "\ED6E"; }
.ri-folder-open-fill:before { content: "\ED6F"; }
.ri-folder-open-line:before { content: "\ED70"; }
.ri-folder-received-fill:before { content: "\ED71"; }
.ri-folder-received-line:before { content: "\ED72"; }
.ri-folder-reduce-fill:before { content: "\ED73"; }
.ri-folder-reduce-line:before { content: "\ED74"; }
.ri-folder-settings-fill:before { content: "\ED75"; }
.ri-folder-settings-line:before { content: "\ED76"; }
.ri-folder-shared-fill:before { content: "\ED77"; }
.ri-folder-shared-line:before { content: "\ED78"; }
.ri-folder-shield-2-fill:before { content: "\ED79"; }
.ri-folder-shield-2-line:before { content: "\ED7A"; }
.ri-folder-shield-fill:before { content: "\ED7B"; }
.ri-folder-shield-line:before { content: "\ED7C"; }
.ri-folder-transfer-fill:before { content: "\ED7D"; }
.ri-folder-transfer-line:before { content: "\ED7E"; }
.ri-folder-unknow-fill:before { content: "\ED7F"; }
.ri-folder-unknow-line:before { content: "\ED80"; }
.ri-folder-upload-fill:before { content: "\ED81"; }
.ri-folder-upload-line:before { content: "\ED82"; }
.ri-folder-user-fill:before { content: "\ED83"; }
.ri-folder-user-line:before { content: "\ED84"; }
.ri-folder-warning-fill:before { content: "\ED85"; }
.ri-folder-warning-line:before { content: "\ED86"; }
.ri-folder-zip-fill:before { content: "\ED87"; }
.ri-folder-zip-line:before { content: "\ED88"; }
.ri-folders-fill:before { content: "\ED89"; }
.ri-folders-line:before { content: "\ED8A"; }
.ri-font-color:before { content: "\ED8B"; }
.ri-font-size-2:before { content: "\ED8C"; }
.ri-font-size:before { content: "\ED8D"; }
.ri-football-fill:before { content: "\ED8E"; }
.ri-football-line:before { content: "\ED8F"; }
.ri-footprint-fill:before { content: "\ED90"; }
.ri-footprint-line:before { content: "\ED91"; }
.ri-forbid-2-fill:before { content: "\ED92"; }
.ri-forbid-2-line:before { content: "\ED93"; }
.ri-forbid-fill:before { content: "\ED94"; }
.ri-forbid-line:before { content: "\ED95"; }
.ri-format-clear:before { content: "\ED96"; }
.ri-fridge-fill:before { content: "\ED97"; }
.ri-fridge-line:before { content: "\ED98"; }
.ri-fullscreen-exit-fill:before { content: "\ED99"; }
.ri-fullscreen-exit-line:before { content: "\ED9A"; }
.ri-fullscreen-fill:before { content: "\ED9B"; }
.ri-fullscreen-line:before { content: "\ED9C"; }
.ri-function-fill:before { content: "\ED9D"; }
.ri-function-line:before { content: "\ED9E"; }
.ri-functions:before { content: "\ED9F"; }
.ri-funds-box-fill:before { content: "\EDA0"; }
.ri-funds-box-line:before { content: "\EDA1"; }
.ri-funds-fill:before { content: "\EDA2"; }
.ri-funds-line:before { content: "\EDA3"; }
.ri-gallery-fill:before { content: "\EDA4"; }
.ri-gallery-line:before { content: "\EDA5"; }
.ri-gallery-upload-fill:before { content: "\EDA6"; }
.ri-gallery-upload-line:before { content: "\EDA7"; }
.ri-game-fill:before { content: "\EDA8"; }
.ri-game-line:before { content: "\EDA9"; }
.ri-gamepad-fill:before { content: "\EDAA"; }
.ri-gamepad-line:before { content: "\EDAB"; }
.ri-gas-station-fill:before { content: "\EDAC"; }
.ri-gas-station-line:before { content: "\EDAD"; }
.ri-gatsby-fill:before { content: "\EDAE"; }
.ri-gatsby-line:before { content: "\EDAF"; }
.ri-genderless-fill:before { content: "\EDB0"; }
.ri-genderless-line:before { content: "\EDB1"; }
.ri-ghost-2-fill:before { content: "\EDB2"; }
.ri-ghost-2-line:before { content: "\EDB3"; }
.ri-ghost-fill:before { content: "\EDB4"; }
.ri-ghost-line:before { content: "\EDB5"; }
.ri-ghost-smile-fill:before { content: "\EDB6"; }
.ri-ghost-smile-line:before { content: "\EDB7"; }
.ri-gift-2-fill:before { content: "\EDB8"; }
.ri-gift-2-line:before { content: "\EDB9"; }
.ri-gift-fill:before { content: "\EDBA"; }
.ri-gift-line:before { content: "\EDBB"; }
.ri-git-branch-fill:before { content: "\EDBC"; }
.ri-git-branch-line:before { content: "\EDBD"; }
.ri-git-commit-fill:before { content: "\EDBE"; }
.ri-git-commit-line:before { content: "\EDBF"; }
.ri-git-merge-fill:before { content: "\EDC0"; }
.ri-git-merge-line:before { content: "\EDC1"; }
.ri-git-pull-request-fill:before { content: "\EDC2"; }
.ri-git-pull-request-line:before { content: "\EDC3"; }
.ri-git-repository-commits-fill:before { content: "\EDC4"; }
.ri-git-repository-commits-line:before { content: "\EDC5"; }
.ri-git-repository-fill:before { content: "\EDC6"; }
.ri-git-repository-line:before { content: "\EDC7"; }
.ri-git-repository-private-fill:before { content: "\EDC8"; }
.ri-git-repository-private-line:before { content: "\EDC9"; }
.ri-github-fill:before { content: "\EDCA"; }
.ri-github-line:before { content: "\EDCB"; }
.ri-gitlab-fill:before { content: "\EDCC"; }
.ri-gitlab-line:before { content: "\EDCD"; }
.ri-global-fill:before { content: "\EDCE"; }
.ri-global-line:before { content: "\EDCF"; }
.ri-globe-fill:before { content: "\EDD0"; }
.ri-globe-line:before { content: "\EDD1"; }
.ri-goblet-fill:before { content: "\EDD2"; }
.ri-goblet-line:before { content: "\EDD3"; }
.ri-google-fill:before { content: "\EDD4"; }
.ri-google-line:before { content: "\EDD5"; }
.ri-google-play-fill:before { content: "\EDD6"; }
.ri-google-play-line:before { content: "\EDD7"; }
.ri-government-fill:before { content: "\EDD8"; }
.ri-government-line:before { content: "\EDD9"; }
.ri-gps-fill:before { content: "\EDDA"; }
.ri-gps-line:before { content: "\EDDB"; }
.ri-gradienter-fill:before { content: "\EDDC"; }
.ri-gradienter-line:before { content: "\EDDD"; }
.ri-grid-fill:before { content: "\EDDE"; }
.ri-grid-line:before { content: "\EDDF"; }
.ri-group-2-fill:before { content: "\EDE0"; }
.ri-group-2-line:before { content: "\EDE1"; }
.ri-group-fill:before { content: "\EDE2"; }
.ri-group-line:before { content: "\EDE3"; }
.ri-guide-fill:before { content: "\EDE4"; }
.ri-guide-line:before { content: "\EDE5"; }
.ri-h-1:before { content: "\EDE6"; }
.ri-h-2:before { content: "\EDE7"; }
.ri-h-3:before { content: "\EDE8"; }
.ri-h-4:before { content: "\EDE9"; }
.ri-h-5:before { content: "\EDEA"; }
.ri-h-6:before { content: "\EDEB"; }
.ri-hail-fill:before { content: "\EDEC"; }
.ri-hail-line:before { content: "\EDED"; }
.ri-hammer-fill:before { content: "\EDEE"; }
.ri-hammer-line:before { content: "\EDEF"; }
.ri-hand-coin-fill:before { content: "\EDF0"; }
.ri-hand-coin-line:before { content: "\EDF1"; }
.ri-hand-heart-fill:before { content: "\EDF2"; }
.ri-hand-heart-line:before { content: "\EDF3"; }
.ri-hand-sanitizer-fill:before { content: "\EDF4"; }
.ri-hand-sanitizer-line:before { content: "\EDF5"; }
.ri-handbag-fill:before { content: "\EDF6"; }
.ri-handbag-line:before { content: "\EDF7"; }
.ri-hard-drive-2-fill:before { content: "\EDF8"; }
.ri-hard-drive-2-line:before { content: "\EDF9"; }
.ri-hard-drive-fill:before { content: "\EDFA"; }
.ri-hard-drive-line:before { content: "\EDFB"; }
.ri-hashtag:before { content: "\EDFC"; }
.ri-haze-2-fill:before { content: "\EDFD"; }
.ri-haze-2-line:before { content: "\EDFE"; }
.ri-haze-fill:before { content: "\EDFF"; }
.ri-haze-line:before { content: "\EE00"; }
.ri-hd-fill:before { content: "\EE01"; }
.ri-hd-line:before { content: "\EE02"; }
.ri-heading:before { content: "\EE03"; }
.ri-headphone-fill:before { content: "\EE04"; }
.ri-headphone-line:before { content: "\EE05"; }
.ri-health-book-fill:before { content: "\EE06"; }
.ri-health-book-line:before { content: "\EE07"; }
.ri-heart-2-fill:before { content: "\EE08"; }
.ri-heart-2-line:before { content: "\EE09"; }
.ri-heart-3-fill:before { content: "\EE0A"; }
.ri-heart-3-line:before { content: "\EE0B"; }
.ri-heart-add-fill:before { content: "\EE0C"; }
.ri-heart-add-line:before { content: "\EE0D"; }
.ri-heart-fill:before { content: "\EE0E"; }
.ri-heart-line:before { content: "\EE0F"; }
.ri-heart-pulse-fill:before { content: "\EE10"; }
.ri-heart-pulse-line:before { content: "\EE11"; }
.ri-hearts-fill:before { content: "\EE12"; }
.ri-hearts-line:before { content: "\EE13"; }
.ri-heavy-showers-fill:before { content: "\EE14"; }
.ri-heavy-showers-line:before { content: "\EE15"; }
.ri-history-fill:before { content: "\EE16"; }
.ri-history-line:before { content: "\EE17"; }
.ri-home-2-fill:before { content: "\EE18"; }
.ri-home-2-line:before { content: "\EE19"; }
.ri-home-3-fill:before { content: "\EE1A"; }
.ri-home-3-line:before { content: "\EE1B"; }
.ri-home-4-fill:before { content: "\EE1C"; }
.ri-home-4-line:before { content: "\EE1D"; }
.ri-home-5-fill:before { content: "\EE1E"; }
.ri-home-5-line:before { content: "\EE1F"; }
.ri-home-6-fill:before { content: "\EE20"; }
.ri-home-6-line:before { content: "\EE21"; }
.ri-home-7-fill:before { content: "\EE22"; }
.ri-home-7-line:before { content: "\EE23"; }
.ri-home-8-fill:before { content: "\EE24"; }
.ri-home-8-line:before { content: "\EE25"; }
.ri-home-fill:before { content: "\EE26"; }
.ri-home-gear-fill:before { content: "\EE27"; }
.ri-home-gear-line:before { content: "\EE28"; }
.ri-home-heart-fill:before { content: "\EE29"; }
.ri-home-heart-line:before { content: "\EE2A"; }
.ri-home-line:before { content: "\EE2B"; }
.ri-home-smile-2-fill:before { content: "\EE2C"; }
.ri-home-smile-2-line:before { content: "\EE2D"; }
.ri-home-smile-fill:before { content: "\EE2E"; }
.ri-home-smile-line:before { content: "\EE2F"; }
.ri-home-wifi-fill:before { content: "\EE30"; }
.ri-home-wifi-line:before { content: "\EE31"; }
.ri-honor-of-kings-fill:before { content: "\EE32"; }
.ri-honor-of-kings-line:before { content: "\EE33"; }
.ri-honour-fill:before { content: "\EE34"; }
.ri-honour-line:before { content: "\EE35"; }
.ri-hospital-fill:before { content: "\EE36"; }
.ri-hospital-line:before { content: "\EE37"; }
.ri-hotel-bed-fill:before { content: "\EE38"; }
.ri-hotel-bed-line:before { content: "\EE39"; }
.ri-hotel-fill:before { content: "\EE3A"; }
.ri-hotel-line:before { content: "\EE3B"; }
.ri-hotspot-fill:before { content: "\EE3C"; }
.ri-hotspot-line:before { content: "\EE3D"; }
.ri-hq-fill:before { content: "\EE3E"; }
.ri-hq-line:before { content: "\EE3F"; }
.ri-html5-fill:before { content: "\EE40"; }
.ri-html5-line:before { content: "\EE41"; }
.ri-ie-fill:before { content: "\EE42"; }
.ri-ie-line:before { content: "\EE43"; }
.ri-image-2-fill:before { content: "\EE44"; }
.ri-image-2-line:before { content: "\EE45"; }
.ri-image-add-fill:before { content: "\EE46"; }
.ri-image-add-line:before { content: "\EE47"; }
.ri-image-edit-fill:before { content: "\EE48"; }
.ri-image-edit-line:before { content: "\EE49"; }
.ri-image-fill:before { content: "\EE4A"; }
.ri-image-line:before { content: "\EE4B"; }
.ri-inbox-archive-fill:before { content: "\EE4C"; }
.ri-inbox-archive-line:before { content: "\EE4D"; }
.ri-inbox-fill:before { content: "\EE4E"; }
.ri-inbox-line:before { content: "\EE4F"; }
.ri-inbox-unarchive-fill:before { content: "\EE50"; }
.ri-inbox-unarchive-line:before { content: "\EE51"; }
.ri-increase-decrease-fill:before { content: "\EE52"; }
.ri-increase-decrease-line:before { content: "\EE53"; }
.ri-indent-decrease:before { content: "\EE54"; }
.ri-indent-increase:before { content: "\EE55"; }
.ri-indeterminate-circle-fill:before { content: "\EE56"; }
.ri-indeterminate-circle-line:before { content: "\EE57"; }
.ri-information-fill:before { content: "\EE58"; }
.ri-information-line:before { content: "\EE59"; }
.ri-infrared-thermometer-fill:before { content: "\EE5A"; }
.ri-infrared-thermometer-line:before { content: "\EE5B"; }
.ri-ink-bottle-fill:before { content: "\EE5C"; }
.ri-ink-bottle-line:before { content: "\EE5D"; }
.ri-input-cursor-move:before { content: "\EE5E"; }
.ri-input-method-fill:before { content: "\EE5F"; }
.ri-input-method-line:before { content: "\EE60"; }
.ri-insert-column-left:before { content: "\EE61"; }
.ri-insert-column-right:before { content: "\EE62"; }
.ri-insert-row-bottom:before { content: "\EE63"; }
.ri-insert-row-top:before { content: "\EE64"; }
.ri-instagram-fill:before { content: "\EE65"; }
.ri-instagram-line:before { content: "\EE66"; }
.ri-install-fill:before { content: "\EE67"; }
.ri-install-line:before { content: "\EE68"; }
.ri-invision-fill:before { content: "\EE69"; }
.ri-invision-line:before { content: "\EE6A"; }
.ri-italic:before { content: "\EE6B"; }
.ri-kakao-talk-fill:before { content: "\EE6C"; }
.ri-kakao-talk-line:before { content: "\EE6D"; }
.ri-key-2-fill:before { content: "\EE6E"; }
.ri-key-2-line:before { content: "\EE6F"; }
.ri-key-fill:before { content: "\EE70"; }
.ri-key-line:before { content: "\EE71"; }
.ri-keyboard-box-fill:before { content: "\EE72"; }
.ri-keyboard-box-line:before { content: "\EE73"; }
.ri-keyboard-fill:before { content: "\EE74"; }
.ri-keyboard-line:before { content: "\EE75"; }
.ri-keynote-fill:before { content: "\EE76"; }
.ri-keynote-line:before { content: "\EE77"; }
.ri-knife-blood-fill:before { content: "\EE78"; }
.ri-knife-blood-line:before { content: "\EE79"; }
.ri-knife-fill:before { content: "\EE7A"; }
.ri-knife-line:before { content: "\EE7B"; }
.ri-landscape-fill:before { content: "\EE7C"; }
.ri-landscape-line:before { content: "\EE7D"; }
.ri-layout-2-fill:before { content: "\EE7E"; }
.ri-layout-2-line:before { content: "\EE7F"; }
.ri-layout-3-fill:before { content: "\EE80"; }
.ri-layout-3-line:before { content: "\EE81"; }
.ri-layout-4-fill:before { content: "\EE82"; }
.ri-layout-4-line:before { content: "\EE83"; }
.ri-layout-5-fill:before { content: "\EE84"; }
.ri-layout-5-line:before { content: "\EE85"; }
.ri-layout-6-fill:before { content: "\EE86"; }
.ri-layout-6-line:before { content: "\EE87"; }
.ri-layout-bottom-2-fill:before { content: "\EE88"; }
.ri-layout-bottom-2-line:before { content: "\EE89"; }
.ri-layout-bottom-fill:before { content: "\EE8A"; }
.ri-layout-bottom-line:before { content: "\EE8B"; }
.ri-layout-column-fill:before { content: "\EE8C"; }
.ri-layout-column-line:before { content: "\EE8D"; }
.ri-layout-fill:before { content: "\EE8E"; }
.ri-layout-grid-fill:before { content: "\EE8F"; }
.ri-layout-grid-line:before { content: "\EE90"; }
.ri-layout-left-2-fill:before { content: "\EE91"; }
.ri-layout-left-2-line:before { content: "\EE92"; }
.ri-layout-left-fill:before { content: "\EE93"; }
.ri-layout-left-line:before { content: "\EE94"; }
.ri-layout-line:before { content: "\EE95"; }
.ri-layout-masonry-fill:before { content: "\EE96"; }
.ri-layout-masonry-line:before { content: "\EE97"; }
.ri-layout-right-2-fill:before { content: "\EE98"; }
.ri-layout-right-2-line:before { content: "\EE99"; }
.ri-layout-right-fill:before { content: "\EE9A"; }
.ri-layout-right-line:before { content: "\EE9B"; }
.ri-layout-row-fill:before { content: "\EE9C"; }
.ri-layout-row-line:before { content: "\EE9D"; }
.ri-layout-top-2-fill:before { content: "\EE9E"; }
.ri-layout-top-2-line:before { content: "\EE9F"; }
.ri-layout-top-fill:before { content: "\EEA0"; }
.ri-layout-top-line:before { content: "\EEA1"; }
.ri-leaf-fill:before { content: "\EEA2"; }
.ri-leaf-line:before { content: "\EEA3"; }
.ri-lifebuoy-fill:before { content: "\EEA4"; }
.ri-lifebuoy-line:before { content: "\EEA5"; }
.ri-lightbulb-fill:before { content: "\EEA6"; }
.ri-lightbulb-flash-fill:before { content: "\EEA7"; }
.ri-lightbulb-flash-line:before { content: "\EEA8"; }
.ri-lightbulb-line:before { content: "\EEA9"; }
.ri-line-chart-fill:before { content: "\EEAA"; }
.ri-line-chart-line:before { content: "\EEAB"; }
.ri-line-fill:before { content: "\EEAC"; }
.ri-line-height:before { content: "\EEAD"; }
.ri-line-line:before { content: "\EEAE"; }
.ri-link-m:before { content: "\EEAF"; }
.ri-link-unlink-m:before { content: "\EEB0"; }
.ri-link-unlink:before { content: "\EEB1"; }
.ri-link:before { content: "\EEB2"; }
.ri-linkedin-box-fill:before { content: "\EEB3"; }
.ri-linkedin-box-line:before { content: "\EEB4"; }
.ri-linkedin-fill:before { content: "\EEB5"; }
.ri-linkedin-line:before { content: "\EEB6"; }
.ri-links-fill:before { content: "\EEB7"; }
.ri-links-line:before { content: "\EEB8"; }
.ri-list-check-2:before { content: "\EEB9"; }
.ri-list-check:before { content: "\EEBA"; }
.ri-list-ordered:before { content: "\EEBB"; }
.ri-list-settings-fill:before { content: "\EEBC"; }
.ri-list-settings-line:before { content: "\EEBD"; }
.ri-list-unordered:before { content: "\EEBE"; }
.ri-live-fill:before { content: "\EEBF"; }
.ri-live-line:before { content: "\EEC0"; }
.ri-loader-2-fill:before { content: "\EEC1"; }
.ri-loader-2-line:before { content: "\EEC2"; }
.ri-loader-3-fill:before { content: "\EEC3"; }
.ri-loader-3-line:before { content: "\EEC4"; }
.ri-loader-4-fill:before { content: "\EEC5"; }
.ri-loader-4-line:before { content: "\EEC6"; }
.ri-loader-5-fill:before { content: "\EEC7"; }
.ri-loader-5-line:before { content: "\EEC8"; }
.ri-loader-fill:before { content: "\EEC9"; }
.ri-loader-line:before { content: "\EECA"; }
.ri-lock-2-fill:before { content: "\EECB"; }
.ri-lock-2-line:before { content: "\EECC"; }
.ri-lock-fill:before { content: "\EECD"; }
.ri-lock-line:before { content: "\EECE"; }
.ri-lock-password-fill:before { content: "\EECF"; }
.ri-lock-password-line:before { content: "\EED0"; }
.ri-lock-unlock-fill:before { content: "\EED1"; }
.ri-lock-unlock-line:before { content: "\EED2"; }
.ri-login-box-fill:before { content: "\EED3"; }
.ri-login-box-line:before { content: "\EED4"; }
.ri-login-circle-fill:before { content: "\EED5"; }
.ri-login-circle-line:before { content: "\EED6"; }
.ri-logout-box-fill:before { content: "\EED7"; }
.ri-logout-box-line:before { content: "\EED8"; }
.ri-logout-box-r-fill:before { content: "\EED9"; }
.ri-logout-box-r-line:before { content: "\EEDA"; }
.ri-logout-circle-fill:before { content: "\EEDB"; }
.ri-logout-circle-line:before { content: "\EEDC"; }
.ri-logout-circle-r-fill:before { content: "\EEDD"; }
.ri-logout-circle-r-line:before { content: "\EEDE"; }
.ri-luggage-cart-fill:before { content: "\EEDF"; }
.ri-luggage-cart-line:before { content: "\EEE0"; }
.ri-luggage-deposit-fill:before { content: "\EEE1"; }
.ri-luggage-deposit-line:before { content: "\EEE2"; }
.ri-lungs-fill:before { content: "\EEE3"; }
.ri-lungs-line:before { content: "\EEE4"; }
.ri-mac-fill:before { content: "\EEE5"; }
.ri-mac-line:before { content: "\EEE6"; }
.ri-macbook-fill:before { content: "\EEE7"; }
.ri-macbook-line:before { content: "\EEE8"; }
.ri-magic-fill:before { content: "\EEE9"; }
.ri-magic-line:before { content: "\EEEA"; }
.ri-mail-add-fill:before { content: "\EEEB"; }
.ri-mail-add-line:before { content: "\EEEC"; }
.ri-mail-check-fill:before { content: "\EEED"; }
.ri-mail-check-line:before { content: "\EEEE"; }
.ri-mail-close-fill:before { content: "\EEEF"; }
.ri-mail-close-line:before { content: "\EEF0"; }
.ri-mail-download-fill:before { content: "\EEF1"; }
.ri-mail-download-line:before { content: "\EEF2"; }
.ri-mail-fill:before { content: "\EEF3"; }
.ri-mail-forbid-fill:before { content: "\EEF4"; }
.ri-mail-forbid-line:before { content: "\EEF5"; }
.ri-mail-line:before { content: "\EEF6"; }
.ri-mail-lock-fill:before { content: "\EEF7"; }
.ri-mail-lock-line:before { content: "\EEF8"; }
.ri-mail-open-fill:before { content: "\EEF9"; }
.ri-mail-open-line:before { content: "\EEFA"; }
.ri-mail-send-fill:before { content: "\EEFB"; }
.ri-mail-send-line:before { content: "\EEFC"; }
.ri-mail-settings-fill:before { content: "\EEFD"; }
.ri-mail-settings-line:before { content: "\EEFE"; }
.ri-mail-star-fill:before { content: "\EEFF"; }
.ri-mail-star-line:before { content: "\EF00"; }
.ri-mail-unread-fill:before { content: "\EF01"; }
.ri-mail-unread-line:before { content: "\EF02"; }
.ri-mail-volume-fill:before { content: "\EF03"; }
.ri-mail-volume-line:before { content: "\EF04"; }
.ri-map-2-fill:before { content: "\EF05"; }
.ri-map-2-line:before { content: "\EF06"; }
.ri-map-fill:before { content: "\EF07"; }
.ri-map-line:before { content: "\EF08"; }
.ri-map-pin-2-fill:before { content: "\EF09"; }
.ri-map-pin-2-line:before { content: "\EF0A"; }
.ri-map-pin-3-fill:before { content: "\EF0B"; }
.ri-map-pin-3-line:before { content: "\EF0C"; }
.ri-map-pin-4-fill:before { content: "\EF0D"; }
.ri-map-pin-4-line:before { content: "\EF0E"; }
.ri-map-pin-5-fill:before { content: "\EF0F"; }
.ri-map-pin-5-line:before { content: "\EF10"; }
.ri-map-pin-add-fill:before { content: "\EF11"; }
.ri-map-pin-add-line:before { content: "\EF12"; }
.ri-map-pin-fill:before { content: "\EF13"; }
.ri-map-pin-line:before { content: "\EF14"; }
.ri-map-pin-range-fill:before { content: "\EF15"; }
.ri-map-pin-range-line:before { content: "\EF16"; }
.ri-map-pin-time-fill:before { content: "\EF17"; }
.ri-map-pin-time-line:before { content: "\EF18"; }
.ri-map-pin-user-fill:before { content: "\EF19"; }
.ri-map-pin-user-line:before { content: "\EF1A"; }
.ri-mark-pen-fill:before { content: "\EF1B"; }
.ri-mark-pen-line:before { content: "\EF1C"; }
.ri-markdown-fill:before { content: "\EF1D"; }
.ri-markdown-line:before { content: "\EF1E"; }
.ri-markup-fill:before { content: "\EF1F"; }
.ri-markup-line:before { content: "\EF20"; }
.ri-mastercard-fill:before { content: "\EF21"; }
.ri-mastercard-line:before { content: "\EF22"; }
.ri-mastodon-fill:before { content: "\EF23"; }
.ri-mastodon-line:before { content: "\EF24"; }
.ri-medal-2-fill:before { content: "\EF25"; }
.ri-medal-2-line:before { content: "\EF26"; }
.ri-medal-fill:before { content: "\EF27"; }
.ri-medal-line:before { content: "\EF28"; }
.ri-medicine-bottle-fill:before { content: "\EF29"; }
.ri-medicine-bottle-line:before { content: "\EF2A"; }
.ri-medium-fill:before { content: "\EF2B"; }
.ri-medium-line:before { content: "\EF2C"; }
.ri-men-fill:before { content: "\EF2D"; }
.ri-men-line:before { content: "\EF2E"; }
.ri-mental-health-fill:before { content: "\EF2F"; }
.ri-mental-health-line:before { content: "\EF30"; }
.ri-menu-2-fill:before { content: "\EF31"; }
.ri-menu-2-line:before { content: "\EF32"; }
.ri-menu-3-fill:before { content: "\EF33"; }
.ri-menu-3-line:before { content: "\EF34"; }
.ri-menu-4-fill:before { content: "\EF35"; }
.ri-menu-4-line:before { content: "\EF36"; }
.ri-menu-5-fill:before { content: "\EF37"; }
.ri-menu-5-line:before { content: "\EF38"; }
.ri-menu-add-fill:before { content: "\EF39"; }
.ri-menu-add-line:before { content: "\EF3A"; }
.ri-menu-fill:before { content: "\EF3B"; }
.ri-menu-fold-fill:before { content: "\EF3C"; }
.ri-menu-fold-line:before { content: "\EF3D"; }
.ri-menu-line:before { content: "\EF3E"; }
.ri-menu-unfold-fill:before { content: "\EF3F"; }
.ri-menu-unfold-line:before { content: "\EF40"; }
.ri-merge-cells-horizontal:before { content: "\EF41"; }
.ri-merge-cells-vertical:before { content: "\EF42"; }
.ri-message-2-fill:before { content: "\EF43"; }
.ri-message-2-line:before { content: "\EF44"; }
.ri-message-3-fill:before { content: "\EF45"; }
.ri-message-3-line:before { content: "\EF46"; }
.ri-message-fill:before { content: "\EF47"; }
.ri-message-line:before { content: "\EF48"; }
.ri-messenger-fill:before { content: "\EF49"; }
.ri-messenger-line:before { content: "\EF4A"; }
.ri-meteor-fill:before { content: "\EF4B"; }
.ri-meteor-line:before { content: "\EF4C"; }
.ri-mic-2-fill:before { content: "\EF4D"; }
.ri-mic-2-line:before { content: "\EF4E"; }
.ri-mic-fill:before { content: "\EF4F"; }
.ri-mic-line:before { content: "\EF50"; }
.ri-mic-off-fill:before { content: "\EF51"; }
.ri-mic-off-line:before { content: "\EF52"; }
.ri-mickey-fill:before { content: "\EF53"; }
.ri-mickey-line:before { content: "\EF54"; }
.ri-microscope-fill:before { content: "\EF55"; }
.ri-microscope-line:before { content: "\EF56"; }
.ri-microsoft-fill:before { content: "\EF57"; }
.ri-microsoft-line:before { content: "\EF58"; }
.ri-mind-map:before { content: "\EF59"; }
.ri-mini-program-fill:before { content: "\EF5A"; }
.ri-mini-program-line:before { content: "\EF5B"; }
.ri-mist-fill:before { content: "\EF5C"; }
.ri-mist-line:before { content: "\EF5D"; }
.ri-money-cny-box-fill:before { content: "\EF5E"; }
.ri-money-cny-box-line:before { content: "\EF5F"; }
.ri-money-cny-circle-fill:before { content: "\EF60"; }
.ri-money-cny-circle-line:before { content: "\EF61"; }
.ri-money-dollar-box-fill:before { content: "\EF62"; }
.ri-money-dollar-box-line:before { content: "\EF63"; }
.ri-money-dollar-circle-fill:before { content: "\EF64"; }
.ri-money-dollar-circle-line:before { content: "\EF65"; }
.ri-money-euro-box-fill:before { content: "\EF66"; }
.ri-money-euro-box-line:before { content: "\EF67"; }
.ri-money-euro-circle-fill:before { content: "\EF68"; }
.ri-money-euro-circle-line:before { content: "\EF69"; }
.ri-money-pound-box-fill:before { content: "\EF6A"; }
.ri-money-pound-box-line:before { content: "\EF6B"; }
.ri-money-pound-circle-fill:before { content: "\EF6C"; }
.ri-money-pound-circle-line:before { content: "\EF6D"; }
.ri-moon-clear-fill:before { content: "\EF6E"; }
.ri-moon-clear-line:before { content: "\EF6F"; }
.ri-moon-cloudy-fill:before { content: "\EF70"; }
.ri-moon-cloudy-line:before { content: "\EF71"; }
.ri-moon-fill:before { content: "\EF72"; }
.ri-moon-foggy-fill:before { content: "\EF73"; }
.ri-moon-foggy-line:before { content: "\EF74"; }
.ri-moon-line:before { content: "\EF75"; }
.ri-more-2-fill:before { content: "\EF76"; }
.ri-more-2-line:before { content: "\EF77"; }
.ri-more-fill:before { content: "\EF78"; }
.ri-more-line:before { content: "\EF79"; }
.ri-motorbike-fill:before { content: "\EF7A"; }
.ri-motorbike-line:before { content: "\EF7B"; }
.ri-mouse-fill:before { content: "\EF7C"; }
.ri-mouse-line:before { content: "\EF7D"; }
.ri-movie-2-fill:before { content: "\EF7E"; }
.ri-movie-2-line:before { content: "\EF7F"; }
.ri-movie-fill:before { content: "\EF80"; }
.ri-movie-line:before { content: "\EF81"; }
.ri-music-2-fill:before { content: "\EF82"; }
.ri-music-2-line:before { content: "\EF83"; }
.ri-music-fill:before { content: "\EF84"; }
.ri-music-line:before { content: "\EF85"; }
.ri-mv-fill:before { content: "\EF86"; }
.ri-mv-line:before { content: "\EF87"; }
.ri-navigation-fill:before { content: "\EF88"; }
.ri-navigation-line:before { content: "\EF89"; }
.ri-netease-cloud-music-fill:before { content: "\EF8A"; }
.ri-netease-cloud-music-line:before { content: "\EF8B"; }
.ri-netflix-fill:before { content: "\EF8C"; }
.ri-netflix-line:before { content: "\EF8D"; }
.ri-newspaper-fill:before { content: "\EF8E"; }
.ri-newspaper-line:before { content: "\EF8F"; }
.ri-node-tree:before { content: "\EF90"; }
.ri-notification-2-fill:before { content: "\EF91"; }
.ri-notification-2-line:before { content: "\EF92"; }
.ri-notification-3-fill:before { content: "\EF93"; }
.ri-notification-3-line:before { content: "\EF94"; }
.ri-notification-4-fill:before { content: "\EF95"; }
.ri-notification-4-line:before { content: "\EF96"; }
.ri-notification-badge-fill:before { content: "\EF97"; }
.ri-notification-badge-line:before { content: "\EF98"; }
.ri-notification-fill:before { content: "\EF99"; }
.ri-notification-line:before { content: "\EF9A"; }
.ri-notification-off-fill:before { content: "\EF9B"; }
.ri-notification-off-line:before { content: "\EF9C"; }
.ri-npmjs-fill:before { content: "\EF9D"; }
.ri-npmjs-line:before { content: "\EF9E"; }
.ri-number-0:before { content: "\EF9F"; }
.ri-number-1:before { content: "\EFA0"; }
.ri-number-2:before { content: "\EFA1"; }
.ri-number-3:before { content: "\EFA2"; }
.ri-number-4:before { content: "\EFA3"; }
.ri-number-5:before { content: "\EFA4"; }
.ri-number-6:before { content: "\EFA5"; }
.ri-number-7:before { content: "\EFA6"; }
.ri-number-8:before { content: "\EFA7"; }
.ri-number-9:before { content: "\EFA8"; }
.ri-numbers-fill:before { content: "\EFA9"; }
.ri-numbers-line:before { content: "\EFAA"; }
.ri-nurse-fill:before { content: "\EFAB"; }
.ri-nurse-line:before { content: "\EFAC"; }
.ri-oil-fill:before { content: "\EFAD"; }
.ri-oil-line:before { content: "\EFAE"; }
.ri-omega:before { content: "\EFAF"; }
.ri-open-arm-fill:before { content: "\EFB0"; }
.ri-open-arm-line:before { content: "\EFB1"; }
.ri-open-source-fill:before { content: "\EFB2"; }
.ri-open-source-line:before { content: "\EFB3"; }
.ri-opera-fill:before { content: "\EFB4"; }
.ri-opera-line:before { content: "\EFB5"; }
.ri-order-play-fill:before { content: "\EFB6"; }
.ri-order-play-line:before { content: "\EFB7"; }
.ri-organization-chart:before { content: "\EFB8"; }
.ri-outlet-2-fill:before { content: "\EFB9"; }
.ri-outlet-2-line:before { content: "\EFBA"; }
.ri-outlet-fill:before { content: "\EFBB"; }
.ri-outlet-line:before { content: "\EFBC"; }
.ri-page-separator:before { content: "\EFBD"; }
.ri-pages-fill:before { content: "\EFBE"; }
.ri-pages-line:before { content: "\EFBF"; }
.ri-paint-brush-fill:before { content: "\EFC0"; }
.ri-paint-brush-line:before { content: "\EFC1"; }
.ri-paint-fill:before { content: "\EFC2"; }
.ri-paint-line:before { content: "\EFC3"; }
.ri-palette-fill:before { content: "\EFC4"; }
.ri-palette-line:before { content: "\EFC5"; }
.ri-pantone-fill:before { content: "\EFC6"; }
.ri-pantone-line:before { content: "\EFC7"; }
.ri-paragraph:before { content: "\EFC8"; }
.ri-parent-fill:before { content: "\EFC9"; }
.ri-parent-line:before { content: "\EFCA"; }
.ri-parentheses-fill:before { content: "\EFCB"; }
.ri-parentheses-line:before { content: "\EFCC"; }
.ri-parking-box-fill:before { content: "\EFCD"; }
.ri-parking-box-line:before { content: "\EFCE"; }
.ri-parking-fill:before { content: "\EFCF"; }
.ri-parking-line:before { content: "\EFD0"; }
.ri-passport-fill:before { content: "\EFD1"; }
.ri-passport-line:before { content: "\EFD2"; }
.ri-patreon-fill:before { content: "\EFD3"; }
.ri-patreon-line:before { content: "\EFD4"; }
.ri-pause-circle-fill:before { content: "\EFD5"; }
.ri-pause-circle-line:before { content: "\EFD6"; }
.ri-pause-fill:before { content: "\EFD7"; }
.ri-pause-line:before { content: "\EFD8"; }
.ri-pause-mini-fill:before { content: "\EFD9"; }
.ri-pause-mini-line:before { content: "\EFDA"; }
.ri-paypal-fill:before { content: "\EFDB"; }
.ri-paypal-line:before { content: "\EFDC"; }
.ri-pen-nib-fill:before { content: "\EFDD"; }
.ri-pen-nib-line:before { content: "\EFDE"; }
.ri-pencil-fill:before { content: "\EFDF"; }
.ri-pencil-line:before { content: "\EFE0"; }
.ri-pencil-ruler-2-fill:before { content: "\EFE1"; }
.ri-pencil-ruler-2-line:before { content: "\EFE2"; }
.ri-pencil-ruler-fill:before { content: "\EFE3"; }
.ri-pencil-ruler-line:before { content: "\EFE4"; }
.ri-percent-fill:before { content: "\EFE5"; }
.ri-percent-line:before { content: "\EFE6"; }
.ri-phone-camera-fill:before { content: "\EFE7"; }
.ri-phone-camera-line:before { content: "\EFE8"; }
.ri-phone-fill:before { content: "\EFE9"; }
.ri-phone-find-fill:before { content: "\EFEA"; }
.ri-phone-find-line:before { content: "\EFEB"; }
.ri-phone-line:before { content: "\EFEC"; }
.ri-phone-lock-fill:before { content: "\EFED"; }
.ri-phone-lock-line:before { content: "\EFEE"; }
.ri-picture-in-picture-2-fill:before { content: "\EFEF"; }
.ri-picture-in-picture-2-line:before { content: "\EFF0"; }
.ri-picture-in-picture-exit-fill:before { content: "\EFF1"; }
.ri-picture-in-picture-exit-line:before { content: "\EFF2"; }
.ri-picture-in-picture-fill:before { content: "\EFF3"; }
.ri-picture-in-picture-line:before { content: "\EFF4"; }
.ri-pie-chart-2-fill:before { content: "\EFF5"; }
.ri-pie-chart-2-line:before { content: "\EFF6"; }
.ri-pie-chart-box-fill:before { content: "\EFF7"; }
.ri-pie-chart-box-line:before { content: "\EFF8"; }
.ri-pie-chart-fill:before { content: "\EFF9"; }
.ri-pie-chart-line:before { content: "\EFFA"; }
.ri-pin-distance-fill:before { content: "\EFFB"; }
.ri-pin-distance-line:before { content: "\EFFC"; }
.ri-ping-pong-fill:before { content: "\EFFD"; }
.ri-ping-pong-line:before { content: "\EFFE"; }
.ri-pinterest-fill:before { content: "\EFFF"; }
.ri-pinterest-line:before { content: "\F000"; }
.ri-pinyin-input:before { content: "\F001"; }
.ri-pixelfed-fill:before { content: "\F002"; }
.ri-pixelfed-line:before { content: "\F003"; }
.ri-plane-fill:before { content: "\F004"; }
.ri-plane-line:before { content: "\F005"; }
.ri-plant-fill:before { content: "\F006"; }
.ri-plant-line:before { content: "\F007"; }
.ri-play-circle-fill:before { content: "\F008"; }
.ri-play-circle-line:before { content: "\F009"; }
.ri-play-fill:before { content: "\F00A"; }
.ri-play-line:before { content: "\F00B"; }
.ri-play-list-2-fill:before { content: "\F00C"; }
.ri-play-list-2-line:before { content: "\F00D"; }
.ri-play-list-add-fill:before { content: "\F00E"; }
.ri-play-list-add-line:before { content: "\F00F"; }
.ri-play-list-fill:before { content: "\F010"; }
.ri-play-list-line:before { content: "\F011"; }
.ri-play-mini-fill:before { content: "\F012"; }
.ri-play-mini-line:before { content: "\F013"; }
.ri-playstation-fill:before { content: "\F014"; }
.ri-playstation-line:before { content: "\F015"; }
.ri-plug-2-fill:before { content: "\F016"; }
.ri-plug-2-line:before { content: "\F017"; }
.ri-plug-fill:before { content: "\F018"; }
.ri-plug-line:before { content: "\F019"; }
.ri-polaroid-2-fill:before { content: "\F01A"; }
.ri-polaroid-2-line:before { content: "\F01B"; }
.ri-polaroid-fill:before { content: "\F01C"; }
.ri-polaroid-line:before { content: "\F01D"; }
.ri-police-car-fill:before { content: "\F01E"; }
.ri-police-car-line:before { content: "\F01F"; }
.ri-price-tag-2-fill:before { content: "\F020"; }
.ri-price-tag-2-line:before { content: "\F021"; }
.ri-price-tag-3-fill:before { content: "\F022"; }
.ri-price-tag-3-line:before { content: "\F023"; }
.ri-price-tag-fill:before { content: "\F024"; }
.ri-price-tag-line:before { content: "\F025"; }
.ri-printer-cloud-fill:before { content: "\F026"; }
.ri-printer-cloud-line:before { content: "\F027"; }
.ri-printer-fill:before { content: "\F028"; }
.ri-printer-line:before { content: "\F029"; }
.ri-product-hunt-fill:before { content: "\F02A"; }
.ri-product-hunt-line:before { content: "\F02B"; }
.ri-profile-fill:before { content: "\F02C"; }
.ri-profile-line:before { content: "\F02D"; }
.ri-projector-2-fill:before { content: "\F02E"; }
.ri-projector-2-line:before { content: "\F02F"; }
.ri-projector-fill:before { content: "\F030"; }
.ri-projector-line:before { content: "\F031"; }
.ri-psychotherapy-fill:before { content: "\F032"; }
.ri-psychotherapy-line:before { content: "\F033"; }
.ri-pulse-fill:before { content: "\F034"; }
.ri-pulse-line:before { content: "\F035"; }
.ri-pushpin-2-fill:before { content: "\F036"; }
.ri-pushpin-2-line:before { content: "\F037"; }
.ri-pushpin-fill:before { content: "\F038"; }
.ri-pushpin-line:before { content: "\F039"; }
.ri-qq-fill:before { content: "\F03A"; }
.ri-qq-line:before { content: "\F03B"; }
.ri-qr-code-fill:before { content: "\F03C"; }
.ri-qr-code-line:before { content: "\F03D"; }
.ri-qr-scan-2-fill:before { content: "\F03E"; }
.ri-qr-scan-2-line:before { content: "\F03F"; }
.ri-qr-scan-fill:before { content: "\F040"; }
.ri-qr-scan-line:before { content: "\F041"; }
.ri-question-answer-fill:before { content: "\F042"; }
.ri-question-answer-line:before { content: "\F043"; }
.ri-question-fill:before { content: "\F044"; }
.ri-question-line:before { content: "\F045"; }
.ri-question-mark:before { content: "\F046"; }
.ri-questionnaire-fill:before { content: "\F047"; }
.ri-questionnaire-line:before { content: "\F048"; }
.ri-quill-pen-fill:before { content: "\F049"; }
.ri-quill-pen-line:before { content: "\F04A"; }
.ri-radar-fill:before { content: "\F04B"; }
.ri-radar-line:before { content: "\F04C"; }
.ri-radio-2-fill:before { content: "\F04D"; }
.ri-radio-2-line:before { content: "\F04E"; }
.ri-radio-button-fill:before { content: "\F04F"; }
.ri-radio-button-line:before { content: "\F050"; }
.ri-radio-fill:before { content: "\F051"; }
.ri-radio-line:before { content: "\F052"; }
.ri-rainbow-fill:before { content: "\F053"; }
.ri-rainbow-line:before { content: "\F054"; }
.ri-rainy-fill:before { content: "\F055"; }
.ri-rainy-line:before { content: "\F056"; }
.ri-reactjs-fill:before { content: "\F057"; }
.ri-reactjs-line:before { content: "\F058"; }
.ri-record-circle-fill:before { content: "\F059"; }
.ri-record-circle-line:before { content: "\F05A"; }
.ri-record-mail-fill:before { content: "\F05B"; }
.ri-record-mail-line:before { content: "\F05C"; }
.ri-recycle-fill:before { content: "\F05D"; }
.ri-recycle-line:before { content: "\F05E"; }
.ri-red-packet-fill:before { content: "\F05F"; }
.ri-red-packet-line:before { content: "\F060"; }
.ri-reddit-fill:before { content: "\F061"; }
.ri-reddit-line:before { content: "\F062"; }
.ri-refresh-fill:before { content: "\F063"; }
.ri-refresh-line:before { content: "\F064"; }
.ri-refund-2-fill:before { content: "\F065"; }
.ri-refund-2-line:before { content: "\F066"; }
.ri-refund-fill:before { content: "\F067"; }
.ri-refund-line:before { content: "\F068"; }
.ri-registered-fill:before { content: "\F069"; }
.ri-registered-line:before { content: "\F06A"; }
.ri-remixicon-fill:before { content: "\F06B"; }
.ri-remixicon-line:before { content: "\F06C"; }
.ri-remote-control-2-fill:before { content: "\F06D"; }
.ri-remote-control-2-line:before { content: "\F06E"; }
.ri-remote-control-fill:before { content: "\F06F"; }
.ri-remote-control-line:before { content: "\F070"; }
.ri-repeat-2-fill:before { content: "\F071"; }
.ri-repeat-2-line:before { content: "\F072"; }
.ri-repeat-fill:before { content: "\F073"; }
.ri-repeat-line:before { content: "\F074"; }
.ri-repeat-one-fill:before { content: "\F075"; }
.ri-repeat-one-line:before { content: "\F076"; }
.ri-reply-all-fill:before { content: "\F077"; }
.ri-reply-all-line:before { content: "\F078"; }
.ri-reply-fill:before { content: "\F079"; }
.ri-reply-line:before { content: "\F07A"; }
.ri-reserved-fill:before { content: "\F07B"; }
.ri-reserved-line:before { content: "\F07C"; }
.ri-rest-time-fill:before { content: "\F07D"; }
.ri-rest-time-line:before { content: "\F07E"; }
.ri-restart-fill:before { content: "\F07F"; }
.ri-restart-line:before { content: "\F080"; }
.ri-restaurant-2-fill:before { content: "\F081"; }
.ri-restaurant-2-line:before { content: "\F082"; }
.ri-restaurant-fill:before { content: "\F083"; }
.ri-restaurant-line:before { content: "\F084"; }
.ri-rewind-fill:before { content: "\F085"; }
.ri-rewind-line:before { content: "\F086"; }
.ri-rewind-mini-fill:before { content: "\F087"; }
.ri-rewind-mini-line:before { content: "\F088"; }
.ri-rhythm-fill:before { content: "\F089"; }
.ri-rhythm-line:before { content: "\F08A"; }
.ri-riding-fill:before { content: "\F08B"; }
.ri-riding-line:before { content: "\F08C"; }
.ri-road-map-fill:before { content: "\F08D"; }
.ri-road-map-line:before { content: "\F08E"; }
.ri-roadster-fill:before { content: "\F08F"; }
.ri-roadster-line:before { content: "\F090"; }
.ri-robot-fill:before { content: "\F091"; }
.ri-robot-line:before { content: "\F092"; }
.ri-rocket-2-fill:before { content: "\F093"; }
.ri-rocket-2-line:before { content: "\F094"; }
.ri-rocket-fill:before { content: "\F095"; }
.ri-rocket-line:before { content: "\F096"; }
.ri-rotate-lock-fill:before { content: "\F097"; }
.ri-rotate-lock-line:before { content: "\F098"; }
.ri-rounded-corner:before { content: "\F099"; }
.ri-route-fill:before { content: "\F09A"; }
.ri-route-line:before { content: "\F09B"; }
.ri-router-fill:before { content: "\F09C"; }
.ri-router-line:before { content: "\F09D"; }
.ri-rss-fill:before { content: "\F09E"; }
.ri-rss-line:before { content: "\F09F"; }
.ri-ruler-2-fill:before { content: "\F0A0"; }
.ri-ruler-2-line:before { content: "\F0A1"; }
.ri-ruler-fill:before { content: "\F0A2"; }
.ri-ruler-line:before { content: "\F0A3"; }
.ri-run-fill:before { content: "\F0A4"; }
.ri-run-line:before { content: "\F0A5"; }
.ri-safari-fill:before { content: "\F0A6"; }
.ri-safari-line:before { content: "\F0A7"; }
.ri-safe-2-fill:before { content: "\F0A8"; }
.ri-safe-2-line:before { content: "\F0A9"; }
.ri-safe-fill:before { content: "\F0AA"; }
.ri-safe-line:before { content: "\F0AB"; }
.ri-sailboat-fill:before { content: "\F0AC"; }
.ri-sailboat-line:before { content: "\F0AD"; }
.ri-save-2-fill:before { content: "\F0AE"; }
.ri-save-2-line:before { content: "\F0AF"; }
.ri-save-3-fill:before { content: "\F0B0"; }
.ri-save-3-line:before { content: "\F0B1"; }
.ri-save-fill:before { content: "\F0B2"; }
.ri-save-line:before { content: "\F0B3"; }
.ri-scales-2-fill:before { content: "\F0B4"; }
.ri-scales-2-line:before { content: "\F0B5"; }
.ri-scales-3-fill:before { content: "\F0B6"; }
.ri-scales-3-line:before { content: "\F0B7"; }
.ri-scales-fill:before { content: "\F0B8"; }
.ri-scales-line:before { content: "\F0B9"; }
.ri-scan-2-fill:before { content: "\F0BA"; }
.ri-scan-2-line:before { content: "\F0BB"; }
.ri-scan-fill:before { content: "\F0BC"; }
.ri-scan-line:before { content: "\F0BD"; }
.ri-scissors-2-fill:before { content: "\F0BE"; }
.ri-scissors-2-line:before { content: "\F0BF"; }
.ri-scissors-cut-fill:before { content: "\F0C0"; }
.ri-scissors-cut-line:before { content: "\F0C1"; }
.ri-scissors-fill:before { content: "\F0C2"; }
.ri-scissors-line:before { content: "\F0C3"; }
.ri-screenshot-2-fill:before { content: "\F0C4"; }
.ri-screenshot-2-line:before { content: "\F0C5"; }
.ri-screenshot-fill:before { content: "\F0C6"; }
.ri-screenshot-line:before { content: "\F0C7"; }
.ri-sd-card-fill:before { content: "\F0C8"; }
.ri-sd-card-line:before { content: "\F0C9"; }
.ri-sd-card-mini-fill:before { content: "\F0CA"; }
.ri-sd-card-mini-line:before { content: "\F0CB"; }
.ri-search-2-fill:before { content: "\F0CC"; }
.ri-search-2-line:before { content: "\F0CD"; }
.ri-search-eye-fill:before { content: "\F0CE"; }
.ri-search-eye-line:before { content: "\F0CF"; }
.ri-search-fill:before { content: "\F0D0"; }
.ri-search-line:before { content: "\F0D1"; }
.ri-secure-payment-fill:before { content: "\F0D2"; }
.ri-secure-payment-line:before { content: "\F0D3"; }
.ri-seedling-fill:before { content: "\F0D4"; }
.ri-seedling-line:before { content: "\F0D5"; }
.ri-send-backward:before { content: "\F0D6"; }
.ri-send-plane-2-fill:before { content: "\F0D7"; }
.ri-send-plane-2-line:before { content: "\F0D8"; }
.ri-send-plane-fill:before { content: "\F0D9"; }
.ri-send-plane-line:before { content: "\F0DA"; }
.ri-send-to-back:before { content: "\F0DB"; }
.ri-sensor-fill:before { content: "\F0DC"; }
.ri-sensor-line:before { content: "\F0DD"; }
.ri-separator:before { content: "\F0DE"; }
.ri-server-fill:before { content: "\F0DF"; }
.ri-server-line:before { content: "\F0E0"; }
.ri-service-fill:before { content: "\F0E1"; }
.ri-service-line:before { content: "\F0E2"; }
.ri-settings-2-fill:before { content: "\F0E3"; }
.ri-settings-2-line:before { content: "\F0E4"; }
.ri-settings-3-fill:before { content: "\F0E5"; }
.ri-settings-3-line:before { content: "\F0E6"; }
.ri-settings-4-fill:before { content: "\F0E7"; }
.ri-settings-4-line:before { content: "\F0E8"; }
.ri-settings-5-fill:before { content: "\F0E9"; }
.ri-settings-5-line:before { content: "\F0EA"; }
.ri-settings-6-fill:before { content: "\F0EB"; }
.ri-settings-6-line:before { content: "\F0EC"; }
.ri-settings-fill:before { content: "\F0ED"; }
.ri-settings-line:before { content: "\F0EE"; }
.ri-shape-2-fill:before { content: "\F0EF"; }
.ri-shape-2-line:before { content: "\F0F0"; }
.ri-shape-fill:before { content: "\F0F1"; }
.ri-shape-line:before { content: "\F0F2"; }
.ri-share-box-fill:before { content: "\F0F3"; }
.ri-share-box-line:before { content: "\F0F4"; }
.ri-share-circle-fill:before { content: "\F0F5"; }
.ri-share-circle-line:before { content: "\F0F6"; }
.ri-share-fill:before { content: "\F0F7"; }
.ri-share-forward-2-fill:before { content: "\F0F8"; }
.ri-share-forward-2-line:before { content: "\F0F9"; }
.ri-share-forward-box-fill:before { content: "\F0FA"; }
.ri-share-forward-box-line:before { content: "\F0FB"; }
.ri-share-forward-fill:before { content: "\F0FC"; }
.ri-share-forward-line:before { content: "\F0FD"; }
.ri-share-line:before { content: "\F0FE"; }
.ri-shield-check-fill:before { content: "\F0FF"; }
.ri-shield-check-line:before { content: "\F100"; }
.ri-shield-cross-fill:before { content: "\F101"; }
.ri-shield-cross-line:before { content: "\F102"; }
.ri-shield-fill:before { content: "\F103"; }
.ri-shield-flash-fill:before { content: "\F104"; }
.ri-shield-flash-line:before { content: "\F105"; }
.ri-shield-keyhole-fill:before { content: "\F106"; }
.ri-shield-keyhole-line:before { content: "\F107"; }
.ri-shield-line:before { content: "\F108"; }
.ri-shield-star-fill:before { content: "\F109"; }
.ri-shield-star-line:before { content: "\F10A"; }
.ri-shield-user-fill:before { content: "\F10B"; }
.ri-shield-user-line:before { content: "\F10C"; }
.ri-ship-2-fill:before { content: "\F10D"; }
.ri-ship-2-line:before { content: "\F10E"; }
.ri-ship-fill:before { content: "\F10F"; }
.ri-ship-line:before { content: "\F110"; }
.ri-shirt-fill:before { content: "\F111"; }
.ri-shirt-line:before { content: "\F112"; }
.ri-shopping-bag-2-fill:before { content: "\F113"; }
.ri-shopping-bag-2-line:before { content: "\F114"; }
.ri-shopping-bag-3-fill:before { content: "\F115"; }
.ri-shopping-bag-3-line:before { content: "\F116"; }
.ri-shopping-bag-fill:before { content: "\F117"; }
.ri-shopping-bag-line:before { content: "\F118"; }
.ri-shopping-basket-2-fill:before { content: "\F119"; }
.ri-shopping-basket-2-line:before { content: "\F11A"; }
.ri-shopping-basket-fill:before { content: "\F11B"; }
.ri-shopping-basket-line:before { content: "\F11C"; }
.ri-shopping-cart-2-fill:before { content: "\F11D"; }
.ri-shopping-cart-2-line:before { content: "\F11E"; }
.ri-shopping-cart-fill:before { content: "\F11F"; }
.ri-shopping-cart-line:before { content: "\F120"; }
.ri-showers-fill:before { content: "\F121"; }
.ri-showers-line:before { content: "\F122"; }
.ri-shuffle-fill:before { content: "\F123"; }
.ri-shuffle-line:before { content: "\F124"; }
.ri-shut-down-fill:before { content: "\F125"; }
.ri-shut-down-line:before { content: "\F126"; }
.ri-side-bar-fill:before { content: "\F127"; }
.ri-side-bar-line:before { content: "\F128"; }
.ri-signal-tower-fill:before { content: "\F129"; }
.ri-signal-tower-line:before { content: "\F12A"; }
.ri-signal-wifi-1-fill:before { content: "\F12B"; }
.ri-signal-wifi-1-line:before { content: "\F12C"; }
.ri-signal-wifi-2-fill:before { content: "\F12D"; }
.ri-signal-wifi-2-line:before { content: "\F12E"; }
.ri-signal-wifi-3-fill:before { content: "\F12F"; }
.ri-signal-wifi-3-line:before { content: "\F130"; }
.ri-signal-wifi-error-fill:before { content: "\F131"; }
.ri-signal-wifi-error-line:before { content: "\F132"; }
.ri-signal-wifi-fill:before { content: "\F133"; }
.ri-signal-wifi-line:before { content: "\F134"; }
.ri-signal-wifi-off-fill:before { content: "\F135"; }
.ri-signal-wifi-off-line:before { content: "\F136"; }
.ri-sim-card-2-fill:before { content: "\F137"; }
.ri-sim-card-2-line:before { content: "\F138"; }
.ri-sim-card-fill:before { content: "\F139"; }
.ri-sim-card-line:before { content: "\F13A"; }
.ri-single-quotes-l:before { content: "\F13B"; }
.ri-single-quotes-r:before { content: "\F13C"; }
.ri-sip-fill:before { content: "\F13D"; }
.ri-sip-line:before { content: "\F13E"; }
.ri-skip-back-fill:before { content: "\F13F"; }
.ri-skip-back-line:before { content: "\F140"; }
.ri-skip-back-mini-fill:before { content: "\F141"; }
.ri-skip-back-mini-line:before { content: "\F142"; }
.ri-skip-forward-fill:before { content: "\F143"; }
.ri-skip-forward-line:before { content: "\F144"; }
.ri-skip-forward-mini-fill:before { content: "\F145"; }
.ri-skip-forward-mini-line:before { content: "\F146"; }
.ri-skull-2-fill:before { content: "\F147"; }
.ri-skull-2-line:before { content: "\F148"; }
.ri-skull-fill:before { content: "\F149"; }
.ri-skull-line:before { content: "\F14A"; }
.ri-skype-fill:before { content: "\F14B"; }
.ri-skype-line:before { content: "\F14C"; }
.ri-slack-fill:before { content: "\F14D"; }
.ri-slack-line:before { content: "\F14E"; }
.ri-slice-fill:before { content: "\F14F"; }
.ri-slice-line:before { content: "\F150"; }
.ri-slideshow-2-fill:before { content: "\F151"; }
.ri-slideshow-2-line:before { content: "\F152"; }
.ri-slideshow-3-fill:before { content: "\F153"; }
.ri-slideshow-3-line:before { content: "\F154"; }
.ri-slideshow-4-fill:before { content: "\F155"; }
.ri-slideshow-4-line:before { content: "\F156"; }
.ri-slideshow-fill:before { content: "\F157"; }
.ri-slideshow-line:before { content: "\F158"; }
.ri-smartphone-fill:before { content: "\F159"; }
.ri-smartphone-line:before { content: "\F15A"; }
.ri-snapchat-fill:before { content: "\F15B"; }
.ri-snapchat-line:before { content: "\F15C"; }
.ri-snowy-fill:before { content: "\F15D"; }
.ri-snowy-line:before { content: "\F15E"; }
.ri-sort-asc:before { content: "\F15F"; }
.ri-sort-desc:before { content: "\F160"; }
.ri-sound-module-fill:before { content: "\F161"; }
.ri-sound-module-line:before { content: "\F162"; }
.ri-soundcloud-fill:before { content: "\F163"; }
.ri-soundcloud-line:before { content: "\F164"; }
.ri-space-ship-fill:before { content: "\F165"; }
.ri-space-ship-line:before { content: "\F166"; }
.ri-space:before { content: "\F167"; }
.ri-spam-2-fill:before { content: "\F168"; }
.ri-spam-2-line:before { content: "\F169"; }
.ri-spam-3-fill:before { content: "\F16A"; }
.ri-spam-3-line:before { content: "\F16B"; }
.ri-spam-fill:before { content: "\F16C"; }
.ri-spam-line:before { content: "\F16D"; }
.ri-speaker-2-fill:before { content: "\F16E"; }
.ri-speaker-2-line:before { content: "\F16F"; }
.ri-speaker-3-fill:before { content: "\F170"; }
.ri-speaker-3-line:before { content: "\F171"; }
.ri-speaker-fill:before { content: "\F172"; }
.ri-speaker-line:before { content: "\F173"; }
.ri-spectrum-fill:before { content: "\F174"; }
.ri-spectrum-line:before { content: "\F175"; }
.ri-speed-fill:before { content: "\F176"; }
.ri-speed-line:before { content: "\F177"; }
.ri-speed-mini-fill:before { content: "\F178"; }
.ri-speed-mini-line:before { content: "\F179"; }
.ri-split-cells-horizontal:before { content: "\F17A"; }
.ri-split-cells-vertical:before { content: "\F17B"; }
.ri-spotify-fill:before { content: "\F17C"; }
.ri-spotify-line:before { content: "\F17D"; }
.ri-spy-fill:before { content: "\F17E"; }
.ri-spy-line:before { content: "\F17F"; }
.ri-stack-fill:before { content: "\F180"; }
.ri-stack-line:before { content: "\F181"; }
.ri-stack-overflow-fill:before { content: "\F182"; }
.ri-stack-overflow-line:before { content: "\F183"; }
.ri-stackshare-fill:before { content: "\F184"; }
.ri-stackshare-line:before { content: "\F185"; }
.ri-star-fill:before { content: "\F186"; }
.ri-star-half-fill:before { content: "\F187"; }
.ri-star-half-line:before { content: "\F188"; }
.ri-star-half-s-fill:before { content: "\F189"; }
.ri-star-half-s-line:before { content: "\F18A"; }
.ri-star-line:before { content: "\F18B"; }
.ri-star-s-fill:before { content: "\F18C"; }
.ri-star-s-line:before { content: "\F18D"; }
.ri-star-smile-fill:before { content: "\F18E"; }
.ri-star-smile-line:before { content: "\F18F"; }
.ri-steam-fill:before { content: "\F190"; }
.ri-steam-line:before { content: "\F191"; }
.ri-steering-2-fill:before { content: "\F192"; }
.ri-steering-2-line:before { content: "\F193"; }
.ri-steering-fill:before { content: "\F194"; }
.ri-steering-line:before { content: "\F195"; }
.ri-stethoscope-fill:before { content: "\F196"; }
.ri-stethoscope-line:before { content: "\F197"; }
.ri-sticky-note-2-fill:before { content: "\F198"; }
.ri-sticky-note-2-line:before { content: "\F199"; }
.ri-sticky-note-fill:before { content: "\F19A"; }
.ri-sticky-note-line:before { content: "\F19B"; }
.ri-stock-fill:before { content: "\F19C"; }
.ri-stock-line:before { content: "\F19D"; }
.ri-stop-circle-fill:before { content: "\F19E"; }
.ri-stop-circle-line:before { content: "\F19F"; }
.ri-stop-fill:before { content: "\F1A0"; }
.ri-stop-line:before { content: "\F1A1"; }
.ri-stop-mini-fill:before { content: "\F1A2"; }
.ri-stop-mini-line:before { content: "\F1A3"; }
.ri-store-2-fill:before { content: "\F1A4"; }
.ri-store-2-line:before { content: "\F1A5"; }
.ri-store-3-fill:before { content: "\F1A6"; }
.ri-store-3-line:before { content: "\F1A7"; }
.ri-store-fill:before { content: "\F1A8"; }
.ri-store-line:before { content: "\F1A9"; }
.ri-strikethrough-2:before { content: "\F1AA"; }
.ri-strikethrough:before { content: "\F1AB"; }
.ri-subscript-2:before { content: "\F1AC"; }
.ri-subscript:before { content: "\F1AD"; }
.ri-subtract-fill:before { content: "\F1AE"; }
.ri-subtract-line:before { content: "\F1AF"; }
.ri-subway-fill:before { content: "\F1B0"; }
.ri-subway-line:before { content: "\F1B1"; }
.ri-subway-wifi-fill:before { content: "\F1B2"; }
.ri-subway-wifi-line:before { content: "\F1B3"; }
.ri-suitcase-2-fill:before { content: "\F1B4"; }
.ri-suitcase-2-line:before { content: "\F1B5"; }
.ri-suitcase-3-fill:before { content: "\F1B6"; }
.ri-suitcase-3-line:before { content: "\F1B7"; }
.ri-suitcase-fill:before { content: "\F1B8"; }
.ri-suitcase-line:before { content: "\F1B9"; }
.ri-sun-cloudy-fill:before { content: "\F1BA"; }
.ri-sun-cloudy-line:before { content: "\F1BB"; }
.ri-sun-fill:before { content: "\F1BC"; }
.ri-sun-foggy-fill:before { content: "\F1BD"; }
.ri-sun-foggy-line:before { content: "\F1BE"; }
.ri-sun-line:before { content: "\F1BF"; }
.ri-superscript-2:before { content: "\F1C0"; }
.ri-superscript:before { content: "\F1C1"; }
.ri-surgical-mask-fill:before { content: "\F1C2"; }
.ri-surgical-mask-line:before { content: "\F1C3"; }
.ri-surround-sound-fill:before { content: "\F1C4"; }
.ri-surround-sound-line:before { content: "\F1C5"; }
.ri-survey-fill:before { content: "\F1C6"; }
.ri-survey-line:before { content: "\F1C7"; }
.ri-swap-box-fill:before { content: "\F1C8"; }
.ri-swap-box-line:before { content: "\F1C9"; }
.ri-swap-fill:before { content: "\F1CA"; }
.ri-swap-line:before { content: "\F1CB"; }
.ri-switch-fill:before { content: "\F1CC"; }
.ri-switch-line:before { content: "\F1CD"; }
.ri-sword-fill:before { content: "\F1CE"; }
.ri-sword-line:before { content: "\F1CF"; }
.ri-syringe-fill:before { content: "\F1D0"; }
.ri-syringe-line:before { content: "\F1D1"; }
.ri-t-box-fill:before { content: "\F1D2"; }
.ri-t-box-line:before { content: "\F1D3"; }
.ri-t-shirt-2-fill:before { content: "\F1D4"; }
.ri-t-shirt-2-line:before { content: "\F1D5"; }
.ri-t-shirt-air-fill:before { content: "\F1D6"; }
.ri-t-shirt-air-line:before { content: "\F1D7"; }
.ri-t-shirt-fill:before { content: "\F1D8"; }
.ri-t-shirt-line:before { content: "\F1D9"; }
.ri-table-2:before { content: "\F1DA"; }
.ri-table-alt-fill:before { content: "\F1DB"; }
.ri-table-alt-line:before { content: "\F1DC"; }
.ri-table-fill:before { content: "\F1DD"; }
.ri-table-line:before { content: "\F1DE"; }
.ri-tablet-fill:before { content: "\F1DF"; }
.ri-tablet-line:before { content: "\F1E0"; }
.ri-takeaway-fill:before { content: "\F1E1"; }
.ri-takeaway-line:before { content: "\F1E2"; }
.ri-taobao-fill:before { content: "\F1E3"; }
.ri-taobao-line:before { content: "\F1E4"; }
.ri-tape-fill:before { content: "\F1E5"; }
.ri-tape-line:before { content: "\F1E6"; }
.ri-task-fill:before { content: "\F1E7"; }
.ri-task-line:before { content: "\F1E8"; }
.ri-taxi-fill:before { content: "\F1E9"; }
.ri-taxi-line:before { content: "\F1EA"; }
.ri-taxi-wifi-fill:before { content: "\F1EB"; }
.ri-taxi-wifi-line:before { content: "\F1EC"; }
.ri-team-fill:before { content: "\F1ED"; }
.ri-team-line:before { content: "\F1EE"; }
.ri-telegram-fill:before { content: "\F1EF"; }
.ri-telegram-line:before { content: "\F1F0"; }
.ri-temp-cold-fill:before { content: "\F1F1"; }
.ri-temp-cold-line:before { content: "\F1F2"; }
.ri-temp-hot-fill:before { content: "\F1F3"; }
.ri-temp-hot-line:before { content: "\F1F4"; }
.ri-terminal-box-fill:before { content: "\F1F5"; }
.ri-terminal-box-line:before { content: "\F1F6"; }
.ri-terminal-fill:before { content: "\F1F7"; }
.ri-terminal-line:before { content: "\F1F8"; }
.ri-terminal-window-fill:before { content: "\F1F9"; }
.ri-terminal-window-line:before { content: "\F1FA"; }
.ri-test-tube-fill:before { content: "\F1FB"; }
.ri-test-tube-line:before { content: "\F1FC"; }
.ri-text-direction-l:before { content: "\F1FD"; }
.ri-text-direction-r:before { content: "\F1FE"; }
.ri-text-spacing:before { content: "\F1FF"; }
.ri-text-wrap:before { content: "\F200"; }
.ri-text:before { content: "\F201"; }
.ri-thermometer-fill:before { content: "\F202"; }
.ri-thermometer-line:before { content: "\F203"; }
.ri-thumb-down-fill:before { content: "\F204"; }
.ri-thumb-down-line:before { content: "\F205"; }
.ri-thumb-up-fill:before { content: "\F206"; }
.ri-thumb-up-line:before { content: "\F207"; }
.ri-thunderstorms-fill:before { content: "\F208"; }
.ri-thunderstorms-line:before { content: "\F209"; }
.ri-ticket-2-fill:before { content: "\F20A"; }
.ri-ticket-2-line:before { content: "\F20B"; }
.ri-ticket-fill:before { content: "\F20C"; }
.ri-ticket-line:before { content: "\F20D"; }
.ri-time-fill:before { content: "\F20E"; }
.ri-time-line:before { content: "\F20F"; }
.ri-timer-2-fill:before { content: "\F210"; }
.ri-timer-2-line:before { content: "\F211"; }
.ri-timer-fill:before { content: "\F212"; }
.ri-timer-flash-fill:before { content: "\F213"; }
.ri-timer-flash-line:before { content: "\F214"; }
.ri-timer-line:before { content: "\F215"; }
.ri-todo-fill:before { content: "\F216"; }
.ri-todo-line:before { content: "\F217"; }
.ri-toggle-fill:before { content: "\F218"; }
.ri-toggle-line:before { content: "\F219"; }
.ri-tools-fill:before { content: "\F21A"; }
.ri-tools-line:before { content: "\F21B"; }
.ri-tornado-fill:before { content: "\F21C"; }
.ri-tornado-line:before { content: "\F21D"; }
.ri-trademark-fill:before { content: "\F21E"; }
.ri-trademark-line:before { content: "\F21F"; }
.ri-traffic-light-fill:before { content: "\F220"; }
.ri-traffic-light-line:before { content: "\F221"; }
.ri-train-fill:before { content: "\F222"; }
.ri-train-line:before { content: "\F223"; }
.ri-train-wifi-fill:before { content: "\F224"; }
.ri-train-wifi-line:before { content: "\F225"; }
.ri-translate-2:before { content: "\F226"; }
.ri-translate:before { content: "\F227"; }
.ri-travesti-fill:before { content: "\F228"; }
.ri-travesti-line:before { content: "\F229"; }
.ri-treasure-map-fill:before { content: "\F22A"; }
.ri-treasure-map-line:before { content: "\F22B"; }
.ri-trello-fill:before { content: "\F22C"; }
.ri-trello-line:before { content: "\F22D"; }
.ri-trophy-fill:before { content: "\F22E"; }
.ri-trophy-line:before { content: "\F22F"; }
.ri-truck-fill:before { content: "\F230"; }
.ri-truck-line:before { content: "\F231"; }
.ri-tumblr-fill:before { content: "\F232"; }
.ri-tumblr-line:before { content: "\F233"; }
.ri-tv-2-fill:before { content: "\F234"; }
.ri-tv-2-line:before { content: "\F235"; }
.ri-tv-fill:before { content: "\F236"; }
.ri-tv-line:before { content: "\F237"; }
.ri-twitch-fill:before { content: "\F238"; }
.ri-twitch-line:before { content: "\F239"; }
.ri-twitter-fill:before { content: "\F23A"; }
.ri-twitter-line:before { content: "\F23B"; }
.ri-typhoon-fill:before { content: "\F23C"; }
.ri-typhoon-line:before { content: "\F23D"; }
.ri-u-disk-fill:before { content: "\F23E"; }
.ri-u-disk-line:before { content: "\F23F"; }
.ri-ubuntu-fill:before { content: "\F240"; }
.ri-ubuntu-line:before { content: "\F241"; }
.ri-umbrella-fill:before { content: "\F242"; }
.ri-umbrella-line:before { content: "\F243"; }
.ri-underline:before { content: "\F244"; }
.ri-uninstall-fill:before { content: "\F245"; }
.ri-uninstall-line:before { content: "\F246"; }
.ri-unsplash-fill:before { content: "\F247"; }
.ri-unsplash-line:before { content: "\F248"; }
.ri-upload-2-fill:before { content: "\F249"; }
.ri-upload-2-line:before { content: "\F24A"; }
.ri-upload-cloud-2-fill:before { content: "\F24B"; }
.ri-upload-cloud-2-line:before { content: "\F24C"; }
.ri-upload-cloud-fill:before { content: "\F24D"; }
.ri-upload-cloud-line:before { content: "\F24E"; }
.ri-upload-fill:before { content: "\F24F"; }
.ri-upload-line:before { content: "\F250"; }
.ri-usb-fill:before { content: "\F251"; }
.ri-usb-line:before { content: "\F252"; }
.ri-user-2-fill:before { content: "\F253"; }
.ri-user-2-line:before { content: "\F254"; }
.ri-user-3-fill:before { content: "\F255"; }
.ri-user-3-line:before { content: "\F256"; }
.ri-user-4-fill:before { content: "\F257"; }
.ri-user-4-line:before { content: "\F258"; }
.ri-user-5-fill:before { content: "\F259"; }
.ri-user-5-line:before { content: "\F25A"; }
.ri-user-6-fill:before { content: "\F25B"; }
.ri-user-6-line:before { content: "\F25C"; }
.ri-user-add-fill:before { content: "\F25D"; }
.ri-user-add-line:before { content: "\F25E"; }
.ri-user-fill:before { content: "\F25F"; }
.ri-user-follow-fill:before { content: "\F260"; }
.ri-user-follow-line:before { content: "\F261"; }
.ri-user-heart-fill:before { content: "\F262"; }
.ri-user-heart-line:before { content: "\F263"; }
.ri-user-line:before { content: "\F264"; }
.ri-user-location-fill:before { content: "\F265"; }
.ri-user-location-line:before { content: "\F266"; }
.ri-user-received-2-fill:before { content: "\F267"; }
.ri-user-received-2-line:before { content: "\F268"; }
.ri-user-received-fill:before { content: "\F269"; }
.ri-user-received-line:before { content: "\F26A"; }
.ri-user-search-fill:before { content: "\F26B"; }
.ri-user-search-line:before { content: "\F26C"; }
.ri-user-settings-fill:before { content: "\F26D"; }
.ri-user-settings-line:before { content: "\F26E"; }
.ri-user-shared-2-fill:before { content: "\F26F"; }
.ri-user-shared-2-line:before { content: "\F270"; }
.ri-user-shared-fill:before { content: "\F271"; }
.ri-user-shared-line:before { content: "\F272"; }
.ri-user-smile-fill:before { content: "\F273"; }
.ri-user-smile-line:before { content: "\F274"; }
.ri-user-star-fill:before { content: "\F275"; }
.ri-user-star-line:before { content: "\F276"; }
.ri-user-unfollow-fill:before { content: "\F277"; }
.ri-user-unfollow-line:before { content: "\F278"; }
.ri-user-voice-fill:before { content: "\F279"; }
.ri-user-voice-line:before { content: "\F27A"; }
.ri-video-add-fill:before { content: "\F27B"; }
.ri-video-add-line:before { content: "\F27C"; }
.ri-video-chat-fill:before { content: "\F27D"; }
.ri-video-chat-line:before { content: "\F27E"; }
.ri-video-download-fill:before { content: "\F27F"; }
.ri-video-download-line:before { content: "\F280"; }
.ri-video-fill:before { content: "\F281"; }
.ri-video-line:before { content: "\F282"; }
.ri-video-upload-fill:before { content: "\F283"; }
.ri-video-upload-line:before { content: "\F284"; }
.ri-vidicon-2-fill:before { content: "\F285"; }
.ri-vidicon-2-line:before { content: "\F286"; }
.ri-vidicon-fill:before { content: "\F287"; }
.ri-vidicon-line:before { content: "\F288"; }
.ri-vimeo-fill:before { content: "\F289"; }
.ri-vimeo-line:before { content: "\F28A"; }
.ri-vip-crown-2-fill:before { content: "\F28B"; }
.ri-vip-crown-2-line:before { content: "\F28C"; }
.ri-vip-crown-fill:before { content: "\F28D"; }
.ri-vip-crown-line:before { content: "\F28E"; }
.ri-vip-diamond-fill:before { content: "\F28F"; }
.ri-vip-diamond-line:before { content: "\F290"; }
.ri-vip-fill:before { content: "\F291"; }
.ri-vip-line:before { content: "\F292"; }
.ri-virus-fill:before { content: "\F293"; }
.ri-virus-line:before { content: "\F294"; }
.ri-visa-fill:before { content: "\F295"; }
.ri-visa-line:before { content: "\F296"; }
.ri-voice-recognition-fill:before { content: "\F297"; }
.ri-voice-recognition-line:before { content: "\F298"; }
.ri-voiceprint-fill:before { content: "\F299"; }
.ri-voiceprint-line:before { content: "\F29A"; }
.ri-volume-down-fill:before { content: "\F29B"; }
.ri-volume-down-line:before { content: "\F29C"; }
.ri-volume-mute-fill:before { content: "\F29D"; }
.ri-volume-mute-line:before { content: "\F29E"; }
.ri-volume-off-vibrate-fill:before { content: "\F29F"; }
.ri-volume-off-vibrate-line:before { content: "\F2A0"; }
.ri-volume-up-fill:before { content: "\F2A1"; }
.ri-volume-up-line:before { content: "\F2A2"; }
.ri-volume-vibrate-fill:before { content: "\F2A3"; }
.ri-volume-vibrate-line:before { content: "\F2A4"; }
.ri-vuejs-fill:before { content: "\F2A5"; }
.ri-vuejs-line:before { content: "\F2A6"; }
.ri-walk-fill:before { content: "\F2A7"; }
.ri-walk-line:before { content: "\F2A8"; }
.ri-wallet-2-fill:before { content: "\F2A9"; }
.ri-wallet-2-line:before { content: "\F2AA"; }
.ri-wallet-3-fill:before { content: "\F2AB"; }
.ri-wallet-3-line:before { content: "\F2AC"; }
.ri-wallet-fill:before { content: "\F2AD"; }
.ri-wallet-line:before { content: "\F2AE"; }
.ri-water-flash-fill:before { content: "\F2AF"; }
.ri-water-flash-line:before { content: "\F2B0"; }
.ri-webcam-fill:before { content: "\F2B1"; }
.ri-webcam-line:before { content: "\F2B2"; }
.ri-wechat-2-fill:before { content: "\F2B3"; }
.ri-wechat-2-line:before { content: "\F2B4"; }
.ri-wechat-fill:before { content: "\F2B5"; }
.ri-wechat-line:before { content: "\F2B6"; }
.ri-wechat-pay-fill:before { content: "\F2B7"; }
.ri-wechat-pay-line:before { content: "\F2B8"; }
.ri-weibo-fill:before { content: "\F2B9"; }
.ri-weibo-line:before { content: "\F2BA"; }
.ri-whatsapp-fill:before { content: "\F2BB"; }
.ri-whatsapp-line:before { content: "\F2BC"; }
.ri-wheelchair-fill:before { content: "\F2BD"; }
.ri-wheelchair-line:before { content: "\F2BE"; }
.ri-wifi-fill:before { content: "\F2BF"; }
.ri-wifi-line:before { content: "\F2C0"; }
.ri-wifi-off-fill:before { content: "\F2C1"; }
.ri-wifi-off-line:before { content: "\F2C2"; }
.ri-window-2-fill:before { content: "\F2C3"; }
.ri-window-2-line:before { content: "\F2C4"; }
.ri-window-fill:before { content: "\F2C5"; }
.ri-window-line:before { content: "\F2C6"; }
.ri-windows-fill:before { content: "\F2C7"; }
.ri-windows-line:before { content: "\F2C8"; }
.ri-windy-fill:before { content: "\F2C9"; }
.ri-windy-line:before { content: "\F2CA"; }
.ri-wireless-charging-fill:before { content: "\F2CB"; }
.ri-wireless-charging-line:before { content: "\F2CC"; }
.ri-women-fill:before { content: "\F2CD"; }
.ri-women-line:before { content: "\F2CE"; }
.ri-wubi-input:before { content: "\F2CF"; }
.ri-xbox-fill:before { content: "\F2D0"; }
.ri-xbox-line:before { content: "\F2D1"; }
.ri-xing-fill:before { content: "\F2D2"; }
.ri-xing-line:before { content: "\F2D3"; }
.ri-youtube-fill:before { content: "\F2D4"; }
.ri-youtube-line:before { content: "\F2D5"; }
.ri-zcool-fill:before { content: "\F2D6"; }
.ri-zcool-line:before { content: "\F2D7"; }
.ri-zhihu-fill:before { content: "\F2D8"; }
.ri-zhihu-line:before { content: "\F2D9"; }
.ri-zoom-in-fill:before { content: "\F2DA"; }
.ri-zoom-in-line:before { content: "\F2DB"; }
.ri-zoom-out-fill:before { content: "\F2DC"; }
.ri-zoom-out-line:before { content: "\F2DD"; }
.ri-zzz-fill:before { content: "\F2DE"; }
.ri-zzz-line:before { content: "\F2DF"; }
.ri-arrow-down-double-fill:before { content: "\F2E0"; }
.ri-arrow-down-double-line:before { content: "\F2E1"; }
.ri-arrow-left-double-fill:before { content: "\F2E2"; }
.ri-arrow-left-double-line:before { content: "\F2E3"; }
.ri-arrow-right-double-fill:before { content: "\F2E4"; }
.ri-arrow-right-double-line:before { content: "\F2E5"; }
.ri-arrow-turn-back-fill:before { content: "\F2E6"; }
.ri-arrow-turn-back-line:before { content: "\F2E7"; }
.ri-arrow-turn-forward-fill:before { content: "\F2E8"; }
.ri-arrow-turn-forward-line:before { content: "\F2E9"; }
.ri-arrow-up-double-fill:before { content: "\F2EA"; }
.ri-arrow-up-double-line:before { content: "\F2EB"; }
.ri-bard-fill:before { content: "\F2EC"; }
.ri-bard-line:before { content: "\F2ED"; }
.ri-bootstrap-fill:before { content: "\F2EE"; }
.ri-bootstrap-line:before { content: "\F2EF"; }
.ri-box-1-fill:before { content: "\F2F0"; }
.ri-box-1-line:before { content: "\F2F1"; }
.ri-box-2-fill:before { content: "\F2F2"; }
.ri-box-2-line:before { content: "\F2F3"; }
.ri-box-3-fill:before { content: "\F2F4"; }
.ri-box-3-line:before { content: "\F2F5"; }
.ri-brain-fill:before { content: "\F2F6"; }
.ri-brain-line:before { content: "\F2F7"; }
.ri-candle-fill:before { content: "\F2F8"; }
.ri-candle-line:before { content: "\F2F9"; }
.ri-cash-fill:before { content: "\F2FA"; }
.ri-cash-line:before { content: "\F2FB"; }
.ri-contract-left-fill:before { content: "\F2FC"; }
.ri-contract-left-line:before { content: "\F2FD"; }
.ri-contract-left-right-fill:before { content: "\F2FE"; }
.ri-contract-left-right-line:before { content: "\F2FF"; }
.ri-contract-right-fill:before { content: "\F300"; }
.ri-contract-right-line:before { content: "\F301"; }
.ri-contract-up-down-fill:before { content: "\F302"; }
.ri-contract-up-down-line:before { content: "\F303"; }
.ri-copilot-fill:before { content: "\F304"; }
.ri-copilot-line:before { content: "\F305"; }
.ri-corner-down-left-fill:before { content: "\F306"; }
.ri-corner-down-left-line:before { content: "\F307"; }
.ri-corner-down-right-fill:before { content: "\F308"; }
.ri-corner-down-right-line:before { content: "\F309"; }
.ri-corner-left-down-fill:before { content: "\F30A"; }
.ri-corner-left-down-line:before { content: "\F30B"; }
.ri-corner-left-up-fill:before { content: "\F30C"; }
.ri-corner-left-up-line:before { content: "\F30D"; }
.ri-corner-right-down-fill:before { content: "\F30E"; }
.ri-corner-right-down-line:before { content: "\F30F"; }
.ri-corner-right-up-fill:before { content: "\F310"; }
.ri-corner-right-up-line:before { content: "\F311"; }
.ri-corner-up-left-double-fill:before { content: "\F312"; }
.ri-corner-up-left-double-line:before { content: "\F313"; }
.ri-corner-up-left-fill:before { content: "\F314"; }
.ri-corner-up-left-line:before { content: "\F315"; }
.ri-corner-up-right-double-fill:before { content: "\F316"; }
.ri-corner-up-right-double-line:before { content: "\F317"; }
.ri-corner-up-right-fill:before { content: "\F318"; }
.ri-corner-up-right-line:before { content: "\F319"; }
.ri-cross-fill:before { content: "\F31A"; }
.ri-cross-line:before { content: "\F31B"; }
.ri-edge-new-fill:before { content: "\F31C"; }
.ri-edge-new-line:before { content: "\F31D"; }
.ri-equal-fill:before { content: "\F31E"; }
.ri-equal-line:before { content: "\F31F"; }
.ri-expand-left-fill:before { content: "\F320"; }
.ri-expand-left-line:before { content: "\F321"; }
.ri-expand-left-right-fill:before { content: "\F322"; }
.ri-expand-left-right-line:before { content: "\F323"; }
.ri-expand-right-fill:before { content: "\F324"; }
.ri-expand-right-line:before { content: "\F325"; }
.ri-expand-up-down-fill:before { content: "\F326"; }
.ri-expand-up-down-line:before { content: "\F327"; }
.ri-flickr-fill:before { content: "\F328"; }
.ri-flickr-line:before { content: "\F329"; }
.ri-forward-10-fill:before { content: "\F32A"; }
.ri-forward-10-line:before { content: "\F32B"; }
.ri-forward-15-fill:before { content: "\F32C"; }
.ri-forward-15-line:before { content: "\F32D"; }
.ri-forward-30-fill:before { content: "\F32E"; }
.ri-forward-30-line:before { content: "\F32F"; }
.ri-forward-5-fill:before { content: "\F330"; }
.ri-forward-5-line:before { content: "\F331"; }
.ri-graduation-cap-fill:before { content: "\F332"; }
.ri-graduation-cap-line:before { content: "\F333"; }
.ri-home-office-fill:before { content: "\F334"; }
.ri-home-office-line:before { content: "\F335"; }
.ri-hourglass-2-fill:before { content: "\F336"; }
.ri-hourglass-2-line:before { content: "\F337"; }
.ri-hourglass-fill:before { content: "\F338"; }
.ri-hourglass-line:before { content: "\F339"; }
.ri-javascript-fill:before { content: "\F33A"; }
.ri-javascript-line:before { content: "\F33B"; }
.ri-loop-left-fill:before { content: "\F33C"; }
.ri-loop-left-line:before { content: "\F33D"; }
.ri-loop-right-fill:before { content: "\F33E"; }
.ri-loop-right-line:before { content: "\F33F"; }
.ri-memories-fill:before { content: "\F340"; }
.ri-memories-line:before { content: "\F341"; }
.ri-meta-fill:before { content: "\F342"; }
.ri-meta-line:before { content: "\F343"; }
.ri-microsoft-loop-fill:before { content: "\F344"; }
.ri-microsoft-loop-line:before { content: "\F345"; }
.ri-nft-fill:before { content: "\F346"; }
.ri-nft-line:before { content: "\F347"; }
.ri-notion-fill:before { content: "\F348"; }
.ri-notion-line:before { content: "\F349"; }
.ri-openai-fill:before { content: "\F34A"; }
.ri-openai-line:before { content: "\F34B"; }
.ri-overline:before { content: "\F34C"; }
.ri-p2p-fill:before { content: "\F34D"; }
.ri-p2p-line:before { content: "\F34E"; }
.ri-presentation-fill:before { content: "\F34F"; }
.ri-presentation-line:before { content: "\F350"; }
.ri-replay-10-fill:before { content: "\F351"; }
.ri-replay-10-line:before { content: "\F352"; }
.ri-replay-15-fill:before { content: "\F353"; }
.ri-replay-15-line:before { content: "\F354"; }
.ri-replay-30-fill:before { content: "\F355"; }
.ri-replay-30-line:before { content: "\F356"; }
.ri-replay-5-fill:before { content: "\F357"; }
.ri-replay-5-line:before { content: "\F358"; }
.ri-school-fill:before { content: "\F359"; }
.ri-school-line:before { content: "\F35A"; }
.ri-shining-2-fill:before { content: "\F35B"; }
.ri-shining-2-line:before { content: "\F35C"; }
.ri-shining-fill:before { content: "\F35D"; }
.ri-shining-line:before { content: "\F35E"; }
.ri-sketching:before { content: "\F35F"; }
.ri-skip-down-fill:before { content: "\F360"; }
.ri-skip-down-line:before { content: "\F361"; }
.ri-skip-left-fill:before { content: "\F362"; }
.ri-skip-left-line:before { content: "\F363"; }
.ri-skip-right-fill:before { content: "\F364"; }
.ri-skip-right-line:before { content: "\F365"; }
.ri-skip-up-fill:before { content: "\F366"; }
.ri-skip-up-line:before { content: "\F367"; }
.ri-slow-down-fill:before { content: "\F368"; }
.ri-slow-down-line:before { content: "\F369"; }
.ri-sparkling-2-fill:before { content: "\F36A"; }
.ri-sparkling-2-line:before { content: "\F36B"; }
.ri-sparkling-fill:before { content: "\F36C"; }
.ri-sparkling-line:before { content: "\F36D"; }
.ri-speak-fill:before { content: "\F36E"; }
.ri-speak-line:before { content: "\F36F"; }
.ri-speed-up-fill:before { content: "\F370"; }
.ri-speed-up-line:before { content: "\F371"; }
.ri-tiktok-fill:before { content: "\F372"; }
.ri-tiktok-line:before { content: "\F373"; }
.ri-token-swap-fill:before { content: "\F374"; }
.ri-token-swap-line:before { content: "\F375"; }
.ri-unpin-fill:before { content: "\F376"; }
.ri-unpin-line:before { content: "\F377"; }
.ri-wechat-channels-fill:before { content: "\F378"; }
.ri-wechat-channels-line:before { content: "\F379"; }
.ri-wordpress-fill:before { content: "\F37A"; }
.ri-wordpress-line:before { content: "\F37B"; }
.ri-blender-fill:before { content: "\F37C"; }
.ri-blender-line:before { content: "\F37D"; }
.ri-emoji-sticker-fill:before { content: "\F37E"; }
.ri-emoji-sticker-line:before { content: "\F37F"; }
.ri-git-close-pull-request-fill:before { content: "\F380"; }
.ri-git-close-pull-request-line:before { content: "\F381"; }
.ri-instance-fill:before { content: "\F382"; }
.ri-instance-line:before { content: "\F383"; }
.ri-megaphone-fill:before { content: "\F384"; }
.ri-megaphone-line:before { content: "\F385"; }
.ri-pass-expired-fill:before { content: "\F386"; }
.ri-pass-expired-line:before { content: "\F387"; }
.ri-pass-pending-fill:before { content: "\F388"; }
.ri-pass-pending-line:before { content: "\F389"; }
.ri-pass-valid-fill:before { content: "\F38A"; }
.ri-pass-valid-line:before { content: "\F38B"; }
.ri-ai-generate:before { content: "\F38C"; }
.ri-calendar-close-fill:before { content: "\F38D"; }
.ri-calendar-close-line:before { content: "\F38E"; }
.ri-draggable:before { content: "\F38F"; }
.ri-font-family:before { content: "\F390"; }
.ri-font-mono:before { content: "\F391"; }
.ri-font-sans-serif:before { content: "\F392"; }
.ri-hard-drive-3-fill:before { content: "\F393"; }
.ri-hard-drive-3-line:before { content: "\F394"; }
.ri-kick-fill:before { content: "\F395"; }
.ri-kick-line:before { content: "\F396"; }
.ri-list-check-3:before { content: "\F397"; }
.ri-list-indefinite:before { content: "\F398"; }
.ri-list-ordered-2:before { content: "\F399"; }
.ri-list-radio:before { content: "\F39A"; }
.ri-openbase-fill:before { content: "\F39B"; }
.ri-openbase-line:before { content: "\F39C"; }
.ri-planet-fill:before { content: "\F39D"; }
.ri-planet-line:before { content: "\F39E"; }
.ri-prohibited-fill:before { content: "\F39F"; }
.ri-prohibited-line:before { content: "\F3A0"; }
.ri-quote-text:before { content: "\F3A1"; }
.ri-seo-fill:before { content: "\F3A2"; }
.ri-seo-line:before { content: "\F3A3"; }
.ri-slash-commands:before { content: "\F3A4"; }
.ri-archive-2-fill:before { content: "\F3A5"; }
.ri-archive-2-line:before { content: "\F3A6"; }
.ri-inbox-2-fill:before { content: "\F3A7"; }
.ri-inbox-2-line:before { content: "\F3A8"; }
.ri-shake-hands-fill:before { content: "\F3A9"; }
.ri-shake-hands-line:before { content: "\F3AA"; }
.ri-supabase-fill:before { content: "\F3AB"; }
.ri-supabase-line:before { content: "\F3AC"; }
.ri-water-percent-fill:before { content: "\F3AD"; }
.ri-water-percent-line:before { content: "\F3AE"; }
.ri-yuque-fill:before { content: "\F3AF"; }
.ri-yuque-line:before { content: "\F3B0"; }
.ri-crosshair-2-fill:before { content: "\F3B1"; }
.ri-crosshair-2-line:before { content: "\F3B2"; }
.ri-crosshair-fill:before { content: "\F3B3"; }
.ri-crosshair-line:before { content: "\F3B4"; }
.ri-file-close-fill:before { content: "\F3B5"; }
.ri-file-close-line:before { content: "\F3B6"; }
.ri-infinity-fill:before { content: "\F3B7"; }
.ri-infinity-line:before { content: "\F3B8"; }
.ri-rfid-fill:before { content: "\F3B9"; }
.ri-rfid-line:before { content: "\F3BA"; }
.ri-slash-commands-2:before { content: "\F3BB"; }
.ri-user-forbid-fill:before { content: "\F3BC"; }
.ri-user-forbid-line:before { content: "\F3BD"; }
.ri-beer-fill:before { content: "\F3BE"; }
.ri-beer-line:before { content: "\F3BF"; }
.ri-circle-fill:before { content: "\F3C0"; }
.ri-circle-line:before { content: "\F3C1"; }
.ri-dropdown-list:before { content: "\F3C2"; }
.ri-file-image-fill:before { content: "\F3C3"; }
.ri-file-image-line:before { content: "\F3C4"; }
.ri-file-pdf-2-fill:before { content: "\F3C5"; }
.ri-file-pdf-2-line:before { content: "\F3C6"; }
.ri-file-video-fill:before { content: "\F3C7"; }
.ri-file-video-line:before { content: "\F3C8"; }
.ri-folder-image-fill:before { content: "\F3C9"; }
.ri-folder-image-line:before { content: "\F3CA"; }
.ri-folder-video-fill:before { content: "\F3CB"; }
.ri-folder-video-line:before { content: "\F3CC"; }
.ri-hexagon-fill:before { content: "\F3CD"; }
.ri-hexagon-line:before { content: "\F3CE"; }
.ri-menu-search-fill:before { content: "\F3CF"; }
.ri-menu-search-line:before { content: "\F3D0"; }
.ri-octagon-fill:before { content: "\F3D1"; }
.ri-octagon-line:before { content: "\F3D2"; }
.ri-pentagon-fill:before { content: "\F3D3"; }
.ri-pentagon-line:before { content: "\F3D4"; }
.ri-rectangle-fill:before { content: "\F3D5"; }
.ri-rectangle-line:before { content: "\F3D6"; }
.ri-robot-2-fill:before { content: "\F3D7"; }
.ri-robot-2-line:before { content: "\F3D8"; }
.ri-shapes-fill:before { content: "\F3D9"; }
.ri-shapes-line:before { content: "\F3DA"; }
.ri-square-fill:before { content: "\F3DB"; }
.ri-square-line:before { content: "\F3DC"; }
.ri-tent-fill:before { content: "\F3DD"; }
.ri-tent-line:before { content: "\F3DE"; }
.ri-threads-fill:before { content: "\F3DF"; }
.ri-threads-line:before { content: "\F3E0"; }
.ri-tree-fill:before { content: "\F3E1"; }
.ri-tree-line:before { content: "\F3E2"; }
.ri-triangle-fill:before { content: "\F3E3"; }
.ri-triangle-line:before { content: "\F3E4"; }
.ri-twitter-x-fill:before { content: "\F3E5"; }
.ri-twitter-x-line:before { content: "\F3E6"; }
.ri-verified-badge-fill:before { content: "\F3E7"; }
.ri-verified-badge-line:before { content: "\F3E8"; }
.ri-armchair-fill:before { content: "\F3E9"; }
.ri-armchair-line:before { content: "\F3EA"; }
.ri-bnb-fill:before { content: "\F3EB"; }
.ri-bnb-line:before { content: "\F3EC"; }
.ri-bread-fill:before { content: "\F3ED"; }
.ri-bread-line:before { content: "\F3EE"; }
.ri-btc-fill:before { content: "\F3EF"; }
.ri-btc-line:before { content: "\F3F0"; }
.ri-calendar-schedule-fill:before { content: "\F3F1"; }
.ri-calendar-schedule-line:before { content: "\F3F2"; }
.ri-dice-1-fill:before { content: "\F3F3"; }
.ri-dice-1-line:before { content: "\F3F4"; }
.ri-dice-2-fill:before { content: "\F3F5"; }
.ri-dice-2-line:before { content: "\F3F6"; }
.ri-dice-3-fill:before { content: "\F3F7"; }
.ri-dice-3-line:before { content: "\F3F8"; }
.ri-dice-4-fill:before { content: "\F3F9"; }
.ri-dice-4-line:before { content: "\F3FA"; }
.ri-dice-5-fill:before { content: "\F3FB"; }
.ri-dice-5-line:before { content: "\F3FC"; }
.ri-dice-6-fill:before { content: "\F3FD"; }
.ri-dice-6-line:before { content: "\F3FE"; }
.ri-dice-fill:before { content: "\F3FF"; }
.ri-dice-line:before { content: "\F400"; }
.ri-drinks-fill:before { content: "\F401"; }
.ri-drinks-line:before { content: "\F402"; }
.ri-equalizer-2-fill:before { content: "\F403"; }
.ri-equalizer-2-line:before { content: "\F404"; }
.ri-equalizer-3-fill:before { content: "\F405"; }
.ri-equalizer-3-line:before { content: "\F406"; }
.ri-eth-fill:before { content: "\F407"; }
.ri-eth-line:before { content: "\F408"; }
.ri-flower-fill:before { content: "\F409"; }
.ri-flower-line:before { content: "\F40A"; }
.ri-glasses-2-fill:before { content: "\F40B"; }
.ri-glasses-2-line:before { content: "\F40C"; }
.ri-glasses-fill:before { content: "\F40D"; }
.ri-glasses-line:before { content: "\F40E"; }
.ri-goggles-fill:before { content: "\F40F"; }
.ri-goggles-line:before { content: "\F410"; }
.ri-image-circle-fill:before { content: "\F411"; }
.ri-image-circle-line:before { content: "\F412"; }
.ri-info-i:before { content: "\F413"; }
.ri-money-rupee-circle-fill:before { content: "\F414"; }
.ri-money-rupee-circle-line:before { content: "\F415"; }
.ri-news-fill:before { content: "\F416"; }
.ri-news-line:before { content: "\F417"; }
.ri-robot-3-fill:before { content: "\F418"; }
.ri-robot-3-line:before { content: "\F419"; }
.ri-share-2-fill:before { content: "\F41A"; }
.ri-share-2-line:before { content: "\F41B"; }
.ri-sofa-fill:before { content: "\F41C"; }
.ri-sofa-line:before { content: "\F41D"; }
.ri-svelte-fill:before { content: "\F41E"; }
.ri-svelte-line:before { content: "\F41F"; }
.ri-vk-fill:before { content: "\F420"; }
.ri-vk-line:before { content: "\F421"; }
.ri-xrp-fill:before { content: "\F422"; }
.ri-xrp-line:before { content: "\F423"; }
.ri-xtz-fill:before { content: "\F424"; }
.ri-xtz-line:before { content: "\F425"; }
.ri-archive-stack-fill:before { content: "\F426"; }
.ri-archive-stack-line:before { content: "\F427"; }
.ri-bowl-fill:before { content: "\F428"; }
.ri-bowl-line:before { content: "\F429"; }
.ri-calendar-view:before { content: "\F42A"; }
.ri-carousel-view:before { content: "\F42B"; }
.ri-code-block:before { content: "\F42C"; }
.ri-color-filter-fill:before { content: "\F42D"; }
.ri-color-filter-line:before { content: "\F42E"; }
.ri-contacts-book-3-fill:before { content: "\F42F"; }
.ri-contacts-book-3-line:before { content: "\F430"; }
.ri-contract-fill:before { content: "\F431"; }
.ri-contract-line:before { content: "\F432"; }
.ri-drinks-2-fill:before { content: "\F433"; }
.ri-drinks-2-line:before { content: "\F434"; }
.ri-export-fill:before { content: "\F435"; }
.ri-export-line:before { content: "\F436"; }
.ri-file-check-fill:before { content: "\F437"; }
.ri-file-check-line:before { content: "\F438"; }
.ri-focus-mode:before { content: "\F439"; }
.ri-folder-6-fill:before { content: "\F43A"; }
.ri-folder-6-line:before { content: "\F43B"; }
.ri-folder-check-fill:before { content: "\F43C"; }
.ri-folder-check-line:before { content: "\F43D"; }
.ri-folder-close-fill:before { content: "\F43E"; }
.ri-folder-close-line:before { content: "\F43F"; }
.ri-folder-cloud-fill:before { content: "\F440"; }
.ri-folder-cloud-line:before { content: "\F441"; }
.ri-gallery-view-2:before { content: "\F442"; }
.ri-gallery-view:before { content: "\F443"; }
.ri-hand:before { content: "\F444"; }
.ri-import-fill:before { content: "\F445"; }
.ri-import-line:before { content: "\F446"; }
.ri-information-2-fill:before { content: "\F447"; }
.ri-information-2-line:before { content: "\F448"; }
.ri-kanban-view-2:before { content: "\F449"; }
.ri-kanban-view:before { content: "\F44A"; }
.ri-list-view:before { content: "\F44B"; }
.ri-lock-star-fill:before { content: "\F44C"; }
.ri-lock-star-line:before { content: "\F44D"; }
.ri-puzzle-2-fill:before { content: "\F44E"; }
.ri-puzzle-2-line:before { content: "\F44F"; }
.ri-puzzle-fill:before { content: "\F450"; }
.ri-puzzle-line:before { content: "\F451"; }
.ri-ram-2-fill:before { content: "\F452"; }
.ri-ram-2-line:before { content: "\F453"; }
.ri-ram-fill:before { content: "\F454"; }
.ri-ram-line:before { content: "\F455"; }
.ri-receipt-fill:before { content: "\F456"; }
.ri-receipt-line:before { content: "\F457"; }
.ri-shadow-fill:before { content: "\F458"; }
.ri-shadow-line:before { content: "\F459"; }
.ri-sidebar-fold-fill:before { content: "\F45A"; }
.ri-sidebar-fold-line:before { content: "\F45B"; }
.ri-sidebar-unfold-fill:before { content: "\F45C"; }
.ri-sidebar-unfold-line:before { content: "\F45D"; }
.ri-slideshow-view:before { content: "\F45E"; }
.ri-sort-alphabet-asc:before { content: "\F45F"; }
.ri-sort-alphabet-desc:before { content: "\F460"; }
.ri-sort-number-asc:before { content: "\F461"; }
.ri-sort-number-desc:before { content: "\F462"; }
.ri-stacked-view:before { content: "\F463"; }
.ri-sticky-note-add-fill:before { content: "\F464"; }
.ri-sticky-note-add-line:before { content: "\F465"; }
.ri-swap-2-fill:before { content: "\F466"; }
.ri-swap-2-line:before { content: "\F467"; }
.ri-swap-3-fill:before { content: "\F468"; }
.ri-swap-3-line:before { content: "\F469"; }
.ri-table-3:before { content: "\F46A"; }
.ri-table-view:before { content: "\F46B"; }
.ri-text-block:before { content: "\F46C"; }
.ri-text-snippet:before { content: "\F46D"; }
.ri-timeline-view:before { content: "\F46E"; }
.ri-blogger-fill:before { content: "\F46F"; }
.ri-blogger-line:before { content: "\F470"; }
.ri-chat-thread-fill:before { content: "\F471"; }
.ri-chat-thread-line:before { content: "\F472"; }
.ri-discount-percent-fill:before { content: "\F473"; }
.ri-discount-percent-line:before { content: "\F474"; }
.ri-exchange-2-fill:before { content: "\F475"; }
.ri-exchange-2-line:before { content: "\F476"; }
.ri-git-fork-fill:before { content: "\F477"; }
.ri-git-fork-line:before { content: "\F478"; }
.ri-input-field:before { content: "\F479"; }
.ri-progress-1-fill:before { content: "\F47A"; }
.ri-progress-1-line:before { content: "\F47B"; }
.ri-progress-2-fill:before { content: "\F47C"; }
.ri-progress-2-line:before { content: "\F47D"; }
.ri-progress-3-fill:before { content: "\F47E"; }
.ri-progress-3-line:before { content: "\F47F"; }
.ri-progress-4-fill:before { content: "\F480"; }
.ri-progress-4-line:before { content: "\F481"; }
.ri-progress-5-fill:before { content: "\F482"; }
.ri-progress-5-line:before { content: "\F483"; }
.ri-progress-6-fill:before { content: "\F484"; }
.ri-progress-6-line:before { content: "\F485"; }
.ri-progress-7-fill:before { content: "\F486"; }
.ri-progress-7-line:before { content: "\F487"; }
.ri-progress-8-fill:before { content: "\F488"; }
.ri-progress-8-line:before { content: "\F489"; }
.ri-remix-run-fill:before { content: "\F48A"; }
.ri-remix-run-line:before { content: "\F48B"; }
.ri-signpost-fill:before { content: "\F48C"; }
.ri-signpost-line:before { content: "\F48D"; }
.ri-time-zone-fill:before { content: "\F48E"; }
.ri-time-zone-line:before { content: "\F48F"; }
.ri-arrow-down-wide-fill:before { content: "\F490"; }
.ri-arrow-down-wide-line:before { content: "\F491"; }
.ri-arrow-left-wide-fill:before { content: "\F492"; }
.ri-arrow-left-wide-line:before { content: "\F493"; }
.ri-arrow-right-wide-fill:before { content: "\F494"; }
.ri-arrow-right-wide-line:before { content: "\F495"; }
.ri-arrow-up-wide-fill:before { content: "\F496"; }
.ri-arrow-up-wide-line:before { content: "\F497"; }
.ri-bluesky-fill:before { content: "\F498"; }
.ri-bluesky-line:before { content: "\F499"; }
.ri-expand-height-fill:before { content: "\F49A"; }
.ri-expand-height-line:before { content: "\F49B"; }
.ri-expand-width-fill:before { content: "\F49C"; }
.ri-expand-width-line:before { content: "\F49D"; }
.ri-forward-end-fill:before { content: "\F49E"; }
.ri-forward-end-line:before { content: "\F49F"; }
.ri-forward-end-mini-fill:before { content: "\F4A0"; }
.ri-forward-end-mini-line:before { content: "\F4A1"; }
.ri-friendica-fill:before { content: "\F4A2"; }
.ri-friendica-line:before { content: "\F4A3"; }
.ri-git-pr-draft-fill:before { content: "\F4A4"; }
.ri-git-pr-draft-line:before { content: "\F4A5"; }
.ri-play-reverse-fill:before { content: "\F4A6"; }
.ri-play-reverse-line:before { content: "\F4A7"; }
.ri-play-reverse-mini-fill:before { content: "\F4A8"; }
.ri-play-reverse-mini-line:before { content: "\F4A9"; }
.ri-rewind-start-fill:before { content: "\F4AA"; }
.ri-rewind-start-line:before { content: "\F4AB"; }
.ri-rewind-start-mini-fill:before { content: "\F4AC"; }
.ri-rewind-start-mini-line:before { content: "\F4AD"; }
.ri-scroll-to-bottom-fill:before { content: "\F4AE"; }
.ri-scroll-to-bottom-line:before { content: "\F4AF"; }
.ri-add-large-fill:before { content: "\F4B0"; }
.ri-add-large-line:before { content: "\F4B1"; }
.ri-aed-electrodes-fill:before { content: "\F4B2"; }
.ri-aed-electrodes-line:before { content: "\F4B3"; }
.ri-aed-fill:before { content: "\F4B4"; }
.ri-aed-line:before { content: "\F4B5"; }
.ri-alibaba-cloud-fill:before { content: "\F4B6"; }
.ri-alibaba-cloud-line:before { content: "\F4B7"; }
.ri-align-item-bottom-fill:before { content: "\F4B8"; }
.ri-align-item-bottom-line:before { content: "\F4B9"; }
.ri-align-item-horizontal-center-fill:before { content: "\F4BA"; }
.ri-align-item-horizontal-center-line:before { content: "\F4BB"; }
.ri-align-item-left-fill:before { content: "\F4BC"; }
.ri-align-item-left-line:before { content: "\F4BD"; }
.ri-align-item-right-fill:before { content: "\F4BE"; }
.ri-align-item-right-line:before { content: "\F4BF"; }
.ri-align-item-top-fill:before { content: "\F4C0"; }
.ri-align-item-top-line:before { content: "\F4C1"; }
.ri-align-item-vertical-center-fill:before { content: "\F4C2"; }
.ri-align-item-vertical-center-line:before { content: "\F4C3"; }
.ri-apps-2-add-fill:before { content: "\F4C4"; }
.ri-apps-2-add-line:before { content: "\F4C5"; }
.ri-close-large-fill:before { content: "\F4C6"; }
.ri-close-large-line:before { content: "\F4C7"; }
.ri-collapse-diagonal-2-fill:before { content: "\F4C8"; }
.ri-collapse-diagonal-2-line:before { content: "\F4C9"; }
.ri-collapse-diagonal-fill:before { content: "\F4CA"; }
.ri-collapse-diagonal-line:before { content: "\F4CB"; }
.ri-dashboard-horizontal-fill:before { content: "\F4CC"; }
.ri-dashboard-horizontal-line:before { content: "\F4CD"; }
.ri-expand-diagonal-2-fill:before { content: "\F4CE"; }
.ri-expand-diagonal-2-line:before { content: "\F4CF"; }
.ri-expand-diagonal-fill:before { content: "\F4D0"; }
.ri-expand-diagonal-line:before { content: "\F4D1"; }
.ri-firebase-fill:before { content: "\F4D2"; }
.ri-firebase-line:before { content: "\F4D3"; }
.ri-flip-horizontal-2-fill:before { content: "\F4D4"; }
.ri-flip-horizontal-2-line:before { content: "\F4D5"; }
.ri-flip-horizontal-fill:before { content: "\F4D6"; }
.ri-flip-horizontal-line:before { content: "\F4D7"; }
.ri-flip-vertical-2-fill:before { content: "\F4D8"; }
.ri-flip-vertical-2-line:before { content: "\F4D9"; }
.ri-flip-vertical-fill:before { content: "\F4DA"; }
.ri-flip-vertical-line:before { content: "\F4DB"; }
.ri-formula:before { content: "\F4DC"; }
.ri-function-add-fill:before { content: "\F4DD"; }
.ri-function-add-line:before { content: "\F4DE"; }
.ri-goblet-2-fill:before { content: "\F4DF"; }
.ri-goblet-2-line:before { content: "\F4E0"; }
.ri-golf-ball-fill:before { content: "\F4E1"; }
.ri-golf-ball-line:before { content: "\F4E2"; }
.ri-group-3-fill:before { content: "\F4E3"; }
.ri-group-3-line:before { content: "\F4E4"; }
.ri-heart-add-2-fill:before { content: "\F4E5"; }
.ri-heart-add-2-line:before { content: "\F4E6"; }
.ri-id-card-fill:before { content: "\F4E7"; }
.ri-id-card-line:before { content: "\F4E8"; }
.ri-information-off-fill:before { content: "\F4E9"; }
.ri-information-off-line:before { content: "\F4EA"; }
.ri-java-fill:before { content: "\F4EB"; }
.ri-java-line:before { content: "\F4EC"; }
.ri-layout-grid-2-fill:before { content: "\F4ED"; }
.ri-layout-grid-2-line:before { content: "\F4EE"; }
.ri-layout-horizontal-fill:before { content: "\F4EF"; }
.ri-layout-horizontal-line:before { content: "\F4F0"; }
.ri-layout-vertical-fill:before { content: "\F4F1"; }
.ri-layout-vertical-line:before { content: "\F4F2"; }
.ri-menu-fold-2-fill:before { content: "\F4F3"; }
.ri-menu-fold-2-line:before { content: "\F4F4"; }
.ri-menu-fold-3-fill:before { content: "\F4F5"; }
.ri-menu-fold-3-line:before { content: "\F4F6"; }
.ri-menu-fold-4-fill:before { content: "\F4F7"; }
.ri-menu-fold-4-line:before { content: "\F4F8"; }
.ri-menu-unfold-2-fill:before { content: "\F4F9"; }
.ri-menu-unfold-2-line:before { content: "\F4FA"; }
.ri-menu-unfold-3-fill:before { content: "\F4FB"; }
.ri-menu-unfold-3-line:before { content: "\F4FC"; }
.ri-menu-unfold-4-fill:before { content: "\F4FD"; }
.ri-menu-unfold-4-line:before { content: "\F4FE"; }
.ri-mobile-download-fill:before { content: "\F4FF"; }
.ri-mobile-download-line:before { content: "\F500"; }
.ri-nextjs-fill:before { content: "\F501"; }
.ri-nextjs-line:before { content: "\F502"; }
.ri-nodejs-fill:before { content: "\F503"; }
.ri-nodejs-line:before { content: "\F504"; }
.ri-pause-large-fill:before { content: "\F505"; }
.ri-pause-large-line:before { content: "\F506"; }
.ri-play-large-fill:before { content: "\F507"; }
.ri-play-large-line:before { content: "\F508"; }
.ri-play-reverse-large-fill:before { content: "\F509"; }
.ri-play-reverse-large-line:before { content: "\F50A"; }
.ri-police-badge-fill:before { content: "\F50B"; }
.ri-police-badge-line:before { content: "\F50C"; }
.ri-prohibited-2-fill:before { content: "\F50D"; }
.ri-prohibited-2-line:before { content: "\F50E"; }
.ri-shopping-bag-4-fill:before { content: "\F50F"; }
.ri-shopping-bag-4-line:before { content: "\F510"; }
.ri-snowflake-fill:before { content: "\F511"; }
.ri-snowflake-line:before { content: "\F512"; }
.ri-square-root:before { content: "\F513"; }
.ri-stop-large-fill:before { content: "\F514"; }
.ri-stop-large-line:before { content: "\F515"; }
.ri-tailwind-css-fill:before { content: "\F516"; }
.ri-tailwind-css-line:before { content: "\F517"; }
.ri-tooth-fill:before { content: "\F518"; }
.ri-tooth-line:before { content: "\F519"; }
.ri-video-off-fill:before { content: "\F51A"; }
.ri-video-off-line:before { content: "\F51B"; }
.ri-video-on-fill:before { content: "\F51C"; }
.ri-video-on-line:before { content: "\F51D"; }
.ri-webhook-fill:before { content: "\F51E"; }
.ri-webhook-line:before { content: "\F51F"; }
.ri-weight-fill:before { content: "\F520"; }
.ri-weight-line:before { content: "\F521"; }
.ri-book-shelf-fill:before { content: "\F522"; }
.ri-book-shelf-line:before { content: "\F523"; }
.ri-brain-2-fill:before { content: "\F524"; }
.ri-brain-2-line:before { content: "\F525"; }
.ri-chat-search-fill:before { content: "\F526"; }
.ri-chat-search-line:before { content: "\F527"; }
.ri-chat-unread-fill:before { content: "\F528"; }
.ri-chat-unread-line:before { content: "\F529"; }
.ri-collapse-horizontal-fill:before { content: "\F52A"; }
.ri-collapse-horizontal-line:before { content: "\F52B"; }
.ri-collapse-vertical-fill:before { content: "\F52C"; }
.ri-collapse-vertical-line:before { content: "\F52D"; }
.ri-dna-fill:before { content: "\F52E"; }
.ri-dna-line:before { content: "\F52F"; }
.ri-dropper-fill:before { content: "\F530"; }
.ri-dropper-line:before { content: "\F531"; }
.ri-expand-diagonal-s-2-fill:before { content: "\F532"; }
.ri-expand-diagonal-s-2-line:before { content: "\F533"; }
.ri-expand-diagonal-s-fill:before { content: "\F534"; }
.ri-expand-diagonal-s-line:before { content: "\F535"; }
.ri-expand-horizontal-fill:before { content: "\F536"; }
.ri-expand-horizontal-line:before { content: "\F537"; }
.ri-expand-horizontal-s-fill:before { content: "\F538"; }
.ri-expand-horizontal-s-line:before { content: "\F539"; }
.ri-expand-vertical-fill:before { content: "\F53A"; }
.ri-expand-vertical-line:before { content: "\F53B"; }
.ri-expand-vertical-s-fill:before { content: "\F53C"; }
.ri-expand-vertical-s-line:before { content: "\F53D"; }
.ri-gemini-fill:before { content: "\F53E"; }
.ri-gemini-line:before { content: "\F53F"; }
.ri-reset-left-fill:before { content: "\F540"; }
.ri-reset-left-line:before { content: "\F541"; }
.ri-reset-right-fill:before { content: "\F542"; }
.ri-reset-right-line:before { content: "\F543"; }
.ri-stairs-fill:before { content: "\F544"; }
.ri-stairs-line:before { content: "\F545"; }
.ri-telegram-2-fill:before { content: "\F546"; }
.ri-telegram-2-line:before { content: "\F547"; }
.ri-triangular-flag-fill:before { content: "\F548"; }
.ri-triangular-flag-line:before { content: "\F549"; }
.ri-user-minus-fill:before { content: "\F54A"; }
.ri-user-minus-line:before { content: "\F54B"; }
.ri-account-box-2-fill:before { content: "\F54C"; }
.ri-account-box-2-line:before { content: "\F54D"; }
.ri-account-circle-2-fill:before { content: "\F54E"; }
.ri-account-circle-2-line:before { content: "\F54F"; }
.ri-alarm-snooze-fill:before { content: "\F550"; }
.ri-alarm-snooze-line:before { content: "\F551"; }
.ri-arrow-down-box-fill:before { content: "\F552"; }
.ri-arrow-down-box-line:before { content: "\F553"; }
.ri-arrow-left-box-fill:before { content: "\F554"; }
.ri-arrow-left-box-line:before { content: "\F555"; }
.ri-arrow-left-down-box-fill:before { content: "\F556"; }
.ri-arrow-left-down-box-line:before { content: "\F557"; }
.ri-arrow-left-up-box-fill:before { content: "\F558"; }
.ri-arrow-left-up-box-line:before { content: "\F559"; }
.ri-arrow-right-box-fill:before { content: "\F55A"; }
.ri-arrow-right-box-line:before { content: "\F55B"; }
.ri-arrow-right-down-box-fill:before { content: "\F55C"; }
.ri-arrow-right-down-box-line:before { content: "\F55D"; }
.ri-arrow-right-up-box-fill:before { content: "\F55E"; }
.ri-arrow-right-up-box-line:before { content: "\F55F"; }
.ri-arrow-up-box-fill:before { content: "\F560"; }
.ri-arrow-up-box-line:before { content: "\F561"; }
.ri-bar-chart-box-ai-fill:before { content: "\F562"; }
.ri-bar-chart-box-ai-line:before { content: "\F563"; }
.ri-brush-ai-fill:before { content: "\F564"; }
.ri-brush-ai-line:before { content: "\F565"; }
.ri-camera-ai-fill:before { content: "\F566"; }
.ri-camera-ai-line:before { content: "\F567"; }
.ri-chat-ai-fill:before { content: "\F568"; }
.ri-chat-ai-line:before { content: "\F569"; }
.ri-chat-smile-ai-fill:before { content: "\F56A"; }
.ri-chat-smile-ai-line:before { content: "\F56B"; }
.ri-chat-voice-ai-fill:before { content: "\F56C"; }
.ri-chat-voice-ai-line:before { content: "\F56D"; }
.ri-code-ai-fill:before { content: "\F56E"; }
.ri-code-ai-line:before { content: "\F56F"; }
.ri-color-filter-ai-fill:before { content: "\F570"; }
.ri-color-filter-ai-line:before { content: "\F571"; }
.ri-custom-size:before { content: "\F572"; }
.ri-fediverse-fill:before { content: "\F573"; }
.ri-fediverse-line:before { content: "\F574"; }
.ri-flag-off-fill:before { content: "\F575"; }
.ri-flag-off-line:before { content: "\F576"; }
.ri-home-9-fill:before { content: "\F577"; }
.ri-home-9-line:before { content: "\F578"; }
.ri-image-ai-fill:before { content: "\F579"; }
.ri-image-ai-line:before { content: "\F57A"; }
.ri-image-circle-ai-fill:before { content: "\F57B"; }
.ri-image-circle-ai-line:before { content: "\F57C"; }
.ri-info-card-fill:before { content: "\F57D"; }
.ri-info-card-line:before { content: "\F57E"; }
.ri-landscape-ai-fill:before { content: "\F57F"; }
.ri-landscape-ai-line:before { content: "\F580"; }
.ri-letter-spacing-2:before { content: "\F581"; }
.ri-line-height-2:before { content: "\F582"; }
.ri-mail-ai-fill:before { content: "\F583"; }
.ri-mail-ai-line:before { content: "\F584"; }
.ri-mic-2-ai-fill:before { content: "\F585"; }
.ri-mic-2-ai-line:before { content: "\F586"; }
.ri-mic-ai-fill:before { content: "\F587"; }
.ri-mic-ai-line:before { content: "\F588"; }
.ri-movie-ai-fill:before { content: "\F589"; }
.ri-movie-ai-line:before { content: "\F58A"; }
.ri-music-ai-fill:before { content: "\F58B"; }
.ri-music-ai-line:before { content: "\F58C"; }
.ri-notification-snooze-fill:before { content: "\F58D"; }
.ri-notification-snooze-line:before { content: "\F58E"; }
.ri-php-fill:before { content: "\F58F"; }
.ri-php-line:before { content: "\F590"; }
.ri-pix-fill:before { content: "\F591"; }
.ri-pix-line:before { content: "\F592"; }
.ri-pulse-ai-fill:before { content: "\F593"; }
.ri-pulse-ai-line:before { content: "\F594"; }
.ri-quill-pen-ai-fill:before { content: "\F595"; }
.ri-quill-pen-ai-line:before { content: "\F596"; }
.ri-speak-ai-fill:before { content: "\F597"; }
.ri-speak-ai-line:before { content: "\F598"; }
.ri-star-off-fill:before { content: "\F599"; }
.ri-star-off-line:before { content: "\F59A"; }
.ri-translate-ai-2:before { content: "\F59B"; }
.ri-translate-ai:before { content: "\F59C"; }
.ri-user-community-fill:before { content: "\F59D"; }
.ri-user-community-line:before { content: "\F59E"; }
.ri-vercel-fill:before { content: "\F59F"; }
.ri-vercel-line:before { content: "\F5A0"; }
.ri-video-ai-fill:before { content: "\F5A1"; }
.ri-video-ai-line:before { content: "\F5A2"; }
.ri-video-on-ai-fill:before { content: "\F5A3"; }
.ri-video-on-ai-line:before { content: "\F5A4"; }
.ri-voice-ai-fill:before { content: "\F5A5"; }
.ri-voice-ai-line:before { content: "\F5A6"; }
.ri-ai-generate-2:before { content: "\F5A7"; }
.ri-ai-generate-text:before { content: "\F5A8"; }
.ri-anthropic-fill:before { content: "\F5A9"; }
.ri-anthropic-line:before { content: "\F5AA"; }
.ri-apps-2-ai-fill:before { content: "\F5AB"; }
.ri-apps-2-ai-line:before { content: "\F5AC"; }
.ri-camera-lens-ai-fill:before { content: "\F5AD"; }
.ri-camera-lens-ai-line:before { content: "\F5AE"; }
.ri-clapperboard-ai-fill:before { content: "\F5AF"; }
.ri-clapperboard-ai-line:before { content: "\F5B0"; }
.ri-claude-fill:before { content: "\F5B1"; }
.ri-claude-line:before { content: "\F5B2"; }
.ri-closed-captioning-ai-fill:before { content: "\F5B3"; }
.ri-closed-captioning-ai-line:before { content: "\F5B4"; }
.ri-dvd-ai-fill:before { content: "\F5B5"; }
.ri-dvd-ai-line:before { content: "\F5B6"; }
.ri-film-ai-fill:before { content: "\F5B7"; }
.ri-film-ai-line:before { content: "\F5B8"; }
.ri-font-size-ai:before { content: "\F5B9"; }
.ri-mixtral-fill:before { content: "\F5BA"; }
.ri-mixtral-line:before { content: "\F5BB"; }
.ri-movie-2-ai-fill:before { content: "\F5BC"; }
.ri-movie-2-ai-line:before { content: "\F5BD"; }
.ri-mv-ai-fill:before { content: "\F5BE"; }
.ri-mv-ai-line:before { content: "\F5BF"; }
.ri-perplexity-fill:before { content: "\F5C0"; }
.ri-perplexity-line:before { content: "\F5C1"; }
.ri-poker-clubs-fill:before { content: "\F5C2"; }
.ri-poker-clubs-line:before { content: "\F5C3"; }
.ri-poker-diamonds-fill:before { content: "\F5C4"; }
.ri-poker-diamonds-line:before { content: "\F5C5"; }
.ri-poker-hearts-fill:before { content: "\F5C6"; }
.ri-poker-hearts-line:before { content: "\F5C7"; }
.ri-poker-spades-fill:before { content: "\F5C8"; }
.ri-poker-spades-line:before { content: "\F5C9"; }
.ri-safe-3-fill:before { content: "\F5CA"; }
.ri-safe-3-line:before { content: "\F5CB"; }
.ri-accessibility-fill:before { content: "\F5CC"; }
.ri-accessibility-line:before { content: "\F5CD"; }
.ri-alarm-add-fill:before { content: "\F5CE"; }
.ri-alarm-add-line:before { content: "\F5CF"; }
.ri-arrow-down-long-fill:before { content: "\F5D0"; }
.ri-arrow-down-long-line:before { content: "\F5D1"; }
.ri-arrow-left-down-long-fill:before { content: "\F5D2"; }
.ri-arrow-left-down-long-line:before { content: "\F5D3"; }
.ri-arrow-left-long-fill:before { content: "\F5D4"; }
.ri-arrow-left-long-line:before { content: "\F5D5"; }
.ri-arrow-left-up-long-fill:before { content: "\F5D6"; }
.ri-arrow-left-up-long-line:before { content: "\F5D7"; }
.ri-arrow-right-down-long-fill:before { content: "\F5D8"; }
.ri-arrow-right-down-long-line:before { content: "\F5D9"; }
.ri-arrow-right-long-fill:before { content: "\F5DA"; }
.ri-arrow-right-long-line:before { content: "\F5DB"; }
.ri-arrow-right-up-long-fill:before { content: "\F5DC"; }
.ri-arrow-right-up-long-line:before { content: "\F5DD"; }
.ri-arrow-up-long-fill:before { content: "\F5DE"; }
.ri-arrow-up-long-line:before { content: "\F5DF"; }
.ri-chess-fill:before { content: "\F5E0"; }
.ri-chess-line:before { content: "\F5E1"; }
.ri-diamond-fill:before { content: "\F5E2"; }
.ri-diamond-line:before { content: "\F5E3"; }
.ri-diamond-ring-fill:before { content: "\F5E4"; }
.ri-diamond-ring-line:before { content: "\F5E5"; }
.ri-figma-fill:before { content: "\F5E6"; }
.ri-figma-line:before { content: "\F5E7"; }
.ri-firefox-browser-fill:before { content: "\F5E8"; }
.ri-firefox-browser-line:before { content: "\F5E9"; }
.ri-jewelry-fill:before { content: "\F5EA"; }
.ri-jewelry-line:before { content: "\F5EB"; }
.ri-multi-image-fill:before { content: "\F5EC"; }
.ri-multi-image-line:before { content: "\F5ED"; }
.ri-no-credit-card-fill:before { content: "\F5EE"; }
.ri-no-credit-card-line:before { content: "\F5EF"; }
.ri-service-bell-fill:before { content: "\F5F0"; }
.ri-service-bell-line:before { content: "\F5F1"; }
.ri-ai-agent-fill:before { content: "\F5F2"; }
.ri-ai-agent-line:before { content: "\F5F3"; }
.ri-ai-generate-2-fill:before { content: "\F5F4"; }
.ri-ai-generate-2-line:before { content: "\F5F5"; }
.ri-ai-generate-3d-fill:before { content: "\F5F6"; }
.ri-ai-generate-3d-line:before { content: "\F5F7"; }
.ri-ai:before { content: "\F5F8"; }
.ri-apps-ai-fill:before { content: "\F5F9"; }
.ri-apps-ai-line:before { content: "\F5FA"; }
.ri-atom-fill:before { content: "\F5FB"; }
.ri-atom-line:before { content: "\F5FC"; }
.ri-book-ai-fill:before { content: "\F5FD"; }
.ri-book-ai-line:before { content: "\F5FE"; }
.ri-brain-3-fill:before { content: "\F5FF"; }
.ri-brain-3-line:before { content: "\F600"; }
.ri-brain-ai-3-fill:before { content: "\F601"; }
.ri-brain-ai-3-line:before { content: "\F602"; }
.ri-brush-ai-3-fill:before { content: "\F603"; }
.ri-brush-ai-3-line:before { content: "\F604"; }
.ri-camera-4-fill:before { content: "\F605"; }
.ri-camera-4-line:before { content: "\F606"; }
.ri-camera-ai-2-fill:before { content: "\F607"; }
.ri-camera-ai-2-line:before { content: "\F608"; }
.ri-chat-ai-2-fill:before { content: "\F609"; }
.ri-chat-ai-2-line:before { content: "\F60A"; }
.ri-chat-ai-3-fill:before { content: "\F60B"; }
.ri-chat-ai-3-line:before { content: "\F60C"; }
.ri-chat-ai-4-fill:before { content: "\F60D"; }
.ri-chat-ai-4-line:before { content: "\F60E"; }
.ri-chat-smile-ai-3-fill:before { content: "\F60F"; }
.ri-chat-smile-ai-3-line:before { content: "\F610"; }
.ri-deepseek-fill:before { content: "\F611"; }
.ri-deepseek-line:before { content: "\F612"; }
.ri-file-ai-2-fill:before { content: "\F613"; }
.ri-file-ai-2-line:before { content: "\F614"; }
.ri-file-ai-fill:before { content: "\F615"; }
.ri-file-ai-line:before { content: "\F616"; }
.ri-function-ai-fill:before { content: "\F617"; }
.ri-function-ai-line:before { content: "\F618"; }
.ri-game-2-fill:before { content: "\F619"; }
.ri-game-2-line:before { content: "\F61A"; }
.ri-goblet-broken-fill:before { content: "\F61B"; }
.ri-goblet-broken-line:before { content: "\F61C"; }
.ri-lightbulb-ai-fill:before { content: "\F61D"; }
.ri-lightbulb-ai-line:before { content: "\F61E"; }
.ri-loop-left-ai-fill:before { content: "\F61F"; }
.ri-loop-left-ai-line:before { content: "\F620"; }
.ri-loop-right-ai-fill:before { content: "\F621"; }
.ri-loop-right-ai-line:before { content: "\F622"; }
.ri-message-ai-3-fill:before { content: "\F623"; }
.ri-message-ai-3-line:before { content: "\F624"; }
.ri-painting-ai-fill:before { content: "\F625"; }
.ri-painting-ai-line:before { content: "\F626"; }
.ri-painting-fill:before { content: "\F627"; }
.ri-painting-line:before { content: "\F628"; }
.ri-pencil-ai-2-fill:before { content: "\F629"; }
.ri-pencil-ai-2-line:before { content: "\F62A"; }
.ri-pencil-ai-fill:before { content: "\F62B"; }
.ri-pencil-ai-line:before { content: "\F62C"; }
.ri-remix-fill:before { content: "\F62D"; }
.ri-remix-line:before { content: "\F62E"; }
.ri-search-ai-2-fill:before { content: "\F62F"; }
.ri-search-ai-2-line:before { content: "\F630"; }
.ri-search-ai-3-fill:before { content: "\F631"; }
.ri-search-ai-3-line:before { content: "\F632"; }
.ri-search-ai-4-fill:before { content: "\F633"; }
.ri-search-ai-4-line:before { content: "\F634"; }
.ri-search-ai-fill:before { content: "\F635"; }
.ri-search-ai-line:before { content: "\F636"; }
.ri-speech-to-text-fill:before { content: "\F637"; }
.ri-speech-to-text-line:before { content: "\F638"; }
.ri-target-fill:before { content: "\F639"; }
.ri-target-line:before { content: "\F63A"; }
.ri-text-to-speech-fill:before { content: "\F63B"; }
.ri-text-to-speech-line:before { content: "\F63C"; }
.ri-wrench-fill:before { content: "\F63D"; }
.ri-wrench-line:before { content: "\F63E"; }
.ri-area-chart-fill:before { content: "\F63F"; }
.ri-area-chart-line:before { content: "\F640"; }
.ri-baseball-fill:before { content: "\F641"; }
.ri-baseball-line:before { content: "\F642"; }
.ri-binoculars-fill:before { content: "\F643"; }
.ri-binoculars-line:before { content: "\F644"; }
.ri-cursor-hand:before { content: "\F645"; }
.ri-emotion-add-fill:before { content: "\F646"; }
.ri-emotion-add-line:before { content: "\F647"; }
.ri-file-scan-fill:before { content: "\F648"; }
.ri-file-scan-line:before { content: "\F649"; }
.ri-fiverr-fill:before { content: "\F64A"; }
.ri-fiverr-line:before { content: "\F64B"; }
.ri-font-serif:before { content: "\F64C"; }
.ri-ghost-3-fill:before { content: "\F64D"; }
.ri-ghost-3-line:before { content: "\F64E"; }
.ri-gitee-fill:before { content: "\F64F"; }
.ri-gitee-line:before { content: "\F650"; }
.ri-global-off-fill:before { content: "\F651"; }
.ri-global-off-line:before { content: "\F652"; }
.ri-image-download-fill:before { content: "\F653"; }
.ri-image-download-line:before { content: "\F654"; }
.ri-image-upload-fill:before { content: "\F655"; }
.ri-image-upload-line:before { content: "\F656"; }
.ri-issues-fill:before { content: "\F657"; }
.ri-issues-line:before { content: "\F658"; }
.ri-issues-reopen-fill:before { content: "\F659"; }
.ri-issues-reopen-line:before { content: "\F65A"; }
.ri-network-error-fill:before { content: "\F65B"; }
.ri-network-error-line:before { content: "\F65C"; }
.ri-network-fill:before { content: "\F65D"; }
.ri-network-line:before { content: "\F65E"; }
.ri-network-off-fill:before { content: "\F65F"; }
.ri-network-off-line:before { content: "\F660"; }
.ri-piano-fill:before { content: "\F661"; }
.ri-piano-grand-fill:before { content: "\F662"; }
.ri-piano-grand-line:before { content: "\F663"; }
.ri-piano-line:before { content: "\F664"; }
.ri-plug-3-fill:before { content: "\F665"; }
.ri-plug-3-line:before { content: "\F666"; }
.ri-send-ins-fill:before { content: "\F667"; }
.ri-send-ins-line:before { content: "\F668"; }
.ri-signal-cellular-1-fill:before { content: "\F669"; }
.ri-signal-cellular-1-line:before { content: "\F66A"; }
.ri-signal-cellular-2-fill:before { content: "\F66B"; }
.ri-signal-cellular-2-line:before { content: "\F66C"; }
.ri-signal-cellular-3-fill:before { content: "\F66D"; }
.ri-signal-cellular-3-line:before { content: "\F66E"; }
.ri-signal-cellular-off-fill:before { content: "\F66F"; }
.ri-signal-cellular-off-line:before { content: "\F670"; }
.ri-stacked-chart-fill:before { content: "\F671"; }
.ri-stacked-chart-line:before { content: "\F672"; }
.ri-upwork-fill:before { content: "\F673"; }
.ri-upwork-line:before { content: "\F674"; }
.ri-brain-4-fill:before { content: "\F675"; }
.ri-brain-4-line:before { content: "\F676"; }
.ri-certificate-2-fill:before { content: "\F677"; }
.ri-certificate-2-line:before { content: "\F678"; }
.ri-certificate-fill:before { content: "\F679"; }
.ri-certificate-line:before { content: "\F67A"; }
.ri-cookie-fill:before { content: "\F67B"; }
.ri-cookie-line:before { content: "\F67C"; }
.ri-cursor-ai-fill:before { content: "\F67D"; }
.ri-cursor-ai-line:before { content: "\F67E"; }
.ri-draw-fill:before { content: "\F67F"; }
.ri-draw-line:before { content: "\F680"; }
.ri-ghost-4-fill:before { content: "\F681"; }
.ri-ghost-4-line:before { content: "\F682"; }
.ri-gitbook-fill:before { content: "\F683"; }
.ri-gitbook-line:before { content: "\F684"; }
.ri-grok-ai-fill:before { content: "\F685"; }
.ri-grok-ai-line:before { content: "\F686"; }
.ri-hand-2:before { content: "\F687"; }
.ri-megaphone-2-fill:before { content: "\F688"; }
.ri-megaphone-2-line:before { content: "\F689"; }
.ri-microsoft-copilot-fill:before { content: "\F68A"; }
.ri-microsoft-copilot-line:before { content: "\F68B"; }
.ri-mosaic-fill:before { content: "\F68C"; }
.ri-mosaic-line:before { content: "\F68D"; }
.ri-qr-scan-ai-fill:before { content: "\F68E"; }
.ri-qr-scan-ai-line:before { content: "\F68F"; }
.ri-qwen-ai-fill:before { content: "\F690"; }
.ri-qwen-ai-line:before { content: "\F691"; }
.ri-reddit-2-fill:before { content: "\F692"; }
.ri-reddit-2-line:before { content: "\F693"; }
.ri-sim-card-warning-fill:before { content: "\F694"; }
.ri-sim-card-warning-line:before { content: "\F695"; }
.ri-space-ship-2-fill:before { content: "\F696"; }
.ri-space-ship-2-line:before { content: "\F697"; }
.ri-subreddit-fill:before { content: "\F698"; }
.ri-subreddit-line:before { content: "\F699"; }
.ri-zhipu-ai-fill:before { content: "\F69A"; }
.ri-zhipu-ai-line:before { content: "\F69B"; }
.ri-connector-fill:before { content: "\F69C"; }
.ri-connector-line:before { content: "\F69D"; }


@charset "UTF-8";
.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a,
  a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
}
pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr,
  img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}
h2,
  h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td,
    .table th {
      background-color: #fff !important;
}
.table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
}
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/static/fonts/glyphicons-halflings-regular.f4769f9.eot);
  src: url(/static/fonts/glyphicons-halflings-regular.f4769f9.eot?#iefix) format("embedded-opentype"), url(/static/fonts/glyphicons-halflings-regular.448c34a.woff2) format("woff2"), url(/static/fonts/glyphicons-halflings-regular.fa27723.woff) format("woff"), url(/static/fonts/glyphicons-halflings-regular.e18bbf6.ttf) format("truetype"), url(/static/img/glyphicons-halflings-regular.8988968.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #42b983;
  text-decoration: none;
}
a:hover, a:focus {
    color: #2e815b;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
.container {
      width: 750px;
}
}
@media (min-width: 992px) {
.container {
      width: 970px;
}
}
@media (min-width: 1200px) {
.container {
      width: 1170px;
}
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.33333%;
}
.col-sm-2 {
    width: 16.66667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.33333%;
}
.col-sm-5 {
    width: 41.66667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.33333%;
}
.col-sm-8 {
    width: 66.66667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.33333%;
}
.col-sm-11 {
    width: 91.66667%;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.33333%;
}
.col-sm-pull-2 {
    right: 16.66667%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-4 {
    right: 33.33333%;
}
.col-sm-pull-5 {
    right: 41.66667%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-7 {
    right: 58.33333%;
}
.col-sm-pull-8 {
    right: 66.66667%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-10 {
    right: 83.33333%;
}
.col-sm-pull-11 {
    right: 91.66667%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.33333%;
}
.col-sm-push-2 {
    left: 16.66667%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-4 {
    left: 33.33333%;
}
.col-sm-push-5 {
    left: 41.66667%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-7 {
    left: 58.33333%;
}
.col-sm-push-8 {
    left: 66.66667%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-10 {
    left: 83.33333%;
}
.col-sm-push-11 {
    left: 91.66667%;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-offset-0 {
    margin-left: 0%;
}
.col-sm-offset-1 {
    margin-left: 8.33333%;
}
.col-sm-offset-2 {
    margin-left: 16.66667%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-4 {
    margin-left: 33.33333%;
}
.col-sm-offset-5 {
    margin-left: 41.66667%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-7 {
    margin-left: 58.33333%;
}
.col-sm-offset-8 {
    margin-left: 66.66667%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-10 {
    margin-left: 83.33333%;
}
.col-sm-offset-11 {
    margin-left: 91.66667%;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-1 {
    width: 8.33333%;
}
.col-md-2 {
    width: 16.66667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.33333%;
}
.col-md-5 {
    width: 41.66667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.33333%;
}
.col-md-8 {
    width: 66.66667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.33333%;
}
.col-md-11 {
    width: 91.66667%;
}
.col-md-12 {
    width: 100%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.33333%;
}
.col-md-pull-2 {
    right: 16.66667%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-4 {
    right: 33.33333%;
}
.col-md-pull-5 {
    right: 41.66667%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-7 {
    right: 58.33333%;
}
.col-md-pull-8 {
    right: 66.66667%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-10 {
    right: 83.33333%;
}
.col-md-pull-11 {
    right: 91.66667%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.33333%;
}
.col-md-push-2 {
    left: 16.66667%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-4 {
    left: 33.33333%;
}
.col-md-push-5 {
    left: 41.66667%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-7 {
    left: 58.33333%;
}
.col-md-push-8 {
    left: 66.66667%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-10 {
    left: 83.33333%;
}
.col-md-push-11 {
    left: 91.66667%;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-offset-0 {
    margin-left: 0%;
}
.col-md-offset-1 {
    margin-left: 8.33333%;
}
.col-md-offset-2 {
    margin-left: 16.66667%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-4 {
    margin-left: 33.33333%;
}
.col-md-offset-5 {
    margin-left: 41.66667%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-7 {
    margin-left: 58.33333%;
}
.col-md-offset-8 {
    margin-left: 66.66667%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-10 {
    margin-left: 83.33333%;
}
.col-md-offset-11 {
    margin-left: 91.66667%;
}
.col-md-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1 {
    width: 8.33333%;
}
.col-lg-2 {
    width: 16.66667%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.33333%;
}
.col-lg-5 {
    width: 41.66667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.33333%;
}
.col-lg-8 {
    width: 66.66667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.33333%;
}
.col-lg-11 {
    width: 91.66667%;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.33333%;
}
.col-lg-pull-2 {
    right: 16.66667%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-4 {
    right: 33.33333%;
}
.col-lg-pull-5 {
    right: 41.66667%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-7 {
    right: 58.33333%;
}
.col-lg-pull-8 {
    right: 66.66667%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-10 {
    right: 83.33333%;
}
.col-lg-pull-11 {
    right: 91.66667%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.33333%;
}
.col-lg-push-2 {
    left: 16.66667%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-4 {
    left: 33.33333%;
}
.col-lg-push-5 {
    left: 41.66667%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-7 {
    left: 58.33333%;
}
.col-lg-push-8 {
    left: 66.66667%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-10 {
    left: 83.33333%;
}
.col-lg-push-11 {
    left: 91.66667%;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-offset-0 {
    margin-left: 0%;
}
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
.col-lg-offset-2 {
    margin-left: 16.66667%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-4 {
    margin-left: 33.33333%;
}
.col-lg-offset-5 {
    margin-left: 41.66667%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-7 {
    margin-left: 58.33333%;
}
.col-lg-offset-8 {
    margin-left: 66.66667%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-10 {
    margin-left: 83.33333%;
}
.col-lg-offset-11 {
    margin-left: 91.66667%;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
}
.table-responsive > .table {
        margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap;
}
.table-responsive > .table-bordered {
        border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0;
}
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='search'] {
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}
.form-control, .datepickbox input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .datepickbox input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .datepickbox input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder, .datepickbox input:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder, .datepickbox input::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand, .datepickbox input::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .datepickbox input[disabled], .form-control[readonly], .datepickbox input[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .datepickbox input,
  .datepickbox fieldset[disabled] input {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled], .datepickbox input[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .datepickbox input,
  .datepickbox fieldset[disabled] input {
    cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type='date'].form-control, .datepickbox input[type='date'],
  input[type='time'].form-control,
  .datepickbox input[type='time'],
  input[type='datetime-local'].form-control,
  .datepickbox input[type='datetime-local'],
  input[type='month'].form-control,
  .datepickbox input[type='month'] {
    line-height: 34px;
}
input[type='date'].input-sm, .input-group-sm > input.form-control[type='date'], .datepickbox .input-group-sm > input[type='date'],
  .input-group-sm > input.input-group-addon[type='date'],
  .input-group-sm > .input-group-btn > input.btn[type='date'],
  .input-group-sm input[type='date'],
  input[type='time'].input-sm,
  .input-group-sm > input.form-control[type='time'],
  .datepickbox .input-group-sm > input[type='time'],
  .input-group-sm > input.input-group-addon[type='time'],
  .input-group-sm > .input-group-btn > input.btn[type='time'],
  .input-group-sm
  input[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm > input.form-control[type='datetime-local'],
  .datepickbox .input-group-sm > input[type='datetime-local'],
  .input-group-sm > input.input-group-addon[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn[type='datetime-local'],
  .input-group-sm
  input[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm > input.form-control[type='month'],
  .datepickbox .input-group-sm > input[type='month'],
  .input-group-sm > input.input-group-addon[type='month'],
  .input-group-sm > .input-group-btn > input.btn[type='month'],
  .input-group-sm
  input[type='month'] {
    line-height: 30px;
}
input[type='date'].input-lg, .input-group-lg > input.form-control[type='date'], .datepickbox .input-group-lg > input[type='date'],
  .input-group-lg > input.input-group-addon[type='date'],
  .input-group-lg > .input-group-btn > input.btn[type='date'],
  .input-group-lg input[type='date'],
  input[type='time'].input-lg,
  .input-group-lg > input.form-control[type='time'],
  .datepickbox .input-group-lg > input[type='time'],
  .input-group-lg > input.input-group-addon[type='time'],
  .input-group-lg > .input-group-btn > input.btn[type='time'],
  .input-group-lg
  input[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg > input.form-control[type='datetime-local'],
  .datepickbox .input-group-lg > input[type='datetime-local'],
  .input-group-lg > input.input-group-addon[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn[type='datetime-local'],
  .input-group-lg
  input[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg > input.form-control[type='month'],
  .datepickbox .input-group-lg > input[type='month'],
  .input-group-lg > input.input-group-addon[type='month'],
  .input-group-lg > .input-group-btn > input.btn[type='month'],
  .input-group-lg
  input[type='month'] {
    line-height: 46px;
}
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled], input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled]
input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .datepickbox .input-group-lg > input.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .datepickbox .input-group-sm > input.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .datepickbox .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-sm .form-control, .form-group-sm .datepickbox input, .datepickbox .form-group-sm input {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .datepickbox .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-lg .form-control, .form-group-lg .datepickbox input, .datepickbox .form-group-lg input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .datepickbox input, .datepickbox .has-feedback input {
    padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .datepickbox .input-group-lg > input + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .datepickbox input + .form-control-feedback,
.datepickbox .form-group-lg input + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .datepickbox .input-group-sm > input + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .datepickbox input + .form-control-feedback,
.datepickbox .form-group-sm input + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .datepickbox input, .datepickbox .has-success input {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .datepickbox input:focus, .datepickbox .has-success input:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .datepickbox input, .datepickbox .has-warning input {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .datepickbox input:focus, .datepickbox .has-warning input:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .datepickbox input, .datepickbox .has-error input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .datepickbox input:focus, .datepickbox .has-error input:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control, .form-inline .datepickbox input, .datepickbox .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .datepickbox input,
    .datepickbox .form-inline .input-group input {
      width: auto;
}
.form-inline .input-group > .form-control, .form-inline .datepickbox .input-group > input, .datepickbox .form-inline .input-group > input {
    width: 100%;
}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
}
.form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40;
}
.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #42b983;
  border-color: #3ba676;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #359368;
    border-color: #1a4833;
}
.btn-success:hover {
    color: #fff;
    background-color: #359368;
    border-color: #2b7956;
}
.btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #359368;
    border-color: #2b7956;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #2b7956;
      border-color: #1a4833;
}
.btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #42b983;
    border-color: #3ba676;
}
.btn-success .badge {
    color: #42b983;
    background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85;
}
.btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19;
}
.btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
  color: #42b983;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #2e815b;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control, .input-group .datepickbox input, .datepickbox .input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .datepickbox input:focus, .datepickbox .input-group input:focus {
      z-index: 3;
}
.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .datepickbox input, .datepickbox .input-group input {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .datepickbox input:not(:first-child):not(:last-child),
  .datepickbox .input-group input:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .datepickbox .input-group-sm > input.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .datepickbox .input-group-lg > input.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group .datepickbox input:first-child, .datepickbox .input-group input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child, .input-group .datepickbox input:last-child, .datepickbox .input-group input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
      margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2;
}
.input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc;
}
.breadcrumb > .active {
    color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #42b983;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px;
}
.pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #2e815b;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
      margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
    display: block !important;
}
table.visible-xs {
    display: table !important;
}
tr.visible-xs {
    display: table-row !important;
}
th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
    display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
    display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
    display: block !important;
}
table.visible-sm {
    display: table !important;
}
tr.visible-sm {
    display: table-row !important;
}
th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
    display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
    display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
    display: block !important;
}
table.visible-md {
    display: table !important;
}
tr.visible-md {
    display: table-row !important;
}
th.visible-md,
  td.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
    display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
    display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
    display: block !important;
}
table.visible-lg {
    display: table !important;
}
tr.visible-lg {
    display: table-row !important;
}
th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
    display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
    display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
}
}
.visible-print {
  display: none !important;
}
@media print {
.visible-print {
    display: block !important;
}
table.visible-print {
    display: table !important;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print,
  td.visible-print {
    display: table-cell !important;
}
}
.visible-print-block {
  display: none !important;
}
@media print {
.visible-print-block {
      display: block !important;
}
}
.visible-print-inline {
  display: none !important;
}
@media print {
.visible-print-inline {
      display: inline !important;
}
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
.visible-print-inline-block {
      display: inline-block !important;
}
}
@media print {
.hidden-print {
    display: none !important;
}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/static/fonts/fontawesome-webfont.674f50d.eot);
  src: url(/static/fonts/fontawesome-webfont.674f50d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/static/fonts/fontawesome-webfont.af7ae50.woff2) format("woff2"), url(/static/fonts/fontawesome-webfont.fee66e7.woff) format("woff"), url(/static/fonts/fontawesome-webfont.b06871f.ttf) format("truetype"), url(/static/img/fontawesome-webfont.912ec66.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.title-xlarge {
  font-family: 'Faktum', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
.body-text .title-xlarge {
  margin-bottom: 24px;
}
.title-large {
  font-family: 'Faktum', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.body-text .title-large {
  margin-bottom: 16px;
}
.title-medium {
  font-family: 'Faktum', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.body-text .title-medium {
  margin-bottom: 16px;
}
.title-small {
  font-family: 'Faktum', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.body-text .title-small {
  margin-bottom: 8px;
}
.title-xsmall {
  font-family: 'Faktum', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.body-text .title-xsmall {
  margin-bottom: 8px;
}
.display-xlarge {
  font-family: 'Shifting Reality I', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.body-text .display-xlarge {
  margin-bottom: 24px;
}
.display-large {
  font-family: 'Shifting Reality I', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
.body-text .display-large {
  margin-bottom: 16px;
}
.display-medium {
  font-family: 'Shifting Reality I', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.body-text .display-medium {
  margin-bottom: 16px;
}
.display-small {
  font-family: 'Shifting Reality I', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.body-text .display-small {
  margin-bottom: 8px;
}
.display-xsmall {
  font-family: 'Shifting Reality I', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
.body-text .display-xsmall {
  margin-bottom: 8px;
}
.body-large {
  font-family: 'Faktum', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.body-text .body-large {
  margin-bottom: undefinedpx;
}
.body-small {
  font-family: 'Faktum', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
p,
.body-text .body-small {
  margin-bottom: 8px;
}
.text-title-caption,
.title-caption {
  font-family: 'Faktum', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.body-text .text-title-caption,
.body-text .title-caption {
  margin-bottom: 8px;
}
.text-caption {
  font-family: 'Faktum', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.body-text .text-caption {
  margin-bottom: 8px;
}
.text-primary {
  color: whitesmoke;
}
.text-secondary {
  color: #bdbdbd;
}
i.primary {
  color: whitesmoke;
}
i.secondary {
  color: #a6a6a6;
}
i.inverted {
  color: #0a0a0a;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}
.body-text a:not(.unstyled) {
  color: #bdbdbd;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.body-text a:hover:not(.unstyled) {
  color: whitesmoke;
}
body {
  color: whitesmoke;
  font-family: 'Faktum', sans-serif;
  font-size: 14px;
}
.bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center;
}
textarea,
input,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-family: 'Faktum', sans-serif;
}
textarea,
input,
textarea::-moz-placeholder,
input::-moz-placeholder {
  font-family: 'Faktum', sans-serif;
}
textarea,
input,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-family: 'Faktum', sans-serif;
}
textarea,
input,
textarea::placeholder,
input::placeholder {
  font-family: 'Faktum', sans-serif;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.has-flag {
  font-family: 'Twemoji Country Flags', 'Faktum', sans-serif;
}
.uneditable {
  border: 1px solid transparent;
  height: 24px;
  padding: 0 8px;
  line-height: 24px;
}
.transcript-line.is-active {
  font-weight: 700;
  color: whitesmoke;
}
p {
  margin: 0;
}
.course-description li {
  line-height: 1.4em !important;
}
.underline {
  text-decoration: underline;
}
.linkified a {
  color: #00b6f0;
}
@font-face {
  font-family: 'Shifting Reality I';
  src: url(data:application/font-woff2;base64,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) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Shifting Reality II';
  src: url(data:application/font-woff2;base64,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) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Shifting Reality III';
  src: url(data:application/font-woff2;base64,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) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Faktum';
  src: url(/static/fonts/faktum-regular.aa2090e.woff2) format("woff2"), url(/static/fonts/faktum-regular.f075c6c.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Faktum';
  src: url(/static/fonts/faktum-medium.dbaf03c.woff2) format("woff2"), url(/static/fonts/faktum-medium.77e445b.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Faktum';
  src: url(/static/fonts/faktum-semibold.5f91cce.woff2) format("woff2"), url(/static/fonts/faktum-semibold.dca6825.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Faktum';
  src: url(/static/fonts/faktum-bold.ff5576b.woff2) format("woff2"), url(/static/fonts/faktum-bold.d1bf1a5.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Faktum';
  src: url(/static/fonts/faktum-regular-italic.77004e6.woff2) format("woff2"), url(/static/fonts/faktum-regular-italic.6a65f91.woff) format("woff");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Faktum';
  src: url(/static/fonts/faktum-bold-italic.bb9baa7.woff2) format("woff2"), url(/static/fonts/faktum-bold-italic.c60316b.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FaktumCondensed';
  src: url(/static/fonts/faktum-con.120bea6.woff2) format("woff2"), url(/static/fonts/faktum-con.da96ec0.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'remixicon';
  src: url(/static/fonts/remixicon.868ebc0.woff2) format("woff2");
  font-display: swap;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.shimmer {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background-image: linear-gradient(90deg, rgba(2, 2, 2, 0) 0, rgba(2, 2, 2, 0.8) 50%, rgba(2, 2, 2, 0) 100%);
  background-size: 1200px 100%;
  color: transparent;
}
.shimmer.light {
    background-image: linear-gradient(90deg, rgba(50, 50, 50, 0) 0, rgba(50, 50, 50, 0.8) 50%, rgba(2, 2, 2, 0) 100%);
}
.shimmer.dark {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0) 100%);
}
.shimmer-block {
  display: block;
  border-radius: 4px;
  background-color: #262626;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 40px;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999999999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px;
  gap: 6px;
  pointer-events: none;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  pointer-events: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  width: 344px;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  background: #00b6f0;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
  background-image: none !important;
  overflow: hidden;
}
#toast-container > div:hover {
  opacity: 1;
}
.toast-title {
  font-weight: 600;
}
.toast-message {
  -ms-flex: 1;
      flex: 1;
  word-wrap: break-word;
  line-height: 24px;
}
.toast-message a, .toast-message label {
    color: inherit;
}
.toast-message a:hover {
    color: inherit;
    text-decoration: none;
}
.toast-close-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
  opacity: 0.8;
  background: transparent;
  border: 0;
  padding: 0;
  float: none;
  position: static;
}
.toast-close-button:hover, .toast-close-button:focus {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    opacity: 1;
    color: inherit;
    text-decoration: none;
}
.toast-close-button:active {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 60px;
}
.toast {
  background-color: #00b6f0;
  color: #0a0a0a;
}
.toast::before {
    font-family: 'remixicon';
    content: "\EE59";
    font-size: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
}
.toast-info {
  background-color: #00b6f0 !important;
  color: #0a0a0a !important;
}
.toast-info::before {
    font-family: 'remixicon';
    content: "\EE59";
    font-size: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
}
.toast-success {
  background-color: #ecf8f2 !important;
  color: #216542 !important;
}
.toast-success::before {
    font-family: 'remixicon';
    content: "\EB81";
    font-size: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
}
.toast-error {
  background-color: #feedef !important;
  color: #ab3842 !important;
}
.toast-error::before {
    font-family: 'remixicon';
    content: "\ECA1";
    font-size: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
}
.toast-warning {
  background-color: #fdf8ed !important;
  color: #816727 !important;
}
.toast-warning::before {
    font-family: 'remixicon';
    content: "\EA21";
    font-size: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
}
@media all and (max-width: 480px) {
#toast-container > div {
    width: calc(100vw - 2rem);
}
}
.vjs-marker {
  position: absolute;
  left: 0;
  bottom: 0em;
  opacity: 1;
  height: 100%;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  z-index: 100;
}
.vjs-marker:hover {
  cursor: pointer;
  transform: scale(1.3, 1.3);
}
.vjs-tip {
  visibility: hidden;
  display: block;
  opacity: 0.8;
  padding: 5px;
  font-size: 2rem;
  position: absolute;
  bottom: 14px;
  z-index: 100000;
}
.vjs-tip .vjs-tip-arrow {
  background: url(data:image/gif;base64,R0lGODlhCQAJAIABAAAAAAAAACH5BAEAAAEALAAAAAAJAAkAAAIRjAOnwIrcDJxvwkplPtchVQAAOw==) no-repeat top left;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
  position: absolute;
  width: 9px;
  height: 5px;
}
.vjs-tip .vjs-tip-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
.vjs-break-overlay {
  visibility: hidden;
  position: absolute;
  z-index: 100000;
  top: 0;
}
.vjs-break-overlay .vjs-break-overlay-text {
  padding: 9px;
  text-align: center;
}
text {
  font-family: sans-serif;
  font-size: 12px;
  pointer-events: none;
  color: #fff;
  background: red;
}
g.arc path:hover {
  fill: orange;
}
.psd3Tooltip {
  display: none !important;
  width: 100%;
  text-align: center;
  background-color: rgba(47, 47, 47, 0.8);
  color: #fff;
  height: auto;
  max-width: 500px;
  pointer-events: none;
  position: absolute;
  left: 2rem !important;
  top: auto !important;
  bottom: 2rem !important;
}
.psd3Tooltip span {
    font-size: 2rem;
    font-weight: 100 !important;
}
.psd3Hidden {
  display: none;
}
.psd3Tooltip p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.vue-scrollbar-transition,
.vue-scrollbar__scrollbar-vertical,
.vue-scrollbar__scrollbar-horizontal {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.vue-scrollbar-transition--scrollbar {
  transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}
.vue-scrollbar__wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-vertical,
.vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-horizontal {
  opacity: 1;
}
.vue-scrollbar__scrollbar-vertical,
.vue-scrollbar__scrollbar-horizontal {
  opacity: 0.5;
  position: absolute;
  background: transparent;
}
.vue-scrollbar__scrollbar-vertical:hover,
.vue-scrollbar__scrollbar-horizontal:hover {
  background: rgba(0, 0, 0, 0.3);
}
.vue-scrollbar__scrollbar-vertical .scrollbar,
.vue-scrollbar__scrollbar-horizontal .scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.vue-scrollbar__scrollbar-vertical {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}
.vue-scrollbar__scrollbar-vertical .scrollbar {
  width: 10px;
}
.vue-scrollbar__scrollbar-horizontal {
  height: 10px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.vue-scrollbar__scrollbar-horizontal .scrollbar {
  height: 10px;
}
.ps__scrollbar-y {
  background: #444 !important;
}
.ps__scrollbar-y-rail, .ps__scrollbar-y-rail:hover {
  width: 10px !important;
  background-color: #333 !important;
}
.vjs-resolution-button .vjs-menu-icon:before {
  content: '\F110';
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.67em;
}
.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 1em;
  line-height: 3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: inherit;
}
.vjs-resolution-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: 50%;
  /* Center the menu, in it's parent */
  margin-left: -2em;
  /* half of width, to center */
}
.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em;
}

/* line 3, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] {
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 20, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item {
  font-size: 14px;
  padding: 1px 3px;
  border: 0;
}

/* line 25, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 .615em;
  color: #4f4f4f;
}

/* line 34, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item:hover, .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item.active {
  background-color: #e4e4e4;
}

/* line 39, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item:hover a, .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item.active a {
  color: #333;
}

/* line 44, ../scss/_text-complete.scss */
.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: 0 5px .2ex 0;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

/* line 7, ../scss/emojionearea.scss */
.emojionearea-text [class*=emojione-], .emojionearea-text .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

/* line 23, ../scss/emojionearea.scss */
.emojionearea, .emojionearea * {
  box-sizing: border-box;
}

/* line 27, ../scss/emojionearea.scss */
.emojionearea, .emojionearea.form-control, .datepickbox input.emojionearea {
  display: block;
  position: relative !important;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 14px;
  border: 0;
  background-color: #363636;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out,         box-shadow 0.15s ease-in-out;
}

/* line 45, ../scss/emojionearea.scss */
.emojionearea.focused {
  border-color: #66AFE9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 51, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor {
  display: block;
  height: auto;
  min-height: 8em;
  max-height: 15em;
  overflow: auto;
  padding: 6px 24px 6px 12px;
  line-height: 1.42857143;
  font-size: inherit;
  color: #fff;
  background-color: transparent;
  border: 0;
  cursor: text;
  margin-right: 1px;
  border-radius: 0;
  box-shadow: none;
}

/* line 68, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor:empty:before {
  content: attr(placeholder);
  display: block;
  color: #BBBBBB;
}

/* line 74, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

/* line 80, ../scss/emojionearea.scss */
.emojionearea .emojionearea-editor [class*=emojione-], .emojionearea .emojionearea-editor .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

/* line 95, ../scss/emojionearea.scss */
.emojionearea.emojionearea-inline {
  height: 34px;
}

/* line 98, ../scss/emojionearea.scss */
.emojionearea.emojionearea-inline > .emojionearea-editor {
  height: 32px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 12px;
  right: 24px;
  padding: 6px 0;
}

/* line 109, ../scss/emojionearea.scss */
.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 4px;
}

/* line 114, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button {
  z-index: 5;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}

/* line 125, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button:hover {
  opacity: 1;
}

/* line 129, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button > div {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  transition: all 400ms ease-in-out;
}

/* line 137, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button > div.emojionearea-button-open {
  background-position: 0 -24px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 142, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button > div.emojionearea-button-close {
  background-position: 0 0;
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 152, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active > div.emojionearea-button-open {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 159, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active > div.emojionearea-button-close {
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 169, ../scss/emojionearea.scss */
.emojionearea .search {
  background: #363636;
  color: #fff;
}
.emojionearea .emojionearea-picker {
  background: #363636;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  height: 276px;
  width: 348px;
  top: -15px;
  right: -15px;
  z-index: 90;
  transition: all 0.25s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 183, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.hidden {
  display: none;
}

/* line 187, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 348px;
}

/* line 192, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 91;
}

/* line 202, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters, .emojionearea .emojionearea-picker .emojionearea-search {
  width: 100%;
  position: absolute;
  z-index: 95;
}

/* line 208, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-search {
  padding: 5px 0 0 10px;
  height: 40px;
}

/* line 213, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters {
  background: #222;
  padding: 0 0 0 7px;
  height: 40px;
}

/* line 218, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 40px;
  width: 32px;
  filter: inherit;
  padding: 7px 1px 0;
  cursor: pointer;
  filter: grayscale(1);
}

/* line 228, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: #fff;
}

/* line 232, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active, .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
  filter: grayscale(0);
}

/* line 236, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > i {
  width: 24px;
  height: 24px;
  top: 0;
}

/* line 242, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > img {
  width: 24px;
  height: 24px;
  margin: 0 3px;
}

/* line 250, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones {
  position: absolute;
  top: 46px;
  right: 10px;
  height: 22px;
  z-index: 95;
}

/* line 257, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone {
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: middle;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

/* line 268, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0:after {
  background-color: #ffcf3e;
}

/* line 273, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1:after {
  background-color: #fae3c5;
}

/* line 278, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2:after {
  background-color: #e2cfa5;
}

/* line 283, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3:after {
  background-color: #daa478;
}

/* line 288, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4:after {
  background-color: #a78058;
}

/* line 293, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5:after {
  background-color: #5e4d43;
}

/* line 301, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent;
}

/* line 306, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
}

/* line 315, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone.active:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

/* line 327, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone {
  width: 16px;
  height: 16px;
  margin: 0px 2px;
}

/* line 332, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone.active:after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  box-sizing: initial;
}

/* line 351, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone:after {
  border-radius: 100%;
}

/* line 360, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone:after {
  border-radius: 1px;
}

/* line 367, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  height: 196px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  padding: 0 0 5px;
}

/* line 375, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
  z-index: 1;
}

/* line 379, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area h1 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #b2b2b2;
  background: #363636;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 5px 6px;
}

/* line 390, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area h1:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area h1:before {
  content: " ";
  display: block;
  clear: both;
}

/* line 397, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category {
  padding: 0 0 0 7px;
}

/* line 400, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category:before {
  content: " ";
  display: block;
  clear: both;
}

/* line 407, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
  box-sizing: content-box;
  margin: 0;
  width: 24px;
  height: 24px;
  top: 0;
}

/* line 415, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
  margin: 1px;
  padding: 3px;
}

/* line 424, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer;
}

/* line 430, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
}

/* line 437, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 444, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
  top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 449, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-search {
  top: 40px;
}

/* line 452, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-scroll-area {
  bottom: 0;
}

/* line 458, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 463, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-search {
  bottom: 40px;
}

/* line 466, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-scroll-area {
  top: 0;
}

/* line 471, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -286px;
  right: -14px;
}

/* line 475, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -49px;
  bottom: -10px;
  right: 20px;
}

/* line 484, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -80px;
}

/* line 490, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  margin-right: -358px;
  top: -8px;
}

/* line 495, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  width: 10px;
  height: 19px;
  background-position: 0px -60px;
  top: 13px;
  left: -10px;
}

/* line 504, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: right -60px;
}

/* line 510, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  margin-top: 10px;
  right: -14px;
  top: 47px;
}

/* line 515, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 20px;
}

/* line 524, ../scss/emojionearea.scss */
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -90px;
}

/* line 532, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 536, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
  margin-top: -269px;
}

/* line 540, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-left,
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
  margin-right: -341px;
}

/* line 545, ../scss/emojionearea.scss */
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-bottom {
  margin-top: -7px;
}

/* line 550, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  box-shadow: none;
}

/* line 555, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 6px 42px 6px 6px;
}

/* line 559, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 4px;
  border-left: 1px solid #e6e6e6;
}

/* line 567, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-repeat: no-repeat;
  background-position: 20px 4px;
}

/* line 572, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: 0.4;
}

/* line 578, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

/* line 585, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-button > div {
  right: 6px;
  top: 5px;
}

/* line 594, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 23px;
}

/* line 601, ../scss/emojionearea.scss */
.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  top: 15px;
}

/* line 32, ../scss/_image.scss */
.emojionearea .emojionearea-button > div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url("data:image/png;base64,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") !important;
}

/* line 32, ../scss/_image.scss */
.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=") !important;
}
.emojioneemoji {
  max-width: 3rem !important;
}
body .emojionearea .emojionearea-button div.emojionearea-button-open {
  background: url(https://cdnjs.cloudflare.com/ajax/libs/emojione/2.1.4/assets/png/1f60e.png) !important;
  background-position: center center !important;
  background-size: cover !important;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1050;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
      opacity: 0.7;
}
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
      outline: none;
}
.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}
.sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Arial, Baskerville, monospace;
      color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
        outline: none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
          width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
          width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem;
}
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
          border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
          border: 0 none;
}
}
.sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
          border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
          border: 0 none;
}
}
.sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@keyframes pulsate {
0% {
    transform: scale(0.1);
    opacity: 0.0;
}
50% {
    opacity: 1;
}
100% {
    transform: scale(1.2);
    opacity: 0;
}
}
.chip,
.selected-tag {
  padding: 4px 8px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  height: 24px;
}
.selected-tag {
  white-space: nowrap;
}
.chip.compact {
  padding: 0 6px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 100px;
  height: 20px;
}
.chip.large {
  padding: 4px 12px 4px 12px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 200px;
  height: 32px;
}
.chip.x-large {
  padding: 6px 16px 6px 16px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 200px;
  height: 40px;
}
.chip,
.selected-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  cursor: pointer;
  line-height: 16px;
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  color: whitesmoke;
}
.chip:hover,
.selected-tag:hover {
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  color: whitesmoke;
}
.chip:active,
.selected-tag:active {
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  color: #bdbdbd;
}
.chip.selected,
.selected-tag.selected {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  cursor: pointer;
  line-height: 16px;
  border: 0px solid transparent;
  background: #a6a6a6;
  color: #0a0a0a;
}
.chip.selected:hover,
.selected-tag.selected:hover {
  border: 0px solid transparent;
  background: #ececec;
  color: #0a0a0a;
}
.chip.selected:active,
.selected-tag.selected:active {
  border: 0px solid transparent;
  background: #c9c9c9;
  color: #0a0a0a;
}
.chip.informational,
.selected-tag.informational {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  cursor: default;
  line-height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0);
  color: #bdbdbd;
}
.chip i,
.selected-tag i {
  font-size: 16px;
}
.chip.trailing-icon {
  gap: 4px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.chip.leading-icon {
  gap: 4px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.chip .counter {
  color: #0a0a0a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 0 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  border-radius: 2px;
  background: #a3a3a3;
}
.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 100ms ease-in-out;
}
.button.large {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0a0a0a;
  min-width: 100px;
}
.button.large i {
    font-size: 24px;
}
.button.medium {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #0a0a0a;
  min-width: 80px;
}
.button.medium i {
    font-size: 16px;
}
.button.small {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 6px 12px 6px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #0a0a0a;
  min-width: 60px;
}
.button.small i {
    font-size: 12px;
}
.button.color {
  background: #00b6f0;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.color:hover {
  background: #54cef5;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.color:active {
  background: #0081aa;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.color:disabled,
.button.color.disabled {
  background: gray;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
  cursor: not-allowed;
}
.button.danger {
  background: #f14f5d;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.danger:hover {
  background: #f68992;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.danger:active {
  background: #ab3842;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.danger:disabled,
.button.danger.disabled {
  background: gray;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
  cursor: not-allowed;
}
.button.high-contrast {
  background: #bdbdbd;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.high-contrast:hover {
  background: whitesmoke;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.high-contrast:active {
  background: #d6d6d6;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.high-contrast:disabled,
.button.high-contrast.disabled {
  background: gray;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
  cursor: not-allowed;
}
.button.low-contrast {
  background: rgba(255, 255, 255, 0.1);
  color: whitesmoke;
  font-weight: 500;
  opacity: 1;
}
.button.low-contrast:hover {
  background: rgba(255, 255, 255, 0.2);
  color: whitesmoke;
  font-weight: 500;
  opacity: 1;
}
.button.low-contrast:active {
  background: rgba(255, 255, 255, 0.08);
  color: whitesmoke;
  font-weight: 500;
  opacity: 1;
}
.button.low-contrast:disabled,
.button.low-contrast.disabled {
  background: rgba(255, 255, 255, 0.1);
  color: gray;
  font-weight: 500;
  opacity: 1;
  cursor: not-allowed;
}
.button.text {
  background: transparent;
  gap: 4px;
  color: #bdbdbd;
  font-weight: 700;
  opacity: 1;
}
.button.text:hover {
  background: transparent;
  gap: 4px;
  color: whitesmoke;
  font-weight: 700;
  opacity: 1;
}
.button.text:active {
  background: transparent;
  gap: 4px;
  color: #a3a3a3;
  font-weight: 700;
  opacity: 1;
}
.button.text:disabled,
.button.text.disabled {
  background: transparent;
  gap: 4px;
  color: whitesmoke;
  font-weight: 700;
  opacity: 0.20000000298023224;
  cursor: not-allowed;
}
.button.danger {
  background: #f14f5d;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.button.danger:hover {
  background: #f68992;
  color: #0a0a0a;
  font-weight: 500;
  opacity: 1;
}
.fab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0a0a0a;
  font-size: 24px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  background: #00b6f0;
  height: 48px;
  width: 48px;
}
.fab.open {
    width: 48px;
    height: 48px;
    background: #00b6f0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.fab.open i {
      font-size: 24px;
      color: #0a0a0a;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.icon-button {
  cursor: pointer;
  border: none;
  transition: all 100ms ease-in-out;
}
.icon-button:disabled {
    cursor: not-allowed;
}
.icon-button.tiny {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 4px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #00b6f0;
}
.icon-button.tiny i {
      font-size: 8px;
}
.icon-button.small {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 4px;
    line-height: 16px;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #00b6f0;
}
.icon-button.small i {
      font-size: 16px;
}
.icon-button.medium {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 4px;
    line-height: 16px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: #00b6f0;
}
.icon-button.medium i {
      font-size: 16px;
}
.icon-button.large {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 4px;
    line-height: 16px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: #00b6f0;
}
.icon-button.large i {
      font-size: 24px;
}
.icon-button.color {
    background: #00b6f0;
}
.icon-button.color i {
      color: #0a0a0a;
}
.icon-button.color:hover {
    background: #54cef5;
}
.icon-button.color:hover i {
      color: #0a0a0a;
}
.icon-button.color:active {
    background: #0081aa;
}
.icon-button.color:active i {
      color: #0a0a0a;
}
.icon-button.color:disabled {
    background: gray;
}
.icon-button.color:disabled i {
      color: #0a0a0a;
}
.icon-button.low-contrast {
    background: rgba(255, 255, 255, 0.1);
}
.icon-button.low-contrast i {
      color: #fafafa;
}
.icon-button.low-contrast:hover {
    background: rgba(255, 255, 255, 0.2);
}
.icon-button.low-contrast:hover i {
      color: #fafafa;
}
.icon-button.low-contrast:active {
    background: rgba(255, 255, 255, 0.08);
}
.icon-button.low-contrast:active i {
      color: #fafafa;
}
.icon-button.low-contrast:disabled {
    background: rgba(255, 255, 255, 0.1);
}
.icon-button.low-contrast:disabled i {
      color: gray;
}
.icon-button.high-contrast {
    background: #bdbdbd;
}
.icon-button.high-contrast i {
      color: #0a0a0a;
}
.icon-button.high-contrast:hover {
    background: whitesmoke;
}
.icon-button.high-contrast:hover i {
      color: #0a0a0a;
}
.icon-button.high-contrast:active {
    background: #d6d6d6;
}
.icon-button.high-contrast:active i {
      color: #0a0a0a;
}
.icon-button.high-contrast:disabled {
    background: gray;
}
.icon-button.high-contrast:disabled i {
      color: #0a0a0a;
}
.icon-button.text {
    background: transparent;
}
.icon-button.text i {
      color: #bdbdbd;
}
.icon-button.text:hover {
    background: rgba(255, 255, 255, 0.1);
}
.icon-button.text:hover i {
      color: #fafafa;
}
.icon-button.text:active {
    background: rgba(255, 255, 255, 0.08);
}
.icon-button.text:active i {
      color: #a3a3a3;
}
.icon-button.text:disabled {
    background: rgba(255, 255, 255, 0.05);
}
.icon-button.text:disabled i {
      color: gray;
}
.dropdown-toggle {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  padding-top: 0 !important;
}
.dropdown-toggle .open-indicator {
    padding-top: 5px;
}
.select-single .dropdown-toggle {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.v-select.single .selected-tag {
  margin-left: 0;
  padding-left: 0;
  margin-top: 3px !important;
}
.v-select .dropdown-toggle .clear {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.select-small.select-single .dropdown-toggle {
  height: 24px;
}
.select-medium.select-single .dropdown-toggle {
  height: 32px;
}
.select-large.select-single .dropdown-toggle {
  height: 48px;
}
.select-small .dropdown-toggle {
  min-height: 24px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  color: #bdbdbd;
  padding: 4px 8px;
  cursor: pointer;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  transition: border-color 0.1s ease, background 0.1s ease;
}
.select-small .dropdown-toggle .selected-tag {
    font-size: 12px;
    color: #bdbdbd;
    margin: 0;
}
.select-small .dropdown-toggle .open-indicator::before {
    border-color: gray;
    border-width: 2px 2px 0 0;
    width: 6px;
    height: 6px;
}
.select-small .dropdown-toggle input.form-control, .select-small .dropdown-toggle .datepickbox input, .datepickbox .select-small .dropdown-toggle input {
    font-size: 12px;
    color: #bdbdbd;
    background: transparent;
    border: none !important;
    height: auto;
    padding: 0;
    box-shadow: none;
}
.select-small .dropdown-toggle input.form-control::-webkit-input-placeholder, .select-small .dropdown-toggle .datepickbox input::-webkit-input-placeholder, .datepickbox .select-small .dropdown-toggle input::-webkit-input-placeholder {
      color: #616161;
}
.select-small .dropdown-toggle input.form-control::-moz-placeholder, .select-small .dropdown-toggle .datepickbox input::-moz-placeholder, .datepickbox .select-small .dropdown-toggle input::-moz-placeholder {
      color: #616161;
}
.select-small .dropdown-toggle input.form-control:-ms-input-placeholder, .select-small .dropdown-toggle .datepickbox input:-ms-input-placeholder, .datepickbox .select-small .dropdown-toggle input:-ms-input-placeholder {
      color: #616161;
}
.select-small .dropdown-toggle input.form-control::placeholder, .select-small .dropdown-toggle .datepickbox input::placeholder, .datepickbox .select-small .dropdown-toggle input::placeholder {
      color: #616161;
}
.select-small .dropdown-toggle input {
    border-bottom: none !important;
}
.select-small.open .dropdown-toggle,
.select-small .dropdown-toggle:hover {
  border-color: #bdbdbd;
  background: rgba(0, 0, 0, 0.4);
}
.select-small.open .dropdown-toggle .selected-tag,
  .select-small .dropdown-toggle:hover .selected-tag {
    color: whitesmoke;
}
.select-small.open .dropdown-toggle .open-indicator::before,
  .select-small .dropdown-toggle:hover .open-indicator::before {
    border-color: #bdbdbd;
}
.select-small.disabled .dropdown-toggle {
  border-color: gray;
  background: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  color: gray;
}
.select-small.disabled .dropdown-toggle .selected-tag {
    color: gray;
}
.select-medium .dropdown-toggle {
  min-height: 32px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  color: #bdbdbd;
  padding: 4px 8px;
  cursor: pointer;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  transition: border-color 0.1s ease, background 0.1s ease;
}
.select-medium .dropdown-toggle .selected-tag {
    font-size: 14px;
    color: #bdbdbd;
    margin: 0;
}
.select-medium .dropdown-toggle .open-indicator::before {
    border-color: gray;
    border-width: 2px 2px 0 0;
    width: 7px;
    height: 7px;
}
.select-medium .dropdown-toggle input.form-control, .select-medium .dropdown-toggle .datepickbox input, .datepickbox .select-medium .dropdown-toggle input {
    font-size: 14px;
    color: #bdbdbd;
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
    box-shadow: none;
}
.select-medium .dropdown-toggle input.form-control::-webkit-input-placeholder, .select-medium .dropdown-toggle .datepickbox input::-webkit-input-placeholder, .datepickbox .select-medium .dropdown-toggle input::-webkit-input-placeholder {
      color: #616161;
}
.select-medium .dropdown-toggle input.form-control::-moz-placeholder, .select-medium .dropdown-toggle .datepickbox input::-moz-placeholder, .datepickbox .select-medium .dropdown-toggle input::-moz-placeholder {
      color: #616161;
}
.select-medium .dropdown-toggle input.form-control:-ms-input-placeholder, .select-medium .dropdown-toggle .datepickbox input:-ms-input-placeholder, .datepickbox .select-medium .dropdown-toggle input:-ms-input-placeholder {
      color: #616161;
}
.select-medium .dropdown-toggle input.form-control::placeholder, .select-medium .dropdown-toggle .datepickbox input::placeholder, .datepickbox .select-medium .dropdown-toggle input::placeholder {
      color: #616161;
}
.select-medium.open .dropdown-toggle,
.select-medium .dropdown-toggle:hover {
  border-color: #bdbdbd;
  background: rgba(0, 0, 0, 0.4);
}
.select-medium.open .dropdown-toggle .selected-tag,
  .select-medium .dropdown-toggle:hover .selected-tag {
    color: whitesmoke;
}
.select-medium.open .dropdown-toggle .open-indicator::before,
  .select-medium .dropdown-toggle:hover .open-indicator::before {
    border-color: #bdbdbd;
}
.select-medium.disabled .dropdown-toggle {
  border-color: gray;
  background: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  color: gray;
}
.select-medium.disabled .dropdown-toggle .selected-tag {
    color: gray;
}
.select-large .dropdown-toggle {
  min-height: 48px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  color: #bdbdbd;
  padding: 4px 8px;
  cursor: pointer;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  transition: border-color 0.1s ease, background 0.1s ease;
  padding: 0 12px;
  min-height: 40px;
}
.select-large .dropdown-toggle .selected-tag {
    font-size: 14px;
    color: #bdbdbd;
    margin: 0;
}
.select-large .dropdown-toggle .open-indicator::before {
    border-color: gray;
    border-width: 2px 2px 0 0;
    width: 9px;
    height: 9px;
}
.select-large .dropdown-toggle input.form-control, .select-large .dropdown-toggle .datepickbox input, .datepickbox .select-large .dropdown-toggle input {
    font-size: 14px;
    color: #bdbdbd;
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
    box-shadow: none;
}
.select-large .dropdown-toggle input.form-control::-webkit-input-placeholder, .select-large .dropdown-toggle .datepickbox input::-webkit-input-placeholder, .datepickbox .select-large .dropdown-toggle input::-webkit-input-placeholder {
      color: #616161;
}
.select-large .dropdown-toggle input.form-control::-moz-placeholder, .select-large .dropdown-toggle .datepickbox input::-moz-placeholder, .datepickbox .select-large .dropdown-toggle input::-moz-placeholder {
      color: #616161;
}
.select-large .dropdown-toggle input.form-control:-ms-input-placeholder, .select-large .dropdown-toggle .datepickbox input:-ms-input-placeholder, .datepickbox .select-large .dropdown-toggle input:-ms-input-placeholder {
      color: #616161;
}
.select-large .dropdown-toggle input.form-control::placeholder, .select-large .dropdown-toggle .datepickbox input::placeholder, .datepickbox .select-large .dropdown-toggle input::placeholder {
      color: #616161;
}
.select-large.open .dropdown-toggle,
.select-large .dropdown-toggle:hover {
  border-color: #bdbdbd;
  background: rgba(0, 0, 0, 0.4);
}
.select-large.open .dropdown-toggle .selected-tag,
  .select-large .dropdown-toggle:hover .selected-tag {
    color: whitesmoke;
}
.select-large.open .dropdown-toggle .open-indicator::before,
  .select-large .dropdown-toggle:hover .open-indicator::before {
    border-color: #bdbdbd;
}
.select-large.disabled .dropdown-toggle {
  border-color: gray;
  background: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  color: gray;
}
.select-large.disabled .dropdown-toggle .selected-tag {
    color: gray;
}
.v-select .selected-tag {
  color: #bdbdbd;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0px solid transparent;
  border-radius: 100px;
  height: 24px;
  margin: 0;
  padding: 4px 8px;
  float: none;
  line-height: 16px;
}
.v-select .selected-tag .close {
    color: inherit;
    text-shadow: none;
    opacity: 1;
}
.v-select .dropdown-menu {
  background: #474747;
  border: 1px solid #616161;
  border-top: none;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 2px 2px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 220px;
}
.v-select .dropdown-menu li {
    font-size: 14px;
    font-weight: 400;
    color: whitesmoke;
    padding: 8px 12px;
    cursor: pointer;
}
.v-select .dropdown-menu li img {
      margin-right: 6px;
}
.v-select .dropdown-menu li a {
      color: whitesmoke;
      text-decoration: none;
}
.v-select .dropdown-menu li.highlight > a,
  .v-select .dropdown-menu li.highlight {
    background: #616161;
    color: whitesmoke;
}
.v-select .dropdown-menu li.active > a,
  .v-select .dropdown-menu li.active {
    background: gray;
    color: #fff;
}
.v-select .dropdown-menu .no-options {
    font-size: 14px;
    color: gray;
    padding: 8px 12px;
    font-style: italic;
}
.v-select .select-small .dropdown-menu li,
.v-select.select-small .dropdown-menu li {
  font-size: 12px;
  padding: 6px 8px;
}
.v-select .select-medium .dropdown-menu li,
.v-select.select-medium .dropdown-menu li {
  font-size: 12px;
  padding: 6px 8px;
}
.v-select .clear {
  color: #616161;
  font-size: 18px;
  line-height: 1;
}
.v-select .clear:hover {
    color: #d6d6d6;
}
.v-select .spinner {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-color: #bdbdbd;
}
.v-select i {
  font-size: 24px;
  margin-right: 12px;
}
.v-select.select-medium i,
.v-select.select-small i {
  font-size: 16px;
  margin-right: 12px;
}
.v-select-hide-input input.form-control, .v-select-hide-input .datepickbox input, .datepickbox .v-select-hide-input input {
  width: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
select.select-small,
.select-small select {
  min-height: 24px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  padding: 0 8px;
  width: 100%;
  cursor: pointer;
}
select.select-small:hover,
  .select-small select:hover {
    border: 1px solid #bdbdbd;
    background: rgba(0, 0, 0, 0.4);
    color: whitesmoke;
}
select.select-small:active, select.select-small:focus,
  .select-small select:active,
  .select-small select:focus {
    border: 1px solid #bdbdbd;
    background: rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    outline: none;
}
select.select-small:disabled,
  .select-small select:disabled {
    border: 1px solid gray;
    background: rgba(0, 0, 0, 0.4);
    color: gray;
    cursor: not-allowed;
}
select.select-small.error,
  .select-small select.error {
    border: 1px solid #f14f5d;
    background: rgba(0, 0, 0, 0.4);
    color: whitesmoke;
}
select.select-small option,
  .select-small select option {
    background: #474747;
    color: whitesmoke;
    padding: 12px;
}
select.select-medium,
.select-medium select {
  min-height: 32px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #bdbdbd;
  padding: 0 8px;
  width: 100%;
  cursor: pointer;
}
select.select-medium:hover,
  .select-medium select:hover {
    border: 1px solid #bdbdbd;
    background: rgba(0, 0, 0, 0.4);
    color: whitesmoke;
}
select.select-medium:active, select.select-medium:focus,
  .select-medium select:active,
  .select-medium select:focus {
    border: 1px solid #bdbdbd;
    background: rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    outline: none;
}
select.select-medium:disabled,
  .select-medium select:disabled {
    border: 1px solid gray;
    background: rgba(0, 0, 0, 0.1);
    color: gray;
    cursor: not-allowed;
}
select.select-medium.error,
  .select-medium select.error {
    border: 1px solid #f14f5d;
    background: rgba(0, 0, 0, 0.1);
    color: whitesmoke;
}
select.select-medium option,
  .select-medium select option {
    background: #474747;
    color: whitesmoke;
    padding: 12px;
}
select[multiple] {
  padding: 0;
}
select[multiple] option {
    padding: 6px 8px;
}
select[multiple] option:checked {
    background: #006484;
    color: #fff;
}
select.select-large,
.select-large select {
  min-height: 48px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #bdbdbd;
  padding: 0 12px;
  width: 100%;
  cursor: pointer;
}
select.select-large:hover,
  .select-large select:hover {
    border: 1px solid #bdbdbd;
    background: rgba(0, 0, 0, 0.4);
    color: whitesmoke;
}
select.select-large:active, select.select-large:focus,
  .select-large select:active,
  .select-large select:focus {
    border: 1px solid #bdbdbd;
    background: rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    outline: none;
}
select.select-large:disabled,
  .select-large select:disabled {
    border: 1px solid gray;
    background: rgba(0, 0, 0, 0.1);
    color: gray;
    cursor: not-allowed;
}
select.select-large.error,
  .select-large select.error {
    border: 1px solid #f14f5d;
    background: rgba(0, 0, 0, 0.1);
    color: whitesmoke;
}
select.select-large option,
  .select-large select option {
    background: #474747;
    color: whitesmoke;
    padding: 12px;
}
table.small th {
  vertical-align: middle;
  text-align: left;
  padding: 0 8px 0 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: whitesmoke;
  height: 32px;
  border-bottom: 1px solid #303030;
}
@media screen and (max-width: 1439px) {
table.small th {
      font-size: 12px;
      line-height: 16px;
}
}
table.small td {
  vertical-align: middle;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #bdbdbd;
  min-height: 32px;
  border-bottom: 1px solid #303030;
}
@media screen and (max-width: 1439px) {
table.small td {
      font-size: 12px;
      line-height: 16px;
}
}
table.small tr td:first-child,
table.small tr th:first-child {
  padding-left: 0;
}
table.small i {
  font-size: 16px;
}
table.large th {
  vertical-align: middle;
  text-align: left;
  padding: 0 8px 0 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: whitesmoke;
  height: 32px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
@media screen and (max-width: 1439px) {
table.large th {
      font-size: 12px;
      line-height: 16px;
}
}
table.large td {
  vertical-align: middle;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #bdbdbd;
  min-height: 32px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
@media screen and (max-width: 1439px) {
table.large td {
      font-size: 12px;
      line-height: 16px;
}
}
table.large i {
  font-size: 16px;
}
table.large tr td:last-child,
table.large tr th:last-child {
  border-right: none;
}
.table-responsive {
  border: none !important;
}
.drop-down {
  position: absolute;
}
.drop-down a {
    width: 100%;
}
.drop-down.large {
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
    background: #474747;
    border-radius: 2px;
}
.drop-down.large li {
      height: 48px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      gap: 12px;
      font-size: 14px;
      color: whitesmoke;
      font-weight: 400;
}
.drop-down.large li a {
        padding: 12px 12px 12px 12px;
}
.drop-down.large li .leading-icon,
      .drop-down.large li .trailing-icon {
        gap: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
}
.drop-down.large li .leading-icon i {
        font-size: 24px;
}
.drop-down.large li .trailing-icon {
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.drop-down.large li .trailing-icon i {
          font-size: 24px;
}
.drop-down.small {
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
    background: #474747;
    border-radius: 2px;
}
.drop-down.small li {
      height: 32px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      gap: 12px;
      font-size: 12px;
      color: whitesmoke;
      font-weight: 400;
}
.drop-down.small li a {
        padding: 12px 12px 12px 12px;
}
.drop-down.small li .leading-icon,
      .drop-down.small li .trailing-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 12px;
}
.drop-down.small li .leading-icon i {
        font-size: 16px;
}
.drop-down.small li .trailing-icon {
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.drop-down.small li .trailing-icon i {
          font-size: 16px;
}
.drop-down li:hover {
    background: #616161 !important;
    color: whitesmoke !important;
}
.drop-down li:active,
  .drop-down li.active {
    background: #303030 !important;
    color: whitesmoke !important;
}
.vue-js-switch {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}
.vue-js-switch .v-switch-input {
    display: none;
}
.vue-js-switch .v-switch-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: whitesmoke;
}
.vue-js-switch .v-switch-core {
    background: #a3a3a3 !important;
}
.vue-js-switch .v-switch-core .v-switch-button {
      background: #303030 !important;
}
.vue-js-switch.toggled .v-switch-core {
    background: #00b6f0 !important;
}
.vue-js-switch.toggled .v-switch-core .v-switch-button {
      background: #1e1e1e !important;
}
.vue-js-switch:hover .v-switch-core {
    background: #bdbdbd !important;
}
.vue-js-switch:hover.toggled .v-switch-core {
    background: #54cef5 !important;
}
.vue-js-switch:active .v-switch-core {
    background: gray !important;
}
.vue-js-switch:active.toggled .v-switch-core {
    background: #00a6da !important;
}
.vue-js-switch.disabled {
    cursor: not-allowed;
}
.vue-js-switch.disabled .v-switch-label {
      color: gray;
}
.vue-js-switch.disabled .v-switch-core {
      background: #a3a3a3 !important;
}
.vue-js-switch.disabled .v-switch-core .v-switch-button {
        background: gray !important;
}
text-input {
  transition: all 100ms ease-in-out;
}
.text-input.small,
input[type='text'].small,
input[type='email'].small,
input[type='search'].small,
input[type='number'].small,
input[type='tel'].small {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
}
.text-input.small,
input[type='text'].small,
input[type='email'].small,
input[type='search'].small,
input[type='number'].small,
input[type='tel'].small {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: whitesmoke;
}
.text-input.small:hover,
input[type='text'].small:hover,
input[type='email'].small:hover,
input[type='search'].small:hover,
input[type='number'].small:hover,
input[type='tel'].small:hover {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: whitesmoke;
}
.text-input.small:focus,
input[type='text'].small:focus,
input[type='email'].small:focus,
input[type='search'].small:focus,
input[type='number'].small:focus,
input[type='tel'].small:focus {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: whitesmoke;
}
.text-input.small:active,
input[type='text'].small:active,
input[type='email'].small:active,
input[type='search'].small:active,
input[type='number'].small:active,
input[type='tel'].small:active {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: whitesmoke;
}
.text-input.small:disabled,
input[type='text'].small:disabled,
input[type='email'].small:disabled,
input[type='search'].small:disabled,
input[type='number'].small:disabled,
input[type='tel'].small:disabled {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #616161;
}
.text-input.small.error,
input[type='text'].small.error,
input[type='email'].small.error,
input[type='search'].small.error,
input[type='number'].small.error,
input[type='tel'].small.error {
  width: 100%;
  max-width: 100%;
  padding: 4px 6px 4px 6px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #f14f5d;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: whitesmoke;
}
.text-input.medium,
input[type='text'].medium,
input[type='email'].medium,
input[type='search'].medium,
input[type='number'].medium,
input[type='tel'].medium {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #bdbdbd;
}
.text-input.medium,
input[type='text'].medium,
input[type='email'].medium,
input[type='search'].medium,
input[type='number'].medium,
input[type='tel'].medium {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.medium:hover,
input[type='text'].medium:hover,
input[type='email'].medium:hover,
input[type='search'].medium:hover,
input[type='number'].medium:hover,
input[type='tel'].medium:hover {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.medium:focus,
input[type='text'].medium:focus,
input[type='email'].medium:focus,
input[type='search'].medium:focus,
input[type='number'].medium:focus,
input[type='tel'].medium:focus {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.medium:active,
input[type='text'].medium:active,
input[type='email'].medium:active,
input[type='search'].medium:active,
input[type='number'].medium:active,
input[type='tel'].medium:active {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.medium:disabled,
input[type='text'].medium:disabled,
input[type='email'].medium:disabled,
input[type='search'].medium:disabled,
input[type='number'].medium:disabled,
input[type='tel'].medium:disabled {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: gray;
}
.text-input.medium.error,
input[type='text'].medium.error,
input[type='email'].medium.error,
input[type='search'].medium.error,
input[type='number'].medium.error,
input[type='tel'].medium.error {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #f14f5d;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.large,
input[type='text'].large,
input[type='email'].large,
input[type='search'].large,
input[type='number'].large,
input[type='tel'].large {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #bdbdbd;
}
.text-input.large,
input[type='text'].large,
input[type='email'].large,
input[type='search'].large,
input[type='number'].large,
input[type='tel'].large {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.large:hover,
input[type='text'].large:hover,
input[type='email'].large:hover,
input[type='search'].large:hover,
input[type='number'].large:hover,
input[type='tel'].large:hover {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.large:focus,
input[type='text'].large:focus,
input[type='email'].large:focus,
input[type='search'].large:focus,
input[type='number'].large:focus,
input[type='tel'].large:focus {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.large:active,
input[type='text'].large:active,
input[type='email'].large:active,
input[type='search'].large:active,
input[type='number'].large:active,
input[type='tel'].large:active {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.text-input.large:disabled,
input[type='text'].large:disabled,
input[type='email'].large:disabled,
input[type='search'].large:disabled,
input[type='number'].large:disabled,
input[type='tel'].large:disabled {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid gray;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: gray;
}
.text-input.large.error,
input[type='text'].large.error,
input[type='email'].large.error,
input[type='search'].large.error,
input[type='number'].large.error,
input[type='tel'].large.error {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 12px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #f14f5d;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: whitesmoke;
}
.input-wrapper.large.trailing-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.input-wrapper.large.trailing-icon input {
    padding-right: 36px !important;
}
.input-wrapper.large.trailing-icon::after {
  font-family: 'remixicon';
  display: inline-block;
  font-size: 24px;
  position: absolute;
  color: #bdbdbd;
  right: 12px;
}
.input-wrapper.medium.trailing-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.input-wrapper.medium.trailing-icon input {
    padding-right: 24px !important;
}
.input-wrapper.medium.trailing-icon::after {
  font-family: 'remixicon';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  color: #bdbdbd;
  right: 8px;
}
.input-wrapper.small.trailing-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.input-wrapper.small.trailing-icon input {
    padding-right: 18px !important;
}
.input-wrapper.small.trailing-icon::after {
  font-family: 'remixicon';
  display: inline-block;
  font-size: 12px;
  position: absolute;
  color: #bdbdbd;
  right: 6px;
}
.input-wrapper.large.leading-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
}
.input-wrapper.large.leading-icon input {
    padding-left: 42px !important;
}
.input-wrapper.large.leading-icon::before {
  font-family: 'remixicon';
  display: inline-block;
  font-size: 24px;
  position: absolute;
  color: #bdbdbd;
  left: 12px;
}
.input-wrapper.medium.leading-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
}
.input-wrapper.medium.leading-icon input {
    padding-left: 30px !important;
}
.input-wrapper.medium.leading-icon::before {
  font-family: 'remixicon';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  color: #bdbdbd;
  left: 8px;
}
.input-wrapper.small.leading-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
}
.input-wrapper.small.leading-icon input {
    padding-left: 24px !important;
}
.input-wrapper.small.leading-icon::before {
  font-family: 'remixicon';
  display: inline-block;
  font-size: 12px;
  position: absolute;
  color: #bdbdbd;
  left: 6px;
}
.input-wrapper.large .helper-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.medium .helper-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.small .helper-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.error-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.input-wrapper.error-icon input {
    padding-right: 36px !important;
}
.input-wrapper.error-icon::after {
  font-family: 'remixicon';
  content: '';
  display: inline-block;
  font-size: 24px;
  position: absolute;
  color: #f14f5d;
  right: 12px;
}
.helper-text.error {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #f14f5d !important;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.error-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.input-wrapper.error-icon input {
    padding-right: 24px !important;
}
.input-wrapper.error-icon::after {
  font-family: 'remixicon';
  content: '';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  color: #f14f5d;
  right: 8px;
}
.helper-text.error {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #f14f5d !important;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.error-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.input-wrapper.error-icon input {
    padding-right: 18px !important;
}
.input-wrapper.error-icon::after {
  font-family: 'remixicon';
  content: '';
  display: inline-block;
  font-size: 12px;
  position: absolute;
  color: #f14f5d;
  right: 6px;
}
.helper-text.error {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #f14f5d !important;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.large .character-count {
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.medium .character-count {
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.input-wrapper.small .character-count {
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
fieldset label:not(.radio-wrapper).large,
.form-group label:not(.radio-wrapper).large {
  font-size: 14px;
  max-width: 100%;
  font-weight: 700;
  line-height: 24px;
  color: whitesmoke;
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
fieldset label:not(.radio-wrapper).medium,
.form-group label:not(.radio-wrapper).medium {
  font-size: 14px;
  max-width: 100%;
  font-weight: 700;
  line-height: 24px;
  color: whitesmoke;
  min-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
fieldset label:not(.radio-wrapper).small,
.form-group label:not(.radio-wrapper).small {
  font-size: 12px;
  max-width: 100%;
  font-weight: 700;
  line-height: 16px;
  color: whitesmoke;
  min-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.status-indicator {
  height: 24px;
}
.status-indicator .status-label {
    font-size: 14px;
}
.status-indicator .ellipse {
    width: 6px;
    height: 6px;
}
@media screen and (max-width: 1439px) {
.status-indicator {
    height: 16px;
}
.status-indicator .status-label {
      font-size: 12px;
}
.status-indicator .ellipse {
      width: 6px;
      height: 6px;
}
}
.status-indicator.red {
  transition: all 100ms ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px 0 4px;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  cursor: default;
  height: 24px;
  border-radius: 2px;
}
.status-indicator.red .status-label {
    color: #bdbdbd;
}
.status-indicator.red .ellipse {
    background: #f14f5d;
    display: inline-block;
    border-radius: 50%;
}
.status-indicator.red:hover {
    background: rgba(255, 255, 255, 0.1);
}
.status-indicator.red:hover .ellipse {
      background: #f14f5d;
}
.status-indicator.red:hover .status-label {
      color: #bdbdbd;
}
.status-indicator.red.dimmed {
    background: transparent;
}
.status-indicator.red.dimmed .ellipse {
      background: #44181c;
}
.status-indicator.red.dimmed .status-label {
      color: #bdbdbd;
}
.status-indicator.red.dimmed:hover {
      background: rgba(255, 255, 255, 0.1);
}
.status-indicator.red.dimmed:hover .ellipse {
        background: #44181c;
}
.status-indicator.red.dimmed:hover .status-label {
        color: #bdbdbd;
}
.status-indicator.red.disabled, .status-indicator.red.disabled:hover {
    background: transparent;
}
.status-indicator.red.disabled .ellipse, .status-indicator.red.disabled:hover .ellipse {
      background: #44181c;
}
.status-indicator.red.disabled .status-label, .status-indicator.red.disabled:hover .status-label {
      color: gray;
}
.status-indicator.orange {
  transition: all 100ms ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px 0 4px;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  cursor: default;
  height: 24px;
  border-radius: 2px;
}
.status-indicator.orange .status-label {
    color: #bdbdbd;
}
.status-indicator.orange .ellipse {
    background: #ff8228;
    display: inline-block;
    border-radius: 50%;
}
.status-indicator.orange:hover {
    background: rgba(255, 255, 255, 0.1);
}
.status-indicator.orange:hover .ellipse {
      background: #ff8228;
}
.status-indicator.orange:hover .status-label {
      color: #bdbdbd;
}
.status-indicator.orange.dimmed {
    background: transparent;
}
.status-indicator.orange.dimmed .ellipse {
      background: #4f2506;
}
.status-indicator.orange.dimmed .status-label {
      color: #bdbdbd;
}
.status-indicator.orange.dimmed:hover {
      background: rgba(255, 255, 255, 0.1);
}
.status-indicator.orange.dimmed:hover .ellipse {
        background: #4f2506;
}
.status-indicator.orange.dimmed:hover .status-label {
        color: #bdbdbd;
}
.status-indicator.orange.disabled, .status-indicator.orange.disabled:hover {
    background: transparent;
}
.status-indicator.orange.disabled .ellipse, .status-indicator.orange.disabled:hover .ellipse {
      background: #4f2506;
}
.status-indicator.orange.disabled .status-label, .status-indicator.orange.disabled:hover .status-label {
      color: gray;
}
.status-indicator.yellow {
  transition: all 100ms ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px 0 4px;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  cursor: default;
  height: 24px;
  border-radius: 2px;
}
.status-indicator.yellow .status-label {
    color: #bdbdbd;
}
.status-indicator.yellow .ellipse {
    background: #ebbc46;
    display: inline-block;
    border-radius: 50%;
}
.status-indicator.yellow:hover {
    background: rgba(255, 255, 255, 0.1);
}
.status-indicator.yellow:hover .ellipse {
      background: #ebbc46;
}
.status-indicator.yellow:hover .status-label {
      color: #bdbdbd;
}
.status-indicator.yellow.dimmed {
    background: transparent;
}
.status-indicator.yellow.dimmed .ellipse {
      background: #3e3213;
}
.status-indicator.yellow.dimmed .status-label {
      color: #bdbdbd;
}
.status-indicator.yellow.dimmed:hover {
      background: rgba(255, 255, 255, 0.1);
}
.status-indicator.yellow.dimmed:hover .ellipse {
        background: #3e3213;
}
.status-indicator.yellow.dimmed:hover .status-label {
        color: #bdbdbd;
}
.status-indicator.yellow.disabled, .status-indicator.yellow.disabled:hover {
    background: transparent;
}
.status-indicator.yellow.disabled .ellipse, .status-indicator.yellow.disabled:hover .ellipse {
      background: #3e3213;
}
.status-indicator.yellow.disabled .status-label, .status-indicator.yellow.disabled:hover .status-label {
      color: gray;
}
.status-indicator.green {
  transition: all 100ms ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px 0 4px;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  cursor: default;
  height: 24px;
  border-radius: 2px;
}
.status-indicator.green .status-label {
    color: #bdbdbd;
}
.status-indicator.green .ellipse {
    background: #3cb878;
    display: inline-block;
    border-radius: 50%;
}
.status-indicator.green:hover {
    background: rgba(255, 255, 255, 0.1);
}
.status-indicator.green:hover .ellipse {
      background: #3cb878;
}
.status-indicator.green:hover .status-label {
      color: #bdbdbd;
}
.status-indicator.green.dimmed {
    background: transparent;
}
.status-indicator.green.dimmed .ellipse {
      background: #113422;
}
.status-indicator.green.dimmed .status-label {
      color: #bdbdbd;
}
.status-indicator.green.dimmed:hover {
      background: rgba(255, 255, 255, 0.1);
}
.status-indicator.green.dimmed:hover .ellipse {
        background: #113422;
}
.status-indicator.green.dimmed:hover .status-label {
        color: #bdbdbd;
}
.status-indicator.green.disabled, .status-indicator.green.disabled:hover {
    background: transparent;
}
.status-indicator.green.disabled .ellipse, .status-indicator.green.disabled:hover .ellipse {
      background: #113422;
}
.status-indicator.green.disabled .status-label, .status-indicator.green.disabled:hover .status-label {
      color: gray;
}
.status-indicator.blue {
  transition: all 100ms ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px 0 4px;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  cursor: default;
  height: 16px;
  border-radius: 2px;
}
.status-indicator.blue .status-label {
    color: #bdbdbd;
}
.status-indicator.blue .ellipse {
    background: #00b6f0;
    display: inline-block;
    border-radius: 50%;
}
.status-indicator.blue:hover {
    background: rgba(255, 255, 255, 0.1);
}
.status-indicator.blue:hover .ellipse {
      background: #00b6f0;
}
.status-indicator.blue:hover .status-label {
      color: #bdbdbd;
}
.status-indicator.blue.dimmed {
    background: transparent;
}
.status-indicator.blue.dimmed .ellipse {
      background: #003141;
}
.status-indicator.blue.dimmed .status-label {
      color: #bdbdbd;
}
.status-indicator.blue.dimmed:hover {
      background: rgba(255, 255, 255, 0.1);
}
.status-indicator.blue.dimmed:hover .ellipse {
        background: #003141;
}
.status-indicator.blue.dimmed:hover .status-label {
        color: #bdbdbd;
}
.status-indicator.blue.disabled, .status-indicator.blue.disabled:hover {
    background: transparent;
}
.status-indicator.blue.disabled .ellipse, .status-indicator.blue.disabled:hover .ellipse {
      background: #003141;
}
.status-indicator.blue.disabled .status-label, .status-indicator.blue.disabled:hover .status-label {
      color: gray;
}
.status.indicator.blue .ellipse {
  background: #00b6f0;
  display: inline-block;
  border-radius: 50%;
}
.tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.tabs a {
    text-decoration: none;
}
.tabs.small {
    display: -ms-flexbox;
    display: flex;
}
.tabs.small .tab {
      padding: 8px 6px 8px 6px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      background-color: transparent;
      color: #bdbdbd;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #616161;
}
.tabs.small .tab:hover {
      padding: 8px 6px 8px 6px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      background-color: rgba(255, 255, 255, 0.1);
      color: whitesmoke;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid gray;
}
.tabs.small .tab:active {
      padding: 8px 6px 8px 6px;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      background-color: rgba(255, 255, 255, 0.1);
      color: whitesmoke;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #bdbdbd;
}
.tabs.small .tab.disabled {
      padding: 8px 6px 8px 6px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      background-color: transparent;
      color: gray;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #616161;
}
.tabs.small .tab.selected {
      padding: 8px 6px 8px 6px;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      background-color: transparent;
      color: whitesmoke;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid whitesmoke;
}
.tabs.large {
    display: -ms-flexbox;
    display: flex;
}
.tabs.large .tab {
      padding: 0 2px 0 2px;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      background-color: transparent;
      color: #bdbdbd;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid transparent;
}
.tabs.large .tab:hover {
      padding: 0 2px 0 2px;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      background-color: transparent;
      color: #bdbdbd;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid #bdbdbd;
}
.tabs.large .tab:active {
      padding: 0 2px 0 2px;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      background-color: transparent;
      color: #a3a3a3;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid #a3a3a3;
}
.tabs.large .tab.disabled {
      padding: 0 2px 0 2px;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      background-color: transparent;
      color: gray;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid transparent;
}
.tabs.large .tab.selected {
      padding: 0 2px 0 2px;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      background-color: transparent;
      color: whitesmoke;
      cursor: pointer;
      transition: all 100ms ease-in-out;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid whitesmoke;
}
.tabs.large .tab-container {
      padding: 0 8px 0 8px;
}
a.tab {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
a.tab::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
a.tab::after {
      display: none;
}
}
label.radio-wrapper.small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}
label.radio-wrapper.small .radio-button {
    position: relative;
    width: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all 100ms ease-in-out;
}
label.radio-wrapper.small .radio-button .radio-outer-circle {
      transition: all 100ms ease-in-out;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      border-width: 2px;
      border-style: solid;
      position: relative;
      display: inline-block;
}
label.radio-wrapper.small .radio-button .radio-inner-circle {
      transition: all 100ms ease-in-out;
      width: 6px;
      height: 6px;
      background: #00b6f0;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
}
label.radio-wrapper.small .radio-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
label.radio-wrapper.small input:checked + .radio-button .radio-outer-circle,
label.radio-wrapper.small input.checked + .radio-button .radio-outer-circle {
  border-color: #00b6f0;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button .radio-inner-circle,
label.radio-wrapper.small input.checked + .radio-button .radio-inner-circle {
  background: #00b6f0;
}
label.radio-wrapper.small input:checked + .radio-button + .radio-label,
label.radio-wrapper.small input.checked + .radio-button + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button:hover .radio-outer-circle,
label.radio-wrapper.small input.checked + .radio-button:hover .radio-outer-circle {
  border-color: #54cef5;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button:hover .radio-inner-circle,
label.radio-wrapper.small input.checked + .radio-button:hover .radio-inner-circle {
  background: #54cef5;
}
label.radio-wrapper.small input:checked + .radio-button:hover + .radio-label,
label.radio-wrapper.small input.checked + .radio-button:hover + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button:active .radio-outer-circle,
label.radio-wrapper.small input.checked + .radio-button:active .radio-outer-circle {
  border-color: #0081aa;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button:active .radio-inner-circle,
label.radio-wrapper.small input.checked + .radio-button:active .radio-inner-circle {
  background: #0081aa;
}
label.radio-wrapper.small input:checked + .radio-button:active + .radio-label,
label.radio-wrapper.small input.checked + .radio-button:active + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button.disabled .radio-outer-circle,
label.radio-wrapper.small input.checked + .radio-button.disabled .radio-outer-circle {
  border-color: gray;
  opacity: 1;
}
label.radio-wrapper.small input:checked + .radio-button.disabled .radio-inner-circle,
label.radio-wrapper.small input.checked + .radio-button.disabled .radio-inner-circle {
  background: gray;
}
label.radio-wrapper.small input:checked + .radio-button.disabled + .radio-label,
label.radio-wrapper.small input.checked + .radio-button.disabled + .radio-label {
  color: gray;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button .radio-outer-circle {
  border-color: #bdbdbd;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button .radio-inner-circle {
  background: #bdbdbd;
}
label.radio-wrapper.small input + .radio-button + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button:hover .radio-outer-circle {
  border-color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button:hover .radio-inner-circle {
  background: whitesmoke;
}
label.radio-wrapper.small input + .radio-button:hover + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button:active .radio-outer-circle {
  border-color: #d6d6d6;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button:active .radio-inner-circle {
  background: #d6d6d6;
}
label.radio-wrapper.small input + .radio-button:active + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button.disabled .radio-outer-circle {
  border-color: gray;
  opacity: 1;
}
label.radio-wrapper.small input + .radio-button.disabled .radio-inner-circle {
  background: gray;
}
label.radio-wrapper.small input + .radio-button.disabled + .radio-label {
  color: gray;
  opacity: 1;
}
label.radio-wrapper.medium {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}
label.radio-wrapper.medium .radio-button {
    position: relative;
    width: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all 100ms ease-in-out;
}
label.radio-wrapper.medium .radio-button .radio-outer-circle {
      transition: all 100ms ease-in-out;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      border-width: 2px;
      border-style: solid;
      position: relative;
      display: inline-block;
}
label.radio-wrapper.medium .radio-button .radio-inner-circle {
      transition: all 100ms ease-in-out;
      width: 9px;
      height: 9px;
      background: #00b6f0;
      border-radius: 50%;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0;
      bottom: 0;
      margin: auto;
}
label.radio-wrapper.medium .radio-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
label.radio-wrapper.medium input:checked + .radio-button .radio-outer-circle,
label.radio-wrapper.medium input.checked + .radio-button .radio-outer-circle {
  border-color: #00b6f0;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button .radio-inner-circle,
label.radio-wrapper.medium input.checked + .radio-button .radio-inner-circle {
  background: #00b6f0;
}
label.radio-wrapper.medium input:checked + .radio-button + .radio-label,
label.radio-wrapper.medium input.checked + .radio-button + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button:hover .radio-outer-circle,
label.radio-wrapper.medium input.checked + .radio-button:hover .radio-outer-circle {
  border-color: #54cef5;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button:hover .radio-inner-circle,
label.radio-wrapper.medium input.checked + .radio-button:hover .radio-inner-circle {
  background: #54cef5;
}
label.radio-wrapper.medium input:checked + .radio-button:hover + .radio-label,
label.radio-wrapper.medium input.checked + .radio-button:hover + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button:active .radio-outer-circle,
label.radio-wrapper.medium input.checked + .radio-button:active .radio-outer-circle {
  border-color: #0081aa;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button:active .radio-inner-circle,
label.radio-wrapper.medium input.checked + .radio-button:active .radio-inner-circle {
  background: #0081aa;
}
label.radio-wrapper.medium input:checked + .radio-button:active + .radio-label,
label.radio-wrapper.medium input.checked + .radio-button:active + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button.disabled .radio-outer-circle,
label.radio-wrapper.medium input.checked + .radio-button.disabled .radio-outer-circle {
  border-color: gray;
  opacity: 1;
}
label.radio-wrapper.medium input:checked + .radio-button.disabled .radio-inner-circle,
label.radio-wrapper.medium input.checked + .radio-button.disabled .radio-inner-circle {
  background: gray;
}
label.radio-wrapper.medium input:checked + .radio-button.disabled + .radio-label,
label.radio-wrapper.medium input.checked + .radio-button.disabled + .radio-label {
  color: gray;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button .radio-outer-circle {
  border-color: #bdbdbd;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button .radio-inner-circle {
  background: #bdbdbd;
}
label.radio-wrapper.medium input + .radio-button + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button:hover .radio-outer-circle {
  border-color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button:hover .radio-inner-circle {
  background: whitesmoke;
}
label.radio-wrapper.medium input + .radio-button:hover + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button:active .radio-outer-circle {
  border-color: #d6d6d6;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button:active .radio-inner-circle {
  background: #d6d6d6;
}
label.radio-wrapper.medium input + .radio-button:active + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button.disabled .radio-outer-circle {
  border-color: gray;
  opacity: 1;
}
label.radio-wrapper.medium input + .radio-button.disabled .radio-inner-circle {
  background: gray;
}
label.radio-wrapper.medium input + .radio-button.disabled + .radio-label {
  color: gray;
  opacity: 1;
}
label.radio-wrapper.large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}
label.radio-wrapper.large .radio-button {
    position: relative;
    width: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all 100ms ease-in-out;
}
label.radio-wrapper.large .radio-button .radio-outer-circle {
      transition: all 100ms ease-in-out;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      border-width: 2px;
      border-style: solid;
      position: relative;
      display: inline-block;
}
label.radio-wrapper.large .radio-button .radio-inner-circle {
      transition: all 100ms ease-in-out;
      width: 10px;
      height: 10px;
      background: #00b6f0;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
}
label.radio-wrapper.large .radio-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
label.radio-wrapper.large input:checked + .radio-button .radio-outer-circle,
label.radio-wrapper.large input.checked + .radio-button .radio-outer-circle {
  border-color: #00b6f0;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button .radio-inner-circle,
label.radio-wrapper.large input.checked + .radio-button .radio-inner-circle {
  background: #00b6f0;
}
label.radio-wrapper.large input:checked + .radio-button + .radio-label,
label.radio-wrapper.large input.checked + .radio-button + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button:hover .radio-outer-circle,
label.radio-wrapper.large input.checked + .radio-button:hover .radio-outer-circle {
  border-color: #54cef5;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button:hover .radio-inner-circle,
label.radio-wrapper.large input.checked + .radio-button:hover .radio-inner-circle {
  background: #54cef5;
}
label.radio-wrapper.large input:checked + .radio-button:hover + .radio-label,
label.radio-wrapper.large input.checked + .radio-button:hover + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button:active .radio-outer-circle,
label.radio-wrapper.large input.checked + .radio-button:active .radio-outer-circle {
  border-color: #0081aa;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button:active .radio-inner-circle,
label.radio-wrapper.large input.checked + .radio-button:active .radio-inner-circle {
  background: #0081aa;
}
label.radio-wrapper.large input:checked + .radio-button:active + .radio-label,
label.radio-wrapper.large input.checked + .radio-button:active + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button.disabled .radio-outer-circle,
label.radio-wrapper.large input.checked + .radio-button.disabled .radio-outer-circle {
  border-color: gray;
  opacity: 1;
}
label.radio-wrapper.large input:checked + .radio-button.disabled .radio-inner-circle,
label.radio-wrapper.large input.checked + .radio-button.disabled .radio-inner-circle {
  background: gray;
}
label.radio-wrapper.large input:checked + .radio-button.disabled + .radio-label,
label.radio-wrapper.large input.checked + .radio-button.disabled + .radio-label {
  color: gray;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button .radio-outer-circle {
  border-color: #bdbdbd;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button .radio-inner-circle {
  background: #bdbdbd;
}
label.radio-wrapper.large input + .radio-button + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button:hover .radio-outer-circle {
  border-color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button:hover .radio-inner-circle {
  background: whitesmoke;
}
label.radio-wrapper.large input + .radio-button:hover + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button:active .radio-outer-circle {
  border-color: #d6d6d6;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button:active .radio-inner-circle {
  background: #d6d6d6;
}
label.radio-wrapper.large input + .radio-button:active + .radio-label {
  color: whitesmoke;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button.disabled .radio-outer-circle {
  border-color: gray;
  opacity: 1;
}
label.radio-wrapper.large input + .radio-button.disabled .radio-inner-circle {
  background: gray;
}
label.radio-wrapper.large input + .radio-button.disabled + .radio-label {
  color: gray;
  opacity: 1;
}
.radio-button:focus {
  outline: none;
}
.radio-inner-circle {
  display: none;
}
label.radio-wrapper input[type='radio']:checked + .radio-button .radio-inner-circle,
label.radio-wrapper input[type='radio'].checked + .radio-button .radio-inner-circle {
  display: inline-block;
}

/* Example: 
<label class="radio-wrapper medium" v-for="option in deliveryMethods" :key="option.value">
        <input
            type="radio"
            class="hidden"
            name="deliveryMethod"
            :value="option.value"
            :checked="option.value === newCourse.deliveryMethod"
            v-model="newCourse.deliveryMethod"
        />
        <span class="radio-button">
            <span class="radio-outer-circle">
                <span class="radio-inner-circle"></span>
            </span>
        </span>
        <span class="radio-label">
            {{ option.label }}
        </span>
    </label>
*/
.checkbox-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-small .checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    padding: 0px 0px 0px 2px;
    height: 16px;
}
.checkbox-small .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.checkbox-small.compact .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.checkbox-small .box {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox {
    background-color: transparent;
    color: whitesmoke;
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox .box {
      background-image: url("/static/img/checkboxes/checkbox-small-unselected-enabled.svg");
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox:hover:not(.disabled):not(:active) {
      background-color: transparent;
      color: whitesmoke;
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox:hover:not(.disabled):not(:active) .box {
        background-image: url("/static/img/checkboxes/checkbox-small-unselected-hover.svg");
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox:active {
      background-color: transparent;
      color: whitesmoke;
      border-radius: 2px;
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox:active .box {
        background-image: url("/static/img/checkboxes/checkbox-small-unselected-pressed.svg");
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox.disabled {
      background-color: transparent;
      color: gray;
      border-radius: 2px;
}
.checkbox-small input[type='checkbox']:not(:checked) + .checkbox.disabled .box {
        background-image: url("/static/img/checkboxes/checkbox-small-unselected-disabled.svg");
}
.checkbox-small input[type='checkbox']:checked + .checkbox {
    background-color: transparent;
    color: whitesmoke;
}
.checkbox-small input[type='checkbox']:checked + .checkbox .box {
      background-image: url("/static/img/checkboxes/checkbox-small-selected-enabled.svg");
}
.checkbox-small input[type='checkbox']:checked + .checkbox:hover:not(.disabled):not(:active) {
      background-color: transparent;
      color: whitesmoke;
}
.checkbox-small input[type='checkbox']:checked + .checkbox:hover:not(.disabled):not(:active) .box {
        background-image: url("/static/img/checkboxes/checkbox-small-selected-hover.svg");
}
.checkbox-small input[type='checkbox']:checked + .checkbox:active {
      background-color: transparent;
      color: whitesmoke;
}
.checkbox-small input[type='checkbox']:checked + .checkbox:active .box {
        background-image: url("/static/img/checkboxes/checkbox-small-selected-pressed.svg");
}
.checkbox-small input[type='checkbox']:checked + .checkbox.disabled {
      background-color: transparent;
      color: gray;
}
.checkbox-small input[type='checkbox']:checked + .checkbox.disabled .box {
        background-image: url("/static/img/checkboxes/checkbox-small-selected-disabled.svg");
}
.checkbox-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  cursor: pointer;
}
.checkbox-large .checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
    padding: 0px 0px 0px 0px;
    height: 24px;
}
.checkbox-large .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.checkbox-large .box {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    border-radius: 4px;
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox {
    background-color: transparent;
    color: whitesmoke;
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox .box {
      background-image: url("/static/img/checkboxes/checkbox-large-unselected-enabled.svg");
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox:hover:not(.disabled):not(:active) {
      background-color: transparent;
      color: whitesmoke;
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox:hover:not(.disabled):not(:active) .box {
        background-image: url("/static/img/checkboxes/checkbox-large-unselected-hover.svg");
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox:active {
      background-color: transparent;
      color: whitesmoke;
      border-radius: 2px;
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox:active .box {
        background-image: url("/static/img/checkboxes/checkbox-large-unselected-pressed.svg");
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox.disabled {
      background-color: transparent;
      color: gray;
      border-radius: 2px;
}
.checkbox-large input[type='checkbox']:not(:checked) + .checkbox.disabled .box {
        background-image: url("/static/img/checkboxes/checkbox-large-unselected-disabled.svg");
}
.checkbox-large input[type='checkbox']:checked + .checkbox {
    background-color: transparent;
    color: whitesmoke;
}
.checkbox-large input[type='checkbox']:checked + .checkbox .box {
      background-image: url("/static/img/checkboxes/checkbox-large-selected-enabled.svg");
}
.checkbox-large input[type='checkbox']:checked + .checkbox:hover:not(.disabled):not(:active) {
      background-color: transparent;
      color: whitesmoke;
}
.checkbox-large input[type='checkbox']:checked + .checkbox:hover:not(.disabled):not(:active) .box {
        background-image: url("/static/img/checkboxes/checkbox-large-selected-hover.svg");
}
.checkbox-large input[type='checkbox']:checked + .checkbox:active {
      background-color: transparent;
      color: whitesmoke;
}
.checkbox-large input[type='checkbox']:checked + .checkbox:active .box {
        background-image: url("/static/img/checkboxes/checkbox-large-selected-pressed.svg");
}
.checkbox-large input[type='checkbox']:checked + .checkbox.disabled {
      background-color: transparent;
      color: gray;
}
.checkbox-large input[type='checkbox']:checked + .checkbox.disabled .box {
        background-image: url("/static/img/checkboxes/checkbox-large-selected-disabled.svg");
}

/*
<label class="checkbox-small">
    <input type="checkbox" class="hidden" />
    <span class="checkbox" tabindex="0">
        <span class="box"> </span>
        <span class="label"> Item 1 </span>
    </span>
</label>
*/
textarea {
  transition: all 100ms ease-in-out;
}
textarea:undefined {
  padding: 12px 12px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  border: 1px solid gray;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
}
.text-area-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
}
textarea {
  padding: 12px 12px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  border: 1px solid gray;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
}
textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}
textarea::-moz-placeholder {
    color: #bdbdbd;
}
textarea:-ms-input-placeholder {
    color: #bdbdbd;
}
textarea::placeholder {
    color: #bdbdbd;
}
.text-area-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
}
textarea {
  padding: 12px 12px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  border: 1px solid gray;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
}
textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}
textarea::-moz-placeholder {
    color: #bdbdbd;
}
textarea:-ms-input-placeholder {
    color: #bdbdbd;
}
textarea::placeholder {
    color: #bdbdbd;
}
textarea:active {
  padding: 12px 12px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
}
textarea:hover {
  padding: 12px 12px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
}
textarea:disabled {
  padding: 12px 12px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  border: 1px solid #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: gray;
}
textarea.error {
  padding: 12px 42px 12px 12px;
  border-radius: 2px;
  resize: none;
  min-height: 144px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  border: 1px solid #f14f5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
}
textarea.error ~ i.error {
    font-size: 24px;
    color: #f14f5d;
    position: absolute;
    right: 12px;
    top: 12px;
}
.helper-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #bdbdbd;
}
.helper-text,
.helper-text.error {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.helper-text.error {
  color: #f14f5d;
}
.character-count {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  text-align: right;
}
.textarea-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: whitesmoke;
  height: 32px;
}
.vue-dropzone {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 145px;
  border-radius: 4px;
  border: 1px dashed #494949 !important;
  background: black !important;
  color: #bdbdbd;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease;
}
.vue-dropzone:hover, .vue-dropzone.dz-drag-hover {
    background: #303030 !important;
    border-color: gray !important;
}
.vue-dropzone .dz-message {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    margin: 0;
    padding: 16px 12px;
    color: #bdbdbd;
    font-size: 1.4rem;
}
.vue-dropzone .dz-message::before {
      font-family: 'remixicon';
      content: '\ECC9';
      font-size: 2.8rem;
      line-height: 1;
      color: gray;
}
.vue-dropzone .dz-message .dz-button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      border: none;
      color: #bdbdbd;
      font-size: 1.4rem;
      font-family: inherit;
      cursor: pointer;
      padding: 0;
}
.vue-dropzone .dz-preview {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 8px;
    border-radius: 2px;
    background: #1e1e1e;
    overflow: hidden;
}
.vue-dropzone .dz-preview .dz-image {
      border-radius: 2px;
      overflow: hidden;
}
.vue-dropzone .dz-preview .dz-image img {
        display: block;
        width: 100%;
}
.vue-dropzone .dz-preview .dz-details {
      padding: 6px 8px;
      text-align: center;
}
.vue-dropzone .dz-preview .dz-details .dz-filename,
      .vue-dropzone .dz-preview .dz-details .dz-size {
        font-size: 1.2rem;
        color: #bdbdbd;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
}
.vue-dropzone .dz-preview .dz-details .dz-size {
        color: gray;
        font-size: 1.1rem;
}
.vue-dropzone .dz-preview .dz-progress {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #262626;
}
.vue-dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        background: #54cef5;
        transition: width 0.2s ease;
}
.vue-dropzone .dz-preview .dz-error-message {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 6px 8px;
      background: #f14f5d;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
}
.vue-dropzone .dz-preview .dz-success-mark,
    .vue-dropzone .dz-preview .dz-error-mark {
      display: none;
}
.vue-dropzone .dz-preview.dz-success .dz-success-mark {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #3cb878;
      font-size: 2.4rem;
}
.vue-dropzone .dz-preview.dz-error .dz-error-mark {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #f14f5d;
      font-size: 2.4rem;
}
.vue-dropzone .dz-preview a.dz-remove {
      display: block;
      padding: 4px 6px;
      font-size: 1.2rem;
      color: #bdbdbd;
      text-align: center;
      text-decoration: none;
      background: #262626;
      width: 100%;
      transition: background 0.15s ease, color 0.15s ease;
}
.vue-dropzone .dz-preview a.dz-remove:hover {
        background: #f14f5d;
        color: #fff;
}
.vue-dropzone .dz-preview {
    display: none !important;
}
.file-uploader label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  color: #bdbdbd;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  border: 1px dashed #494949;
  background: black;
}
.file-uploader label.error {
    border: 1px solid #f14f5d;
}
.file-uploader label.image {
    padding: 64px 12px;
}
.file-uploader label.file {
    padding: 0;
    height: 145px;
    -ms-flex-pack: center;
        justify-content: center;
}
.file-uploader label:hover {
    background: #303030;
}
.file-uploader label i {
    font-size: 24px;
}
.file-uploader label input {
    position: absolute;
    background: red;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: drop;
    cursor: pointer;
    opacity: 0;
}
.term-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 0px 4px 0px 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  border-radius: 2px;
  font-size: 14px;
  color: #bdbdbd;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
.term-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 4px 0px 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    border-radius: 2px;
    font-size: 11px;
    color: #bdbdbd;
    font-weight: 500;
    line-height: 16px;
    text-transform: titlecase;
}
}
.user-type-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 0px 4px 0px 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  border-radius: 2px;
  font-size: 11px;
  color: whitesmoke;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.data-point-list .data-point-item {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.data-point-list .data-point-item.sidebar .title-xsmall {
    line-height: 32px;
    width: 129px;
}
.data-point-list .data-point-item.sidebar .data-point-value {
    width: 320px;
    max-width: 100%;
}
.data-point-list .data-point-value {
  width: 478px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.data-point-list .data-point-value .editable-text {
    position: relative;
    top: -1px;
}
.data-point-list .data-point-value .empty-input {
    width: 100%;
    padding-left: 8px !important;
}
.data-point-list .title-xsmall {
  width: 184px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 32px;
  width: 224px;
}
.data-point-list .data-point-select {
  padding-left: 8px;
}
.data-point-wrapper {
  width: 100%;
  font-family: 'Faktum', sans-serif;
}
.data-point-wrapper input:focus,
  .data-point-wrapper textarea:focus {
    outline: none;
}
.data-point-wrapper .editable-text {
    display: block;
    cursor: pointer;
    border: 1px solid transparent;
    padding-left: 8px;
    position: relative;
}
.data-point-wrapper .editable-text .text-content {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      min-width: 0;
      max-width: 100%;
}
.data-point-wrapper .editable-text.medium {
      height: 32px;
      line-height: 32px;
}
.data-point-wrapper .editable-text.small {
      height: 24px;
      line-height: 24px;
}
.data-point-wrapper .editable-text .delete-icon {
      position: absolute;
      right: 28px;
      top: 0px;
      display: none;
}
.data-point-wrapper .editable-text:not(.readonly):hover, .data-point-wrapper .editable-text.empty {
      border-radius: 2px;
      background: rgba(255, 255, 255, 0.05);
      padding-right: 24px;
}
.data-point-wrapper .editable-text:not(.readonly):hover::after, .data-point-wrapper .editable-text.empty::after {
        content: '\EFDF';
        font-family: 'remixicon';
        position: absolute;
        right: 4px;
        top: 0px;
}
.data-point-wrapper .editable-text:not(.readonly):hover .delete-icon, .data-point-wrapper .editable-text.empty .delete-icon {
        display: initial;
}
.data-point-wrapper.sidebar .editable-text:hover::after {
    top: 8px;
}
.data-point-wrapper .editable-textarea {
    border: 1px solid transparent;
    display: block;
    padding-left: 8px;
    position: relative;
    padding-right: 24px;
}
.data-point-wrapper .editable-textarea:not(.readonly):hover {
      cursor: pointer;
      border-radius: 2px;
      background: rgba(255, 255, 255, 0.05);
}
.data-point-wrapper .editable-textarea:not(.readonly):hover::after {
        content: '\EFDF';
        font-family: 'remixicon';
        position: absolute;
        right: 4px;
        top: 0px;
}
.data-point-wrapper.sidebar .editable-text {
    line-height: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.data-point-wrapper.sidebar .editable-select:hover::after {
    right: 8px;
    top: 8px;
}
.data-point-wrapper .input-wrapper {
    position: relative;
    z-index: 88;
}
.data-point-wrapper .input-wrapper .buttons {
      margin-top: 4px;
      position: absolute;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      gap: 4px;
}
.data-point-wrapper select,
  .data-point-wrapper option {
    color: #bdbdbd;
}
.data-point-wrapper select {
    background: transparent;
    width: 100%;
    padding: 3px 2px;
    padding-bottom: 5px;
}
.data-point-wrapper option {
    background: #0a0a0a;
}
.ttto-progress-wrapper {
  height: 4px;
  background: #494949;
  width: 100%;
  border-radius: 4px;
}
.ttto-progress {
  top: 0px;
  max-width: 100%;
  height: 4px;
  background: #00b6f0;
  position: relative;
  border-radius: 4px;
}
.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.breadcrumbs li {
    line-height: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.breadcrumbs a {
    text-decoration: none;
    line-height: 16px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
    color: whitesmoke;
}
.breadcrumbs li.current {
    color: #bdbdbd;
    font-weight: 700;
}
.breadcrumbs li.current a:hover {
      text-decoration: none;
      color: inherit;
}
.breadcrumbs .separator {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #bdbdbd;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 12px;
}
.cov-date-body {
  font-family: 'Faktum', sans-serif !important;
  background: #262626 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6) !important;
  border-radius: 4px;
  overflow: hidden;
}
.cov-date-body .cov-date-monthly {
    background: #00a6da !important;
}
.cov-date-body .cov-date-monthly > div {
      color: #fff !important;
}
.cov-date-body .cov-date-caption {
    color: #fff !important;
    font-size: 20px !important;
}
.cov-date-body .cov-date-caption span:hover {
      color: rgba(255, 255, 255, 0.7) !important;
}
.cov-date-body .cov-date-previous,
  .cov-date-body .cov-date-next {
    color: #fff !important;
}
.cov-date-body .cov-date-previous:hover,
    .cov-date-body .cov-date-next:hover {
      background: rgba(255, 255, 255, 0.15) !important;
}
.cov-date-body .cov-date-previous::before, .cov-date-body .cov-date-previous::after,
    .cov-date-body .cov-date-next::before,
    .cov-date-body .cov-date-next::after {
      background: #fff !important;
}
.cov-date-body .cov-picker-box {
    background: #262626 !important;
    padding: 16px !important;
}
.cov-date-body .cov-picker-box .week ul li {
      color: gray !important;
      font-weight: 600;
}
.cov-date-body .cov-picker-box td {
      background: #262626 !important;
      color: #d6d6d6 !important;
      border-radius: 3px;
}
.cov-date-body .cov-picker-box td:hover {
        background: #474747 !important;
}
.cov-date-body .day {
    background: #262626 !important;
    color: #d6d6d6 !important;
    border-radius: 3px;
}
.cov-date-body .day:hover {
      background: #474747 !important;
}
.cov-date-body .passive-day {
    color: #545454 !important;
}
.cov-date-body .unavailable {
    color: #474747 !important;
    cursor: not-allowed;
}
.cov-date-body .unavailable:hover {
      background: transparent !important;
}
.cov-date-body .checked {
    background: #00b6f0 !important;
    color: #fff !important;
    border-radius: 3px;
}
.cov-date-body .checked:hover {
      background: #54cef5 !important;
}
.cov-date-body .button-box {
    background: #303030 !important;
    border-top: 1px solid #474747 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    height: auto !important;
    line-height: normal !important;
}
.cov-date-body .button-box span:first-child {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -ms-flex-align: center !important;
          align-items: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
      padding: 12px 8px !important;
      height: 32px !important;
      min-width: 80px !important;
      border-radius: 4px !important;
      font-family: 'Faktum', sans-serif !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      background: rgba(255, 255, 255, 0.1) !important;
      color: whitesmoke !important;
      cursor: pointer;
      transition: all 100ms ease-in-out;
}
.cov-date-body .button-box span:first-child:hover {
        background: rgba(255, 255, 255, 0.2) !important;
}
.cov-date-body .button-box span:first-child:active {
        background: rgba(255, 255, 255, 0.08) !important;
}
.cov-date-body .button-box span:last-child {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -ms-flex-align: center !important;
          align-items: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
      padding: 12px 8px !important;
      height: 32px !important;
      min-width: 80px !important;
      border-radius: 4px !important;
      font-family: 'Faktum', sans-serif !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      background: #00b6f0 !important;
      color: #0a0a0a !important;
      cursor: pointer;
      transition: all 100ms ease-in-out;
}
.cov-date-body .button-box span:last-child:hover {
        background: #54cef5 !important;
}
.cov-date-body .button-box span:last-child:active {
        background: #0081aa !important;
}
.cov-date-body .date-list {
    background: #262626;
}
.cov-date-body .date-list .date-item {
      color: #bdbdbd !important;
      background: #262626 !important;
}
.cov-date-body .date-list .date-item:hover {
        background: #474747 !important;
        color: whitesmoke !important;
}
.cov-date-body .active {
    background: #3cb878 !important;
}
.cov-date-body .cov-vue-date {
    color: #bdbdbd !important;
}
.cov-date-body .cov-datepicker {
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid gray !important;
    border-radius: 4px !important;
    color: #bdbdbd !important;
    font-family: 'Faktum', sans-serif !important;
    font-size: 14px !important;
    padding: 0 8px !important;
    min-height: 32px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: border-color 0.1s ease, background 0.1s ease;
}
.cov-date-body .cov-datepicker:hover, .cov-date-body .cov-datepicker:focus {
      border-color: #bdbdbd !important;
      background: rgba(0, 0, 0, 0.4) !important;
      outline: none !important;
      color: whitesmoke !important;
}
.cov-date-body .cov-datepicker::-webkit-input-placeholder {
      color: #616161 !important;
}
.cov-date-body .cov-datepicker::-moz-placeholder {
      color: #616161 !important;
}
.cov-date-body .cov-datepicker:-ms-input-placeholder {
      color: #616161 !important;
}
.cov-date-body .cov-datepicker::placeholder {
      color: #616161 !important;
}
.accordion.large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.accordion.large .heading {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 56px;
    padding: 4px 16px 4px 16px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    align-items: center;
    line-height: 24px;
    gap: 0px;
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 700;
    border-radius: 4px;
    background: #212121;
    transition: all 100ms;
}
.accordion.large .heading .options {
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 129px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion.large .heading i {
      font-size: 24px;
      color: #fafafa;
}
.accordion.large .heading:hover {
      cursor: pointer;
      background: #474747;
      color: #bdbdbd;
}
.accordion.large .heading:hover i {
        color: #fafafa;
}
.accordion.large .heading:active {
      background: #303030;
      color: #bdbdbd;
}
.accordion.large .heading:active i {
        color: #fafafa;
}
.accordion.large.dark .heading {
  color: #bdbdbd;
  background: #303030;
}
.accordion.large.dark .heading i {
    color: #fafafa;
}
.accordion.large.dark .heading:hover {
    background: #474747;
    color: #bdbdbd;
}
.accordion.large.dark .heading:hover i {
      color: #fafafa;
}
.accordion.large.dark .heading:active {
    background: #303030;
    color: #bdbdbd;
}
.accordion.large.dark .heading:active i {
      color: #fafafa;
}
.accordion.large.light .heading {
  color: #bdbdbd;
  background: #474747;
}
.accordion.large.light .heading i {
    color: #fafafa;
}
.accordion.large.light .heading:hover {
    background: #616161;
    color: #bdbdbd;
}
.accordion.large.light .heading:hover i {
      color: #fafafa;
}
.accordion.large.light .heading:active {
    background: #474747;
    color: #bdbdbd;
}
.accordion.large.light .heading:active i {
      color: #fafafa;
}
.accordion.mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.accordion.mini .heading {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 24px;
    padding: 0 0 0 0;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    align-items: center;
    line-height: 24px;
    gap: 0px;
    font-size: 14px;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 0;
    background: transparent;
    transition: all 100ms;
}
.accordion.mini .heading i {
      font-size: 16px;
      color: #fafafa;
}
.accordion.mini .heading:hover {
      cursor: pointer;
      background: transparent;
      color: #bdbdbd;
}
.accordion.mini .heading:hover i {
        color: #bdbdbd;
}
.accordion.mini .heading:active {
      background: transparent;
      color: #d6d6d6;
}
.accordion.mini .heading:active i {
        color: #d6d6d6;
}
.accordion.large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.accordion.large .heading.open {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 56px;
    padding: 4px 16px 4px 16px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    align-items: center;
    line-height: 24px;
    gap: 0px;
    font-size: 14px;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 4px;
    background: #2b2b2b;
    transition: all 100ms;
}
.accordion.large .heading.open .options {
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 129px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion.large .heading.open i {
      font-size: 24px;
      color: #fafafa;
}
.accordion.large .heading.open:hover {
      cursor: pointer;
      background: #616161;
      color: whitesmoke;
}
.accordion.large .heading.open:hover i {
        color: #fafafa;
}
.accordion.large .heading.open:active {
      background: #474747;
      color: whitesmoke;
}
.accordion.large .heading.open:active i {
        color: #fafafa;
}
.accordion.large.dark .heading.open {
  color: whitesmoke;
  background: #474747;
}
.accordion.large.dark .heading.open i {
    color: #fafafa;
}
.accordion.large.dark .heading.open:hover {
    background: #616161;
    color: whitesmoke;
}
.accordion.large.dark .heading.open:hover i {
      color: #fafafa;
}
.accordion.large.dark .heading.open:active {
    background: #474747;
    color: whitesmoke;
}
.accordion.large.dark .heading.open:active i {
      color: #fafafa;
}
.accordion.large.light .heading.open {
  color: whitesmoke;
  background: #616161;
}
.accordion.large.light .heading.open i {
    color: #fafafa;
}
.accordion.large.light .heading.open:hover {
    background: gray;
    color: whitesmoke;
}
.accordion.large.light .heading.open:hover i {
      color: #fafafa;
}
.accordion.large.light .heading.open:active {
    background: #616161;
    color: whitesmoke;
}
.accordion.large.light .heading.open:active i {
      color: #fafafa;
}
.accordion.mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.accordion.mini .heading.open {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 24px;
    padding: 0 0 0 0;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    align-items: center;
    line-height: 24px;
    gap: 0px;
    font-size: 14px;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 0;
    background: transparent;
    transition: all 100ms;
}
.accordion.mini .heading.open i {
      font-size: 16px;
      color: #fafafa;
}
.accordion.mini .heading.open:hover {
      cursor: pointer;
      background: transparent;
      color: #bdbdbd;
}
.accordion.mini .heading.open:hover i {
        color: #bdbdbd;
}
.accordion.mini .heading.open:active {
      background: transparent;
      color: #d6d6d6;
}
.accordion.mini .heading.open:active i {
        color: #d6d6d6;
}
.list-container {
  background: #1e1e1e;
  border-radius: 8px;
  padding: 48px 48px 48px 48px;
}
@media screen and (max-width: 904px) {
.list-container {
      padding: 24px 16px 24px 16px;
}
}
ul.list-menu {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
ul.list-menu .list-item {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
ul.list-menu .list-item .item-label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 8px;
}
ul.list-menu .list-item .item-label i {
      font-size: 16px;
}
ul.list-menu .list-item .item-action i {
      font-size: 24px;
}
@media screen and (max-width: 904px) {
ul.list-menu {
      gap: 16px;
}
ul.list-menu .list-item {
        gap: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
}
ul.list-menu .list-item .item-label {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          gap: 8px;
}
ul.list-menu .list-item .item-label i {
          font-size: 16px;
}
ul.list-menu .list-item .item-action i {
          font-size: 24px;
}
}
body {
  background: black;
  color: #bdbdbd;
  font-family: 'Faktum', 'Arial', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: whitesmoke;
  font-family: 'Faktum', 'Arial', 'Helvetica Neue', sans-serif;
  margin: 0;
}
#app {
  height: 100%;
}
html {
  min-height: 100%;
}
body,
#app,
.layout,
main {
  min-height: 100vh;
}
main {
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
main {
      padding-left: 2px;
}
}
.full-width {
  width: 100%;
}
.relative {
  position: relative;
}
.nice-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.nice-scrollbar::-webkit-scrollbar-track {
  background: #333;
}
.nice-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1px;
}
.nice-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.hover-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.hover-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.hover-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 8px;
}
.hover-scrollbar:hover::-webkit-scrollbar-track {
  background: transparent;
}
.hover-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #616161;
}
.hover-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
  cursor: pointer;
}
.panel-body h1,
.panel-body h2,
.panel-body h3,
.panel-body h4,
.panel-body h5 {
  background: none !important;
}
.panel-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.vue-html5-editor ul,
.course-description ul,
.exercise-description ul {
  list-style: disc;
  margin-left: 3rem !important;
}
.btn-default:hover {
  background: black;
  border-color: #33ccff;
}
.cursor-pointer {
  cursor: pointer;
}
.nopad {
  padding: 0;
}
.highlight {
  color: #05b75f;
  font-weight: 700;
}
.container {
  padding: 0;
  margin-top: 0;
}
.component.navbar {
  padding-bottom: 10px;
  background: #222222;
}
.panel {
  background: #121212;
  border: 1px solid rgba(49, 49, 49, 0.1);
  border-radius: 8px;
}
.panel .panel-heading {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 0;
}
.panel .panel-heading h2 {
      font-weight: 700;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-size: 18px;
      text-align: left;
      padding: 0;
      line-height: 42px;
      width: 100%;
}
.panel .panel-body {
    padding: 0px;
}
.widget .badge {
  background: #00b6f0;
  color: #0a0a0a;
  position: absolute;
  top: -1rem;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}
.list-group-item {
  border-color: #8a8a8a !important;
}
.list-group-item .col-sm-4 {
  max-height: 130px;
  overflow: hidden;
}
.dashboard .welcome {
  margin-bottom: 2rem;
  padding-left: 0;
}
.dashboard .welcome img,
  .dashboard .welcome h1 {
    float: left;
    display: inline-block;
}
.dashboard .welcome img {
    height: 150px;
    padding-right: 3rem;
}
.dashboard .welcome h1 {
    line-height: 150px;
    margin: 0;
    padding: 0;
    color: #fafafa;
}
.dashboard .news .panel-body,
.dashboard .todos .panel-body {
  padding: 0;
}
ul.list-group {
  margin: 0;
  padding: 0;
}
.list-group-item {
  border-bottom: 1px solid #222;
  border-left: none;
  border-right: none;
  border-top: none;
}
.list-group-item {
  border-radius: 0 !important;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form.add-todo {
  padding: 2rem 0;
}
input:not([type='submit']).form-control, .datepickbox input:not([type='submit']) {
  background: #111;
  border: 1px solid #fafafa;
}
.datepickbox input {
  outline: none;
  width: 100%;
  border-width: 1px !important;
}
.et-wrapper {
  background: #42b983;
  border-radius: 2px;
}
.et-wrapper a {
    color: #302d37;
    font-weight: 700;
}
.form-control, .datepickbox input,
.datepickbox input {
  color: #ededed;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none !important;
}
#app {
  overflow-x: hidden;
}
.row {
  margin: 0;
}
table a:not(.btn):not(.underline),
.table a:not(.btn):not(.underline) {
  text-decoration: none !important;
}
.clippie {
  opacity: 0.8;
  font-size: 17px;
  left: 7px;
  top: -2px;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.clippie-float-right {
  float: right;
}
.top-clippie {
  top: 0px;
  left: 4px;
}
.remove-file {
  cursor: pointer;
}
.tooltip {
  display: block !important;
  padding: 4px;
  z-index: 10000;
}
.tooltip .tooltip-inner {
    background: #303030;
    color: whitesmoke;
    border-radius: 2px;
    padding: 8px;
    box-shadow: 0px 0px 10px black;
}
.tooltip .tooltip-arrow {
    display: none;
}
.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s;
}
.subscript {
  font-size: 1rem;
  transform: translateY(2px);
  padding-right: 2px;
  display: inline-block;
}
.vue-html5-editor {
  z-index: 999 !important;
}
.vue-html5-editor {
  border: 1px solid #767676;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.vue-html5-editor .content span {
    background: transparent !important;
}
.vue-html5-editor .dashboard > div > div > label:nth-child(2) {
    display: none;
}
.vue-html5-editor > .toolbar > ul {
  border-bottom: 1px solid #767676;
}
.VuePagination p {
  padding-right: 10px;
  font-size: 12px;
  text-align: right;
}
.table-responsive {
  padding-left: 15px;
  padding-right: 15px;
}
.VueTables__heading {
  font-weight: 400;
  color: white;
}
td {
  font-weight: 300 !important;
}
.form-control, .datepickbox input {
  font-size: 14px;
  top: 1px;
  position: relative;
}
.lightbox {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 9999999999999;
}
.lightbox .ri-close-line {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
}
.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
}
.alert {
  border-radius: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
tr {
  border-bottom: 1px solid #000 !important;
}
.dropzone {
  background: transparent !important;
}
.dz-image {
  max-width: 120px !important;
}

/*.dz-image {
    width: 100px!important;
    height: 100px!important;
    img {
        width:100px;
    }
}*/
.dz-filename {
  overflow: hidden !important;
}
.form-control, .datepickbox input {
  border-radius: 0;
  border-color: #666 !important;
}
.vue-html5-editor .dashboard {
  color: #fff;
}
.role-icon {
  height: 2rem !important;
  display: inline;
}
.icon-label {
  color: #a6a6a6;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 90.909% */
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail a {
    display: block;
}
.video-thumbnail .play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}
.video-thumbnail:hover .play-button {
    display: initial;
}
.video-thumbnail img.course-image {
    height: 80px;
    width: auto;
    aspect-ratio: 16/9;
}
.video-thumb-wrapper {
  padding: 0px !important;
}
.surface-000 {
  background: black;
}
.surface-100 {
  background: #121212;
}
.surface-200 {
  background: #1e1e1e;
}
.surface-300 {
  background: #262626;
}
.surface-400 {
  background: #303030;
}
img {
  max-width: 100%;
}
.cms-text span,
.cms-text div,
.cms-text p,
.cms-text h1,
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.video-description-cms-text span,
.video-description-cms-text div,
.video-description-cms-text p,
.video-description-cms-text h1,
.video-description-cms-text h2,
.video-description-cms-text h3,
.video-description-cms-text h4,
.video-description-cms-text h5 {
  background: transparent !important;
}
.cms-text a,
.video-description-cms-text a {
  text-decoration: underline;
}
.overlay .v-spinner .v-ring {
  width: 150px !important;
  height: 150px !important;
}
.overlay .v-spinner .v-ring2 {
  border: 8px solid #33ccff !important;
  opacity: 0.4 !important;
}
.overlay .v-spinner .v-ring3 {
  border: 8px solid #33ccff !important;
  opacity: 0.6 !important;
}
body #toast-container > .toast-info {
  background-image: none !important;
}
fieldset {
  border: none;
  margin: auto;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.well {
  background: #1e1e1e;
  border-left: 2px solid #fafafa;
  border-radius: 2px;
  padding: 8px;
}

.text-disabled[data-v-3a7c5488] {
  color: #616161;
}
.flex[data-v-3a7c5488] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-3a7c5488],
.flex-column[data-v-3a7c5488] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-3a7c5488] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-3a7c5488] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-3a7c5488] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-3a7c5488] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-3a7c5488] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-3a7c5488] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-3a7c5488] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-3a7c5488] {
  gap: 6px;
}
.gap-3[data-v-3a7c5488] {
  gap: 8px;
}
.gap-4[data-v-3a7c5488] {
  gap: 12px;
}
.gap-6[data-v-3a7c5488] {
  gap: 24px;
}
a[data-v-3a7c5488] {
  cursor: pointer;
}
.navbar-wrapper[data-v-3a7c5488] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
  margin-right: 2rem;
}
.mobile-menu-button[data-v-3a7c5488] {
  color: #fff;
  font-size: 2rem;
  float: right;
  position: absolute;
  right: 4rem;
  top: 5rem;
  z-index: 999999999;
  cursor: pointer;
  display: none;
}

/*@media screen and (max-width:1599px) {
      .navbar {padding:0 5px 20px 0;}
      }*/
.navbar-brand[data-v-3a7c5488] {
  margin-left: 30px;
  margin-top: 4px;
  padding: 0;
  transform: translate(15px, 11px);
}
.navbar-brand img[data-v-3a7c5488] {
  max-height: 41px;
  width: auto;
}
.student-name[data-v-3a7c5488] {
  padding: 2rem;
  font-weight: 700;
}
.nav-wrapper[data-v-3a7c5488] {
  background: #000;
}
.navbar[data-v-3a7c5488] {
  max-width: 1366px;
  float: none;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.navbar a[data-v-3a7c5488] {
  color: #fff;
  text-transform: uppercase;
}
.unread[data-v-3a7c5488] {
  background: red;
  position: relative;
  top: -1px;
  right: 5px;
}
.router-link-exact-active[data-v-3a7c5488] {
  color: #33ccff !important;
  background-color: #363636 !important;
}
.nav > li > a[data-v-3a7c5488] {
  padding: 10px !important;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.overlay .v-spinner .v-ring {
  width: 150px !important;
  height: 150px !important;
}
.greeting {
  text-align: center;
}
.overlay .v-spinner .v-ring2 {
  border: 8px solid #33ccff !important;
  opacity: 0.4 !important;
}
.overlay .v-spinner .v-ring3 {
  border: 8px solid #33ccff !important;
  opacity: .6 !important;
}

.text-disabled[data-v-4af11240] {
  color: #616161;
}
.flex[data-v-4af11240] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-4af11240],
.flex-column[data-v-4af11240] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-4af11240] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-4af11240] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-4af11240] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-4af11240] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-4af11240] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-4af11240] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-4af11240] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-4af11240] {
  gap: 6px;
}
.gap-3[data-v-4af11240] {
  gap: 8px;
}
.gap-4[data-v-4af11240] {
  gap: 12px;
}
.gap-6[data-v-4af11240] {
  gap: 24px;
}
.upload-progress[data-v-4af11240] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 480px;
  max-width: 100vw;
  background: #303030;
  border-bottom: 1px solid #303030;
  border-left: 1px solid #303030;
  border-radius: 0 0 0 6px;
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.upload-progress-header[data-v-4af11240] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.upload-progress-header .title-xsmall[data-v-4af11240] {
    -ms-flex: 1;
        flex: 1;
}
.upload-progress-header .step-pct[data-v-4af11240] {
    font-size: 1.2rem;
    color: #a3a3a3;
}
.upload-progress-detail[data-v-4af11240] {
  font-size: 1.1rem;
  color: #a3a3a3;
  letter-spacing: 0.5px;
}

.text-disabled[data-v-2390fce0] {
  color: #616161;
}
.flex[data-v-2390fce0] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-2390fce0],
.flex-column[data-v-2390fce0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-2390fce0] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-2390fce0] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-2390fce0] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-2390fce0] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-2390fce0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-2390fce0] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-2390fce0] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-2390fce0] {
  gap: 6px;
}
.gap-3[data-v-2390fce0] {
  gap: 8px;
}
.gap-4[data-v-2390fce0] {
  gap: 12px;
}
.gap-6[data-v-2390fce0] {
  gap: 24px;
}
ul[data-v-2390fce0] {
  list-style: disc;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.privacy-policy[data-v-2390fce0] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background: #444;
  z-index: 999999999999999999;
}
.privacy-policy .privacy-text[data-v-2390fce0] {
    width: 960px;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 10vh;
}
.c5[data-v-2390fce0] {
  font-size: 2rem;
}

.text-disabled[data-v-f3b343d8] {
  color: #616161;
}
.flex[data-v-f3b343d8] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-f3b343d8],
.flex-column[data-v-f3b343d8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-f3b343d8] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-f3b343d8] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-f3b343d8] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-f3b343d8] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-f3b343d8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-f3b343d8] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-f3b343d8] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-f3b343d8] {
  gap: 6px;
}
.gap-3[data-v-f3b343d8] {
  gap: 8px;
}
.gap-4[data-v-f3b343d8] {
  gap: 12px;
}
.gap-6[data-v-f3b343d8] {
  gap: 24px;
}
@media screen and (max-width: 1599px) {
.sidebar[data-v-f3b343d8] {
    padding: 2px 10px;
}
}
.sidebar-panel-toggle[data-v-f3b343d8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.sidebar-panel-toggle i[data-v-f3b343d8] {
    font-size: 25px;
}
@media screen and (min-width: 1501px) {
.sidebar-panel-toggle.home-toggle[data-v-f3b343d8] {
      display: none;
}
}
.sidebar-panel-toggle i[data-v-f3b343d8] {
  color: #fff;
}
.sidebar-divider[data-v-f3b343d8] {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 4px 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
.sidebar-divider[data-v-f3b343d8] {
      width: 100%;
}
}
.widgets-drawer[data-v-f3b343d8] {
  background: black;
  position: fixed;
  top: 0;
  left: 80px;
  width: 440px;
  height: 100dvh;
  z-index: 500;
  overflow-y: scroll;
  transform: translateX(calc(-100% - 80px));
  transition: transform 0.3s ease;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
.widgets-drawer.drawer-visible[data-v-f3b343d8] {
    transform: translateX(0);
}
.bulletins-wrapper[data-v-f3b343d8] {
  margin: 12px 0;
}
.course-menu-link .course-menu[data-v-f3b343d8] {
  position: fixed;
  width: 320px;
  left: 80px;
  background: #1e1e1e;
  z-index: 99999999999;
  border: 1px solid #1a1a1a;
  text-align: left;
  border-radius: 4px;
}
.course-menu-link .course-menu a[data-v-f3b343d8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 18px;
    -ms-flex-direction: row;
        flex-direction: row;
}
.course-menu-link .course-menu img[data-v-f3b343d8] {
    max-width: 80px;
    float: left;
    margin: 0 1rem;
}
.course-menu-link .course-menu li[data-v-f3b343d8] {
    padding: 6px;
    border-bottom: solid 1px #666;
    cursor: pointer;
}
.course-menu-link .course-menu li[data-v-f3b343d8]:last-child {
    border-bottom: none;
}
.course-menu-link .course-menu a.router-link-active[data-v-f3b343d8] {
    background: var(--course-active-bg, rgba(0, 182, 240, 0.15));
    border-radius: 4px;
}
@media screen and (max-width: 640px) {
.course-menu-link .course-menu[data-v-f3b343d8] {
      position: static;
      width: 100%;
      right: auto;
      border: none;
      border-radius: 0;
      background: #262626;
}
.course-menu-link .course-menu a[data-v-f3b343d8] {
        font-size: 18px;
        padding: 6px;
        width: 100%;
}
.course-menu-link .course-menu li[data-v-f3b343d8] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
}
.course-menu-link .course-menu img[data-v-f3b343d8] {
        max-width: 48px;
        margin: 0;
}
}
.menu-wrapper[data-v-f3b343d8] {
  height: 100%;
  overflow: visible;
}
.menu[data-v-f3b343d8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  overflow-x: visible;
  scrollbar-width: none;
}
.menu[data-v-f3b343d8]::-webkit-scrollbar {
    display: none;
}
.sidebar-menu-items[data-v-f3b343d8] {
  padding: 2rem;
  padding-bottom: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.sidebar-menu-items li[data-v-f3b343d8] {
    text-align: center;
    position: relative;
}
.sidebar-menu-items li:hover .sidebar-icon-label[data-v-f3b343d8] {
    display: initial;
}
.sidebar-menu-items a[data-v-f3b343d8] {
    color: #fff;
    padding: 0.6rem 0.5rem;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 3px;
}
.sidebar-menu-items a.router-link-active .sidebar-icon-label[data-v-f3b343d8] {
    opacity: 1;
}
.sidebar-menu-items .icon[data-v-f3b343d8] {
    font-size: 25px;
    line-height: 1;
}
.sidebar-menu-items .nav-label[data-v-f3b343d8] {
    display: none;
}
@media screen and (max-width: 640px) {
.sidebar-menu-items[data-v-f3b343d8] {
      -ms-flex-align: stretch;
          align-items: stretch;
      padding: 12px;
}
.sidebar-menu-items li[data-v-f3b343d8] {
        text-align: left;
        width: 100%;
}
.sidebar-menu-items a[data-v-f3b343d8] {
        -ms-flex-direction: row;
            flex-direction: row;
        gap: 8px;
        padding: 8px 12px;
        border-radius: 8px;
}
.sidebar-menu-items .nav-label[data-v-f3b343d8] {
        display: block;
        position: static;
        background: none;
        padding: 0;
        margin-top: 0;
        font-size: 13px;
        color: #fff;
}
.sidebar-menu-items li:hover .nav-label[data-v-f3b343d8] {
        display: block;
}
.sidebar-menu-items .icon[data-v-f3b343d8] {
        font-size: 20px;
}
}
.sidebar-menu-items .menu-label[data-v-f3b343d8] {
    text-transform: uppercase;
    float: left;
    margin-left: 2rem;
}
.sidebar-menu-items .menu-label[data-v-f3b343d8]:hover {
    color: #33ccff;
}
@media screen and (max-width: 1599px) {
.sidebar-menu-items .sidebar li:hover .menu-label[data-v-f3b343d8] {
      display: block !important;
}
}
.sidebar-menu-items .cat-learn i[data-v-f3b343d8] {
    color: #00b6f0;
}
.sidebar-menu-items .cat-community i[data-v-f3b343d8] {
    color: #00e9bd;
}
.sidebar-menu-items .cat-career i[data-v-f3b343d8] {
    color: #a162db;
}
.sidebar-menu-items .cat-tracking i[data-v-f3b343d8] {
    color: #ff8228;
}
.sidebar-menu-items .cat-support i[data-v-f3b343d8] {
    color: #f262a1;
}
.sidebar-menu-items .cat-learn a.router-link-active[data-v-f3b343d8]:not(.course-link) {
    background: rgba(0, 182, 240, 0.15);
}
.sidebar-menu-items .cat-community a.router-link-active[data-v-f3b343d8] {
    background: rgba(0, 233, 189, 0.15);
}
.sidebar-menu-items .cat-career a.router-link-active[data-v-f3b343d8] {
    background: rgba(161, 98, 219, 0.15);
}
.sidebar-menu-items .cat-tracking a.router-link-active[data-v-f3b343d8] {
    background: rgba(255, 130, 40, 0.15);
}
.sidebar-menu-items .cat-support a.router-link-active[data-v-f3b343d8] {
    background: rgba(242, 98, 161, 0.15);
}
.sidebar-menu-items .nav-icon-active[data-v-f3b343d8] {
    display: none;
}
.sidebar-menu-items .nav-icon-inactive[data-v-f3b343d8] {
    display: block;
}
.sidebar-menu-items a.router-link-active[data-v-f3b343d8] {
    border-radius: 8px;
}
.sidebar-menu-items a.router-link-active .nav-icon-active[data-v-f3b343d8] {
      display: block;
}
.sidebar-menu-items a.router-link-active .nav-icon-inactive[data-v-f3b343d8] {
      display: none;
}
h4 .role-icon[data-v-f3b343d8] {
  position: relative;
  left: 5px;
  top: -2px;
}
.sidebar-footer[data-v-f3b343d8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
  position: relative;
  overflow: visible;
}
.avatar[data-v-f3b343d8] {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.account-dropdown[data-v-f3b343d8] {
  position: fixed;
  left: 88px;
  z-index: 9999999;
  background: #474747;
  width: 160px;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.sidebar-tooltip {
  position: fixed;
  left: 62px;
  transform: translateY(-50%);
  background: #262626;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: whitesmoke;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99999999;
}
.sidebar-icon-label {
  color: whitesmoke;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 6px;
  position: absolute;
  background: #262626;
  padding: 8px;
  border-radius: 2px;
  left: 60px;
  z-index: 999999;
}
.mobile-sidebar-toggle {
  display: none;
  position: fixed;
  top: 6px;
  left: 6px;
  z-index: 1100;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
.mobile-sidebar-toggle i {
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 640px) {
.mobile-sidebar-toggle {
      display: -ms-flexbox;
      display: flex;
}
}
.mobile-sidebar-overlay {
  display: none;
}
@media screen and (max-width: 640px) {
.mobile-sidebar-overlay {
      display: block;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
}
}
@media screen and (max-width: 640px) {
.widgets-drawer {
    left: 0 !important;
    width: 100% !important;
    transform: translateX(-100%) !important;
}
.widgets-drawer.drawer-visible {
      transform: translateX(0) !important;
}
}

.text-disabled[data-v-50e0e54a] {
  color: #616161;
}
.flex[data-v-50e0e54a] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-50e0e54a],
.flex-column[data-v-50e0e54a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-50e0e54a] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-50e0e54a] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-50e0e54a] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-50e0e54a] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-50e0e54a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-50e0e54a] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-50e0e54a] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-50e0e54a] {
  gap: 6px;
}
.gap-3[data-v-50e0e54a] {
  gap: 8px;
}
.gap-4[data-v-50e0e54a] {
  gap: 12px;
}
.gap-6[data-v-50e0e54a] {
  gap: 24px;
}
.menu[data-v-50e0e54a] {
  position: absolute;
  background: #111;
  width: 100%;
  padding: 1rem;
  border: 1px solid #4d4d4d;
  top: 0;
  left: calc(100% + 8px);
  z-index: 999900;
}
.enrollment-switcher[data-v-50e0e54a] {
  position: relative;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.toggle[data-v-50e0e54a] {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.title[data-v-50e0e54a] {
  color: #b3b3b3;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 1rem;
}
.program-name[data-v-50e0e54a] {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pill[data-v-50e0e54a] {
  color: #181818;
  background: #3cf;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
li.enrollment[data-v-50e0e54a] {
  margin-bottom: 2rem;
  cursor: pointer;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.bulletins-button {
  cursor: pointer;
  z-index: 9999;
}
.bulletins-button i {
    font-size: 20px;
}
.bulletins-button .badge {
    position: absolute;
    top: -6px;
    width: 16px;
    height: 16px;
    right: -10px;
    background-color: #00b6f0 !important;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    color: black !important;
    border-radius: 50%;
}
.bulletinsOutside {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 9997;
  top: 0;
  right: 0;
}
.bulletins {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999997;
  height: 100vh;
  transition: all 0.25s;
  background: #121212;
  width: 400px !important;
}
.bulletins.open {
    left: 0;
    box-shadow: -13px 4px 10px rgba(0, 0, 0, 0.5);
}
.bulletins .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: rgba(255, 255, 255, 0.8) solid 1px;
    margin: 1.5rem;
    padding-bottom: 8px;
}
.bulletins .header .left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
}
.bulletins .header .left h4 {
        font-weight: 300;
        font-size: 20px;
}
.bulletins .header .left div {
        margin-left: 1rem;
}
.bulletins .header .left span {
        color: #33ccff;
        cursor: pointer;
}
.bulletins .header .icons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 0.5rem;
}
.bulletins .header .header-drop-down {
      position: absolute;
      top: 40px;
      right: 90px;
      z-index: 9999998;
}
.bulletins .content {
    margin: 1.5rem;
    height: calc(100vh - 72px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bulletins .content::-webkit-scrollbar {
      display: none;
}
.bulletins .content .bulletin {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 1rem;
      border-radius: 5px;
      font-weight: 500;
      background: #262626;
      margin-bottom: 12px;
      text-decoration: none;
      color: inherit;
}
.bulletins .content .bulletin .icon-button {
        visibility: hidden;
}
.bulletins .content .bulletin:hover .icon-button {
        visibility: visible;
}
.bulletins .content .bulletin.noclick {
        cursor: default;
}
.bulletins .content .bulletin:hover {
        background: rgba(255, 255, 255, 0.08);
        color: white;
}
.bulletins .content .bulletin:hover .text .meta .icon {
          color: lightgray;
}
.bulletins .content .bulletin .image {
        position: relative;
}
.bulletins .content .bulletin .image .avatar {
          max-width: 56px;
          width: 56px;
          height: 56px;
          object-fit: cover;
          border-radius: 50%;
}
.bulletins .content .bulletin .image .icon {
          position: absolute;
          width: 20px;
          height: 20px;
          object-fit: contain;
          bottom: 0;
          right: 0;
}
.bulletins .content .bulletin .text {
        margin-left: 1rem;
        margin-right: auto;
}
.bulletins .content .bulletin .text.unclicked {
          font-weight: 600;
}
.bulletins .content .bulletin .text .meta {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          gap: 0.5rem;
          font-size: 12px;
}
.bulletins .content .bulletin .text .meta .icon {
            font-size: 16px;
            cursor: pointer;
            padding: 0.25rem;
            border-radius: 50%;
            transition: all 0.2s;
}
.bulletins .content .bulletin .bulletin-drop-down {
        position: absolute;
        top: 0;
}
.bulletins .content .bulletin .ri-checkbox-blank-circle-fill {
        font-size: 8px;
        color: transparent;
}
.bulletins .content .bulletin .ri-checkbox-blank-circle-fill.unread {
          color: #3cf;
}
.bulletins .load-more {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
    padding: 1rem 0;
    cursor: pointer;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.bulletins .load-more:hover {
      color: white;
}

.text-disabled[data-v-0036ddc2] {
  color: #616161;
}
.flex[data-v-0036ddc2] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0036ddc2],
.flex-column[data-v-0036ddc2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-0036ddc2] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-0036ddc2] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-0036ddc2] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-0036ddc2] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-0036ddc2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-0036ddc2] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-0036ddc2] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-0036ddc2] {
  gap: 6px;
}
.gap-3[data-v-0036ddc2] {
  gap: 8px;
}
.gap-4[data-v-0036ddc2] {
  gap: 12px;
}
.gap-6[data-v-0036ddc2] {
  gap: 24px;
}
.setting[data-v-0036ddc2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.setting .title[data-v-0036ddc2] {
    font-weight: 600;
}
.setting i[data-v-0036ddc2] {
    font-size: 20px;
}
.setting .toggleButton[data-v-0036ddc2] {
    margin: 0rem 1rem;
    margin-bottom: 6px;
}
.setting .toggleButton.no-margin[data-v-0036ddc2] {
      margin-left: 0;
}
.setting.bb[data-v-0036ddc2] {
  height: 48px;
}
.indent[data-v-0036ddc2] {
  padding: 1rem 0;
}
.indent .setting[data-v-0036ddc2] {
    padding-right: 20px;
    line-height: 32px;
}
.category-title[data-v-0036ddc2] {
  color: white;
}
p[data-v-0036ddc2] {
  font-style: italic;
}
.bb[data-v-0036ddc2] {
  border-bottom: 1px solid #353535;
}
.bb i[data-v-0036ddc2] {
    margin-left: auto;
    cursor: pointer;
}
.bb i[data-v-0036ddc2]:hover {
      color: white;
}

.text-disabled[data-v-782ee8d5] {
  color: #616161;
}
.flex[data-v-782ee8d5] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-782ee8d5],
.flex-column[data-v-782ee8d5] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-782ee8d5] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-782ee8d5] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-782ee8d5] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-782ee8d5] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-782ee8d5] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-782ee8d5] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-782ee8d5] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-782ee8d5] {
  gap: 6px;
}
.gap-3[data-v-782ee8d5] {
  gap: 8px;
}
.gap-4[data-v-782ee8d5] {
  gap: 12px;
}
.gap-6[data-v-782ee8d5] {
  gap: 24px;
}
section.bookmarks[data-v-782ee8d5] {
  background: #262626;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 540px;
  height: 100%;
  max-width: 100%;
  z-index: 9999999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.close-bookmarks[data-v-782ee8d5] {
  font-size: 2rem;
  margin-right: 6px;
  color: #bdbdbd;
  transition: all 100ms ease-in-out;
}
.close-bookmarks[data-v-782ee8d5]:hover {
    color: whitesmoke;
}
h2[data-v-782ee8d5] {
  color: whitesmoke;
  padding: 8px 16px 16px;
}
h2 i[data-v-782ee8d5] {
    color: #00b6f0;
}
.bookmarks-list[data-v-782ee8d5] {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  padding: 0 16px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.term-group[data-v-782ee8d5] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.term-name[data-v-782ee8d5] {
  color: #bdbdbd;
  letter-spacing: 0.06em;
  padding-bottom: 8px;
  border-bottom: 1px solid #303030;
}
.course-group[data-v-782ee8d5] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  padding-left: 12px;
}
.course-name[data-v-782ee8d5] {
  color: whitesmoke;
  margin: 0;
}
.video-group[data-v-782ee8d5] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  padding-left: 12px;
}
.video-title[data-v-782ee8d5] {
  color: #bdbdbd;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.week-badge[data-v-782ee8d5] {
  color: gray;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chapter-group[data-v-782ee8d5] {
  padding-left: 12px;
}
.chapter-title[data-v-782ee8d5] {
  color: gray;
  margin: 0 0 4px;
}
.bookmark-list[data-v-782ee8d5] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.bookmark-item[data-v-782ee8d5] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  padding: 4px 8px;
  color: #54cef5;
  transition: all 100ms ease-in-out;
}
.bookmark-item i[data-v-782ee8d5] {
    font-size: 12px;
}
.bookmark-item .bookmark-label[data-v-782ee8d5] {
    -ms-flex: 1;
        flex: 1;
    color: #bdbdbd;
}
.bookmark-item[data-v-782ee8d5]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #8addf8;
}
.bookmark-item:hover .bookmark-label[data-v-782ee8d5] {
      color: whitesmoke;
}

.text-disabled {
  color: #616161;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col,
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2 {
  gap: 6px;
}
.gap-3 {
  gap: 8px;
}
.gap-4 {
  gap: 12px;
}
.gap-6 {
  gap: 24px;
}
.search-button {
  cursor: pointer;
  z-index: 9999;
}
.search-button i {
    font-size: 16px;
}
.search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.404);
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 4px;
}
.search-backdrop .search-modal {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    max-height: 950px;
    background: #262626;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.search-backdrop .search-modal .search-header {
      width: 100%;
      min-height: 60px;
      background: #1a1a1a;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-backdrop .search-modal .search-header .filler {
        margin-right: auto;
        width: 4rem;
}
.search-backdrop .search-modal .search-header .search-input {
        position: relative;
}
.search-backdrop .search-modal .search-header .search-input input[type='search'] {
          width: 300px;
          max-width: 100%;
}
.search-backdrop .search-modal .search-header .search-input .clear-icon {
          position: absolute;
          right: 0.5rem;
          top: 50%;
          transform: translateY(-50%);
          font-size: 16px;
          cursor: pointer;
          color: #b0b0b0;
}
.search-backdrop .search-modal .search-header .search-input .clear-icon:hover {
            color: white;
}
.search-backdrop .search-modal .search-header .close-icon {
        font-size: 16px;
        margin-left: auto;
        margin-right: 1rem;
        cursor: pointer;
        color: #b0b0b0;
}
.search-backdrop .search-modal .search-header .close-icon:hover {
          color: white;
}
.search-backdrop .search-modal .search-menu {
      border-bottom: 1px solid #555;
      width: 100%;
      min-height: 40px;
      font-style: italic;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: center;
          align-items: center;
}
.search-backdrop .search-modal .search-menu div {
        cursor: pointer;
}
.search-backdrop .search-modal .search-menu div.active {
          color: #3cf;
}
.search-backdrop .search-modal .search-results {
      position: relative;
      -ms-flex-positive: 1;
          flex-grow: 1;
      overflow-y: hidden;
}
.search-backdrop .search-modal .search-results .no-results {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.search-backdrop .search-modal .search-results .kb img {
        width: 162px;
        height: 121px;
        object-fit: cover;
}
.search-backdrop .search-modal .search-results .videos,
      .search-backdrop .search-modal .search-results .resources,
      .search-backdrop .search-modal .search-results .kb {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 12px;
        gap: 12px;
}
.search-backdrop .search-modal .search-results .videos a,
        .search-backdrop .search-modal .search-results .resources a,
        .search-backdrop .search-modal .search-results .kb a {
          grid-columns: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          background: #303030;
          border: 1px solid #303030;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.search-backdrop .search-modal .search-results .videos a:hover,
          .search-backdrop .search-modal .search-results .resources a:hover,
          .search-backdrop .search-modal .search-results .kb a:hover {
            border: 1px solid #00b6f0;
}
.search-backdrop .search-modal .search-results .videos a .image,
          .search-backdrop .search-modal .search-results .resources a .image,
          .search-backdrop .search-modal .search-results .kb a .image {
            width: 33%;
            aspect-ratio: 16/9;
            position: relative;
}
.search-backdrop .search-modal .search-results .videos a .image .background,
            .search-backdrop .search-modal .search-results .resources a .image .background,
            .search-backdrop .search-modal .search-results .kb a .image .background {
              padding: 2px;
              background-color: #222222;
              border: 1px solid #464545;
              width: 100%;
              height: 100%;
}
.search-backdrop .search-modal .search-results .videos a .image .play-button,
            .search-backdrop .search-modal .search-results .resources a .image .play-button,
            .search-backdrop .search-modal .search-results .kb a .image .play-button {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              float: none;
              width: 40px;
              height: 40px;
}
.search-backdrop .search-modal .search-results .videos a .text,
          .search-backdrop .search-modal .search-results .resources a .text,
          .search-backdrop .search-modal .search-results .kb a .text {
            width: 60%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            margin-left: 2rem;
}
.search-backdrop .search-modal .search-results .videos a .text p,
            .search-backdrop .search-modal .search-results .resources a .text p,
            .search-backdrop .search-modal .search-results .kb a .text p {
              max-height: 80px;
              overflow: hidden;
              text-overflow: ellipsis;
}
.search-backdrop .search-modal .search-results .forum,
      .search-backdrop .search-modal .search-results .chat {
        padding: 2rem;
}
.search-backdrop .search-modal .search-results .forum div,
        .search-backdrop .search-modal .search-results .chat div {
          background: #303030;
          padding: 1rem;
          display: block;
          margin: 1rem 0;
}
.search-backdrop .search-modal .search-results .forum div:hover,
          .search-backdrop .search-modal .search-results .chat div:hover {
            background: #1f1f1f;
}
.search-backdrop .search-modal .search-results .forum div p,
          .search-backdrop .search-modal .search-results .chat div p {
            cursor: default;
            max-height: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
}
.search-backdrop .search-modal .search-results .forum div p b,
            .search-backdrop .search-modal .search-results .chat div p b {
              color: white;
}
.search-backdrop .search-modal .search-results .forum div p a,
            .search-backdrop .search-modal .search-results .chat div p a {
              text-decoration: none;
}
.search-backdrop .search-modal .search-results .forum div h4 a,
          .search-backdrop .search-modal .search-results .chat div h4 a {
            text-decoration: none;
            color: #fff;
            font-weight: 100;
}
.search-backdrop .search-modal .search-results .forum div h4 a:hover,
            .search-backdrop .search-modal .search-results .chat div h4 a:hover {
              color: #3cf;
}
.search-backdrop .search-modal .search-results .forum div .author,
          .search-backdrop .search-modal .search-results .chat div .author {
            margin-left: 1rem;
}
.search-backdrop .search-modal .search-results .forum div .author a,
            .search-backdrop .search-modal .search-results .chat div .author a {
              text-decoration: none;
}
.search-backdrop .search-modal .search-results .forum div .course,
          .search-backdrop .search-modal .search-results .chat div .course {
            color: #3cf;
}
.search-backdrop .search-modal .search-pagination {
      border-top: 1px solid #303030;
      width: 100%;
      min-height: 40px;
      font-style: italic;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      gap: 12px;
}
.search-backdrop .search-modal .search-pagination div {
        cursor: pointer;
        width: 48px;
}
.search-backdrop .search-modal .loading {
      position: absolute;
      background: #333;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.text-disabled[data-v-561281ba] {
  color: #616161;
}
.flex[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-561281ba],
.flex-column[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.align-center[data-v-561281ba] {
  -ms-flex-align: center;
      align-items: center;
}
.justify-center[data-v-561281ba] {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between[data-v-561281ba] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-end[data-v-561281ba] {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex-wrap[data-v-561281ba] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid[data-v-561281ba] {
  display: -ms-grid;
  display: grid;
}
.flex-grow[data-v-561281ba] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.gap-2[data-v-561281ba] {
  gap: 6px;
}
.gap-3[data-v-561281ba] {
  gap: 8px;
}
.gap-4[data-v-561281ba] {
  gap: 12px;
}
.gap-6[data-v-561281ba] {
  gap: 24px;
}
.download-manager[data-v-561281ba] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 480px;
  max-width: 100vw;
  background: #303030;
  border-bottom: 1px solid #303030;
  border-left: 1px solid #303030;
  border-radius: 0 0 0 6px;
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: none;
}
.download-manager.collapsed[data-v-561281ba] {
    transition: all 0.1s linear;
    width: 220px;
}
.download-manager-header[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 8px;
}
.download-manager-header .title-xsmall[data-v-561281ba] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
}
.download-manager-header .done-label[data-v-561281ba] {
    color: #3cb878;
    font-weight: 400;
}
.collapsed-progress[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #303030;
}
.collapsed-progress .ttto-progress-wrapper[data-v-561281ba] {
    -ms-flex: 1;
        flex: 1;
}
.collapsed-progress .step-pct[data-v-561281ba] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.2rem;
    color: #a3a3a3;
}
.collapsed-progress .step-pct.done[data-v-561281ba] {
      color: #3cb878;
}
.ttto-progress.done[data-v-561281ba] {
  background: #3cb878;
}
.file-item[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #303030;
}
.file-name[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #bdbdbd;
}
.file-name i[data-v-561281ba] {
    color: #a3a3a3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.file-name span[data-v-561281ba] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.steps[data-v-561281ba] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.step[data-v-561281ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.step-label[data-v-561281ba] {
  font-size: 1.1rem;
  color: #a3a3a3;
  font-weight: 400;
}
.step.active .step-label[data-v-561281ba] {
    color: whitesmoke;
    font-weight: 600;
    animation: pulse 2s ease-in-out infinite;
}
.step.done .step-label[data-v-561281ba] {
    color: #3cb878;
}
.ttto-progress-wrapper[data-v-561281ba] {
  height: 3px;
}
.ttto-progress[data-v-561281ba] {
  height: 3px;
  transition: width 0.3s ease;
}
.step.done .ttto-progress[data-v-561281ba] {
    background: #3cb878;
}
.step-pct[data-v-561281ba] {
  font-size: 1.1rem;
  color: #a3a3a3;
}
.step.active .step-pct[data-v-561281ba] {
    color: whitesmoke;
}
.step.done .step-pct[data-v-561281ba] {
    color: #3cb878;
}
@keyframes pulse {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
	direction: ltr;
	text-align: left;
}
.fc-rtl {
	text-align: right;
}
body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
	border-color: #ddd;
}
.fc-unthemed .fc-popover {
	background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
	background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}
.fc-unthemed td.fc-today {
	background: #fcf8e3;
}
.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
}
.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
}
.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}
.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: .3;
}
.ui-widget .fc-disabled-day { /* themed */
	background-image: none;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
	position: relative;
}
.fc-icon-left-single-arrow:after {
	content: "\2039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}
.fc-icon-right-single-arrow:after {
	content: "\203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}
.fc-icon-left-double-arrow:after {
	content: "\AB";
	font-size: 160%;
	top: -7%;
}
.fc-icon-right-double-arrow:after {
	content: "\BB";
	font-size: 160%;
	top: -7%;
}
.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
}
.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
}
.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}
.fc-icon-x:after {
	content: "\D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
	/* force height to include the border and padding */
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0;
}
.fc-state-default { /* non-theme */
	border: 1px solid;
}
.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}
.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
	cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
	border-style: solid;
	border-width: 1px;
}
hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}
.fc-clear {
	clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}
.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
	width: 100%;
	box-sizing: border-box; /* fix scrollbar issue in firefox */
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}
.fc th {
	text-align: center;
}
.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}
.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
	cursor: pointer;
}
a[data-goto]:hover {
	text-decoration: underline;
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}
.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
	position: relative;
}
.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
	z-index: 2;
}
.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
	z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}
.fc-event,
.fc-event-dot {
	background-color: #3a87ad; /* default BACKGROUND color */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}
.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
}
.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
	display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	/* only show when hovering or selected (with touch) */
	display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999; /* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
	z-index: 9999 !important; /* overcomes inline z-index */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3; /* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px; /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px; /* overcome top border */
	bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
	/* 8x8 little dot */
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px; /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
	margin-top: 2px; /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1; /* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
}
.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}
.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px; /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */
a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}
a.fc-more:hover {
	text-decoration: underline;
}
.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}
.fc-more-popover {
	z-index: 2;
	width: 220px;
}
.fc-more-popover .fc-event-container {
	padding: 10px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
	text-align: center;
}
.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em;
}
.fc-toolbar .fc-left {
	float: left;
}
.fc-toolbar .fc-right {
	float: right;
}
.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */
.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
	position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
.fc-toolbar .fc-state-down {
	z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}
.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	box-sizing: content-box;
}
.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}



/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* there may be week numbers in these views, so no padding-top */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
	overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
	opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 2px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
	padding: 0 2px; /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number { float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number { float: left; border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number { float: right; border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
	text-align: center;
}
.fc-basic-view td.fc-week-number > * {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}


/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}
.fc-ltr .fc-axis {
	text-align: right;
}
.fc-rtl .fc-axis {
	text-align: left;
}
.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}
.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
	z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}
.fc-time-grid .fc-content-col {
	position: relative; /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}
.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}
.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
}
.fc-time-grid .fc-helper-container { /* also is fc-event-container */
	position: relative;
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
	display: none; /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
	overflow: hidden; /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}
.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
	content: "\A0-\A0"; /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px; /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}



/* List View
--------------------------------------------------------------------------------------------------*/

/* possibly reusable */
.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
	direction: rtl; /* unlike core views, leverage browser RTL */
}
.fc-list-view {
	border-width: 1px;
	border-style: solid;
}

/* table resets */
.fc .fc-list-table {
	table-layout: auto; /* for shrinkwrapping cell content */
}
.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px;
}
.fc-list-table tr:first-child td {
	border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
	border-bottom-width: 1px;
}
.fc-list-heading td {
	font-weight: bold;
}
.fc-ltr .fc-list-heading-main { float: left;
}
.fc-ltr .fc-list-heading-alt { float: right;
}
.fc-rtl .fc-list-heading-main { float: right;
}
.fc-rtl .fc-list-heading-alt { float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
	cursor: pointer; /* whole row will be clickable */
}
.fc-list-item:hover td {
	background-color: #f5f5f5;
}
.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker { padding-right: 0;
}
.fc-rtl .fc-list-item-marker { padding-left: 0;
}
.fc-list-item-title a {
	/* every event title cell has an <a> tag */
	text-decoration: none;
	color: inherit;
}
.fc-list-item-title a[href]:hover {
	/* hover effect only on titles with hrefs */
	text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table;
}
.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fc-unthemed .fc-list-empty { /* theme will provide own background */
	background-color: #eee;
}

/*# sourceMappingURL=app.3908e6d2c0c8af47613844ab3a49995c.css.map*/