
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=f26cbdb9e7af9e8bdabbd0f23c80f8ab)
 * Config saved to config.json and https://gist.github.com/f26cbdb9e7af9e8bdabbd0f23c80f8ab
 */ /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a, .overview-data .portfolio-status {
  background-color: transparent;
}

a:active, .overview-data .portfolio-status:active, a:hover, .overview-data .portfolio-status:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a, .overview-data .portfolio-status {
  color: #337ab7;
  text-decoration: none;
}

a:hover, .overview-data .portfolio-status:hover, a:focus, .overview-data .portfolio-status:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus, .overview-data .portfolio-status:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
span.data-grid-container, span.data-grid-container:focus {
  outline: none;
}

.data-grid-container .data-grid {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

.data-grid-container .data-grid .cell.updated {
  background-color: rgba(0, 145, 253, 0.16);
  transition: background-color 0ms ease;
}

.data-grid-container .data-grid .cell {
  height: 17px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: cell;
  background-color: unset;
  transition: background-color 500ms ease;
  vertical-align: middle;
  text-align: right;
  border: 1px solid #DDD;
  padding: 0px;
}

.data-grid-container .data-grid .cell.selected {
  border: 1px double rgb(33, 133, 208);
  transition: none;
  box-shadow: inset 0 -100px 0 rgba(33, 133, 208, 0.15);
}

.data-grid-container .data-grid .cell.read-only {
  background: whitesmoke;
  color: #999;
  text-align: center;
}

.data-grid-container .data-grid .cell > .text {
  padding: 2px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.data-grid-container .data-grid .cell > input {
  outline: none !important;
  border: 2px solid rgb(33, 133, 208);
  text-align: right;
  width: calc(100% - 1px);
  height: "auto";
  background: none;
  display: block;
}

.data-grid-container .data-grid .cell {
  vertical-align: bottom;
}

.data-grid-container .data-grid .cell,
.data-grid-container .data-grid.wrap .cell,
.data-grid-container .data-grid.wrap .cell.wrap,
.data-grid-container .data-grid .cell.wrap,
.data-grid-container .data-grid.nowrap .cell.wrap,
.data-grid-container .data-grid.clip .cell.wrap {
  white-space: normal;
}

.data-grid-container .data-grid.nowrap .cell,
.data-grid-container .data-grid.nowrap .cell.nowrap,
.data-grid-container .data-grid .cell.nowrap,
.data-grid-container .data-grid.wrap .cell.nowrap,
.data-grid-container .data-grid.clip .cell.nowrap {
  white-space: nowrap;
  overflow-x: visible;
  text-align: center;
}

.data-grid-container .data-grid.clip .cell,
.data-grid-container .data-grid.clip .cell.clip,
.data-grid-container .data-grid .cell.clip,
.data-grid-container .data-grid.wrap .cell.clip,
.data-grid-container .data-grid.nowrap .cell.clip {
  white-space: nowrap;
  overflow-x: hidden;
  text-align: center;
}

.data-grid-container .data-grid .cell .value-viewer, .data-grid-container .data-grid .cell .data-editor {
  display: block;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, .overview-data .badge.portfolio-status:hover,
a.badge:focus,
.overview-data .badge.portfolio-status:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.overview-data .nav-pills > .active > .portfolio-status > .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge, .overview-data .nav-pills > li > .portfolio-status > .badge {
  margin-left: 3px;
}

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

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  user-select: none;
}

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

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

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

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

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

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

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

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}

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

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

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * These styles are a subset of the full Bootsrap styles.
 * As of this writing, they are required by bootstrap-modal.
 * When the library is upgraded/removed, this file should also be updated/removed.
*/
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 6px; */ /* Removed because we override this in modal.scss */
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.ok {
  color: #131516;
  background-color: #4BB543;
  border-color: #ffeeba;
}

/* We pulled this out into a mixin to make the transition to shared components a little easier.
Re-use this via @include for now so we don't have to sprinkle .form-control everywhere. */
.form-control, .comp-form-control {
  padding: 8px 17px 8px 6px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.form-control:focus, .comp-form-control:focus {
  outline: none;
  border-color: #C9202C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #C9202C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #C9202C;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-VariableFont_slnt,wght-9e8c700cccdb6457cee816705dda213bf1298704fe23f60fc2a3a079a1840ef5.ttf);
}
body:not(.new-ui) h1 {
  font-size: 30px;
  color: #C9202C;
  font-weight: 300;
}
body:not(.new-ui) h2 {
  font-size: 24px;
}
body:not(.new-ui) h3, body:not(.new-ui) .portfolio-fund-name, body:not(.new-ui) .industry-container .page-title, .industry-container body:not(.new-ui) .page-title {
  font-size: 20px;
}
body:not(.new-ui) h4, body:not(.new-ui) .overview-signal-title, body:not(.new-ui) .my-kpi-header {
  font-size: 18px;
}
body:not(.new-ui) h5, body:not(.new-ui) .work-items-container .work-items-header .work-items-header-title, .work-items-container .work-items-header body:not(.new-ui) .work-items-header-title {
  font-size: 16px;
}
body:not(.new-ui) p {
  font-size: 16px;
}

a, .overview-data .portfolio-status, .fake-link {
  color: #C9202C;
}
a:hover, .overview-data .portfolio-status:hover, .fake-link:hover {
  color: #C9202C;
}

.clickable, .back-arrow, .new-ui .nav-bar .nav-button, .new-ui .nav-bar .nav-button-select-options .nav-button-select-option, .new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option-search .done-button, .new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option, .floating-date-monthpicker .react-calendar .react-calendar__tile abbr, .floating-date-daypicker .react-calendar .react-calendar__tile abbr, .btn, .fake-link {
  cursor: pointer;
}

.sub-header, .sub-header-red {
  color: #019ea7;
  margin-bottom: 4px;
}

.sub-header-red {
  color: #a11a23;
}

.list-header {
  text-decoration: none;
  padding: 10px 0px;
  font-size: 14px;
}

.muted-font, .caption, .investment-amount-caption, .history-tab li time {
  color: #a1a1a2;
}

.caption, .investment-amount-caption, .history-tab li time {
  font-style: italic;
  font-size: 14px;
}

.no-margin, .round-card h4, .item-card p, .overview-score-box .overview-score-title {
  margin: 0;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.centered-text, .activity-header [class*=col-], .breakdown-row, .summary-breakdown-row, .startup-breakdown-row, .movement-breakdown-row {
  text-align: center;
}

.side-lines-header {
  line-height: 0.5;
  text-align: center;
  margin: 25px 0;
}

.side-lines-header span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.side-lines-header span:before,
.side-lines-header span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(19, 21, 22, 0.4);
  top: 0;
  width: 150px;
}

.side-lines-header span:before {
  right: 100%;
  margin-right: 15px;
}

.side-lines-header span:after {
  left: 100%;
  margin-left: 15px;
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.tooltip {
  color: #C9202C !important;
  background-color: black !important;
  padding: 7px;
  font-weight: bold;
  text-transform: capitalize;
}
.tooltip.warning {
  color: #856404 !important;
  background-color: #fff3cd !important;
}
.tooltip.ok {
  color: #131516 !important;
  background-color: #4BB543 !important;
}
.tooltip.place-top:after {
  border-top-color: #C9202C !important;
  border-top-style: solid !important;
  border-top-width: 6px !important;
}
.tooltip.place-top.warning:after {
  border-top-color: #ffeeba !important;
}
.tooltip.place-top.ok:after {
  border-top-color: #44a33c !important;
}

.margin-auto {
  margin: 0 auto;
}

.no-padding {
  padding: 0px;
}

.full-width {
  width: 100% !important;
}

.hidden {
  display: none;
}

.center-vertically {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 100%;
}

.ellipse-text {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.grayscale {
  -webkit-filter: grayscale(0.8); /* Old WebKit */
  filter: grayscale(0.8);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clear-input {
  width: 100%;
  color: black;
  border: 0;
  outline: 0;
  background-color: rgb(253, 253, 253);
}

.ease-in-transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade-in {
  opacity: 1;
  animation-name: fadein;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

.Select.is-open {
  z-index: 1000 !important;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #019ea7;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #a11a23;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #019ea7;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #019ea7;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #019ea7;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #019ea7;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #67eef5;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  background: #019ea7;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.small-shadow, .chart-container .chart-wrapper article figure,
.chart-container .chart-wrapper article aside, .new-ui .tooltip, .new-ui .panel, .new-ui .nav-bar .nav-button-select-options, .new-ui .nav-bar .nav-button-radio-options, .floating-date-monthpicker .react-calendar, .floating-date-daypicker .react-calendar {
  box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.1);
}

.large-shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.button-shadow, .footer-hotkeys .keystroke {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=f26cbdb9e7af9e8bdabbd0f23c80f8ab)
 * Config saved to config.json and https://gist.github.com/f26cbdb9e7af9e8bdabbd0f23c80f8ab
 */ /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
span.data-grid-container, span.data-grid-container:focus {
  outline: none;
}

.data-grid-container .data-grid {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

.data-grid-container .data-grid .cell.updated {
  background-color: rgba(0, 145, 253, 0.16);
  transition: background-color 0ms ease;
}

.data-grid-container .data-grid .cell {
  height: 17px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: cell;
  background-color: unset;
  transition: background-color 500ms ease;
  vertical-align: middle;
  text-align: right;
  border: 1px solid #DDD;
  padding: 0px;
}

.data-grid-container .data-grid .cell.selected {
  border: 1px double rgb(33, 133, 208);
  transition: none;
  box-shadow: inset 0 -100px 0 rgba(33, 133, 208, 0.15);
}

.data-grid-container .data-grid .cell.read-only {
  background: whitesmoke;
  color: #999;
  text-align: center;
}

.data-grid-container .data-grid .cell > .text {
  padding: 2px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.data-grid-container .data-grid .cell > input {
  outline: none !important;
  border: 2px solid rgb(33, 133, 208);
  text-align: right;
  width: calc(100% - 1px);
  height: "auto";
  background: none;
  display: block;
}

.data-grid-container .data-grid .cell {
  vertical-align: bottom;
}

.data-grid-container .data-grid .cell,
.data-grid-container .data-grid.wrap .cell,
.data-grid-container .data-grid.wrap .cell.wrap,
.data-grid-container .data-grid .cell.wrap,
.data-grid-container .data-grid.nowrap .cell.wrap,
.data-grid-container .data-grid.clip .cell.wrap {
  white-space: normal;
}

.data-grid-container .data-grid.nowrap .cell,
.data-grid-container .data-grid.nowrap .cell.nowrap,
.data-grid-container .data-grid .cell.nowrap,
.data-grid-container .data-grid.wrap .cell.nowrap,
.data-grid-container .data-grid.clip .cell.nowrap {
  white-space: nowrap;
  overflow-x: visible;
  text-align: center;
}

.data-grid-container .data-grid.clip .cell,
.data-grid-container .data-grid.clip .cell.clip,
.data-grid-container .data-grid .cell.clip,
.data-grid-container .data-grid.wrap .cell.clip,
.data-grid-container .data-grid.nowrap .cell.clip {
  white-space: nowrap;
  overflow-x: hidden;
  text-align: center;
}

.data-grid-container .data-grid .cell .value-viewer, .data-grid-container .data-grid .cell .data-editor {
  display: block;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  user-select: none;
}

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

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

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

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

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

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

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

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}

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

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

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * These styles are a subset of the full Bootsrap styles.
 * As of this writing, they are required by bootstrap-modal.
 * When the library is upgraded/removed, this file should also be updated/removed.
*/
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 6px; */ /* Removed because we override this in modal.scss */
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.ok {
  color: #131516;
  background-color: #4BB543;
  border-color: #ffeeba;
}

/* We pulled this out into a mixin to make the transition to shared components a little easier.
Re-use this via @include for now so we don't have to sprinkle .form-control everywhere. */
.form-control {
  padding: 8px 17px 8px 6px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.form-control:focus {
  outline: none;
  border-color: #C9202C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #C9202C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #C9202C;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-VariableFont_slnt,wght-9e8c700cccdb6457cee816705dda213bf1298704fe23f60fc2a3a079a1840ef5.ttf);
}
body:not(.new-ui) h1 {
  font-size: 30px;
  color: #C9202C;
  font-weight: 300;
}

body:not(.new-ui) h2 {
  font-size: 24px;
}

body:not(.new-ui) h3 {
  font-size: 20px;
}

body:not(.new-ui) h4 {
  font-size: 18px;
}

body:not(.new-ui) h5 {
  font-size: 16px;
}

body:not(.new-ui) p {
  font-size: 16px;
}

a, .fake-link {
  color: #C9202C;
}

a:hover, .fake-link:hover {
  color: #C9202C;
}

.clickable, .fake-link {
  cursor: pointer;
}

.sub-header, .sub-header-red {
  color: #019ea7;
  margin-bottom: 4px;
}

.sub-header-red {
  color: #a11a23;
}

.list-header {
  text-decoration: none;
  padding: 10px 0px;
  font-size: 14px;
}

.muted-font, .caption, .history-tab li time {
  color: #a1a1a2;
}

.caption, .history-tab li time {
  font-style: italic;
  font-size: 14px;
}

.no-margin, .overview-score-box .overview-score-title, .item-card p {
  margin: 0;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.centered-text {
  text-align: center;
}

.side-lines-header {
  line-height: 0.5;
  text-align: center;
  margin: 25px 0;
}

.side-lines-header span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.side-lines-header span:before,
.side-lines-header span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(19, 21, 22, 0.4);
  top: 0;
  width: 150px;
}

.side-lines-header span:before {
  right: 100%;
  margin-right: 15px;
}

.side-lines-header span:after {
  left: 100%;
  margin-left: 15px;
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.tooltip {
  color: #C9202C !important;
  background-color: black !important;
  padding: 7px;
  font-weight: bold;
  text-transform: capitalize;
}

.tooltip.warning {
  color: #856404 !important;
  background-color: #fff3cd !important;
}

.tooltip.ok {
  color: #131516 !important;
  background-color: #4BB543 !important;
}

.tooltip.place-top:after {
  border-top-color: #C9202C !important;
  border-top-style: solid !important;
  border-top-width: 6px !important;
}

.tooltip.place-top.warning:after {
  border-top-color: #ffeeba !important;
}

.tooltip.place-top.ok:after {
  border-top-color: #44a33c !important;
}

.margin-auto {
  margin: 0 auto;
}

.no-padding {
  padding: 0px;
}

.full-width {
  width: 100% !important;
}

.hidden {
  display: none;
}

.center-vertically {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 100%;
}

.ellipse-text {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.grayscale {
  -webkit-filter: grayscale(0.8); /* Old WebKit */
  filter: grayscale(0.8);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clear-input {
  width: 100%;
  color: black;
  border: 0;
  outline: 0;
  background-color: rgb(253, 253, 253);
}

.ease-in-transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade-in {
  opacity: 1;
  animation-name: fadein;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

.Select.is-open {
  z-index: 1000 !important;
}

.tgl {
  display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #019ea7;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #a11a23;
}

.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #019ea7;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}

.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}

.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  background: #888;
}

.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #019ea7;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #019ea7;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  perspective: 100px;
}

.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}

.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}

.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}

.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #019ea7;
}

.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #67eef5;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  background: #019ea7;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.item-card {
  padding: 16px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s;
}
.item-card:hover {
  background-color: rgba(204, 249, 252, 0.2);
}
.item-card p {
  margin-bottom: 8px;
  white-space: pre-wrap;
}
.item-card .actions-well {
  background: #f9f9f9;
}
.item-card .item-card-footer {
  line-height: 24px;
  padding: 4px 0;
}
.item-card .item-card-footer .clickable .fa-check-circle-o:hover {
  color: #a5daa1;
}
.item-card .item-card-footer .icon {
  font-size: 24px;
}
.item-card .item-card-footer .icon .fa {
  transition: all 0.3s;
  margin: 0 4px;
  color: #d0d0d0;
}
.item-card .item-card-footer .icon .fa-trash:hover {
  color: #df3945;
}
.item-card .item-card-footer .icon .fa-pencil:hover {
  color: #424445;
}
.item-card .item-card-footer span.completed .fa {
  color: #44a33c;
}
.item-card .footer-assigned-img {
  width: 20px;
  border-radius: 12px;
  margin-top: -10px;
  margin-right: 4px;
  box-shadow: 0px 0px 3px 1px rgb(202, 202, 202);
}

.document-item-actions {
  padding-left: 8px;
}
.document-item-actions span {
  padding-right: 4px;
  color: #d0d0d0;
}
.document-item-actions span:hover {
  color: #424445;
}
.document-item-actions span .fa {
  transition: all 0.3s;
}
.document-item-actions span .fa-trash:hover {
  color: #df3945;
}
.document-item-actions span .fa-pencil:hover {
  color: #424445;
}
.document-item-actions span .fa-plus:hover {
  color: #424445;
}

.movement-list-toggle {
  color: #019ea7;
  font-style: italic;
}

.overview-data-box, .red-line-box, .teal-line-box, .next-steps-tab, .founders-tab, .risk-signals-tab, .startup-profile-tab, .overview-score-box, .green-line-box, .experiments-tab, .rtfe-tab, .market-sizing-tab {
  padding: 16px;
  background: #fefefe;
  margin: 16px 0;
  box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 0.75);
}

.green-line-box, .experiments-tab, .rtfe-tab, .market-sizing-tab {
  border-top: 3px solid #44a33c;
}

.teal-line-box, .next-steps-tab, .founders-tab, .risk-signals-tab, .startup-profile-tab, .overview-score-box {
  border-top: 3px solid #019ea7;
}

.red-line-box {
  border-top: 3px solid #C9202C;
}

.overview-signal-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.overview-score-box .overview-score-title {
  padding-bottom: 24px;
}
.overview-score-box .overview-score-graph {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .overview-score-box .overview-score-graph {
    width: 100%;
  }
}
.overview-score-box .overview-score-breakdown {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .overview-score-box .overview-score-breakdown {
    width: 100%;
  }
}

.latest-movement-summary {
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 24px;
}
.latest-movement-summary span {
  font-style: italic;
  font-size: 16px;
}
.latest-movement-summary strong {
  color: #C9202C;
}

.risk-signals-tab, .startup-profile-tab {
  margin: 16px 0;
}
.risk-signals-tab .btn, .startup-profile-tab .btn {
  float: right;
  border-radius: 8px;
  font-size: 12px;
  line-height: 14px;
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0);
  margin: -1px 16px 0 0;
  height: 24px;
  width: auto;
}
.risk-signals-tab .btn:hover, .startup-profile-tab .btn:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.risk-signals-tab i.warning, .risk-signals-tab i.ok, .startup-profile-tab i.warning, .startup-profile-tab i.ok {
  border-width: 3px;
  float: right;
}
.risk-signals-tab i.warning, .startup-profile-tab i.warning {
  cursor: pointer;
  padding: 5px 8px;
}
.risk-signals-tab i.ok, .startup-profile-tab i.ok {
  padding: 4px 2px;
}
.risk-signals-tab i.warning:hover, .startup-profile-tab i.warning:hover {
  color: #fff3cd;
  background-color: #856404;
}
.risk-signals-tab div.warning, .startup-profile-tab div.warning {
  padding: 4px 16px;
}
.risk-signals-tab div.warning h4, .startup-profile-tab div.warning h4 {
  margin: 16px 0;
}
.risk-signals-tab div.warning ul, .startup-profile-tab div.warning ul {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  padding: 0;
}
.risk-signals-tab div.warning ul li, .startup-profile-tab div.warning ul li {
  list-style-position: inside;
  margin: 4px 16px 0 0;
}

.history-tab ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.history-tab li {
  padding: 8px;
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}
.history-tab li *, .history-tab li * p {
  font-size: 16px;
  line-height: 20px;
}
.history-tab li:last-child {
  border-bottom: none;
}
.history-tab li .collapser {
  width: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  color: rgba(0, 0, 0, 0.5);
}
.history-tab li .collapser i {
  padding-top: 4px;
}
.history-tab li .record-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
}
.history-tab li .record-body img {
  max-width: 2em;
  max-height: 2em;
  margin-right: 8px;
}
.history-tab li .record-body p {
  margin: 0;
}
.history-tab li .record-body p.details {
  margin-top: 10px;
  white-space: pre-wrap;
}
.history-tab li .record-body p.details .subtext {
  display: block;
  margin-top: 4px;
  font-style: italic;
}
.history-tab li .record-body p.details .subtext:before {
  content: '"';
}
.history-tab li .record-body p.details .subtext:after {
  content: '"';
}
.history-tab li time {
  width: 7em;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
}

.app .container {
  padding: 15px;
}

.card {
  background-color: rgb(227, 240, 241);
  padding: 15px;
}

.card .heading {
  color: rgb(199, 35, 49);
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.card .footer {
  text-align: center;
}

.card .footer a {
  margin-left: 5px;
}

.tgl-container .tgl-btn {
  float: left;
  clear: right;
  margin-right: 15px;
}

.data-label {
  font-size: 1em;
}
.data-label .fa {
  color: #017178;
  margin: auto;
  line-height: inherit;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  /*
    PitchBook
   */
  /*
    Crunchbase
   */
}
.custom-icon.pitchbook-black-300 {
  background-image: url(/assets/pitchbook-black-300-00199c53c8b39110eca5fd16fa38a3591a2027b3c30bc9f87605899a626d04d5.png);
}
.custom-icon.pitchbook-black-300.clickable:hover {
  background-image: url(/assets/pitchbook-red-500-cb483ea1369649b96647e33c8a3b1938fb044cd1816add7c51fd7710f6755b7e.png);
}
.custom-icon.pitchbook-grey-195 {
  background-image: url(/assets/pitchbook-grey-195-6eb05351396a065f2ae546fc4633d842d105f83260121b0eb1bd6c4b46b58d56.png);
}
.custom-icon.pitchbook-teal-700 {
  background-image: url(/assets/pitchbook-teal-700-11e2cf177a06ff3bf07f1f89257af2a70a271ebaae33c15588334baa50d19e1d.png);
}
.custom-icon.pitchbook-red-500 {
  background-image: url(/assets/pitchbook-red-500-cb483ea1369649b96647e33c8a3b1938fb044cd1816add7c51fd7710f6755b7e.png);
}
.custom-icon.crunchbase-black-300 {
  background-image: url(/assets/crunchbase-black-300-5670ffa151ace9a676b7ff7e3c65022b5c20adb2de1ed9edec1f442b73d393ab.png);
}
.custom-icon.crunchbase-black-300.clickable:hover {
  background-image: url(/assets/crunchbase-red-500-98d41101a7d8531bbf73ea8b5c1cc759b270406fcaca011470d164dd9a05658b.png);
}
.custom-icon.crunchbase-grey-195 {
  background-image: url(/assets/crunchbase-grey-195-a20b1a90ceb4604fa47912c27028149211c09ae15ebb73f269b1fb1f952bf059.png);
}
.custom-icon.crunchbase-teal-700 {
  background-image: url(/assets/crunchbase-teal-700-8a42360a463d0336627f1c6119c8f93ade64c1745f0856a6cf55a74c713cd5a6.png);
}
.custom-icon.crunchbase-red-500 {
  background-image: url(/assets/crunchbase-red-500-98d41101a7d8531bbf73ea8b5c1cc759b270406fcaca011470d164dd9a05658b.png);
}

.i645 {
  height: 100%;
  width: 100%;
}
.i645.angel {
  content: url(/assets/angel-2ac6c2ee8a7fb17f66cf6a8bfd67cace8f63934b2a7fe2254054ef5fdbc03f3c.svg);
}
.i645.betalist {
  content: url(/assets/betalist-306d3ce4cd860dbd4e97ab7930af47f31f5177e6e9447968f81a71d847d07e78.svg);
}
.i645.calendar {
  content: url(/assets/calendar-9e85ac19fd9770a94b61861e95eee3c5956a465ba71a104cce1ac86b0463e98d.svg);
}
.i645.chevron-left {
  content: url(/assets/chevron-left-3c05ccd2279284b9d849e98413aec3a9fc5d016d323c665cd6ae1bf2dd611a38.svg);
}
.i645.chevrons-left {
  content: url(/assets/chevrons-left-de9f3ef273a2e0685637572792a561821ef8b7f1a7ad83f8d0f73d30d38d791c.svg);
}
.i645.chevron-right {
  content: url(/assets/chevron-right-3e6a5eb343a0c37590e579070a66ff90f1214a4c3cbd25068a7118e41bfd5b7f.svg);
}
.i645.chevrons-right {
  content: url(/assets/chevrons-right-9a038f8fc38b753dc2dac19daef72675c9b6d47f5628d5d6e435403873f168ac.svg);
}
.i645.crunchbase {
  content: url(/assets/crunchbase-a0397566888e4ccb3fffcbe667cb3f43bec400962ed76cbf3a1c1387b7763eba.svg);
}
.i645.datapoints {
  content: url("datapoints.svg");
}
.i645.founders {
  content: url(/assets/founders-19cd7fd3603b39276a0f91361b64d569160bda0a1fcf65f4bcfe1b79fe78f020.svg);
}
.i645.github {
  content: url(/assets/github-09f8c854c68d710e02762a38a928f6fa65b52360fa170547c4542edc8df9e84a.svg);
}
.i645.linkedin {
  content: url(/assets/linkedin-7adcc0776819b212dda4a7eb713a5c70787ca4883108089a271d76be1df4f6a2.svg);
}
.i645.listcandidates {
  content: url(/assets/listcandidates-52f52b1ca413e784f5845700b7d80825301d5840438747d202757193efd265af.svg);
}
.i645.location {
  content: url(/assets/location-f8b5c15998fe56239b673586208db60d96f920f4ba766a0d9837b14e625b2abb.svg);
}
.i645.money {
  content: url(/assets/money-e296b0efc863c265b5b9309652c07f848b1504341cc92d5ea2213550020b3622.svg);
}
.i645.notification-bell {
  content: url(/assets/notification-bell-40571ca5ea0343588ad662c69d638a1c41101bd5c2dfc95b52961a5a29c24250.svg);
}
.i645.pitchbook {
  content: url(/assets/pitchbook-2c9fb8c62425da87a9fc5e7d413cb90fca067c7f3c4978484f00cb849806178b.svg);
}
.i645.twitter {
  content: url(/assets/twitter-1608d5d919b969f37903354a667a9a1536976e5db753817e14ccf357b5aa5aea.svg);
}
.i645.website {
  content: url(/assets/website-e5daa362b607eb857cc4f406ebf438f6d93c255e3e3a195022c3fe8a745217ca.svg);
}

i.fa-bolt.active-deal {
  margin-left: 8px;
  background: linear-gradient(180deg, white, yellow, orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px orange;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-VariableFont_slnt,wght-9e8c700cccdb6457cee816705dda213bf1298704fe23f60fc2a3a079a1840ef5.ttf);
}
.new-ui h1 {
  font-size: 30px;
  font-weight: 400;
}
.new-ui h2 {
  font-size: 24px;
}
.new-ui h3 {
  font-size: 20px;
}
.new-ui h4 {
  font-size: 18px;
}
.new-ui h5 {
  font-size: 16px;
}
.new-ui p {
  font-size: 16px;
}

/* These are explicitly imported with a .css extension to bypass SASS parsing - wildcards can't do that. */
.dzu-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 120px;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all 0.15s linear;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}

.dzu-dropzoneActive {
  background-color: #DEEBFF;
  border-color: #2484FF;
}

.dzu-dropzoneDisabled {
  opacity: 0.5;
}

.dzu-dropzoneDisabled *:hover {
  cursor: unset;
}

.dzu-input {
  display: none;
}

.dzu-inputLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2484FF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-inputLabelWithFiles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 0 14px;
  min-height: 32px;
  background-color: #f8f8f8;
  color: #2484FF;
  border: none;
  font-family: "Helvetica", sans-serif;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 3%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-previewContainer {
  padding: 40px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 60px;
  z-index: 1;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
}

.dzu-previewStatusContainer {
  display: flex;
  align-items: center;
}

.dzu-previewFileName {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.dzu-previewImage {
  width: auto;
  max-height: 40px;
  max-width: 140px;
  border-radius: 4px;
}

.dzu-previewButton {
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.9;
  margin: 0 0 2px 10px;
}

.dzu-submitButtonContainer {
  margin: 24px 0;
  z-index: 1;
}

.dzu-submitButton {
  padding: 0 14px;
  min-height: 32px;
  background-color: #2484FF;
  border: none;
  border-radius: 4px;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-submitButton:disabled {
  background-color: #f8f8f8;
  color: #333333;
  cursor: unset;
}

.activity-summary-page article {
  margin: 16px;
}

.activity-header {
  height: 5%;
  font-weight: bold;
}
.breakdown-row, .movement-breakdown-row, .startup-breakdown-row, .summary-breakdown-row {
  height: 20px;
}

.summary-breakdown-row {
  padding: 15px 0px;
}

.startup-breakdown-row {
  padding: 18px 0px;
}

.movement-breakdown-row {
  padding: 18px 0px;
}

.expand {
  width: 2%;
  cursor: pointer;
}

.reason {
  padding: 10px;
  font-size: 2vh;
}

.activity-body {
  height: 91%;
  overflow: scroll;
  width: 100%;
}

.activity-list-box {
  height: 91%;
  background-color: #f2f2f2;
}

.activity-list-wrapper {
  background-color: #f2f2f2;
  height: 98%;
  margin: 0 1%;
  width: 98%;
  overflow: hidden;
  padding-top: 1%;
}

.add-job-company .search-result-item-list .search-result-item {
  margin-top: 0;
}

.analyst-score .Select-menu-outer {
  width: auto;
  position: absolute;
}

.full-box {
  height: 100%;
  overflow: scroll;
  padding: 10px;
  outline: 1px solid #f3f2f2;
  background: white;
  box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.75);
}

/*
 * Reset button styles so we can use them with the .btn class
 * https://css-tricks.com/overriding-default-button-styles/
 */
button.btn {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn {
  outline: none;
  text-align: center;
  background: white;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 14px;
}
.btn:not(:disabled):hover, .btn:not(:disabled):focus {
  color: white;
}

.btn-small {
  width: 65px;
  height: 20px;
}

.btn-medium {
  width: 130px;
  height: 40px;
}

.btn-large {
  width: 260px;
  height: 85px;
}

.btn-padded {
  width: 100%;
  margin: 5px;
}

.btn:disabled {
  color: #a1a1a2;
  background-color: #e7e8e8;
  border: 2px solid #717373;
  cursor: inherit;
}

.btn-primary {
  color: #019ea7;
  border: 2px solid #019ea7;
}
.btn-primary:not(:disabled):hover, .btn-primary:not(:disabled):focus {
  background: #019ea7;
}

.btn-primary-selected {
  color: white;
  border: 2px solid #019ea7;
  background: #019ea7;
}

.btn-success {
  color: #4BB543;
  border: 2px solid #4BB543;
}
.btn-success:not(:disabled):hover, .btn-success:not(:disabled):focus {
  background: #4BB543;
}

.btn-success-selected {
  color: white;
  border: 2px solid #4BB543;
  background: #4BB543;
}

.btn-error {
  color: #C9202C;
  border: 2px solid #C9202C;
}
.btn-error:not(:disabled):hover, .btn-error:not(:disabled):focus {
  background: #C9202C;
}

.btn-error-selected {
  color: white;
  border: 2px solid #C9202C;
  background: #C9202C;
}

.btn-plain {
  color: #a1a1a2;
  border: 2px solid #a1a1a2;
}
.btn-plain:not(:disabled):hover, .btn-plain:not(:disabled):focus {
  background: #a1a1a2;
}

.btn-plain-selected {
  color: white;
  border: 2px solid #a1a1a2;
  background: #a1a1a2;
}

.candidate-warning {
  margin-top: 8px;
  padding: 16px;
}

.candidates-card {
  padding: 24px;
  margin: 8px 0;
  background: #fdfdfd;
  border: 1px solid #eaeaea;
}
.candidates-card .candidate-overview-col {
  font-size: 16px;
}
.candidates-card .candidate-overview-col .analyst-score {
  width: 5em;
  margin: 2px 0 0 8px;
}
.candidates-card .candidate-overview-col .analyst-score .Select-menu-outer {
  width: 20em;
}
.candidates-card .candidate-overview-col ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.candidates-card .candidate-overview-col .meta-short {
  margin-left: 16px;
}
.candidates-card .candidate-overview-col .meta-short:first-child {
  margin-left: 0;
}
.candidates-card .candidate-overview-col .meta-short .fa {
  color: #717373;
}
.candidates-card .candidate-overview-col .meta-short abbr {
  margin-right: 8px;
}
.candidates-card .candidate-overview-col hr {
  margin: 5px auto;
  border-top: 3px double #e6e4e4;
  width: 75%;
}
.candidates-card .candidate-overview-col .contains-iframe {
  min-height: 600px;
}
.candidates-card .reason-button-row {
  margin: 0;
}
.candidates-card .candidate-decision-row {
  display: flex;
  justify-content: space-between;
  margin: 0 8px;
}
.candidates-card .candidate-decision-row .add-candidate {
  display: flex;
}

.radar-counts {
  display: flex;
  flex-wrap: wrap;
}
.radar-counts > div {
  margin: 4px 0;
  width: 50%;
  max-width: 200px;
}

.candidate-header a {
  text-decoration: none;
}
.candidate-header .fa,
.candidate-header .fake-fa {
  margin-left: 8px;
  color: #424445;
}
.candidate-header .fa:hover,
.candidate-header .fake-fa:hover {
  color: #C9202C;
}

.candidate-pass-button {
  width: 90%;
  margin: 8px;
}

.candidate-score {
  margin: 0;
  color: #014448;
}

.candidate-founders h4 a {
  color: #131516;
}

/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */
.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #019ea7;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #019ea7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #019ea7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.collapser-hidden {
  visibility: hidden;
}

.csv-uploader .upload-controls .btn {
  margin-top: 16px;
}
.csv-uploader .upload-controls .row {
  margin-bottom: 16px;
}
.csv-uploader .entity-picker {
  font-size: 18px;
}
.csv-uploader .entity-picker input {
  margin-right: 4px;
}
.csv-uploader .entity-picker label {
  margin-right: 16px;
}
.csv-uploader .preview-table-header {
  font-weight: bold;
  margin: 0;
  padding: 3rem;
  text-align: center;
}
.csv-uploader progress {
  width: 130px;
}

.pitchbook-uploader .filepond--root {
  margin: 2em;
  font-size: 2em;
}
.pitchbook-uploader .results {
  margin: 0 2em;
}
.pitchbook-uploader table {
  vertical-align: top;
}
.pitchbook-uploader table th {
  white-space: nowrap;
}
.pitchbook-uploader iframe {
  width: 100%;
  height: 800px;
}

.metrics-card {
  margin: 10px auto;
  height: 240px;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background: url(/images/bg-texture.png);
}
.metrics-card .top {
  position: relative;
  height: 240px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.dim-background:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.metrics-card .top .wrapper {
  padding: 21px;
  position: relative;
  z-index: 1;
}

.metrics-card .top .wrapper .mynav {
  height: 20px;
}

.metrics-card .top .wrapper .mynav .lnr {
  color: #fff;
  font-size: 20px;
}

.metrics-card .top .wrapper .mynav .lnr-chevron-left {
  display: inline-block;
  float: left;
}

.metrics-card .top .wrapper .mynav .lnr-cog {
  display: inline-block;
  float: right;
}

.metrics-card .top .wrapper .heading {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}

.metrics-card .top .wrapper .location {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}

.metrics-card .top .wrapper .temp {
  margin-top: 20px;
}

.metrics-card .top .wrapper .temp a {
  text-decoration: none;
  color: #fff;
}

.metrics-card .top .wrapper .temp a .temp-type {
  font-size: 85px;
}

.metrics-card .top .wrapper .temp .card-value {
  display: inline-block;
  font-size: 85px;
  font-weight: 600;
  color: #fff;
}

.card-label {
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.metrics-card .top:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.wave {
  position: relative;
  margin-top: 50vh;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.wave .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  animation: wave 1.3s linear infinite;
}

.wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}

.wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
.twitter-user-tooltip {
  max-width: 350px;
}
.twitter-user-tooltip img {
  border-radius: 100%;
  float: left;
  height: 73px; /* This is how it always is since we use the "_bigger" version */
  margin: 0 8px 4px 0;
}
.twitter-user-tooltip .name {
  margin-top: 4px;
  font-size: 1.5em;
  font-weight: bold;
}
.twitter-user-tooltip .description {
  margin-top: 4px;
}
.twitter-user-tooltip .metadata {
  clear: both;
  margin-top: 4px;
}
.twitter-user-tooltip .metadata span, .twitter-user-tooltip .metadata a {
  margin-left: 8px;
}
.twitter-user-tooltip .metrics {
  margin-top: 4px;
}
.twitter-user-tooltip .metrics strong {
  margin-left: 8px;
}

.startup-tooltip {
  max-width: 350px;
  /* We use a wrapper for the logo since it doesn't always exist, and when it does, we don't know its size.
     This way we can anchor the logo in the lower-right corner and float the assignee on top of it
     consistantly. */
}
.startup-tooltip .logo {
  width: 100px;
  height: 100px;
  float: left;
  clear: right;
  margin: 0 8px 8px 0;
  border-radius: 20px;
}
.startup-tooltip .logo img {
  margin: auto 0 0 auto;
  max-width: 100px;
  max-height: 100px;
}
.startup-tooltip .logo:empty {
  background-color: #424445;
}
.startup-tooltip .assignee {
  position: absolute;
  border: 2px solid white;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  top: 75px;
  left: 80px;
}
.startup-tooltip .description {
  margin-top: 4px;
}
.startup-tooltip .metadata {
  margin-top: 4px;
}
.startup-tooltip .metadata .score {
  font-weight: bold;
  margin-right: 8px;
}
.startup-tooltip .metadata .status {
  color: #a1a1a2;
}

.diligence-tab {
  padding: 0 16px;
}
.diligence-tab a {
  color: #131516;
}

.diligence-todo {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.diligence-todo span {
  display: block;
}
.diligence-todo .va-todo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.diligence-todo .va-todo .completion {
  flex-grow: 0;
  flex-shrink: 0;
}
.diligence-todo .va-todo .va-templatable {
  flex-grow: 1;
}
.diligence-todo .va-todo .va-templatable .description, .diligence-todo .va-todo .va-templatable .properties {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.diligence-todo .va-todo .va-templatable .description a, .diligence-todo .va-todo .va-templatable .properties a {
  margin-bottom: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.dropdown > a, .dropdown > button {
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 20px 6px 10px;
  border-radius: 4px;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.dropdown > a:before, .dropdown > button:before {
  position: absolute;
  right: 7px;
  top: 12px;
  content: " ";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.dropdown ul {
  z-index: 99999999;
  max-height: 600px;
  overflow: scroll;
  position: absolute;
  top: 18px;
  border: 1px solid #ccc;
  right: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}

.dropdown input[type=checkbox]:checked + ul {
  display: block;
}

.dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
  color: black;
  border-bottom: 1px #ececec solid;
}

.dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black;
  white-space: pre-line;
  text-align: left;
  min-width: 400px;
}

.dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Hard to override styles */
.filepond--browser.filepond--browser {
  /* is positioned absolute so it is focusable for form validation errors */
  position: absolute;
  margin: 0;
  padding: 0;
  /* is positioned ~behind drop label */
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  /* hide visually */
  opacity: 0;
  font-size: 0; /* removes text cursor in Internet Explorer 11 */
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  /* can't interact with this element */
  pointer-events: none;
  /* inherit border radius from parent (needed for drip-blob cut of) */
  border-radius: 0.5em;
  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  /* center contents */
  display: flex;
  justify-content: center;
  align-items: center;
  /* fixes IE11 centering problems (is overruled by label min-height) */
  height: 0px;
  /* dont allow selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* will be animated */
  will-change: transform, opacity;
}

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em; /* use padding instead of margin so click area is not impacted */
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
  /* hidden label */
}

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file-action-button.filepond--file-action-button {
  /* scale SVG to fill button */
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button {
  /* bigger touch area */
}

.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

/* Soft styles */
.filepond--file-action-button {
  /* use default arrow cursor */
  cursor: auto;
  /* reset default button styles */
  color: #fff;
  /* set default look n feel */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  /* we animate box shadow on focus */
  /* it's only slightly slower than animating */
  /* a pseudo-element with transforms and renders */
  /* a lot better on chrome */
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
}

.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* no margins on children */
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info {
  /* we don't want to have these overrules so these selectors are a bit more specific */
}

.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  /* we want ellipsis if this bar gets too wide */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* no margins on children */
}

.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

.filepond--file-status {
  /* font sizes */
}

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
  /* hide legend for visual users */
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
  /* control positions */
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}

.filepond--file {
  /* .filepond--file-action-button */
}

.filepond--file [data-align*=left] {
  left: 0.5625em;
}

.filepond--file [data-align*=right] {
  right: 0.5625em;
}

.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em); /* .8125 is half of button width */
}

.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

/* make sure text does not overlap */
[data-filepond-item-state=cancelled] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state*=error] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] {
  /* busy state */
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both;
}

