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

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    -webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      -webkit-transition: padding 0.25s, max-height 0.25s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      -webkit-box-shadow: 0px 0px 3px #c4e6f5;
              box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
                box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

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

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

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
.v-select{position:relative;font-family:inherit}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855), -webkit-transform .15s cubic-bezier(1,-.115,.975,.855);-webkit-transition-timing-function:cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;-webkit-box-shadow:none;box-shadow:none;width:0;max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{-ms-flex-item-align:center;align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}@charset "UTF-8";

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #42a2dc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #84919a;
  --gray-dark: #5c6870;
  --primary: #42a2dc;
  --secondary: #84919a;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f4f5f6;
  --dark: #5c6870;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Whitney, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

body {
  margin: 0;
  font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #49545a;
  text-align: left;
  background-color: #edf0f2;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #42a2dc;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #217bb1;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #84919a;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

h2,
.h2 {
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(55, 63, 67, 0.1);
}

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #84919a;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #84919a;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #49545a;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #49545a;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c7cdd1;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c7cdd1;
}

.table tbody + tbody {
  border-top: 2px solid #c7cdd1;
}

.table .table {
  background-color: #edf0f2;
}

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

.table-bordered {
  border: 1px solid #c7cdd1;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #c7cdd1;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(55, 63, 67, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(55, 63, 67, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cae5f5;
}

.table-hover .table-primary:hover {
  background-color: #b5daf1;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dce0e3;
}

.table-hover .table-secondary:hover {
  background-color: #ced3d8;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d5d7;
}

.table-hover .table-dark:hover {
  background-color: #c3c9cb;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(55, 63, 67, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(44, 50, 53, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(44, 50, 53, 0.075);
}

.table .thead-dark th {
  color: #edf0f2;
  background-color: #49545a;
  border-color: #5b676f;
}

.table .thead-light th {
  color: #6e7d87;
  background-color: #dde1e3;
  border-color: #c7cdd1;
}

.table-dark {
  color: #edf0f2;
  background-color: #49545a;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5b676f;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.StripeElement {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #6e7d87;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b0b9bf;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control,
  .StripeElement {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.StripeElement::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.StripeElement:focus {
  color: #6e7d87;
  background-color: #fff;
  border-color: #aed7f0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.form-control::-webkit-input-placeholder,
.StripeElement::-webkit-input-placeholder {
  color: #84919a;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.StripeElement:-ms-input-placeholder {
  color: #84919a;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.StripeElement::-ms-input-placeholder {
  color: #84919a;
  opacity: 1;
}

.form-control::placeholder,
.StripeElement::placeholder {
  color: #84919a;
  opacity: 1;
}

.form-control:disabled,
.StripeElement:disabled,
.form-control[readonly],
.StripeElement[readonly] {
  background-color: #dde1e3;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]),
select.StripeElement:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
select.StripeElement:focus::-ms-value {
  color: #6e7d87;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #49545a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.StripeElement,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.StripeElement,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .StripeElement,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.StripeElement:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .StripeElement,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.StripeElement:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #84919a;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.was-validated .StripeElement:valid,
.form-control.is-valid,
.is-valid.StripeElement,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .StripeElement:valid:focus,
.form-control.is-valid:focus,
.is-valid.StripeElement:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .StripeElement:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .StripeElement:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.is-valid.StripeElement ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.StripeElement ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

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

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.was-validated .StripeElement:invalid,
.form-control.is-invalid,
.is-invalid.StripeElement,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .StripeElement:invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.StripeElement:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .StripeElement:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .StripeElement:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.is-invalid.StripeElement ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.StripeElement ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline .StripeElement {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #42a2dc;
  border-color: #42a2dc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2791d1;
  border-color: #2589c6;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #42a2dc;
  border-color: #42a2dc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2589c6;
  border-color: #2382bc;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #6f7f88;
  border-color: #6a7881;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6a7881;
  border-color: #64727a;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #49545a;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #49545a;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-light:hover {
  color: #49545a;
  background-color: #dfe2e5;
  border-color: #d8dcdf;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #49545a;
  background-color: #d8dcdf;
  border-color: #d1d6d9;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-dark:hover {
  color: #fff;
  background-color: #4b555b;
  border-color: #454e54;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #454e54;
  border-color: #3f484d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-outline-primary {
  color: #42a2dc;
  background-color: transparent;
  background-image: none;
  border-color: #42a2dc;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #42a2dc;
  border-color: #42a2dc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #42a2dc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #42a2dc;
  border-color: #42a2dc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
}

.btn-outline-secondary {
  color: #84919a;
  background-color: transparent;
  background-image: none;
  border-color: #84919a;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #84919a;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f4f5f6;
  background-color: transparent;
  background-image: none;
  border-color: #f4f5f6;
}

.btn-outline-light:hover {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f4f5f6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-outline-dark {
  color: #5c6870;
  background-color: transparent;
  background-image: none;
  border-color: #5c6870;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #5c6870;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #42a2dc;
  background-color: transparent;
}

.btn-link:hover {
  color: #217bb1;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #84919a;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #49545a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(55, 63, 67, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dde1e3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #49545a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #3e464c;
  text-decoration: none;
  background-color: #f4f5f6;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #42a2dc;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #84919a;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #84919a;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #49545a;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .StripeElement,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .StripeElement:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .StripeElement + .form-control,
.input-group > .form-control + .StripeElement,
.input-group > .StripeElement + .StripeElement,
.input-group > .form-control + .custom-select,
.input-group > .StripeElement + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .StripeElement + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .StripeElement,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .StripeElement,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .StripeElement:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .StripeElement:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e7d87;
  text-align: center;
  white-space: nowrap;
  background-color: #dde1e3;
  border: 1px solid #b0b9bf;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #42a2dc;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d9ecf8;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #84919a;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #dde1e3;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #c7cdd1;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #42a2dc;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #42a2dc;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(66, 162, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(66, 162, 220, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #42a2dc;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(66, 162, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e7d87;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%235c6870' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #b0b9bf;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #aed7f0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(55, 63, 67, 0.075), 0 0 5px rgba(174, 215, 240, 0.5);
          box-shadow: inset 0 1px 2px rgba(55, 63, 67, 0.075), 0 0 5px rgba(174, 215, 240, 0.5);
}

.custom-select:focus::-ms-value {
  color: #6e7d87;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #84919a;
  background-color: #dde1e3;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #aed7f0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #aed7f0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e7d87;
  background-color: #fff;
  border: 1px solid #b0b9bf;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e7d87;
  content: "Browse";
  background-color: #dde1e3;
  border-left: 1px solid #b0b9bf;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #42a2dc;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #d9ecf8;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c7cdd1;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #42a2dc;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #d9ecf8;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c7cdd1;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #42a2dc;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #d9ecf8;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #c7cdd1;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #c7cdd1;
  border-radius: 1rem;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #84919a;
}

.nav-tabs {
  border-bottom: 1px solid #c7cdd1;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #dde1e3 #dde1e3 #c7cdd1;
}

.nav-tabs .nav-link.disabled {
  color: #84919a;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e7d87;
  background-color: #edf0f2;
  border-color: #c7cdd1 #c7cdd1 #edf0f2;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #42a2dc;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(55, 63, 67, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(55, 63, 67, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(55, 63, 67, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(55, 63, 67, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(55, 63, 67, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(55, 63, 67, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(55, 63, 67, 0.5);
  border-color: rgba(55, 63, 67, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(55, 63, 67, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(55, 63, 67, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(55, 63, 67, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(55, 63, 67, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f6f8f9;
  background-clip: border-box;
  border: 0 solid rgba(55, 63, 67, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(55, 63, 67, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 0 solid rgba(55, 63, 67, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 0);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #dde1e3;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #84919a;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #84919a;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #42a2dc;
  background-color: #fff;
  border: 1px solid #c7cdd1;
}

.page-link:hover {
  z-index: 2;
  color: #217bb1;
  text-decoration: none;
  background-color: #dde1e3;
  border-color: #c7cdd1;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #42a2dc;
  border-color: #42a2dc;
}

.page-item.disabled .page-link {
  color: #84919a;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #c7cdd1;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #42a2dc;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2589c6;
}

.badge-secondary {
  color: #fff;
  background-color: #84919a;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6a7881;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #49545a;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #49545a;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #49545a;
  background-color: #f4f5f6;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #49545a;
  text-decoration: none;
  background-color: #d8dcdf;
}

.badge-dark {
  color: #fff;
  background-color: #5c6870;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #454e54;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #dde1e3;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #3d7293;
  background-color: #d9ecf8;
  border-color: #cae5f5;
}

.alert-primary hr {
  border-top-color: #b5daf1;
}

.alert-primary .alert-link {
  color: #2e566f;
}

.alert-secondary {
  color: #5f6a70;
  background-color: #e6e9eb;
  border-color: #dce0e3;
}

.alert-secondary hr {
  border-top-color: #ced3d8;
}

.alert-secondary .alert-link {
  color: #485054;
}

.alert-success {
  color: #2f7544;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #20512f;
}

.alert-info {
  color: #267280;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #1a4f59;
}

.alert-warning {
  color: #9f8224;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #75601b;
}

.alert-danger {
  color: #8d3a44;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #692b33;
}

.alert-light {
  color: #999da0;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-light hr {
  border-top-color: #efefef;
}

.alert-light .alert-link {
  color: #7f8487;
}

.alert-dark {
  color: #4a545b;
  background-color: #dee1e2;
  border-color: #d1d5d7;
}

.alert-dark hr {
  border-top-color: #c3c9cb;
}

.alert-dark .alert-link {
  color: #333a3f;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #dde1e3;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #42a2dc;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #6e7d87;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #6e7d87;
  text-decoration: none;
  background-color: #f4f5f6;
}

.list-group-item-action:active {
  color: #49545a;
  background-color: #dde1e3;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(55, 63, 67, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #84919a;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #42a2dc;
  border-color: #42a2dc;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #3d7293;
  background-color: #cae5f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #3d7293;
  background-color: #b5daf1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3d7293;
  border-color: #3d7293;
}

.list-group-item-secondary {
  color: #5f6a70;
  background-color: #dce0e3;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #5f6a70;
  background-color: #ced3d8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5f6a70;
  border-color: #5f6a70;
}

.list-group-item-success {
  color: #2f7544;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #2f7544;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2f7544;
  border-color: #2f7544;
}

.list-group-item-info {
  color: #267280;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #267280;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #267280;
  border-color: #267280;
}

.list-group-item-warning {
  color: #9f8224;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #9f8224;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #9f8224;
  border-color: #9f8224;
}

.list-group-item-danger {
  color: #8d3a44;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #8d3a44;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8d3a44;
  border-color: #8d3a44;
}

.list-group-item-light {
  color: #999da0;
  background-color: #fcfcfc;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #999da0;
  background-color: #efefef;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #999da0;
  border-color: #999da0;
}

.list-group-item-dark {
  color: #4a545b;
  background-color: #d1d5d7;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #4a545b;
  background-color: #c3c9cb;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #373f43;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #373f43;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f4f5f6;
  background-clip: padding-box;
  border: 1px solid rgba(55, 63, 67, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #373f43;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dde1e3;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dde1e3;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #373f43;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #373f43;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #373f43;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #373f43;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #373f43;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(55, 63, 67, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #49545a;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #42a2dc !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2589c6 !important;
}

.bg-secondary {
  background-color: #84919a !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6a7881 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f4f5f6 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d8dcdf !important;
}

.bg-dark {
  background-color: #5c6870 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #454e54 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #c7cdd1 !important;
}

.border-top {
  border-top: 1px solid #c7cdd1 !important;
}

.border-right {
  border-right: 1px solid #c7cdd1 !important;
}

.border-bottom {
  border-bottom: 1px solid #c7cdd1 !important;
}

.border-left {
  border-left: 1px solid #c7cdd1 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #42a2dc !important;
}

.border-secondary {
  border-color: #84919a !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f4f5f6 !important;
}

.border-dark {
  border-color: #5c6870 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(55, 63, 67, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(55, 63, 67, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(55, 63, 67, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(55, 63, 67, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(55, 63, 67, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(55, 63, 67, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #42a2dc !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2589c6 !important;
}

.text-secondary {
  color: #84919a !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #6a7881 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f4f5f6 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d8dcdf !important;
}

.text-dark {
  color: #5c6870 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #454e54 !important;
}

.text-body {
  color: #49545a !important;
}

.text-muted {
  color: #84919a !important;
}

.text-black-50 {
  color: rgba(55, 63, 67, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #9aa5ac;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #373f43;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c7cdd1 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #c7cdd1;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #c7cdd1;
  }
}

.form-control,
.StripeElement {
  -webkit-box-shadow: 0 1px 2px #dde1e3;
          box-shadow: 0 1px 2px #dde1e3;
}

.form-control::-webkit-input-placeholder,
.StripeElement::-webkit-input-placeholder {
  color: #c7cdd1;
}

.form-control:-ms-input-placeholder,
.StripeElement:-ms-input-placeholder {
  color: #c7cdd1;
}

.form-control::-ms-input-placeholder,
.StripeElement::-ms-input-placeholder {
  color: #c7cdd1;
}

.form-control::placeholder,
.StripeElement::placeholder {
  color: #c7cdd1;
}

.col-form-label {
  font-weight: 500;
}

.form-check-label {
  font-size: 0.9375rem;
  color: #5c6870;
}

.form-check-input {
  margin-top: 0.35rem;
}

.StripeElement {
  padding: 9px 12px;
}

.StripeElement--focus {
  border-color: #aed7f0;
}

.StripeElement--invalid {
  border-color: #dc3545;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.fill-gray {
  fill: #9aa5ac;
}

.radio-select {
  display: inline-block;
  background-image: url(/fonts/radio-select-default.svg?8e5d257dcf5fc69d07152803c74c5adf);
  height: 28px;
  width: 28px;
  cursor: pointer;
}

.radio-select-selected {
  background-image: url(/fonts/radio-select-is-selected.svg?b8996852b3e07285ea63f99fa4eae0b9);
}

.table thead th {
  background-color: #e6ecf0;
  font-size: 15px;
  font-weight: 600;
}

.table-valign-middle td {
  vertical-align: middle;
}

.th-fit,
.td-fit {
  width: 1%;
  white-space: nowrap;
}

.table-plan-price {
  font-weight: 600;
  color: #5c6870;
}

.table-plan-text {
  color: #84919a;
}

.card .table th,
.card .table td {
  padding: 0.75rem 1.25rem;
}

.ft-15 {
  font-size: 0.9375rem;
}

.btn {
  -webkit-box-shadow: 0 1px 2px #dde1e3;
          box-shadow: 0 1px 2px #dde1e3;
  font-size: 0.9375rem;
}

.btn-sm,
.btn-group-sm > .btn {
  font-weight: 500;
  font-size: 0.8125rem;
}

.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-reset {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

.btn-default:hover {
  border-color: #b0b9bf;
}

.btn-outline-dark {
  border-color: #c7cdd1;
  color: #6e7d87;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card {
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 2px 3px rgba(55, 63, 67, 0.16);
          box-shadow: 0 2px 3px rgba(55, 63, 67, 0.16);
}

.card .card-header {
  padding: 1rem 1.25rem;
}

.card .card-footer {
  border-top: 1px solid #c7cdd1;
  background-color: transparent;
}

.card-header:first-child {
  border-radius: 0.25rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 300;
}

.card-flush {
  padding: 0.875rem 1.25rem;
}

.card-full {
  width: 80%;
}

.intro {
  text-align: center;
}

.intro-img {
  margin-bottom: 1.5rem;
}

.intro-headline {
  font-size: 1.25rem;
  font-weight: 300;
}

.intro-btn {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .dropdown-toggle::after {
    margin-left: 0.625rem;
  }
}

.dropdown-toggle-image {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .dropdown-toggle-image {
    margin-right: 0.625rem;
  }
}

.spark-dropdown-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #373f43;
}

.notification-pill {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 99px;
  width: 4.4375rem;
  height: 2.125rem;
  background-color: #f4f5f6;
  color: #49545a;
  font-weight: 600;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .metrics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.metric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #c7cdd1;
}

.metric:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .metric {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.metric-title {
  font-size: 0.9375rem;
  color: #9aa5ac;
}

.metric-stat {
  font-weight: 100;
  font-size: 1.875rem;
  color: #373f43;
}

.metric-unit {
  font-weight: 600;
  font-size: 1rem;
}

.metric-stat-sm {
  font-size: 0.9375rem;
  color: #373f43;
}

.metric-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.modal-title {
  font-weight: 300;
}

.modal-header {
  background-color: #fff;
}

.navbar-spark {
  background-color: #fff;
}

.navbar-spark i {
  opacity: 0.6;
}

.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #49545a;
}

.nav-link svg {
  fill: currentColor;
  margin-right: 15px;
  color: #9aa5ac;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-link:hover {
  font-weight: 600;
  color: #42a2dc;
}

.nav-link:hover svg {
  fill: #42a2dc;
}

.nav-link.active {
  font-weight: 600;
  color: #42a2dc;
}

.nav-link.active svg {
  fill: #42a2dc;
}

.spark-settings-tabs .nav-link {
  padding-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #49545a;
}

.nav-heading {
  background-color: transparent;
  font-size: 50px;
  color: #3d9370;
  letter-spacing: 1px;
  padding-top: 0;
  padding-right: 0;
  font-weight: 300;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.spark-nav-profile-photo {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.team-member {
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1rem;
  height: 3.8125rem;
  border: 1px solid transparent;
  border-top: 1px solid #b0b9bf;
  border-bottom: 1px solid #b0b9bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
}

.team-member:hover {
  background-color: #fff;
  border-radius: 6px;
  border: transparent;
  border: 1px solid #b0b9bf;
  -webkit-box-shadow: 0 1px 2px #b0b9bf;
          box-shadow: 0 1px 2px #b0b9bf;
}

.team-member-title {
  font-size: 1rem;
  color: #373f43;
}

.team-member-subtitle {
  font-size: 0.875rem;
  color: #6e7d87;
}

.spark-uploader {
  position: relative;
  border-radius: 0.25rem;
  cursor: pointer !important;
}

.spark-uploader:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.spark-uploader-control {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100%;
  opacity: 0;
  z-index: 99;
}

.image-placeholder {
  background: #c7cdd1;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 99px;
}

#modal-notifications .modal-header {
  background: #fff;
  border-bottom: 0;
  margin-bottom: 0;
  height: 70px;
  width: 350px;
  position: fixed;
  z-index: 100;
}

#modal-notifications .modal-header .btn-group {
  padding-top: 4px;
  width: 100%;
}

#modal-notifications .modal-dialog {
  height: 100vh;
  min-height: 100vh;
}

#modal-notifications .modal-content {
  background: #f4f5f6;
  border: none;
  overflow-y: scroll;
  height: 100vh;
  min-height: 100vh;
}

#modal-notifications .modal-body {
  padding: 0;
  height: 100vh;
  min-height: 100vh;
}

#modal-notifications .modal-footer {
  background: #fff;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  width: 350px;
}

#modal-notifications .notification-container:first-child {
  padding-top: 70px;
}

#modal-notifications .notification-container:last-child {
  padding-bottom: 88px;
}

#modal-notifications .notification:not(:first-child) {
  padding-top: 25px;
}

#modal-notifications .notification:not(:last-child) {
  margin-bottom: 23px;
}

#modal-notifications .notification {
  position: relative;
  padding: 20px 15px 0px 15px;
  border-top: 1px dashed #c7cdd1;
}

#modal-notifications figure {
  position: absolute;
}

#modal-notifications .notification-content {
  padding-left: 70px;
}

#modal-notifications .notification-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

#modal-notifications .notification-content .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 1.2;
  margin: 2px 0 10px;
}

#modal-notifications .notification-content .date {
  color: #b0b9bf;
}

#modal-notifications .notification-content .notification-body {
  margin-bottom: 15px;
}

