@charset "UTF-8";
@import url(../scripts/select2/css/select2.min.css);
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../assets/font/Gotham-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Gotham-Book';
  src: url("../assets/font/Gotham-Book.otf") format("opentype"); }
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../assets/font/Gotham-Medium.otf") format("opentype"); }
* {
  outline: none !important;
  box-sizing: border-box;
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  -webkit-touch-callout: none; }
  *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 5px;
    border: none;
    outline: none; }
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #cccccc;
    border-radius: 5px;
    border: none;
    outline: none; }
  *::-webkit-scrollbar-thumb {
    background-color: #909090;
    outline: none;
    border-radius: 5px;
    transition: background-color 1000ms;
    border: none; }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #444444;
    border: none;
    outline: none; }
  *::-webkit-scrollbar-corner {
    background-color: #cccccc;
    border: none;
    outline: none; }

.fa-stack {
  width: 100% !important; }

.success {
  color: #5e9935 !important; }

.danger {
  color: #d00018 !important; }

.cancel {
  color: #444444 !important; }

.d-none {
  display: none !important; }

section {
  position: relative; }

html {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  font-family: 'Gotham-Medium';
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 12px; }
  @media screen and (min-width: 576px) and (max-width: 767.98px) {
    html.zoomDoesntScaleFont {
      font-size: 12px; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) {
    html.zoomDoesntScaleFont {
      font-size: 18px; } }

body {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  transition: transform 400ms;
  transform: translateX(0);
  overflow: visible;
  -webkit-text-size-adjust: 100%; }
  body.main {
    transform: translateX(-100%); }

img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 400ms; }

.overflow-hidden {
  overflow: hidden; }

a {
  text-decoration: none; }

button {
  cursor: pointer;
  padding: 0;
  border-radius: 50px;
  background: none;
  border: none;
  transition: color 1000ms; }

input {
  padding-left: 26px;
  padding-right: 26px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gotham-Medium';
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  user-select: text;
  /* supported by Chrome and Opera */
  -webkit-user-select: text;
  /* Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */ }

textarea {
  user-select: text;
  /* supported by Chrome and Opera */
  -webkit-user-select: text;
  /* Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */ }

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0; }

.w-100 {
  width: 100%; }

.hover-arrow .fa-angle-left {
  transition: all 400ms; }
.hover-arrow:hover .fa-angle-left {
  transform: translateX(-30%) rotateX(0.01deg) !important; }

.hover-darken {
  transition: filter 400ms; }
  .hover-darken:hover {
    filter: brightness(0.6); }

.hover-lighten {
  transition: filter 400ms; }
  .hover-lighten:hover {
    filter: brightness(1.2); }

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

.show {
  display: flex !important; }

.change-background {
  background-color: #2e81b7; }

.change-icon-background {
  background-color: #0b4368 !important; }

.font-color {
  color: #ffffff !important; }

@media (min-width: 768px) {
  .zoom {
    zoom: 1.5; } }

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .loading .text {
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 18px; }
  .loading #loading-1 {
    position: relative; }
    .loading #loading-1 .object {
      width: 4px;
      height: 20px;
      margin-right: 3px;
      background-color: #ffffff;
      -webkit-animation: loading-1-animation 1s infinite;
      animation: loading-1-animation 1s infinite;
      float: left; }
      .loading #loading-1 .object:last-child {
        margin-right: 0; }
      .loading #loading-1 .object:nth-child(10) {
        animation-delay: -0.1s; }
      .loading #loading-1 .object:nth-child(9) {
        animation-delay: -0.2s; }
      .loading #loading-1 .object:nth-child(8) {
        animation-delay: -0.3s; }
      .loading #loading-1 .object:nth-child(7) {
        animation-delay: -0.4s; }
      .loading #loading-1 .object:nth-child(6) {
        animation-delay: -0.5s; }
      .loading #loading-1 .object:nth-child(5) {
        animation-delay: -0.6s; }
      .loading #loading-1 .object:nth-child(4) {
        animation-delay: -0.7s; }
      .loading #loading-1 .object:nth-child(3) {
        animation-delay: -0.8s; }
      .loading #loading-1 .object:nth-child(2) {
        animation-delay: -0.9s; }