[data-filepond-item-state=processing-complete] {
  /* hide details by default, only show when can revert */
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}

/* file state can be invalid or error, both are visually similar but */
/* having them as separate states might be useful */
[data-filepond-item-state*=invalid] .filepond--panel,
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel,
[data-filepond-item-state*=error] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}

/* spins progress indicator when file is marked as busy */
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* ignore all other interaction elements while dragging a file */
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

/* capture all hit tests using a hidden layer, this speeds up the event flow */
.filepond--hopper[data-hopper-state=drag-over]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
  /* item children order */
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

/* has a slight shadow */
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

.filepond--item {
  /* drag related */
}

.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.filepond--item[data-drag-state=drag] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

/* states */
.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=invalid] .filepond--item-panel,
[data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #c44e47;
}

/* style of item panel */
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

/* normal mode */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

/* scroll mode */
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}

/* style scrollbar */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* prevents endless paint calls on filepond--list-scroller */
  will-change: transform;
}

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle],
.filepond--root[data-style-panel-layout~=integrated] {
  /* we're only loading one item, this makes the intro animation a bit nicer */
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] {
  /* circle cuts of this info, so best to hide it */
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

/* dirfty way to fix circular overflow issue on safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  /* defaults to 100% height (fixed height mode) this fixes problem with panel height in IE11 */
  height: 100% !important;
  /* no interaction possible with panel */
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  /* this seems to fix Chrome performance issues */
  /* - when box-shadow is enabled */
  /* - when multiple ponds are active on the same page */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* prevent borders and backgrounds */
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
  /* fixes tiny transparant line between top and center panel */
}

.filepond--panel-top::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
  /* fixes tiny transparant line between bottom and center of panel */
}

.filepond--panel-bottom::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  /* the center panel is scaled using scale3d to fit the correct height */
  /* we use 100px instead of 1px as scaling 1px to a huge height is really laggy on chrome */
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  /* hide if not transformed, prevents a little flash when the panel is at 100px height while attached for first time */
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  /* can't have margins */
  margin: 0;
  /* no interaction possible with progress indicator */
  pointer-events: none;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box; /* should center the animation correctly when zoomed in */
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  /* default text alignment */
  text-align: left;
  /* better text rendering on Safari */
  text-rendering: optimizeLegibility;
  /* text direction is ltr for now */
  direction: ltr;
  /* optimize rendering */
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
  contain: layout style size;
  /* correct box sizing, line-height and positioning on child elements */
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root *:not(text) {
  font-size: inherit;
}

.filepond--root {
  /* block everything */
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

.goal-card {
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  width: 100%;
  margin: 0 auto 32px auto;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.43);
}

.gridjs-head button, .gridjs-footer button {
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

table.gridjs-shadowTable * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.gridjs-head {
  margin-bottom: 5px;
  padding: 5px 1px;
}

.gridjs-head::after {
  content: "";
  display: block;
  clear: both;
}

.gridjs-head:empty {
  padding: 0;
  border: none;
}

.gridjs-container {
  overflow: hidden;
  display: inline-block;
  padding: 2px;
  color: #000;
  position: relative;
  z-index: 0;
}

.gridjs-footer {
  display: block;
  position: relative;
  z-index: 5;
  padding: 12px 24px;
  border-top: 1px solid #e5e7eb;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
  border-radius: 0 0 8px 8px;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
}

.gridjs-footer:empty {
  padding: 0;
  border: none;
}

input.gridjs-input {
  outline: none;
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-radius: 5px;
  padding: 10px 13px;
  font-size: 14px;
  line-height: 1.45;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.gridjs-input:focus {
  box-shadow: 0 0 0 3px rgba(149, 189, 243, 0.5);
  border-color: #9bc2f7;
}

.gridjs-pagination {
  color: #3d4044;
}

.gridjs-pagination::after {
  content: "";
  display: block;
  clear: both;
}

.gridjs-pagination .gridjs-summary {
  float: left;
  margin-top: 5px;
}

.gridjs-pagination .gridjs-pages {
  float: right;
}

.gridjs-pagination .gridjs-pages button {
  padding: 5px 14px;
  border: 1px solid #d2d6dc;
  background-color: #fff;
  border-right: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gridjs-pagination .gridjs-pages button:focus {
  box-shadow: 0 0 0 2px rgba(149, 189, 243, 0.5);
}

.gridjs-pagination .gridjs-pages button:hover {
  background-color: #f7f7f7;
  color: #3c4257;
  outline: none;
}

.gridjs-pagination .gridjs-pages button:disabled,
.gridjs-pagination .gridjs-pages button[disabled],
.gridjs-pagination .gridjs-pages button:hover:disabled {
  cursor: default;
  background-color: #fff;
  color: #6b7280;
}

.gridjs-pagination .gridjs-pages button.gridjs-spread {
  cursor: default;
  box-shadow: none;
  background-color: #fff;
}

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #f7f7f7;
  font-weight: bold;
}

.gridjs-pagination .gridjs-pages button:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-right: 1px solid #d2d6dc;
}

.gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

button.gridjs-sort {
  float: right;
  height: 24px;
  width: 13px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-size: contain;
}

button.gridjs-sort-neutral {
  opacity: 0.3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0MDEuOTk4cHgiIGhlaWdodD0iNDAxLjk5OHB4IiB2aWV3Qm94PSIwIDAgNDAxLjk5OCA0MDEuOTk4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDEuOTk4IDQwMS45OTg7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik03My4wOTIsMTY0LjQ1MmgyNTUuODEzYzQuOTQ5LDAsOS4yMzMtMS44MDcsMTIuODQ4LTUuNDI0YzMuNjEzLTMuNjE2LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0NwoJCQljMC00Ljk0OS0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2LDUuNDI0QzIxMC4yMzIsMS44MTIsMjA1Ljk1MSwwLDIwMC45OTksMHMtOS4yMzMsMS44MTItMTIuODUsNS40MjRMNjAuMjQyLDEzMy4zMzEKCQkJYy0zLjYxNywzLjYxNy01LjQyNCw3LjkwMS01LjQyNCwxMi44NWMwLDQuOTQ4LDEuODA3LDkuMjMxLDUuNDI0LDEyLjg0N0M2My44NjMsMTYyLjY0NSw2OC4xNDQsMTY0LjQ1Miw3My4wOTIsMTY0LjQ1MnoiLz4KCQk8cGF0aCBkPSJNMzI4LjkwNSwyMzcuNTQ5SDczLjA5MmMtNC45NTIsMC05LjIzMywxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MTctNS40MjQsNy44OTgtNS40MjQsMTIuODQ3CgkJCWMwLDQuOTQ5LDEuODA3LDkuMjMzLDUuNDI0LDEyLjg0OEwxODguMTQ5LDM5Ni41N2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhsMTI3LjkwNy0xMjcuOTA2CgkJCWMzLjYxMy0zLjYxNCw1LjQyNy03Ljg5OCw1LjQyNy0xMi44NDhjMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDdDMzM4LjEzOSwyMzkuMzUzLDMzMy44NTQsMjM3LjU0OSwzMjguOTA1LDIzNy41NDl6Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
  background-position-y: center;
}

button.gridjs-sort-asc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyOTIuMzYycHgiIGhlaWdodD0iMjkyLjM2MXB4IiB2aWV3Qm94PSIwIDAgMjkyLjM2MiAyOTIuMzYxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOTIuMzYyIDI5Mi4zNjE7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yODYuOTM1LDE5Ny4yODdMMTU5LjAyOCw2OS4zODFjLTMuNjEzLTMuNjE3LTcuODk1LTUuNDI0LTEyLjg0Ny01LjQyNHMtOS4yMzMsMS44MDctMTIuODUsNS40MjRMNS40MjQsMTk3LjI4NwoJCUMxLjgwNywyMDAuOTA0LDAsMjA1LjE4NiwwLDIxMC4xMzRzMS44MDcsOS4yMzMsNS40MjQsMTIuODQ3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI1LDEyLjg1LDUuNDI1aDI1NS44MTMKCQljNC45NDksMCw5LjIzMy0xLjgwOCwxMi44NDgtNS40MjVjMy42MTMtMy42MTMsNS40MjctNy44OTgsNS40MjctMTIuODQ3UzI5MC41NDgsMjAwLjkwNCwyODYuOTM1LDE5Ny4yODd6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
  background-position-y: 35%;
  background-size: 10px;
}

