/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/entries/index.scss ***!
  \*************************************************************************************************************************************************************************/
.white-space {
  white-space: nowrap; }
  .white-space:after {
    content: '\00a0'; }

.btn-blue {
  background-color: #0071e3;
  color: #fff; }

.btn-red {
  background-color: #fa243c;
  color: #fff; }

.btn-green {
  background-color: #0c9d46;
  color: #fff; }

.btn-yellow {
  background-color: #ff9300;
  color: #fff; }

.btn > svg {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  margin-right: 4px; }

.row-toolbar {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.row-footer {
  margin-top: 1rem; }

.thumbnail.focus {
  background-color: yellow; }

body.red {
  background-color: red; }

.cts-video-thumbnails .row {
  margin-bottom: 1rem; }

.cts-video-thumbnail {
  display: block;
  width: 100%;
  border: none;
  border-radius: 1rem;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  background-color: inherit; }
  .cts-video-thumbnail img {
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .cts-video-thumbnail__caption {
    text-align: left;
    padding: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
    .cts-video-thumbnail__caption .label {
      font-weight: 400; }

.cts-river-info-thumbnail {
  display: block;
  width: 100%;
  border: none;
  border-radius: 1rem;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  background-color: inherit; }
  .cts-river-info-thumbnail img {
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .cts-river-info-thumbnail__caption {
    text-align: left;
    padding: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
    .cts-river-info-thumbnail__caption h3 {
      margin-top: 0; }
    .cts-river-info-thumbnail__caption .label {
      font-weight: 400; }

.cts-river-info-camera-point {
  position: absolute;
  display: inline-block;
  width: 1.5%;
  height: 2.66667%;
  background-color: blue;
  border: 0;
  padding: 0; }
  .cts-river-info-camera-point--selected {
    background-color: red; }

.fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000; }


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