#modal-notifications .spark-profile-photo {
  height: 52px;
  width: 52px;
}

#modal-notifications .fa-stack {
  font-size: 26px;
}

#modal-notifications h4 {
  margin-bottom: 15px;
  margin-top: 3px;
}

.modal.docked .modal-dialog {
  position: fixed;
  top: 0;
  margin: 0;
  height: 100vh;
  width: 350px;
}

.modal.docked.docked-left .modal-dialog {
  left: 0;
}

.modal.docked.docked-right .modal-dialog {
  right: 0;
}

.modal.docked .modal-content {
  border-radius: 0;
  height: 100vh;
}

.modal.docked .modal-footer {
  position: fixed;
  bottom: 0;
  right: 0;
}

.valign-middle {
  vertical-align: middle !important;
}

.nowrap {
  white-space: nowrap !important;
}

.h-37 {
  height: 37px;
}

.h-90 {
  height: 90px;
}

.w-90 {
  width: 5.625rem;
}

@media (min-width: 768px) {
  .w-80\% {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .w-84\% {
    width: 84%;
  }
}

.w-auto {
  width: auto;
}

.max-w-49\% {
  max-width: 49%;
}

.reveal .reveal-target {
  opacity: 0;
}

.reveal:hover .reveal-target {
  opacity: 1;
}

.pointer {
  cursor: pointer;
}

.no-pointer {
  cursor: default;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

[v-cloak] {
  display: none;
}

body {
  direction: ltr;
}

.profile-photo-preview {
  display: inline-block;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.plan-feature-list {
  list-style: none;
}

.plan-feature-list li {
  line-height: 25px;
  margin-bottom: 20px;
  font-size: small;
}

.plan-feature-list li:last-child {
  margin-bottom: 0;
}

.spark-profile-photo-xs {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.spark-profile-photo {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.spark-profile-photo-xl {
  height: 125px;
  width: 125px;
  border-radius: 50%;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

/* Attention seekers  */

@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */

@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */

@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.side-bar {
  position: fixed;
  width: 5rem;
  top: 0px;
  height: 100%;
  background-color: #ececec;
  border: 1px solid #aca8a7;
  z-index: 15;
}

.side-bar .app-logo {
  text-align: center;
}

.side-bar .app-logo img {
  background-color: transparent !important;
  width: 64px !important;
  margin: 0 !important;
  padding: 12px !important;
}

.side-bar .menu {
  font-size: 0.7rem;
  list-style-type: none;
  padding: 0rem;
  width: 100%;
  text-align: center;
}

.side-bar .menu li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.6rem;
}

.side-bar .menu li a img {
  width: 60%;
  margin: 5% 20%;
}

@media (max-height: 690px) {
  .side-bar .menu li a img {
    margin: 5% 20% !important;
  }
}

@media (max-height: 650px) {
  .side-bar .menu li a img {
    width: 24px !important;
  }
}

@media (max-height: 612px) {
  .side-bar .bottom-menu .credits {
    display: none !important;
  }
}

@media (max-height: 540px) {
  .side-bar .menu li a img {
    width: 20px !important;
  }
}

@media (max-height: 520px) {
  .side-bar .menu li a img {
    width: 16px !important;
  }
}

@media (max-height: 500px) {
  .side-bar .menu li a img {
    display: none;
  }
}

.navbar-spark {
  border-bottom: 1px solid #ccc;
  background: #e4e4e4;
}

.navbar-spark .breadcrumb {
  padding: 5px;
  margin: 5px 0px 5px -20px;
  list-style: none;
  background-color: #e4e4e4;
}

.navbar-spark .breadcrumb .icon {
  font-size: 36px;
  vertical-align: middle;
  border-bottom: none !important;
  margin-left: 5px;
}

.navbar-spark .breadcrumb li {
  display: inline;
  font-size: 18px;
}

.navbar-spark .breadcrumb li a {
  color: #656262 !important;
  text-decoration: none;
  font-weight: 400 !important;
  vertical-align: middle;
}

.navbar-spark .breadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}

.navbar-spark .breadcrumb li a.name-item span {
  border-bottom: 1px dashed #656262;
}

.bottom-menu .menu-icon.support-menu .icon {
  font-size: 40px;
  display: block;
}

.bottom-menu .menu-icon.support-menu .icon:hover:before {
  color: #3d9370;
}

.bottom-menu .menu-icon.support-menu .icon-left_bar_help_ico {
  z-index: 2000;
  padding-top: 4px;
}

.bottom-menu .menu-icon.support-menu .icon-left_bar_help_ico.in-dropdown {
  position: absolute;
  left: 12px;
  top: 12px;
  padding-top: 0px;
}

.bottom-menu .menu-icon .notifications-menu-icon .bell-default {
  height: 40px;
  width: 55px;
  -webkit-mask-image: url(/img/icons/left_bar_bell_ico.svg);
          mask-image: url(/img/icons/left_bar_bell_ico.svg);
  background: #656262;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.bottom-menu .menu-icon .notifications-menu-icon.active .bell-default {
  background: #3d9370;
}

.bottom-menu .menu-icon .notifications-menu-icon.active .notification {
  color: #3d9370;
}

.bottom-menu .menu-icon .notifications-menu-icon:hover .bell-default {
  background: #3d9370;
}

.bottom-menu .menu-icon .notifications-menu-icon:hover .notification {
  color: #3d9370;
}

.bottom-menu .menu-icon .notifications-menu-icon:hover .notification-popup-left {
  display: block;
}

.bottom-menu .menu-icon .notifications-menu-icon:hover .notification-popup-main {
  display: block;
}

.bottom-menu .menu-icon.questions-menu-icon .question-default {
  height: 40px;
  width: 55px;
  -webkit-mask-image: url(/img/icons/left_bar_question_active.svg);
          mask-image: url(/img/icons/left_bar_question_active.svg);
  background: #656262;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.bottom-menu .menu-icon.questions-menu-icon.active .question-default {
  background: #3d9370;
}

.bottom-menu .menu-icon.questions-menu-icon.active .notification {
  color: #3d9370;
}

.bottom-menu .menu-icon.questions-menu-icon:hover .question-default {
  background: #3d9370;
}

.bottom-menu .menu-icon .profile-photo {
  border-radius: 40px;
  border: 1px solid;
}

.bottom-menu .menu-icon:hover .menu-hover-block {
  display: block;
}

.bottom-menu .menu-icon.process-based .menu-hover-block {
  padding-top: 12px;
  padding-bottom: 12px;
  top: -4px;
  left: -10px;
  z-index: 1;
}

.bottom-menu .menu-icon.process-based .menu-hover-block .trial-text-block {
  padding: 4px 15px 8px 5px;
}

.bottom-menu .menu-icon .progress-circle {
  font-size: 11px;
  margin: 0px 0px 0px -4px;
  z-index: 2;
}

.bottom-menu .menu-icon .progress-circle .days-left {
  line-height: 1.2;
  margin-top: 16px;
  font-size: 10px;
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
}

.bottom-menu .menu-icon .menu-image-link {
  position: relative;
}

.bottom-menu .menu-icon .menu-image-link .notification {
  right: 8px !important;
}

.bottom-menu .menu-icon .menu-image-link img {
  width: 40px;
  height: 40px;
  margin: 0px;
}

.bottom-menu .menu-icon .menu-image-link .menu-image-link-tooltip {
  display: none;
  left: -70%;
  position: absolute;
  top: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 2px 6px;
  color: #666;
  width: 100px;
  text-align: center;
}

.bottom-menu .menu-icon .menu-image-link:hover .menu-image-link-tooltip {
  display: block;
}

.bottom-menu .menu-icon .menu-text-link {
  text-decoration: none;
}

.bottom-menu .menu-icon .menu-text-link .icon {
  margin-right: 3px;
}

.bottom-menu .menu-icon .notification-popup-main {
  height: 95vh;
  bottom: -120px;
  top: auto;
  left: 80px;
  width: 350px;
  padding: 1rem;
  border-radius: 0px 10px 10px 0px;
  display: none;
}

.bottom-menu .menu-icon .notification-popup-main:before {
  background: white;
  display: block;
  content: ".";
  font-size: 0;
  width: 15px;
  height: 59px;
  position: absolute;
  left: -15px;
  bottom: 116px;
}

.bottom-menu .menu-icon .notification-popup-left {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0px;
  height: 59px;
  display: none;
}

.bottom-menu .notification-popup-main {
  color: #656262;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.bottom-menu .notification-popup-main ::-webkit-scrollbar {
  width: 3px;
}

.bottom-menu .notification-popup-main ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.bottom-menu .notification-popup-main ::-webkit-scrollbar-thumb {
  background: #3d9370;
  border-radius: 10px;
}

.bottom-menu .notification-popup-main ::-webkit-scrollbar-thumb:hover {
  background: #3d9370;
}

.bottom-menu .notification-popup-main .notification-header-block {
  margin-top: -8px;
}

.bottom-menu .notification-popup-main .notification-header-block .notification-header-link {
  margin: 0px 10px;
  font-size: 16px !important;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  font-weight: 600;
  color: #656262;
}

.bottom-menu .notification-popup-main .notification-header-block .notification-header-link .icon {
  margin-right: 5px;
  font-size: 16px !important;
}

.bottom-menu .notification-popup-main .notification-header-block .notification-header-link .icon:before {
  color: #656262;
}

.bottom-menu .notification-popup-main .notification-header-block .notification-header-link.active {
  color: #3d9370;
  border-bottom: 1px solid;
}

.bottom-menu .notification-popup-main .notification-header-block .notification-header-link.active .icon:before {
  color: #3d9370;
}

.bottom-menu .notification-popup-main .notification-body-block {
  padding: 10px 5px;
  font-size: 14px;
  overflow-y: auto;
  position: absolute;
  height: calc(100% - 60px);
  top: 0px;
  margin-top: 50px;
  left: 0px;
  width: 100%;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item {
  padding: 5px 15px;
  border-bottom: 1px dotted #e4e4e4;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item .btn-default:hover {
  color: #fff;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item figure {
  position: absolute;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item figure img {
  width: 40px;
  height: 40px;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item figure .fa-stack {
  font-size: 20px;
  line-height: 2;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item .notification-content {
  margin-left: 50px;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item .notification-content .notification-body p {
  white-space: initial;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item .notification-content .meta {
  position: relative;
}

.bottom-menu .notification-popup-main .notification-body-block .notification-item .notification-content .meta .date {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 12px;
  color: #799199;
}

.progress-circle {
  font-size: 20px;
  margin: 20px;
  position: relative;
  /* so that children can be absolutely positioned */
  padding: 0 !important;
  width: 5em;
  height: 5em;
  background-color: #3e8ddd;
  border-radius: 50%;
  line-height: 5em;
}

.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4.3em;
  height: 4.3em;
  background-color: white;
  content: " ";
}

/* Text inside the control */

.progress-circle span {
  position: absolute;
  line-height: 5em;
  width: 5em;
  text-align: center;
  display: block;
  color: #3e8ddd;
  z-index: 2;
}

.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  /* needed for clipping */
  clip: rect(0, 5em, 5em, 2.5em);
  /* clips the whole left half*/
}

/* when p>50, don't clip left half*/

.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.value-bar {
  /*This is an overlayed square, that is made round with the border radius,
	then it is cut to display only the left half, then rotated clockwise
	to escape the outer clipping path.*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 0.45em solid #c1daf4;
  /*The border is 0.35 but making it larger removes visual artifacts */
  /*background-color: #4D642D;*/
  /* for debug */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Progress bar filling the whole right half for values above 50% */

.progress-circle.over50 .first50-bar {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #c1daf4;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
  display: none;
}

/* Progress bar rotation position */

.progress-circle.p0 .value-bar {
  display: none;
}

.progress-circle.p1 .value-bar {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
  -webkit-transform: rotate(61deg);
          transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
  -webkit-transform: rotate(76deg);
          transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
  -webkit-transform: rotate(79deg);
          transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
  -webkit-transform: rotate(83deg);
          transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
  -webkit-transform: rotate(86deg);
          transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
  -webkit-transform: rotate(94deg);
          transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
  -webkit-transform: rotate(97deg);
          transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
  -webkit-transform: rotate(101deg);
          transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
  -webkit-transform: rotate(104deg);
          transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
  -webkit-transform: rotate(112deg);
          transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
  -webkit-transform: rotate(119deg);
          transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
  -webkit-transform: rotate(122deg);
          transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
  -webkit-transform: rotate(133deg);
          transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
  -webkit-transform: rotate(137deg);
          transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
  -webkit-transform: rotate(148deg);
          transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
  -webkit-transform: rotate(158deg);
          transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
  -webkit-transform: rotate(166deg);
          transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
  -webkit-transform: rotate(169deg);
          transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
  -webkit-transform: rotate(173deg);
          transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
  -webkit-transform: rotate(176deg);
          transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
  -webkit-transform: rotate(184deg);
          transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
  -webkit-transform: rotate(187deg);
          transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
  -webkit-transform: rotate(191deg);
          transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
  -webkit-transform: rotate(194deg);
          transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
  -webkit-transform: rotate(202deg);
          transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
  -webkit-transform: rotate(209deg);
          transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
  -webkit-transform: rotate(212deg);
          transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
  -webkit-transform: rotate(223deg);
          transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
  -webkit-transform: rotate(234deg);
          transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
  -webkit-transform: rotate(238deg);
          transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
  -webkit-transform: rotate(241deg);
          transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
  -webkit-transform: rotate(245deg);
          transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
  -webkit-transform: rotate(256deg);
          transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
  -webkit-transform: rotate(259deg);
          transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
  -webkit-transform: rotate(263deg);
          transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
  -webkit-transform: rotate(266deg);
          transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
  -webkit-transform: rotate(274deg);
          transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
  -webkit-transform: rotate(277deg);
          transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
  -webkit-transform: rotate(281deg);
          transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
  -webkit-transform: rotate(284deg);
          transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
  -webkit-transform: rotate(292deg);
          transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
  -webkit-transform: rotate(295deg);
          transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
  -webkit-transform: rotate(299deg);
          transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
  -webkit-transform: rotate(302deg);
          transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
  -webkit-transform: rotate(306deg);
          transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
  -webkit-transform: rotate(313deg);
          transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
  -webkit-transform: rotate(317deg);
          transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
  -webkit-transform: rotate(328deg);
          transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
  -webkit-transform: rotate(331deg);
          transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
  -webkit-transform: rotate(335deg);
          transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
  -webkit-transform: rotate(338deg);
          transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
  -webkit-transform: rotate(346deg);
          transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
  -webkit-transform: rotate(349deg);
          transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
  -webkit-transform: rotate(356deg);
          transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.mt-1px {
  margin-top: 1px !important;
}

.data-source-item {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  width: 130px;
  height: 130px;
  display: inline-block;
  text-align: center;
  margin: 6px 5px 0px 0px;
  cursor: pointer;
  vertical-align: bottom;
}

.data-source-item.active {
  background: #f6f6f6;
}

.data-source-item:hover {
  background: #f6f6f6;
}

.data-source-item:hover .data-source-item-header .data-source-item-actions {
  display: block;
}

.data-source-item .data-source-item-header {
  height: 90px;
  font-size: 13px;
  padding-top: 35px;
  position: relative;
}

.data-source-item .data-source-item-header span {
  white-space: nowrap;
}

.data-source-item .data-source-item-header.no-border {
  border: none !important;
  margin-top: 10px;
}

.data-source-item .data-source-item-header .data-source-item-actions {
  position: absolute;
  right: -6px;
  top: auto;
  bottom: auto;
  font-size: 16px;
  width: 24px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 10px 0px 0px 10px;
  color: #b1b1b1 !important;
  display: none;
}

.data-source-item .data-source-item-header .data-source-item-actions a {
  color: #b1b1b1;
}

.data-source-item .data-source-item-header .data-source-item-actions a.first-action {
  border-bottom: 1px dotted #ccc;
  display: inline-block;
  width: 11px;
}

.data-source-item .data-source-item-header img {
  width: 35px;
  vertical-align: bottom;
}

.data-source-item .data-source-item-header span {
  color: #39946f;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.data-source-item .data-source-item-bottom {
  font-size: 12px;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editor-data-source-panel .editor-data-source-header {
  padding: 10px 4px 10px 12px;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.editor-data-source-panel .editor-data-source-items {
  padding: 3px 25px;
}

.editor-data-source-panel .editor-data-source-items .editor-source-item {
  padding: 2px;
}

.add-data-source {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px;
  width: 130px;
  height: 130px;
  display: inline-block;
  text-align: center;
  color: #39946f;
  margin: 6px 0px 0px 0px;
  cursor: pointer;
}

.add-data-source .add-data-source-header {
  height: 90px;
  padding-top: 35px;
}

.add-data-source .add-data-source-header i {
  font-size: 24px;
  vertical-align: bottom;
}

.add-data-source .add-data-source-bottom {
  font-size: 14px;
  padding-top: 4px;
  font-weight: 600;
}

#modal-data-source-remove-confirmation .modal-content .modal-body {
  min-height: initial !important;
}

#modal-data-source-library .btn-default {
  padding: 0.4rem 0.8rem !important;
  font-size: 13px;
}

#modal-data-source-library .modal-content .modal-header .modal-title {
  margin-left: 10px;
}

#modal-data-source-library .modal-content .modal-header .close {
  margin-left: 1rem;
  margin-right: 0px;
}

#modal-data-source-library .modal-content .modal-header .close .icon-close_ico {
  font-size: 30px;
}

#modal-data-source-library .modal-content .modal-header .filter-panel {
  float: right;
  margin-left: auto;
}

#modal-data-source-library .modal-content .modal-body {
  min-height: 400px;
  white-space: initial;
  background: #fff;
}

#modal-data-source-library .modal-content .modal-body .data-source-link-block {
  border: 2px dashed #999;
  border-radius: 5px;
  margin: 10px;
  word-wrap: break-word;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: auto;
  white-space: inherit;
}

#modal-data-source-library .modal-content .modal-body .data-source-link-block.copied {
  background: #78c789;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

#modal-data-source-library .modal-content .modal-body .data-source-item {
  width: 143px;
  height: 143px;
  margin: 5px !important;
  position: relative;
}

#modal-data-source-library .modal-content .modal-body .data-source-item-delete {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 22px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
}

#modal-data-source-library .modal-content .modal-body .add-data-source {
  width: 143px;
  height: 143px;
  margin: 5px 0px 5px 5px !important;
}

#modal-data-source-library .modal-content .modal-body .filter-panel {
  padding: 5px 5px 15px 5px;
}