button.gridjs-sort-desc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyOTIuMzYycHgiIGhlaWdodD0iMjkyLjM2MnB4IiB2aWV3Qm94PSIwIDAgMjkyLjM2MiAyOTIuMzYyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOTIuMzYyIDI5Mi4zNjI7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yODYuOTM1LDY5LjM3N2MtMy42MTQtMy42MTctNy44OTgtNS40MjQtMTIuODQ4LTUuNDI0SDE4LjI3NGMtNC45NTIsMC05LjIzMywxLjgwNy0xMi44NSw1LjQyNAoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4CgkJczkuMjMzLTEuODExLDEyLjg0Ny01LjQyOEwyODYuOTM1LDk1LjA3NGMzLjYxMy0zLjYxNyw1LjQyNy03Ljg5OCw1LjQyNy0xMi44NDdDMjkyLjM2Miw3Ny4yNzksMjkwLjU0OCw3Mi45OTgsMjg2LjkzNSw2OS4zNzd6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+");
  background-position-y: 65%;
  background-size: 10px;
}

button.gridjs-sort:focus {
  outline: none;
}

table.gridjs-table {
  max-width: 100%;
  border-collapse: collapse;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
  overflow: auto;
  table-layout: fixed;
}

.gridjs-tbody {
  background-color: #fff;
}

td.gridjs-td {
  border: 1px solid #e5e7eb;
  padding: 12px 24px;
  background-color: #fff;
  box-sizing: content-box;
}

td.gridjs-td:first-child {
  border-left: none;
}

td.gridjs-td:last-child {
  border-right: none;
}

td.gridjs-message {
  text-align: center;
}

th.gridjs-th {
  color: #6b7280;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-top: none;
  padding: 14px 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  white-space: nowrap;
  outline: none;
  vertical-align: middle;
}

th.gridjs-th-sort {
  cursor: pointer;
}

th.gridjs-th-sort:hover {
  background-color: #e5e7eb;
}

th.gridjs-th-sort:focus {
  background-color: #e5e7eb;
}

th.gridjs-th-fixed {
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 1px 0 0 #e5e7eb;
}

@supports (-moz-appearance: none) {
  th.gridjs-th-fixed {
    box-shadow: 0 0 0 1px #e5e7eb;
  }
}
th.gridjs-th:first-child {
  border-left: none;
}

th.gridjs-th:last-child {
  border-right: none;
}

.gridjs-tr {
  border: none;
}

.gridjs-tr-selected td {
  background-color: #ebf5ff;
}

.gridjs-tr:last-child td {
  border-bottom: 0;
}

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

.gridjs-wrapper {
  position: relative;
  z-index: 1;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
  border-radius: 8px 8px 0 0;
  display: block;
  border-top-width: 1px;
  border-color: #e5e7eb;
}

.gridjs-wrapper:last-of-type {
  border-radius: 8px;
  border-bottom-width: 1px;
}

.gridjs-search {
  float: left;
}

.gridjs-search-input {
  width: 250px;
}

.gridjs-loading-bar {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.5;
}

.gridjs-loading-bar::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0, rgba(204, 204, 204, 0.2) 20%, rgba(204, 204, 204, 0.5) 60%, rgba(204, 204, 204, 0));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}

@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.gridjs-td .gridjs-checkbox {
  display: block;
  margin: auto;
  cursor: pointer;
}

.highlight-pro-image {
  color: #4BB543;
  font-size: 1.5em;
}

.highlight-con-image {
  color: #C9202C;
  font-size: 1.5em;
}

.homepage-container {
  padding-bottom: 16px;
}

.deals-meeting-row-paused {
  filter: grayscale(100) brightness(1.9);
}

.homepage-col {
  padding: 0;
  height: 100%;
}

.header {
  background-color: black;
  width: 100%;
  text-align: right;
  color: white;
  height: 40px;
  box-shadow: 0px 9px 13px -4px rgba(86, 86, 86, 0.43);
}
.header a {
  line-height: 40px;
  vertical-align: top;
}
.header a img {
  height: 32px;
  margin-right: 8px;
}
.header .notifications-bell {
  margin-right: 16px;
  color: #C9202C;
  line-height: 40px;
}

.notification-bell {
  cursor: pointer;
}

.notification-wrapper {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
.notification-wrapper .notification {
  position: relative;
  width: 2em;
  height: 2em;
}
.notification-wrapper .notification svg {
  width: 2em;
  height: 2em;
}
.notification-wrapper .notification svg > path {
  fill: #FFFFFF;
}
.notification-wrapper .notification--bell {
  transform-origin: 100% 0%;
}
.notification-wrapper .notification--num {
  position: absolute;
  top: 0%;
  left: 30%;
  font-size: 1em;
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  background-color: #FF4C13;
  border: 5px solid #FF4C13;
  color: #FFFFFF;
  text-align: center;
}

.homepage-notification-item {
  padding: 16px;
  list-style-type: none;
  transition: 0.2s all;
}
.homepage-notification-item a {
  color: #131516;
}
.homepage-notification-item:hover {
  background: rgba(201, 32, 44, 0.1);
  transition: 0.2s all;
}

.industry-container {
  padding: 24px;
}
.industry-container i.fa {
  margin-left: 8px;
}
.industry-container .edit-theses {
  font-size: 14px;
  line-height: 1.5;
}
.industry-container .document-url {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.industry-container .list-expander {
  margin-top: -10px;
}
.industry-container .teal-line-box h3, .industry-container .teal-line-box .page-title {
  height: 30px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.industry-container .teal-line-box h3 div.left, .industry-container .teal-line-box .page-title div.left {
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.industry-container .teal-line-box h3 div.left a, .industry-container .teal-line-box .page-title div.left a {
  height: 100%;
  padding: 4px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  text-decoration: none;
}
.industry-container .teal-line-box h3 div.left a svg, .industry-container .teal-line-box .page-title div.left a svg {
  height: 100%;
  width: auto;
  box-sizing: border-box;
}
.industry-container .page-title {
  font-weight: 700;
  color: #FD2A33;
}
.industry-container a {
  color: #014448;
}
.industry-container .startup-docs .company-name {
  color: #C9202C;
  font-size: 16px;
  font-weight: 700;
}
.industry-container .startup-card {
  margin-bottom: 24px;
}
.industry-container .startup-card p {
  margin-top: 4px;
  font-size: 12px;
  font-style: italic;
  color: gray;
}
.industry-container .startup-card .company-name a {
  color: #FD2A33;
  font-size: 16px;
  font-weight: 700;
}
.industry-container .organization-group .organization-name {
  color: #FD2A33;
  font-size: 16px;
}
.industry-container .startup-person {
  margin-bottom: 24px;
}
.industry-container .startup-person p {
  margin-top: 4px;
}
.industry-container .startup-person .person-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.referral-header {
  font-weight: 700;
  font-size: 14px;
}

.referral-body {
  margin-top: 6px;
}

.job-card {
  padding-top: 8px;
  padding-bottom: 8px;
}

.active-job .job-card {
  border-left: 3px solid #ccf9fc;
  padding-left: 11px;
}

.my-kpi-header {
  margin: 0;
  margin-bottom: 16px;
}

.my-kpi-number {
  font-weight: 700;
  width: 100%;
  font-size: 24px;
}

.my-kpi-caption {
  font-size: 16px;
  color: #717373;
}

.my-kpi-percentage {
  font-size: 16px;
  color: #a1a1a2;
  margin-left: 4px;
}

.on-target-meetings {
  background-color: #6fc469;
}

.off-target-meetings {
  background-color: #ed9198;
}

.no-target-meetings {
  background-color: #d0d0d0;
}

.leaderboard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.leaderboard img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.leaderboard h2 {
  font-weight: bold;
}
.leaderboard .score {
  color: #b51d28;
}
.leaderboard .heading-left > * {
  margin-right: 24px;
}
.leaderboard .panel {
  padding: 16px;
  width: 100rem;
}
.leaderboard .nav-bar {
  justify-content: center;
}
.leaderboard .padding-bottom {
  padding-bottom: 20px;
  white-space: nowrap;
}
.leaderboard .padding-bottom span {
  display: inline;
}
.leaderboard .leaderboard-rollup > .leaderboard-rollup-detail:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.leaderboard .leaderboard-rollup-detail-scores > div {
  margin-left: 20px;
  padding-bottom: 20px;
}
.leaderboard .inline {
  display: flex;
  align-items: center;
}
.leaderboard .inline > h3 {
  margin-left: 8px;
}
.leaderboard .loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leaderboard .loading {
  text-align: center;
}

.stats-leaderboard {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
  height: 308px;
  background: linear-gradient(to bottom, #3a404d, #181c26);
  border-radius: 10px;
  box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
}
.stats-leaderboard h1 {
  font-size: 18px;
  color: #e1e1e1;
  padding: 12px 13px 18px;
}
.stats-leaderboard h1 svg {
  width: 25px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  vertical-align: baseline;
}
.stats-leaderboard ol {
  list-style-type: none;
  padding: 0;
}
.stats-leaderboard ol li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  counter-increment: leaderboard;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.stats-leaderboard ol li::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c24448;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.stats-leaderboard ol li mark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 10px 18px 50px;
  margin: 0;
  background: none;
  color: #fff;
}
.stats-leaderboard ol li mark::before, .stats-leaderboard ol li mark::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: -9px;
  border-top: 10px solid #c24448;
  border-left: 10px solid transparent;
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
.stats-leaderboard ol li mark::after {
  left: auto;
  right: -9px;
  border-left: none;
  border-right: 10px solid transparent;
}
.stats-leaderboard ol li small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: right;
  color: white;
}
.stats-leaderboard ol li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa6855;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.stats-leaderboard ol li:nth-child(1) {
  background: #fa6855;
}
.stats-leaderboard ol li:nth-child(1)::after {
  background: #fa6855;
}
.stats-leaderboard ol li:nth-child(2) {
  background: #e0574f;
}
.stats-leaderboard ol li:nth-child(2)::after {
  background: #e0574f;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.stats-leaderboard ol li:nth-child(2) mark::before, .stats-leaderboard ol li:nth-child(2) mark::after {
  border-top: 6px solid #ba4741;
  bottom: -7px;
}
.stats-leaderboard ol li:nth-child(3) {
  background: #d7514d;
}
.stats-leaderboard ol li:nth-child(3)::after {
  background: #d7514d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.stats-leaderboard ol li:nth-child(3) mark::before, .stats-leaderboard ol li:nth-child(3) mark::after {
  border-top: 2px solid #b0433f;
  bottom: -3px;
}
.stats-leaderboard ol li:nth-child(4) {
  background: #cd4b4b;
}
.stats-leaderboard ol li:nth-child(4)::after {
  background: #cd4b4b;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.stats-leaderboard ol li:nth-child(4) mark::before, .stats-leaderboard ol li:nth-child(4) mark::after {
  top: -7px;
  bottom: auto;
  border-top: none;
  border-bottom: 6px solid #a63d3d;
}
.stats-leaderboard ol li:nth-child(5) {
  background: #c24448;
  border-radius: 0 0 10px 10px;
}
.stats-leaderboard ol li:nth-child(5)::after {
  background: #c24448;
  box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 10px 10px;
}
.stats-leaderboard ol li:nth-child(5) mark::before, .stats-leaderboard ol li:nth-child(5) mark::after {
  top: -9px;
  bottom: auto;
  border-top: none;
  border-bottom: 8px solid #993639;
}
.stats-leaderboard ol li:hover {
  z-index: 2;
  overflow: visible;
}
.stats-leaderboard ol li:hover::after {
  opacity: 1;
  transform: scaleX(1.06) scaleY(1.03);
}
.stats-leaderboard ol li:hover mark::before, .stats-leaderboard ol li:hover mark::after {
  opacity: 1;
  transition: all 0.35s ease-in-out;
}

.stats-leaderboard-points {
  font-size: 12px;
  color: #d0d0d0;
}

.stats-leaderboard-points-0 {
  color: #4BB543;
  font-size: 22px;
}

.stats-leaderboard-points-1 {
  color: #131516;
  font-size: 18px;
}

.stats-leaderboard-points-2 {
  color: #131516;
  font-size: 14px;
}

.startup-list-card {
  -webkit-box-shadow: 0px 0px 7px 0 rgba(130, 130, 130, 0.43);
  -moz-box-shadow: 0px 0px 7px 0 rgba(130, 130, 130, 0.43);
  box-shadow: 0px 0px 7px 0 rgba(130, 130, 130, 0.43);
  background: white;
  height: 100%;
  margin-bottom: 30px;
}
.startup-list-card .company-info-row {
  line-height: 76px;
  border: 3px solid #c91f2b;
}
.startup-list-card .company-info-row .logo {
  background: #131516;
  padding-left: 1px;
}
.startup-list-card .company-info-row .logo img {
  width: 75px;
  height: auto;
  max-height: 75px;
}
.startup-list-card .company-info-row .name {
  font-size: 22px;
  font-weight: 700;
  background: #131516;
}
.startup-list-card .company-info-row .name a {
  color: white;
}
.startup-list-card .company-info-row .score {
  text-align: center;
  font-size: 18px;
  padding: 18px 0;
  line-height: 40px;
  background: #C72331;
  color: white;
}
.startup-list-card .company-info-row div {
  height: 76px;
  vertical-align: baseline;
}
.startup-list-card .company-description-row {
  padding: 12px;
}
.startup-list-card .company-details-row {
  padding: 12px;
}
.startup-list-card .company-details-row .col-md-4 .label {
  font-style: italic;
  color: #d0d0d0;
}
.startup-list-card .company-details-row .col-md-4 .data {
  font-weight: 700;
}

/* Personal homepage */
.calendar-stats .stat-number {
  font-weight: 700;
  font-size: 24px;
}

/* Recap */
.recap-filter {
  margin-left: auto;
  display: flex;
  align-items: baseline;
}
.recap-filter .recap-filter-active-deals {
  margin-left: auto;
  margin-right: 16px;
  display: flex;
  align-items: stretch;
}
.recap-filter .recap-filter-active-deals span {
  display: inline-block;
  line-height: 36px;
  margin-right: 8px;
}
.recap-filter .recap-filter-active-deals .tgl-btn {
  display: inline-block;
  margin-right: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.recap-filter .recap-user-picker {
  margin-left: auto;
  display: flex;
  align-items: stretch;
}
.recap-filter .recap-user-picker > span {
  display: inline-block;
  line-height: 36px;
  margin-right: 8px;
}
.recap-filter .recap-user-picker .Select {
  width: 20em;
  display: inline-block;
}

.recap-container {
  height: 100%;
}

.recap-table {
  /* This allows react-select to work properly and doesn't seem to have any negative effects */
  overflow: visible !important;
  margin-top: 16px;
}
.recap-table th a {
  color: white;
  white-space: nowrap;
}
.recap-table td {
  vertical-align: top;
}
.recap-table .fa-edit:before {
  padding-right: 4px;
}
.recap-table td:nth-child(1) {
  /* Slug/source */
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.recap-table td:nth-child(1) .recap-logo, .recap-table td:nth-child(1) .lds-ellipsis {
  display: inline-block;
  margin-right: 16px;
  height: 50px;
  flex: 0 0 75px;
  text-align: center;
}
.recap-table td:nth-child(1) .recap-logo img {
  max-height: 50px;
  max-width: 75px;
}
.recap-table td:nth-child(1) .startup-meta {
  display: block;
  min-width: 125px;
  max-width: 200px;
  white-space: normal;
}
.recap-table td:nth-child(1) a i {
  color: #131516;
  margin-left: 4px;
}
.recap-table td:nth-child(2) {
  /* Analyst Score */
  white-space: nowrap;
  width: 5%;
}
.recap-table td:nth-child(2) input {
  width: 3em;
}
.recap-table td:nth-child(3) {
  /* Industries */
  width: 15%;
}
.recap-table td:nth-child(4) {
  /* Next steps */
  width: 15%;
}
.recap-table td:nth-child(4) .next-step:hover {
  text-decoration: underline;
}
.recap-table td:nth-child(4) .next-step:before {
  padding-right: 4px;
}
.recap-table td:nth-child(4) ul {
  padding-left: 0;
}
.recap-table td:nth-child(4) li {
  list-style-position: inside;
}
.recap-table td:nth-child(4) li .when {
  font-style: italic;
  padding-left: 8px;
  font-size: 0.75em;
}
.recap-table td:nth-child(5) {
  /* Outreach */
  width: 20%;
}
.recap-table td:nth-child(5) .reached-out {
  color: #357f2f;
}
.recap-table td:nth-child(5) .error {
  color: #C9202C;
}
.recap-table td:nth-child(5) .name, .recap-table td:nth-child(5) i, .recap-table td:nth-child(5) .when {
  padding-left: 8px;
}
.recap-table td:nth-child(5) .when {
  color: #a1a1a2;
}
.recap-table td:nth-child(5) .btn {
  width: auto;
  height: 2em;
}
.recap-table td:nth-child(6) {
  /* Dates */
  width: 10%;
}
.recap-table td:nth-child(7) {
  /* Movement */
  width: 20%;
}
.recap-table td:nth-child(7) .btn {
  margin: 0 8px 8px 0;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  height: 2em;
}
.recap-table td:nth-child(7) hr {
  border-color: #a1a1a2;
  margin: 4px 0 8px 0;
}

.transfer-editor > div {
  margin-bottom: 4px;
}

.repo-name {
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  padding-left: 16px;
}

.repo-description {
  display: inline-block;
  padding-left: 16px;
}

.overview-actions {
  font-size: 18px;
  text-align: left;
  line-height: 40px;
}
.overview-actions a, .overview-actions .overview-data .portfolio-status, .overview-data .overview-actions .portfolio-status {
  display: inline-block;
  height: 18px;
  position: relative;
  margin-right: 16px;
}
.overview-actions a svg, .overview-actions .overview-data .portfolio-status svg, .overview-data .overview-actions .portfolio-status svg {
  position: absolute;
  top: 5px;
  height: 16px;
}
.overview-actions a i, .overview-actions .overview-data .portfolio-status i, .overview-data .overview-actions .portfolio-status i {
  position: absolute;
  top: 5px;
  height: 16px;
}
.overview-actions a i.custom-icon, .overview-actions .overview-data .portfolio-status i.custom-icon, .overview-data .overview-actions .portfolio-status i.custom-icon {
  top: 6px;
}
.overview-actions a.link_warning i::after, .overview-actions .overview-data .link_warning.portfolio-status i::after, .overview-data .overview-actions .link_warning.portfolio-status i::after {
  content: "!";
  position: absolute;
  left: 0.85em;
  color: #C9202C;
}
.overview-actions a, .overview-actions .overview-data .portfolio-status, .overview-data .overview-actions .portfolio-status, .overview-actions li {
  padding-right: 16px;
  color: #717373;
}
.overview-actions a.disabled, .overview-actions .overview-data .disabled.portfolio-status, .overview-data .overview-actions .disabled.portfolio-status, .overview-actions li.disabled {
  color: #d0d0d0;
}
.overview-actions a:hover, .overview-actions .overview-data .portfolio-status:hover, .overview-data .overview-actions .portfolio-status:hover, .overview-actions li:hover {
  color: #C9202C;
  text-decoration: none;
}

.icon-col {
  padding-top: 10px;
}
.icon-col li:hover {
  color: #C9202C;
}

.overview-logo img {
  width: 80px;
  height: auto;
  box-shadow: 0px 0px 7px 0px #ececec;
}

.startup-profile-header {
  padding: 16px;
}

.overview-name {
  display: inline-block;
  width: auto;
}
.overview-name h1 {
  line-height: 40px;
  font-weight: 700;
}

.overview-team-photos {
  display: inline-block;
  width: auto;
  height: 80px;
  padding-top: 8px;
  padding-left: 40px;
  text-align: right;
}

.overview-menu {
  display: inline-block;
  width: auto;
  padding-top: 20px;
}
.overview-menu .btn {
  display: inline-block;
}

.overview-links {
  text-align: center;
}
.overview-links a, .overview-links .overview-data .portfolio-status, .overview-data .overview-links .portfolio-status {
  color: black;
  text-decoration: none;
  font-size: 24px;
}
.overview-links a:hover, .overview-links .overview-data .portfolio-status:hover, .overview-data .overview-links .portfolio-status:hover {
  color: #C9202C;
}

.overview-data p {
  font-size: 14px;
}
.overview-data #overview-remind-date:hover {
  text-decoration: underline;
}
.overview-data .data-entry {
  margin: 10px 0;
}
.overview-data .data-entry .data-label {
  font-weight: 800;
  font-size: 1.05em;
}

.photo {
  border-radius: 50px;
  box-shadow: 0px 0px 10px 1px rgb(202, 202, 202);
  margin-right: 10px;
}

.assigned_to_photo {
  width: 64px;
}

.deal_team_photo {
  width: 40px;
}

.next-step-photo {
  width: 32px;
  margin-bottom: 8px;
}

.deal-team-row {
  margin: 0;
}

.round-size {
  height: 64px;
  line-height: 64px;
}

.overview-icon, .overview-risk-active .fa, .overview-signal-active .fa, .overview-risk .fa, .overview-signal .fa {
  font-size: 18px;
  color: #d0d0d0;
  padding-top: 8px;
  width: 24px;
}

.overview-signal .signal-label {
  color: #d0d0d0;
}

.overview-risk .signal-label {
  color: #d0d0d0;
}

.overview-signal-active .fa {
  color: #44a33c;
}

.overview-risk-active .fa {
  color: #C9202C;
}

.overview-signal-title {
  margin: 0;
}

.signal-label {
  font-size: 14px;
  padding-left: 16px;
}

.founders-header {
  margin-bottom: 16px;
}
.founders-header a, .founders-header .overview-data .portfolio-status, .overview-data .founders-header .portfolio-status {
  margin-left: 8px;
  font-size: 16px;
  color: #424445;
}

.founder-card {
  margin: 0 0 16px 8px;
  padding: 0;
}
.founder-card .caption {
  margin: 8px 0;
}
.founder-card .notes {
  margin-top: 0;
  padding-left: 8px;
  font-size: 16px;
}
.founder-card .founder-name {
  margin: 0;
}
.founder-card .founder-name > a, .founder-card .overview-data .founder-name > .portfolio-status, .overview-data .founder-card .founder-name > .portfolio-status {
  color: #019ea7;
}
.founder-card .founder-name .meta > * {
  margin-left: 8px;
  color: #424445;
}
.founder-card .founder-name .meta .fa-pencil {
  color: #131516;
}
.founder-card .founder-name .meta .fa-star {
  color: #44a33c;
}

.risk-signals-list {
  list-style-type: none;
}

.overview-deals-table {
  width: 100%;
}
.overview-deals-table thead tr {
  border-bottom: 1px solid #717373;
}
.overview-deals-table thead th {
  padding-left: 8px;
  text-align: left;
}
.overview-deals-table tbody tr.alt {
  background-color: #e7e8e8;
}
.overview-deals-table tbody .investors {
  display: flex;
  font-style: italic;
  margin-bottom: 8px;
}
.overview-deals-table tbody .investors .collapser {
  width: 1.5em;
}
.overview-deals-table tbody .investors.investors-short .collapser {
  visibility: hidden;
}
.overview-deals-table tbody .investors > div > span {
  display: inline-block;
}
.overview-deals-table tbody .investors > div > span:not(:last-child)::after {
  content: ",";
  margin-right: 4px;
}
.overview-deals-table tbody .investors .investor .fa {
  margin: 0 8px;
}
.overview-deals-table td {
  padding: 4px 8px;
}

.ui-menu .assigned_to_photo.ui-menu-item-wrapper {
  padding: 2px;
}

.page-header-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.people-candidates .page-nav {
  float: left;
  margin-right: 2em;
}
.people-candidates .page-label {
  float: left;
  height: 40px;
  line-height: 35px;
  text-align: center;
  margin-right: 2em;
}
.people-candidates .page-label span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.people-candidates .candidates-card h5.sub-heading {
  margin: 0 1em;
}
.people-candidates .candidates-card .data-row {
  padding: 8px 0;
}
.people-candidates .candidates-card .data-row ul li {
  list-style-type: circle;
}
.people-candidates .candidates-card .decision-row {
  display: flex;
  justify-content: space-between;
  margin: 0 8px;
}
.people-candidates .candidates-card .decision-row .add-candidate {
  display: flex;
}

.kpis-stats-dashboard-component {
  min-height: 100vh;
}

.kpis-stats-header {
  color: #242946;
  margin: 0;
  margin-bottom: 16px;
}

.analytics-sidebar {
  text-align: center;
  background-color: #333333;
  height: 100vh;
  box-shadow: 5px 0px 23px 1px rgb(33, 33, 33);
}
.analytics-sidebar .logo img {
  margin-top: 15px;
  width: 100px;
}

.analytics-percentage-body tr .status-label {
  background-color: black;
  color: #C9202C;
  width: 1px;
  white-space: nowrap;
}
.analytics-percentage-body tr td {
  color: white;
}

.active {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1 !important;
}

.analytics-sidebar-entry {
  opacity: 0.2;
  transition: all ease-out 300ms;
}
.analytics-sidebar-entry:not(.active):hover {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.analytics-sidebar-entry a {
  line-height: 5em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.35);
  display: block;
}
.analytics-sidebar-entry a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2em;
  background: #e7e8e8;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #C9202C, #df3945);
}

.analytics-sidebar-sub-menu {
  opacity: 0.2;
  transition: all ease-out 300ms;
  animation: fadein 0.8s;
}
.analytics-sidebar-sub-menu:not(.active):hover {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.analytics-sidebar-sub-menu a {
  line-height: 3em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.35);
  display: block;
}
.analytics-sidebar-sub-menu a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2em;
  background: black;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #017178, #019ea7);
}

.analytics-focus-col {
  padding-top: 24px;
}

.analytics-col {
  text-align: center;
  margin-bottom: 24px;
}
.analytics-col .analytics-label {
  font-weight: 700;
  color: #242946;
  text-align: center;
}
.analytics-col .analytics-label i {
  color: #C9202C;
  margin-right: 8px;
}
.analytics-col .analytics-label.colored {
  color: #FD2A33;
}
.analytics-col .analytics-big-number {
  color: #242946;
  font-size: 48px;
  text-align: center;
  margin: 8px 0;
}
.analytics-col .analytics-big-number span {
  font-size: 18px;
  margin-left: 8px;
}

.analytics-content {
  overflow: scroll;
}
.analytics-content * {
  animation: fadein 0.8s;
}

.new-ui .button {
  padding: 12px 28px;
  border-radius: 15px;
  font-size: 14px;
  background-color: white;
  color: black;
  border: 1px solid black;
}
.new-ui .button.primary {
  background-color: black;
  color: white;
}

.candidates .startup-exists, #add-candidate-modal .startup-exists {
  color: #ff0000;
}
.candidates .startup-exists a, #add-candidate-modal .startup-exists a {
  color: #f4f1f1;
  background-color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  border-radius: 8px;
  padding: 8px;
  margin-left: 12px;
}