@-webkit-keyframes loading-1-animation {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
@keyframes loading-1-animation {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
  .loading #loading-2 {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative; }
    .loading #loading-2 div {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 4px solid #00dcaf;
      opacity: 1;
      border-radius: 50%;
      animation: loading-2-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
      .loading #loading-2 div:nth-child(2) {
        animation-delay: -0.5s; }
@keyframes loading-2-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    border-color: #00dcaf; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: yellow; } }
  .loading.loading-1 #loading-2 {
    display: none; }
  .loading.loading-2 #loading-1 {
    display: none; }

.select2-container {
  width: auto;
  min-width: 54px; }
  .select2-container .select2-dropdown {
    min-width: 54px; }
  .select2-container .select2-search__field {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.6666666667rem;
    line-height: 11px;
    letter-spacing: 0.1px;
    color: #6e6e6e;
    transform: rotateX(0); }
  .select2-container .select2-results__option--highlighted[aria-selected] {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.6666666667rem;
    line-height: 11px;
    letter-spacing: 0.1px;
    color: #6e6e6e; }
  .select2-container .select2-results__option {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.6666666667rem;
    line-height: 11px;
    letter-spacing: 0.1px;
    color: #222222; }

.select2 .select2-selection--single {
  height: 22px;
  width: auto;
  min-width: 54px;
  border-radius: 5px;
  padding: 2px; }
  .select2 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.6666666667rem;
    line-height: 11px;
    letter-spacing: 0.1px; }
  .select2 .select2-selection--single .select2-selection__arrow {
    display: none; }

.progress-bar {
  background-color: #2e81b7;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 5px;
  animation-fill-mode: forwards;
  animation: progress-decrease 180s forwards;
  display: flex; }

.choose-exercise-page-wrapper header {
  flex-grow: 0;
  background-color: #cccccc;
  margin-right: 16px;
  margin-left: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  min-height: 50px;
  align-items: center; }
  .choose-exercise-page-wrapper header .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center; }
    .choose-exercise-page-wrapper header .text-wrapper .welcome {
      color: #2c3e4f;
      font-size: 1.3333333333rem;
      letter-spacing: 0.2px;
      border-left: 3px solid #d00018;
      padding-left: 8px;
      white-space: nowrap;
      font-family: 'Gotham-Bold'; }
    .choose-exercise-page-wrapper header .text-wrapper .instruction {
      font-size: 1rem;
      font-family: 'Gotham-Book';
      margin-left: 8px;
      letter-spacing: 0.2px;
      color: #2c3e4f; }
      .choose-exercise-page-wrapper header .text-wrapper .instruction .fa-arrow-down {
        color: #c82f24;
        font-size: 1rem;
        margin-left: 8px; }
  .choose-exercise-page-wrapper header .logo {
    width: 58px;
    height: 58px; }

.main-page-wrapper header {
  background-color: #2d2d2d;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 32px;
  flex: 0 0 32px; }
  .main-page-wrapper header .the-exercise-selected {
    display: flex;
    align-items: center; }
    .main-page-wrapper header .the-exercise-selected .color-logo {
      width: 32px;
      height: 32px;
      background-color: red; }
      .main-page-wrapper header .the-exercise-selected .color-logo:before {
        content: "«";
        display: block;
        color: #cccccc;
        padding: 7px 11px; }
    .main-page-wrapper header .the-exercise-selected .exercise-name, .main-page-wrapper header .the-exercise-selected .exercise-position {
      display: flex;
      align-items: center;
      color: #cccccc;
      line-height: 11px;
      letter-spacing: 0.8px;
      margin-left: 12px;
      font-size: 0.75rem; }
      .main-page-wrapper header .the-exercise-selected .exercise-name i, .main-page-wrapper header .the-exercise-selected .exercise-position i {
        color: #cccccc;
        margin-right: 12px;
        margin-left: 12px;
        font-size: 0.75rem; }
    .main-page-wrapper header .the-exercise-selected .exercise-scenarios {
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #cccccc;
      font-family: 'Gotham-Book';
      font-size: 0.75rem;
      line-height: 11px;
      letter-spacing: 0.8px; }
      .main-page-wrapper header .the-exercise-selected .exercise-scenarios i {
        color: #cccccc;
        font-size: 0.75rem;
        margin-left: 12px; }
    .main-page-wrapper header .the-exercise-selected .exercise-position i {
      margin-right: 8px;
      margin-left: 0; }
  .main-page-wrapper header .speaker {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 0.5833333333rem;
    line-height: 11px;
    letter-spacing: 0.8px;
    color: #cccccc;
    transition: all 400ms;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .main-page-wrapper header .speaker .mute-off {
      display: none; }
    .main-page-wrapper header .speaker.active .mute-on {
      display: none; }
    .main-page-wrapper header .speaker.active .mute-off {
      display: flex; }
    .main-page-wrapper header .speaker.active .icon-mute-off {
      display: flex; }
    .main-page-wrapper header .speaker.active i {
      display: none; }
    .main-page-wrapper header .speaker i {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #538852;
      color: #ffffff;
      font-size: 0.5833333333rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 6px;
      margin-left: 8px;
      transition: all 400ms;
      position: relative; }
    .main-page-wrapper header .speaker .icon-mute-off {
      display: none; }

.choose-exercise-page-wrapper footer {
  flex-grow: 0;
  background-color: #2d2d2d;
  width: 100%;
  margin-top: 10px; }
  .choose-exercise-page-wrapper footer .text {
    font-size: 0.5833333333rem;
    font-family: "MerriweatherSans-Regular";
    color: #b1b1b1;
    padding: 8px 0 8px 40px; }

.ios_install {
  padding-left: 50px; }

.choose-exercise-page-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .choose-exercise-page-wrapper .exercises {
    flex-grow: 1;
    height: 100%;
    overflow: hidden; }
    .choose-exercise-page-wrapper .exercises .container {
      overflow: auto;
      height: 100%;
      width: 86%;
      padding: 0 2%; }
      .choose-exercise-page-wrapper .exercises .container .exercise:not(:last-child) {
        margin-bottom: 8px; }
      .choose-exercise-page-wrapper .exercises .container .exercise.expanded .exercise-header {
        border-radius: 5px 5px 0 0 !important;
        transition: border-radius 0ms 0ms; }
      .choose-exercise-page-wrapper .exercises .container .exercise.expanded .toggle-body i {
        transform: rotate(90deg) !important; }
      .choose-exercise-page-wrapper .exercises .container .exercise .exercise-header {
        transition: border-radius 0ms 400ms;
        background-color: #ffffff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 12px;
        padding-right: 12px;
        cursor: pointer; }
        .choose-exercise-page-wrapper .exercises .container .exercise .exercise-header .exercise-scenarios {
          padding-top: 8px;
          padding-bottom: 8px;
          white-space: nowrap;
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #6e6e6e;
          font-family: 'Gotham-Book';
          font-size: 0.75rem;
          line-height: 11px;
          letter-spacing: 0.8px; }
        .choose-exercise-page-wrapper .exercises .container .exercise .exercise-header .exercise-name {
          padding-top: 8px;
          padding-bottom: 8px;
          color: #6e6e6e;
          font-family: 'Gotham-Medium';
          font-size: 0.75rem;
          line-height: 11px;
          letter-spacing: 0.11px; }
          .choose-exercise-page-wrapper .exercises .container .exercise .exercise-header .exercise-name i {
            color: #2e81b7;
            font-size: 0.75rem;
            margin-left: 12px;
            margin-right: 12px; }
        .choose-exercise-page-wrapper .exercises .container .exercise .exercise-header .toggle-body {
          padding-top: 8px;
          padding-bottom: 8px;
          color: #2e81b7;
          font-size: 0.6666666667rem;
          border-left: 1px #ecf0f1 solid;
          padding-left: 12px;
          line-height: 11px;
          letter-spacing: 0.1px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          cursor: pointer;
          margin-left: auto; }
          .choose-exercise-page-wrapper .exercises .container .exercise .exercise-header .toggle-body i {
            margin-left: 9px;
            color: #2e81b7;
            font-size: 0.6666666667rem;
            transform: rotate(0);
            transition: transform 400ms; }
      .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body {
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 12px 4px 4px 12px;
        border-radius: 0 0 5px 5px;
        border-top: 1px #ecf0f1 solid; }
        .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          border: 1px #cccccc solid;
          margin-right: 8px;
          margin-bottom: 8px;
          transition: all 400ms; }
          .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position.disabled {
            cursor: not-allowed; }
            .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position.disabled .position-name {
              color: #cccccc; }
            .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position.disabled .position-icon {
              background-color: #cccccc; }
          .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position .position-icon {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: #2e81b7;
            color: #ffffff;
            font-size: 0.6666666667rem;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 400ms; }
            html.iPadOS .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position .position-icon {
              font-size: 0.4166666667rem; }
          .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position .position-name {
            color: #6e6e6e;
            font-size: 0.5833333333rem;
            line-height: 11px;
            margin-right: 8px;
            margin-left: 4px;
            font-family: "Gotham-Medium";
            letter-spacing: 0.09px;
            transition: all 400ms; }
          .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position:not(.disabled):hover {
            background-color: #2e81b7; }
            .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position:not(.disabled):hover .position-name {
              color: #ffffff; }
            .choose-exercise-page-wrapper .exercises .container .exercise .exercise-body .position:not(.disabled):hover .position-icon {
              background-color: #0b4368; }

@keyframes progress-decrease {
  from {
    width: 100%; }
  to {
    width: 0; } }
.main-page-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .main-page-wrapper .select-and-speed {
    display: flex;
    align-content: center;
    justify-content: center;
    border-bottom: 1px #bbbbbb solid;
    flex-wrap: wrap; }
    @media screen and (max-width: 575.98px) {
      .main-page-wrapper .select-and-speed .w-100-xs {
        width: 100%;
        border-bottom: 1px solid #bbbbbb; } }
    .main-page-wrapper .select-and-speed .item {
      min-width: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
      font-size: 0.75rem;
      padding-top: 2px;
      padding-bottom: 2px;
      line-height: 11px;
      letter-spacing: 0.11px;
      font-family: 'Gotham-Book';
      border-left: 1px solid #bbbbbb; }
      .main-page-wrapper .select-and-speed .item.flex-col {
        flex-direction: column; }
      .main-page-wrapper .select-and-speed .item .sub-item {
        min-width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 1px;
        padding-bottom: 1px; }
        @media screen and (max-width: 575.98px) {
          .main-page-wrapper .select-and-speed .item .sub-item:first-of-type {
            width: 100%; } }
      .main-page-wrapper .select-and-speed .item hr {
        margin-top: 1px;
        margin-bottom: 1px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #bbbbbb; }
      .main-page-wrapper .select-and-speed .item .content {
        margin-left: 7.7px; }
        .main-page-wrapper .select-and-speed .item .content.number {
          color: #2e81b7;
          margin-left: 3.5px; }
      .main-page-wrapper .select-and-speed .item.company .selection .select2-selection {
        min-width: 140px; }

.container.grow {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .container.grow .row {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    margin-right: -6px;
    margin-left: -6px; }
    .container.grow .row > [class*=" col-"], .container.grow .row [class^="col-"] {
      padding-left: 6px;
      padding-right: 6px; }
    .container.grow .row > .col-6 {
      flex: 0 0 50%;
      width: 50%; }
    .container.grow .row > .col-12 {
      flex: 0 0 100%;
      width: 50%; }

.tabs-section {
  padding-top: 8.5px;
  width: 100%;
  height: 210px;
  max-height: 210px;
  display: flex;
  flex-direction: column; }
  .tabs-section > .title {
    padding-left: 52px;
    margin-bottom: 7.5px;
    position: relative;
    font-size: 0.75rem;
    line-height: 11px;
    letter-spacing: 0.11px;
    font-family: 'Gotham-Medium';
    color: #222222; }
    .tabs-section > .title:before {
      position: absolute;
      display: block;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      width: 8px;
      height: 8px; }
    .tabs-section > .title.red:before {
      background-color: #d00018;
      box-shadow: 16px 0 0 0 #d00018, 32px 0 0 0 #d00018; }
    .tabs-section > .title.blue:before {
      background-color: #2e81b7;
      box-shadow: 16px 0 0 0 #2e81b7, 32px 0 0 0 #2e81b7; }
  .tabs-section .tabs-header-container {
    display: none;
    background-color: #cacaca;
    flex-shrink: 0; }
    .tabs-section .tabs-header-container .tab-header, .tabs-section .tabs-header-container [class$="-arrow"], .tabs-section .tabs-header-container [class*="-arrow "] {
      position: relative;
      background-color: #909090;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px 5px 0 0;
      text-align: center;
      font-size: 0.6666666667rem;
      line-height: 11px;
      letter-spacing: 0.7px;
      padding: 4px 17px 5px;
      font-family: 'Gotham-Medium';
      cursor: pointer;
      flex-shrink: 0;
      transition: color 400ms, background-color 400ms; }
      .tabs-section .tabs-header-container .tab-header.hidden, .tabs-section .tabs-header-container .hidden[class$="-arrow"], .tabs-section .tabs-header-container .hidden[class*="-arrow "] {
        opacity: 0;
        visibility: hidden;
        position: absolute; }
      .tabs-section .tabs-header-container .tab-header:not(:last-child), .tabs-section .tabs-header-container [class$="-arrow"]:not(:last-child), .tabs-section .tabs-header-container [class*="-arrow "]:not(:last-child) {
        margin-right: 5px; }
      .tabs-section .tabs-header-container .tab-header.active, .tabs-section .tabs-header-container .active[class$="-arrow"], .tabs-section .tabs-header-container .active[class*="-arrow "] {
        background-color: #ffffff;
        color: #444444; }
      .tabs-section .tabs-header-container .tab-header.alert, .tabs-section .tabs-header-container .alert[class$="-arrow"], .tabs-section .tabs-header-container .alert[class*="-arrow "] {
        background-color: #fa2000; }
      .tabs-section .tabs-header-container .tab-header.initial-tab-header, .tabs-section .tabs-header-container .initial-tab-header[class$="-arrow"], .tabs-section .tabs-header-container .initial-tab-header[class*="-arrow "] {
        height: 19.4px;
        width: 40px; }
        .tabs-section .tabs-header-container .tab-header.initial-tab-header:after, .tabs-section .tabs-header-container .initial-tab-header[class$="-arrow"]:after, .tabs-section .tabs-header-container .initial-tab-header[class*="-arrow "]:after {
          display: none !important; }
    .tabs-section .tabs-header-container.disabled .tab-header, .tabs-section .tabs-header-container.disabled [class$="-arrow"], .tabs-section .tabs-header-container.disabled [class*="-arrow "] {
      cursor: not-allowed; }
    .tabs-section .tabs-header-container.disabled .tab-header:not(.active), .tabs-section .tabs-header-container.disabled [class$="-arrow"]:not(.active), .tabs-section .tabs-header-container.disabled [class*="-arrow "]:not(.active) {
      background-color: #dddddd; }
    .tabs-section .tabs-header-container.disabled .tab-header.active, .tabs-section .tabs-header-container.disabled .active[class$="-arrow"], .tabs-section .tabs-header-container.disabled .active[class*="-arrow "] {
      color: #909090; }
    .tabs-section .tabs-header-container [class$="-arrow"], .tabs-section .tabs-header-container [class*="-arrow "] {
      display: none;
      font-family: "Font Awesome 5 Pro";
      width: 34px;
      padding: 0; }
      .tabs-section .tabs-header-container [class$="-arrow"]:after, .tabs-section .tabs-header-container [class*="-arrow "]:after {
        content: none;
        display: none !important; }
    .tabs-section .tabs-header-container .right-arrow {
      margin-left: auto; }
  .tabs-section.has-tabs .tabs-header-container {
    display: flex; }
  .tabs-section.has-left-arrow .tabs-header-container .left-arrow {
    display: flex; }
  .tabs-section.has-right-arrow .tabs-header-container .right-arrow {
    display: flex; }
  .tabs-section.has-progress .tabs-header-container .tab-header .progress-bar, .tabs-section.has-progress .tabs-header-container [class$="-arrow"] .progress-bar, .tabs-section.has-progress .tabs-header-container [class*="-arrow "] .progress-bar {
    content: '';
    display: block;
    width: 100%;
    background-color: #2e81b7;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    animation-fill-mode: forwards;
    animation: progress-decrease 180s forwards linear; }
@keyframes progress-decrease {
  to {
    width: 0;
    display: none; } }
  .tabs-section .tabs-content-container {
    flex-grow: 1;
    background-color: #ffffff;
    margin-top: -1px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%; }
    .tabs-section .tabs-content-container .tab-content {
      max-height: 60vh;
      background-color: #ffffff;
      display: none;
      width: 100%;
      height: 100%;
      flex-grow: 1;
      flex-direction: column;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0; }
      .tabs-section .tabs-content-container .tab-content.active {
        display: flex !important; }
      .tabs-section .tabs-content-container .tab-content form {
        height: 100%; }
      .tabs-section .tabs-content-container .tab-content .message {
        height: calc(100% - 25px);
        padding: 11px;
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        .tabs-section .tabs-content-container .tab-content .message .sender-recipient {
          height: auto;
          position: relative;
          overflow: hidden;
          display: flex;
          align-items: flex-start;
          border-bottom: 1px #ecf0f1 solid;
          padding-bottom: 9px;
          padding-left: 3rem;
          flex-wrap: wrap;
          flex: 0 0 45px; }
          .tabs-section .tabs-content-container .tab-content .message .sender-recipient .scroll-container {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: auto;
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            padding-left: 5px; }
          .tabs-section .tabs-content-container .tab-content .message .sender-recipient:before {
            display: block;
            font-size: 0.5833333333rem;
            line-height: 7px;
            letter-spacing: 0.6px;
            font-family: 'Gotham-Medium';
            color: #222222;
            padding-top: 5.5px;
            position: absolute;
            left: 0;
            text-transform: capitalize;
            margin-right: -4px;
            margin-bottom: -4px; }
          .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name {
            cursor: pointer;
            display: flex;
            align-items: center;
            border-radius: 10px;
            margin-right: 4px;
            margin-bottom: 4px;
            transition: all 400ms;
            position: relative; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name * {
              transition: all 400ms; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name .type {
              width: 16px;
              height: 16px;
              border-radius: 50%;
              font-size: 0.75rem;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #ffffff;
              border: 1px #979797 solid;
              color: #ffffff;
              font-family: 'Font Awesome 5 Pro'; }
              .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name .type:before {
                content: ''; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name .text {
              margin-right: 8px;
              margin-left: 6.5px;
              font-size: 0.5833333333rem;
              line-height: 7px;
              letter-spacing: 0.09px;
              font-family: 'Gotham-Medium';
              color: #6e6e6e;
              margin-top: 1px; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.active {
              background-color: #2e81b7; }
              .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.active .type {
                background-color: #0b4368;
                border: none;
                font-weight: 400; }
                .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.active .type:before {
                  content: ''; }
              .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.active .text {
                color: #ffffff; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.pil .type, .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.feed .type, .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.ins .type {
              background-color: #6e6e6e;
              border: none;
              font-weight: 900; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.pil .type:before {
              content: '';
              transform: rotate(-45deg); }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.feed .type:before {
              content: ''; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name.ins .type:before {
              content: ''; }
            .tabs-section .tabs-content-container .tab-content .message .sender-recipient .name .dummy_radio {
              position: absolute;
              margin: 1px;
              opacity: .01;
              left: 0;
              top: 0; }
        .tabs-section .tabs-content-container .tab-content .message .message-content {
          height: 55%;
          padding-top: 8.5px;
          flex: 1 1 55%; }
      .tabs-section .tabs-content-container .tab-content .actions {
        height: 25px;
        border-top: 1px #ecf0f1 solid;
        display: flex;
        align-items: stretch;
        justify-content: center; }
        .tabs-section .tabs-content-container .tab-content .actions .action {
          flex: 1 1 50%;
          font-size: 0.5833333333rem;
          line-height: 11px;
          letter-spacing: 0.08px;
          font-family: 'Gotham-Medium';
          color: #6e6e6e;
          margin-top: 1px;
          display: flex;
          justify-content: center;
          align-items: center;
          text-transform: capitalize;
          border-radius: 0;
          text-align: center; }
          .tabs-section .tabs-content-container .tab-content .actions .action:first-child {
            border-right: 1px #ecf0f1 solid; }
          .tabs-section .tabs-content-container .tab-content .actions .action:before {
            font-family: 'Font Awesome 5 Pro';
            font-size: 0.5833333333rem;
            line-height: 11px;
            margin-right: 5.8px; }
          .tabs-section .tabs-content-container .tab-content .actions .action.disabled {
            color: #cccccc !important;
            cursor: not-allowed; }
      .tabs-section .tabs-content-container .tab-content .text-area {
        font-size: 0.75rem;
        line-height: 11px;
        letter-spacing: 0.09px;
        font-family: 'Gotham-Book';
        color: #6e6e6e;
        background-color: #f9f9f9;
        border-radius: 5px;
        border: 1px solid #e4e4e4;
        padding: 6.5px 8.5px;
        resize: none;
        width: 100%;
        height: 100%; }
        .tabs-section .tabs-content-container .tab-content .text-area::placeholder {
          color: #d4d4d4; }
      .tabs-section .tabs-content-container .tab-content .request {
        font-size: 0.9166666667rem;
        line-height: 11px;
        letter-spacing: 0.14px;
        font-family: 'Gotham-Medium';
        color: #2e81b7;
        padding-bottom: 7px;
        border-bottom: 1px #ecf0f1 solid; }
      .tabs-section .tabs-content-container .tab-content .exercise-option {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; }
        @media screen and (max-width: 991.98px) {
          .tabs-section .tabs-content-container .tab-content .exercise-option {
            flex-wrap: wrap; } }
        .tabs-section .tabs-content-container .tab-content .exercise-option label {
          margin-top: 9px;
          display: flex;
          align-items: center;
          font-size: 0.75rem;
          line-height: 11px;
          letter-spacing: 0.11px;
          font-family: 'Gotham-Medium';
          color: #6e6e6e; }
          .tabs-section .tabs-content-container .tab-content .exercise-option label:last-child {
            margin-left: 10px; }
          .tabs-section .tabs-content-container .tab-content .exercise-option label .flightCode {
            text-transform: uppercase; }
          .tabs-section .tabs-content-container .tab-content .exercise-option label .number {
            font-size: 0.6666666667rem;
            line-height: 1.3rem;
            letter-spacing: 0.1px;
            font-family: 'Gotham-Book';
            color: #6e6e6e;
            width: 56px;
            height: 18px;
            padding: 5px 5px;
            border-radius: 5px;
            background-color: #f9f9f9;
            margin-left: 7px;
            text-align: center;
            border: 1px #e4e4e4 solid; }
            .tabs-section .tabs-content-container .tab-content .exercise-option label .number::placeholder {
              color: #d4d4d4; }
          .tabs-section .tabs-content-container .tab-content .exercise-option label .space {
            margin-left: 23px; }
      .tabs-section .tabs-content-container .tab-content .items {
        border-radius: 5px;
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        margin: -3px;
        overflow: auto;
        height: 100%; }
        .tabs-section .tabs-content-container .tab-content .items .col-6 {
          padding: 3px;
          flex: 0 1 50%; }
        .tabs-section .tabs-content-container .tab-content .items .item {
          cursor: pointer;
          display: flex;
          align-items: center;
          padding: 11px 8px;
          justify-content: space-between;
          border-radius: 5px;
          border: 1px solid #ecf0f1; }
          .tabs-section .tabs-content-container .tab-content .items .item .title {
            font-size: 0.75rem;
            line-height: 11px;
            letter-spacing: 0.11px;
            font-family: 'Gotham-Medium';
            color: #222222; }
          .tabs-section .tabs-content-container .tab-content .items .item i {
            font-size: 0.75rem;
            color: #2e81b7; }
      .tabs-section .tabs-content-container .tab-content .end-massage {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .tabs-section .tabs-content-container .tab-content .end-massage i {
          font-size: 4.6666666667rem;
          color: #2e81b7; }
        .tabs-section .tabs-content-container .tab-content .end-massage .title {
          font-size: 0.6666666667rem;
          line-height: 11px;
          letter-spacing: 0.7px;
          font-family: 'Gotham-Book';
          color: #6e6e6e;
          margin-top: 7px; }
      .tabs-section .tabs-content-container .tab-content.receive .text-area, .tabs-section .tabs-content-container .tab-content.receive .number {
        pointer-events: none;
        text-align: left !important;
        padding: 0 !important;
        background-color: transparent !important;
        border-color: transparent !important; }
      .tabs-section .tabs-content-container .tab-content.receive .text-area {
        margin-top: 11px; }
      .tabs-section .tabs-content-container .tab-content.receive .number {
        color: #2e81b7; }
  .tabs-section.to .sender-recipient:before {
    content: 'to:'; }
  .tabs-section.from .sender-recipient {
    flex-basis: 25px !important;
    padding-bottom: 0 !important; }
    .tabs-section.from .sender-recipient:before {
      content: 'from:'; }
  .tabs-section.from .tabs-content-container:after {
    content: 'All requests resolved';
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 0.6666666667rem;
    line-height: 11px;
    letter-spacing: 0.7px;
    font-family: 'Gotham-Medium';
    color: #cccccc; }
  .tabs-section.has-tabs .tabs-content-container {
    display: flex;
    border-radius: 0 0 5px 5px; }

.gallery {
  flex-grow: 1;
  flex-shrink: 1 !important;
  overflow: hidden; }
  .gallery .tabs-section {
    height: 100%;
    max-height: none; }
  .gallery .tabs-content-container {
    overflow: hidden;
    width: 100%;
    padding: 11px;
    height: 100%;
    max-height: none;
    background-color: #ededed; }
    @media (min-width: 768px) {
      .gallery .tabs-content-container {
        zoom: 0.6666666667; } }
    .gallery .tabs-content-container .tab-content {
      height: 100%;
      max-height: none;
      overflow: hidden;
      position: relative;
      background-color: #ededed; }
      .gallery .tabs-content-container .tab-content.with-controls {
        margin-right: 40px; }
      .gallery .tabs-content-container .tab-content .aspect-ratio {
        position: relative;
        width: 100%; }
      .gallery .tabs-content-container .tab-content .stack {
        position: relative;
        width: 100%;
        height: 0; }
        .gallery .tabs-content-container .tab-content .stack > * {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        .gallery .tabs-content-container .tab-content .stack canvas {
          z-index: 10; }
      .gallery .tabs-content-container .tab-content .logTableWrap {
        height: 100%;
        overflow: auto;
        background: #ffffff; }
      .gallery .tabs-content-container .tab-content .logTable {
        font-size: 0.75rem;
        width: 100%; }
        .gallery .tabs-content-container .tab-content .logTable tr:first-child th {
          border-bottom: 1px solid silver; }
        .gallery .tabs-content-container .tab-content .logTable th, .gallery .tabs-content-container .tab-content .logTable td {
          text-align: left;
          border: 1px solid silver;
          border-style: none solid none none;
          padding: 5px;
          white-space: pre; }
          .gallery .tabs-content-container .tab-content .logTable th:last-child, .gallery .tabs-content-container .tab-content .logTable td:last-child {
            border-style: none; }
        .gallery .tabs-content-container .tab-content .logTable td {
          font-weight: normal;
          font-family: Gotham-Book; }
      .gallery .tabs-content-container .tab-content.active {
        display: block !important; }
      .gallery .tabs-content-container .tab-content:before {
        width: 3px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: blue;
        z-index: 100; }
  .gallery .controls-wrap {
    position: absolute;
    top: 34px;
    bottom: 0;
    right: 10px; }
  .gallery .controls {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
    padding-top: 4px;
    right: 0;
    top: 0;
    overflow: auto;
    bottom: 0;
    width: 30px;
    position: absolute;
    background: #ededed;
    z-index: 40; }
    .gallery .controls button {
      margin-bottom: 24px;
      font-size: 1.1666666667rem;
      min-height: 16px;
      transition: color 200ms; }
      .gallery .controls button.gray {
        opacity: .25;
        cursor: not-allowed; }
      .gallery .controls button.toggle-annotation .activated {
        display: none;
        font-size: 2.3333333333rem; }
        html.iPadOS .gallery .controls button.toggle-annotation .activated {
          font-size: 1.6666666667rem; }
      .gallery .controls button.toggle-annotation.active .activated {
        display: block; }
      .gallery .controls button.send-annotations {
        font-size: 0.7083333333rem; }

.feeder-section {
  display: none !important; }

.pilot-section {
  display: none !important; }

body.pil .pilot-section {
  display: flex !important;
  min-height: 35px; }

body.feed .feeder-section {
  display: flex !important; }
body.feed .not-feeder {
  display: none !important; }

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