#modal-data-source-library .modal-content .modal-body .filter-panel .control-label {
  font-size: 13px;
  font-weight: 600;
}

#modal-data-source-library .modal-content .modal-body .data-source-columns-preview table td {
  min-width: 150px;
}

#modal-data-source-library .modal-content .modal-body .data-source-columns-preview table td .td-block {
  max-height: 75px;
  overflow: hidden;
  max-width: 230px;
}

#modal-data-source-library .modal-content .modal-body .data-source-item-header img {
  width: 30px;
}

#modal-data-source-library .modal-content .modal-body .data-source-sheet-block,
#modal-data-source-library .modal-content .modal-body .data-source-credentials-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list {
  list-style: none;
  padding: 5px 10px;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list li {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list li:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #39946f;
          box-shadow: 0px 0px 5px 0px #39946f;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list li.active {
  -webkit-box-shadow: 0px 0px 5px 0px #39946f;
          box-shadow: 0px 0px 5px 0px #39946f;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list li .account-picture {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  border-radius: 50%;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list li .account-info {
  display: block;
  margin-left: 55px;
}

#modal-data-source-library .modal-content .modal-body .data-source-account-block .data-source-account-list li .account-info span {
  display: block;
  text-align: left;
}

#modal-data-source-library .modal-content .modal-footer {
  background: #fff;
}

#modal-data-source-library .modal-content .modal-footer .create-source-dropdown .dropdown-menu .dropdown-item img {
  width: 20px;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-left: -1rem;
}

.btn-article-link {
  padding-left: 50px;
  padding-right: 50px;
}

.upload-file-block {
  background: white;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.upload-file-block .upload-file-area {
  border: 2px dashed #1e7e34;
  margin: 2rem 1rem;
  padding: 1rem;
}

.upload-file-block .upload-file-area.dropping {
  -webkit-box-shadow: 0px 0px 6px 3px #1e7e34;
          box-shadow: 0px 0px 6px 3px #1e7e34;
}

.enrichment-options-block {
  background: #fff;
  margin: 1rem;
  border-radius: 10px;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 3px 1px #aaa;
          box-shadow: 0px 0px 3px 1px #aaa;
}

#modal-data-source-confirmation .modal-body {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.image-impression-log-viewport .list-mode .table {
  font-size: 12px;
}

.image-impression-log-viewport .list-mode .table td,
.image-impression-log-viewport .list-mode .table th {
  padding: 0.5rem;
  word-break: break-word;
}

.image-impression-log-viewport .list-mode .table .log-time {
  width: 130px;
}

.image-impression-log-viewport .list-mode .table .log-url {
  width: 250px;
}

.image-impression-log-viewport .list-mode .table .log-referer {
  width: 170px;
}

.image-impression-log-viewport .list-mode .table .log-ip {
  width: 115px;
}

.image-impression-log-viewport .detail-mode .table {
  font-size: 13px;
  word-break: break-word;
}

.error-date input {
  border: 2px dashed grey !important;
  height: 38px;
}

.log-business-block {
  position: relative;
}

.log-business-block .log-business-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
}

.log-business-block .log-business-info {
  min-width: 180px;
  padding-left: 64px;
  font-size: 12px;
  min-height: 50px;
}

.log-business-block .log-business-info .log-business-domain {
  font-weight: bold;
}

.log-business-block .log-business-info .log-business-address {
  font-size: 10px;
}