#add-candidate-modal .startup-exists div.link {
  margin-top: 8px;
}
#add-candidate-modal .startup-exists div.link a {
  margin-left: 0;
}

.candidates {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 40px;
}
.candidates .nav-bar .tabs-and-filters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.candidates .nav-bar .tabs-and-filters .filters {
  margin-top: 20px;
}
.candidates .panel .panel-column-group {
  column-gap: 32px;
  position: relative;
}
.candidates .panel .panel-column-group .column {
  flex-basis: calc(33.333% - 32px);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .candidates .panel .panel-column-group .column {
    flex-basis: calc(50% - 32px);
  }
}
@media (max-width: 992px) {
  .candidates .panel .panel-column-group .column {
    flex-basis: 100%;
  }
}
.candidates .panel .panel-column-group .column .screenshot {
  height: 200px;
}
.candidates .panel .panel-column-group .column .screenshot img {
  height: 100%;
}
.candidates .panel .panel-column-group .column .time-and-place {
  padding: 8px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.candidates .panel .panel-column-group .column .description {
  padding: 8px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.candidates .panel .panel-column-group .column .link-container {
  padding: 4px 24px;
}
.candidates .panel .panel-column-group .column .link-container.investor-name {
  padding-top: 0;
  padding-bottom: 0;
}
.candidates .panel .panel-column-group .column .link-container div.icon {
  padding-right: 16px;
  height: 32px;
  width: 32px;
}
.candidates .panel .panel-column-group .column .link-container div.icon .vertical-line {
  position: relative;
  height: 32px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 16px;
}
.candidates .panel .panel-column-group .column .link-container div.icon .vertical-line.last-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 5px;
  margin-left: -2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.candidates .panel .panel-column-group .column .link-container .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: black;
  margin-right: 4px;
}
.candidates .panel .panel-column-group .column .link-container .sub-label {
  margin-left: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.candidates .panel .panel-column-group .column .link-container .hotkey-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.25);
  padding: 0 8px;
  user-select: none;
}
.candidates .panel .panel-column-group .column .decision-buttons {
  margin: 20px 0 0 0;
  height: 54px;
}
.candidates .panel .panel-column-group .column .decision-buttons div.clickable {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding: 12px 18px;
}
.candidates .panel .panel-column-group .column .separator {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0px;
}
.candidates .panel .panel-column-group svg.icon {
  height: 32px;
  width: 32px;
}
.candidates .warning {
  padding: 16px;
  margin-bottom: 16px;
}
.candidates .tooltip .score-details .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.candidates .tooltip .score-details .score-total {
  font-weight: 700;
  padding: 4px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 8px;
}
.candidates .tooltip .score-details .score-detail {
  margin-bottom: 4px;
}
.candidates .tooltip .score-details .score-detail .label {
  margin-right: 8px;
}

#add-candidate-modal h3,
#pass-candidate-modal h3 {
  text-align: center;
  margin-top: 0;
}
#add-candidate-modal .selection-box,
#pass-candidate-modal .selection-box {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
#add-candidate-modal .selection-box .option,
#pass-candidate-modal .selection-box .option {
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
#add-candidate-modal .selection-box .option .hotkey-label,
#pass-candidate-modal .selection-box .option .hotkey-label {
  color: #a1a1a2;
}
#add-candidate-modal .selection-box .option:not(:last-child),
#pass-candidate-modal .selection-box .option:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
#add-candidate-modal .selection-box .option.selected,
#pass-candidate-modal .selection-box .option.selected {
  background-color: #f5f5f5;
}
#add-candidate-modal .fa-star,
#pass-candidate-modal .fa-star {
  margin: 1px;
  font-size: 20px;
  background: linear-gradient(180deg, white, yellow, orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px orange;
}
#add-candidate-modal .additional-notes textarea,
#pass-candidate-modal .additional-notes textarea {
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
#add-candidate-modal .name,
#add-candidate-modal .website,
#add-candidate-modal .additional-notes,
#add-candidate-modal .reassign-user,
#add-candidate-modal .main-industries,
#add-candidate-modal .validation-messages,
#add-candidate-modal .explain-reassignment,
#pass-candidate-modal .name,
#pass-candidate-modal .website,
#pass-candidate-modal .additional-notes,
#pass-candidate-modal .reassign-user,
#pass-candidate-modal .main-industries,
#pass-candidate-modal .validation-messages,
#pass-candidate-modal .explain-reassignment {
  margin-top: 16px;
}
#add-candidate-modal .name, #add-candidate-modal .website, #add-candidate-modal .explain-reassignment,
#pass-candidate-modal .name,
#pass-candidate-modal .website,
#pass-candidate-modal .explain-reassignment {
  display: block;
  line-height: 36px;
}
#add-candidate-modal .name > input, #add-candidate-modal .website > input, #add-candidate-modal .explain-reassignment > input,
#pass-candidate-modal .name > input,
#pass-candidate-modal .website > input,
#pass-candidate-modal .explain-reassignment > input {
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  padding: 0 5px;
  width: 100%;
}
#add-candidate-modal .name label, #add-candidate-modal .website label, #add-candidate-modal .explain-reassignment label,
#pass-candidate-modal .name label,
#pass-candidate-modal .website label,
#pass-candidate-modal .explain-reassignment label {
  display: block;
}
#add-candidate-modal .name label > input, #add-candidate-modal .website label > input, #add-candidate-modal .explain-reassignment label > input,
#pass-candidate-modal .name label > input,
#pass-candidate-modal .website label > input,
#pass-candidate-modal .explain-reassignment label > input {
  margin-right: 5px;
}
#add-candidate-modal .validation-messages,
#pass-candidate-modal .validation-messages {
  padding: 4px;
  background-color: #f4bdc1;
  font-weight: 500;
}
#add-candidate-modal .modal-actions,
#pass-candidate-modal .modal-actions {
  display: flex;
  justify-content: space-between;
  margin: 8px;
}
#add-candidate-modal .modal-actions div,
#pass-candidate-modal .modal-actions div {
  padding: 12px 28px;
  border-radius: 15px;
}
#add-candidate-modal .modal-actions div:first-child,
#pass-candidate-modal .modal-actions div:first-child {
  background-color: white;
  color: black;
  border: 1px solid black;
}
#add-candidate-modal .modal-actions div:last-child,
#pass-candidate-modal .modal-actions div:last-child {
  background-color: black;
  color: white;
}

/*
  SVG icon components are defined with a default class name matching the name of the icon
  (e.g. "linkedin-icon" for the LinkedInIcon component). This allows us to style the icon
  with CSS.
 */
svg.tile {
  border-radius: 6px;
  box-shadow: 0px 0.5px 1.5px rgba(0, 0, 0, 0.25);
}
svg.beta-list-icon {
  background: #FFFFFF;
}
svg.beta-list-icon rect {
  fill: #FFFFFF;
}
svg.beta-list-icon path#Tile {
  fill: #FFFFFF;
}
svg.beta-list-icon g#Logo {
  fill: #000000;
}
svg.expand-icon path, svg.contract-icon path {
  fill: #3D434D;
}
svg.funding-round-icon g circle {
  stroke: #040A0D;
}
svg.funding-round-icon g path {
  stroke: #040A0D;
}
svg.linkedin-icon {
  background: #FFFFFF;
}
svg.linkedin-icon rect {
  fill: #FFFFFF;
}
svg.linkedin-icon path#Tile {
  fill: #FFFFFF;
}
svg.linkedin-icon g#Logo polygon#Color {
  fill: #0A66C2;
}
svg.linkedin-icon g#Logo path {
  fill: #FFFFFF;
}
svg.open-many-icon path {
  fill: rgba(14, 19, 27, 0.25);
}
svg.open-one-icon g path {
  fill: rgba(14, 19, 27, 0.25);
}
svg.person-outline-icon g g {
  fill: #000000;
}
svg.pitchbook-icon {
  background: #FFFFFF;
}
svg.pitchbook-icon g rect {
  fill: #FFFFFF;
}
svg.pitchbook-icon g path#Tile {
  fill: #FFFFFF;
}
svg.pitchbook-icon g polyline#Color {
  fill: #051B38;
}
svg.pitchbook-icon g g#Logo {
  fill: #FFFFFF;
}
svg.radio-option-not-selected-icon g g {
  fill: #808080;
}
svg.radio-option-selected-icon path {
  fill: #808080;
}
svg.website-icon {
  fill: #FFFFFF;
}

.deals-grid .ag-root-wrapper {
  min-height: unset !important;
}
.deals-grid .ag-center-cols-viewport {
  min-height: 20px !important;
}