.video-template-player .video-template-player-inline-wrapper {
  position: relative;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls {
  position: absolute;
  width: 100%;
  height: 28px;
  bottom: 0px;
  left: 0px;
  padding: 4px 6px;
  background: #959595;
  opacity: 0.6;
  z-index: 99;
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
			how to remove the virtical space around the range input in IE*/
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls .video-template-player-volume-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls .video-template-player-volume-control input {
  width: 80px !important;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls .timeline-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  width: 40px;
  height: 20px;
  margin-top: -2px;
  vertical-align: top;
  color: #000;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls img {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: initial;
  margin-right: 4px;
  cursor: pointer;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range] {
  width: 100%;
  margin: 5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]:focus {
  outline: none;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-webkit-slider-runnable-track {
  background: #000000;
  border: 0.7px solid #562425;
  border-radius: 6.2px;
  height: 2px;
  cursor: pointer;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-webkit-slider-thumb {
  margin-top: -5.7px;
  width: 4px;
  height: 12px;
  background: #000000;
  border: 1.1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-moz-range-track {
  background: #000000;
  border: 0.7px solid #562425;
  border-radius: 6.2px;
  width: 100%;
  height: 2px;
  cursor: pointer;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-moz-range-thumb {
  width: 4px;
  height: 12px;
  background: #000000;
  border: 1.1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  width: 100%;
  height: 2px;
  cursor: pointer;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0.7px solid #562425;
  border-radius: 12.4px;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0.7px solid #562425;
  border-radius: 12.4px;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]::-ms-thumb {
  width: 4px;
  height: 12px;
  background: #000000;
  border: 1.1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}

.video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}

@supports (-ms-ime-align: auto) {
  .video-template-player .video-template-player-inline-wrapper .video-template-player-controls {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }

  .video-template-player .video-template-player-inline-wrapper .video-template-player-controls input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.video-template-player .video-template-player-button-control {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.editor-container .editor-top-panel {
  position: relative;
}

.editor-container .editor-top-panel .editor-top-options {
  position: relative;
}

.editor-container .editor-top-panel .editor-top-options .editor-control-options .control-option-group {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
  padding: 3px 12px;
}

.editor-container .editor-top-panel .editor-common-options .editor-control-options {
  margin-right: 0px !important;
}

.editor-container .editor-top-panel .add-element-to-editor {
  position: absolute;
  top: 0.1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4c4c4c;
  cursor: pointer;
}

.editor-container .editor-top-panel .delete-element-from-editor {
  position: absolute;
  top: 0.1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4c4c4c;
  cursor: pointer;
}

.editor-container .editor-top-panel .editor-option-label {
  font-weight: 400;
}

.editor-container .editor-top-panel .editor-text-message {
  display: inline-block;
  width: 300px;
  margin-left: 0.5rem;
  vertical-align: top;
}

.editor-container .editor-top-panel .editor-text-message input {
  padding: 0.1rem 0.3rem;
  height: auto !important;
}

.editor-container .editor-top-panel .editor-text-message .btn {
  padding: 0.1rem 0.3rem;
}

.editor-container .editor-top-panel .editor-font-family {
  display: inline-block;
  width: 200px;
  margin-left: 0.5rem;
  vertical-align: top;
  margin-right: 0.5rem;
}

.editor-container .editor-top-panel .editor-font-family input {
  padding: 0.1rem 0.3rem;
  height: auto !important;
  background-color: #fff;
}

.editor-container .editor-top-panel .editor-font-family .btn {
  padding: 0.1rem 0.3rem;
}

.editor-container .editor-top-panel .editor-font-family .dropdown-menu {
  max-height: 400px;
  overflow-y: scroll;
}

.editor-container .editor-top-panel .editor-font-family .dropdown-menu .dropdown-item {
  cursor: pointer;
}

.editor-container .editor-top-panel .editor-color-picker {
  vertical-align: top;
  height: 28px;
  padding: 5px;
  margin-right: 1rem;
}

.editor-container .editor-top-panel .editor-color-picker span {
  width: 16px !important;
  height: 16px !important;
}

.editor-container .editor-top-panel .background-color-picker {
  margin-left: 0.5rem;
  margin-right: 0rem;
}

.editor-container .editor-top-panel .editor-options-btn-group {
  margin-right: 1rem;
  margin-top: 0.2rem;
  height: 1.6rem;
}

.editor-container .editor-top-panel .editor-options-btn-group .btn {
  padding: 0.14rem 0.5rem;
  margin-top: -0.2rem;
  background: #ffffff;
  border: 1px solid #aaaaaa;
}

.editor-container .editor-top-panel .editor-options-btn-group .snap-to-grid {
  width: 220px;
}

.editor-container .editor-top-panel .editor-options-btn-group .btn-selected {
  background-color: #aaaaaa;
}

.editor-container .editor-top-panel .editor-options-btn-group .zoom-value {
  width: 3.5rem;
  color: #000 !important;
}

.editor-container .editor-top-panel .editor-options-btn-group select {
  height: 1.8rem;
  border-radius: 0;
  margin-top: -0.2rem;
  padding: 0rem 0.5rem;
}

.editor-container .editor-top-panel .editor-option-control {
  display: inline;
  margin-right: 1rem;
  margin-left: 0.5rem;
  padding: 0.1rem 0.3rem;
  height: auto !important;
}

.editor-container .editor-top-panel .image-uploader {
  padding: 0.1rem 0.5rem;
  vertical-align: top;
  margin-left: 0.5rem;
}

.editor-container .editor-top-panel .image-uploader-remove-btn {
  vertical-align: top;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  height: auto !important;
}

.editor-container .editor-main-container {
  position: relative;
  margin: 0;
}

.editor-container .editor-main-container .editor-draw-area {
  white-space: nowrap;
  text-align: center;
  margin-right: 382px;
  padding-top: 0px;
}

.editor-container .editor-main-container .editor-work-area {
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  overflow: visible;
}

.editor-container .editor-main-container .editor-work-area .background-image-picker {
  position: absolute;
  width: 160px;
  height: 136px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #39946f;
  z-index: 9;
  -webkit-mask-image: url(/img/editor/icons/img-to-canvas.svg);
          mask-image: url(/img/editor/icons/img-to-canvas.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  cursor: pointer;
}

.editor-container .editor-main-container .editor-work-area .background-video-picker {
  position: absolute;
  width: 160px;
  height: 136px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #39946f;
  z-index: 9;
  -webkit-mask-image: url(/img/editor/icons/video-to-canvas.svg);
          mask-image: url(/img/editor/icons/video-to-canvas.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  cursor: pointer;
}

.editor-container .editor-main-container .editor-work-area .canvas-area-wrapper {
  overflow-x: auto;
  position: relative;
  margin-top: -40px;
  padding-top: 40px;
  overflow-y: hidden;
}

.editor-container .editor-main-container .editor-work-area .canvas-area {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0px;
  width: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.editor-container .editor-main-container .editor-work-area .canvas-area .editor-object-mini-panel {
  position: absolute;
  z-index: 1;
  min-width: 300px;
  text-align: left;
  padding-left: 4px;
}

.editor-container .editor-main-container .editor-work-area .canvas-area .editor-object-mini-panel .btn-mini-panel {
  border-radius: 25px;
  font-size: 14px;
  padding: 4px 10px;
  -webkit-box-shadow: 0px 0px 4px 1px #a9юa7a7;
          box-shadow: 0px 0px 4px 1px #a9юa7a7;
  border: none;
}

.editor-container .editor-main-container .editor-work-area .canvas-area .editor-object-mini-panel .btn-mini-panel:hover {
  background: #f5f5f5;
}

.editor-container .editor-main-container .editor-work-area .hover-object-hint {
  position: absolute;
  z-index: 1;
  background: #39946f;
  font-weight: 100;
  color: #fff;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 15px 15px 0px 0px;
}

.editor-container .editor-main-container .editor-work-area .editor-context-menu {
  border: 1px solid #aaa;
  width: 160px;
  position: fixed;
  z-index: 9999999;
  border-radius: 5px;
  background: #eee;
  -webkit-box-shadow: 0px 0px 5px 1px #999;
          box-shadow: 0px 0px 5px 1px #999;
}

.editor-container .editor-main-container .editor-work-area .editor-context-menu ul {
  font-size: 1rem;
  list-style-type: none;
  padding: 0rem;
  width: 100%;
  text-align: left;
  margin: 0rem;
}

.editor-container .editor-main-container .editor-work-area .editor-context-menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.3rem 0.6rem;
  border-bottom: 1px solid #b4b4b4;
  cursor: pointer;
}

.editor-container .editor-main-container .editor-work-area .editor-context-menu ul li a:hover {
  background-color: #b4b4b4;
}

.editor-container .editor-main-container .editor-work-area .editor-context-menu ul li a i {
  width: 1.5rem;
}

.editor-container .editor-main-container .editor-work-area #editor-canvas {
  border-radius: 10px;
  background: inherit;
}

.editor-container .editor-main-container .editor-control-panel {
  display: inline-block;
  max-width: 130px;
  vertical-align: top;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item {
  width: 118px;
  min-height: 70px;
  overflow: hidden;
  margin: 0px 2% 5%;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  float: left;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #fff;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item:hover {
  border-color: #39946f;
  color: #39946f !important;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item .img_block {
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -5px;
  margin-right: 10px;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item .img_block span {
  font-size: 24px;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item .img_block img {
  max-height: 30px;
  max-width: 30px;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item .editor-control-item-title {
  white-space: normal;
  text-align: left;
  width: 60px;
}

.editor-container .editor-main-container .editor-control-panel .editor-control-item i {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 4px;
}

.editor-container .editor-main-container .slimScrollDiv {
  position: initial !important;
  height: auto !important;
}

.editor-container .editor-main-container .editor-object-list {
  height: auto;
}

.editor-container .editor-main-container .data-source-link.without-link .data-source-link-block {
  display: none;
}

.editor-container .editor-main-container .data-source-link.without-link .data-source-actions {
  position: initial;
  margin-left: 60px;
  padding-left: 0px;
  text-align: left;
}

.editor-container .editor-main-container .editor-object-list .editor-object-panel {
  margin-left: -7px;
  margin-right: -7px;
  background: #f6f6f6;
  margin-bottom: -7px;
  margin-top: 20px;
}

.editor-container .editor-main-container .editor-object-list .item {
  border-bottom: 1px dashed #ddd;
  position: relative;
  padding: 0.4rem 0.3rem;
  cursor: pointer;
}

.editor-container .editor-main-container .editor-object-list .item.active {
  background: #e4e4e4;
}

.editor-container .editor-main-container .editor-object-list .item .object-timing-bar {
  position: absolute;
  top: 1px;
  height: 3px;
  background: #93c47d;
  width: 100%;
  left: 0px;
}

.editor-container .editor-main-container .editor-object-list .item .item-icon {
  position: absolute;
  width: 3rem;
  text-align: center;
  margin-top: 0.05rem;
  padding-left: 10px;
}

.editor-container .editor-main-container .editor-object-list .item .item-icon img {
  width: 20px;
  margin-bottom: -15px;
}

.editor-container .editor-main-container .editor-object-list .item .item-icon i {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.3rem;
}

.editor-container .editor-main-container .editor-object-list .item .item-icon .item-type {
  font-size: 0.7rem;
}

.editor-container .editor-main-container .editor-object-list .item .item-visibility {
  position: absolute;
  left: 3.5rem;
  top: 0.9rem;
}

.editor-container .editor-main-container .editor-object-list .item .item-text {
  margin: 0.8rem 1.5rem 0.8rem 4.5rem;
  font-size: 0.7rem;
}

.editor-container .editor-main-container .editor-object-list .item .item-text span {
  display: block;
  height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editor-container .editor-main-container .editor-object-list .item .item-text input {
  margin-top: -0.3rem;
  margin-bottom: -0.5rem;
}

.editor-container .editor-main-container .editor-object-list .item .item-drag-icon {
  position: absolute;
  left: 0.1rem;
  font-size: 0.9rem;
  color: #ccc;
  top: 0;
  margin-top: 1.1rem;
  padding: 0 0.3rem;
  cursor: move;
}

.editor-container .editor-main-container .editor-object-list .item .item-drag-icon i {
  padding-right: 0.1rem;
}

.editor-container .editor-main-container .editor-object-list .item .item-open-icon {
  position: absolute;
  right: 0.5rem;
  font-size: 0.6rem;
  color: #656565;
  top: 0;
  margin-top: 1.1rem;
  padding: 0 0.3rem;
}

.editor-container .data-source-link-block {
  border-radius: 5px;
  margin-top: 10px;
  white-space: nowrap;
  font-size: 12px;
  height: 36px;
  margin-right: 275px;
  margin-left: 78px;
}

.editor-container .data-source-link-block .your-link {
  display: inline-block;
  vertical-align: top;
  border: 1px dotted #999;
  height: 36px;
  padding: 7px 50px 7px 15px;
  border-radius: 30px;
}

.editor-container .data-source-link-block .data-source-link-value {
  display: inline-block;
  overflow: hidden;
  background: #fff;
  height: 36px;
  vertical-align: top;
  margin-left: -35px;
  width: 100%;
  border-radius: 30px;
  padding: 8px 10px;
  color: #1e7e34;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.editor-container .data-source-link-block .data-source-link-value .full-link {
  display: none;
  position: absolute;
}

.editor-container .data-source-link-block .data-source-link-value:hover .full-link {
  display: block;
  top: 0px;
  width: 101%;
  word-break: break-all;
  display: block;
  left: 0px;
  background: white;
  border-radius: 30px;
  padding: 10px 10px;
  margin-right: 25px;
  z-index: 99999;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  text-align: center;
}

.editor-container .data-source-link-block.copied .data-source-link-value {
  background: #78c789;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.editor-container .data-source-link-options {
  margin: 10px;
}

.editor-container .data-source-link-options a {
  color: #1e7e34;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.editor-container .data-source-link-options a i {
  margin-right: 5px;
}

.editor-container .data-source-link-container .bracket-line {
  width: 100%;
}

.editor-container .data-source-link-container .bracket-line .left {
  width: 20px;
}

.editor-container .data-source-link-container .bracket-line .right {
  width: 100%;
}

.editor-container .data-source-link-container .data-source-link {
  margin-top: 12px;
  position: relative;
}

.editor-container .data-source-link-container .data-source-link .data-source-category-block {
  font-size: 11px;
  width: 64px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: normal;
}

.editor-container .data-source-link-container .data-source-link .data-source-category-block img {
  width: 20px;
}

.editor-container .data-source-link-container .data-source-link .data-source-actions {
  position: absolute;
  left: 80px;
  top: -5px;
}

.editor-container .data-source-link-container .data-source-link .data-source-actions .btn-default {
  height: 36px;
  padding: 7px 12px !important;
  background: inherit;
  margin-left: 10px;
}

.editor-container .data-source-link-container .data-source-link .data-source-actions .btn-default:hover {
  border: 1px solid #39946f;
  background-color: #39946f;
  color: #fff;
}

.editor-container .data-source-link-container .data-source-link .data-source-actions .btn-default:hover .icon:before {
  color: #fff;
}

.editor-container .data-source-link-container .data-source-link .data-source-actions .btn-default icon {
  margin-right: 2px;
}

.image-template-list:first-child {
  border-bottom: 1px dashed #cccccc;
}

.image-template-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-template-list .row {
  width: 100%;
}

.image-template-list .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1400px) {
  .image-template-list .image-template-create-action-wrapper,
  .image-template-list .image-template-items {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }

  .image-template-list .no-image-templates {
    max-width: 66.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
}

@media (max-width: 1000px) {
  .image-template-list .image-template-create-action-wrapper,
  .image-template-list .image-template-items {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .image-template-list .no-image-templates {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .image-template-list .image-template-create-action-wrapper,
  .image-template-list .image-template-items {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .image-template-list .no-image-templates {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.image-template-list .no-image-templates {
  text-align: center;
  color: #39946f;
  font-size: 16px;
  margin-top: 140px;
}

.image-template-list .image-template-create-action-wrapper {
  margin-bottom: 20px;
}

.image-template-list .image-template-create-action-wrapper .image-template-create-action {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
  padding: 0;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.image-template-list .image-template-create-action-wrapper .image-template-create-action .btn-create-image {
  border: 1px solid #39946f;
  width: 200px;
  margin: 0 auto;
  border-radius: 25px;
  color: #39946f;
  position: absolute;
  bottom: 10px;
  background: #ffffff;
  font-size: 12px;
  padding: 4px;
}

.image-template-list .image-template-create-action-wrapper .image-template-create-action a {
  cursor: pointer;
  position: absolute;
}

.image-template-list .image-template-create-action-wrapper .image-template-create-action a img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.image-template-list .image-template-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
}

.image-template-list .image-template-list-item .btn-play-video {
  background: #39946f;
  margin-left: 10px;
}

.image-template-list .image-template-list-item .image-template-data-source-categories {
  margin-bottom: 8px;
  font-size: 0.8rem;
  color: #aaa;
}

.image-template-list .image-template-list-item .image-template-data-source-categories img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-right: 4px;
}

.image-template-list .image-template-list-item .image-template-data-source-categories .more-intergrations {
  display: none;
  position: absolute;
  height: 29px;
  bottom: -10px;
  right: -18px;
  -webkit-box-shadow: 0px 3px 6px 0px;
  box-shadow: 0px 0px 3px 0px;
  border-radius: 30px;
  background: #fff;
  white-space: nowrap;
  padding: 3px 15px;
}

.image-template-list .image-template-list-item .image-template-data-source-categories .show-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.image-template-list .image-template-list-item .image-template-data-source-categories .show-more:hover .more-intergrations {
  display: block;
}

.image-template-list .image-template-list-item .startup-options {
  position: absolute;
  z-index: 1;
}

.image-template-list .image-template-list-item .image-preview-wrapper {
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.image-template-list .image-template-list-item .image-preview-wrapper img {
  position: absolute;
  cursor: pointer;
}

.image-template-list .image-template-list-item .image-preview-wrapper .vue-js-switch {
  position: absolute;
  right: 5px;
  border: 1px solid red;
  border-radius: 30px;
}

.image-template-list .image-template-list-item .image-template-item-actions {
  position: relative;
}

.image-template-list .image-template-list-item .image-template-item-actions .vue-js-switch {
  border: 1px solid #39946f;
  border-radius: 30px;
  overflow: hidden;
}

.image-template-list .image-template-list-item .image-template-item-actions .image-template-status {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
  height: 18px;
}

.image-template-list .image-template-list-item .image-template-item-actions .image-template-status.draft .vue-js-switch {
  border: 1px solid #b0b9bf;
}

.image-template-list .image-template-list-item .image-template-item-actions .image-template-status.in-review .vue-js-switch {
  border: 1px solid #dc3545;
}

.image-template-list .image-template-list-item .image-template-item-actions .image-template-status .toggle-text-label {
  vertical-align: top;
}

.image-template-list .image-template-list-item .image-template-item-actions .btn {
  line-height: 1;
  border-radius: 50px;
  width: auto;
  font-size: 12px;
  padding: 6px;
  margin-right: 2px;
  font-weight: 400;
  background: #fff;
  color: #39946f;
  border: 1px solid #39946f;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
}

.image-template-list .image-template-list-item .image-template-item-actions .btn .btn i {
  color: #39946f;
}

.image-template-list .image-template-list-item .image-template-item-actions .btn.btn-play-video {
  width: 28px;
}

.image-template-list .image-template-list-item .image-template-item-actions .btn img {
  width: 12px;
  height: 12px;
}

@media (max-width: 1600px) {
  .image-template-list .image-template-list-item .image-template-item-actions .btn {
    line-height: 1;
    border-radius: 50px;
    width: auto;
    font-size: 12px;
    padding: 6px;
    margin-right: 2px;
    font-weight: 400;
    background: #fff;
    color: #39946f;
    border: 1px solid #39946f;
    -webkit-box-shadow: 0 0 0 #fff;
            box-shadow: 0 0 0 #fff;
  }

  .image-template-list .image-template-list-item .image-template-item-actions .btn .btn i {
    color: #39946f;
  }

  .image-template-list .image-template-list-item .image-template-item-actions .btn img {
    width: 12px;
    height: 12px;
  }

  .image-template-list .image-template-list-item .image-template-item-actions .btn.btn-play-video {
    margin-left: 0px;
  }
}

.image-template-list .image-template-list-item .title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #656262;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.image-template-list .image-template-list-item .stats {
  font-size: 0.75rem;
  color: #aaa;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-template-list .image-template-list-item .stats .size {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}

.image-template-list .image-template-list-item .stats .size .size-item {
  display: inline-block;
  margin: 0 2px;
}

.image-template-list .image-template-list-item .stats .size .size-item img {
  margin-bottom: 2px;
  margin-right: 2px;
}

@media (max-width: 1800px) {
  .image-template-list .image-template-list-item .stats .size {
    width: 0px;
    overflow: hidden;
    margin: 0px !important;
  }
}

.image-template-list .image-template-list-item .stats .separator {
  width: 6%;
  display: inline-block;
}

.image-template-list .image-template-list-item .stats .impressions-count {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
}

.image-template-list .image-template-list-item .stats .impressions-count a {
  color: #39946f;
  border-bottom: 1px dashed #39946f;
}

.image-template-list .image-template-list-item .stats .impressions-count a:hover {
  text-decoration: none;
}

.create-new-image-template {
  margin-left: 1%;
}

.editor-full-panel-settings label {
  font-size: 12px;
  white-space: nowrap;
}

.editor-full-panel-settings .shape-type-item {
  width: 36px;
  height: 36px;
  padding: 2px;
  border: 1px solid inherit;
  margin-right: 20px;
  display: inline-block;
}

.editor-full-panel-settings .shape-type-item.active {
  border: 1px dashed #39946f;
}

.editor-full-panel-settings .shape-type-item img {
  width: 32px;
  height: 32px;
}

.editor-shape-types img {
  height: 30px;
}

#accordionExample label {
  white-space: nowrap;
}

#modal-object-panel {
  width: 0px;
  overflow: visible;
}

#modal-object-panel .modal-dialog {
  width: 450px;
}

#modal-object-panel .modal-dialog .modal-content {
  background-color: #fff;
}

#modal-object-panel .modal-dialog .modal-content .modal-header {
  background-color: #f4f5f6;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .card-header {
  padding: 0;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .card-header h5 {
  text-align: left;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .card-header h5 button {
  color: #000;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .row {
  margin-bottom: 10px;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .form-control[readonly],
#modal-object-panel .modal-dialog .editor-full-panel-settings .StripeElement[readonly] {
  background-color: #fff;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .available-fonts-dropdown {
  max-height: 400px;
  overflow-y: scroll;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-options-btn-group .btn {
  background: #ffffff;
  border: 1px solid #aaaaaa;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-options-btn-group .btn-selected {
  background-color: #aaaaaa;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-options-btn-group .zoom-value {
  width: 3.5rem;
  color: #000 !important;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-options-btn-group select {
  height: 1.8rem;
  border-radius: 0;
  margin-top: -0.2rem;
  padding: 0rem 0.5rem;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-color-picker {
  vertical-align: top;
  height: 28px;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 5px 0px 0px 5px !important;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-color-picker span {
  width: 16px !important;
  height: 16px !important;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .image-uploader {
  padding: 0.2rem 0.5rem;
  margin-bottom: 0;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .image-uploader-remove-btn {
  padding: 0.2rem 0.5rem;
  height: auto !important;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-shape-types img {
  height: 30px;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-shape-types .shape-type-item {
  display: inline;
  width: 75px;
  height: 75px;
  padding: 4px;
  margin: 2px;
  border: 2px dashed #6fabff;
  cursor: pointer;
}

#modal-object-panel .modal-dialog .editor-full-panel-settings .editor-shape-types .shape-type-item.active {
  border: 2px solid #5688c9;
}

#modal-textbox-options {
  z-index: 1051;
}

#modal-textbox-options .modal-dialog {
  max-width: 500px;
  margin-right: 40px;
}

#modal-image-library {
  z-index: 1051;
}

#modal-image-library .btn-default {
  padding: 0.4rem 0.8rem !important;
  font-size: 13px;
}

#modal-image-library-confirmation {
  z-index: 1052;
}

.editor-mini-panel {
  display: inline;
}

#modal-object-panel.fade:not(.show).right .modal-dialog {
  -webkit-transform: translate(450px, 0);
  transform: translate(450px, 0);
}

.margin-right-05 {
  margin-right: 0.5rem !important;
}

#modal-video-play .modal-dialog {
  max-width: 595px;
}

#modal-video-play .modal-dialog .modal-content {
  width: 595px;
}

#modal-video-play .modal-dialog .modal-content iframe {
  width: 560px;
  height: 349px;
}

@media (min-width: 1024px) {
  #modal-video-play .modal-dialog {
    max-width: 875px;
  }

  #modal-video-play .modal-dialog .modal-content {
    width: 875px;
  }

  #modal-video-play .modal-dialog .modal-content iframe {
    width: 840px;
    height: 524px;
  }
}

@media (min-width: 1366px) {
  #modal-video-play .modal-dialog {
    max-width: 1059px;
  }

  #modal-video-play .modal-dialog .modal-content {
    width: 1059px;
  }

  #modal-video-play .modal-dialog .modal-content iframe {
    width: 1024px;
    height: 638px;
  }
}

@media (min-width: 1600px) {
  #modal-video-play .modal-dialog {
    max-width: 1235px;
  }

  #modal-video-play .modal-dialog .modal-content {
    width: 1235px;
  }

  #modal-video-play .modal-dialog .modal-content iframe {
    width: 1200px;
    height: 748px;
  }
}

@media (min-width: 1900px) {
  #modal-video-play .modal-dialog {
    max-width: 1475px;
  }

  #modal-video-play .modal-dialog .modal-content {
    width: 1475px;
  }

  #modal-video-play .modal-dialog .modal-content iframe {
    width: 1440px;
    height: 897px;
  }
}

.alert-new-user-image-list {
  padding: 20px 30px;
  background-color: #aebcce;
  color: white;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px 0px;
          box-shadow: 0px 3px 6px 0px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.alert-new-user-image-list h4 {
  text-transform: uppercase;
}

.alert-new-user-image-list p {
  font-size: 1.2rem;
}

.alert-new-user-image-list .play-button {
  width: 24px;
}

.alert-new-user-image-list button span {
  background: #fff;
  color: #aebcce;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 14px;
  border-radius: 50%;
}

.right-borders-circle {
  border-radius: 0px 10px 10px 0px !important;
}

.top-center-panel .zoom-control {
  font-size: 13px;
  white-space: nowrap;
  color: #a1a1a1;
}

.top-center-panel .zoom-control .zoom-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-bottom: 0px;
}

.top-center-panel .zoom-control .zoom-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #a1a1a1;
  padding: 2px 30px 2px 8px;
  vertical-align: middle;
  border-radius: 30px;
}

.top-center-panel .zoom-control .zoom-actions {
  border: 1px solid #a1a1a1;
  height: 36px;
  padding: 2px 5px;
  border-radius: 36px;
  margin-left: -29px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background: #e4e4e4;
  color: #39946f;
}

.top-center-panel .zoom-control .zoom-actions .minus {
  padding: 4px 8px;
  margin: 4px 0px;
  border-right: 1px dotted #a1a1a1;
  cursor: pointer;
}

.top-center-panel .zoom-control .zoom-actions .plus {
  padding: 4px 8px;
  margin: 4px 0px;
  cursor: pointer;
}

.top-center-panel .btn-default {
  font-size: 13px;
  font-weight: 600;
  background: inherit;
  padding: 0.5rem 0.7rem !important;
}

.top-center-panel .btn-default.btn-image-save {
  background: #39946f;
  color: #fff;
}

.top-center-panel .btn-default.btn-image-save:hover {
  background: inherit;
  color: #39946f;
}

.top-center-panel .btn-default.btn-image-save:hover .icon:before {
  color: #39946f;
}

.top-center-panel .btn-default.history-disabled {
  background: inherit !important;
  color: #6f7f88 !important;
  border-color: #6f7f88 !important;
}

.top-center-panel .btn-default .icon {
  font-size: 12px;
  margin-right: 4px;
}

.top-center-panel .btn-default:hover {
  background: #39946f;
}

.top-center-panel .btn-default:hover .icon:before {
  color: #fff;
}

.top-center-panel .editor-image-status {
  border: 1px solid #39946f;
  border-radius: 30px;
  padding: 4px;
}

.top-center-panel .editor-image-status .v-switch-button {
  background-color: #39946f !important;
}

.top-center-panel .editor-image-status.draft {
  border: 1px solid #b1b2b2;
}

.top-center-panel .editor-image-status.draft .v-switch-label {
  color: #b1b2b2 !important;
}

.top-center-panel .editor-image-status.draft .v-switch-button {
  background-color: #b1b2b2 !important;
}

.top-center-panel .editor-image-status.in-review {
  border: 1px solid #dc3545;
}

.top-center-panel .editor-image-status.in-review .v-switch-label {
  color: #dc3545 !important;
}

.top-center-panel .editor-image-status.in-review .v-switch-button {
  background-color: #dc3545 !important;
}

.top-center-panel .vue-js-switch {
  vertical-align: top !important;
  display: inline-block !important;
}

.editor-right-block {
  position: fixed;
  right: 0;
  top: 64px;
  height: 100%;
}

.editor-right-block .editor-btn-source {
  position: absolute;
  left: 10px;
  top: 0;
  width: 80px;
  padding: 5px;
  background: white;
  border-radius: 0px 0px 0px 10px;
}