.decision-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 2em;
}
.decision-buttons div.clickable {
  font-size: 14px;
  padding: 16px;
  background-color: black;
  color: white;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.decision-buttons div.clickable:first-child {
  border-radius: 15px 0 0 15px;
}
.decision-buttons div.clickable:not(:last-child) {
  margin-right: 1px;
}
.decision-buttons div.clickable:last-child {
  border-radius: 0 15px 15px 0;
}
.decision-buttons div.clickable div {
  padding: 0;
}
.decision-buttons div.clickable.vertical-label {
  justify-content: center;
  padding: 0;
}
.decision-buttons div.clickable .hotkey-label {
  color: #a1a1a2;
}

.edit-board-seats {
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.edit-board-seats .board-seat {
  margin-left: 15px;
  padding-right: 15px;
  margin-right: 45px;
}
.edit-board-seats .board-seat .select {
  margin-right: 15px;
  width: 150%;
}
.edit-board-seats .board-seat .board-seat-type, .edit-board-seats .board-seat .board-member {
  margin-bottom: 15px;
}

.explain-reassignment {
  display: flex;
  gap: 4px;
}
.explain-reassignment > input {
  min-width: 200px;
  flex-grow: 1;
}
.explain-reassignment label {
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal !important;
}

/* Hacks to make things look right in the startup editor and add startup modal */
.edit-screen-container .explain-reassignment input,
.add-startup-modal .explain-reassignment input,
.transfer-editor .explain-reassignment input {
  padding: 8px 17px 8px 6px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  width: auto;
}
.edit-screen-container .explain-reassignment input:focus,
.add-startup-modal .explain-reassignment input:focus,
.transfer-editor .explain-reassignment input:focus {
  outline: none;
  border-color: #C9202C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #C9202C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #C9202C;
}
.edit-screen-container .explain-reassignment label,
.add-startup-modal .explain-reassignment label,
.transfer-editor .explain-reassignment label {
  /* Match *some* of the settings of the input */
  font-size: 14px;
  margin: 10px 0;
}
.edit-screen-container .explain-reassignment label input,
.add-startup-modal .explain-reassignment label input,
.transfer-editor .explain-reassignment label input {
  margin-right: 4px;
}

.transfer-editor .explain-reassignment {
  display: block;
}
.transfer-editor .explain-reassignment input {
  font-size: 14px;
  border: 1px solid #CCC;
}
.transfer-editor .explain-reassignment input[type=text] {
  width: 100%;
}
.transfer-editor .explain-reassignment label {
  display: block;
  margin: 4px;
}

.row-flex-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.row-flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row-flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.row-flex-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.column-flex-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.column-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #f8f8f8;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #f8f8f8;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #f8f8f8;
}

.floating-date-monthpicker, .floating-date-daypicker {
  position: absolute;
  z-index: 99999999;
}
.floating-date-monthpicker .react-calendar, .floating-date-daypicker .react-calendar {
  left: 0;
  z-index: 1;
  width: 272px;
  height: 279px;
  border: 0px;
  opacity: 1 !important;
  background-color: white !important;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation, .floating-date-daypicker .react-calendar .react-calendar__navigation {
  margin-bottom: 0px;
  align-items: stretch;
}
.floating-date-monthpicker .react-calendar .react-calendar__viewContainer, .floating-date-daypicker .react-calendar .react-calendar__viewContainer {
  padding: 10px;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation__arrow, .floating-date-daypicker .react-calendar .react-calendar__navigation__arrow {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation__arrow:enabled:hover, .floating-date-daypicker .react-calendar .react-calendar__navigation__arrow:enabled:hover {
  background-color: white;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation__arrow .i645, .floating-date-daypicker .react-calendar .react-calendar__navigation__arrow .i645 {
  width: 16px;
  height: 16px;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation__arrow.react-calendar__navigation__prev2-button, .floating-date-daypicker .react-calendar .react-calendar__navigation__arrow.react-calendar__navigation__prev2-button {
  border-top-left-radius: 10px;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation__arrow.react-calendar__navigation__next2-button, .floating-date-daypicker .react-calendar .react-calendar__navigation__arrow.react-calendar__navigation__next2-button {
  border-top-right-radius: 10px;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation__label, .floating-date-daypicker .react-calendar .react-calendar__navigation__label {
  background-color: white;
  font-weight: 500;
}
.floating-date-monthpicker .react-calendar .react-calendar__tile, .floating-date-daypicker .react-calendar .react-calendar__tile {
  border-radius: 10px;
  height: 48px;
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.floating-date-monthpicker .react-calendar .react-calendar__tile:hover, .floating-date-daypicker .react-calendar .react-calendar__tile:hover {
  background-color: white;
}
.floating-date-monthpicker .react-calendar .react-calendar__tile.react-calendar__tile--now, .floating-date-monthpicker .react-calendar .react-calendar__tile.react-calendar__tile--hasActive, .floating-date-daypicker .react-calendar .react-calendar__tile.react-calendar__tile--now, .floating-date-daypicker .react-calendar .react-calendar__tile.react-calendar__tile--hasActive {
  background-color: white;
}
.floating-date-monthpicker .react-calendar .react-calendar__navigation {
  height: 60px;
}

.floating-date-daypicker .react-calendar {
  height: auto;
}
.floating-date-daypicker .react-calendar .react-calendar__navigation {
  height: 40px;
}
.floating-date-daypicker .react-calendar .react-calendar__viewContainer {
  padding-top: 0;
}
.floating-date-daypicker .react-calendar .react-calendar__month-view__weekdays {
  line-height: 1em;
}
.floating-date-daypicker .react-calendar .react-calendar__navigation__label {
  font-size: 16px;
}
.floating-date-daypicker .react-calendar .react-calendar__tile {
  padding: 8px 8px;
  height: 42px;
}

.footer-hotkeys {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  background-color: #F5F5F5;
}
.footer-hotkeys li {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
.footer-hotkeys abbr {
  text-decoration: none;
  border-bottom-width: 0px;
  display: inline-block;
}
.footer-hotkeys .keystrokes {
  display: inline-block;
  margin-right: 4px;
}
.footer-hotkeys .keystroke {
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  height: 24px;
  padding: 0 4px;
  margin-right: 4px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.footer-hotkeys .summary {
  display: inline-block;
}

.leaderboard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.leaderboard img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.leaderboard h2 {
  font-weight: bold;
}
.leaderboard .score {
  color: #b51d28;
}
.leaderboard .heading-left > * {
  margin-right: 24px;
}
.leaderboard .panel {
  padding: 16px;
  width: 100rem;
}
.leaderboard .nav-bar {
  justify-content: center;
}
.leaderboard .padding-bottom {
  padding-bottom: 20px;
  white-space: nowrap;
}
.leaderboard .padding-bottom span {
  display: inline;
}
.leaderboard .leaderboard-rollup > .leaderboard-rollup-detail:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.leaderboard .leaderboard-rollup-detail-scores > div {
  margin-left: 20px;
  padding-bottom: 20px;
}
.leaderboard .inline {
  display: flex;
  align-items: center;
}
.leaderboard .inline > h3 {
  margin-left: 8px;
}
.leaderboard .loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leaderboard .loading {
  text-align: center;
}

.stats-leaderboard {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
  height: 308px;
  background: linear-gradient(to bottom, #3a404d, #181c26);
  border-radius: 10px;
  box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
}
.stats-leaderboard h1 {
  font-size: 18px;
  color: #e1e1e1;
  padding: 12px 13px 18px;
}
.stats-leaderboard h1 svg {
  width: 25px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  vertical-align: baseline;
}
.stats-leaderboard ol {
  list-style-type: none;
  padding: 0;
}
.stats-leaderboard ol li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  counter-increment: leaderboard;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.stats-leaderboard ol li::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c24448;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.stats-leaderboard ol li mark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 10px 18px 50px;
  margin: 0;
  background: none;
  color: #fff;
}
.stats-leaderboard ol li mark::before, .stats-leaderboard ol li mark::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: -9px;
  border-top: 10px solid #c24448;
  border-left: 10px solid transparent;
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
.stats-leaderboard ol li mark::after {
  left: auto;
  right: -9px;
  border-left: none;
  border-right: 10px solid transparent;
}
.stats-leaderboard ol li small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: right;
  color: white;
}
.stats-leaderboard ol li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa6855;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.stats-leaderboard ol li:nth-child(1) {
  background: #fa6855;
}
.stats-leaderboard ol li:nth-child(1)::after {
  background: #fa6855;
}
.stats-leaderboard ol li:nth-child(2) {
  background: #e0574f;
}
.stats-leaderboard ol li:nth-child(2)::after {
  background: #e0574f;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.stats-leaderboard ol li:nth-child(2) mark::before, .stats-leaderboard ol li:nth-child(2) mark::after {
  border-top: 6px solid #ba4741;
  bottom: -7px;
}
.stats-leaderboard ol li:nth-child(3) {
  background: #d7514d;
}
.stats-leaderboard ol li:nth-child(3)::after {
  background: #d7514d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.stats-leaderboard ol li:nth-child(3) mark::before, .stats-leaderboard ol li:nth-child(3) mark::after {
  border-top: 2px solid #b0433f;
  bottom: -3px;
}
.stats-leaderboard ol li:nth-child(4) {
  background: #cd4b4b;
}
.stats-leaderboard ol li:nth-child(4)::after {
  background: #cd4b4b;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.stats-leaderboard ol li:nth-child(4) mark::before, .stats-leaderboard ol li:nth-child(4) mark::after {
  top: -7px;
  bottom: auto;
  border-top: none;
  border-bottom: 6px solid #a63d3d;
}
.stats-leaderboard ol li:nth-child(5) {
  background: #c24448;
  border-radius: 0 0 10px 10px;
}
.stats-leaderboard ol li:nth-child(5)::after {
  background: #c24448;
  box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 10px 10px;
}
.stats-leaderboard ol li:nth-child(5) mark::before, .stats-leaderboard ol li:nth-child(5) mark::after {
  top: -9px;
  bottom: auto;
  border-top: none;
  border-bottom: 8px solid #993639;
}
.stats-leaderboard ol li:hover {
  z-index: 2;
  overflow: visible;
}
.stats-leaderboard ol li:hover::after {
  opacity: 1;
  transform: scaleX(1.06) scaleY(1.03);
}
.stats-leaderboard ol li:hover mark::before, .stats-leaderboard ol li:hover mark::after {
  opacity: 1;
  transition: all 0.35s ease-in-out;
}

.stats-leaderboard-points {
  font-size: 12px;
  color: #d0d0d0;
}

.stats-leaderboard-points-0 {
  color: #4BB543;
  font-size: 22px;
}

.stats-leaderboard-points-1 {
  color: #131516;
  font-size: 18px;
}

.stats-leaderboard-points-2 {
  color: #131516;
  font-size: 14px;
}

.modal-content {
  border-radius: 15px;
}

.width-95 {
  width: 95%;
}

.modal-container,
.modal-dialog,
.modal-content,
.modal-body {
  overflow: visible !important;
}

.new-ui .nav-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
}
.new-ui .nav-bar ul {
  margin: 0;
}
.new-ui .nav-bar .nav-group {
  padding-top: 20px;
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.new-ui .nav-bar .nav-group .nav-item {
  margin-right: 16px;
}
.new-ui .nav-bar .nav-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 18px;
}
.new-ui .nav-bar .nav-item div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.new-ui .nav-bar .nav-item div .evaluated-count {
  width: 100%;
  text-align: center;
}
.new-ui .nav-bar .button-with-label {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.new-ui .nav-bar .button-with-label .label {
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 7px;
}
.new-ui .nav-bar .nav-button {
  line-height: 40px;
  padding: 0;
  margin: 0 6px 0 0;
  user-select: none;
  background-color: #f8f8f8;
  border-style: solid;
  border-color: #b5b5b5;
  border-radius: 12px;
  border-width: 1px;
}
.new-ui .nav-bar .nav-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.new-ui .nav-bar .nav-button.disabled:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.new-ui .nav-bar .nav-button:hover {
  background-color: #fefefe;
}
.new-ui .nav-bar .nav-button .text {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  line-height: 34px;
  width: 100%;
}
.new-ui .nav-bar .nav-button .text.active {
  color: #ffffff;
}
.new-ui .nav-bar .nav-button .text span {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding-right: 10px;
  mask-image: linear-gradient(90deg, rgb(0, 0, 0) 95%, transparent);
  mask-repeat: no-repeat;
  mask-position: right;
}
.new-ui .nav-bar .nav-button .text .fa {
  padding-left: 10px;
  font-size: 12px;
}
.new-ui .nav-bar .nav-button-select-options {
  position: absolute;
  border: 0px;
  opacity: 1 !important;
  background-color: white !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 36px;
  padding: 0 10px;
  z-index: 1000;
}
.new-ui .nav-bar .nav-button-select-options .nav-button-select-option {
  margin: 10px 0;
}
.new-ui .nav-bar .nav-button-select-options .nav-button-select-option:hover {
  background-color: #f8f8f8;
}
.new-ui .nav-bar .nav-button-select-options .nav-button-select-option.selected {
  border-bottom: 1px solid #b5b5b5;
}
.new-ui .nav-bar .nav-button-select-options .nav-button-select-option span {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.5);
}
.new-ui .nav-bar .nav-button-radio-options {
  position: absolute;
  border: 0px;
  opacity: 1 !important;
  background-color: white !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 36px;
  padding: 0 10px;
  z-index: 1000;
  overflow-y: scroll;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option-search input[type=text] {
  border: none;
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.5);
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option-search input[type=text]:focus {
  outline: none;
  border: none;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option-search input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option-search .done-button {
  height: 24px;
  line-height: 22px;
  padding-left: 9.5px;
  padding-right: 9.5px;
  margin: 12px 0 12px 12px;
  flex-grow: 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 500;
  user-select: none;
  border: 0px;
  border-radius: 8px;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option svg {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option:hover {
  background-color: #f8f8f8;
}
.new-ui .nav-bar .nav-button-radio-options .nav-button-radio-option span {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.5);
  user-select: none;
}

.new-ui .panel .panel-column-group {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.new-ui .panel .panel-column-group .column {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.new-ui .panel .panel-column-group .column .column-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.new-ui .panel .panel-column-group .column .column-header .title {
  line-height: 30px;
  color: black;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.new-ui .panel .panel-column-group .column .column-header .title .sub-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}
.new-ui .panel .panel-column-group .column .column-header .hotkey-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.25);
  padding: 0 8px;
  user-select: none;
}

.new-ui .panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 12px;
}
.new-ui .panel .panel-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  height: 56px;
  padding: 21px 24px;
}
.new-ui .panel .panel-heading a {
  color: rgba(0, 0, 0, 0.5);
}
.new-ui .panel .panel-heading a:hover {
  text-decoration: none;
}
.new-ui .panel .panel-heading div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.new-ui .panel .panel-heading i {
  height: 100%;
  width: 100%;
  margin-right: 20px;
}
.new-ui .panel .panel-sub-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 16px;
  width: 100%;
  height: 56px;
  padding-bottom: 21px;
  padding-left: 24px;
  padding-right: 24px;
}
.new-ui .panel .panel-sub-heading a:hover {
  text-decoration: none;
}
.new-ui .panel .panel-sub-heading div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.new-ui .panel .panel-body {
  padding: 0 16px;
  width: 100%;
}
.new-ui .panel .panel-body .separator {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  margin-bottom: 8px;
}

.radar-header {
  display: flex;
  align-items: flex-start;
  margin: 0px 30px;
  padding-top: 20px;
}
.radar-header .tabs {
  flex-grow: 1;
  margin-top: 0;
}
.radar-header .tabs svg {
  height: 32px;
  width: 32px;
  margin-top: 8px;
}
.radar-header .recap-user-picker {
  margin-top: 2px; /* Slightly weird number, but it centers the picker against the tabs */
}
.radar-header .recap-user-picker img {
  width: 24px;
  margin: 4px;
}

.radar-grid {
  /* Note: the bottom margin is currently necessary to see the fixed hotkey help footer */
  margin: 0 0px 60px 0px;
}
.radar-grid .ag-cell-wrap-text {
  word-break: normal;
}
.radar-grid .ag-icon-filter {
  color: green;
}
.radar-grid .ag-root-wrapper {
  min-height: 500px;
  overflow: visible; /* Will hide dropdowns with default "hidden" */
}
.radar-grid .ag-root-wrapper .ag-menu {
  overflow: visible; /* Another hack to show dropdowns correctly - this time in filters. */
}
.radar-grid .tldr a {
  border: 1px solid #E0E0E0;
  padding: 0px 4px;
  margin: 0 4px;
  background-color: #FAFAFA;
  border-radius: 5px;
  color: black;
  text-decoration: none;
}
.radar-grid .tldr a:hover {
  background-color: #FFF;
}
.radar-grid .tgl-light:checked + .tgl-btn {
  background-color: rgb(63, 231, 141);
}
.radar-grid .founders-container {
  display: flex;
  flex-wrap: wrap;
}
.radar-grid .founders-container div {
  margin-right: 5px;
}
.radar-grid .disabled-founder {
  color: gray;
}
.radar-grid .col-active {
  margin: 6px 0;
  /* Toggle colors are in the parent declaration */
}
.radar-grid .ag-popup .analyst-score .Select-menu-outer {
  width: 500px !important;
}
.radar-grid .row-loading .ag-cell {
  background-color: #CCC;
  color: #999;
  cursor: wait;
}
.radar-grid .row-loading .ag-cell:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9999;
}
.radar-grid .button-overlay {
  position: absolute;
  display: none;
  top: 4px;
  margin: auto;
  padding: 2px 4px;
  background-color: white;
  height: 30px;
  border-radius: 10px;
  font-weight: bold;
}
.radar-grid .button-overlay svg {
  height: 24px;
  width: 24px;
  margin: 4px;
}
.radar-grid .button-overlay svg.pass-icon path {
  fill: red;
}
.radar-grid .button-overlay svg.remind-icon path {
  fill: rgba(255, 255, 255, 0);
  stroke: #808080;
}
.radar-grid .ag-row-hover .button-overlay, .radar-grid .ag-row-selected .button-overlay {
  display: block;
}

.col-filter {
  background-color: #FAFAFA;
  border-radius: 5px;
  padding: 8px 12px;
  min-width: 300px;
  max-width: 600px;
}

.col-inline-filter {
  display: flex;
}
.col-inline-filter .col-filter-fill {
  flex-grow: 1;
  flex-shrink: 1;
}

.apply-tailwind .research-lists .show-on-hover {
  display: none;
}

.apply-tailwind .research-lists .ag-row-hover .show-on-hover {
  display: inherit;
}

.ui-widget-content {
  z-index: 99999999;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.global-search,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}

.page-wrapper .sidebar-wrapper hr {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px;
  border-style: solid;
  border-color: #f2f2f2;
}

/*----------------toggled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 6px;
  opacity: 0.5;
  border-radius: 0 4px 4px 0px;
  width: 48px;
  height: 28px;
  line-height: 28px;
  transition-delay: 0.3s;
  z-index: 999999;
  background: rgb(49, 53, 61);
  text-align: center;
}
#show-sidebar i {
  vertical-align: middle;
  color: white;
  font-size: 16px;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -370px;
  z-index: 999;
  font-size: 12px;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding-left: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .logo {
  float: left;
  width: 30%;
  padding: 2px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .logo img {
  object-fit: cover;
  max-height: 45px;
  max-width: 45px;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 15px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
  padding-top: 4px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  color: #808080;
  padding-left: 15px;
}
.sidebar-wrapper .sidebar-menu ul li a img {
  padding-right: 10px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 18px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: FontAwesome;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-bottom: 5px;
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li.sidebar-link a {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li.a.sidebar-img {
  line-height: 28px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu li.sidebar-button {
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.sidebar-wrapper .sidebar-menu li.sidebar-button a {
  border-radius: 8px;
  background-color: black;
  color: white;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 325px;
  letter-spacing: 1px;
  line-height: 28px;
}
.sidebar-wrapper .sidebar-menu li.sidebar-button ul li a span.label {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

.sidebar-dropdown-title {
  font-weight: bold;
  color: black;
  letter-spacing: 1px;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
  overflow-x: hidden;
}
.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.social-tracker {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  width: 100%;
  height: 90vh;
}
.social-tracker ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-tracker li {
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.social-tracker .social-tracker-header {
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
}
.social-tracker .decision-buttons {
  font-size: 11px;
  margin: 20px 0 0 0;
  height: 54px;
}
.social-tracker .decision-buttons div.clickable {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding: 12px 18px;
}
.social-tracker .admin-link {
  font-style: italic;
  display: flex;
  justify-content: flex-end;
}
.social-tracker .admin-link a {
  color: #737373;
  text-decoration: none;
}
.social-tracker .admin-link a:hover {
  text-decoration: none;
}
.social-tracker .social-tracker-section > .hotkey-label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 18px;
  padding: 24px 0;
  margin-top: -16px;
}
.social-tracker .social-tracker-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}
.social-tracker .social-tracker-form .fill-width {
  flex-grow: 1;
}
.social-tracker .social-tracker-form :not(.fill-width) {
  flex-grow: 0;
}
.social-tracker .social-tracker-form :not(:last-child) {
  margin-right: 1em;
}
.social-tracker .social-tracker-form .vertical-rule {
  border-left: 1px solid #7a7a7a;
  height: 34px;
  margin-top: 8px;
}
.social-tracker .social-tracker-form .data-source-select {
  width: 300px;
}
.social-tracker .social-tracker-activity {
  width: 100%;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.social-tracker .social-tracker-activity:first-child {
  border-radius: 15px 15px 0 0;
}
.social-tracker .social-tracker-activity:last-child {
  border-radius: 0 0 15px 15px;
}
.social-tracker .social-tracker-activity.in-focus {
  background-color: #f2f2f2;
}
.social-tracker .social-tracker-activity.in-focus .action-buttons .decision-buttons div.clickable {
  background-color: black;
  color: white;
}
.social-tracker .social-tracker-activity .content {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1200px) {
  .social-tracker .social-tracker-activity .content {
    width: 70%;
  }
}
.social-tracker .social-tracker-activity .content .description {
  padding-bottom: 5px;
}
.social-tracker .social-tracker-activity .content .description a {
  font-weight: 800;
  color: black;
}
.social-tracker .social-tracker-activity .content .old-value {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: line-through;
}
.social-tracker .social-tracker-activity .content .signature {
  padding-top: 7px;
  color: rgba(0, 0, 0, 0.25);
}
.social-tracker .social-tracker-activity .action-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1200px) {
  .social-tracker .social-tracker-activity .action-buttons {
    width: 30%;
    justify-content: flex-start;
  }
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 2em;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable {
  font-size: 14px;
  padding: 16px;
  background-color: darkgray;
  color: white;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable:first-child {
  border-radius: 15px 0 0 15px;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable:not(:last-child) {
  margin-right: 1px;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable:last-child {
  border-radius: 0 15px 15px 0;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable div {
  padding: 0;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable.vertical-label {
  justify-content: center;
  padding: 0;
}
.social-tracker .social-tracker-activity .action-buttons .decision-buttons div.clickable .hotkey-label {
  color: #a1a1a2;
}
.social-tracker .unsafe-mode {
  color: #f94c4c;
  font-size: 16px;
}
.social-tracker .unsafe-mode .tgl-btn {
  float: left;
  clear: right;
  margin-right: 15px;
}
.social-tracker .tracker-changes-warning {
  padding: 16px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.social-tracker .tracker-feedback {
  display: flex;
  justify-content: flex-end;
}
.social-tracker .reviewed-today {
  font-size: 16px;
}
.social-tracker .tracker-feedback {
  display: flex;
  justify-content: flex-end;
}
.social-tracker .reviewed-today {
  font-size: 16px;
}

.suggested-text textarea {
  margin-bottom: 0px;
  width: 100%;
}
.suggested-text .actions span {
  font-size: 20px;
  padding: 4px;
  margin: 4px;
}
.suggested-text .actions span i {
  color: black;
}
.suggested-text .actions span i.active {
  color: green;
}

.new-ui table {
  width: 100%;
  border-collapse: collapse;
  color: rgba(0, 0, 0, 0.5);
}
.new-ui table.panel thead.panel-heading {
  display: table-header-group;
}
.new-ui table td, .new-ui table th {
  margin: 10px;
  padding: 10px;
}
.new-ui table td.center, .new-ui table th.center {
  text-align: center;
}
.new-ui table td.right, .new-ui table th.right {
  text-align: right;
}

.new-ui .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.new-ui .tabs li {
  float: left;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0 6px 0 0;
  position: relative;
  user-select: none;
  background-color: #f8f8f8;
  border-style: solid;
  border-color: #b5b5b5;
  border-radius: 12px;
  border-width: 1px;
}
.new-ui .tabs li:hover {
  background-color: #fefefe;
}
.new-ui .tabs li:has(span.active) {
  background: rgba(0, 0, 0, 0.5);
}
.new-ui .tabs li:has(span.active):hover {
  background: #000000;
}
.new-ui .tabs .tab-label {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.new-ui .tabs .tab-label.active {
  color: #ffffff;
}
.new-ui .tabs .tab-label .fa {
  padding-left: 20px;
  font-size: 12px;
}

.new-ui .toast {
  background-color: white;
  border-radius: 5px;
}
.new-ui .toast .toast-body {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.new-ui .toast .toast-progress-bar-success {
  background-color: #357f2f;
}
.new-ui .toast .toast-progress-bar-warning {
  background-color: #C9202C;
}

.new-ui .tooltip {
  opacity: 1 !important;
  background-color: white !important;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400;
}
.new-ui .dark-tooltip {
  opacity: 0.6 !important;
  background-color: rgba(51, 51, 51, 0.7) !important;
  border-radius: 5px;
  color: white !important;
  font-weight: 400;
  font-size: 12px !important;
  width: 250px !important;
  text-align: center !important;
  text-transform: none !important; /* Prevent text transformation */
}

/* Some responsive notes for this
- The minimum size of a table seems to be ~736px
- The charts don't have a firm minimum, though the candidate chart looks pretty dumb < 736. 500 is OK.
- A few staff members have 13" airs with a 2880w retina resolution (effectively 1440) that we need to accommodate.

So therefore we're going to have 3 layouts:

1. < 1400 - all components 90%w center aligned.
2. < 1920 - tables and candidates 90%w, middle charts 45%w.
3. > 1920 - all components 45%w

*/
.chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart-container .chart-wrapper {
  width: 100%;
  max-width: 90%;
}
.chart-container .chart-wrapper.chart-wrapper-wide {
  width: 100%;
  max-width: 90%;
}
.chart-container .chart-wrapper menu {
  padding: 10px;
}
.chart-container .chart-wrapper.loading article figure, .chart-container .chart-wrapper.loading article aside {
  background-color: #f2f2f2;
}
.chart-container .chart-wrapper article {
  display: flex;
  flex-direction: column;
}
.chart-container .chart-wrapper article figure,
.chart-container .chart-wrapper article aside {
  height: auto;
  min-height: 500px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.chart-container .chart-wrapper article figure {
  padding: 30px 20px 10px 10px;
}
.chart-container .chart-wrapper article aside {
  overflow: auto;
  width: 300px;
}
.chart-container .chart-wrapper .kpi-table .nav-bar .nav-button .text {
  font-size: 12px;
  padding: 0 10px;
}
.chart-container .chart-wrapper .kpi-table table th {
  font-size: 12px;
  line-height: 16px;
}
.chart-container .chart-wrapper .kpi-table table td {
  font-size: 14px;
  line-height: 21px;
}
.chart-container .chart-wrapper footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
}
.chart-container .chart-wrapper footer a {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.chart-container .chart-wrapper .nav-bar {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .chart-container .chart-wrapper .nav-bar {
    flex-direction: row;
    align-items: center;
  }
}
.chart-container .chart-wrapper .nav-bar .nav-group {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .chart-container .chart-wrapper .nav-bar .nav-group {
    width: auto;
    flex-direction: row;
  }
}

.chart-candidate-conversion {
  width: 100%;
}
.chart-candidate-conversion header {
  width: 100%;
}
.chart-candidate-conversion article {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 500px;
}
.chart-candidate-conversion article > figure {
  flex: 0 0 calc(100% - 300px - 30px);
  margin-right: 30px;
}
.chart-candidate-conversion article > aside {
  flex: 0 0 300px;
  width: 300px;
  overflow-y: auto;
}
.chart-candidate-conversion aside {
  padding: 0 16px 16px;
}
.chart-candidate-conversion aside h3 {
  border-bottom: 1px solid black;
}
.chart-candidate-conversion aside h3 span {
  float: right;
  font-size: 16px;
  margin-top: 6px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.chart-candidate-conversion aside .company {
  margin-bottom: 20px;
}
.chart-candidate-conversion aside .company > * {
  margin: 0 10px 0 70px;
}
.chart-candidate-conversion aside .company img {
  max-width: 60px;
  float: left;
  margin: 6px 0px 0px 0px;
}
.chart-candidate-conversion aside .company h5 a {
  color: black;
}
.chart-candidate-conversion aside .company .tldr {
  display: block;
  padding: 0;
  font-size: 14px;
}
.chart-candidate-conversion aside .company .date {
  font-size: 12px;
}
.chart-candidate-conversion footer {
  width: 100%;
}

@media (min-width: 1400px) {
  .chart-wrapper.chart-wrapper-wide {
    max-width: 90%;
  }
}
@media (min-width: 1920px) {
  .chart-wrapper.chart-wrapper-wide {
    max-width: 45%;
  }
}

.kpi-table .panel {
  margin-bottom: 0;
}
.kpi-table .panel.loading {
  background-color: #f2f2f2;
}
.kpi-table table {
  width: 100%;
}
.kpi-table table thead th {
  padding: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}
.kpi-table table thead th:first-child {
  padding-left: 15px;
  border-right: 2px solid #f2f2f2;
}
.kpi-table table thead th:last-child {
  padding-right: 15px;
}
.kpi-table table thead tr:last-child th {
  border-bottom: 2px solid #f2f2f2;
}
.kpi-table table tbody tr td {
  padding: 0;
  font-weight: 400;
  color: black;
  font-size: 20px;
}
.kpi-table table tbody tr td:first-child {
  padding-left: 15px;
  border-right: 2px solid #f2f2f2;
  padding-right: 10px;
}
.kpi-table table tbody tr td:last-child {
  padding-right: 15px;
}
.kpi-table table tbody tr:last-child {
  padding-bottom: 15px;
}
.kpi-table table tbody tr:last-child td {
  border-top: 2px solid #f2f2f2;
}
.kpi-table table tbody td:first-child {
  white-space: nowrap;
  width: 1px;
}
.kpi-table table.loading tbody tr td {
  color: #a1a1a2;
}
@media (min-width: 1400px) {
  .kpi-table table tr {
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .kpi-table table tr {
    height: 60px;
  }
}
.kpi-table table th div,
.kpi-table table td div {
  height: 100%;
  padding: 2.5px;
  margin: 2.5px;
}
@media (min-width: 1400px) {
  .kpi-table table th div,
  .kpi-table table td div {
    line-height: 36px;
  }
}
@media (min-width: 1920px) {
  .kpi-table table th div,
  .kpi-table table td div {
    line-height: 48px;
  }
}
.kpi-table table th div.red,
.kpi-table table td div.red {
  background-color: #f7626c;
}
.kpi-table table th div.green,
.kpi-table table td div.green {
  background-color: #d0f9d5;
}
.kpi-table table .stat-type-candidate {
  border-right: 2px solid #f2f2f2;
}
.kpi-table footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
}
.kpi-table footer a {
  color: rgba(0, 0, 0, 0.5);
}

body.new-ui {
  background-color: #f8f8f8;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  overscroll-behavior: none;
}

.nowrap {
  white-space: nowrap;
}

div.pill-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 8px -4px;
}
div.pill-container .pill {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
  padding: 4px 16px;
}

.portfolio-card, .portfolio-shutdown-card, .portfolio-exit-card, .portfolio-investment-card, .portfolio-fund-card {
  -webkit-box-shadow: 0px 0px 7px 0 rgba(224, 224, 224, 0.43);
  -moz-box-shadow: 0px 0px 7px 0 rgba(224, 224, 224, 0.43);
  box-shadow: 0px 0px 7px 0 rgba(224, 224, 224, 0.43);
  border-top: 3px solid #019ea7;
  padding: 16px;
  margin: 8px;
  background: #fefefe;
}

.portfolio-exit-card {
  border-top: 3px solid #4BB543;
}

.portfolio-shutdown-card {
  border-top: 3px solid #C9202C;
}

.investment-amount-lg {
  font-size: 24px;
  font-size: 700;
  transition: all 0.4s ease;
}
.investment-amount-lg span {
  font-size: 16px;
  color: #717373;
  font-weight: 400;
  padding-left: 4px;
}

.investment-amount-sm {
  font-size: 16px;
}
.investment-amount-sm span {
  font-size: 14px;
  color: #717373;
  padding-left: 4px;
}

.investment-amount-green {
  color: #44a33c;
}

.investment-amount-caption {
  font-style: normal;
}

.investment-card-row div {
  margin: 8px 0;
}

.portfolio-fund-name h1 {
  color: #019ea7;
  font-weight: 700;
}

.fund-name-size {
  color: #717373;
  font-size: 16px;
  margin-left: 16px;
}

.co-investor-logo {
  max-width: 64px;
  margin-right: 8px;
}

.progress {
  padding: 6px;
  background: rgba(183, 183, 183, 0.25);
  height: 40px;
}

.progress-bar {
  background-color: #ee303c;
  transition: 0.4s linear;
  transition-property: width, background-color;
}

#questions p {
  font-size: 14px;
}

.questions-row {
  padding: 8px 0;
}

.question-text {
  font-size: 15px;
  cursor: pointer;
  color: #131516;
}

.question-link {
  color: #131516;
  margin: 5px 0;
}

.question-date {
  color: #d0d0d0;
  font-size: 12px;
}

.question-links {
  padding: 0;
}
.question-links a {
  color: #131516;
  margin: 0 3px;
  font-size: 1.25em;
}

.question-check-image {
  color: #4BB543;
  margin-right: 1%;
}

.tools-header-icon {
  color: black;
  cursor: pointer;
  margin-left: 7px;
}

.add-image {
  font-size: 15px;
}
.add-image ::before {
  content: "+";
}

.inline-radio {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  margin: 24px 0;
}
.inline-radio div {
  position: relative;
  flex: 1;
  height: 40px;
}
.inline-radio input {
  width: 100%;
  height: 40px;
  opacity: 0;
}
.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  color: #717373;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
  transition: 0.3s all;
}
.inline-radio div:last-child label {
  border-right: 0;
}
.inline-radio input:checked + label {
  background: #019ea7;
  color: #fff;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^=top] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.box {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 25px;
}

.box__header {
  padding: 15px 25px;
  position: relative;
}

.box__body {
  padding: 0 25px;
}

/* STATS */
.stats {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}

.stats__percentage {
  color: #d0d0d0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.stats__amount, .stats__amount__small {
  color: #b51d28;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  line-height: 1.2;
}

.stats__amount__small {
  font-size: 26px;
}

.stats__caption, .stats__caption__small {
  font-size: 18px;
  color: #131516;
  font-weight: 400;
}

.stats__caption__small {
  font-size: 14px;
}

.industries {
  text-transform: capitalize;
}

.scoring-rules-breakdown .data-entry .data-label {
  font-size: 1.1em;
  font-weight: 700;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative !important;
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

.Select input::-ms-clear {
  display: none !important;
}

.Select input::-ms-reveal {
  display: none !important;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.35 !important;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9 !important;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none !important;
}

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #fff !important;
  border-color: #b3b3b3 #ccc #d9d9d9 !important;
}

.Select.is-open > .Select-control .Select-arrow {
  top: -2px !important;
  border-color: transparent transparent #999 !important;
  border-width: 0 5px 5px !important;
}

.Select.is-searchable.is-open > .Select-control {
  cursor: text !important;
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text !important;
}

.Select.is-focused > .Select-control {
  background: #fff !important;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1) !important;
  background: #fff !important;
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px !important;
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333 !important;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer !important;
  text-decoration: none !important;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff !important;
  outline: none !important;
  text-decoration: underline !important;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff !important;
}

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0 !important;
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666 !important;
}

.Select.Select--rtl {
  direction: rtl !important;
  text-align: right !important;
}

.Select-control {
  background-color: #fff !important;
  border-color: #d9d9d9 #ccc #b3b3b3 !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  cursor: default !important;
  display: table !important;
  border-spacing: 0 !important;
  border-collapse: separate !important;
  height: 36px !important;
  outline: none !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) !important;
}

.Select-control .Select-input:focus {
  outline: none !important;
  background: #fff !important;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0 !important;
  color: #aaa !important;
  left: 0 !important;
  line-height: 34px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.Select-input {
  height: 34px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: middle !important;
}

.Select-input > input {
  width: 100% !important;
  background: none transparent !important;
  border: 0 none !important;
  box-shadow: none !important;
  cursor: default !important;
  display: inline-block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  margin: 0 !important;
  outline: none !important;
  line-height: 17px !important;
  /* For IE 8 compatibility */
  padding: 8px 0 12px !important;
  /* For IE 8 compatibility */
  -webkit-appearance: none !important;
}

.is-focused .Select-input > input {
  cursor: text !important;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0 !important;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none !important;
}

.Select-loading-zone {
  cursor: pointer !important;
  display: table-cell !important;
  position: relative !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 16px !important;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear !important;
  -o-animation: Select-animation-spin 400ms infinite linear !important;
  animation: Select-animation-spin 400ms infinite linear !important;
  width: 16px !important;
  height: 16px !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  border: 2px solid #ccc !important;
  border-right-color: #333 !important;
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle !important;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms !important;
  -o-animation: Select-animation-fadeIn 200ms !important;
  animation: Select-animation-fadeIn 200ms !important;
  color: #999 !important;
  cursor: pointer !important;
  display: table-cell !important;
  position: relative !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 17px !important;
}

.Select-clear-zone:hover {
  color: #D0021B !important;
}

.Select-clear {
  display: inline-block !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.Select--multi .Select-clear-zone {
  width: 17px !important;
}

.Select-arrow-zone {
  cursor: pointer !important;
  display: table-cell !important;
  position: relative !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 25px !important;
  padding-right: 5px !important;
}

.Select--rtl .Select-arrow-zone {
  padding-right: 0 !important;
  padding-left: 5px !important;
}

.Select-arrow {
  border-color: #999 transparent transparent !important;
  border-style: solid !important;
  border-width: 5px 5px 2.5px !important;
  display: inline-block !important;
  height: 0 !important;
  width: 0 !important;
  position: relative !important;
}

.Select-control > *:last-child {
  padding-right: 5px !important;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block !important;
}

.Select .Select-aria-only {
  position: absolute !important;
  display: inline-block !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  float: left !important;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0 !important;
  }
  to {
    opacity: 1 !important;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0 !important;
  }
  to {
    opacity: 1 !important;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-top-color: #f8f8f8 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) !important;
  box-sizing: border-box !important;
  margin-top: -1px !important;
  max-height: 200px !important;
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  width: 100% !important;
  z-index: 1 !important;
  -webkit-overflow-scrolling: touch !important;
}

.Select-menu {
  max-height: 198px !important;
  overflow-y: auto !important;
}

.Select-option {
  box-sizing: border-box !important;
  background-color: #fff !important;
  color: #666666 !important;
  cursor: pointer !important;
  display: block !important;
  padding: 8px 10px !important;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.Select-option.is-selected {
  background-color: #f5faff !important;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04) !important;
  color: #333 !important;
}

.Select-option.is-focused {
  background-color: #ebf5ff !important;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08) !important;
  color: #333 !important;
}

.Select-option.is-disabled {
  color: #cccccc !important;
  cursor: default !important;
}

.Select-noresults {
  box-sizing: border-box !important;
  color: #999999 !important;
  cursor: default !important;
  display: block !important;
  padding: 8px 10px !important;
}

.Select--multi .Select-input {
  vertical-align: middle !important;
  margin-left: 10px !important;
  padding: 0 !important;
}

.Select--multi.Select--rtl .Select-input {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px !important;
}

.Select--multi .Select-value {
  background-color: #ebf5ff !important;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08) !important;
  border-radius: 2px !important;
  border: 1px solid #c2e0ff !important;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24) !important;
  color: #007eff !important;
  display: inline-block !important;
  font-size: 0.9em !important;
  line-height: 1.4 !important;
  margin-left: 5px !important;
  margin-top: 5px !important;
  vertical-align: top !important;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block !important;
  vertical-align: middle !important;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  cursor: default !important;
  padding: 2px 5px !important;
}

.Select--multi a.Select-value-label {
  color: #007eff !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline !important;
}

.Select--multi .Select-value-icon {
  cursor: pointer !important;
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  border-right: 1px solid #c2e0ff !important;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24) !important;
  padding: 1px 5px 3px !important;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd !important;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08) !important;
  color: #0071e6 !important;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff !important;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24) !important;
}

.Select--multi.Select--rtl .Select-value {
  margin-left: 0 !important;
  margin-right: 5px !important;
}

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none !important;
  border-left: 1px solid #c2e0ff !important;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24) !important;
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc !important;
  border: 1px solid #e3e3e3 !important;
  color: #333 !important;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed !important;
  border-right: 1px solid #e3e3e3 !important;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc !important;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn) !important;
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn) !important;
  }
}
.deal-source-selector .row .col-md-6 select {
  width: 100%;
}
.deal-source-selector .row .col-md-6 .modal-field-label {
  width: 100%;
  box-sizing: "border-box";
  padding: 0 1%;
  color: #C9202C;
  font-size: 13px;
}

.source-panel {
  margin: 3%;
}
.source-panel .current-source-panel {
  margin-top: 2%;
}

.archive-source {
  margin-top: 8px;
}

.source-col {
  margin-bottom: 15px;
}
.source-col .high-level-source-box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 1px 15px;
  height: 100%;
}
.source-col .high-level-source-box input {
  width: 100%;
  color: black;
  border: 0;
  outline: 0;
  background-color: #f2f2f2;
}
.source-col .high-level-source-box h2 {
  color: #C9202C;
}

.children-source {
  margin: 8px 0;
  font-weight: 400;
}

.hide-source {
  color: #C9202C;
}

.source-icons {
  text-align: right;
}

.rtfe-data-number {
  font-weight: 700;
  width: 100%;
  font-size: 24px;
}

.rtfe-data-caption {
  font-size: 16px;
  color: #717373;
}

.market-growth-input {
  width: 40%;
  padding-bottom: 24px;
  display: inline-block;
}
.market-growth-input .form-control, .market-growth-input .comp-form-control {
  margin: 0 auto;
  width: 95%;
}

.market-growth-check {
  padding-bottom: 24px;
  display: inline-block;
  vertical-align: top;
}
.market-growth-check .tgl-btn {
  margin-top: 8px;
}

.comp-form-selection {
  transition: all 0.3s ease-in-out;
}

.back-arrow {
  font-size: 20px;
  color: #a1a1a2;
}

.comp-form-control {
  margin: 8px 0;
}

.comp-name {
  display: inline-block;
}
.comp-name span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 32px;
}
.comp-name span .ticker {
  font-size: 14px;
  font-weight: 400;
}

.comp-details {
  display: inline-block;
}

.rtfe-cell {
  background: #a5daa1 !important;
}

.round-card h4 {
  margin-bottom: 8px;
}
.round-card h4 span {
  font-size: 14px;
  font-weight: 400;
}
.round-card .investors-list {
  margin-bottom: 8px;
}
.round-card .investors-list .fund-name {
  font-size: 14px;
}
.round-card .investors-list .fund-name .fa-plus {
  color: #131516;
}

.data-grid-container .data-grid {
  margin-bottom: 16px;
}

.list-row {
  height: 40px;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 2%;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list-row:hover {
  background: #e6fcfd;
}

.list-upgrade-style {
  width: 6%;
  float: left;
  overflow: auto;
  background-image: url(/images/statetoggle_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 0.5%;
  cursor: pointer;
}

.startup-list-box {
  float: left;
  height: 100%;
  overflow: hidden;
}

.startup-list-wrapper {
  background-color: #f2f2f2;
  height: 98%;
  margin: 0 1%;
  width: 98%;
  overflow: hidden;
  padding-top: 1%;
}

.deals-meeting-list-row {
  padding: 15px 0;
}
.deals-meeting-list-row:hover {
  background: #e6fcfd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.learn-more {
  margin-top: 200px;
  margin-left: 150px;
}

.stats-logo {
  width: 300px;
  margin: 0 auto;
}

.stats-card {
  text-align: center;
}

.stats-header {
  color: white;
}

.stats-number {
  font-size: 8em;
  color: #ffc55c;
  margin: 0;
}

.stats-week-browser {
  color: white;
  margin-bottom: 0.83em;
}
.stats-week-browser button {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
}

.table-light, .table-light-striped {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(181, 29, 40, 0.1);
}
.table-light th, .table-light-striped th {
  text-align: left;
}
.table-light thead th, .table-light-striped thead th {
  background-color: #b51d28;
  color: #fefefe;
  padding: 4px 16px;
}
.table-light tbody td:not(:first-child), .table-light-striped tbody td:not(:first-child) {
  padding: 12px;
}
.table-light tbody tr, .table-light-striped tbody tr {
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fefefe;
}
.table-light tbody tr td, .table-light-striped tbody tr td {
  padding: 8px 16px;
}
.table-light tbody tr td:first-child, .table-light-striped tbody tr td:first-child {
  color: #131516;
  font-weight: 700;
}
.table-light tbody tr:hover, .table-light-striped tbody tr:hover {
  background-color: rgb(253, 234, 234);
}

.table-light-striped tr:nth-child(even) {
  background-color: #f2f6fa;
}

body:not(.new-ui) .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
body:not(.new-ui) .tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
body:not(.new-ui) .tabs .tab-label {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #b51d28;
}
body:not(.new-ui) .tabs .tab-label:hover {
  background-color: #e6fcfd;
}
body:not(.new-ui) .tabs .active {
  background: #C9202C;
  color: white;
}
body:not(.new-ui) .tabs .active:hover {
  background: #C9202C;
}

.tldr a {
  text-decoration: underline;
  padding: 0 0.125em;
}

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}

.Toastify__toast--info {
  background: #3498db;
}

.Toastify__toast--success {
  background: #07bc0c;
}

.Toastify__toast--warning {
  background: #f1c40f;
}

.Toastify__toast--error {
  background: #e74c3c;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button:focus, .Toastify__close-button:hover {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
}

.Toastify__progress-bar--default {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

@keyframes Toastify__bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft;
}

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

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

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

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

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

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

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

@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

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

@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

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

@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0);
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0);
  }
}
.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft;
}

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

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

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

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

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

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

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