.editor-right-block .editor-btn-source .editor-btn {
  border-top: 1px dashed #cccccc;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}

.editor-right-block .editor-btn-source .editor-btn img {
  height: 26px;
  background: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.editor-right-block .editor-btn-source .editor-btn:nth-child(1) img {
  -webkit-mask-image: url(/img/icons/canvas_ico.svg);
  mask-image: url(/img/icons/canvas_ico.svg);
}

.editor-right-block .editor-btn-source .editor-btn:nth-child(2) img {
  -webkit-mask-image: url(/img/icons/layers_ico.svg);
  mask-image: url(/img/icons/layers_ico.svg);
}

.editor-right-block .editor-btn-source .editor-btn:nth-child(3) img {
  -webkit-mask-image: url(/img/icons/integrations_ico.svg);
  mask-image: url(/img/icons/integrations_ico.svg);
}

.editor-right-block .editor-btn-source .editor-btn.editor-btn-humanize img {
  -webkit-mask-image: url(/img/icons/humanize_ico.png);
  -webkit-mask-size: contain;
  mask-image: url(/img/icons/humanize_ico.png);
  mask-size: contain;
}

.editor-right-block .editor-btn-source .editor-btn:first-child {
  border: 0;
}

.editor-right-block .editor-btn-source .editor-btn:hover {
  color: #3d9370;
}

.editor-right-block .editor-btn-source .editor-btn:hover img {
  background: #3d9370;
}

.editor-right-block .editor-btn-source .active img {
  background: #3d9370;
}

.editor-right-block .editor-btn-source .active {
  color: #3d9370;
}

.editor-right-block .editor-right-menu {
  margin-left: 92px;
  background: white;
  border-radius: 0;
  height: 100%;
  margin-right: 0px;
  width: 300px;
}

.editor-right-block .editor-right-menu .editor-text-no-overflow {
  font-weight: 600;
}

.editor-right-block .editor-right-menu .editor-text-no-overflow .icon {
  font-size: 12px;
  margin-right: 4px;
}

.editor-right-block .editor-right-menu .editor-text-no-overflow .icon:before {
  color: #b6b6b6;
}

.editor-right-block .editor-right-menu .editor-text-no-overflow.enabled {
  color: #3d9370;
}

.editor-right-block .editor-right-menu .editor-text-no-overflow.enabled .icon:before {
  color: #3d9370;
}

.editor-right-block .editor-right-menu .editor-icon-btn-group {
  border-radius: 30px;
  overflow: hidden;
}

.editor-right-block .editor-right-menu .editor-icon-btn-group .btn {
  background: #ebebeb;
  color: #b6b6b6;
}

.editor-right-block .editor-right-menu .editor-icon-btn-group .btn .icon {
  font-size: 11px;
  padding: 3px 2px;
}

.editor-right-block .editor-right-menu .editor-icon-btn-group .btn .icon:before {
  color: #b6b6b6;
}

.editor-right-block .editor-right-menu .editor-icon-btn-group .btn.btn-selected {
  color: #3d9370;
}

.editor-right-block .editor-right-menu .editor-icon-btn-group .btn.btn-selected .icon:before {
  color: #3d9370;
}

.editor-right-block .editor-right-menu .right-menu-header {
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: #f9fafa;
  color: #6a6a6a;
}

.editor-right-block .editor-right-menu .common-control-group {
  padding: 15px 7px;
  color: #929292;
}

.editor-right-block .editor-right-menu .common-control-group.dotted {
  border-bottom: 1px dotted #c7c7c7;
}

.editor-right-block .editor-right-menu .common-control-group.dotted-top {
  border-top: 1px dotted #c7c7c7;
}

.editor-right-block .editor-right-menu .common-control-group .size-gray-icon {
  display: inline-block;
  margin: 10px 6px;
}

.editor-right-block .editor-right-menu .common-control-group.editor-control {
  padding: 10px 14px;
}

.editor-right-block .editor-right-menu .common-control-group.editor-control .size-gray-icon {
  display: inline-block;
  margin: 10px 6px;
}

.editor-right-block .editor-right-menu .common-control-group .first-column {
  width: 55%;
  padding-right: 0px;
}

.editor-right-block .editor-right-menu .common-control-group .second-column {
  width: 45%;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: -5px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label {
  margin: 0;
  width: 80px;
  white-space: nowrap;
  font-size: 12.5px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label input[type="checkbox"] {
  height: 14px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.map-label {
  width: 95px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.shape-label {
  width: 95px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.app-label {
  width: 95px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.image-label {
  width: 95px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.profile-label {
  width: 95px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.profile-label.cfix {
  height: 24px;
  overflow: hidden;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.website-label {
  width: 95px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.shape-border {
  width: 50px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.short {
  width: 45px;
  height: 24px;
  overflow: hidden;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.middle {
  width: 55px;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.reset {
  width: 60px;
  text-align: right;
  padding: 3px 0px;
  color: #929292;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.reset .icon {
  margin-right: 6px;
  vertical-align: middle;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.reset .icon:before {
  color: #929292;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.reset.enabled {
  cursor: pointer;
  color: #3d9370;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.reset.enabled .icon:before {
  color: #3d9370;
}

.editor-right-block .editor-right-menu .common-control-group .common-control-label.cell {
  width: 45px;
}

.editor-right-block .editor-right-menu .common-control-group .size-gray-icon {
  font-size: 8px;
  vertical-align: middle;
}

.editor-right-block .editor-right-menu .common-control-group .size-gray-icon:before {
  color: #b6b6b6;
}

.color-picker-wrapper {
  display: inline-block;
  background: #f3f3f3;
  border-radius: 4px 20px 20px 4px;
}

.color-picker-wrapper .editor-color-picker {
  background: white;
  margin-left: 0px !important;
  display: inline-block;
  border-radius: 5px 0px 0px 5px !important;
  vertical-align: top;
  height: 28px !important;
  padding: 5px !important;
}

.color-picker-wrapper .editor-color-picker span {
  width: 16px !important;
  height: 16px !important;
}

.color-picker-wrapper .picker-icon-block {
  cursor: pointer;
  display: inline-block;
  background: #ebebeb;
  margin-left: -5px;
  padding: 2px 10px 2px 5px;
  border-radius: 0px 20px 20px 0px;
}

.color-picker-wrapper .picker-icon-block span {
  font-size: 11px;
}

.image-library-mini-wrapper {
  display: inline-block;
  background: #ebebeb;
  border-radius: 4px 20px 20px 4px;
  height: 28px;
  white-space: nowrap;
  padding-right: 10px;
}

.image-library-mini-wrapper .image-library-preview {
  padding: 0px;
  background: #fff;
  width: 40px;
  height: 26px;
  text-align: center;
  margin: 1px;
  display: inline-block;
}

.image-library-mini-wrapper .image-library-preview img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-library-mini-wrapper .select-action {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding-top: 6px;
  cursor: pointer;
}

.image-library-mini-wrapper .select-action:before {
  color: #6e6e6e;
}

.image-library-mini-wrapper .remove-action {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-top: 6px;
  border-left: 1px dotted #929292;
  padding-left: 4px;
  cursor: pointer;
}

.image-library-mini-wrapper .remove-action:before {
  color: #6e6e6e;
}

.image-library-container {
  height: 28px;
  overflow: hidden;
}

.white-bg {
  background: #fff !important;
}

.control-style-switcher {
  border-radius: 20px;
  overflow: hidden;
}

.control-style-switcher .btn {
  background: #ebebeb;
  padding: 4px 10px;
}

.control-style-switcher .btn .icon:before {
  color: #b6b6b6;
}

.control-style-switcher .btn.btn-selected .icon:before {
  color: #3d9370;
}

.control-style-switcher .v-dotted-separator {
  position: absolute;
  left: 50%;
  top: 25%;
  bottom: 25%;
  border-left: 1px dotted #999;
  z-index: 9;
}

.vue-slider-rail {
  background: #3d9370;
  border-radius: 4px;
  height: 2px !important;
  margin-top: 6px;
}

.vue-slider-dot {
  background: #3d9370;
  border-radius: 10px;
  width: 13px !important;
  height: 13px !important;
}

.dropdown-without-arrow {
  font-size: 10px;
  width: 30px;
  border-radius: 0px 20px 20px 0px !important;
  background: #e4e4e4 !important;
  border: none;
}

.dropdown-without-arrow:hover {
  color: inherit;
}

.dropdown-without-arrow:after {
  display: none;
}

.location-dot-gray-icon {
  font-size: 5px;
  padding: 11px 3px;
}

.label-or {
  padding: 2px 6px 0px;
}

.editor-object-mini-panel {
  border: 1px solid #cecece;
  border-radius: 30px;
  height: 36px;
  -webkit-box-shadow: 0px 0px 3px 0px #ddd;
          box-shadow: 0px 0px 3px 0px #ddd;
  padding-right: 15px;
  background: #fff;
  z-index: 999;
}

.editor-object-mini-panel .mini-panel-label {
  margin-left: 4px;
  font-size: 12px;
  color: #b1b1b1;
}

.editor-object-mini-panel .btn-mini-panel {
  color: #3d9370 !important;
  cursor: pointer;
  height: 34px;
  display: inline-block;
  padding: 8px 4px;
  font-size: 11px;
  font-weight: 500;
}

.editor-object-mini-panel .btn-mini-panel .icon {
  margin-right: 1px;
  font-size: 14px;
  vertical-align: bottom;
}

.editor-object-mini-panel .btn-mini-panel .icon:before {
  color: #3d9370;
}

.editor-object-mini-panel .btn-mini-panel.right-bordered {
  border-right: 1px solid #cecece;
  border-radius: 30px;
  padding: 9px 15px;
}

.editor-object-mini-panel .btn-mini-panel.btn-merge-tags {
  position: relative;
  padding: 9px 15px;
  width: 115px;
  text-align: center;
}

.editor-object-mini-panel .btn-mini-panel.btn-merge-tags .merge-tags-list {
  position: absolute;
  left: -1px;
  top: 32px;
  width: 360px;
  padding: 10px 15px;
  border: 1px solid #cecece;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px #ddd;
          box-shadow: 0px 0px 3px 0px #ddd;
  border-radius: 0px 15px 15px 15px;
}

.editor-object-mini-panel .btn-mini-panel.btn-merge-tags .merge-tags-list:before {
  content: ".";
  font-size: 0;
  width: 113px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -4px;
  left: 0px;
}

.editor-object-mini-panel .btn-mini-panel.btn-merge-tags .merge-tags-list div {
  width: 160px;
  display: inline-block;
  text-align: left;
}

.editor-object-mini-panel .btn-mini-panel.btn-merge-tags .merge-tags-list div a {
  display: block;
  padding: 10px 4px;
  font-weight: 500;
}

.editor-object-mini-panel .btn-mini-panel.btn-merge-tags:hover {
  border: 1px solid #cecece;
  -webkit-box-shadow: 0px 0px 3px 0px #ddd;
          box-shadow: 0px 0px 3px 0px #ddd;
  padding-top: 8px;
  border-radius: 15px 15px 0px 0px;
}

.textbox-font-size .number-control-wrapper {
  width: 100% !important;
}

.dashboard-image-templates .image-template-list-item {
  width: 20%;
}

.dashboard-image-templates .image-template-list-item a {
  text-decoration: none;
}

.image-library-search-block {
  margin-right: 30px;
}

.team-member-option {
  position: relative;
  padding: 8px 0px;
  margin-left: -5px;
  margin-right: -5px;
}

.team-member-option .team-member-option-image {
  width: 40px;
  height: 40px;
}

.team-member-option .team-member-option-image img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}

.team-member-option .team-member-option-text {
  position: absolute;
  left: 50px;
  top: 8px;
  padding: 6px 3px;
}

.team-member-selected-option {
  position: relative;
  width: 100%;
  padding: 2px 3px;
}

.team-member-selected-option .team-member-selected-option-image {
  width: 27px;
  height: 27px;
}

.team-member-selected-option .team-member-selected-option-image img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}

.team-member-selected-option .team-member-selected-option-text {
  position: absolute;
  left: 35px;
  top: 3px;
  padding: 0px 3px;
}

.template-option,
.template-selected-option {
  position: relative;
  width: 100%;
  padding: 2px 3px;
}

.template-option .template-option-image,
.template-selected-option .template-option-image {
  width: 20px;
  height: 20px;
}

.template-option .template-option-image img,
.template-selected-option .template-option-image img {
  max-width: 100%;
  max-height: 100%;
}

.template-option .template-option-text,
.template-selected-option .template-option-text {
  position: absolute;
  left: 35px;
  top: 3px;
  padding: 0px 3px;
}

.team-selection .vs__selected {
  width: 88%;
}

.team-selection .vs__dropdown-toggle {
  background: #fff !important;
}

.team-selection .vs__dropdown-toggle .vs__selected-options {
  height: 32px !important;
}

.dashboard-team-members .vs__selected {
  width: 88%;
}

.dashboard-team-members .team-member-selected-option-image {
  width: 24px !important;
  height: 24px !important;
}

#modal-image-template-preview .preview-close {
  position: absolute;
  right: -34px;
  top: -20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
  z-index: 1;
  opacity: 1;
  background: #eee;
  cursor: pointer;
}

#modal-image-template-preview .preview-close span {
  line-height: 0px;
  height: 26px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 4px;
}

#modal-image-template-preview > .modal-dialog {
  max-width: 95%;
}

#modal-image-template-preview > .modal-dialog .modal-content {
  background: #eee;
  min-height: 90vh;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-wrapper {
  width: calc(100% - 320px);
  display: inline-block;
  height: 90vh;
  text-align: center;
  position: relative;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-wrapper iframe {
  width: 100%;
  height: 100%;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-wrapper img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-wrapper .fa-spin {
  font-size: 32px;
  position: absolute;
  z-index: 9999;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-options {
  width: 320px;
  display: inline-block;
  height: 90vh;
  background: white;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow-y: auto;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-options .form-group {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem 0.5rem;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-options .form-group label {
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}

#modal-image-template-preview > .modal-dialog .modal-content .image-preview-options .btn-default {
  font-size: 15px;
  margin: 1rem !important;
  padding: 0.3rem 1.5rem !important;
}

.shape-item-block {
  width: 174px;
  display: inline-block;
}

.image-template-option {
  position: relative;
  padding: 8px 0px;
  margin-left: -5px;
  margin-right: -5px;
}

.image-template-option .image-template-option-image {
  width: 120px;
  height: 80px;
  position: relative;
}

.image-template-option .image-template-option-image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.image-template-option .image-template-option-text {
  position: absolute;
  left: 130px;
  top: 28px;
  padding: 6px 3px;
}

.image-template-selected-option {
  position: relative;
  width: 100%;
  padding: 2px 3px;
}

.image-template-selected-option .image-template-selected-option-image {
  width: 27px;
  height: 27px;
}

.image-template-selected-option .image-template-selected-option-image img {
  max-width: 100%;
  max-height: 100%;
}

.image-template-selected-option .image-template-selected-option-text {
  position: absolute;
  left: 35px;
  top: 3px;
  padding: 0px 3px;
}

.remarketing-wizard .wizard-header {
  border-bottom: 1px solid #3d9370;
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

.remarketing-wizard .wizard-header hr {
  width: 100%;
  border-top: 1px solid #3d9370;
}

.remarketing-wizard .wizard-header .wizard-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.remarketing-wizard .wizard-header .wizard-img .wizard-separator {
  width: 64px;
  border: 1px dotted #3d9370;
  height: 64px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 54px;
  text-align: center;
  padding-top: 18px;
}

.remarketing-wizard .wizard-header .wizard-img img {
  width: 80%;
}

.remarketing-wizard .wizard-header .wizard-left h3 {
  color: #3d9370;
  text-align: right;
  font-weight: 100;
  font-size: 48px;
}

.remarketing-wizard .wizard-header .wizard-right h4 {
  color: #3d9370;
  font-weight: 100;
  font-size: 24px;
  text-align: left;
  margin-top: 5px;
}

@media (max-width: 1850px) {
  .remarketing-wizard .wizard-header .wizard-left h3 {
    font-size: 42px;
  }

  .remarketing-wizard .wizard-header .wizard-right h4 {
    font-size: 20px;
  }

  .remarketing-wizard .wizard-header .wizard-img .wizard-separator {
    width: 54px;
    height: 54px;
    padding-top: 15px;
  }
}

@media (max-width: 1630px) {
  .remarketing-wizard .wizard-header .wizard-left h3 {
    font-size: 33px;
  }

  .remarketing-wizard .wizard-header .wizard-right h4 {
    font-size: 16px;
  }

  .remarketing-wizard .wizard-header .wizard-img .wizard-separator {
    width: 48px;
    height: 48px;
    padding-top: 13px;
    font-size: 14px;
  }
}

.remarketing-wizard .wizard-body .remarketing-step {
  width: 100%;
}

.remarketing-wizard .wizard-body .remarketing-step h4 {
  font-size: 1.2rem;
}

.remarketing-wizard .wizard-body .remarketing-step .image-outer {
  position: relative;
  display: inline-block;
}

.remarketing-wizard .wizard-body .remarketing-step .image-outer .image-overlay {
  position: absolute;
  text-align: center;
  vertical-align: middle;
}

.remarketing-wizard .wizard-body .remarketing-step .image-outer .image-overlay img {
  max-width: 100%;
  max-height: 100%;
}

.remarketing-wizard .wizard-body .remarketing-step .image-outer .for-step-1 {
  width: 94%;
  height: 43%;
  left: 3%;
  top: 50%;
}

.remarketing-wizard .wizard-body .remarketing-step .image-outer .for-step-2 {
  width: 45%;
  top: 20%;
  left: 49%;
  height: 24%;
  text-align: left;
}

.remarketing-wizard .wizard-body .remarketing-step .image-outer .for-step-3 {
  top: 37%;
  width: 52%;
  left: 24%;
  height: 23%;
}

.remarketing-wizard .wizard-body .remarketing-step .step-image {
  max-width: 100%;
  margin-bottom: 1rem;
}

.remarketing-wizard .wizard-body .remarketing-step .business-list-downloads .v-select .vs__dropdown-toggle .vs__selected-options {
  height: auto;
}

.remarketing-wizard .wizard-body .remarketing-step .remarketing-step-blocks {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.remarketing-wizard .wizard-body .remarketing-step .remarketing-step-blocks .num {
  background: url(/img/icons/num_r.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #3d9370;
  font-size: 35px;
  font-weight: 300;
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.remarketing-wizard .wizard-body .remarketing-step .remarketing-step-blocks .num small {
  display: block;
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 19px;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 65px;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .article-link-list {
  margin: 0px 5px 0px -40px;
  color: #3d9370;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .article-link-list .btn-link {
  color: #3d9370;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid;
  font-size: 14px;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .btn {
  border-radius: 25px;
  border: 1px solid #3d9370;
  color: #3d9370;
  font-size: 14px;
  background: #fff;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .btn.btn-guide {
  float: right;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid;
  padding: 0px;
  border-radius: 0px;
  margin-top: 5px;
  font-size: 15px;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .dashed {
  border: 2px dashed #aaa;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block label {
  display: block;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .image-id-block,
.remarketing-wizard .wizard-body .remarketing-step .step-block .facebook-ad-api-token-block {
  margin-top: 1rem;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .image-id-block input,
.remarketing-wizard .wizard-body .remarketing-step .step-block .facebook-ad-api-token-block input {
  width: 60%;
  border: 2px dashed #aaa;
  display: inline;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .image-id-block .btn,
.remarketing-wizard .wizard-body .remarketing-step .step-block .facebook-ad-api-token-block .btn {
  margin-left: 1rem;
  display: inline;
  vertical-align: bottom;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .sale-url-block {
  margin-top: 1rem;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .sale-url-block input {
  width: 55%;
  border: 2px dashed #aaa;
  display: inline;
}

.remarketing-wizard .wizard-body .remarketing-step .step-block .sale-url-block span {
  width: 44%;
  font-size: 0.7rem;
  font-weight: 600;
  display: inline;
}

.remarketing-top-panel {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin: 30px 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.remarketing-top-panel .form-control-input {
  height: 52px;
}

.remarketing-top-panel ::-webkit-scrollbar {
  width: 3px;
}

.remarketing-top-panel ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.remarketing-top-panel ::-webkit-scrollbar-thumb {
  background: #3d9370;
  border-radius: 10px;
}

.remarketing-top-panel ::-webkit-scrollbar-thumb:hover {
  background: #3d9370;
}

.remarketing-top-panel label {
  font-weight: 500;
  font-size: 12px;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.remarketing-top-panel .vs__dropdown-toggle {
  height: 52px;
}

.remarketing-top-panel .vs__dropdown-toggle .vs__selected-options {
  width: 100%;
}

.remarketing-top-panel .vs__dropdown-toggle .vs__selected-options {
  height: auto !important;
}

.remarketing-top-panel .business-list-downloads .v-select .vs__dropdown-toggle .vs__selected-options {
  height: auto;
}

.remarketing-top-panel .dropdown-menu {
  min-width: 400px;
  overflow-x: hidden !important;
}

.remarketing-top-panel .dropdown-menu li {
  border-bottom: 1px dotted #5555;
}

.remarketing-top-panel .dropdown-menu li:last-child {
  border-bottom: none;
}

.remarketing-top-panel .image-template-option {
  position: relative;
  padding: 8px 0px;
  margin-left: -5px;
  margin-right: -5px;
}

.remarketing-top-panel .image-template-option .image-template-option-image {
  width: 60px;
  height: 40px;
}

.remarketing-top-panel .image-template-option .image-template-option-image img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.remarketing-top-panel .image-template-option .image-template-option-text {
  position: absolute;
  left: 70px;
  top: 8px;
  padding: 6px 3px;
}

.remarketing-top-panel .image-template-selected-option {
  position: relative;
  width: 100%;
  padding: 2px 3px;
}

.remarketing-top-panel .image-template-selected-option .image-template-selected-option-image {
  width: 54px;
  height: 36px;
}

.remarketing-top-panel .image-template-selected-option .image-template-selected-option-image img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.remarketing-top-panel .image-template-selected-option .image-template-selected-option-text {
  position: absolute;
  left: 62px;
  top: 6px;
  padding: 0px 3px;
}

.latest-remarketing .card-body {
  padding: 0;
}

.latest-image .card-body {
  padding: 0;
}

.dashboard-page .card {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
}

.dashboard-page .btn {
  border: 0;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  border: 1px solid #3d9370;
  color: #3d9370;
  font-size: 14px;
  text-transform: none;
}

.dashboard-page .btn:hover {
  border: 1px solid #3d9370;
  color: #fff !important;
}

.dashboard-page .card-header {
  text-transform: uppercase;
  font-weight: 500;
  color: #49545a;
  background-color: transparent;
}

.mode-switcher {
  margin: 0 -0.25rem !important;
}

.mode-switcher div {
  padding: 0.25rem !important;
}

.mode-switcher div .btn {
  border-radius: 5px !important;
}

.mode-switcher .active {
  background: #eeeeee !important;
}

.video-templates-dropdown .vs__selected {
  max-width: 195px;
  overflow: hidden;
}

.wizard-steps-block .wizard-step {
  color: #9d9d9d;
}

.wizard-steps-block .wizard-step .step-no {
  border: 1px dotted #9d9d9d;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 32px;
  margin-right: 5px;
  font-size: 14px;
}

.wizard-steps-block .wizard-step.active {
  color: #39946f;
}

.wizard-steps-block .wizard-step.active .step-no {
  border: 1px dotted #39946f;
}

#modal-agency-share-credits .modal-content {
  min-height: 200px;
}

.settings-menu .modal-content {
  background: #fff;
}

@media (max-width: 1280px) {
  .settings-menu .form-control-lg,
  .settings-menu .input-group-lg > .form-control,
  .settings-menu .input-group-lg > .StripeElement,
  .settings-menu .input-group-lg > .input-group-prepend > .input-group-text,
  .settings-menu .input-group-lg > .input-group-append > .input-group-text,
  .settings-menu .input-group-lg > .input-group-prepend > .btn,
  .settings-menu .input-group-lg > .input-group-append > .btn,
  .settings-menu .input-group-lg > .form-control,
  .settings-menu .input-group-lg > .StripeElement,
  .settings-menu .input-group-lg > .StripeElement,
  .settings-menu .input-group-lg > .input-group-prepend > .input-group-text,
  .settings-menu .input-group-lg > .input-group-append > .input-group-text,
  .settings-menu .input-group-lg > .input-group-prepend > .btn,
  .settings-menu .input-group-lg > .input-group-append > .btn {
    font-size: 1.10rem;
    line-height: 1.3;
  }
}

.settings-menu .status-active {
  color: #3c9370;
}

.settings-menu .status-active img {
  width: 18px;
  vertical-align: middle;
}

.settings-menu .status-inactive {
  color: #ff6c00;
}

.settings-menu .status-inactive img {
  width: 18px;
  vertical-align: middle;
}

.settings-menu .btn-default {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1.2rem !important;
}

.settings-menu .btn-default.btn-back-to-list {
  border: none !important;
  background: none !important;
  color: #39946f !important;
}

.settings-menu .btn-default.btn-back-to-list span {
  font-size: 10px;
}

.settings-menu .btn-default.btn-back-to-list:hover .icon:before {
  color: #39946f !important;
}

.settings-menu .btn-default.btn-table-action {
  width: 36px;
  height: 36px;
  padding: 0.4rem 0.2rem !important;
}

.settings-menu .btn-default.btn-table-action:hover {
  background: #fff;
  color: #39946f;
}

.settings-menu .table-striped .btn-default:hover {
  background: #fff;
  color: #39946f;
}

.settings-menu .settings-icon {
  font-size: 24px;
  width: 42px;
}

.settings-menu .settings-icon.icon-organization_ico {
  font-size: 20px;
}

.settings-menu .settings-icon.icon-payment_method_ico {
  font-size: 20px;
}

.settings-menu .btn-default {
  margin-top: 10px;
}

.settings-menu .card-default {
  border-radius: 6px !important;
  overflow: hidden;
  background: #fff;
  max-width: 770px;
}

.settings-menu .card-default .table th,
.settings-menu .card-default .table td {
  padding: 0.75rem 1rem;
  font-size: 13px;
}

.settings-menu .card-default .card-header {
  padding: 1.5rem 2rem 1rem;
  color: #49545a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.settings-menu .card-default .card-header .ends-at {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-left: 28px;
}

.settings-menu .card-default .card-header .angle-separator {
  height: 20px;
  border-left: 2px dotted;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  display: inline-block;
  margin-left: 10px;
  margin-right: 12px;
  position: absolute;
  top: 27px;
}

.settings-menu .card-default .card-header .trial-notice {
  text-transform: none;
  font-size: 16px;
  padding-top: 2px;
  font-weight: 400;
  padding-left: 10px;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #39946f;
  color: #39946f;
}

.settings-menu .card-default .card-header .user-count {
  font-size: 15px;
  padding: 2px 10px;
  border: 1px dotted;
  border-radius: 15px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.settings-menu .card-default .card-body {
  padding: 0.5rem 2rem;
  background: #fff;
  color: #6a6a6a;
}

.settings-menu .feature-monthly-card {
  width: 530px;
  margin-right: 26px;
  display: inline-block;
}

.settings-menu .feature-common-card {
  width: 310px;
  display: inline-block;
  vertical-align: top;
}

.settings-menu .subscribe-block-card {
  max-width: 870px;
  color: #9d9d9d;
}

.settings-menu .subscribe-block-card .service-package-item {
  color: #9d9d9d;
}

.settings-menu .subscribe-block-card .service-package-item .icon {
  border: 1px dotted;
  width: 64px;
  height: 64px;
  display: block;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.settings-menu .subscribe-block-card .service-package-item .icon:before {
  color: #9d9d9d;
}

.settings-menu .subscribe-block-card .service-package-item .package-title {
  font-size: 20px;
}

.settings-menu .subscribe-block-card .service-package-item.active {
  color: #3c9370 !important;
}

.settings-menu .subscribe-block-card .service-package-item.active .icon:before {
  color: #3c9370;
}

.settings-menu .subscribe-block-card .plan-item {
  cursor: pointer;
  color: #9d9d9d;
}

.settings-menu .subscribe-block-card .plan-item .icon {
  border: 1px dotted;
  width: 64px;
  height: 64px;
  display: block;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.settings-menu .subscribe-block-card .plan-item .icon:before {
  color: #9d9d9d;
}

.settings-menu .subscribe-block-card .plan-item .plan-item-name {
  font-size: 20px;
}

.settings-menu .subscribe-block-card .plan-item .plan-item-price {
  font-size: 15px;
}

.settings-menu .subscribe-block-card .plan-item .plan-item-feature {
  font-size: 12px;
  line-height: 24px;
  padding-left: 10px;
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
  margin-right: -10px;
}

.settings-menu .subscribe-block-card .plan-item.active {
  color: #3c9370 !important;
}

.settings-menu .subscribe-block-card .plan-item.active .icon:before {
  color: #3c9370;
}

.settings-menu .profile-photo-card {
  width: 260px;
  min-height: 325px;
  margin-right: 26px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

.settings-menu .profile-photo-card.for-team {
  min-height: 270px;
}

.settings-menu .profile-photo-card.for-team .image-placeholder {
  width: 107px;
  height: 107px;
  margin-bottom: 20px;
}

.settings-menu .profile-photo-card.for-team .image-placeholder .profile-photo-preview {
  width: 85px;
  height: 85px;
}

.settings-menu .profile-photo-card .btn-default {
  margin-top: 0px;
}

.settings-menu .profile-photo-card .image-placeholder {
  width: 122px;
  height: 122px;
  display: inline-block;
  border: 1px solid #39946f;
  padding: 10px;
  margin-bottom: 35px;
  background: #fff;
}

.settings-menu .profile-photo-card .image-placeholder .profile-photo-preview {
  width: 100px;
  height: 100px;
}

.settings-menu .contact-information-card {
  width: 480px;
  min-height: 325px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

.settings-menu .contact-information-card.for-team {
  min-height: 270px;
}

.settings-menu .contact-information-card .btn-default {
  margin-top: 9px;
}

.settings-menu .update-password-card {
  width: 770px;
}

.settings-menu .update-password-card .password-control-block {
  position: relative;
}

.settings-menu .update-password-card .password-control-block .password-input {
  margin-right: 40px;
}

.settings-menu .update-password-card .password-control-block .control-switcher {
  position: absolute;
  right: 0px;
  top: 16px;
}

.settings-menu .update-password-card .password-control-block .control-switcher.icon-layer_show_hide_ico:before {
  color: #d1d1d1;
}

@media (max-width: 1280px) {
  .settings-menu .update-password-card {
    width: 100%;
  }

  .settings-menu .profile-photo-card {
    width: 30%;
    margin-right: 3%;
    max-width: 260px;
  }

  .settings-menu .contact-information-card {
    width: 66%;
    max-width: 480px;
  }
}

.StripeElementLg {
  padding: 0.75rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
}

.subscribe-block-card .btn.active {
  color: #ffffff !important;
  background: #3d9370 !important;
  border-color: #3d9370 !important;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header {
  color: #39946f;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header .row {
  min-height: 44px;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header .fa-angle-left,
.hyper-campaign-wizard .hyper-campaign-wizard-header .fa-angle-right,
.hyper-campaign-wizard .hyper-campaign-wizard-header .icon-times {
  font-size: 40px;
  color: #39946f;
  width: 44px;
  height: 44px;
  padding: 0px 11px;
  cursor: pointer;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header .btn-finish {
  background: transparent !important;
  color: #39946f !important;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header .fa-spin {
  font-size: 28px;
  margin: 8px 0px;
  color: #39946f;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header hr {
  border-color: #39946f;
}

.hyper-campaign-wizard .hyper-campaign-wizard-header h4 {
  margin: 0px;
  text-align: center;
  padding-top: 8px;
}

.hyper-campaign-wizard .image-template-list:first-child {
  border: none !important;
}

.hyper-campaign-wizard .image-template-list .row {
  width: auto !important;
}

.hyper-campaign-wizard .image-template-list-item .title {
  font-size: 15px;
}

.hyper-campaign-wizard .btn-default {
  font-size: 18px;
  padding: 4px 20px !important;
}

.hyper-campaign-actions {
  margin-top: 1.5rem;
}

.hyper-campaign-actions .btn {
  padding: 0.75rem !important;
  font-size: 20px;
  border-radius: 8px;
}

#modal-hyper-campaign-create {
  margin-top: 250px;
}

#modal-hyper-campaign-create .modal-dialog {
  max-width: 550px;
}

#modal-hyper-campaign-create .modal-header {
  padding: 10px 10px 0px 0px;
}

#modal-hyper-campaign-create .btn-default {
  padding: 0.5rem 2rem !important;
  font-size: 18px;
  white-space: normal;
  line-height: 1.3;
  border-radius: 15px;
}

#modal-hyper-campaign-snippet {
  margin-top: 250px;
}

#modal-hyper-campaign-snippet .modal-dialog {
  max-width: 550px;
}

#modal-hyper-campaign-snippet .modal-header {
  padding: 10px 10px 0px 0px;
}

#modal-hyper-campaign-snippet .website-verify .btn-default {
  padding: 6px 18px !important;
  font-size: 16px;
}

.copy-text-block-wrapper .btn {
  border-radius: 25px;
  border: 1px solid #3d9370;
  color: #3d9370;
  font-size: 14px;
  background: #fff;
}

.copy-text-block-wrapper .btn-guide {
  float: right;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid;
  padding: 0px;
  border-radius: 0px;
  margin-top: 5px;
  font-size: 15px;
}

.hyper-campaign-list td {
  vertical-align: middle;
}

.hyper-campaign-list .image-template-column {
  text-align: center;
  width: 130px;
}

.hyper-campaign-list .image-template-column img {
  max-width: 90px;
  max-height: 60px;
}

.hyper-campaign-list .updated-at-column {
  width: 260px;
}

.hyper-campaign-list .actions-column {
  width: 220px;
}

.hyper-campaign-list .actions-column .btn {
  font-size: 14px;
  padding: 4px 15px !important;
}

.hyper-campaign-list .funnels-column {
  white-space: nowrap;
}

.hyper-campaign-list .funnels-column img {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#modal-hyper-campaign-launch .hyper-campaign-close {
  position: absolute;
  right: -34px;
  top: -20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
  z-index: 1;
  opacity: 1;
  background: #eee;
  cursor: pointer;
}

#modal-hyper-campaign-launch .hyper-campaign-close span {
  line-height: 0px;
  height: 26px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 4px;
}

#modal-hyper-campaign-launch > .modal-dialog .modal-content {
  min-height: 50vh;
  padding-bottom: 80px;
}

.font-size-32 {
  font-size: 32px !important;
}

#modal-data-source-library {
  z-index: 1999;
}

.hyper-campaign-btns {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(55, 63, 67, 0.2);
  margin-top: 1.25rem;
  text-align: center;
}

#modal-hyper-campaign-launch .btn-green-link {
  color: #3d9370;
}

#modal-hyper-campaign-launch .btn-green-link:hover {
  color: #3d9370;
  text-decoration: none;
}

.line-height-2 {
  line-height: 2;
}

.domain-page-divider {
  position: absolute;
  font-size: 24px;
  left: -5px;
}

.video-library-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  overflow: hidden;
}

.video-library-container .btn {
  background: inherit;
}

.video-library-container .btn:hover {
  background: #39946f;
}

.video-library-container .btn:hover .icon:before {
  color: #fff;
}

.video-uploader {
  position: relative;
}

.video-uploader input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.video-uploader img {
  position: absolute;
  bottom: 24px;
  width: 100px;
  height: auto;
  left: -30px;
  border: 1px solid #eee;
}

.video-library-mini-wrapper {
  display: inline-block;
  background: #ebebeb;
  border-radius: 4px 20px 20px 4px;
  height: 28px;
  white-space: nowrap;
  padding-right: 10px;
}

.video-library-mini-wrapper .video-library-preview {
  padding: 0px;
  background: #fff;
  width: 40px;
  height: 26px;
  text-align: center;
  margin: 1px;
  display: inline-block;
}

.video-library-mini-wrapper .video-library-preview img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video-library-mini-wrapper .select-action {
  display: inline-block;
  height: 16px;
  vertical-align: top;
  cursor: pointer;
  width: 16px;
  margin-top: 5px;
}

.video-library-mini-wrapper .select-action:before {
  color: #6e6e6e;
}

.video-library-mini-wrapper .remove-action {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-top: 6px;
  border-left: 1px dotted #929292;
  padding-left: 4px;
  cursor: pointer;
}

.video-library-mini-wrapper .remove-action:before {
  color: #6e6e6e;
}

#modal-video-library .modal-lg {
  max-width: 830px;
}

#modal-video-library .modal-body {
  background-color: #fff;
}

#modal-video-library .modal-footer {
  background-color: #fff;
}

#modal-video-library .video-library-search-block {
  margin-right: 30px;
}

#modal-video-library .btn-default {
  padding: 0.4rem 0.8rem !important;
  font-size: 13px;
}

#modal-video-library .add-video-block {
  border: 2px dashed #39946f;
  width: 178px;
  height: 178px;
  color: #9eaebb;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

#modal-video-library .add-video-block label {
  color: #39946f;
  font-weight: 600;
  font-size: 0.6rem;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

#modal-video-library .add-video-block .drag-drop-title {
  text-align: center;
}

#modal-video-library .video-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modal-video-library .modal-title {
  width: 100%;
}

#modal-video-library .video-block {
  width: 178px;
  height: 178px;
  border-radius: 4px;
  margin-right: 1.1rem;
  margin-bottom: 1.1rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px dotted #39946f;
}

#modal-video-library .video-block.active {
  border: 1px solid #39946f;
}

#modal-video-library .video-block .video-name-block {
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #39946f;
  width: 100%;
  color: #39946f;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  height: 23px;
}

#modal-video-library .video-block .video-name-block .video-name {
  white-space: nowrap;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0px 5px;
}

#modal-video-library .video-block .video-name-block .icon-wrapper {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

#modal-video-library .video-block .video-name-block .icon {
  position: absolute;
  right: -8px;
  bottom: -8px;
  font-size: 30px;
}

#modal-video-library .video-block .video-name-block input {
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  vertical-align: top;
  padding: 3px 5px;
  border: none;
  color: #39946f;
}

#modal-video-library .video-block img {
  position: absolute;
  border-radius: 4px;
  max-width: 178px;
  max-height: 178px;
}

#modal-video-library .video-block .close {
  position: absolute;
  color: #39946f;
  opacity: 1;
  right: 0px;
  top: 0px;
}

#modal-video-library .video-block .admin-options {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 5px;
}

#video-library-modal-container {
  text-align: center;
}

.video-canvas-wrapper {
  min-width: 480px;
  min-height: 320px;
}

.video-template-timing-panel .number-control-wrapper {
  width: 95px;
}

.video-template-timing-panel .video-template-timing-item {
  position: relative;
  padding: 8px;
  margin-top: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  margin-right: -5px;
}

.video-template-timing-panel .video-template-timing-item.timing-item-active {
  border: 1px solid #39946f;
}

.video-template-timing-panel .video-template-timing-item .timing-item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}

.video-template-timing-panel .video-template-timing-item .timing-item-title img {
  height: 24px;
  margin-right: 1rem;
  vertical-align: top;
}

.video-template-timing-panel .video-template-timing-item .object-timing-bar {
  position: absolute;
  top: 0px;
  height: 4px;
  background: #93c47d;
  width: 100%;
}

.object-animation {
  margin-top: 0.75rem;
}

.object-animation .number-control-wrapper {
  width: 100% !important;
}

.object-animation .vs__selected-options {
  height: 21px !important;
}

.object-animation .vs__selected-options input {
  font-size: 14px !important;
  margin-top: 0px !important;
}

.object-animation .vs__dropdown-toggle {
  height: 27px;
  margin-top: 1px;
}

.object-animation .vs__selected {
  font-size: 13px;
  margin-top: 2px;
}

.object-animation .vs__clear {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.object-animation .vs__open-indicator {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.object-animation .vs__actions button span {
  font-size: 20px;
  vertical-align: top;
}

.moveable-control-box {
  z-index: 199 !important;
}

.snap-to-grid-switcher {
  border: 1px solid #b0b9bf;
  border-radius: 30px;
  overflow: hidden;
  display: inline-table;
}

.snap-to-grid-switcher.enabled {
  border-color: #39946f;
}

.snap-to-grid-switcher.enabled .v-switch-label {
  color: #39946f !important;
}

.snap-to-grid-switcher label {
  margin-bottom: 0px !important;
}

.snap-to-grid-switcher .v-switch-label {
  color: #b0b9bf !important;
}

.snap-to-grid-switcher .v-left {
  left: 8px !important;
}

.snap-to-grid-switcher .v-right {
  right: 6px !important;
}

.moveable-rotation-line {
  width: 0px !important;
  z-index: 1 !important;
}

.moveable-rotation {
  margin-top: 28px !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: -12px !important;
  background: url(/img/icons/canvas_rotate.svg) !important;
  border: none !important;
}

.moveable-control.moveable-direction {
  margin-top: -12px !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: -12px !important;
  border: none !important;
}

.moveable-control.moveable-n {
  background: url(/img/icons/canvas_transform_vertical.svg) !important;
}

.moveable-control.moveable-s {
  background: url(/img/icons/canvas_transform_vertical.svg) !important;
}

.moveable-control.moveable-e {
  background: url(/img/icons/canvas_transform_horisontal.svg) !important;
}

.moveable-control.moveable-w {
  background: url(/img/icons/canvas_transform_horisontal.svg) !important;
}

.moveable-control.moveable-se {
  background: url(/img/icons/canvas_transform_diagonal2.svg) !important;
}

.moveable-control.moveable-ne {
  background: url(/img/icons/canvas_transform_diagonal.svg) !important;
}

.moveable-control.moveable-sw {
  background: url(/img/icons/canvas_transform_diagonal.svg) !important;
}

.styled-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.styled-scroll::-webkit-scrollbar {
  width: 3px;
}

.styled-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.styled-scroll::-webkit-scrollbar-thumb {
  background: #3d9370;
  border-radius: 10px;
}

.styled-scroll::-webkit-scrollbar-thumb:hover {
  background: #3d9370;
}

.mark-checkbox-addon {
  background: #ebebeb;
  padding: 1px 4px;
  width: 20px;
}

#modal-gif-create .modal-content {
  border: none;
}

.editor-right-block.for-video-template .editor-btn-source .editor-btn:nth-child(1) img {
  -webkit-mask-image: url(/img/icons/canvas_ico.svg);
  mask-image: url(/img/icons/canvas_ico.svg);
}

.editor-right-block.for-video-template .editor-btn-source .editor-btn:nth-child(2) img {
  -webkit-mask-image: url(/img/icons/website_ico.svg);
  mask-image: url(/img/icons/website_ico.svg);
}

.editor-right-block.for-video-template .editor-btn-source .editor-btn:nth-child(3) img {
  -webkit-mask-image: url(/img/icons/layers_ico.svg);
  mask-image: url(/img/icons/layers_ico.svg);
}

.editor-right-block.for-video-template .editor-btn-source .editor-btn:nth-child(4) img {
  -webkit-mask-image: url(/img/icons/integrations_ico.svg);
  mask-image: url(/img/icons/integrations_ico.svg);
}

.website-list .website-list-header {
  border-bottom: 1px solid #3d9370;
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

.website-list .website-list-header hr {
  width: 100%;
  border-top: 1px solid #3d9370;
}

.website-list .website-list-header .header-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.website-list .website-list-header .header-img .header-separator {
  width: 64px;
  border: 1px dotted #3d9370;
  height: 64px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 54px;
  text-align: center;
  padding-top: 18px;
}

.website-list .website-list-header .header-img img {
  width: 80%;
}

.website-list .website-list-header .website-list-header-left h3 {
  color: #3d9370;
  font-weight: 400;
  font-size: 26px;
  padding-left: 32px;
  padding-top: 22px;
}

.website-list .website-list-header .website-list-header-right {
  padding-right: 32px;
}

.website-list .website-list-header .website-list-header-right > div {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.website-list .website-list-header .website-list-header-right > div .btn.btn-default {
  width: 100%;
  height: 36px;
  font-size: 15px;
  margin-top: 32px;
}

.website-list .website-list-actions {
  margin-top: 1.5rem;
}

.website-list .website-list-actions .btn {
  padding: 0.75rem !important;
  font-size: 20px;
  border-radius: 8px;
}

.website-list .existing-website-list .column-actions {
  min-width: 250px;
}

.website-list .existing-website-list .column-stats {
  width: 100%;
  vertical-align: middle;
}

.website-list .existing-website-list .column-stats .stats-block {
  width: 20%;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  height: 100px;
  padding-top: 30px;
  display: inline-block;
}

.website-list .existing-website-list .column-stats .stats-block .stat-number {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

.website-list .existing-website-list .column-stats .stats-block .stat-label {
  font-size: 12px;
}

.website-list .existing-website-list .column-stats.three-columns .stats-block {
  margin-left: 6%;
  margin-right: 6%;
}

.website-list .existing-website-list .btn.btn-default {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.website-list .enable-ip-lookups {
  font-size: 14px;
  color: #3d9370;
  font-weight: 500;
}

.website-list .toggle-btn-wrapper label {
  margin-bottom: 0px;
}

.website-list #modal-website-snippet,
.website-list #modal-website-verify {
  margin-top: 250px;
}

.website-list #modal-website-snippet .modal-dialog,
.website-list #modal-website-verify .modal-dialog {
  max-width: 550px;
}

.website-list #modal-website-snippet .modal-header,
.website-list #modal-website-verify .modal-header {
  padding: 10px 10px 0px 0px;
}

.website-list #modal-website-snippet .website-verify .btn-default,
.website-list #modal-website-verify .website-verify .btn-default {
  padding: 6px 18px !important;
  font-size: 16px;
}

.website-list #modal-website-ip-lookups .modal-dialog {
  max-width: 1200px;
}

#modal-website-form {
  margin-top: 250px;
}

#modal-website-form .modal-body {
  background: #f6f8f9;
}

#modal-website-form .modal-body .btn-default {
  padding: 0.375rem 1rem !important;
  min-width: 100px;
  font-size: 14px;
}

body {
  font-family: Whitney, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fff;
  outline: none;
}

body .content {
  margin: 0rem 1rem 0rem 8rem !important;
}

body .content .vue-tags-input {
  max-width: 800px;
  margin: 0.5rem 0rem;
}

body .content .vue-tags-input .input {
  min-height: 70px;
}

body .content .vue-tags-input .input .tags .tag {
  height: 28px;
}

body .content .vue-tags-input .input .tags .new-tag-input-wrapper {
  height: 28px;
}

body .content .group-part {
  margin: 0.7rem;
  padding: 0.7rem;
  border: 1px solid #d9dfe2;
  -webkit-box-shadow: 1px 1px 5px 0px #c5c9cc;
          box-shadow: 1px 1px 5px 0px #c5c9cc;
}

body .content .group-part .tag-label {
  padding-top: 10px;
}

body .content .group-part .counter {
  text-align: center;
  margin-top: 40px;
}

body .content .group-part .counter .counter-label {
  font-size: 1rem;
  display: block;
}

body .content .group-part .counter .counter-input-block {
  text-align: center;
}

body .content .group-part .counter .counter-input {
  text-align: center;
  display: inline-block;
  width: 100px;
}

body .content .group-part .counter .counter-value {
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
}

body .content a.btn-danger i {
  color: #ffffff !important;
}

body .content a.btn-primary i {
  color: #ffffff !important;
}

body .content .width-20 {
  width: 20px !important;
}

body .content .width-50 {
  width: 50px !important;
}

body .content .width-60 {
  width: 60px;
}

body .content .width-70 {
  width: 70px;
}

body .content .width-80 {
  width: 80px;
}

body .content .width-90 {
  width: 90px;
}

body .content .width-100 {
  width: 100px;
}

body .content .width-120 {
  width: 120px;
}

body .content .width-150 {
  width: 150px;
}

body .content .width-170 {
  width: 170px;
}

body .content .width-180 {
  width: 180px;
}

body .content .width-200 {
  width: 200px;
}

body .content .width-250 {
  width: 250px;
}

body .content .width-350 {
  width: 350px;
}

body .content .fs-12 {
  font-size: 12px;
}

body #modal-action-confirmation .modal-content {
  margin-top: 30%;
  -webkit-box-shadow: 0px 0px 5px 0px;
          box-shadow: 0px 0px 5px 0px;
}

body .main-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #dadada;
  opacity: 0.5;
  text-align: center;
  padding-top: 25%;
  z-index: 99999;
}

body .main-loader i {
  font-size: 4rem;
  color: #000;
  display: inline-block;
  width: 100%;
}

body .app-top-panel {
  width: 100% !important;
  max-width: none;
  margin-left: 6rem;
  position: relative;
}