.toast {
  background-color: #383838;
}

.toast-body {
  color: white;
  font-weight: 700;
}

.toast-progress-bar {
  background-color: #C9202C;
}

.truncated-text .truncated-text-control {
  margin-left: 4px;
  text-decoration: underline;
}

/* Note that these styles are unique in that they ONLY need to handle 1920x1080 and 1080x1920 */
.tv-stats-dashboard-component {
  background-color: #13222d;
  height: 100vh;
}
.tv-stats-dashboard-component .stats-container {
  display: grid;
}
.tv-stats-dashboard-component .stats-card {
  /* This gets shrunk down in a complicated fashion to get it to match other nodes' size */
}
.tv-stats-dashboard-component .stats-card .stats-header {
  font-size: 18px;
}
.tv-stats-dashboard-component .stats-card .stats-leaderboard {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 4px;
  font-size: 12px;
  line-height: 15px;
  height: auto;
}
.tv-stats-dashboard-component .stats-card .stats-leaderboard ol li:before {
  top: 8px;
}
.tv-stats-dashboard-component .stats-card .stats-leaderboard ol li {
  padding: 8px 10px 15px 0;
}
.tv-stats-dashboard-component .stats-card .stats-leaderboard ol li mark {
  padding: 10px 0;
}
.tv-stats-dashboard-component .stats-card .source-breakdown-component {
  height: 100%;
}
.tv-stats-dashboard-component .stats-card .source-breakdown-component canvas {
  max-height: 328px;
}
.tv-stats-dashboard-component .stats-card .stats-number {
  font-size: 10rem;
}

@media (orientation: landscape) {
  .tv-stats-dashboard-component {
    display: flex;
    flex-flow: center;
    align-items: center;
    /* Logo */
    /* Leaderboard */
    /* MedianPrice */
    /* DealFlowSpeed */
    /* Stage */
    /* Diversity */
    /* SourceBreakdownArea */
    /* Movements */
    /* IndustryBreakdown */
    /* Geography */
  }
  .tv-stats-dashboard-component .stats-container {
    grid-template-columns: repeat(12, 134px);
    grid-template-rows: repeat(10, 96px);
    column-gap: 24px;
  }
  .tv-stats-dashboard-component .stats-logo {
    width: 200px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(1) img {
    margin-top: 20px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(2) {
    grid-column: 1/3;
    grid-row: 3/6;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(3) {
    grid-column: 3/6;
    grid-row: 5/8;
    padding: 0 20px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(4) {
    grid-column: 3/6;
    grid-row: 8/10;
    padding: 0 20px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(5) {
    grid-column: 6/9;
    grid-row: 1/5;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(6) {
    grid-column: 1/3;
    grid-row: 8/10;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(7) {
    grid-column: 3/6;
    grid-row: 1/5;
    padding: 0 20px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(8) {
    grid-column: 1/3;
    grid-row: 6/8;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(8) h2 {
    margin-bottom: 0 !important;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(9) {
    grid-column: 9/12;
    grid-row: 1/5;
    padding: 0 20px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(10) {
    grid-column: 6/13;
    grid-row: 6/10;
  }
}
@media (orientation: portrait) {
  .tv-stats-dashboard-component {
    display: flex;
    flex-flow: center;
    align-items: center;
    /* Logo */
    /* Leaderboard */
    /* MedianPrice */
    /* DealFlowSpeed */
    /* Stage */
    /* Diversity */
    /* SourceBreakdownArea */
    /* Movements */
    /* IndustryBreakdown */
    /* Geography */
  }
  .tv-stats-dashboard-component .stats-logo {
    width: 200px;
    margin-top: 75px;
  }
  .tv-stats-dashboard-component .stats-container {
    grid-template-columns: repeat(9, 96px);
    grid-template-rows: repeat(10, 134px);
    column-gap: 24px;
    row-gap: 36px;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(1) {
    grid-column: 4/7;
    grid-row: 1/3;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(2) {
    grid-column: 1/3;
    grid-row: 8/11;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(3) {
    grid-column: 1/4;
    grid-row: 1/3;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(4) {
    grid-column: 7/10;
    grid-row: 1/3;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(5) {
    grid-column: 1/4;
    grid-row: 6/8;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(6) {
    grid-column: 7/10;
    grid-row: 6/8;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(7) {
    grid-column: 1/5;
    grid-row: 3/6;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(8) {
    grid-column: 4/7;
    grid-row: 6/8;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(9) {
    grid-column: 6/10;
    grid-row: 3/6;
  }
  .tv-stats-dashboard-component .stats-card:nth-child(10) {
    grid-column: 3/10;
    grid-row: 8/12;
  }
}
.va-activities {
  margin: 1em;
}

.va-activity > .meta {
  display: flex;
  align-content: stretch;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0.125em;
  border-radius: 0.5em 0.5em 0 0;
  background-color: #e7e8e8;
}
.va-activity > .meta .startup {
  /* Favicon */
}
.va-activity > .meta .startup > a > img {
  max-height: 1.125em;
  margin-right: 0.5em;
  margin-top: -0.25em;
}
.va-activity > .meta .startup > a > img:hover {
  border: 1px solid #d0d0d0;
}
.va-activity > .meta .startup, .va-activity > .meta .owners, .va-activity > .meta .value-add-activity-targets, .va-activity > .meta .value-add-activity-toggles {
  padding: 0 0.5em;
}
.va-activity > .meta .startup, .va-activity > .meta .owners, .va-activity > .meta .value-add-activity-targets {
  border-right: 1px solid #d0d0d0;
}
.va-activity > .meta .activity-owner .Select {
  min-width: 20em;
}
.va-activity > .meta .todo-owners {
  color: #666;
  margin-left: 0.25em;
}
.va-activity > .meta .value-add-activity-targets .va-targets-editor {
  display: flex;
}
.va-activity > .meta .value-add-activity-targets .va-targets-editor .global-search {
  font-size: 1em;
}
.va-activity > .meta .value-add-activity-targets .va-targets-editor .close-editor {
  font-size: 1em;
  display: inline-block;
  /* To match the "X" buttons on the startup list */
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  margin-left: 0.5em;
}
.va-activity > .meta .value-add-activity-targets .search-result-item-list {
  display: inline-block;
  line-height: normal;
}
.va-activity > .meta .value-add-activity-targets .search-result-item-list .search-result-item {
  display: inline-block;
  flex-basis: auto;
  height: auto;
  margin: 0 0.5em 0 0;
  border-width: 0;
}
.va-activity > .meta .value-add-activity-targets .search-result-item-list .search-result-item .favicon,
.va-activity > .meta .value-add-activity-targets .search-result-item-list .search-result-item .favicon-shim {
  max-height: 1em;
  width: auto;
  margin: 0 0.125em 0 0;
}
.va-activity > .meta .value-add-activity-targets .search-result-item {
  font-size: inherit;
}
.va-activity > .meta .value-add-activity-targets .search-result-item:hover {
  cursor: inherit;
}
.va-activity > .meta .value-add-activity-toggles {
  border-right: 1px solid #d0d0d0;
}
.va-activity > .meta .value-add-activity-toggles label {
  padding: 0 0.5em;
}
.va-activity > .meta .value-add-activity-toggles input {
  margin-left: 0.5em;
}
.va-activity > .meta .value-add-activity-category {
  padding-left: 1em;
}
.va-activity > .meta .timestamps {
  flex-grow: 99;
  text-align: right;
}
.va-activity > .meta .timestamps span {
  margin-right: 1em;
}
.va-activity > .details {
  padding: 1em 0.25em 1em 1em;
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  border-radius: 0.5em 0.5em 0 0.5em;
}
.va-activity > .details .collapser {
  float: left;
  width: 2em;
  line-height: 2em;
  margin-top: -0.125em;
  color: #333;
}
.va-activity.va-activity-success > .details {
  background-color: #4BB543;
}
.va-activity.va-activity-failure > .details {
  background-color: #e6656e;
  color: white;
}
.va-activity.va-activity-completable > .details {
  background-color: #fcfc92;
}
.va-activity.va-activity-onhold > .details {
  background-color: #e7e8e8;
}
.va-activity > .steps {
  margin-left: 2em;
}
.va-activity .steps {
  margin-bottom: 1em;
}
.va-activity .steps > button {
  margin: 1em 1em 0 0;
}

.va-step > .details {
  padding: 0.75em 0.25em 0.75em 0.75em;
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  border-radius: 0.5em 0 0 0.5em;
}
.va-step > .details .collapser {
  float: left;
  width: 2em;
  line-height: 2em;
  margin-top: -0.125em;
  color: #333;
}
.va-step:first-child > .details {
  border-radius: 0 0 0 0.5em;
}
.va-step.va-step-success > .details {
  background-color: #4BB543;
}
.va-step.va-step-failure > .details {
  background-color: #e6656e;
  color: white;
}
.va-step.va-step-completable > .details {
  background-color: #fcfc92;
}
.va-step > .todos {
  margin-left: 2em;
}
.va-step .todos {
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 0 0.5em;
}
.va-step .todos > button {
  margin: 0.5em;
}
.va-step:last-of-type .va-todo {
  border-radius: 0 0 0 0.5em;
}

.va-todo {
  padding: 0.5em 0.25em 0.5em 0.5em;
  border-bottom: 1px solid #d0d0d0;
}
.va-todo:last-of-type {
  border-width: 0;
}
.va-todo .notes {
  margin: 0.25em 0 0.25em 4em;
}
.va-todo .notes .va-note {
  border-top: 1px solid #DDD;
  padding: 0.25em 0;
}
.va-todo .Select {
  min-width: 20em;
}
.va-todo > .completion {
  margin-right: 1em;
  text-align: left;
  float: left;
  /* Success / Failure checkboxes */
  /* Make sure it's obvious when selected */
  /* Edit / Delete buttons */
}
.va-todo > .completion a {
  margin: -0.0625em 0.75em 0 0.75em;
  padding-right: 0.75em;
  border-right: 1px solid #CCC;
}
.va-todo > .completion a img {
  height: 1.75em;
  width: 1.75em;
  object-fit: cover;
  border: 1px solid white;
}
.va-todo > .completion a img:hover {
  border: 1px solid #d0d0d0;
}
.va-todo > .completion .btn {
  border-radius: 0.75em;
  border-width: 1px;
  border-style: solid;
  color: #d0d0d0;
  margin-right: 0.25em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1em;
  font-size: 1em;
  padding: 0;
}
.va-todo > .completion .btn:focus {
  border-style: dashed;
}
.va-todo > .completion .btn:hover {
  color: black;
}
.va-todo > .completion .btn-unselected:focus {
  border-color: #131516;
}
.va-todo > .completion .btn-success {
  color: #44a33c;
  border-color: #44a33c;
}
.va-todo > .completion .btn-danger {
  color: #df3945;
  border-color: #df3945;
}
.va-todo > .completion button {
  margin: 0;
  cursor: pointer;
}
.va-todo > .completion button.active {
  background-color: green;
}
.va-todo > .completion button.inactive {
  background-color: #999;
  color: #444;
  opacity: 0.7;
  cursor: default;
}

.va-templatable {
  display: flex;
}
.va-templatable > .description,
.va-templatable > .properties {
  flex-grow: 1;
}
.va-templatable > .description .edit-prompt {
  font-style: italic;
}
.va-templatable > .description a {
  display: block;
  color: #333;
}
.va-templatable > .description p {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.va-templatable > .description button {
  width: 2em;
  height: 2em;
  display: inline-block;
}
.va-templatable > .description .main {
  margin-top: -0.25em;
}
.va-templatable > .description .aside {
  color: #424445;
  font-size: 0.75em;
}
.va-templatable > .description .aside::before {
  content: "»";
  display: inline-block;
  margin: 0 8px;
}
.va-templatable > .properties {
  display: flex;
  flex-wrap: wrap;
}
.va-templatable > .properties .property {
  display: flex;
  margin-right: 1em;
  margin-bottom: 0.25em;
}
.va-templatable > .properties .property label {
  width: 5em;
  text-align: right;
  margin-right: 0.5em;
}
.va-templatable > .properties .property label.required:before {
  content: "*";
  color: red;
  padding-right: 4px;
}
.va-templatable > .properties .property input, .va-templatable > .properties .property select {
  flex-grow: 1;
}
.va-templatable > .properties .property.readonly {
  opacity: 0.75;
  cursor: default;
  font-style: italic;
}
.va-templatable > .properties .property.readonly input {
  background-color: #EEE;
  border-style: solid;
}
.va-templatable > .properties .property.type-plain {
  min-width: 50%;
  flex-grow: 1;
}
.va-templatable > .actions {
  min-width: 2em;
  text-align: right;
}

.va-note p {
  font-style: italic;
  color: #555;
}

.va-actionable {
  margin: 0 0.25em 0.5em 0.25em;
}
.va-actionable h5 {
  margin: 0;
}
.va-actionable h6 {
  margin: 0.25em 0 0 0;
  font-size: 16px;
}
.va-actionable h6::before {
  content: "»";
  display: inline-block;
  margin: 0 8px;
}
.va-actionable .va-actionable-step {
  margin-bottom: 1em;
}
.va-actionable .va-todo {
  border-bottom-width: 0px;
}

.va-filter {
  margin: 16px;
  display: flex;
}
.va-filter > div {
  flex-grow: 1;
  margin-right: 2em;
}
.va-filter ul, .va-filter li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.va-filter hr {
  margin: 0.5em;
}
.va-filter label input {
  margin-right: 0.5em;
}
.va-filter .va-filter-action {
  min-width: 27em; /* Keeps it from jumping when toggled */
}
.va-filter .va-filter-action .sub-header-red {
  /* We just use this as a spacer */
  visibility: hidden;
}
.va-filter .add-activity-form label {
  display: block;
}
.va-filter .add-activity-form label span {
  display: inline-block;
  font-weight: bold;
  width: 8em;
  font-size: 14px;
}

.work-items-list .va-filter {
  padding-bottom: 0.5em;
}

.work-items-container {
  background: #fefefe;
  border-top: 3px solid #019ea7;
  box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 0.75);
  margin-bottom: 16px;
}
.work-items-container .work-items-header {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  padding: 16px;
}
.work-items-container .work-items-header .work-items-header-title {
  display: inline-block;
  font-weight: 700;
  width: 50%;
}
.work-items-container .work-items-header .work-items-header-actions {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.work-items-container .work-items-header .work-items-header-actions .Select {
  margin-right: 8px;
  width: 70%;
  height: 24px;
  display: inline-block;
}

body.auth {
  background-color: white;
}

.auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
}

.login-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-logo {
  padding-top: 1vh;
  max-width: 200px;
}

/* TODO: Remove this when we get a permanents solution for component scss */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip abbr {
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Adjust this value to position the tooltip */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  text-transform: none; /* Prevent text transformation */
  width: 250px;
}

.tooltip:hover abbr {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.stat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.stat {
  width: 140px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.1);
}
.stat .stat-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #888;
  overflow-wrap: break-word;
  text-align: center;
}
.stat .stat-value {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ff360f;
  text-align: center;
}
.stat .stat-details {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin-right: 10px;
  display: flex;
  justify-content: flex-end;
  padding: 7px;
}

.chart-page {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.chart-page .charts {
  flex-grow: 1;
  padding-bottom: 30px;
  /* Re-add this if we re-add the nav
  border-radius: 22px 0 0 0; */
}
.chart-page .charts .chart-section {
  padding: 0 40px;
  scroll-margin-top: 100px;
}
.chart-page .charts .chart-section h2 {
  display: flex;
  margin-left: 4px;
  font-size: 26px;
}
.chart-page .charts .chart-section h2:not(:first-child) {
  margin-top: 20px;
}
.chart-page .charts .chart-section div.ag-theme-quartz {
  overflow-y: auto;
}
.chart-page .charts .chart-section .chart-wrapper {
  margin-top: 20px;
  border-radius: 22px;
  background-color: white;
  border-radius: 22px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  scroll-margin-top: 100px;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header {
  display: flex;
  align-items: center;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header::before {
  content: "";
  flex: 1;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding-left: 10px;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header h3 .tooltip {
  background-color: transparent !important;
  box-shadow: none;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header h3 .tooltip i {
  background-color: transparent !important;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header h3 .tooltip i::before {
  background-color: transparent !important;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header h3 .tooltip abbr {
  font-size: 14px;
}
.chart-page .charts .chart-section .chart-wrapper .chart-header .chart-controls {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-right: 10px;
}
.chart-page .charts .chart-section .chart-wrapper .chart-body {
  height: 500px;
}
.chart-page .charts .chart-section .chart-wrapper .chart-body .chart {
  width: 100%;
  height: 100%;
}
.chart-page .charts .chart-section .chart-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
.chart-page .charts .chart-section .chart-list .chart {
  flex-grow: 1;
  flex-shrink: 1;
  aspect-ratio: 2/1;
  flex-basis: 100%;
  max-width: 100%;
  border-radius: 22px;
  background-color: white;
  border-radius: 22px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1280px) {
  .chart-page .charts .chart-section .chart-list .chart {
    flex-basis: 50%;
    max-width: calc(50% - 20px);
  }
}

.charts-global-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  height: 80px;
  position: sticky;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  top: 40px;
  background-color: #f8f8f8;
  z-index: 2;
  padding-right: 30px;
}
.charts-global-controls .state-toggle {
  margin-top: 1px;
}
.charts-global-controls .user-picker {
  width: 500px;
}
.charts-global-controls .user-picker .Select-control {
  border-radius: 12px;
}
.charts-global-controls .user-picker img {
  width: 24px;
  margin: 4px;
}

input,
textarea {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: black;
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

textarea {
  resize: vertical;
}

.form-group {
  padding-bottom: 4px;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.form-group.multiples {
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
}
.form-group .form-field-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.form-group .form-field-container.small {
  width: auto;
  flex-grow: 1;
}
.form-group .form-field-container.checkbox .form-label {
  margin-bottom: 0;
}
.form-group .form-field-container .form-input {
  width: 100%;
  color: black;
  padding: 0.25rem 0.375rem;
  font-weight: 400;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}
.form-group .form-field-container .form-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.form-group .form-field-container .form-input::-webkit-calendar-picker-indicator {
  display: none !important;
}
.form-group .form-field-container .form-input .Select-input input:focus-visible {
  outline: none;
}
.form-group .form-field-container .form-input.Select {
  padding: 0;
}
.form-group .form-field-container textarea.form-input {
  height: 3.5rem;
}

.form-label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.form-label button {
  height: 1.5rem;
  margin-left: 5px;
}
.form-label button svg {
  height: 100%;
  width: auto;
}

.checkbox span {
  padding: 0.5rem;
}

svg.form-control {
  width: 1.5rem;
  height: auto;
}

.Select .user-icon {
  display: flex;
  align-items: center; /* Vertical alignment */
  padding: 0;
}
.Select .user-icon img {
  max-height: 2.25rem;
  max-width: 2.25rem;
  margin-right: 0.5rem;
}
.Select .Select-menu-outer .user-icon img {
  margin-top: 0;
}
.Select .Select-value {
  margin-bottom: 5px;
}

body {
  background: #f8f8f8;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  overscroll-behavior: none;
}

.fa-thumbs-o-up {
  color: #357f2f;
}

.fa-thumbs-o-down {
  color: #C9202C;
}

abbr {
  cursor: help;
}

/* Nice app, but we don't need an ad in Voyager */
.filepond--credits {
  display: none !important;
}

.apply-tailwind {
  /*
  ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
  */
  /*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */
  /*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */
  /*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */
  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */
  /*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  /*
  Remove the default font size and weight for headings.
  */
  /*
  Reset links to optimize for opt-in styling instead of opt-out.
  */
  /*
  Add the correct font weight in Edge and Safari.
  */
  /*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */
  /*
  Add the correct font size in all browsers.
  */
  /*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */
  /*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */
  /*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */
  /*
  Remove the inheritance of text transform in Edge and Firefox.
  */
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */
  /*
  Use the modern Firefox focus style for all focusable elements.
  */
  /*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */
  /*
  Add the correct vertical alignment in Chrome and Firefox.
  */
  /*
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  /*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */
  /*
  Remove the inner padding in Chrome and Safari on macOS.
  */
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */
  /*
  Add the correct display in Chrome and Safari.
  */
  /*
  Removes the default spacing and border for appropriate elements.
  */
  /*
  Reset default styling for dialogs.
  */
  /*
  Prevent resizing textareas horizontally by default.
  */
  /*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */
  /*
  Set the default cursor for buttons.
  */
  /*
  Make sure disabled buttons don't get the pointer cursor.
  */
  /*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */
  /*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */
  /* Make elements with the HTML hidden attribute stay hidden by default */
  /* apply-tailwind breaks the existing .form-control. This Tailwind class puts those styles back. */
}
.apply-tailwind *,
.apply-tailwind ::before,
.apply-tailwind ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
.apply-tailwind ::before,
.apply-tailwind ::after {
  --tw-content: "";
}
.apply-tailwind html,
.apply-tailwind :host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}
.apply-tailwind body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}
.apply-tailwind hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
.apply-tailwind abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.apply-tailwind h1,
.apply-tailwind h2,
.apply-tailwind h3,
.apply-tailwind h4,
.apply-tailwind h5,
.apply-tailwind h6 {
  font-size: inherit;
  font-weight: inherit;
}
.apply-tailwind a {
  color: inherit;
  text-decoration: inherit;
}
.apply-tailwind b,
.apply-tailwind strong {
  font-weight: bolder;
}
.apply-tailwind code,
.apply-tailwind kbd,
.apply-tailwind samp,
.apply-tailwind pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}
.apply-tailwind small {
  font-size: 80%;
}
.apply-tailwind sub,
.apply-tailwind sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.apply-tailwind sub {
  bottom: -0.25em;
}
.apply-tailwind sup {
  top: -0.5em;
}
.apply-tailwind table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}
.apply-tailwind button,
.apply-tailwind input,
.apply-tailwind optgroup,
.apply-tailwind select,
.apply-tailwind textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}
.apply-tailwind button,
.apply-tailwind select {
  text-transform: none;
}
.apply-tailwind button,
.apply-tailwind input:where([type=button]),
.apply-tailwind input:where([type=reset]),
.apply-tailwind input:where([type=submit]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}
.apply-tailwind :-moz-focusring {
  outline: auto;
}
.apply-tailwind :-moz-ui-invalid {
  box-shadow: none;
}
.apply-tailwind progress {
  vertical-align: baseline;
}
.apply-tailwind ::-webkit-inner-spin-button,
.apply-tailwind ::-webkit-outer-spin-button {
  height: auto;
}
.apply-tailwind [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.apply-tailwind ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.apply-tailwind ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.apply-tailwind summary {
  display: list-item;
}
.apply-tailwind blockquote,
.apply-tailwind dl,
.apply-tailwind dd,
.apply-tailwind h1,
.apply-tailwind h2,
.apply-tailwind h3,
.apply-tailwind h4,
.apply-tailwind h5,
.apply-tailwind h6,
.apply-tailwind hr,
.apply-tailwind figure,
.apply-tailwind p,
.apply-tailwind pre {
  margin: 0;
}
.apply-tailwind fieldset {
  margin: 0;
  padding: 0;
}
.apply-tailwind legend {
  padding: 0;
}
.apply-tailwind ol,
.apply-tailwind ul,
.apply-tailwind menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.apply-tailwind dialog {
  padding: 0;
}
.apply-tailwind textarea {
  resize: vertical;
}
.apply-tailwind input::-moz-placeholder, .apply-tailwind textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
.apply-tailwind input::placeholder,
.apply-tailwind textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
.apply-tailwind button,
.apply-tailwind [role=button] {
  cursor: pointer;
}
.apply-tailwind :disabled {
  cursor: default;
}
.apply-tailwind img,
.apply-tailwind svg,
.apply-tailwind video,
.apply-tailwind canvas,
.apply-tailwind audio,
.apply-tailwind iframe,
.apply-tailwind embed,
.apply-tailwind object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
.apply-tailwind img,
.apply-tailwind video {
  max-width: 100%;
  height: auto;
}
.apply-tailwind [hidden] {
  display: none;
}
.apply-tailwind *, .apply-tailwind ::before, .apply-tailwind ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(65 111 151 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.apply-tailwind ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(65 111 151 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.apply-tailwind .container {
  width: 100%;
}
@media (min-width: 640px) {
  .apply-tailwind .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .apply-tailwind .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .apply-tailwind .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .apply-tailwind .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .apply-tailwind .container {
    max-width: 1536px;
  }
}
.apply-tailwind .form-control {
  position: relative;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
  padding-left: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.apply-tailwind .form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 34 0/var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 34 0 / var(--tw-ring-opacity));
}
.apply-tailwind .pill {
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.5em;
}
.apply-tailwind .pill.pill-default {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238/var(--tw-bg-opacity));
}
.apply-tailwind .pill.pill-default {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.apply-tailwind .pill.pill-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 144/var(--tw-bg-opacity));
}
.apply-tailwind .pill.pill-danger {
  --tw-text-opacity: 1;
  color: rgb(162 36 8/var(--tw-text-opacity));
}
.apply-tailwind .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.apply-tailwind .visible {
  visibility: visible;
}
.apply-tailwind .invisible {
  visibility: hidden;
}
.apply-tailwind .collapse {
  visibility: collapse;
}
.apply-tailwind .static {
  position: static;
}
.apply-tailwind .fixed {
  position: fixed;
}
.apply-tailwind .absolute {
  position: absolute;
}
.apply-tailwind .relative {
  position: relative;
}
.apply-tailwind .sticky {
  position: sticky;
}
.apply-tailwind .bottom-4 {
  bottom: 1rem;
}
.apply-tailwind .left-0 {
  left: 0px;
}
.apply-tailwind .right-0 {
  right: 0px;
}
.apply-tailwind .right-2 {
  right: 0.5rem;
}
.apply-tailwind .right-4 {
  right: 1rem;
}
.apply-tailwind .top-0 {
  top: 0px;
}
.apply-tailwind .top-1\/2 {
  top: 50%;
}
.apply-tailwind .z-10 {
  z-index: 10;
}
.apply-tailwind .z-50 {
  z-index: 50;
}
.apply-tailwind .col-span-1 {
  grid-column: span 1/span 1;
}
.apply-tailwind .m-0 {
  margin: 0px;
}
.apply-tailwind .m-1 {
  margin: 0.25rem;
}
.apply-tailwind .m-10 {
  margin: 2.5rem;
}
.apply-tailwind .m-2 {
  margin: 0.5rem;
}
.apply-tailwind .m-6 {
  margin: 1.5rem;
}
.apply-tailwind .m-8 {
  margin: 2rem;
}
.apply-tailwind .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.apply-tailwind .mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.apply-tailwind .mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.apply-tailwind .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.apply-tailwind .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.apply-tailwind .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.apply-tailwind .mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.apply-tailwind .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.apply-tailwind .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.apply-tailwind .my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.apply-tailwind .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.apply-tailwind .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.apply-tailwind .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.apply-tailwind .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.apply-tailwind .-mb-px {
  margin-bottom: -1px;
}
.apply-tailwind .-mt-1 {
  margin-top: -0.25rem;
}
.apply-tailwind .mb-1 {
  margin-bottom: 0.25rem;
}
.apply-tailwind .mb-1\.5 {
  margin-bottom: 0.375rem;
}
.apply-tailwind .mb-2 {
  margin-bottom: 0.5rem;
}
.apply-tailwind .mb-2\.5 {
  margin-bottom: 0.625rem;
}
.apply-tailwind .mb-3 {
  margin-bottom: 0.75rem;
}
.apply-tailwind .mb-4 {
  margin-bottom: 1rem;
}
.apply-tailwind .mb-6 {
  margin-bottom: 1.5rem;
}
.apply-tailwind .mb-8 {
  margin-bottom: 2rem;
}
.apply-tailwind .mb-\[50vh\] {
  margin-bottom: 50vh;
}
.apply-tailwind .mb-\[5px\] {
  margin-bottom: 5px;
}
.apply-tailwind .ml-1 {
  margin-left: 0.25rem;
}
.apply-tailwind .ml-1\.5 {
  margin-left: 0.375rem;
}
.apply-tailwind .ml-10 {
  margin-left: 2.5rem;
}
.apply-tailwind .ml-2 {
  margin-left: 0.5rem;
}
.apply-tailwind .ml-3 {
  margin-left: 0.75rem;
}
.apply-tailwind .ml-4 {
  margin-left: 1rem;
}
.apply-tailwind .ml-6 {
  margin-left: 1.5rem;
}
.apply-tailwind .ml-9 {
  margin-left: 2.25rem;
}
.apply-tailwind .ml-auto {
  margin-left: auto;
}
.apply-tailwind .mr-1 {
  margin-right: 0.25rem;
}
.apply-tailwind .mr-2 {
  margin-right: 0.5rem;
}
.apply-tailwind .mr-3 {
  margin-right: 0.75rem;
}
.apply-tailwind .mr-4 {
  margin-right: 1rem;
}
.apply-tailwind .mr-7 {
  margin-right: 1.75rem;
}
.apply-tailwind .mr-auto {
  margin-right: auto;
}
.apply-tailwind .mt-0 {
  margin-top: 0px;
}
.apply-tailwind .mt-0\.5 {
  margin-top: 0.125rem;
}
.apply-tailwind .mt-1 {
  margin-top: 0.25rem;
}
.apply-tailwind .mt-1\.5 {
  margin-top: 0.375rem;
}
.apply-tailwind .mt-2 {
  margin-top: 0.5rem;
}
.apply-tailwind .mt-3 {
  margin-top: 0.75rem;
}
.apply-tailwind .mt-4 {
  margin-top: 1rem;
}
.apply-tailwind .mt-5 {
  margin-top: 1.25rem;
}
.apply-tailwind .mt-6 {
  margin-top: 1.5rem;
}
.apply-tailwind .mt-8 {
  margin-top: 2rem;
}
.apply-tailwind .box-border {
  box-sizing: border-box;
}
.apply-tailwind .block {
  display: block;
}
.apply-tailwind .inline-block {
  display: inline-block;
}
.apply-tailwind .inline {
  display: inline;
}
.apply-tailwind .flex {
  display: flex;
}
.apply-tailwind .inline-flex {
  display: inline-flex;
}
.apply-tailwind .table {
  display: table;
}
.apply-tailwind .\!grid {
  display: grid !important;
}
.apply-tailwind .grid {
  display: grid;
}
.apply-tailwind .contents {
  display: contents;
}
.apply-tailwind .\!hidden {
  display: none !important;
}
.apply-tailwind .hidden {
  display: none;
}
.apply-tailwind .aspect-square {
  aspect-ratio: 1/1;
}
.apply-tailwind .size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.apply-tailwind .size-12 {
  width: 3rem;
  height: 3rem;
}
.apply-tailwind .size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.apply-tailwind .size-16 {
  width: 4rem;
  height: 4rem;
}
.apply-tailwind .size-4 {
  width: 1rem;
  height: 1rem;
}
.apply-tailwind .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.apply-tailwind .size-8 {
  width: 2rem;
  height: 2rem;
}
.apply-tailwind .h-10 {
  height: 2.5rem;
}
.apply-tailwind .h-12 {
  height: 3rem;
}
.apply-tailwind .h-14 {
  height: 3.5rem;
}
.apply-tailwind .h-16 {
  height: 4rem;
}
.apply-tailwind .h-2 {
  height: 0.5rem;
}
.apply-tailwind .h-2\.5 {
  height: 0.625rem;
}
.apply-tailwind .h-24 {
  height: 6rem;
}
.apply-tailwind .h-3 {
  height: 0.75rem;
}
.apply-tailwind .h-4 {
  height: 1rem;
}
.apply-tailwind .h-5 {
  height: 1.25rem;
}
.apply-tailwind .h-6 {
  height: 1.5rem;
}
.apply-tailwind .h-7 {
  height: 1.75rem;
}
.apply-tailwind .h-8 {
  height: 2rem;
}
.apply-tailwind .h-\[500px\] {
  height: 500px;
}
.apply-tailwind .h-\[calc\(100vh-270px\)\] {
  height: calc(100vh - 270px);
}
.apply-tailwind .h-full {
  height: 100%;
}
.apply-tailwind .max-h-60 {
  max-height: 15rem;
}
.apply-tailwind .max-h-80 {
  max-height: 20rem;
}
.apply-tailwind .max-h-96 {
  max-height: 24rem;
}
.apply-tailwind .max-h-\[200px\] {
  max-height: 200px;
}
.apply-tailwind .max-h-\[500px\] {
  max-height: 500px;
}
.apply-tailwind .max-h-\[calc\(100vh-270px\)\] {
  max-height: calc(100vh - 270px);
}
.apply-tailwind .min-h-4 {
  min-height: 1rem;
}
.apply-tailwind .min-h-6 {
  min-height: 1.5rem;
}
.apply-tailwind .min-h-\[100px\] {
  min-height: 100px;
}
.apply-tailwind .min-h-\[500px\] {
  min-height: 500px;
}
.apply-tailwind .min-h-\[calc\(100vh-50px\)\] {
  min-height: calc(100vh - 50px);
}
.apply-tailwind .w-1\/5 {
  width: 20%;
}
.apply-tailwind .w-10 {
  width: 2.5rem;
}
.apply-tailwind .w-10\/12 {
  width: 83.333333%;
}
.apply-tailwind .w-14 {
  width: 3.5rem;
}
.apply-tailwind .w-16 {
  width: 4rem;
}
.apply-tailwind .w-2 {
  width: 0.5rem;
}
.apply-tailwind .w-2\/5 {
  width: 40%;
}
.apply-tailwind .w-24 {
  width: 6rem;
}
.apply-tailwind .w-28 {
  width: 7rem;
}
.apply-tailwind .w-3 {
  width: 0.75rem;
}
.apply-tailwind .w-3\/5 {
  width: 60%;
}
.apply-tailwind .w-4 {
  width: 1rem;
}
.apply-tailwind .w-5 {
  width: 1.25rem;
}
.apply-tailwind .w-6 {
  width: 1.5rem;
}
.apply-tailwind .w-6\/12 {
  width: 50%;
}
.apply-tailwind .w-64 {
  width: 16rem;
}
.apply-tailwind .w-7 {
  width: 1.75rem;
}
.apply-tailwind .w-8 {
  width: 2rem;
}
.apply-tailwind .w-80 {
  width: 20rem;
}
.apply-tailwind .w-\[250px\] {
  width: 250px;
}
.apply-tailwind .w-\[300px\] {
  width: 300px;
}
.apply-tailwind .w-\[calc\(50\%-0\.5rem\)\] {
  width: calc(50% - 0.5rem);
}
.apply-tailwind .w-auto {
  width: auto;
}
.apply-tailwind .w-full {
  width: 100%;
}
.apply-tailwind .min-w-0 {
  min-width: 0px;
}
.apply-tailwind .min-w-80 {
  min-width: 20rem;
}
.apply-tailwind .min-w-full {
  min-width: 100%;
}
.apply-tailwind .max-w-\[100px\] {
  max-width: 100px;
}
.apply-tailwind .max-w-\[150px\] {
  max-width: 150px;
}
.apply-tailwind .max-w-full {
  max-width: 100%;
}
.apply-tailwind .flex-1 {
  flex: 1 1 0%;
}
.apply-tailwind .flex-none {
  flex: none;
}
.apply-tailwind .flex-shrink-0 {
  flex-shrink: 0;
}
.apply-tailwind .shrink {
  flex-shrink: 1;
}
.apply-tailwind .shrink-0 {
  flex-shrink: 0;
}
.apply-tailwind .flex-grow {
  flex-grow: 1;
}
.apply-tailwind .grow {
  flex-grow: 1;
}
.apply-tailwind .grow-0 {
  flex-grow: 0;
}
.apply-tailwind .border-collapse {
  border-collapse: collapse;
}
.apply-tailwind .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.apply-tailwind .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.apply-tailwind .transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes twirlDownFromRight {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.apply-tailwind .animate-\[twirlDownFromRight_0\.1s_ease-in-out_forwards\] {
  animation: twirlDownFromRight 0.1s ease-in-out forwards;
}
@keyframes twirlRightFromDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-90deg);
  }
}
.apply-tailwind .animate-\[twirlRightFromDown_0\.1s_ease-in-out_forwards\] {
  animation: twirlRightFromDown 0.1s ease-in-out forwards;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.apply-tailwind .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.apply-tailwind .animate-spin {
  animation: spin 1s linear infinite;
}
.apply-tailwind .cursor-default {
  cursor: default;
}
.apply-tailwind .cursor-help {
  cursor: help;
}
.apply-tailwind .cursor-not-allowed {
  cursor: not-allowed;
}
.apply-tailwind .cursor-pointer {
  cursor: pointer;
}
.apply-tailwind .cursor-wait {
  cursor: wait;
}
.apply-tailwind .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.apply-tailwind .resize {
  resize: both;
}
.apply-tailwind .scroll-mt-\[100px\] {
  scroll-margin-top: 100px;
}
.apply-tailwind .list-inside {
  list-style-position: inside;
}
.apply-tailwind .list-disc {
  list-style-type: disc;
}
.apply-tailwind .list-none {
  list-style-type: none;
}
.apply-tailwind .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.apply-tailwind .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.apply-tailwind .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.apply-tailwind .grid-cols-\[80px_1fr_auto\] {
  grid-template-columns: 80px 1fr auto;
}
.apply-tailwind .flex-row {
  flex-direction: row;
}
.apply-tailwind .flex-col {
  flex-direction: column;
}
.apply-tailwind .flex-wrap {
  flex-wrap: wrap;
}
.apply-tailwind .flex-nowrap {
  flex-wrap: nowrap;
}
.apply-tailwind .place-content-center {
  place-content: center;
}
.apply-tailwind .content-center {
  align-content: center;
}
.apply-tailwind .content-start {
  align-content: flex-start;
}
.apply-tailwind .content-end {
  align-content: flex-end;
}
.apply-tailwind .items-start {
  align-items: flex-start;
}
.apply-tailwind .items-center {
  align-items: center;
}
.apply-tailwind .items-baseline {
  align-items: baseline;
}
.apply-tailwind .items-stretch {
  align-items: stretch;
}
.apply-tailwind .justify-start {
  justify-content: flex-start;
}
.apply-tailwind .justify-end {
  justify-content: flex-end;
}
.apply-tailwind .justify-center {
  justify-content: center;
}
.apply-tailwind .justify-between {
  justify-content: space-between;
}
.apply-tailwind .justify-stretch {
  justify-content: stretch;
}
.apply-tailwind .justify-items-end {
  justify-items: end;
}
.apply-tailwind .gap-2 {
  gap: 0.5rem;
}
.apply-tailwind .gap-2\.5 {
  gap: 0.625rem;
}
.apply-tailwind .gap-3 {
  gap: 0.75rem;
}
.apply-tailwind .gap-4 {
  gap: 1rem;
}
.apply-tailwind .gap-6 {
  gap: 1.5rem;
}
.apply-tailwind .gap-8 {
  gap: 2rem;
}
.apply-tailwind .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
}
.apply-tailwind .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}
.apply-tailwind .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}
.apply-tailwind .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}
.apply-tailwind .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.apply-tailwind .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.apply-tailwind .space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.apply-tailwind .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.apply-tailwind .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.apply-tailwind .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.apply-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.apply-tailwind .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-divide-opacity));
}
.apply-tailwind .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}
.apply-tailwind .self-end {
  align-self: flex-end;
}
.apply-tailwind .justify-self-end {
  justify-self: end;
}
.apply-tailwind .overflow-auto {
  overflow: auto;
}
.apply-tailwind .overflow-hidden {
  overflow: hidden;
}
.apply-tailwind .overflow-x-auto {
  overflow-x: auto;
}
.apply-tailwind .overflow-y-auto {
  overflow-y: auto;
}
.apply-tailwind .overflow-x-hidden {
  overflow-x: hidden;
}
.apply-tailwind .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-tailwind .whitespace-normal {
  white-space: normal;
}
.apply-tailwind .whitespace-nowrap {
  white-space: nowrap;
}
.apply-tailwind .whitespace-pre-line {
  white-space: pre-line;
}
.apply-tailwind .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.apply-tailwind .text-nowrap {
  text-wrap: nowrap;
}
.apply-tailwind .break-words {
  overflow-wrap: break-word;
}
.apply-tailwind .rounded {
  border-radius: 0.25rem;
}
.apply-tailwind .rounded-2xl {
  border-radius: 1rem;
}
.apply-tailwind .rounded-\[22px\] {
  border-radius: 22px;
}
.apply-tailwind .rounded-\[5px\] {
  border-radius: 5px;
}
.apply-tailwind .rounded-full {
  border-radius: 9999px;
}
.apply-tailwind .rounded-lg {
  border-radius: 0.5rem;
}
.apply-tailwind .rounded-md {
  border-radius: 0.375rem;
}
.apply-tailwind .rounded-none {
  border-radius: 0px;
}
.apply-tailwind .rounded-xl {
  border-radius: 0.75rem;
}
.apply-tailwind .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.apply-tailwind .border {
  border-width: 1px;
}
.apply-tailwind .border-2 {
  border-width: 2px;
}
.apply-tailwind .border-b {
  border-bottom-width: 1px;
}
.apply-tailwind .border-b-2 {
  border-bottom-width: 2px;
}
.apply-tailwind .border-l-4 {
  border-left-width: 4px;
}
.apply-tailwind .border-r {
  border-right-width: 1px;
}
.apply-tailwind .border-t {
  border-top-width: 1px;
}
.apply-tailwind .border-t-2 {
  border-top-width: 2px;
}
.apply-tailwind .border-dotted {
  border-style: dotted;
}
.apply-tailwind .border-none {
  border-style: none;
}
.apply-tailwind .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
}
.apply-tailwind .border-black\/20 {
  border-color: rgba(0, 0, 0, 0.2);
}
.apply-tailwind .border-black\/50 {
  border-color: rgba(0, 0, 0, 0.5);
}
.apply-tailwind .border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(109 158 199/var(--tw-border-opacity));
}
.apply-tailwind .border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(65 111 151/var(--tw-border-opacity));
}
.apply-tailwind .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-border-opacity));
}
.apply-tailwind .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}
.apply-tailwind .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
}
.apply-tailwind .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128/var(--tw-border-opacity));
}
.apply-tailwind .border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81/var(--tw-border-opacity));
}
.apply-tailwind .border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(177 218 252/var(--tw-border-opacity));
}
.apply-tailwind .border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(83 227 173/var(--tw-border-opacity));
}
.apply-tailwind .border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(30 216 147/var(--tw-border-opacity));
}
.apply-tailwind .border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 152 92/var(--tw-border-opacity));
}
.apply-tailwind .border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 144/var(--tw-border-opacity));
}
.apply-tailwind .border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 132 105/var(--tw-border-opacity));
}
.apply-tailwind .border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 89 51/var(--tw-border-opacity));
}
.apply-tailwind .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 59 15/var(--tw-border-opacity));
}
.apply-tailwind .border-tone-335 {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221/var(--tw-border-opacity));
}
.apply-tailwind .border-transparent {
  border-color: transparent;
}
.apply-tailwind .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}
.apply-tailwind .border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(236 248 121/var(--tw-border-opacity));
}
.apply-tailwind .border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(120 234 192/var(--tw-border-opacity));
}
.apply-tailwind .bg-\[\#090f12\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 15 18/var(--tw-bg-opacity));
}
.apply-tailwind .bg-\[\#1e2326\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 35 38/var(--tw-bg-opacity));
}
.apply-tailwind .bg-\[\#E7E7E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231/var(--tw-bg-opacity));
}
.apply-tailwind .bg-\[\#FADFB4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 223 180/var(--tw-bg-opacity));
}
.apply-tailwind .bg-\[\#FFF3CD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205/var(--tw-bg-opacity));
}
.apply-tailwind .bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249/var(--tw-bg-opacity));
}
.apply-tailwind .bg-\[rgba\(51\,51\,51\,0\.7\)\] {
  background-color: rgba(51, 51, 51, 0.7);
}
.apply-tailwind .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-black-transparent {
  background-color: rgb(0, 0, 0);
}
.apply-tailwind .bg-black-transparent-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.apply-tailwind .bg-black-transparent-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.apply-tailwind .bg-black-transparent-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.apply-tailwind .bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(65 111 151/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 203 224/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 218 252/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 185 215/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 158 199/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 226 238/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-50\/40 {
  background-color: rgba(212, 226, 238, 0.4);
}
.apply-tailwind .bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 111 151/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 85 117/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 92/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 49 72/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 37 55/var(--tw-bg-opacity));
}
.apply-tailwind .bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 30 44/var(--tw-bg-opacity));
}
.apply-tailwind .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}
.apply-tailwind .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}
.apply-tailwind .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(30 216 147/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 241 222/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 218 252/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 234 192/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 227 173/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 245 234/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 216 147/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 181 122/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 144 95/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 108 71/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 74 47/var(--tw-bg-opacity));
}
.apply-tailwind .bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 33/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(243 90 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 187/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 127/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 92/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 115 37/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 187/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 90 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 69 6/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 55 2/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 40 2/var(--tw-bg-opacity));
}
.apply-tailwind .bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(181 70 229/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 188 245/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 154 240/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 129 249/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 97 239/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 209 255/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 70 229/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 54 193/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 27 169/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(106 16 145/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(81 0 115/var(--tw-bg-opacity));
}
.apply-tailwind .bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 2 89/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 59 15/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 191/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 144/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 132 105/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 89 51/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 220/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 59 15/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 43 2/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 34 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 36 8/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 26 2/var(--tw-bg-opacity));
}
.apply-tailwind .bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 20 2/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone {
  --tw-bg-opacity: 1;
  background-color: rgb(4 10 13/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 243/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 236/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 230 235/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-335 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 199 207/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 133 134/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 59 61/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 35 38/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 29 32/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 25/var(--tw-bg-opacity));
}
.apply-tailwind .bg-tone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 15 18/var(--tw-bg-opacity));
}
.apply-tailwind .bg-transparent {
  background-color: transparent;
}
.apply-tailwind .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(206 227 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 163/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 248 121/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 234 192/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 234 56/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 208/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 227 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 203 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 166 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 123 3/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 92 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 69 0/var(--tw-bg-opacity));
}
.apply-tailwind .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.apply-tailwind .from-blue-50 {
  --tw-gradient-from: #D4E2EE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 226 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.apply-tailwind .to-blue-100\/30 {
  --tw-gradient-to: rgb(178 203 224 / 0.3) var(--tw-gradient-to-position);
}
.apply-tailwind .fill-black-transparent-25 {
  fill: rgba(0, 0, 0, 0.25);
}
.apply-tailwind .fill-current {
  fill: currentColor;
}
.apply-tailwind .fill-tone-500 {
  fill: #828586;
}
.apply-tailwind .object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.apply-tailwind .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.apply-tailwind .p-0 {
  padding: 0px;
}
.apply-tailwind .p-1 {
  padding: 0.25rem;
}
.apply-tailwind .p-1\.5 {
  padding: 0.375rem;
}
.apply-tailwind .p-2 {
  padding: 0.5rem;
}
.apply-tailwind .p-2\.5 {
  padding: 0.625rem;
}
.apply-tailwind .p-3 {
  padding: 0.75rem;
}
.apply-tailwind .p-3\.5 {
  padding: 0.875rem;
}
.apply-tailwind .p-4 {
  padding: 1rem;
}
.apply-tailwind .p-5 {
  padding: 1.25rem;
}
.apply-tailwind .p-6 {
  padding: 1.5rem;
}
.apply-tailwind .p-8 {
  padding: 2rem;
}
.apply-tailwind .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.apply-tailwind .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.apply-tailwind .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.apply-tailwind .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.apply-tailwind .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.apply-tailwind .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.apply-tailwind .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.apply-tailwind .px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.apply-tailwind .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.apply-tailwind .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.apply-tailwind .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.apply-tailwind .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.apply-tailwind .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.apply-tailwind .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.apply-tailwind .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.apply-tailwind .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.apply-tailwind .pb-1 {
  padding-bottom: 0.25rem;
}
.apply-tailwind .pb-2 {
  padding-bottom: 0.5rem;
}
.apply-tailwind .pb-4 {
  padding-bottom: 1rem;
}
.apply-tailwind .pb-72 {
  padding-bottom: 18rem;
}
.apply-tailwind .pl-10 {
  padding-left: 2.5rem;
}
.apply-tailwind .pl-2 {
  padding-left: 0.5rem;
}
.apply-tailwind .pl-2\.5 {
  padding-left: 0.625rem;
}
.apply-tailwind .pl-5 {
  padding-left: 1.25rem;
}
.apply-tailwind .pr-1 {
  padding-right: 0.25rem;
}
.apply-tailwind .pr-3 {
  padding-right: 0.75rem;
}
.apply-tailwind .pr-4 {
  padding-right: 1rem;
}
.apply-tailwind .pt-1 {
  padding-top: 0.25rem;
}
.apply-tailwind .pt-2 {
  padding-top: 0.5rem;
}
.apply-tailwind .pt-3 {
  padding-top: 0.75rem;
}
.apply-tailwind .pt-4 {
  padding-top: 1rem;
}
.apply-tailwind .text-left {
  text-align: left;
}
.apply-tailwind .text-center {
  text-align: center;
}
.apply-tailwind .text-right {
  text-align: right;
}
.apply-tailwind .align-baseline {
  vertical-align: baseline;
}
.apply-tailwind .align-top {
  vertical-align: top;
}
.apply-tailwind .align-middle {
  vertical-align: middle;
}
.apply-tailwind .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.apply-tailwind .font-sans {
  font-family: Inter, ui-sans-serif, system-ui;
}
.apply-tailwind .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.apply-tailwind .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.apply-tailwind .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.apply-tailwind .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.apply-tailwind .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.apply-tailwind .text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.apply-tailwind .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.apply-tailwind .text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.apply-tailwind .text-\[10px\] {
  font-size: 10px;
}
.apply-tailwind .text-\[12px\] {
  font-size: 12px;
}
.apply-tailwind .text-\[14px\] {
  font-size: 14px;
}
.apply-tailwind .text-\[16px\] {
  font-size: 16px;
}
.apply-tailwind .text-\[24px\] {
  font-size: 24px;
}
.apply-tailwind .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.apply-tailwind .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.apply-tailwind .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.apply-tailwind .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.apply-tailwind .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.apply-tailwind .font-bold {
  font-weight: 700;
}
.apply-tailwind .font-medium {
  font-weight: 500;
}
.apply-tailwind .font-normal {
  font-weight: 400;
}
.apply-tailwind .font-semibold {
  font-weight: 600;
}
.apply-tailwind .uppercase {
  text-transform: uppercase;
}
.apply-tailwind .lowercase {
  text-transform: lowercase;
}
.apply-tailwind .capitalize {
  text-transform: capitalize;
}
.apply-tailwind .normal-case {
  text-transform: none;
}
.apply-tailwind .italic {
  font-style: italic;
}
.apply-tailwind .leading-4 {
  line-height: 1rem;
}
.apply-tailwind .leading-normal {
  line-height: 1.5;
}
.apply-tailwind .leading-relaxed {
  line-height: 1.625;
}
.apply-tailwind .tracking-wide {
  letter-spacing: 0.025em;
}
.apply-tailwind .tracking-wider {
  letter-spacing: 0.05em;
}
.apply-tailwind .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
.apply-tailwind .text-black\/25 {
  color: rgba(0, 0, 0, 0.25);
}
.apply-tailwind .text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.apply-tailwind .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(65 111 151/var(--tw-text-opacity));
}
.apply-tailwind .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(46 85 117/var(--tw-text-opacity));
}
.apply-tailwind .text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(31 64 92/var(--tw-text-opacity));
}
.apply-tailwind .text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(21 49 72/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity));
}
.apply-tailwind .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
.apply-tailwind .text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(30 216 147/var(--tw-text-opacity));
}
.apply-tailwind .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(23 181 122/var(--tw-text-opacity));
}
.apply-tailwind .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(12 144 95/var(--tw-text-opacity));
}
.apply-tailwind .text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(7 108 71/var(--tw-text-opacity));
}
.apply-tailwind .text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(214 79 0/var(--tw-text-opacity));
}
.apply-tailwind .text-red {
  --tw-text-opacity: 1;
  color: rgb(255 59 15/var(--tw-text-opacity));
}
.apply-tailwind .text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(255 89 51/var(--tw-text-opacity));
}
.apply-tailwind .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(255 59 15/var(--tw-text-opacity));
}
.apply-tailwind .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(222 43 2/var(--tw-text-opacity));
}
.apply-tailwind .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 34 0/var(--tw-text-opacity));
}
.apply-tailwind .text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(162 36 8/var(--tw-text-opacity));
}
.apply-tailwind .text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139/var(--tw-text-opacity));
}
.apply-tailwind .text-tone-100 {
  --tw-text-opacity: 1;
  color: rgb(242 243 243/var(--tw-text-opacity));
}
.apply-tailwind .text-tone-400 {
  --tw-text-opacity: 1;
  color: rgb(195 199 207/var(--tw-text-opacity));
}
.apply-tailwind .text-tone-500 {
  --tw-text-opacity: 1;
  color: rgb(130 133 134/var(--tw-text-opacity));
}
.apply-tailwind .text-tone-600 {
  --tw-text-opacity: 1;
  color: rgb(54 59 61/var(--tw-text-opacity));
}
.apply-tailwind .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.apply-tailwind .text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(151 166 0/var(--tw-text-opacity));
}
.apply-tailwind .text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(112 123 3/var(--tw-text-opacity));
}
.apply-tailwind .underline {
  text-decoration-line: underline;
}
.apply-tailwind .placeholder-black\/25::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.apply-tailwind .placeholder-black\/25::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.apply-tailwind .opacity-25 {
  opacity: 0.25;
}
.apply-tailwind .opacity-60 {
  opacity: 0.6;
}
.apply-tailwind .opacity-75 {
  opacity: 0.75;
}
.apply-tailwind .shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.05\)\] {
  --tw-shadow: 0 2px 6px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.apply-tailwind .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.apply-tailwind .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.apply-tailwind .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.apply-tailwind .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.apply-tailwind .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.apply-tailwind .outline {
  outline-style: solid;
}
.apply-tailwind .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.apply-tailwind .ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 203 224 / var(--tw-ring-opacity));
}
.apply-tailwind .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.apply-tailwind .grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.apply-tailwind .\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.apply-tailwind .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.apply-tailwind .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.apply-tailwind .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.apply-tailwind .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.apply-tailwind .transition-none {
  transition-property: none;
}
.apply-tailwind .duration-150 {
  transition-duration: 150ms;
}
.apply-tailwind .duration-200 {
  transition-duration: 200ms;
}
.apply-tailwind .duration-300 {
  transition-duration: 300ms;
}
.apply-tailwind .duration-500 {
  transition-duration: 500ms;
}
.apply-tailwind .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.apply-tailwind .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.apply-tailwind .first\:rounded-t-2xl:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.apply-tailwind .last\:mb-0:last-child {
  margin-bottom: 0px;
}
.apply-tailwind .last\:rounded-b-2xl:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.apply-tailwind .last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.apply-tailwind .hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
}
.apply-tailwind .hover\:bg-\[\#1e2326\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 35 38/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 220/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-tone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 243/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-tone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.apply-tailwind .hover\:fill-tone-900:hover {
  fill: #111619;
}
.apply-tailwind .hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(46 85 117/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(31 64 92/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(222 43 2/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(162 36 8/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-tone-500:hover {
  --tw-text-opacity: 1;
  color: rgb(130 133 134/var(--tw-text-opacity));
}
.apply-tailwind .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.apply-tailwind .hover\:underline:hover {
  text-decoration-line: underline;
}
.apply-tailwind .focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 111 151/var(--tw-border-opacity));
}
.apply-tailwind .focus\:border-transparent:focus {
  border-color: transparent;
}
.apply-tailwind .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.apply-tailwind .focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.apply-tailwind .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 111 151 / var(--tw-ring-opacity));
}
.apply-tailwind .disabled\:cursor-default:disabled {
  cursor: default;
}
.apply-tailwind .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.apply-tailwind .disabled\:bg-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.apply-tailwind .disabled\:bg-tone-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(130 133 134/var(--tw-bg-opacity));
}
.apply-tailwind .disabled\:text-tone-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(242 243 243/var(--tw-text-opacity));
}
.apply-tailwind .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.apply-tailwind .group:hover .group-hover\:visible {
  visibility: visible;
}
.apply-tailwind .group:hover .group-hover\:flex {
  display: flex;
}
.apply-tailwind .has-\[a\]\:hover\:bg-tone-335:hover:has(a) {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221/var(--tw-bg-opacity));
}
.apply-tailwind .has-\[button\]\:hover\:bg-tone-335:hover:has(button) {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221/var(--tw-bg-opacity));
}
@media (min-width: 640px) {
  .apply-tailwind .sm\:block {
    display: block;
  }
  .apply-tailwind .sm\:inline {
    display: inline;
  }
  .apply-tailwind .sm\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .apply-tailwind .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .apply-tailwind .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .apply-tailwind .md\:w-1\/3 {
    width: 33.333333%;
  }
  .apply-tailwind .md\:w-2\/3 {
    width: 66.666667%;
  }
  .apply-tailwind .md\:max-w-7xl {
    max-width: 80rem;
  }
  .apply-tailwind .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .apply-tailwind .md\:flex-row {
    flex-direction: row;
  }
  .apply-tailwind .md\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .apply-tailwind .lg\:p-8 {
    padding: 2rem;
  }
}
.apply-tailwind .\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden::-webkit-calendar-picker-indicator {
  display: none;
}
.apply-tailwind .\[\&_\.Select-input_input\:focus-visible\]\:outline-none .Select-input input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