body .app-top-panel .top-center-panel {
  position: relative;
  right: 0px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.csv-preview table td {
  min-width: 150px;
}

.v-select .vs__dropdown-toggle:after {
  display: none !important;
}

.v-select .vs__dropdown-toggle .vs__selected-options {
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
}

.active-success-btn {
  color: #fff !important;
  background: #39946f !important;
}

.copy-source-link-value {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px !important;
  word-wrap: break-word;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  height: 100px;
  overflow-y: auto;
  background: #fff;
}

.copy-source-link-value.copied {
  background: #78c789;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.copy-source-link-options {
  margin: 10px 0px;
}

.copy-source-link-options a {
  color: #1e7e34;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.copy-source-link-options a i {
  margin-right: 5px;
}

.form-control,
.StripeElement {
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
}

.form-control.error,
.error.StripeElement {
  border-color: #dc3545 !important;
}

html {
  background: #eeeeee;
}

.dropdown-menu.max-height-400 {
  max-height: 400px;
  overflow-y: auto;
  -webkit-transform: translate3d(0px, 28px, 0px) !important;
          transform: translate3d(0px, 28px, 0px) !important;
  right: 0px !important;
  left: auto !important;
}

.mrpx-20 {
  margin-right: 20px;
}

#modal-data-source-form .modal-dialog {
  max-width: 800px;
}

#modal-data-source-form .modal-dialog {
  max-width: 800px;
}

#modal-image-impressions-log-viewer .modal-dialog {
  max-width: 90%;
}

.bg-white {
  background-color: #fff !important;
}

.swal-form {
  margin-top: -18px;
  margin-bottom: -18px;
}

.swal-form input[type="checkbox"] {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.swal-form label {
  vertical-align: middle;
}

/*  replace

Buttons:

Create: /img/icons/magic-wand-auto-fix-button.svg

*/

body .content {
  margin: 0rem 1rem 0rem 8rem;
}

body .app-top-panel {
  margin-left: 8rem;
}

.business-list-button img {
  -webkit-mask-image: url(/img/icons/magic-wand-auto-fix-button.svg);
  mask-image: url(/img/icons/magic-wand-auto-fix-button.svg);
}

.side-bar .menu li:nth-child(1) a img {
  -webkit-mask-image: url(/img/icons/dashboard_ico.svg);
  mask-image: url(/img/icons/dashboard_ico.svg);
}

.side-bar .menu li:nth-child(2) a img {
  -webkit-mask-image: url(/img/icons/images_ico.svg);
  mask-image: url(/img/icons/images_ico.svg);
}

.side-bar .menu li:nth-child(3) a img {
  -webkit-mask-image: url(/img/icons/videos_ico.svg);
  mask-image: url(/img/icons/videos_ico.svg);
}

.side-bar .menu li:nth-child(4) a img {
  -webkit-mask-image: url(/img/icons/website_ico.svg);
  mask-image: url(/img/icons/website_ico.svg);
}

.side-bar .menu li:nth-child(5) a img {
  -webkit-mask-image: url(/img/icons/hyper_campaign_ico.svg);
  mask-image: url(/img/icons/hyper_campaign_ico.svg);
}

.py-4 {
  background-color: #eeeeee;
}

.btn {
  border-radius: 0.5rem;
  text-align: center;
}

.btn-default {
  border: 1px solid #39946f;
  color: #39946f;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  font-size: 12px;
  font-weight: 400;
  background: #ffffff;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0;
  border-radius: 30px;
}

.btn-default.btn-disabled:hover {
  border: 1px solid #39946f;
  color: #39946f;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  background: #ffffff;
}

.btn-default.btn-website-guide {
  padding: 0.5rem 1rem !important;
  background: transparent;
}

.btn-default:hover {
  border: 1px solid #39946f;
  background-color: #39946f;
  color: #fff;
}

.btn-default:hover .icon::before {
  color: #fff;
}

.business-list-button {
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
}

.business-list-button img {
  margin-right: 20px;
  width: 24px;
  background-color: #39946f;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* Active button style - inverted but keeps fill colour on hover. e.g. Selected buttons in a button group. */

.btn-active {
  color: #ffffff;
  background: #39946f;
}

.btn-active:hover {
  opacity: 0.8;
}

/* div-btn with input label (e.g. upload button / media-library) */

div.btn label {
  margin-bottom: 0;
  cursor: pointer;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .StripeElement,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 12px;
}

.table-responsive .btn-primary,
.table-responsive .btn-danger,
.image-template-list .btn-primary,
.image-template-list .btn-danger {
  background-color: #c7d3e1;
  border-color: #c7d3e1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 1.8;
  border-radius: 50px;
  width: 41px;
}

.btn-primary {
  margin-right: 10px;
}

.create-new-image-template,
.btn-success {
  width: auto;
  padding: 6px 20px;
  border: 0px;
  font-weight: 600;
  background-color: transparent;
  color: #39946f;
  border: 1px solid #39946f;
  border-radius: 99px;
  text-align: center;
}

.top-center-panel .vue-js-switch {
  margin-bottom: 0;
  border-radius: 99px;
}

.top-center-panel .vue-js-switch .v-switch-label {
  font-weight: 600 !important;
  color: #39946f !important;
}

.top-center-panel .vue-js-switch .v-switch-core .v-switch-button {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 2;
}

.navbar-light .navbar-nav .nav-link {
  color: #39946f;
}

.navbar-spark {
  border-bottom: 1px solid #e3e8ec;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar-spark .breadcrumb li a {
  color: #3d4489;
  font-weight: 900;
}

.table thead th {
  background-color: #b0b1b1;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.table-striped tbody tr {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5 !important;
}

.table-bordered th,
.table-bordered td {
  border: none;
  border-top: 1px solid #ecebeb;
}

.side-bar {
  width: 7rem;
  border: 0px;
  background-color: #f9fafa;
  /* background-image:url(/img/icons/menuimage.png); */
  /* background-repeat:no-repeat; */
  background-position: bottom;
  background-size: 100%;
}

.side-bar .app-logo {
  background-color: #f7f7f7;
}

.side-bar .app-logo img {
  background-color: #fff;
  padding: 2%;
  margin: 10% 30%;
}

.side-bar .menu {
  font-weight: 500;
}

.side-bar .menu li {
  border-bottom: 1px solid #f0f3f5;
}

.side-bar .menu li a {
  text-align: center;
  color: #6a6a6a;
  text-transform: uppercase;
}

.side-bar .menu li a img {
  width: 30px;
  margin: 10% 8%;
  padding: 5%;
  background-color: #6a6a6a;
  -webkit-mask-size: cover;
  -mask-size: cover;
}

.side-bar .menu li.active img {
  background-color: #85c1e7;
  color: #85c1e7;
}

.side-bar .menu li a:hover img {
  background-color: #85c1e7;
  color: #85c1e7;
}

.side-bar .menu li a:hover {
  color: #85c1e7;
}

.side-bar .menu li.active a {
  color: #85c1e7;
}

.page-item.active .page-link {
  border: 1px solid #39946f;
  color: #39946f;
}

.VuePagination__pagination-item-prev-chunk .page-link {
  width: auto;
  border: 1px solid #39946f;
  color: #39946f;
  border-radius: 30px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.page-link {
  background: inherit !important;
  border-radius: 50%;
  color: #666;
  margin: 0px 4px;
  width: 36px;
  height: 36px;
  font-size: 14px;
  border: none;
  text-align: center;
  padding: 7px 0px 0px;
}

.page-link:hover {
  color: #39946f;
}

.image-template-list .image-template-list-item {
  background-color: #fff;
}

body .content .group-part {
  background-color: #fff;
  border-radius: 10px;
}

body .content .vue-tags-input .input {
  border-radius: 10px;
}

.tag {
  border-radius: 5px;
}

#list-map {
  border-radius: 10px;
}

.business-list-tab-content {
  background-color: #fff;
  padding: 20px;
  margin-top: 0px !important;
  border-radius: 0px 0px 10px 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px -6px 10px -3px #e3e8ec;
  box-shadow: 0px -6px 10px -3px #e3e8ec;
}

.settings-menu .nav-link.active {
  border-radius: 0px 40px 40px 0px;
  background-color: #3d9370 !important;
  border: none;
  padding-left: 31px;
  color: #fff !important;
  margin-left: -31px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -20px;
}

.settings-menu .nav-link.active .settings-icon::before {
  color: #fff !important;
}

.settings-menu .nav-link.active svg {
  fill: #fff;
}

.settings-menu .nav-link svg {
  width: 25px;
  height: 25px;
}

.settings-menu .nav-item {
  padding-right: 20px;
}

.settings-menu .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.settings-menu .nav-item a {
  border-bottom: 1px dotted #b1b1b1;
}

.settings-menu .nav-item:last-child a {
  border-bottom: 0;
}

.settings-menu .nav-item a:hover {
  color: #3d9370;
}

.settings-menu .nav-item a:hover .settings-icon::before {
  color: #3d9370;
}

.settings-menu .nav-item a:hover svg {
  fill: #3d9370;
}

.nav-tabs {
  border: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}

.top-center-panel .btn-danger {
  display: none;
}

.top-center-panel .btn-group .btn-default {
  border-radius: 99px !important;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-backdrop {
  background: #ffffff;
}

.modal-dialog {
  -webkit-box-shadow: 0px 0px 80px 35px #f2f2f2;
          box-shadow: 0px 0px 80px 35px #f2f2f2;
}

.modal-footer .btn-primary {
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
  width: auto;
  color: #39946f;
  font-weight: 700;
}

.modal-footer .btn-primary:hover {
  background-color: #39946f;
  color: #fff;
}

.canvas-area {
  background-color: #fff;
}

.editor-object-list-header {
  padding: 10px 4px 10px 12px;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.editor-object-list-footer {
  height: 63px;
  border-radius: 0px 0px 5px 5px;
}

.bottom-menu {
  position: absolute;
  bottom: 20px;
  padding-left: 2em;
  width: 7em;
}

.bottom-menu .dropdown-menu {
  padding: 11px 20px;
  -webkit-box-shadow: 0px 0px 15px -5px #656565;
          box-shadow: 0px 0px 15px -5px #656565;
  padding-left: 68px;
  border-radius: 30px;
  border: 0;
  top: -12px;
  left: -12px;
}

.bottom-menu .help .dropdown-menu {
  padding-left: 58px;
}

.bottom-menu .notification {
  position: absolute;
  right: 32px;
  top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #656262;
  z-index: 9999;
}

.bottom-menu .active .notification {
  color: #39946f;
}

.bottom-menu .msg-icon {
  position: relative;
}

.bottom-menu .msg-icon .message {
  position: absolute;
  right: 2px;
  top: 13px;
  font-size: 12px;
  font-weight: bold;
}

.bottom-menu .dropdown-menu h5 {
  font-weight: 400;
  font-size: 18px;
}

.bottom-menu .dropdown-menu a {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 12px;
  color: #39946f;
}

.bottom-menu .dropdown-menu span {
  white-space: nowrap;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1.1;
}

.bottom-menu img {
  height: 40px;
  z-index: 2000;
  display: block;
  position: relative;
}

.bottom-menu .dropdown-menu img {
  height: 10px;
  margin-top: -2px;
  z-index: 2000;
  display: inline;
  position: relative;
}

.bottom-menu .menu-icon {
  margin-top: 1em;
  position: relative;
  cursor: pointer;
}

.bottom-menu .get_more {
  position: absolute;
  right: 20px;
  top: 18px;
}

.bottom-menu .get_more:hover {
  color: #fff;
}

.bottom-menu .credits .dropdown-menu {
  padding-right: 100px;
}

.bracket-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bracket-line > div {
  width: 50px;
  height: 1px;
  background: #39946f;
  margin: 6px 6px;
  position: relative;
}

.bracket-line > div:before,
.bracket-line > div:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top-left-radius: 200px;
  border: 1px solid #39946f;
  border-right: none;
  border-bottom: none;
}

.bracket-line > div:after {
  right: -6px;
}

.bracket-line .right:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: -5px;
}

.bracket-line .left:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -5px;
  left: -6px;
}

.bracket-line .left:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bracket-line .right:before {
  left: -6px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.number-control-wrapper {
  width: 86px;
  display: inline-block;
}

.control-size .number-control-wrapper {
  width: 70px !important;
}

.logo-size .number-control-wrapper {
  width: 80px !important;
}

.number-control-wrapper input {
  font-size: 12px;
  padding: 2px 5px;
  line-height: 21px;
}

.number-control-wrapper .input-group-addon {
  background: #ebebeb;
  border-radius: 0px 20px 20px 0px;
  font-size: 10px;
  padding: 2px 4px 2px 2px;
  color: #6e6e6e;
  min-width: 30px;
  text-align: center;
}

.number-control-wrapper .input-group-addon .fa {
  cursor: pointer;
}

.number-control-wrapper .v-dotted-separator {
  width: 1px;
  height: 100%;
  margin: 3px 4px 3px 0px;
  border-left: 1px dotted #929292;
  display: inline;
}

.number-control-wrapper .h-dotted-separator {
  width: auto;
  height: 1px;
  margin: 2px 3px 0px;
  border-top: 1px dotted #929292;
}

.number-control-wrapper .horizontal .fa {
  display: block;
}

.number-control-wrapper .vertical {
  padding-top: 6px;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.nav-heading {
  font-size: 42px;
  font-weight: 100;
}

.modal .modal-header {
  border-bottom: none;
}

.modal .modal-footer {
  border-top: none;
}

.modal-dialog {
  margin-bottom: 90px;
}

.modal-confirmation .modal-header {
  font-weight: bold;
  border-bottom: none;
}

.modal-confirmation .modal-header .modal-title {
  font-weight: bold;
}

.modal-confirmation .modal-footer {
  border-top: none;
}

.modal-footer .btn-default {
  padding: 0.4rem 0.8rem !important;
  margin-top: 0px;
}

.modal-footer .btn {
  padding: 0.4rem 0.8rem !important;
  font-size: 14px;
  font-weight: 400;
}

.modal-footer .btn-danger {
  padding: 0.4rem 0.8rem !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
  border-radius: 30px;
  border: 1px solid #39946f;
  background: #39946f;
}

.mh-3 {
  min-height: 3rem;
}

.modal-content {
  background: #fff;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  outline: none !important;
}

input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.vs__actions {
  padding-right: 1rem !important;
}

.vs__actions i:before {
  border-width: 2px 2px 0 0 !important;
  height: 8px !important;
  width: 8px !important;
}

.auth-container .card-default .card-header {
  padding: 1.5rem 1rem 1rem;
  color: #49545a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.auth-container .card-default .card-body {
  background: #fff;
}

.auth-container .btn-link {
  color: #39946f;
  text-decoration: none;
}

.auth-container .btn-default {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1.2rem !important;
}

.auth-container .btn-default:hover {
  border: 1px solid #39946f;
  background-color: #39946f;
  color: #fff;
}

.sweet-alert {
  -webkit-box-shadow: 0px 0px 5px 0px;
          box-shadow: 0px 0px 5px 0px;
  text-align: left;
}

.sweet-alert .sa-icon {
  display: none !important;
}

.sweet-alert h2 {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  margin: -16px -16px 16px -16px;
  padding: 12px;
}

.sweet-alert .sa-button-container {
  text-align: right;
  margin: 20px -16px 0px -16px;
  padding: 0px 15px;
}

.sweet-alert .sa-button-container button {
  border-radius: 40px;
  font-size: 14px;
  padding: 6px 16px;
  margin-top: 15px;
}

.sweet-alert .sa-button-container button.confirm {
  border: 1px solid #39946f;
  background-color: #39946f !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.sweet-alert .sa-button-container button.cancel {
  border: 1px solid #39946f;
  background-color: #fff;
  color: #39946f;
}

.col-form-label {
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}

.alert-warning {
  background: none;
  border: none;
  color: #39946f;
}

.card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.m-h-auto {
  min-height: auto !important;
}

.navbar-brand img {
  max-width: 25px;
  max-height: 25px;
}

.active-dashed-bordered {
  border: 1px dashed #39946f;
}

.active-btn {
  background: #39946f;
  color: #fff;
}

.vue-slider-dot-tooltip {
  top: -1px !important;
  font-size: 8px;
  background: #39946f;
  border-radius: 2px;
  padding: 1px 3px;
  color: white;
}

[contenteditable] {
  outline: 0px solid transparent;
}

.v-select-full-width .v-select {
  width: 100%;
  font-size: 13px;
}

.v-select-full-width .v-select .vs_selected {
  white-space: nowrap;
}

.height-150 {
  height: 150px;
}

.color-unchecked {
  color: #a7a7a7;
}

.show-live-images-only label {
  margin-bottom: 0px;
}

.dashboard-summary-stats .dashboard-summary-item {
  height: 100px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px;
}

.dashboard-summary-stats .dashboard-summary-item .stat-title {
  font-size: 20px;
  font-weight: 600;
}

.dashboard-summary-stats .dashboard-summary-item .sub-title {
  font-size: 14px;
}

.width-full {
  width: 100% !important;
}

.copy-source-content-block {
  border: 1px solid #e3e3e3;
  text-align: center;
  height: auto;
}

.copy-source-content-block img {
  max-width: 100%;
  max-height: 300px;
}

