/* line 1, app/assets/stylesheets/admin.scss */
.admin-container-bloc-details {
  display: none;
  border: black 1px solid;
  width: 98%;
  position: absolute;
  bottom: 10vh;
  padding: 10px;
  background-color: floralwhite;
  overflow: auto;
  z-index: 3;
  border-radius: 5px;
}

/* line 15, app/assets/stylesheets/admin.scss */
.user_moderation tr {
  min-height: 40px;
}

/* line 18, app/assets/stylesheets/admin.scss */
.admin_page_title_bloc {
  padding: 10px 3%;
  margin: 0 4% 5px;
  text-align: center;
  color: #09125A;
  border-radius: 5px;
  border: 1px grey solid;
  font-weight: bold;
  background-color: floralwhite;
  font-variant: all-small-caps;
}

/* line 29, app/assets/stylesheets/admin.scss */
.close_button, .close_moderation_button {
  top: 3px;
  right: 3px;
  position: absolute;
  padding: 5px;
  font-size: 20px;
}

/* line 35, app/assets/stylesheets/admin.scss */
.close_button i, .close_moderation_button i {
  color: black;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}

/* line 41, app/assets/stylesheets/admin.scss */
.large_picture_button {
  padding: 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* line 47, app/assets/stylesheets/admin.scss */
.large_picture_button svg {
  height: 20px;
  width: 20px;
}

/* line 54, app/assets/stylesheets/admin.scss */
.slide_right_button {
  position: absolute;
  right: 15px;
  top: 48%;
}

/* line 58, app/assets/stylesheets/admin.scss */
.slide_right_button svg {
  height: 20px;
  width: 20px;
}

/* line 64, app/assets/stylesheets/admin.scss */
.admin_dashboard {
  padding: 10px 3%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-bottom: 11vh;
}

/* line 70, app/assets/stylesheets/admin.scss */
.admin_dashboard a {
  text-decoration: none;
  color: #09125A;
  display: flex;
  text-align: center;
  width: 48%;
  margin-bottom: 5px;
}

/* line 77, app/assets/stylesheets/admin.scss */
.admin_dashboard a .admin_dash_block {
  width: 100%;
  margin-bottom: 0px;
}

/* line 82, app/assets/stylesheets/admin.scss */
.admin_dashboard a:hover {
  background-color: #09125A;
  color: white;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/admin.scss */
.admin_dash_block {
  width: 48%;
  min-width: 100px;
  height: 135px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px gray solid;
  padding: 10px;
  margin-bottom: 5px;
  font-size: medium;
}

/* line 103, app/assets/stylesheets/admin.scss */
.admin_dash_block span {
  color: grey;
}

@media screen and (min-width: 768px) {
  /* line 108, app/assets/stylesheets/admin.scss */
  .admin_dashboard a {
    width: 18%;
  }
  /* line 109, app/assets/stylesheets/admin.scss */
  .admin_dash_block {
    width: 18%;
  }
}

/* line 112, app/assets/stylesheets/admin.scss */
.admin_menu {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  overflow: scroll;
  padding-bottom: 11vh;
}

/* line 121, app/assets/stylesheets/admin.scss */
.admin_menu a {
  padding: 0;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px grey solid;
  text-decoration: none;
  height: 50px;
  width: 70vw;
  font-size: medium;
  color: #09125A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 400px;
}

/* line 138, app/assets/stylesheets/admin.scss */
.admin_menu a:hover {
  background-color: #09125A;
  color: white;
  text-decoration: none;
}

/* line 144, app/assets/stylesheets/admin.scss */
.admin-container {
  overflow: auto;
  height: 77vh;
  padding: 10px 1vw calc(max(8vh, 50px)) 1vw;
}

/* line 148, app/assets/stylesheets/admin.scss */
.admin-container table {
  width: 100%;
}

/* line 153, app/assets/stylesheets/admin.scss */
.admin-artist-container {
  padding: 10px 1vw calc(max(8vh, 50px)) 1vw;
}

/* line 155, app/assets/stylesheets/admin.scss */
.admin-artist-container table {
  width: 100%;
}

/* line 161, app/assets/stylesheets/admin.scss */
.artist-list form {
  display: inline-block;
}

/* line 163, app/assets/stylesheets/admin.scss */
.artist-list form input {
  margin: 5px;
}

/* line 165, app/assets/stylesheets/admin.scss */
.artist-list tr {
  border: none !important;
}

/* line 166, app/assets/stylesheets/admin.scss */
.artist-list td {
  min-width: 50px;
}

/* line 169, app/assets/stylesheets/admin.scss */
.admin_moderation_content {
  padding: 0 15px 30vh;
}

/* line 173, app/assets/stylesheets/admin.scss */
.artwork_moderation {
  padding: 0 15px 30vh;
}

/* line 178, app/assets/stylesheets/admin.scss */
.artwork_moderation table tr {
  border: 1px solid grey;
}

/* line 181, app/assets/stylesheets/admin.scss */
.artwork_moderation table td, .artwork_moderation table th {
  padding-right: 10px;
}

/* line 185, app/assets/stylesheets/admin.scss */
.artwork_moderation table td:nth-child(3) {
  min-width: 100px;
}

/* line 188, app/assets/stylesheets/admin.scss */
.artwork_moderation table td:nth-child(4) {
  min-width: 150px;
}

/* line 192, app/assets/stylesheets/admin.scss */
.artwork_moderation table td label {
  width: 100px;
}

/* line 196, app/assets/stylesheets/admin.scss */
.admin_image_preview {
  max-width: 200px;
  width: 20vw;
}

/* line 202, app/assets/stylesheets/admin.scss */
.styles_moderation table tr {
  border: 1px solid grey;
}

/* line 205, app/assets/stylesheets/admin.scss */
.styles_moderation table td, .styles_moderation table th {
  padding-right: 10px;
  padding: 5px;
}

/* line 211, app/assets/stylesheets/admin.scss */
.admintable {
  width: 100%;
  border: cadetblue 1px solid;
}

/* line 214, app/assets/stylesheets/admin.scss */
.admintable tr {
  border-bottom: 1px solid grey;
}

/* line 217, app/assets/stylesheets/admin.scss */
.admintable td {
  padding: 5px;
}

/* line 223, app/assets/stylesheets/admin.scss */
.styles_moderation svg {
  max-height: 4vh;
  width: auto;
}

/* line 226, app/assets/stylesheets/admin.scss */
.styles_moderation svg g {
  fill: #4c00d7;
}

/* line 228, app/assets/stylesheets/admin.scss */
.styles_moderation img {
  max-height: 4vh;
  width: auto;
}

/* line 235, app/assets/stylesheets/admin.scss */
a.detach_user {
  padding-left: 10px;
}

/* line 240, app/assets/stylesheets/admin.scss */
.moderation-new-pic input {
  width: 50px;
  height: 30px;
}

/* line 244, app/assets/stylesheets/admin.scss */
.moderation-new-pic a svg {
  height: 20px !important;
  width: 20px !important;
  margin-right: 10px;
}

/* line 250, app/assets/stylesheets/admin.scss */
.bloc_export_import {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
/* line 5, app/assets/stylesheets/artists.scss */
.artist_cover {
  background-size: cover;
  background-color: white;
  width: 100%;
  z-index: 999;
}

/* line 12, app/assets/stylesheets/artists.scss */
#map_artist {
  width: 100%;
}

@media screen and (min-width: 869px) {
  /* line 17, app/assets/stylesheets/artists.scss */
  .artist_cover {
    width: 35vw;
  }
  /* line 19, app/assets/stylesheets/artists.scss */
  .artist_cover .show_mainpicture {
    height: 30vh;
  }
  /* line 23, app/assets/stylesheets/artists.scss */
  #map_artist {
    width: 65vw;
  }
}

/* line 28, app/assets/stylesheets/artists.scss */
.main_title_artists {
  width: 100% !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  /* line 34, app/assets/stylesheets/artists.scss */
  .artist_cover {
    position: fixed;
  }
  /* line 37, app/assets/stylesheets/artists.scss */
  .bottom_artists {
    padding-top: calc(25vh + 55px);
  }
  /* line 40, app/assets/stylesheets/artists.scss */
  .main_title_artists {
    margin-top: -67.5px !important;
  }
}

/* line 45, app/assets/stylesheets/artists.scss */
.artist_row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17vh;
  background-color: #7900a6;
}

/* line 57, app/assets/stylesheets/artists.scss */
.artist_pseudo {
  color: white;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
}

/* line 62, app/assets/stylesheets/artists.scss */
.artist_pseudo .status_artist {
  font-size: 1.3rem;
}

/* line 68, app/assets/stylesheets/artists.scss */
.artist_tabs svg {
  padding-bottom: 2px;
}

/* line 71, app/assets/stylesheets/artists.scss */
.artist_tabs .active_tab i {
  color: #7900a6;
}

/* line 76, app/assets/stylesheets/artists.scss */
.artist_infos {
  padding-top: 15px !important;
  text-align: center;
}

/* line 81, app/assets/stylesheets/artists.scss */
.artist_description {
  text-align: justify;
  line-height: normal;
  margin: 5px;
}

/* line 87, app/assets/stylesheets/artists.scss */
.small-map-popup-container {
  border-radius: 5px;
}

/* line 89, app/assets/stylesheets/artists.scss */
.small-map-popup-container img {
  border-radius: 5px;
}
/* line 4, app/assets/stylesheets/artworks.scss */
.artwork-page .slider-popup, .artwork-page .holder-popup, .artwork-page .holder-popup-big, .artwork-page .slide-wrapper-popup, .artwork-page .slide-wrap-index-img, .artwork-page .slide-wrap-index-img, .artwork-page .slide-image-popup {
  width: 94vw;
}

/* line 7, app/assets/stylesheets/artworks.scss */
.artwork-page .slide-popup {
  width: 94vw !important;
}

@media screen and (max-width: 980px) {
  /* line 13, app/assets/stylesheets/artworks.scss */
  .artwork-popup {
    width: 94vw !important;
    height: 80vh !important;
    margin: 10vh 3vw !important;
  }
}

@media screen and (min-width: 980px) {
  /* line 21, app/assets/stylesheets/artworks.scss */
  .artwork-page {
    display: flex;
  }
  /* line 25, app/assets/stylesheets/artworks.scss */
  .artwork-page .slider-popup, .artwork-page .holder-popup, .artwork-page .holder-popup-big, .artwork-page .slide-wrapper-popup, .artwork-page .slide-wrap-index-img, .artwork-page .slide-wrap-index-img {
    width: 56.25vw;
  }
  /* line 28, app/assets/stylesheets/artworks.scss */
  .artwork-page .slide-popup {
    width: 56.25vw !important;
  }
  /* line 31, app/assets/stylesheets/artworks.scss */
  .artwork-page .slide-image-popup {
    width: 54.25vw;
    margin-right: 1vw;
    margin-left: 1vw;
    height: 100%;
  }
}

/*User datas*/
/* line 41, app/assets/stylesheets/artworks.scss */
.user_avatar_small {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50px;
}

/*Top bar global */
/* line 49, app/assets/stylesheets/artworks.scss */
.artwork_top_global {
  width: auto;
  /*background-color: rgba(255,255,255,0);*/
  background-color: #ccc;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0 15px;
}

/* line 62, app/assets/stylesheets/artworks.scss */
.artwork_item_group_left {
  left: 0;
  width: auto;
  display: flex;
}

/* line 63, app/assets/stylesheets/artworks.scss */
.artwork_item_group_right {
  position: absolute;
  right: 0;
  width: auto;
  display: flex;
}

/* line 65, app/assets/stylesheets/artworks.scss */
.artwork_item_left, .artwork_item_right {
  width: 35px;
  height: 35px;
  background-color: yellow;
  align-items: stretch;
  margin: 0 5px 0 0;
}

@media screen and (min-width: 980px) {
  /* line 75, app/assets/stylesheets/artworks.scss */
  .artwork-page-top {
    display: flex;
    flex-direction: column;
    width: 75%;
  }
  /*Artwork-slideshow*/
  /* line 82, app/assets/stylesheets/artworks.scss */
  .artwork-vizualisation {
    height: auto;
  }
}

/* line 89, app/assets/stylesheets/artworks.scss */
.artwork-pictures-display {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
}

/* line 95, app/assets/stylesheets/artworks.scss */
.artwork-slideshow .img-responsive {
  max-height: calc(70vh - 106px);
  margin: auto;
  min-width: 100px;
}

/* line 100, app/assets/stylesheets/artworks.scss */
.numbertext {
  border-radius: 5px;
  margin: 10px auto 0px auto;
  padding: 1px 3px;
  font-size: 12px;
  padding: 5px 5px;
  position: absolute;
  left: 10px;
  background-color: darkgrey;
}

/* line 116, app/assets/stylesheets/artworks.scss */
.scroll-group > .row > .col-xs-4 {
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 121, app/assets/stylesheets/artworks.scss */
.square-preview {
  width: 16vh;
  height: 12vh;
}

/* line 124, app/assets/stylesheets/artworks.scss */
.square-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 979px) {
  /* line 132, app/assets/stylesheets/artworks.scss */
  .col-xs-4.col-md-2.round-preview {
    width: 25vw;
    height: 25vw;
    margin: 0 5px;
    max-height: 14vh;
    max-width: 14vh;
    aspect-ratio: 1/1;
  }
  /* line 139, app/assets/stylesheets/artworks.scss */
  .col-xs-4.col-md-2.round-preview img {
    border-radius: 100px;
    padding: 0px;
  }
  /* line 144, app/assets/stylesheets/artworks.scss */
  .col-xs-4.col-md-2.round-preview .img-responsive {
    min-width: 80px;
    min-height: 80px;
  }
}

@media screen and (min-width: 980px) {
  /* line 157, app/assets/stylesheets/artworks.scss */
  .artwork-slideshow .img-responsive {
    max-height: 62vh;
    margin: auto;
  }
}

@media screen and (max-width: 979px) {
  /* line 168, app/assets/stylesheets/artworks.scss */
  .artwork-meta {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #ccc;
  }
}

@media screen and (min-width: 980px) {
  /* line 178, app/assets/stylesheets/artworks.scss */
  .artwork-meta {
    width: 25%;
    border-left: 3px #26348B solid;
    display: flex;
    flex-direction: column;
    padding: 5px;
    min-height: 82vh;
  }
}

/* line 190, app/assets/stylesheets/artworks.scss */
.artist_presence {
  display: flex;
}

/* line 194, app/assets/stylesheets/artworks.scss */
.picturedetails {
  padding: 9px 10px 9px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 201, app/assets/stylesheets/artworks.scss */
.picturedetails .user_avatar_row_small_type {
  margin-top: 0px;
}

/* line 203, app/assets/stylesheets/artworks.scss */
.picturedetails .user_avatar_row_small_type img {
  height: 25px;
  width: 25px;
}

/*Artwork_info*/
/* line 211, app/assets/stylesheets/artworks.scss */
.artwork_info {
  width: 100%;
  /* background-color: brown; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  padding: 10px 15px;
}

/* line 222, app/assets/stylesheets/artworks.scss */
.artwork_info svg {
  height: 26px;
  width: 26px;
  margin-right: 8px;
  margin-left: 8px;
  fill: #65676b;
}

/* line 228, app/assets/stylesheets/artworks.scss */
.artwork_info svg path {
  fill: #65676b;
}

/* line 237, app/assets/stylesheets/artworks.scss */
.artwork_info ul {
  margin-left: -30px;
  display: flex;
  align-items: center;
}

/* line 242, app/assets/stylesheets/artworks.scss */
.artwork_info li {
  line-height: normal;
}

/* line 246, app/assets/stylesheets/artworks.scss */
.artwork_address .address_text {
  margin-right: 30px;
}

/* line 249, app/assets/stylesheets/artworks.scss */
.artwork_address_text {
  line-height: normal;
}

/* line 253, app/assets/stylesheets/artworks.scss */
.artworks-video {
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: 8px 8px 8px 5px;
}

/* line 258, app/assets/stylesheets/artworks.scss */
.artworks-video iframe {
  border-radius: 5px;
}

/* line 263, app/assets/stylesheets/artworks.scss */
.artworks-audio {
  display: block;
  max-height: 10vh;
  margin: 8px 8px 8px 5px;
  border-radius: 5px;
  color: black;
  background-color: black;
}

/* line 270, app/assets/stylesheets/artworks.scss */
.artworks-audio iframe {
  margin: 5px 5px 0px 5px;
  width: 95%;
  max-height: 10vh;
}

/* line 275, app/assets/stylesheets/artworks.scss */
.artworks-audio div {
  margin: 0px 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 980px) {
  /* line 283, app/assets/stylesheets/artworks.scss */
  .artwork-meta .artworks-audio {
    margin-right: 25px;
  }
}

/* The heart of the matter */
/* line 291, app/assets/stylesheets/artworks.scss */
.scroll-group {
  overflow-x: auto;
}

/* line 295, app/assets/stylesheets/artworks.scss */
.scroll-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /*background-color: yellow;*/
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 0;
  padding-bottom: 3px;
}

/* line 311, app/assets/stylesheets/artworks.scss */
.scroll-group > .row > .col-xs-4 {
  float: none;
  margin: 3px -2px 0 0;
  border: none;
  padding: 5px;
}

/* line 319, app/assets/stylesheets/artworks.scss */
.col-xs-4 {
  width: 33.333%;
}

/* line 323, app/assets/stylesheets/artworks.scss */
.user-uploaded-picture {
  border: 3px solid #09125A;
}

/* line 327, app/assets/stylesheets/artworks.scss */
.aligned-center-bloc {
  text-align: center;
}

/* line 331, app/assets/stylesheets/artworks.scss */
.title-artwork {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10vh;
  width: 100%;
  padding-left: 15px;
}

/* line 339, app/assets/stylesheets/artworks.scss */
.add-picture-to-artwork, .moderation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #19e8bf;
  border: 0px;
  cursor: pointer;
  padding: 7px 7px 7px;
  border-radius: 8px;
  max-width: 400px;
  width: 80%;
  margin: auto;
}

/* line 354, app/assets/stylesheets/artworks.scss */
.add-picture-to-artwork .fas, .moderation-btn .fas {
  margin-right: 7px;
  margin-top: -4px;
}

/* line 358, app/assets/stylesheets/artworks.scss */
.add-picture-to-artwork p, .moderation-btn p {
  margin-bottom: 0;
}

/* line 361, app/assets/stylesheets/artworks.scss */
.add-picture-to-artwork-button-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19e8bf;
  border: 0px;
  cursor: pointer;
  color: white;
  padding: 7px 7px 7px;
  border-radius: 8px;
}

/* line 371, app/assets/stylesheets/artworks.scss */
.add-picture-to-artwork-button-bar span {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 378, app/assets/stylesheets/artworks.scss */
.add-picture-to-artwork {
  background-color: #19e8bf;
}

/* line 381, app/assets/stylesheets/artworks.scss */
.offensive-btn {
  background-color: #ed617e;
}

/* line 384, app/assets/stylesheets/artworks.scss */
.disappearance-btn {
  background-color: #434f9b;
}

/* line 387, app/assets/stylesheets/artworks.scss */
.disappearance-btn:hover, .disappearance-btn:focus,
.offensive-btn:hover, .offensive-btn:focus {
  color: #ccf7f2;
  text-decoration: none;
}

/* line 393, app/assets/stylesheets/artworks.scss */
#moderation-popup {
  min-height: 33vh;
  padding-bottom: 3vh;
  width: 100%;
  margin-bottom: 4vh;
  box-shadow: none;
}

@media screen and (max-width: 980px) {
  /* line 401, app/assets/stylesheets/artworks.scss */
  #moderation-popup {
    width: inherit;
  }
}

@media screen and (max-width: 980px) {
  /* line 407, app/assets/stylesheets/artworks.scss */
  .add-picture-to-artwork {
    margin: 3vh;
  }
}

/* line 413, app/assets/stylesheets/artworks.scss */
.submit-new-picture-button input[type=submit] {
  background-color: #ec607e;
  padding: 15px 0px 15px 10px;
  width: 100%;
  border: 0px;
  border-radius: 3px;
}

@media screen and (max-width: 980px) {
  /* line 422, app/assets/stylesheets/artworks.scss */
  .submit-new-picture-button {
    margin-bottom: 5vh;
  }
}

/* line 427, app/assets/stylesheets/artworks.scss */
.center-picture-preview {
  display: flex;
  justify-content: center;
}

/* line 432, app/assets/stylesheets/artworks.scss */
.artwork-picture-info-left {
  display: flex;
}

/* line 436, app/assets/stylesheets/artworks.scss */
.artwork-picture-info-left-button-bar {
  display: flex;
  width: 30%;
}

/* line 441, app/assets/stylesheets/artworks.scss */
.artwork-picture-info-center-button-bar {
  display: flex;
  width: 40%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* line 449, app/assets/stylesheets/artworks.scss */
.artwork-picture-info-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: inherit;
  padding-right: 8px;
  width: 25%;
}

/* line 458, app/assets/stylesheets/artworks.scss */
.artwork-picture-info-right-button-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 30%;
}

/* line 466, app/assets/stylesheets/artworks.scss */
.artwork-picture-info-warning svg {
  height: 26px;
  width: 26px;
  margin-right: 8px;
  margin-left: 8px;
  fill: #65676b;
}

/* line 475, app/assets/stylesheets/artworks.scss */
#artwork_editor_choice {
  margin-left: 20px;
}

/* line 479, app/assets/stylesheets/artworks.scss */
.artwork-picture-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  border-top: 1px solid #ccc;
}

/* line 486, app/assets/stylesheets/artworks.scss */
.artwork-picture-info .vote-ajax {
  min-width: 50px;
}

@media screen and (min-width: 980px) {
  /* line 492, app/assets/stylesheets/artworks.scss */
  .artwork-picture-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: aliceblue;
    margin-top: auto;
  }
}

/* line 501, app/assets/stylesheets/artworks.scss */
.artwork_info_line {
  display: flex;
  padding-bottom: 5px;
}

/* line 504, app/assets/stylesheets/artworks.scss */
.artwork_info_line .artwork_pro_infos {
  margin-right: 3px;
}

/* line 509, app/assets/stylesheets/artworks.scss */
.artwork_info_artist_info, .artwork_info_style_info, .artwork_address_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

/* line 515, app/assets/stylesheets/artworks.scss */
.artwork_info_artist_info .btn, .artwork_info_style_info .btn, .artwork_address_info .btn {
  padding: 2px 15px;
}

/* line 522, app/assets/stylesheets/artworks.scss */
#showRightPush, #triangleLeft, #triangleRight {
  background: none;
  border: none;
}

/* line 526, app/assets/stylesheets/artworks.scss */
#triangleLeft, #triangleRight i {
  font-size: 3vh;
}

/* line 530, app/assets/stylesheets/artworks.scss */
.option-form, .form_add_an_artist, .form_add_address_complement {
  display: none;
  padding: 20px;
  background-color: white;
}

/* line 534, app/assets/stylesheets/artworks.scss */
.option-form #artists, .form_add_an_artist #artists, .form_add_address_complement #artists {
  width: 80%;
}

/* line 536, app/assets/stylesheets/artworks.scss */
.form_add_a_style, .form_add_a_technique, .form_add_a_spot, .new_trackpart {
  display: none;
  padding: 20px;
  background-color: white;
}

/* line 540, app/assets/stylesheets/artworks.scss */
.form_add_a_style #styles, .form_add_a_style #track, .form_add_a_technique #styles, .form_add_a_technique #track, .form_add_a_spot #styles, .form_add_a_spot #track, .new_trackpart #styles, .new_trackpart #track {
  width: 80%;
}

/* line 542, app/assets/stylesheets/artworks.scss */
.form_change_address {
  display: none;
}

/* line 546, app/assets/stylesheets/artworks.scss */
.claim-artwork {
  text-align: center;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 10px;
  justify-content: center;
}

/* line 555, app/assets/stylesheets/artworks.scss */
.claim-artwork a {
  color: white;
  border: 1px solid;
  border-radius: 4px;
  padding: 12px 10px 12px 10px;
}

/* line 561, app/assets/stylesheets/artworks.scss */
.claim-artwork a:hover {
  color: #26348b;
  background-color: white;
}

/* line 566, app/assets/stylesheets/artworks.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 82vh;
  overflow: scroll;
}

/* line 576, app/assets/stylesheets/artworks.scss */
.artwork_buttons {
  padding: 10px 15px;
}

/*  New picture for artwork */
/* line 584, app/assets/stylesheets/artworks.scss */
.new_picture_bloc {
  position: fixed;
  z-index: 1000;
  top: 10vh;
  margin: 0 3vw;
  padding: 5px;
  height: 80vh;
  background-color: steelblue;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  border-radius: 15px;
}
/* line 1, app/assets/stylesheets/card.scss */
.card-top {
  height: 42vh;
  width: auto;
}

/* line 5, app/assets/stylesheets/card.scss */
.card-slider-structure {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  overflow-x: auto;
  background-color: whitesmoke;
  height: 42vh;
  overflow-y: hidden;
}

/* line 14, app/assets/stylesheets/card.scss */
.card-slider {
  height: 100%;
  display: inline-flex;
}

/* line 18, app/assets/stylesheets/card.scss */
.card-slide {
  width: 94vw !important;
  max-width: 500px;
  height: 100%;
}

@media screen and (min-width: 980px) {
  /* line 25, app/assets/stylesheets/card.scss */
  .card-slide {
    max-width: 500px;
    height: 100%;
  }
}

/* line 30, app/assets/stylesheets/card.scss */
.card-slide-bloc-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: whitesmoke;
}

/* line 36, app/assets/stylesheets/card.scss */
.card-slide-bloc-img .card-slide-index {
  position: static;
  height: 20px;
  transform: translate(0%, 30%);
  margin: 0px auto 0px auto;
  padding: 1px 3px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

/* line 46, app/assets/stylesheets/card.scss */
.card-slide-bloc-img img {
  max-width: 94vw;
  padding: 0;
  margin-top: -20px;
  object-fit: cover;
  min-height: 100%;
}

/* line 56, app/assets/stylesheets/card.scss */
.card-no-slider-simple-img {
  height: 100%;
  display: flex;
}

/* line 59, app/assets/stylesheets/card.scss */
.card-no-slider-simple-img img {
  object-fit: cover;
}

/* line 63, app/assets/stylesheets/card.scss */
.card-artwork-meta {
  background-color: white;
  height: calc(38vh - 100px);
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #ccc;
}

/* line 74, app/assets/stylesheets/card.scss */
.holder-popup-big {
  height: 100%;
  max-width: 94vw;
  display: flex;
}
/*---styles pour les filtres sur la map */
/* line 6, app/assets/stylesheets/categories.scss */
.rounded-rect {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 50px -25px black;
}

/* line 12, app/assets/stylesheets/categories.scss */
.flex-center {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 19, app/assets/stylesheets/categories.scss */
.flex-center.left {
  left: 0px;
}

/* line 23, app/assets/stylesheets/categories.scss */
.flex-center.right {
  right: 0px;
}

/* line 27, app/assets/stylesheets/categories.scss */
.flex-center.top {
  top: 0px;
}

/* line 33, app/assets/stylesheets/categories.scss */
.sidebar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 43, app/assets/stylesheets/categories.scss */
.sidebar-toggle.left {
  right: -1.5em;
}

/* line 47, app/assets/stylesheets/categories.scss */
.sidebar-toggle.right {
  left: -1.5em;
}

/* line 51, app/assets/stylesheets/categories.scss */
.sidebar-toggle.top {
  bottom: -1em;
  transition: transform 1s;
}

/* line 56, app/assets/stylesheets/categories.scss */
.sidebar-toggle:hover {
  color: #0aa1cf;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/categories.scss */
.sidebar {
  transition: transform 1s;
  z-index: 1;
  height: 100%;
}

/*
The sidebar styling has them "expanded" by default, we use CSS transforms to push them offscreen
The toggleSidebar() function removes this class from the element in order to expand it.
*/
/* line 72, app/assets/stylesheets/categories.scss */
.left.collapsed {
  transform: translateX(-295px);
}

/* line 76, app/assets/stylesheets/categories.scss */
.right.collapsed {
  transform: translateX(295px);
}

/* line 80, app/assets/stylesheets/categories.scss */
.top.collapsed {
  transition: transform 1s;
  transform: translateY(-295px);
  margin-bottom: -12vh;
  height: 10vh;
  background-color: #fff;
  top: 0vh;
  width: 100%;
  display: none;
  flex-direction: row;
  z-index: 1000;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

/* line 97, app/assets/stylesheets/categories.scss */
.sidebar-content {
  position: absolute;
  width: 95%;
  height: 95%;
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
}

/* line 105, app/assets/stylesheets/categories.scss */
.sidebar-content-light {
  display: flex;
  padding: 15px 15px;
  align-items: center;
}

/* line 110, app/assets/stylesheets/categories.scss */
.sidebar-content-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: gray;
  padding-right: 10px;
}

/* line 118, app/assets/stylesheets/categories.scss */
.sidebar-content-filters {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

/* line 125, app/assets/stylesheets/categories.scss */
.sidebar-content a, .sidebar-content-light a {
  font-size: 13px;
  color: #404040;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  background-color: lightgrey;
  border-radius: 10px;
  width: 80px;
}

/* line 141, app/assets/stylesheets/categories.scss */
.sidebar-content a:last-child, .sidebar-content-light a:last-child {
  border: none;
}

/* line 145, app/assets/stylesheets/categories.scss */
.sidebar-content a:hover, .sidebar-content-light a:hover {
  background-color: #f8f8f8;
  color: #404040;
  text-decoration: none;
}

/* line 152, app/assets/stylesheets/categories.scss */
.sidebar-content a.active, .sidebar-content-light a.active {
  background-color: #51bbd6;
  color: #ffffff;
  text-decoration: none;
}

/* line 159, app/assets/stylesheets/categories.scss */
.sidebar-content a.active:hover, .sidebar-content-light a.active:hover {
  background: #3074a4;
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/categories.scss */
.mapcreapolis-short {
  transition: background-color linear 1s;
  height: 75vh !important;
}
/* line 1, app/assets/stylesheets/connection.scss */
.connection {
  z-index: 999;
  background-color: white;
}

/* line 6, app/assets/stylesheets/connection.scss */
.box-connection-top {
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

/* line 18, app/assets/stylesheets/connection.scss */
.box-connection-top-edit {
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin: auto;
  margin-bottom: 10vh;
}

/* line 28, app/assets/stylesheets/connection.scss */
.form-title {
  font-size: 20px;
  color: #ccc;
  font-weight: lighter;
  padding: 20px 0px 20px 0px;
}

/* line 35, app/assets/stylesheets/connection.scss */
.box-connection-top a {
  z-index: 999;
  color: grey;
  text-decoration: underline;
  margin-top: 20px;
}

/* line 43, app/assets/stylesheets/connection.scss */
.box-connection-top-edit a {
  z-index: 999;
  color: grey;
  text-decoration: underline;
  margin-top: 20px;
}

/* line 50, app/assets/stylesheets/connection.scss */
.box-connection-top input {
  padding: 13px 0px 13px 10px;
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
}

/* line 57, app/assets/stylesheets/connection.scss */
.box-connection-top-edit input {
  padding: 13px 0px 13px 10px;
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
}

/* line 65, app/assets/stylesheets/connection.scss */
#user_email {
  border-radius: 3px 3px 0px 0px;
}

/* line 69, app/assets/stylesheets/connection.scss */
#user_password {
  border-radius: 0px 0px 3px 3px;
  margin-top: -1px;
}

/* line 74, app/assets/stylesheets/connection.scss */
#user_password_confirmation {
  border-radius: 0px 0px 3px 3px;
}

/* line 78, app/assets/stylesheets/connection.scss */
.signup-password #user_password {
  border-radius: 0px;
  margin-bottom: -1px;
}

/* line 83, app/assets/stylesheets/connection.scss */
.update #user_current_password {
  border-radius: 3px;
  margin-bottom: -1px;
}

/* line 88, app/assets/stylesheets/connection.scss */
.update-password #user_password {
  border-radius: 0px;
  margin-bottom: -1px;
}

/* line 94, app/assets/stylesheets/connection.scss */
#user_pseudo {
  border-radius: 3px 3px 0px 0px;
  margin-bottom: -1px;
}

/* line 99, app/assets/stylesheets/connection.scss */
#user_city {
  border-radius: 0px 0px 3px 3px;
}

/* line 103, app/assets/stylesheets/connection.scss */
.form-pseudo-picture {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 107, app/assets/stylesheets/connection.scss */
.form-pseudo-picture .fas {
  color: #ccc;
  padding: 0px 5px 0px 5px;
}

/* line 111, app/assets/stylesheets/connection.scss */
.form-pseudo-picture p {
  font-size: 10px;
}

/* line 116, app/assets/stylesheets/connection.scss */
.box-connection-top form {
  z-index: 999;
  width: 70%;
  scroll-behavior: auto;
}

/* line 122, app/assets/stylesheets/connection.scss */
.box-connection-top-edit form {
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
  margin: auto;
}

/* line 131, app/assets/stylesheets/connection.scss */
.box-connection-bottom {
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 15px 0;
}

/* line 147, app/assets/stylesheets/connection.scss */
.box-connection-bottom a {
  color: #26348b;
  border: 2px solid #26348b;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 3px;
  text-decoration: none;
  width: 70%;
}

/* line 158, app/assets/stylesheets/connection.scss */
.box-connection-bottom a:hover {
  background-color: #214F8A;
  color: white;
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/connection.scss */
.remember {
  z-index: 999;
  display: none;
}

/* line 169, app/assets/stylesheets/connection.scss */
input[type=submit] {
  text-align: center;
  background-color: #26348b;
  border: 0px;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  width: 100%;
  margin-top: 10px;
}

/* line 180, app/assets/stylesheets/connection.scss */
input[type=submit]:hover {
  background-color: #214F8A;
}

/* line 184, app/assets/stylesheets/connection.scss */
#delete-button {
  background-color: white;
  z-index: 999;
  color: grey;
  text-decoration: underline;
  font-weight: normal;
}

/* line 192, app/assets/stylesheets/connection.scss */
.facebook-login a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3B5998;
  border: 0px;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  width: 100%;
  margin-top: 10px;
  padding: 13px 0px 13px 10px;
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/connection.scss */
.facebook-login a .fab {
  font-size: 20px;
  margin-right: 7px;
}

/* line 211, app/assets/stylesheets/connection.scss */
.facebook-login a:hover {
  background-color: rgba(59, 89, 152, 0.5);
  text-decoration: none;
  color: white;
}

/* line 217, app/assets/stylesheets/connection.scss */
.champ-complementaire {
  display: none;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/custom.scss */
html, body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  left: 0px;
  height: 100vh;
}

@media screen and (max-width: 878px) {
  /* line 10, app/assets/stylesheets/custom.scss */
  body {
    overflow-x: hidden;
  }
}

/* line 18, app/assets/stylesheets/custom.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px !important;
}

/* line 22, app/assets/stylesheets/custom.scss */
p, div {
  font-size: 1.3rem;
}

/* line 26, app/assets/stylesheets/custom.scss */
ul, li {
  list-style-type: none;
  list-style-position: inside;
  display: inline-block;
}

/* line 31, app/assets/stylesheets/custom.scss */
ul {
  margin-bottom: 0 !important;
  left: 0;
  padding-left: 0;
}

/* line 37, app/assets/stylesheets/custom.scss */
h2 {
  font-size: 2.1rem !important;
}

/* line 41, app/assets/stylesheets/custom.scss */
.main_title_onglets {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 20px 0px;
  font-size: 25px;
  font-weight: bolder;
  top: 35vh;
  color: white;
  margin: 0;
}

@media screen and (min-width: 879px) {
  /* line 53, app/assets/stylesheets/custom.scss */
  .main_title_onglets {
    position: inherit;
    background-color: #424e9a;
    padding-right: 5px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 878px) {
  /* line 61, app/assets/stylesheets/custom.scss */
  .main_title_onglets {
    width: 100%;
    background-color: #424e9aad;
    opacity: 0.8;
    filter: drop-shadow(2px 4px 6px black);
  }
}

/* complements de mise en page globala  */
/* line 70, app/assets/stylesheets/custom.scss */
.page-title-h3 {
  background: #26348b;
  color: white;
  padding: 10px;
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  margin-bottom: 15px;
}

@media screen and (min-width: 879px) {
  /* line 85, app/assets/stylesheets/custom.scss */
  .body-container {
    min-height: calc(100vh - 72px - max(4vh, 35px));
  }
}

/* line 90, app/assets/stylesheets/custom.scss */
.new-body-container {
  padding: 0 4%;
}

/* line 93, app/assets/stylesheets/custom.scss */
.new-body-container-with-pb {
  padding: 0 4%;
  padding-bottom: calc(max(10vh, 60px));
  width: 100%;
}

@media screen and (min-width: 879px) {
  /* line 99, app/assets/stylesheets/custom.scss */
  .new-body-container-with-pb {
    padding: 0 165px;
    padding-bottom: calc(max(10vh, 60px));
  }
}

/* line 105, app/assets/stylesheets/custom.scss */
.padding-bottom {
  padding-bottom: calc(max(10vh, 60px));
}

/* line 108, app/assets/stylesheets/custom.scss */
.new-body-container-without-p {
  padding: 0;
  height: 84vh;
}

/* Toggle Button */
/* line 117, app/assets/stylesheets/custom.scss */
.switch-button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px;
}

/* To create surface of toggle button */
/* line 127, app/assets/stylesheets/custom.scss */
.switch-button:after {
  content: '';
  width: 40px;
  height: 20px;
  display: inline-block;
  background: rgba(196, 195, 195, 0.55);
  border-radius: 18px;
  clear: both;
  margin-top: 4px;
}

/* Contents before checkbox to create toggle handle */
/* line 139, app/assets/stylesheets/custom.scss */
.switch-button:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 50%;
  background: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}

/* Shift the handle to left on check event */
/* line 153, app/assets/stylesheets/custom.scss */
.switch-button:checked:before {
  left: 24px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Background color when toggle button will be active */
/* line 158, app/assets/stylesheets/custom.scss */
.switch-button:checked:after {
  background: #26348b;
}

/* Transition for smoothness */
/* line 163, app/assets/stylesheets/custom.scss */
.switch-button,
.switch-button:before,
.switch-button:after,
.switch-button:checked:before,
.switch-button:checked:after {
  transition: ease .5s;
  -webkit-transition: ease .5s;
  -moz-transition: ease .5s;
  -o-transition: ease .5s;
}

/* -------- Barre de header --- */
/* line 176, app/assets/stylesheets/custom.scss */
.my_header {
  background-color: #fff;
  height: 8vh;
  min-height: 50px;
  color: #09125A;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 2vw;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5rem;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 4px #A5A5A5;
}

/* line 192, app/assets/stylesheets/custom.scss */
.my_header svg {
  height: 6vh;
  width: auto;
  max-width: 35px;
}

/* line 196, app/assets/stylesheets/custom.scss */
.my_header svg g {
  fill: #65676b;
}

/* line 198, app/assets/stylesheets/custom.scss */
.my_header .cross-symbol svg {
  padding: 2px;
  margin: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 879px) {
  /* line 206, app/assets/stylesheets/custom.scss */
  .offset_fixed_header {
    margin-top: calc(max(8vh, 50px));
  }
}

@media screen and (min-width: 880px) {
  /* line 211, app/assets/stylesheets/custom.scss */
  .offset_fixed_header {
    margin-top: calc(max(19vh, 50px));
  }
}

/* line 217, app/assets/stylesheets/custom.scss */
.my_header_no_shadow {
  box-shadow: 0 0 0 0;
}

/* line 221, app/assets/stylesheets/custom.scss */
.header_title {
  color: #09125A;
  line-height: 8vh;
  background-repeat: no-repeat;
  margin: auto;
  /*background-color: green;*/
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 233, app/assets/stylesheets/custom.scss */
.header_title .block-title-alt {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px !important;
}

/*
.header_title_logo{
  background-image: asset-data-url(/assets/creapolis_logo_temp-e8a8b8f8c78090c8ae72dbc1bc9851ec6c3f69de317fad854156d3c029d7e17b.png);
  width: 107px;
  height: 51px;
}
*/
/* line 249, app/assets/stylesheets/custom.scss */
.my_header a {
  color: #09125A;
  width: 50vw;
  text-align: center;
}

/* line 255, app/assets/stylesheets/custom.scss */
.my_header li {
  height: 100%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 265, app/assets/stylesheets/custom.scss */
li.header_title {
  width: 100%;
}

/* line 267, app/assets/stylesheets/custom.scss */
li.header_title img {
  max-height: 8vh;
  max-width: 100%;
  padding-top: 5px;
}

/* line 274, app/assets/stylesheets/custom.scss */
.flash_container {
  position: fixed;
  top: 75px;
  z-index: 1000;
  width: 100%;
}

/* -------- Selection de la langue lors de la connexion --- */
/* line 285, app/assets/stylesheets/custom.scss */
.choose-language img {
  height: 4vh;
  padding: 1px 0px 1px;
}

/* line 288, app/assets/stylesheets/custom.scss */
.choose-language .choose-language-popup {
  position: absolute;
  top: 8vh;
  width: 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border: 1px #bdbdbd96 solid;
  right: 2vw;
  justify-content: space-evenly;
  height: 25vh;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 302, app/assets/stylesheets/custom.scss */
.choose-language .choose-language-popup a {
  width: auto;
}

/* line 305, app/assets/stylesheets/custom.scss */
.choose-language .choose-language-popup img {
  padding: 1px 0px 1px;
}

/* -------- Barre de navigation secondaire --- */
/* line 313, app/assets/stylesheets/custom.scss */
.navigation_bar {
  height: 8vh;
  min-height: 50px;
  color: #09125A;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5rem;
  z-index: 1000;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 4px #A5A5A5;
  bottom: 8vh;
  background-color: #dadada;
  position: fixed;
  width: 100vw;
}

/* line 331, app/assets/stylesheets/custom.scss */
.navigation_bar li {
  height: 8vh;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* line 339, app/assets/stylesheets/custom.scss */
.navigation_bar a {
  color: #09125A;
  width: 50vw;
  text-align: center;
}

/* line 344, app/assets/stylesheets/custom.scss */
.navigation_bar a:hover {
  text-decoration: none;
}

/* -------- NAvigation pour les tutos  --- */
/* line 348, app/assets/stylesheets/custom.scss */
.tuto-area {
  height: 82vh;
  margin-top: 0 !important;
}

/* line 352, app/assets/stylesheets/custom.scss */
.tutos_navigation_bar {
  height: 8vh;
  min-height: 50px;
  color: #09125A;
  top: 0;
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5rem;
  z-index: 1000;
  margin-top: 15px;
}

/* line 366, app/assets/stylesheets/custom.scss */
.tutos_navigation_bar li {
  background-color: #ccc;
  height: 8vh;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid;
}

/* line 376, app/assets/stylesheets/custom.scss */
.tutos_navigation_bar a {
  color: #09125A;
  width: 50vw;
  text-align: center;
}

/* line 381, app/assets/stylesheets/custom.scss */
.tutos_navigation_bar a:hover {
  text-decoration: none;
}

/* ---------- Navigation avec gem Pagy  -- */
/* line 385, app/assets/stylesheets/custom.scss */
.pagination {
  display: flex !important;
  justify-content: center;
}

/* line 388, app/assets/stylesheets/custom.scss */
.pagination .prev, .pagination .next {
  position: initial;
  padding: 0;
  margin: 0;
}

/* line 393, app/assets/stylesheets/custom.scss */
.pagination .page-item .page-link {
  height: 30px;
  display: flex;
  align-items: center;
}

/* -------- Partie centrale de l'app  --- */
/* line 401, app/assets/stylesheets/custom.scss */
.display {
  margin-top: 8vh;
}

/* The switch - the box around the slider */
/* line 408, app/assets/stylesheets/custom.scss */
.switchcontainer {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  bottom: 0px;
}

/* line 416, app/assets/stylesheets/custom.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
/* line 424, app/assets/stylesheets/custom.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 431, app/assets/stylesheets/custom.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: blue;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 443, app/assets/stylesheets/custom.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 455, app/assets/stylesheets/custom.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 459, app/assets/stylesheets/custom.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 463, app/assets/stylesheets/custom.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
/* line 470, app/assets/stylesheets/custom.scss */
.slider.round {
  border-radius: 34px;
}

/* line 474, app/assets/stylesheets/custom.scss */
.slider.round:before {
  border-radius: 50%;
}

/* -------- La carte --- */
/* line 480, app/assets/stylesheets/custom.scss */
#map_index {
  margin-bottom: 8vh;
  height: 82vh;
}

/* line 485, app/assets/stylesheets/custom.scss */
.container {
  margin-top: 8vh;
}

/* -------- Barre de footer --- */
/* line 509, app/assets/stylesheets/custom.scss */
.bottom_menu {
  min-height: 50px;
  height: 8vh;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 1000;
  font-weight: 700;
  border-top: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

/* line 525, app/assets/stylesheets/custom.scss */
.bottom_menu li {
  max-height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 0px;
  color: #09125a;
}

/* line 534, app/assets/stylesheets/custom.scss */
.bottom_menu li img {
  filter: grayscale(1);
}

/* line 537, app/assets/stylesheets/custom.scss */
.bottom_menu li svg {
  max-width: 35px;
  height: 6vh;
  padding: 4px 0px 4px;
}

/* line 542, app/assets/stylesheets/custom.scss */
.bottom_menu li svg g, .bottom_menu li svg path, .bottom_menu li svg polygon {
  fill: #65676b;
}

@media screen and (max-width: 879px) {
  /* line 547, app/assets/stylesheets/custom.scss */
  .bottom_menu li svg {
    max-height: 38px;
  }
}

/* line 553, app/assets/stylesheets/custom.scss */
.bottom_menu li:hover {
  background-color: fff0;
}

/* line 557, app/assets/stylesheets/custom.scss */
.bottom_menu li:active,
.bottom_menu li.selected {
  background-color: white;
}

/* line 560, app/assets/stylesheets/custom.scss */
.bottom_menu li:active a,
.bottom_menu li.selected a {
  color: #09125A;
}

/* line 561, app/assets/stylesheets/custom.scss */
.bottom_menu li:active img,
.bottom_menu li.selected img {
  filter: grayscale(0);
}

/* line 565, app/assets/stylesheets/custom.scss */
.bottom_menu li:active svg g, .bottom_menu li:active svg path, .bottom_menu li:active svg polygon,
.bottom_menu li.selected svg g,
.bottom_menu li.selected svg path,
.bottom_menu li.selected svg polygon {
  fill: #02d6be;
}

/* line 569, app/assets/stylesheets/custom.scss */
.bottom_menu a, .add-artwork-footer {
  width: 20vw;
  height: 20vw;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding-bottom: 2px;
}

/* line 580, app/assets/stylesheets/custom.scss */
.add-artwork-footer i {
  color: #999;
}

/* line 583, app/assets/stylesheets/custom.scss */
.bottom_menu a:hover, .add-artwork-footer:hover, .add-artwork-footer:hover i {
  text-decoration: none;
  color: #09125A;
}

/* line 588, app/assets/stylesheets/custom.scss */
.bottom_menu i {
  height: 3vh;
  margin: 3px 0;
}

/* ------------ */
/* line 594, app/assets/stylesheets/custom.scss */
.flash_container nav {
  position: sticky;
}

/* line 596, app/assets/stylesheets/custom.scss */
.flash_container nav ul li {
  height: inherit;
}

/* line 599, app/assets/stylesheets/custom.scss */
.flash_container nav li:hover {
  border-bottom: 2px orange solid;
}

/* line 605, app/assets/stylesheets/custom.scss */
nav.menu_desktop {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  height: 72px;
  z-index: 1000;
  padding-bottom: 0px;
}

/* line 615, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul {
  display: flex;
  height: inherit;
  align-items: center;
}

/* line 620, app/assets/stylesheets/custom.scss */
nav.menu_desktop .tab0 {
  padding: 0px 1.5vw 0px 0px;
}

/* line 623, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0 1.5vw;
  position: relative;
  text-decoration: none;
  text-align: center;
}

/* line 632, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li img {
  filter: grayscale(1);
}

/* line 635, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li svg {
  max-width: 35px;
  min-height: 28px;
  max-height: 32px;
  height: 4vh;
  margin: 4px 0px 4px 0px;
}

/* line 642, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li svg g, nav.menu_desktop ul li svg path, nav.menu_desktop ul li svg polygon {
  fill: #65676b;
}

/* line 645, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li .sous-menu svg {
  margin: 4px 6px 4px 0px;
}

/* line 650, app/assets/stylesheets/custom.scss */
nav.menu_desktop li.tab_add_picture {
  height: -webkit-fill-available;
}

/* line 655, app/assets/stylesheets/custom.scss */
nav.menu_desktop .menu_link {
  height: inherit;
  width: 12%;
  display: contents;
}

/* line 662, app/assets/stylesheets/custom.scss */
nav.menu_desktop a li {
  color: #09125a;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  align-items: center;
  justify-content: center;
}

/* line 670, app/assets/stylesheets/custom.scss */
nav.menu_desktop a li a {
  width: -webkit-fill-available;
  text-align: center;
}

/* line 676, app/assets/stylesheets/custom.scss */
nav.menu_desktop a li:hover {
  border-bottom: 3px orange solid;
}

/* line 681, app/assets/stylesheets/custom.scss */
nav.menu_desktop li:hover {
  cursor: pointer;
  border-bottom: 3px orange solid;
}

/* line 686, app/assets/stylesheets/custom.scss */
nav.menu_desktop .menu-deroulant-entete {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: -webkit-fill-available;
}

/* line 699, app/assets/stylesheets/custom.scss */
nav.menu_desktop .menu-deroulant-title:after {
  content: '❯';
  display: inline-block;
}

/* line 703, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
  background: white;
}

@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

/* line 720, app/assets/stylesheets/custom.scss */
nav.menu_desktop .menu-deroulant:hover .menu-deroulant-title:after {
  animation: rotationFleche 0.2s linear forwards;
}

/* line 727, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li:hover > ul,
nav.menu_desktop ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  text-align: left;
  padding-top: 5px;
  margin-top: -20px;
  box-shadow: 0px 3px 5px -1px #ccc;
}

/* line 739, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  padding: 10px;
  border-style: none;
  flex-direction: row;
}

/* line 751, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li ul li:hover {
  background-color: #ebebeb6e;
  border-bottom: 2px orange solid;
}

/* line 756, app/assets/stylesheets/custom.scss */
nav.menu_desktop ul li ul li a:hover {
  padding-left: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 764, app/assets/stylesheets/custom.scss */
ul li ul li a {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  color: #09125a;
}

/* line 769, app/assets/stylesheets/custom.scss */
ul li ul li a svg {
  margin-right: 10px;
}

/* line 927, app/assets/stylesheets/custom.scss */
.active_tab i {
  color: #09125A !important;
}

/* line 932, app/assets/stylesheets/custom.scss */
.button_title {
  background-color: grey;
}

/* Hide image form and show up the camera in white instead */
/* line 937, app/assets/stylesheets/custom.scss */
.add-image {
  position: absolute;
  opacity: 0;
  left: 40%;
  top: 1px;
  height: 6vh;
  width: 20%;
}

/* line 946, app/assets/stylesheets/custom.scss */
.fa-camera {
  color: white;
}

/* -------- Bouton add picture  --- */
/* line 953, app/assets/stylesheets/custom.scss */
.addpic_bottom {
  /*--
  background-color:  #fff;
  position: fixed;
  bottom: 10vh;
  right: 0;
  height: 81px;
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 998;
  text-transform: uppercase;
  border-radius: 50% 50% 70% 70%;
  padding: 0px 0px 6px 0px;
  border-bottom: 1px solid gray;
  max-width: 87px;
  left: 40%;
*/
  position: fixed;
  bottom: 10vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 998;
  text-transform: uppercase;
  padding: 0px 0px 6px 0px;
}

/* line 985, app/assets/stylesheets/custom.scss */
.addpic_bottom li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #09125a;
}

/* line 994, app/assets/stylesheets/custom.scss */
.addpic_bottom li:hover {
  background-color: #fff0;
}

/* line 998, app/assets/stylesheets/custom.scss */
.addpic_bottom li:active,
.addpic_bottom li.selected {
  background-color: white;
}

/* line 1001, app/assets/stylesheets/custom.scss */
.addpic_bottom li:active a,
.addpic_bottom li.selected a {
  color: #09125A;
}

/* line 1004, app/assets/stylesheets/custom.scss */
.addpic_bottom a, .add-artwork-footer {
  width: 20vw;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid white;
  border-top: 1px solid #ccc;
  border-radius: 50% 50%;
  background-color: #fff;
  max-height: 90px;
  max-width: 90px;
  margin-bottom: 2vh;
}

/* line 1021, app/assets/stylesheets/custom.scss */
.add-artwork-footer i {
  color: #999;
}

/* line 1024, app/assets/stylesheets/custom.scss */
.addpic_bottom a:hover, .add-artwork-footer:hover, .add-artwork-footer:hover i {
  text-decoration: none;
  color: #09125A;
}

/* line 1030, app/assets/stylesheets/custom.scss */
.addpic_bottom i {
  height: 3vh;
  margin: 3px 0;
}

/* line 1035, app/assets/stylesheets/custom.scss */
.artwork-image-likes {
  display: flex;
  flex-direction: column;
}

/* line 1039, app/assets/stylesheets/custom.scss */
.artwork-image-likes a {
  display: contents;
}

/* line 1044, app/assets/stylesheets/custom.scss */
.pictures-count {
  position: absolute;
  left: 0vw;
  background-color: white;
  padding: 4px;
  border-bottom-right-radius: 13px;
  top: 0;
}

/* line 1051, app/assets/stylesheets/custom.scss */
.pictures-count i {
  padding-left: 2px;
}

/* line 1055, app/assets/stylesheets/custom.scss */
.pictures-count-show-small {
  position: absolute;
  left: 1px;
  background-color: white;
  padding: 4px;
  border-radius: 5px;
}

/* line 1061, app/assets/stylesheets/custom.scss */
.pictures-count-show-small i {
  padding-left: 2px;
}

@media screen and (max-width: 879px) {
  /* line 1067, app/assets/stylesheets/custom.scss */
  .pictures-count-show-small {
    border-bottom-right-radius: 13px;
    border-top-left-radius: 5px;
  }
}

/* line 1075, app/assets/stylesheets/custom.scss */
.tp-supp-link {
  position: absolute;
  right: 0vw;
  background-color: white;
  padding: 4px;
  top: 0;
  border-bottom-left-radius: 13px;
}

/* line 1082, app/assets/stylesheets/custom.scss */
.tp-supp-link i {
  padding-left: 2px;
}

/* line 1087, app/assets/stylesheets/custom.scss */
.artwork-infos {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: relative;
}

/* line 1098, app/assets/stylesheets/custom.scss */
.artwork-infos .showsmall-visibility-indicator {
  position: absolute;
  right: 2%;
  top: 2px;
}

/* line 1103, app/assets/stylesheets/custom.scss */
.artwork-infos .fas {
  color: #ec607e;
  margin-right: 5px;
}

/* line 1107, app/assets/stylesheets/custom.scss */
.artwork-infos .address-artwork {
  margin-bottom: 0px;
}

/* line 1109, app/assets/stylesheets/custom.scss */
.artwork-infos .address-artwork p {
  font-weight: normal !important;
}

/* line 1111, app/assets/stylesheets/custom.scss */
.artwork-infos p {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-overflow: ellipsis;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  margin-bottom: 5px;
  text-align: left;
}

/* line 1124, app/assets/stylesheets/custom.scss */
.artwork-infos svg {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
}

/* line 1130, app/assets/stylesheets/custom.scss */
.artwork-infos g, .artwork-infos path {
  fill: #ec607e;
}

@media screen and (min-width: 980px) {
  /* line 1133, app/assets/stylesheets/custom.scss */
  .artwork-infos {
    width: 100% !important;
  }
}

/* line 1138, app/assets/stylesheets/custom.scss */
.showsmall-visibility-indicator .fas {
  color: #09125A !important;
}

/* line 1139, app/assets/stylesheets/custom.scss */
.showsmall-visibility-indicator svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  margin-left: 8px;
}

/* line 1148, app/assets/stylesheets/custom.scss */
.link-to-camera {
  width: 10%;
}

/*------ Bootstrap 3.3.7 - Artwork_page --------*/
/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
/* line 1155, app/assets/stylesheets/custom.scss */
.row.content {
  height: 1500px;
}

/* Set gray background color and 100% height */
/* line 1158, app/assets/stylesheets/custom.scss */
.sidenav {
  background-color: #f1f1f1;
  height: 100%;
}

/* Set black background color, white text and some padding */
/* line 1164, app/assets/stylesheets/custom.scss */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  /* line 1172, app/assets/stylesheets/custom.scss */
  .sidenav {
    height: auto;
    padding: 15px;
  }
  /* line 1176, app/assets/stylesheets/custom.scss */
  .row.content {
    height: auto;
  }
}

/*----------CSS Slideshow-------------------*/
/* line 1183, app/assets/stylesheets/custom.scss */
* {
  box-sizing: border-box;
}

/* line 1187, app/assets/stylesheets/custom.scss */
img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
/* line 1192, app/assets/stylesheets/custom.scss */
.container {
  position: relative;
}

/* Hide the images by default */
/* line 1197, app/assets/stylesheets/custom.scss */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
/* line 1202, app/assets/stylesheets/custom.scss */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
/* line 1207, app/assets/stylesheets/custom.scss */
.prev,
.next {
  cursor: pointer;
  display: flex;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
/* line 1224, app/assets/stylesheets/custom.scss */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
/* Number text (1/3 etc) */
/* line 1236, app/assets/stylesheets/custom.scss */
.numbertext {
  font-size: 12px;
  position: absolute;
  left: 10px;
}

/* Container for image text */
/* line 1246, app/assets/stylesheets/custom.scss */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* line 1253, app/assets/stylesheets/custom.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
/* line 1260, app/assets/stylesheets/custom.scss */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
/* line 1266, app/assets/stylesheets/custom.scss */
.demo {
  width: 100%;
  opacity: 0.6;
}

/* line 1271, app/assets/stylesheets/custom.scss */
.active,
.demo:hover {
  opacity: 1;
}

/* ---------- mise en forme du formulaire creation artwork et picture -- */
/* line 1279, app/assets/stylesheets/custom.scss */
.form-container {
  margin-top: 8vh;
  display: flex;
  justify-content: center;
}

/* line 1285, app/assets/stylesheets/custom.scss */
.popup-form {
  z-index: 999;
  position: absolute;
  top: 12vh;
  bottom: 10vh;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1296, app/assets/stylesheets/custom.scss */
.background-new-form {
  position: absolute;
  top: 8vh;
  bottom: 8vh;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

/* line 1307, app/assets/stylesheets/custom.scss */
.artwork-new {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 20px 20px 100px;
}

/* line 1314, app/assets/stylesheets/custom.scss */
.artwork-new form {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px lightgray solid;
  margin-top: 10px;
}

/* line 1322, app/assets/stylesheets/custom.scss */
.artwork-new input {
  padding: 15px 0px 15px 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 5px;
}

/* line 1330, app/assets/stylesheets/custom.scss */
.artwork-new input[type="submit"] {
  background-color: #ec607e;
  padding: 15px 0px 15px 10px;
  width: 100%;
  border: 0px;
  border-radius: 3px;
  margin-top: 20px;
}

/* line 1339, app/assets/stylesheets/custom.scss */
.artwork-new input[type="submit"]:hover {
  background-color: #d85b74;
}

/* line 1343, app/assets/stylesheets/custom.scss */
.artwork-new p {
  color: #26348b;
  font-size: 14px;
}

/* line 1348, app/assets/stylesheets/custom.scss */
.artwork-new label {
  color: #26348b;
  margin-top: 6px;
}

/* line 1353, app/assets/stylesheets/custom.scss */
.artwork-new select {
  height: 50px;
  width: 100%;
}

/* line 1358, app/assets/stylesheets/custom.scss */
#small-map-text {
  font-size: 12px;
  color: gray;
  font-style: italic;
}

/* line 1364, app/assets/stylesheets/custom.scss */
#small-map {
  height: 30vh;
  width: 100%;
}

/* line 1369, app/assets/stylesheets/custom.scss */
.coordinates {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px;
  display: none;
}

/* line 1379, app/assets/stylesheets/custom.scss */
#generate-location {
  height: 7vh;
  width: 100%;
  padding: 2px;
  background-color: #26348b;
  border-radius: 3px;
  color: white;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 6vh;
  text-align: center;
  border: 0px;
}

/* line 1393, app/assets/stylesheets/custom.scss */
#move-marker {
  display: flex;
  justify-content: space-between;
}

/* line 1398, app/assets/stylesheets/custom.scss */
.picture-new-container {
  display: flex;
  height: 78vh;
  align-items: center;
  justify-content: center;
}

/* line 1405, app/assets/stylesheets/custom.scss */
.picture-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  height: 40vh;
  border-radius: 6px;
  padding: 20px;
}

/* line 1413, app/assets/stylesheets/custom.scss */
.picture-new .fas {
  color: #ccc;
  margin-right: 3px;
}

/* line 1419, app/assets/stylesheets/custom.scss */
.picture-new p {
  color: #26348b;
  font-size: 14px;
}

/* line 1424, app/assets/stylesheets/custom.scss */
.picture-new input[type="submit"] {
  background-color: #ec607e;
  padding: 15px 0px 15px 10px;
  width: 100%;
  border: 0px;
  border-radius: 3px;
}

/* line 1432, app/assets/stylesheets/custom.scss */
.picture-new input[type="submit"]:hover {
  background-color: #d85b74;
}

/* line 1436, app/assets/stylesheets/custom.scss */
.add-picture {
  display: flex;
}

/* line 1441, app/assets/stylesheets/custom.scss */
#artist-field-input ul {
  padding-left: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

/* line 1447, app/assets/stylesheets/custom.scss */
#artist-field-input ul:empty {
  display: none;
}

/* line 1450, app/assets/stylesheets/custom.scss */
#artist-field-input li {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

/* line 1457, app/assets/stylesheets/custom.scss */
.artist_auto {
  cursor: pointer;
}

/* line 1460, app/assets/stylesheets/custom.scss */
.artist_auto:hover {
  background: #c4c4c4;
}

/* line 1464, app/assets/stylesheets/custom.scss */
#add-remove-artist-buttons {
  display: flex;
  flex-direction: row;
  color: white;
}

/* line 1468, app/assets/stylesheets/custom.scss */
#add-remove-artist-buttons div {
  background-color: #26348b;
  border-radius: 3px;
  text-align: center;
  margin: 4px;
  padding: 5px;
}

@media screen and (max-width: 879px) {
  /* line 1477, app/assets/stylesheets/custom.scss */
  #add-remove-artist-buttons {
    width: 100%;
  }
  /* line 1479, app/assets/stylesheets/custom.scss */
  #add-remove-artist-buttons div {
    width: 50%;
  }
}

/* ---------- mise en forme du formulaire creation tracks, techniques, styles artistes -- */
/* line 1486, app/assets/stylesheets/custom.scss */
textarea.form-text-area {
  height: 25vh !important;
}

/* ---------- Mise en forme Alert messages -- */
/* line 1491, app/assets/stylesheets/custom.scss */
.my_alert-notice, .my_alert-alert, .my_alert-danger {
  text-align: center;
  width: 100%;
  z-index: 999;
  display: block;
  top: 0px;
  padding: 13px;
  border-radius: 5px;
}

/* line 1500, app/assets/stylesheets/custom.scss */
.my_alert-notice {
  background-color: #dcffea;
  border: #61c973 2px solid;
  visibility: visible;
  opacity: 1;
  transition: opacity 3s linear;
}

/* line 1507, app/assets/stylesheets/custom.scss */
.my_alert-danger {
  background-color: #E76262;
  border: #f30303 2px solid;
  color: white;
  visibility: visible;
  opacity: 1;
  transition: opacity 3s linear;
}

/* line 1516, app/assets/stylesheets/custom.scss */
.my_alert-alert {
  background-color: #E76262;
  border: #f30303 2px solid;
  color: white;
}

/* line 1522, app/assets/stylesheets/custom.scss */
.error-explanation-devise {
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0px;
  background-color: #E76262;
  color: white;
  font-size: 12px;
  top: 8vh;
  padding: 10px;
  text-align: center;
}

/* line 1536, app/assets/stylesheets/custom.scss */
.add-picture-artwork {
  display: flex;
}

/*Menu navigation*/
/* line 1541, app/assets/stylesheets/custom.scss */
.menu-area {
  margin-top: 0px;
  padding-bottom: 20%;
}

/* line 1546, app/assets/stylesheets/custom.scss */
.block-title {
  color: #09125A;
  font-size: 2.1rem;
}

/* line 1551, app/assets/stylesheets/custom.scss */
.block-title-center {
  text-align: center;
  color: #09125A;
}

/* line 1556, app/assets/stylesheets/custom.scss */
.block-subtitle {
  color: #09125A;
  padding: 12px 0;
  font-size: 18px !important;
}

/* line 1562, app/assets/stylesheets/custom.scss */
.justified {
  text-align: justify;
}

/* line 1565, app/assets/stylesheets/custom.scss */
.submenu-light-description {
  padding: 15px 0px 0px;
  text-align: justify;
}

@media screen and (max-width: 980px) {
  /* line 1570, app/assets/stylesheets/custom.scss */
  .submenu-light-description {
    padding: 15px 4vw 0px;
  }
}

/* line 1575, app/assets/stylesheets/custom.scss */
.show_mainpicture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #02d6be;
  align-items: center;
  overflow: hidden;
}

/* line 1584, app/assets/stylesheets/custom.scss */
.show_mainpicture .show_mainpicture_title {
  color: white;
  text-align: center;
  line-height: 1.3;
  font-size: 2.0rem;
  bottom: 2vh;
  background-color: #0d0f0f5e;
  padding: 5px;
  z-index: 2;
  position: absolute;
  top: 16vh;
  height: 5vh;
  text-transform: uppercase;
}

/* line 1598, app/assets/stylesheets/custom.scss */
.show_mainpicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 480px) {
  /* line 1606, app/assets/stylesheets/custom.scss */
  .show_mainpicture {
    height: 25vh;
  }
}

@media screen and (max-width: 479px) {
  /* line 1611, app/assets/stylesheets/custom.scss */
  .show_mainpicture {
    height: 25vh;
  }
}

/* line 1617, app/assets/stylesheets/custom.scss */
.show_tabs, .show_tabs_desktop, .spot_tabs, .spot_tabs_desktop {
  display: flex;
  justify-content: center;
  flex-direction: row;
  list-style: none;
  cursor: pointer;
  height: 55px;
}

/* line 1624, app/assets/stylesheets/custom.scss */
.show_tabs li, .show_tabs_desktop li, .spot_tabs li, .spot_tabs_desktop li {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-bottom: 1px #ccc solid;
  position: relative;
  padding: 10px 0px 5px;
  margin-bottom: -10px;
  top: -10px;
}

/* line 1638, app/assets/stylesheets/custom.scss */
.show_tabs li:first-child, .show_tabs_desktop li:first-child, .spot_tabs li:first-child, .spot_tabs_desktop li:first-child {
  border-top-left-radius: 30px 10px;
  -moz-border-top-left-radius: 30px 10px;
  -webkit-border-top-left-radius: 30px 10px;
}

/* line 1643, app/assets/stylesheets/custom.scss */
.show_tabs li:last-child, .show_tabs_desktop li:last-child, .spot_tabs li:last-child, .spot_tabs_desktop li:last-child {
  border-top-right-radius: 30px 10px;
  -moz-border-top-right-radius: 30px 10px;
  -webkit-border-top-right-radius: 30px 10px;
}

/* line 1648, app/assets/stylesheets/custom.scss */
.show_tabs svg, .show_tabs_desktop svg, .spot_tabs svg, .spot_tabs_desktop svg {
  height: 30px;
  width: 30px;
}

/* line 1652, app/assets/stylesheets/custom.scss */
.show_tabs i, .show_tabs_desktop i, .spot_tabs i, .spot_tabs_desktop i {
  height: 30px;
  width: 30px;
}

/* line 1655, app/assets/stylesheets/custom.scss */
.show_tabs i svg, .show_tabs_desktop i svg, .spot_tabs i svg, .spot_tabs_desktop i svg {
  height: 30px;
  width: 30px !important;
}

/* line 1660, app/assets/stylesheets/custom.scss */
.show_tabs g, .show_tabs path, .show_tabs_desktop g, .show_tabs_desktop path, .spot_tabs g, .spot_tabs path, .spot_tabs_desktop g, .spot_tabs_desktop path {
  fill: #63727E;
}

/* line 1662, app/assets/stylesheets/custom.scss */
.show_tabs .active_tab g, .show_tabs .active_tab path, .show_tabs_desktop .active_tab g, .show_tabs_desktop .active_tab path, .spot_tabs .active_tab g, .spot_tabs .active_tab path, .spot_tabs_desktop .active_tab g, .spot_tabs_desktop .active_tab path {
  fill: #4c00d7;
}

/* line 1664, app/assets/stylesheets/custom.scss */
.show_tabs .count-items, .show_tabs_desktop .count-items, .spot_tabs .count-items, .spot_tabs_desktop .count-items {
  padding-top: 5px;
}

/* line 1669, app/assets/stylesheets/custom.scss */
.top_tab_user li {
  padding-bottom: 0px !important;
}

/* line 1672, app/assets/stylesheets/custom.scss */
.user_tabs_description .description-events {
  text-align: left;
}

/* line 1676, app/assets/stylesheets/custom.scss */
.show_bottom_description {
  padding: 15px 10px;
  text-align: left;
}

/* line 1680, app/assets/stylesheets/custom.scss */
.show_bottom_pictures_row {
  margin: 0 !important;
}

/* line 1682, app/assets/stylesheets/custom.scss */
.show_bottom_pictures_row .col-xs-4.col-md-2 {
  box-sizing: border-box;
  min-height: 5px;
  border: 1px white solid;
  overflow: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333333vw;
  height: 33.333333vw;
  padding: 3px;
}

/* line 1693, app/assets/stylesheets/custom.scss */
.show_bottom_pictures_row .col-xs-4.col-md-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Code reutilisable a travers les differentes pages */
/* line 1704, app/assets/stylesheets/custom.scss */
.one-line-inline {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 1710, app/assets/stylesheets/custom.scss */
.two-lines-inline {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Systeme de tabs  */
/* line 1720, app/assets/stylesheets/custom.scss */
.artist_tabs, .pro_tabs {
  box-shadow: 0px -9px 10px 0px #585858;
}

/* line 1726, app/assets/stylesheets/custom.scss */
.second_tab_content, .third_tab_content {
  display: none;
}

/* Axeptio cookies */
/* line 1733, app/assets/stylesheets/custom.scss */
#axeptio_overlay button:first-child {
  display: none !important;
}

/* Special view */
/* Special view */
/* line 1741, app/assets/stylesheets/custom.scss */
.insta-popup {
  top: calc(100vw - 10vh - 13px);
  height: fit-content;
  box-shadow: none !important;
  border-bottom: 1px grey solid;
}

/* line 1747, app/assets/stylesheets/custom.scss */
.header-insta {
  position: absolute;
  top: 8vh;
  z-index: 1000;
  left: 0;
  background-blend-mode: difference;
  border-bottom-right-radius: 10px;
  padding: 2px;
  background-color: white;
}

/* line 1756, app/assets/stylesheets/custom.scss */
.header-insta img {
  height: 35px;
}

/* Error pages */
/* line 1763, app/assets/stylesheets/custom.scss */
.page_404 {
  height: 84vh;
  background-color: #EFEFEF;
  background-image: url(/assets/image_fond2.jpg);
  background-size: cover;
  color: #2E2F30;
  text-align: center;
  font-family: arial, sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1775, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card {
  margin: 2vh 3vw !important;
  width: 94vw;
  max-width: 400px;
  height: 80vh;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}

/* line 1783, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card .page_404_card_top {
  display: flex;
  width: 100%;
  height: 42vh;
  justify-content: center;
}

/* line 1789, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card img {
  width: 94vw;
  max-width: 400px;
  padding: 0;
  margin-top: 0px;
  max-height: 100%;
  object-fit: cover;
}

/* line 1797, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card .slide-wrapper-popup {
  width: 94vw;
  max-width: 400px;
}

/* line 1801, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card .slide-popup {
  width: 94vw;
  max-width: 400px;
}

/* line 1805, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card .artwork-meta {
  height: calc(33vh - 100px);
  width: auto;
  border: none;
}

/* line 1809, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card .artwork-meta .artwork_info {
  justify-content: space-around;
}

/* line 1812, app/assets/stylesheets/custom.scss */
.page_404 .page_404_card .artwork-meta .artwork_info_line {
  display: flex;
  padding-bottom: 5px;
  align-items: center;
  justify-content: flex-start;
  text-align: initial;
  line-height: normal;
}

/* line 1822, app/assets/stylesheets/custom.scss */
.page_404 .page_404_title {
  position: absolute;
  padding: 2vh;
  max-width: 400px;
  width: 94vw;
  height: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  background: azure;
  opacity: 0.8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/* ------- event form ---------- */
/* line 2, app/assets/stylesheets/event.scss */
.event-form {
  max-width: 100%;
  margin: 2vh 4vw;
}

/* line 7, app/assets/stylesheets/event.scss */
.title-events {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-variant-caps: all-small-caps;
}

/* ------- event Index ---------- */
/* line 18, app/assets/stylesheets/event.scss */
.new_event_button {
  padding: 5px;
  margin: 0 5%;
  border: 2px solid #337ab7;
  color: #337ab7;
  text-align: center;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 30, app/assets/stylesheets/event.scss */
.list-events {
  box-sizing: border-box;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

@media screen and (min-width: 980px) {
  /* line 38, app/assets/stylesheets/event.scss */
  .list-events {
    padding: 0 50px;
    max-width: 90vw;
  }
  /* line 43, app/assets/stylesheets/event.scss */
  .events-month-line {
    display: inline-flex;
    flex-flow: wrap;
  }
}

/* line 49, app/assets/stylesheets/event.scss */
.month-line {
  height: 25px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 25px;
  margin-top: 1px;
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/event.scss */
.month-line:first-child {
  margin-top: 1px;
}

/* line 62, app/assets/stylesheets/event.scss */
.list-group-events {
  box-sizing: border-box;
  display: flex;
  flex-direction: space-between;
  padding: 10px;
  height: 36vw;
  width: 100%;
  margin: 0;
  overflow: hidden;
  max-width: 500px;
  max-height: 158px;
  border-bottom: 1px solid lightgray;
}

/* line 74, app/assets/stylesheets/event.scss */
.list-group-events .events-image {
  display: flex;
  align-items: center;
  width: 33%;
  max-width: 138px;
  height: 100%;
  position: relative;
}

/* line 81, app/assets/stylesheets/event.scss */
.list-group-events .events-image a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/event.scss */
.list-group-events img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: lightgray 1px solid;
}

/* line 96, app/assets/stylesheets/event.scss */
.list-group-events:last-child {
  border-bottom: none;
}

/* line 100, app/assets/stylesheets/event.scss */
.description-events {
  padding-left: 3%;
  width: 64%;
  height: 100%;
  color: black;
}

/* line 105, app/assets/stylesheets/event.scss */
.description-events i {
  color: black;
}

/* line 108, app/assets/stylesheets/event.scss */
.description-events a {
  color: black;
}

/* line 111, app/assets/stylesheets/event.scss */
.description-events a:hover {
  text-decoration: none;
}

/* line 116, app/assets/stylesheets/event.scss */
.info-events {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 124, app/assets/stylesheets/event.scss */
.description-date {
  font-weight: bold;
  color: #ed617e;
  font-size: 1.4rem;
}

/* line 131, app/assets/stylesheets/event.scss */
.list-types-events {
  display: flex;
  width: 100%;
  margin-left: -2px;
  padding-top: 5px;
}

/* line 137, app/assets/stylesheets/event.scss */
.type-events {
  background-color: #ccf7f2;
  color: #02d6be;
  max-width: max-content;
  border-radius: 10px;
  padding: 0px 7px;
  width: auto;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

/* line 149, app/assets/stylesheets/event.scss */
.organizer-events {
  font-style: italic;
}

/* line 152, app/assets/stylesheets/event.scss */
.organizer-events:first-letter {
  text-transform: uppercase;
}

/* line 155, app/assets/stylesheets/event.scss */
.area-events {
  text-transform: capitalize;
}

/* ------- event Intro ---------- */
/* line 160, app/assets/stylesheets/event.scss */
.event_intro_body {
  width: 100%;
  padding: 0 4%;
}

@media screen and (min-width: 980px) {
  /* line 166, app/assets/stylesheets/event.scss */
  .event_intro_top_bloc {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 30px;
  }
  /* line 172, app/assets/stylesheets/event.scss */
  .event_intro_body {
    padding: 0 10vw;
  }
}

/* line 177, app/assets/stylesheets/event.scss */
.event_intro_title {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}

/* line 181, app/assets/stylesheets/event.scss */
.event_intro_title h3 {
  position: relative;
  background-color: white;
  padding: 20px 0 10px;
  -webkit-border-top-left-radius: 30px 10px;
  -webkit-border-top-right-radius: 30px 10px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media screen and (max-width: 980px) {
  /* line 194, app/assets/stylesheets/event.scss */
  .event_intro_title {
    top: -30px;
    margin-bottom: -25px;
  }
}

/* line 200, app/assets/stylesheets/event.scss */
.event_intro_top {
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}

/* line 203, app/assets/stylesheets/event.scss */
.event_intro_top svg {
  height: 26px;
  width: 26px;
  margin-right: 12px;
  margin-left: 4px;
}

/* line 209, app/assets/stylesheets/event.scss */
.event_intro_top > div {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

/* line 215, app/assets/stylesheets/event.scss */
.event_intro_top .event_intro_top_title {
  font-size: 1.5rem;
  text-align: left;
}

/* line 221, app/assets/stylesheets/event.scss */
.event_intro_top .event_intro_top_title .event_intro_top_detail {
  font-size: 1.2rem;
}

@media screen and (min-width: 980px) {
  /* line 229, app/assets/stylesheets/event.scss */
  .event_intro_top_bloc .show_mainpicture {
    height: 35vh;
    width: 35%;
  }
}

/* line 236, app/assets/stylesheets/event.scss */
.event_showmap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

/* line 241, app/assets/stylesheets/event.scss */
.event_showmap svg {
  height: 2rem;
  width: auto;
  margin: 0px 5px;
}

/* line 248, app/assets/stylesheets/event.scss */
.event_intro_list_type_events {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

/* line 255, app/assets/stylesheets/event.scss */
.event_intro_city {
  text-align: center;
}

/* line 258, app/assets/stylesheets/event.scss */
.event_intro_desc {
  text-align: justify;
  padding: 10px 5px 5px;
}

/* line 263, app/assets/stylesheets/event.scss */
.vote-event-intro-ajax {
  display: flex !important;
  justify-content: center;
}

/* line 268, app/assets/stylesheets/event.scss */
.event_intro_image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 2px;
  max-height: 35vh;
  align-items: center;
  overflow: hidden;
}

/* line 276, app/assets/stylesheets/event.scss */
.event_intro_image img {
  width: 100%;
  height: auto;
}

/* line 282, app/assets/stylesheets/event.scss */
.event_intro_link_show {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: center;
  flex-direction: column;
}

/* line 289, app/assets/stylesheets/event.scss */
.event_intro_link_show a {
  background-color: #E76262;
  width: 70%;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  color: white;
}

/* line 297, app/assets/stylesheets/event.scss */
.event_intro_link_show a:hover {
  color: white;
  text-decoration: none;
}

/* line 303, app/assets/stylesheets/event.scss */
.event_intro_extlink {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

/* line 307, app/assets/stylesheets/event.scss */
.event_intro_extlink a {
  background-color: #30992A;
  width: 70%;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  color: white;
}

/* line 315, app/assets/stylesheets/event.scss */
.event_intro_extlink a:hover {
  color: white;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/event.scss */
.event_intro_sponsors {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

/* line 329, app/assets/stylesheets/event.scss */
.event_intro_sponsors_image {
  box-sizing: border-box;
  display: flex;
  max-width: 200px;
  max-height: 200px;
  width: 30vw;
  padding: 2vw;
}

/* line 336, app/assets/stylesheets/event.scss */
.event_intro_sponsors_image img {
  align-items: center;
  height: auto;
  width: 100%;
  object-fit: contain;
}

/* ------- event Show ---------- */
/* line 347, app/assets/stylesheets/event.scss */
.event_top {
  background-color: #f4f4f4;
  background-size: cover;
}

/* line 352, app/assets/stylesheets/event.scss */
.event_tabs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  list-style: none;
  cursor: pointer;
  min-height: 60px;
  width: 100%;
  align-items: center;
}

/* line 361, app/assets/stylesheets/event.scss */
.event_tabs li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border-bottom: 1px #ccc solid;
  padding-bottom: 1px;
  height: 60px;
  /*  border-left: 1px grey solid;
    border-right: 1px grey solid;
    border-top : 1px grey solid;*/
}

/* line 374, app/assets/stylesheets/event.scss */
.event_tabs li p {
  margin: 0;
}

/* line 376, app/assets/stylesheets/event.scss */
.event_tabs i {
  color: #ccc;
  font-size: 4vh;
  padding: 10px;
}

/* line 387, app/assets/stylesheets/event.scss */
.active_tab i {
  color: #09125A !important;
}

/* line 392, app/assets/stylesheets/event.scss */
.event_desc_show_icon {
  position: absolute;
  right: 20px;
}

/* line 402, app/assets/stylesheets/event.scss */
.display_map {
  display: block !important;
}

/* line 408, app/assets/stylesheets/event.scss */
.hide_map {
  height: 0px !important;
}

/* line 413, app/assets/stylesheets/event.scss */
.event_title_line {
  display: flex;
  align-items: baseline;
  padding-bottom: 5px;
  justify-content: space-between;
}

/* line 423, app/assets/stylesheets/event.scss */
.event_title_line h3 {
  max-width: 74%;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: scroll;
  scrollbar-width: none;
  line-height: inherit;
}

/* line 436, app/assets/stylesheets/event.scss */
.event_list_onerow {
  border-bottom: 1px lightgray solid;
  margin-bottom: 5px;
  display: flex;
}

/* line 443, app/assets/stylesheets/event.scss */
.list-events .list-group-item:nth-of-type(2n) {
  background-color: #88989F !important;
}

/* line 447, app/assets/stylesheets/event.scss */
.list-events .list-group-item:nth-of-type(2n+1) {
  background-color: #ABBAC1 !important;
}

/* line 452, app/assets/stylesheets/event.scss */
.event_pictures_desc {
  text-align: justify;
}

/* line 455, app/assets/stylesheets/event.scss */
.event_pictures_desc .event_pictures_desc_date {
  padding: 0 0 3px !important;
}
/* line 6, app/assets/stylesheets/eventpart.scss */
.vote-eventpart-intro-ajax {
  display: flex !important;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/eventpart.scss */
.sa_event_showmap_button {
  padding-bottom: 10px;
  background-color: #09125A;
  width: 70%;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  color: white;
}

/* line 20, app/assets/stylesheets/eventpart.scss */
#saeventmap {
  display: none;
}

/* line 23, app/assets/stylesheets/eventpart.scss */
.sa_mainevent_link {
  text-align: center;
  width: 100%;
  padding: 20px 0 10px;
}
/* line 5, app/assets/stylesheets/galleries.scss */
.gallery_title {
  flex-direction: column;
  align-items: center;
  height: 12vh;
  justify-content: center;
  background-color: #ececec;
  text-align: center;
}

/* line 14, app/assets/stylesheets/galleries.scss */
.main_title_gallery {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  /* line 19, app/assets/stylesheets/galleries.scss */
  .main_title_gallery {
    margin-top: -67.5px !important;
  }
}

/* line 24, app/assets/stylesheets/galleries.scss */
.gallery_tabs_description {
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
}

/* line 28, app/assets/stylesheets/galleries.scss */
.gallery_info {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 25px;
  color: #333333;
}

/* line 41, app/assets/stylesheets/galleries.scss */
.gallery-infos {
  padding: 10px;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #333333;
}

/* line 47, app/assets/stylesheets/galleries.scss */
.gallery-infos .gallery-title {
  font-weight: bold;
  font-size: 16px;
  min-height: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}

/* line 56, app/assets/stylesheets/galleries.scss */
.gallery-infos .gallery-desc {
  padding: 10px 5px 0px 5px;
  font-size: 14px;
  overflow: auto;
  text-align: justify;
}

/* line 62, app/assets/stylesheets/galleries.scss */
.gallery-infos .gallery-adress {
  display: flex;
}

/* line 64, app/assets/stylesheets/galleries.scss */
.gallery-infos .gallery-adress .fas {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

/* line 72, app/assets/stylesheets/galleries.scss */
.gallery_video {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  /* line 79, app/assets/stylesheets/galleries.scss */
  .gallery_video {
    margin-bottom: 20px;
  }
  /* line 81, app/assets/stylesheets/galleries.scss */
  .gallery_video iframe {
    max-width: 100%;
  }
}

/* line 87, app/assets/stylesheets/galleries.scss */
.popup-gallery-title {
  font-size: 18px;
  color: #777777;
  text-overflow: ellipsis;
  width: auto;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  padding: 2px 5px 0 7px;
  margin-bottom: 0px;
  border-radius: 20px;
}

/* line 99, app/assets/stylesheets/galleries.scss */
.popup-gallery-title a {
  color: #777777;
  text-transform: none;
  text-decoration: none;
}

/* line 106, app/assets/stylesheets/galleries.scss */
.popup-gallery-type {
  line-height: normal;
  color: #02d6be;
  width: 100%;
  display: flex;
  justify-content: center;
  font-variant: all-small-caps;
  margin-bottom: 5px;
}

/* line 114, app/assets/stylesheets/galleries.scss */
.popup-gallery-type div {
  background-color: #ccf7f2;
  border-radius: 5%;
  padding: 2px;
}

/* line 121, app/assets/stylesheets/galleries.scss */
.gallery-type {
  line-height: normal;
  color: #02d6be;
  width: 100%;
  display: flex;
  justify-content: center;
  font-variant: all-small-caps;
  padding-bottom: 10px;
}

/* line 129, app/assets/stylesheets/galleries.scss */
.gallery-type div {
  background-color: #ccf7f2;
  border-radius: 5%;
  padding: 2px;
}
/*
.artfeed-bloc{

}
.newsfeed-artwork-row {
    padding-bottom: 5px;
    .artfeed-row-infos{
    position: relative;
    //height: 9.5vh;
    //height: 90px;
    background-color: white;
    //margin-top: 29vh;
    width: 100vw;
    //border-top-right-radius: 10px;
    //border-bottom: 0.5vh #424e9a solid;
    padding: 0 2vw 10px;

    }
    .artfeed-image{
      height: 38vh;
    }
    .artwork-details{
      width: 100%;
      //height: 35px;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      background-color: #f3f3f3;
      padding: 5px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;

      .user_avatar_row_small_type{
        margin-top: 0px;
        img {
          height: 25px;
          width: 25px;
        }
      }
    }
    .artwork-details:last-child {
    }
}

.artfeed-row-3 {
    .artfeed-row-infos3{
    position: relative;
    //height: 9.5vh;
    height: auto;
    background-color: white;
    //margin-top: 29vh;
    width: 100vw;
    //border-top-right-radius: 10px;
    border-bottom: 0.5vh #424e9a solid;
    }
    .artfeed-image{
      height: 38vh;
    }
}
.artfeed-row {
    display: flex;
    height: 38vh;
    //overflow: hidden;
    //padding: 20px 15px 0;
    .artfeed-row-infos{
      display: none;
      width: 50vw;
    }
}
.artfeed-image{
  display: block;
  min-width: 100%;
}
.artfeed-image-with-detail{
  display: block;
  width: 50vw;
}
.artfeed-row-pic-count{
  position: absolute;
  left: 0vw;
  background-color: white;
  padding: 4px;
  border-bottom-right-radius: 13px;
}

.artfeed-row-like-count {
    position: absolute;
    right: 0;
    padding: 1vh 10px;
    justify-content: center;
    z-index: 1;
    background-color: white;
    border-top-left-radius: 10px;
    margin-top: 32vh;
    display: flex;
    height: 6.0vh;
}

.artfeed-row-bottom-right{
  position: absolute;
  right: 0;
  margin-top: 32vh;
  z-index: 1;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.artfeed-row-like-count3{
  background-color: white;
  padding: 1vh 10px;
  height: 6.01vh;
  //position: absolute;
  //right: 0;
  //border-top-left-radius: 10px;
  //margin-top: 32vh;
  //z-index: 1;
  z-index: 2;
  //justify-content: center;
  display: flex;

  .vote-ajax {
    height: 4vh;
    display: flex;
    align-items: center;
  }
  img {
    min-height: 33vh;
  }
}
.artfeed-row-separator{
  margin: 0px -10px;
  border-left: 2px #e76262 solid;
  transform: skew(-11deg);
  -webkit-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  width: 16px;
  background-color: white;
  height: 6.01vh;
}

.artfeed-row-artists{
  //position: absolute;
  //left: 0;
  height: 6.01vh;
  padding: 1vh 10px;
  border-top-left-radius: 10px;
  padding: 1vh 23px 1vh 10px;
  //margin-top: 32vh;
  //z-index: 1;
  //justify-content: center;
  display: flex;
  align-items: center;
  //color: white;
  background-color: white;
  a{
    //color: white;
  }
  svg{
    padding: 1px 0px 1px;
    z-index: 99999999;
    height: 4vh;
    width: 18px;
    min-width: 18px;
    margin-right: 8px;
      g { fill: #e76262;}
  }
}


@media screen and (min-width: 880px) {
  .artfeed-bloc {
      display: inline-flex;
      flex-wrap: wrap;
  }
  .artfeed-row-3 {
      width: 33.0vw;
  }
  .artfeed-row-3 .artfeed-row-infos3 {
      border-bottom: none;
  }

  .artfeed-row-bottom-right {
    right: 0;
    z-index: 1;
    justify-content: flex-end;
    display: flex;
    width: 33vw;
    margin-bottom: -6vh;
    margin-top: 0vh;
    position: relative;
    height: 6vh;
  }
  .artfeed-row-like-count3 {
    border-top-left-radius: 0px;
  }
  .artfeed-row-artists {
    color: white;
    height: 6.0vh;
    padding: 1vh 15px 1vh 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: cadetblue;
  }
  .artfeed-row-artists:after{
      width: auto;
  }
}
*/
/* Pagy */
/*
#div_next_link{
    position: relative;
    //margin-bottom: 8vh;
    display: flex;
    height: 8vh;
    align-items: center;
    justify-content: center;
    .prev, .next {
      color: #424e9a;
      position: relative;
    }
}
*/
/* line 2, app/assets/stylesheets/map.scss */
.suggestions li, .suggestions ul {
  display: block;
}

/* line 7, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  width: 44px !important;
  max-width: 100vw !important;
}

/* line 14, app/assets/stylesheets/map.scss */
spot.mapboxgl-control-container .mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0) !important;
  margin: 0 10px !important;
  border-color: #ccc;
}

/* line 20, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-group button {
  width: 44px;
  height: 44px;
  padding: 4px;
}

/* line 25, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 8px 0 0 8px;
}

/* line 32, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-geocoder {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}

/* line 35, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
  padding: 6px 50px;
}

/* line 38, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  left: 11px;
}

/* line 41, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
  fill: inherit;
}

/* line 46, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-geocoder-slide {
  min-width: 260px !important;
}

/* line 52, app/assets/stylesheets/map.scss */
.loader {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 1em;
  top: 44%;
  margin: auto;
  z-index: 9999;
  height: 100%;
  /* Set the color of the icon */
}

/* line 62, app/assets/stylesheets/map.scss */
.loader svg path,
.loader svg rect {
  fill: #1C175E;
}

/* line 68, app/assets/stylesheets/map.scss */
.marker {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: red;
}

/* line 79, app/assets/stylesheets/map.scss */
.mapboxgl-popup {
  max-width: 200px;
}

/* line 82, app/assets/stylesheets/map.scss */
.mapboxgl-popup-content {
  min-width: 100px;
}

/* line 86, app/assets/stylesheets/map.scss */
.mapbox-improve-map, .mapboxgl-ctrl-logo {
  display: none !important;
}

/* line 89, app/assets/stylesheets/map.scss */
.mapboxgl-ctrl-attrib-inner a:last-child {
  display: none !important;
}

/* line 93, app/assets/stylesheets/map.scss */
#mapfilter {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 2vh;
  right: 2vw;
  border-radius: 3px;
  width: 40px;
  border: 1px solid rgba(174, 174, 174, 0.4);
  font-family: 'Open Sans', sans-serif;
}

/* line 106, app/assets/stylesheets/map.scss */
#mapfilter a {
  font-size: 13px;
  color: #404040;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}

/* line 118, app/assets/stylesheets/map.scss */
#mapfilter a:last-child {
  border: none;
}

/* line 122, app/assets/stylesheets/map.scss */
#mapfilter a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

/* line 127, app/assets/stylesheets/map.scss */
#mapfilter a.active {
  background-color: #3887be;
  color: #ffffff;
}

/* line 132, app/assets/stylesheets/map.scss */
#mapfilter a.active:hover {
  background: #3074a4;
}

/* line 136, app/assets/stylesheets/map.scss */
.mapfilter-icon {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* line 142, app/assets/stylesheets/map.scss */
.mapfilter-icon svg {
  width: 7vw;
  max-width: 40px;
  max-height: 40px;
  height: 6vh;
  padding: 7px 4px 5px;
}

/* line 148, app/assets/stylesheets/map.scss */
.mapfilter-icon svg g, .mapfilter-icon svg path, .mapfilter-icon svg polygon {
  fill: #999;
}

/* line 160, app/assets/stylesheets/map.scss */
.spot-infos {
  padding: 0px 0 5px 10px;
  display: flex;
  flex-direction: row;
  text-align: center;
  max-height: 90%;
  width: 100%;
}

/* line 167, app/assets/stylesheets/map.scss */
.spot-infos .spot-infos-right {
  padding: 3px;
}

/* line 170, app/assets/stylesheets/map.scss */
.spot-infos .fas {
  color: #ec607e;
  margin-right: 5px;
}

/* line 174, app/assets/stylesheets/map.scss */
.spot-infos .artwork-image-likes {
  width: 33vw;
  max-height: 100%;
  border-radius: 10px;
}

/* line 179, app/assets/stylesheets/map.scss */
.spot-infos .spot-desc {
  padding: 10px 5px 0px 5px;
  font-size: 14px;
  overflow: auto;
  text-align: justify;
}

/* line 185, app/assets/stylesheets/map.scss */
.spot-infos .popup-spot-categories {
  width: 100%;
  display: inline-flex;
  padding: 5px 10px 5px;
}

/* line 190, app/assets/stylesheets/map.scss */
.spot-infos .spot-meta {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 196, app/assets/stylesheets/map.scss */
.spot-infos .spot-meta .showsmall-visibility-indicator {
  position: absolute;
  right: 2%;
}

/* line 200, app/assets/stylesheets/map.scss */
.spot-infos .spot-meta .fas {
  color: #ec607e;
  margin-right: 5px;
}

/* line 204, app/assets/stylesheets/map.scss */
.spot-infos .spot-meta svg {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
}

/* line 210, app/assets/stylesheets/map.scss */
.spot-infos .spot-meta g {
  fill: #ec607e;
}

/* line 211, app/assets/stylesheets/map.scss */
.spot-infos .spot-meta p {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-overflow: ellipsis;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  margin-bottom: 5px;
  text-align: left;
  width: -webkit-fill-available;
}

@media screen and (min-width: 880px) {
  /* line 229, app/assets/stylesheets/map.scss */
  .spot-infos {
    flex-direction: column !important;
    padding: 0;
  }
  /* line 232, app/assets/stylesheets/map.scss */
  .spot-infos .artwork-image-likes {
    width: 24vw;
  }
}

@media screen and (max-width: 880px) {
  /* line 238, app/assets/stylesheets/map.scss */
  .spot-infos-right {
    max-width: 67vw;
    overflow: scroll;
    max-height: 25vh;
    width: 100%;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/menu.scss */
.book {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 5px;
}

/* line 7, app/assets/stylesheets/menu.scss */
.bookopened {
  display: none;
}

/* line 11, app/assets/stylesheets/menu.scss */
.topmenu {
  height: 10vh;
  background-color: #fff;
  top: 0vh;
  width: 100%;
  display: none;
  flex-direction: row;
  z-index: 1000;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

/* line 28, app/assets/stylesheets/menu.scss */
.guide-title {
  display: flex;
  justify-content: center;
}

@media screen and (max-height: 450px) {
  /* line 34, app/assets/stylesheets/menu.scss */
  .topmenu {
    padding-top: 15px;
  }
  /* line 35, app/assets/stylesheets/menu.scss */
  .topmenu a {
    font-size: 18px;
  }
}

/* line 37, app/assets/stylesheets/menu.scss */
.topmenu_open {
  top: 8vh;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 979px) {
  /* line 42, app/assets/stylesheets/menu.scss */
  .topmenu_open {
    width: 100% !important;
    left: 0;
    position: sticky;
    display: flex;
    box-shadow: 0px 0px 4px #A5A5A5;
    box-sizing: border-box;
    justify-content: flex-start;
    overflow: overlay;
    scroll-behavior: smooth;
  }
  /* line 55, app/assets/stylesheets/menu.scss */
  .topmenu-item {
    width: 20vw;
  }
}

/* line 60, app/assets/stylesheets/menu.scss */
.topmenu_open::-webkit-scrollbar {
  height: 3px;
}

/* line 63, app/assets/stylesheets/menu.scss */
.topmenu_open::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@media screen and (min-width: 980px) {
  /* line 68, app/assets/stylesheets/menu.scss */
  .topmenu_open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0px;
    background-color: #19c8bd40;
  }
  /* line 78, app/assets/stylesheets/menu.scss */
  .topmenu-item {
    width: inherit;
    min-height: 80px;
  }
}

/* line 85, app/assets/stylesheets/menu.scss */
.topmenu-item {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3px !important;
  height: 7vh;
  max-width: 350px;
  margin-left: 0%;
  border-radius: 15px;
}

/* line 102, app/assets/stylesheets/menu.scss */
.topmenu-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  width: 20vw;
  height: 7vh;
  color: #999;
  font-size: 10px;
}

/* line 113, app/assets/stylesheets/menu.scss */
.topmenu-item a:hover {
  text-decoration: none;
  color: #09125A;
}

/* line 117, app/assets/stylesheets/menu.scss */
.topmenu-item svg {
  width: 6vw;
  max-width: 35px;
  padding: 0px 0;
  margin-bottom: 2px;
}

/* line 125, app/assets/stylesheets/menu.scss */
.topmenu .selected {
  background-color: white;
}

/* line 127, app/assets/stylesheets/menu.scss */
.topmenu .selected a {
  color: #09125A;
}

/* line 128, app/assets/stylesheets/menu.scss */
.topmenu .selected g, .topmenu .selected path {
  fill: #4c00d7;
}

/*** En cas de Top menu ouvert ***/
@media screen and (max-width: 979px) {
  /* line 133, app/assets/stylesheets/menu.scss */
  .mapcreapolis_topmenuopen {
    height: 74vh !important;
  }
}

/* line 137, app/assets/stylesheets/menu.scss */
.my_header_topmenuopen {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 0;
}

/*** OLD ***/
/* line 146, app/assets/stylesheets/menu.scss */
.sidenav {
  /* background: #020024; */
  /* background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%); */
  /* height: 100%; */
  /* width: 0; */
  /* position: fixed; */
  /* top: 8vh; */
  /* padding: 7% 0; */
  left: -100vw;
  transition: 1s;
  z-index: 2000;
  display: flex;
  align-items: center;
}

/* line 162, app/assets/stylesheets/menu.scss */
.sidenav {
  height: 8vh;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 1000;
  font-weight: 700;
  border-top: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

/* line 175, app/assets/stylesheets/menu.scss */
.sidenav a {
  padding: 8px 0px 8px 18px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

/* line 184, app/assets/stylesheets/menu.scss */
.sidenav a:hover {
  text-decoration: underline;
  color: #a9b2ff;
}

/* line 189, app/assets/stylesheets/menu.scss */
.sidenav .closebtn {
  position: absolute;
  top: 1vh;
  right: 0;
  font-size: 36px;
  padding: 20px;
  line-height: 30px;
}

@media screen and (max-height: 450px) {
  /* line 199, app/assets/stylesheets/menu.scss */
  .sidenav {
    padding-top: 15px;
  }
  /* line 200, app/assets/stylesheets/menu.scss */
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 979px) {
  /* line 203, app/assets/stylesheets/menu.scss */
  .sidenav_open {
    width: 100% !important;
    left: 0;
  }
}

@media screen and (min-width: 980px) {
  /* line 209, app/assets/stylesheets/menu.scss */
  .sidenav_open {
    width: 300px !important;
  }
}

/* line 215, app/assets/stylesheets/menu.scss */
.menu-list-group-item {
  padding: 0 !important;
  height: 85px;
  display: flex !important;
  margin-bottom: 5px !important;
  overflow: hidden;
  width: 85%;
  max-width: 350px;
  margin-left: 0%;
  line-height: 75px;
  border-radius: 15px;
}

/* line 228, app/assets/stylesheets/menu.scss */
.menu-list-group-item a {
  width: 100%;
  color: #337ab7;
}

/* line 230, app/assets/stylesheets/menu.scss */
.menu-list-group-item a img {
  height: 7vh;
  padding: 1px 10px 1px 0;
  filter: grayscale(1);
}

/* line 237, app/assets/stylesheets/menu.scss */
.menu-list-group-item.last-item {
  margin-bottom: 50px !important;
}

/* line 241, app/assets/stylesheets/menu.scss */
.menu-list-group-item a:hover {
  filter: grayscale(0);
}

/* line 246, app/assets/stylesheets/menu.scss */
.sandwich svg {
  height: 4vh;
  padding: 1px 0px 1px;
  align-items: center;
  display: flex;
  z-index: 99999999;
}

/* line 252, app/assets/stylesheets/menu.scss */
.sandwich svg g {
  fill: #4c00d7;
}

/* line 255, app/assets/stylesheets/menu.scss */
.sidenav svg {
  height: 40px;
  padding-right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  padding: 5px;
  margin-right: 10px;
}

/* line 266, app/assets/stylesheets/menu.scss */
.sidenav svg g {
  fill: #09125a;
}

/* line 268, app/assets/stylesheets/menu.scss */
.sidenav svg:hover {
  background-color: azure;
}

/* line 272, app/assets/stylesheets/menu.scss */
.cbp-spmenu #options {
  color: #fff;
  font-size: 1.9em;
  margin: 0;
  background: #09125a;
  text-align: center;
  line-height: 8vh;
}

/* line 280, app/assets/stylesheets/menu.scss */
.parameters_header {
  height: 8vh;
  color: #09125a;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 286, app/assets/stylesheets/menu.scss */
.parameters_header .parameters_header_title {
  font-size: 1.8rem;
  font-weight: lighter;
  text-transform: uppercase;
}

/* line 292, app/assets/stylesheets/menu.scss */
.language-param {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 0 20px;
  border-bottom: 1px gray solid;
}

/* line 299, app/assets/stylesheets/menu.scss */
.language-param div {
  font-size: 1.1em;
}

/* line 300, app/assets/stylesheets/menu.scss */
.language-param .language-param-options {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* line 304, app/assets/stylesheets/menu.scss */
.language-param .language-param-options a {
  border-bottom: 0px;
}

/* line 311, app/assets/stylesheets/menu.scss */
.cbp-spmenu a,
.option-title,
#link-add-artist,
#link-add-address_complement,
#link-add-style,
#link-add-technique,
#link-add-to-spot,
#link-add-artwork-to-track {
  display: block;
  color: #000;
  font-size: 1.1em;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  border-bottom: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: grey;
  border-style: solid;
}

/* line 331, app/assets/stylesheets/menu.scss */
.cbp-spmenu a:hover,
.option-title:hover,
#link-add-artist:hover,
#link-add-style:hover,
#link-add-technique:hover,
#link-add-address_complement:hover,
#link-add-to-spot:hover,
#link-add-artwork-to-track:hover {
  background: #258ecd;
  color: white;
  text-decoration: none;
}

/* line 344, app/assets/stylesheets/menu.scss */
.cbp-spmenu a:active,
.option-title:active,
#link-add-artist:active,
#link-add-style:active,
#link-add-technique:active,
#link-add-address_complement:active,
#link-add-to-spot:active,
#link-add-artwork-to-track:active {
  background: #afdefa;
  color: #47a3da;
}

/* line 356, app/assets/stylesheets/menu.scss */
.option-title-button {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/* Orientation-dependent styles for the content of the menu */
/* line 363, app/assets/stylesheets/menu.scss */
.cbp-spmenu-open {
  right: 0px !important;
}

/* Transitions */
/* line 368, app/assets/stylesheets/menu.scss */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Bouton menu droite caché - Paramètres de l'oeuvre */
/* line 381, app/assets/stylesheets/menu.scss */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  right: -100%;
  height: 100%;
  top: 0;
  z-index: 1001;
}

/* line 388, app/assets/stylesheets/menu.scss */
.cbp-spmenu h3 {
  text-align: center;
  padding: 15px;
  margin: 0 !important;
}

@media screen and (max-width: 979px) {
  /* line 397, app/assets/stylesheets/menu.scss */
  .cbp-spmenu {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  /* line 402, app/assets/stylesheets/menu.scss */
  .cbp-spmenu {
    width: 26.35%;
    top: 75px;
    background-color: whitesmoke;
    border-left: 2px solid;
  }
  /* line 410, app/assets/stylesheets/menu.scss */
  .cbp-spmenu h3 {
    min-height: 70px;
    height: calc(7vh + 20px);
    line-height: calc(7vh + 20px);
    padding: inherit;
  }
}

/* line 419, app/assets/stylesheets/menu.scss */
.artwork-options-button {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 424, app/assets/stylesheets/menu.scss */
#LeftArrow {
  position: absolute;
  top: 0;
  left: 4vw;
  border: none;
  background-color: transparent;
  margin-right: 10px;
  line-height: 8vh;
}

/* line 433, app/assets/stylesheets/menu.scss */
#RightCross {
  border: none;
  background-color: transparent;
  margin-right: 10px;
  line-height: 8vh;
}

@media screen and (max-width: 979px) {
  /* line 441, app/assets/stylesheets/menu.scss */
  .artwork-options-list {
    height: 90vh;
    overflow: scroll;
  }
  /* line 444, app/assets/stylesheets/menu.scss */
  .artwork-options-list h3 {
    padding: 8vh 5vw 0;
  }
}

@media screen and (min-width: 980px) {
  /* line 450, app/assets/stylesheets/menu.scss */
  .artwork-options-list {
    height: 85vh;
    overflow-x: auto;
    display: inline-block;
    position: absolute;
    padding-bottom: calc(max(35px, 4vh));
  }
  /* line 456, app/assets/stylesheets/menu.scss */
  .artwork-options-list h3 {
    padding: 0 20px;
  }
}

/* line 464, app/assets/stylesheets/menu.scss */
#btn-add-artist, #btn-add-style, #btn-add-technique, #btn-change-address {
  width: 25px;
  border: 2px solid #337ab7;
  color: #337ab7;
  text-align: center;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}
/* NEWSFEED */
/* line 3, app/assets/stylesheets/newsfeed.scss */
.newsfeed {
  width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: white;
}

@media screen and (min-width: 980px) {
  /* line 11, app/assets/stylesheets/newsfeed.scss */
  .newsfeed {
    padding: 0 5vw;
  }
  /* line 14, app/assets/stylesheets/newsfeed.scss */
  .newsfeed:first-child {
    padding-top: 0px;
  }
}

@media screen and (max-width: 979px) {
  /* line 19, app/assets/stylesheets/newsfeed.scss */
  .newsfeed {
    background-color: white;
    margin: 0px 0px calc(max(9vh, 55px)) 0px;
  }
}

/* line 25, app/assets/stylesheets/newsfeed.scss */
.top_newsfeed {
  background-image: url(/assets/image_fond2-025187bb82fa0ba8990cdbba53172b8e28b8db94f9594cef0cd44b9a177cf367.jpg);
  background-size: cover;
  height: 10vh;
  text-align: center;
  line-height: 10vh;
  color: white;
}

/* line 34, app/assets/stylesheets/newsfeed.scss */
.newsfeed-description {
  text-align: center;
  font-size: 18px;
  color: #ccc;
  font-weight: lighter;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
}

/* NEW NEWSFEED */
/* line 45, app/assets/stylesheets/newsfeed.scss */
.newsfeed-displaynone {
  display: none;
}

@media screen and (max-width: 980px) {
  /* line 50, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-displaynone-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  /* line 56, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-displaynone-pc {
    display: none !important;
  }
}

/* line 62, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

/* line 69, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 74, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #F5F5F5;
}

/* line 80, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed::-webkit-scrollbar-thumb {
  background-color: #31708f;
}

/* line 84, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-container {
  display: inline-flex;
  height: 40vw;
  max-height: 210px;
  padding-bottom: 5px;
}

/* line 93, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-container .trackparts-row, .verticalfeed-container .trackparts-row {
  width: 80vw;
  height: calc( 40vw - 10px);
}

/* line 99, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-container .trackparts-row .artwork-infos, .verticalfeed-container .trackparts-row .artwork-infos {
  overflow: auto;
  overflow-x: hidden;
}

/* line 104, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-container .next, .verticalfeed-container .next {
  position: relative;
  height: 30vw;
  max-height: 200px;
}

/* Tracks */
/* line 113, app/assets/stylesheets/newsfeed.scss */
.newsfeed-tracks-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 119, app/assets/stylesheets/newsfeed.scss */
.newsfeed-event-line {
  display: flex;
  justify-content: center;
}

/* line 124, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-track-block {
  margin: 5px 20px;
}

/* line 128, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-track {
  height: 11.6666666667vw;
  width: 14.6666666667vw;
  margin-bottom: 25px;
  border: 2px solid white;
  padding: 1px;
  text-align: center;
  box-sizing: border-box;
}

/* line 138, app/assets/stylesheets/newsfeed.scss */
.newsfeed-track-img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 143, app/assets/stylesheets/newsfeed.scss */
.newsfeed-track-img img {
  border-radius: 5px;
}

/* line 146, app/assets/stylesheets/newsfeed.scss */
.newsfeed-track-img a {
  display: flex;
  height: 100%;
  width: 100%;
}

/* line 153, app/assets/stylesheets/newsfeed.scss */
.newsfeed-tracks-infos a {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-variant: all-small-caps;
}

@media screen and (max-width: 980px) {
  /* line 166, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-tracks-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0vw 2.5vw;
  }
  /* line 172, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-track-block {
    padding: 1px;
    width: 47.5vw;
    height: 47.5vw;
    display: flex;
    justify-content: center;
    margin: 0px;
  }
  /* line 180, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-track {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  /* line 185, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-track-img {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  /* line 190, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-track-img img {
    border-radius: 15%;
  }
  /* line 193, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-track-img a {
    height: 100%;
  }
  /* line 197, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-tracks-infos {
    position: absolute;
    height: 47.5vw;
    display: flex;
    width: 47.5vw;
    padding: 0px 8px 8px 0px;
    color: white;
    font-weight: bold;
  }
  /* line 205, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-tracks-infos a {
    color: white;
    justify-content: flex-start;
    align-items: end;
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 10px 15px 10px;
  }
  /* line 213, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-tracks-infos a:hover {
    text-decoration: none;
  }
  /* line 216, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-tracks-infos p:last-child {
    font-size: 1.6rem;
    font-variant: all-small-caps;
    line-height: normal;
  }
  /* line 221, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-tracks-infos p {
    margin: 0px;
    width: 100%;
    display: flex;
    font-weight: bold;
    text-align: left;
  }
}

/* Artworks & Artists*/
/* line 233, app/assets/stylesheets/newsfeed.scss */
.newsfeed-4square-model {
  display: flex;
  flex-direction: row;
}

/* line 238, app/assets/stylesheets/newsfeed.scss */
.newsfeed-4square-model-with-info {
  margin-bottom: 35px !important;
}

/* line 243, app/assets/stylesheets/newsfeed.scss */
.newsfeed-4square-block {
  margin: 5px 20px;
}

/* line 247, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-square {
  width: 11.6666666667vw;
  height: 100%;
}

/* line 250, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-square .newsfeed-link-img {
  height: 11.6666666667vw;
  width: 100%;
  display: flex;
}

/* line 255, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-square img {
  height: 11.6666666667vw;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* line 263, app/assets/stylesheets/newsfeed.scss */
.newsfeed-infos {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 270, app/assets/stylesheets/newsfeed.scss */
.newsfeed-infos p {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-overflow: ellipsis;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  margin-bottom: 5px;
  text-align: left;
}

/* line 283, app/assets/stylesheets/newsfeed.scss */
.newsfeed-infos svg {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
}

/* line 289, app/assets/stylesheets/newsfeed.scss */
.newsfeed-infos g {
  fill: #ec607e;
}

/* line 294, app/assets/stylesheets/newsfeed.scss */
#newsfeed-artists-infos {
  font-variant: all-small-caps;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

/* line 295, app/assets/stylesheets/newsfeed.scss */
#newsfeed-artists-infos a, #newsfeed-artists-infos a:visited {
  text-decoration: none;
  color: #333;
}

/* line 299, app/assets/stylesheets/newsfeed.scss */
#newsfeed-artists-infos a:hover {
  text-decoration: none;
  color: #23527c;
}

@media screen and (max-width: 980px) {
  /* line 310, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-4square-model {
    margin: 0px;
    padding: 0vw 2.5vw;
    flex-wrap: wrap;
  }
  /* line 315, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-4square-block {
    width: 23.75vw;
    height: 23.75vw;
    margin: 0px;
  }
  /* line 320, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-square {
    border: 4px solid white;
    width: 100%;
    height: 100%;
  }
  /* line 324, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-square .newsfeed-link-img {
    width: 100%;
    height: 100%;
    display: flex;
  }
  /* line 329, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
  }
  /* line 337, app/assets/stylesheets/newsfeed.scss */
  #newsfeed-artists-infos a {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
  }
}

/* Events */
/* line 348, app/assets/stylesheets/newsfeed.scss */
.newsfeed-oneline-model {
  width: 100%;
  display: flex;
}

/* line 353, app/assets/stylesheets/newsfeed.scss */
.newsfeed-oneline-block {
  margin: 5px 20px;
}

/* line 357, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-line {
  height: 11.6666666667vw;
  width: 14.6666666667vw;
  margin-bottom: 40px;
  padding: 1px;
  text-align: center;
  box-sizing: border-box;
}

/* line 365, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-line a, .newsfeed-each-line a:visited {
  text-decoration: none;
  color: #333;
}

/* line 369, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-line a:hover {
  text-decoration: none;
  color: #23527c;
}

/* line 376, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-line img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* line 385, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-line-info p {
  margin: 0px;
  display: flex;
}

/* line 389, app/assets/stylesheets/newsfeed.scss */
.newsfeed-each-line-info #newsfeed-event-title {
  font-variant: all-small-caps;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  /* line 396, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-oneline-model {
    display: flex;
    flex-direction: column;
    padding: 0vw 2.5vw;
  }
  /* line 401, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-oneline-block {
    border-radius: 10px;
    margin: 2px;
    padding: 3px;
    background-color: #dfdfdf;
  }
  /* line 408, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-line {
    display: flex;
    width: 100%;
    min-height: 18vw;
    margin: 0px;
  }
  /* line 413, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-line a:first-child {
    width: 25%;
  }
  /* line 416, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-line a {
    width: 75%;
  }
  /* line 419, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-line img {
    border-radius: 5px;
  }
  /* line 423, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-line-info {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 2px;
    padding-left: 5px;
  }
  /* line 431, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-each-line-info #newsfeed-event-title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  /* line 438, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container, .verticalfeed-container {
    height: inherit;
    max-height: inherit;
    display: inline-flex;
  }
  /* line 439, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container .trackparts-row, .verticalfeed-container .trackparts-row {
    width: 11.6666666667vw;
    height: fit-content;
    min-height: fit-content;
    min-width: 180px;
  }
  /* line 444, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container .trackparts-row .artwork-image-likes, .verticalfeed-container .trackparts-row .artwork-image-likes {
    height: 11.6666666667vw;
  }
  /* line 453, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container-spot .artwork-image-likes {
    height: 120px;
  }
  /* line 456, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container-spot .artwork-infos {
    padding: 1px;
  }
}

@media screen and (min-width: 880px) {
  /* line 463, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container-artwork .artwork-image-likes img {
    min-height: 180px;
  }
}

/* line 468, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-bloc {
  background-color: white;
  border-radius: 15px;
  margin: 5px 2vw;
}

@media screen and (min-width: 980px) {
  /* line 475, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-bloc {
    margin: 5px 20px;
  }
  /* line 477, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-bloc .horizontalfeed-bloc-title {
    margin-bottom: 0;
  }
  /* line 484, app/assets/stylesheets/newsfeed.scss */
  .horizontalfeed-container-artwork .pagination {
    display: none !important;
  }
}

/* line 490, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-bloc-title {
  height: 35px;
  line-height: 35px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 498, app/assets/stylesheets/newsfeed.scss */
.horizontalfeed-artists-container {
  display: inline-flex;
  height: fit-content;
}

/* ORIGINAL NEWSFEED */
/* line 506, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs {
  width: -webkit-fill-available;
}

/* line 516, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-title {
  padding: 10px 3vw;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: lightslategray;
}

/* line 522, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-title button {
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-variant: all-small-caps;
  background-color: #ccf7f2;
  padding: 2px 5px 1px 5px;
  border: none;
  border-radius: 5px;
}

/* line 531, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-title button a {
  color: #02d6be;
  text-decoration: none;
  display: flex;
  height: 100%;
  margin: auto;
}

/* line 539, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-title span {
  display: inline-block;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 5px 1px 5px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  /* line 550, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-blocs-title {
    padding: 20px 3vw 20px 3vw;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 980px) {
  /* line 558, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-blocs-title {
    padding: 35px 3vw 0;
    text-align: center;
  }
}

/* line 564, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs img, .newsfeed-blocs-spots img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 570, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc {
  flex: 0 0 auto;
  height: fit-content;
  margin: 2px 0px;
  background-color: white;
  border-radius: 15px;
}

/* line 582, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc .artwork-meta {
  margin: 0 3vw 2vh;
  height: calc(38vh - 100px);
  overflow: auto;
}

/* line 587, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc .artwork-meta .artwork_info {
  padding: 5px 1vw;
}

/* line 591, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc .artwork-pictures-display {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 594, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc .artwork-pictures-display img {
  max-height: 36vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 600, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc .slide-popup {
  width: 94vw !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 604, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc .slide-popup img {
  max-width: 94vw;
  padding: 0;
}

/* line 611, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-user {
  display: flex;
  align-items: center;
  padding: 5px 1vw 5px 1vw;
  background-color: white;
}

/* line 616, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-user .newsfeed-user-profilpic {
  height: 40px;
  width: 40px;
}

/* line 620, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-user img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* line 628, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-image {
  position: relative;
  padding: 5px 1vw 0vw 1vw;
  background-color: white;
}

/* line 632, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-image img {
  border-radius: 5px;
}

/* line 636, app/assets/stylesheets/newsfeed.scss */
.artfeed-row-pic-count {
  position: absolute;
  left: 0vw;
  background-color: white;
  padding: 4px;
  border-bottom-right-radius: 13px;
}

/* line 644, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-artwork-info {
  padding: 5px 10px 5px 5px;
  color: black;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}

/* line 652, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 1vw 5px 1vw;
  background-color: #fff;
}

/* line 659, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-meta .round-corner-no, .newsfeed-bloc-meta .round-corner-no-small {
  border: 2px solid white;
  min-width: 60px;
  font-size: 20px;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

/* line 666, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-meta .round-corner-no span, .newsfeed-bloc-meta .round-corner-no-small span {
  font-size: 18px !important;
  margin: 0px 5px 0px 0px;
}

/* line 671, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-meta .round-corner-ok, .newsfeed-bloc-meta .round-corner-ok-small {
  border: 2px solid white;
  min-width: 60px;
  font-size: 20px;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

/* line 678, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc-meta .round-corner-ok span, .newsfeed-bloc-meta .round-corner-ok-small span {
  font-size: 18px !important;
  margin: 0px 5px 0px 0px;
}

/* line 685, app/assets/stylesheets/newsfeed.scss */
.newsfeed-artist-all {
  display: flex;
}

/* line 689, app/assets/stylesheets/newsfeed.scss */
.newsfeed-artist {
  font-weight: bold;
}

/* line 693, app/assets/stylesheets/newsfeed.scss */
.newsfeed-bloc {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 979px) {
  /* line 700, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-bloc {
    margin: 2px 0px;
    width: 100%;
  }
  /* line 704, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-bloc-image {
    padding: 0vw 2vw 0vw 2vw;
  }
  /* line 706, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-bloc-image img {
    border-radius: 5px;
  }
  /* line 712, app/assets/stylesheets/newsfeed.scss */
  .newsfeed-bloc-user {
    padding: 2vw 3vw 5px 3vw;
  }
}

/* line 718, app/assets/stylesheets/newsfeed.scss */
.newsfeed-info-right {
  display: inline-block;
  width: 100%;
  text-align: end;
}

/* line 723, app/assets/stylesheets/newsfeed.scss */
.newsfeed-info-center {
  width: 100%;
  text-align: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*LINK*/
/* line 734, app/assets/stylesheets/newsfeed.scss */
.newsfeed #div_next_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 738, app/assets/stylesheets/newsfeed.scss */
.newsfeed #div_next_link a {
  display: flex;
  width: 100%;
}

/* line 741, app/assets/stylesheets/newsfeed.scss */
.newsfeed #div_next_link a svg {
  height: 30px;
  margin: 8px 8px 20px 8px;
  border: solid #3241cf 1px;
  padding: 2px;
  border-radius: 5px;
}

/* NEWSFEED MIX */
/* line 753, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-title-center {
  text-align: center;
}

/* line 756, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-scroll {
  position: fixed;
  bottom: 8vh;
  right: 0;
  padding: 2vh;
  background-color: white;
  border-top-left-radius: 15px;
}

/* line 763, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-scroll svg {
  height: 15px;
}

/* line 768, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc-vh {
  height: 80vh;
}

/* line 771, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc {
  margin: 2vh auto !important;
  max-width: 500px;
  background-color: white;
  border-radius: 15px;
}

/* line 782, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc .card .card-artwork-meta .artwork_info,
.newsfeedmix-bloc .card .card-artwork-meta .spots_info {
  border-bottom: none;
}

/* line 788, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc .card-middle-title {
  text-align: center;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  opacity: 0.8;
  color: white;
}

/* line 797, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc .card-middle-title-artist {
  background-color: #b0367b;
}

/* line 800, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc .card-middle-title-spot {
  background-color: #014177;
}

/* line 803, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc .card .spots_info {
  padding: 10px 15px;
}

/* line 806, app/assets/stylesheets/newsfeed.scss */
.newsfeedmix-bloc .card-bottom-link {
  text-align: center;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 980px) {
  /* line 817, app/assets/stylesheets/newsfeed.scss */
  .card .card-artwork-meta {
    height: calc(38vh - 100px);
  }
  /* line 819, app/assets/stylesheets/newsfeed.scss */
  .card .card-artwork-meta .artwork_info, .card .card-artwork-meta .spots_info {
    justify-content: flex-start;
  }
}

/* line 825, app/assets/stylesheets/newsfeed.scss */
.card-bottom-link {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: lightslategray;
}

/* To recycle */
/* line 837, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-width {
  overflow-x: scroll;
  display: inline-flex;
  height: 40vw;
  max-height: 210px;
}

/* line 844, app/assets/stylesheets/newsfeed.scss */
.newsfeed-blocs-width .trackparts-row {
  width: 80vw;
}
@media screen and (min-width: 980px) {
  /* line 2, app/assets/stylesheets/pictures.scss */
  .picture-page {
    display: flex;
  }
}

/* line 7, app/assets/stylesheets/pictures.scss */
.container-fluid-picture {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 82vh;
  overflow: scroll;
}

@media screen and (min-width: 980px) {
  /* line 18, app/assets/stylesheets/pictures.scss */
  .picture-vizualisation {
    height: auto;
    width: 75%;
  }
}

/* line 23, app/assets/stylesheets/pictures.scss */
.picture-vizualisation {
  padding-top: 2vh;
}

/* line 27, app/assets/stylesheets/pictures.scss */
.picture-vizualisation img {
  max-height: 78vh;
}

/* line 31, app/assets/stylesheets/pictures.scss */
.picture-meta {
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: space-between;
}

/* line 37, app/assets/stylesheets/pictures.scss */
.picture-meta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 42, app/assets/stylesheets/pictures.scss */
.picture-meta-buttons div {
  height: 8vh;
  background-color: aliceblue;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 51, app/assets/stylesheets/pictures.scss */
.picture-meta-buttons div:hover {
  background-color: #26348b;
}

/* line 53, app/assets/stylesheets/pictures.scss */
.picture-meta-buttons div:hover a {
  color: white;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/pictures.scss */
.picture-meta-buttons div:hover i {
  color: white;
}

/* line 60, app/assets/stylesheets/pictures.scss */
.user_avatar_row_small,
.user_avatar_row_small_type {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-width: 30vw;
  margin-left: 15px;
  margin-top: 5px;
}

/* line 70, app/assets/stylesheets/pictures.scss */
.user_avatar_row_small img,
.user_avatar_row_small_type img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  object-fit: cover;
}

/* line 78, app/assets/stylesheets/pictures.scss */
.user_avatar_row_small ul li,
.user_avatar_row_small_type ul li {
  display: inline;
  width: 100%;
  background-color: yellow;
}

/* line 85, app/assets/stylesheets/pictures.scss */
.user_avatar_row_small a,
.user_avatar_row_small_type a {
  color: #09125A;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/pictures.scss */
.user_avatar_row_small a:hover,
.user_avatar_row_small_type a:hover {
  text-decoration: underline;
}

/* line 96, app/assets/stylesheets/pictures.scss */
.user_avatar_row_small_type {
  margin-left: 0px;
}

/* line 100, app/assets/stylesheets/pictures.scss */
.user_avatar_row_bloc_author {
  display: flex;
  align-items: center;
}

/* line 105, app/assets/stylesheets/pictures.scss */
.clear {
  clear: both;
  margin-top: 70px;
}

/* line 111, app/assets/stylesheets/pictures.scss */
.space-top-bot-10 {
  padding: 10px 0;
}

/* line 116, app/assets/stylesheets/pictures.scss */
.picture_informations {
  width: 100%;
  /* background-color: red; */
  /* height: 20%; */
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media screen and (min-width: 980px) {
  /* line 126, app/assets/stylesheets/pictures.scss */
  .picture_informations {
    padding-top: 15px;
  }
}

/* line 131, app/assets/stylesheets/pictures.scss */
.picture_informations a:hover {
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/pictures.scss */
.nothing .fas {
  color: white;
  margin-right: 3vh;
  margin-left: 3vh;
}

/* line 144, app/assets/stylesheets/pictures.scss */
.signal-picture-button .fas {
  color: #bfbfbf;
}

/* line 149, app/assets/stylesheets/pictures.scss */
.no-round-corner {
  font-size: 26px;
}

/* line 152, app/assets/stylesheets/pictures.scss */
.round-corner-fill {
  font-size: 26px;
}

/* line 156, app/assets/stylesheets/pictures.scss */
.round-corner-ok, .round-corner-ok-small {
  border-radius: 25px;
  /*background: #73AD21;*/
  padding: 5px 15px 4px 13px;
  width: auto;
  /* height: 10px; */
  border: 2px solid #E76262;
  display: flex;
  justify-content: space-between;
  min-width: 80px;
  align-items: baseline;
}

/* line 169, app/assets/stylesheets/pictures.scss */
.round-corner-ok, .round-corner-ok-small a {
  color: #E76262;
  text-decoration: none;
}

/* line 174, app/assets/stylesheets/pictures.scss */
.round-corner-ok, .round-corner-ok-small a:hover {
  color: #E76262;
  /*background-color: red;*/
}

/* line 179, app/assets/stylesheets/pictures.scss */
.round-corner-no, .round-corner-no-small {
  border-radius: 25px;
  /*background: #73AD21;*/
  padding: 5px 15px 4px 13px;
  width: auto;
  /* height: 10px; */
  border: 2px solid #337ab7;
  display: flex;
  justify-content: space-between;
  min-width: 80px;
  align-items: baseline;
}

/* line 192, app/assets/stylesheets/pictures.scss */
.round-corner-ok:hover, .round-corner-ok-small:hover, .round-corner-no:hover, .round-corner-no-small:hover {
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/pictures.scss */
.round-corner-no-small {
  padding: 7px 15px 2px 16px;
}

/* line 200, app/assets/stylesheets/pictures.scss */
.center-element {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

/* line 207, app/assets/stylesheets/pictures.scss */
.center-element a {
  color: #09125A;
  text-decoration: none;
}

/* line 212, app/assets/stylesheets/pictures.scss */
.center-element a:hover {
  text-decoration: underline;
}

/*OLD picture CSS*/
/*.picture_informations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  background-color: red;
}
.picture_informations div{
  width: 30vw;
}
.picture_informations div:nth-child(2){
  display: flex;
  justify-content: center;
  width: 10vw;
  a {border: white;}
}

.picture_informations > div:last-child{

  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0px 3px 0 0;
  justify-content: flex-end;
}

.bottom_img_picture{
  margin-bottom: 20px;
}
*/
/* line 248, app/assets/stylesheets/pictures.scss */
.btn-default {
  border-color: white;
}

/* direct_uploads.css */
/* line 254, app/assets/stylesheets/pictures.scss */
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

/* line 265, app/assets/stylesheets/pictures.scss */
.direct-upload--pending {
  opacity: 0.6;
}

/* line 269, app/assets/stylesheets/pictures.scss */
.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

/* line 280, app/assets/stylesheets/pictures.scss */
.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

/* line 284, app/assets/stylesheets/pictures.scss */
.direct-upload--error {
  border-color: red;
}

/* line 288, app/assets/stylesheets/pictures.scss */
input[type=file][data-direct-upload-url][disabled] {
  display: none;
}
/* line 1, app/assets/stylesheets/purchases.scss */
.purchases-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 6, app/assets/stylesheets/purchases.scss */
.purchases-center img {
  width: 300px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 11, app/assets/stylesheets/purchases.scss */
  .purchases-center h1 {
    font-size: 20px;
    font-weight: bold;
  }
}

/* line 18, app/assets/stylesheets/purchases.scss */
.purchases_link_track {
  text-decoration: none;
  background-color: #19e8bf;
  border: 1px solid #19e8bf;
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/purchases.scss */
h1 {
  text-align: center;
}
/* app/assets/stylesheets/questions.scss */
/* line 2, app/assets/stylesheets/questions.scss */
.question-container {
  margin-top: 15px;
  padding: 10px;
  background-color: #000033;
  border-radius: 15px;
  color: white;
}

/* line 10, app/assets/stylesheets/questions.scss */
.question-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #ed2d54;
}

/* line 17, app/assets/stylesheets/questions.scss */
.question-content {
  margin-bottom: 15px;
  font-size: 14px;
}

/* line 22, app/assets/stylesheets/questions.scss */
.answers-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

/* line 28, app/assets/stylesheets/questions.scss */
.answer-option {
  background-color: #0066cc;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 36, app/assets/stylesheets/questions.scss */
.answer-option:not(.correct-answer):hover {
  background-color: #0055aa;
}

/* line 40, app/assets/stylesheets/questions.scss */
.answer-letter {
  font-weight: bold;
  margin-right: 5px;
  color: #ffcc00;
}

/* line 46, app/assets/stylesheets/questions.scss */
.question-container.answered .answer-option {
  cursor: default;
}

/* line 50, app/assets/stylesheets/questions.scss */
.correct-answer {
  background-color: #00aa00;
}

/* line 54, app/assets/stylesheets/questions.scss */
.wrong-answer {
  background-color: #aa0000;
}

/* line 58, app/assets/stylesheets/questions.scss */
.explanation-container {
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/* line 65, app/assets/stylesheets/questions.scss */
.question-form .toggle-switch {
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background-color: #ccc;
  border: none;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 76, app/assets/stylesheets/questions.scss */
.question-form .toggle-switch .switch-indicator {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  transition: transform 0.3s ease;
}

@media (min-width: 800px) {
  /* line 89, app/assets/stylesheets/questions.scss */
  .question-form .col-md-3 {
    margin-top: 25px;
  }
}

/* line 95, app/assets/stylesheets/questions.scss */
.question-form .toggle-switch.active {
  background-color: #28a745;
}

/* line 99, app/assets/stylesheets/questions.scss */
.question-form .toggle-switch.active .switch-indicator {
  transform: translateX(24px);
}
/* line 4, app/assets/stylesheets/searches.scss */
.body-searches {
  display: block;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 10, app/assets/stylesheets/searches.scss */
  .body-searches {
    margin-top: 20px;
  }
}

/* line 15, app/assets/stylesheets/searches.scss */
#search-input {
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  padding: 3px;
  width: 75vw;
  box-shadow: none;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  background-color: #fff;
}

/* line 28, app/assets/stylesheets/searches.scss */
.powered {
  position: initial;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  background-color: darkturquoise;
}

/* line 36, app/assets/stylesheets/searches.scss */
.ais-hits {
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  width: 75vw;
}

/* line 42, app/assets/stylesheets/searches.scss */
.hit-content {
  background-color: white;
  display: flex;
  justify-content: space-between;
  border-color: #23527c;
  border-radius: 25px;
  padding-right: 2vw;
  padding-left: 2vw;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  margin-top: 4%;
  margin-bottom: 4%;
  margin-left: 2%;
  margin-right: 2%;
}

/* line 58, app/assets/stylesheets/searches.scss */
.hit-user_picture {
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

/* line 64, app/assets/stylesheets/searches.scss */
.hit-pseudo {
  margin-left: 2vw;
  margin-right: 2vw;
  margin: 2vh;
}

/* line 70, app/assets/stylesheets/searches.scss */
.hit-artist_check {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

/* line 75, app/assets/stylesheets/searches.scss */
.ais-pagination {
  width: 10vw;
  margin-left: 45vw;
  margin-right: 45vw;
  padding: 0;
}

/* Recherches parcours */
/* line 84, app/assets/stylesheets/searches.scss */
.search-results {
  display: flex;
  width: 100%;
}

/* line 89, app/assets/stylesheets/searches.scss */
.ais-Hits-item {
  display: flex;
  flex-direction: column;
}

/* line 94, app/assets/stylesheets/searches.scss */
.ais-Hits-list {
  margin: 0px;
  padding: 0px;
}

/* line 99, app/assets/stylesheets/searches.scss */
.search-column {
  display: flex;
  flex-direction: column;
}

/* line 105, app/assets/stylesheets/searches.scss */
.ais-InstantSearch #searchbox,
.ais-InstantSearch .ais-SearchBox,
.ais-InstantSearch .ais-SearchBox-form {
  width: 100%;
}

/* line 111, app/assets/stylesheets/searches.scss */
.line-content-center,
.search-column {
  margin: 5px 12.5vw;
  padding: 3px;
  width: 75vw;
}

@media screen and (max-width: 767px) {
  /* line 119, app/assets/stylesheets/searches.scss */
  .line-content-center,
.search-column {
    margin: 5px 5vw;
    padding: 3px;
    width: 90vw;
  }
}

/* line 127, app/assets/stylesheets/searches.scss */
.ais-SearchBox-input {
  width: 100%;
  box-shadow: none;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  background-color: #fff;
}

/* line 135, app/assets/stylesheets/searches.scss */
.ais-RefinementList-searchBox {
  margin-bottom: 10px;
}

/* line 139, app/assets/stylesheets/searches.scss */
.ais-SearchBox-submit,
.ais-SearchBox-reset {
  display: none;
}

/* line 144, app/assets/stylesheets/searches.scss */
.ais-PoweredBy {
  display: flex;
  justify-content: flex-end;
  width: 75vw;
  margin: 0px 12.5vw;
  padding: 0px 3px;
}

@media screen and (max-width: 767px) {
  /* line 152, app/assets/stylesheets/searches.scss */
  .ais-PoweredBy {
    width: 90vw;
    margin: -30px 6vw 5px 4vw;
    padding-bottom: 10px;
  }
  /* line 156, app/assets/stylesheets/searches.scss */
  .ais-PoweredBy img {
    max-width: 80px;
  }
}

/* line 162, app/assets/stylesheets/searches.scss */
#refinement-list-city,
#refinement-list-organizer,
#refinement-list-duration,
#refinement-list-distance,
#refinement-list-difficulty,
#refinement-list-accessibility,
#refinement-list-public {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

/* line 174, app/assets/stylesheets/searches.scss */
#refinement-list-city p,
#refinement-list-organizer p,
#refinement-list-duration p,
#refinement-list-distance p,
#refinement-list-difficulty p,
#refinement-list-accessibility p,
#refinement-list-public p {
  margin: 0px 5px 0px 0px;
}

/* line 177, app/assets/stylesheets/searches.scss */
#refinement-list-city .refinement-svg,
#refinement-list-organizer .refinement-svg,
#refinement-list-duration .refinement-svg,
#refinement-list-distance .refinement-svg,
#refinement-list-difficulty .refinement-svg,
#refinement-list-accessibility .refinement-svg,
#refinement-list-public .refinement-svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

/* line 181, app/assets/stylesheets/searches.scss */
#refinement-list-city .refinement-svg svg,
#refinement-list-organizer .refinement-svg svg,
#refinement-list-duration .refinement-svg svg,
#refinement-list-distance .refinement-svg svg,
#refinement-list-difficulty .refinement-svg svg,
#refinement-list-accessibility .refinement-svg svg,
#refinement-list-public .refinement-svg svg {
  max-height: 100%;
  max-width: 100%;
}

/* line 188, app/assets/stylesheets/searches.scss */
.refinement-align-center {
  align-items: center;
}

/* line 192, app/assets/stylesheets/searches.scss */
.ais-RefinementList {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 196, app/assets/stylesheets/searches.scss */
.ais-RefinementList ul {
  padding: 0px;
}

/* line 199, app/assets/stylesheets/searches.scss */
.ais-RefinementList .ais-RefinementList-label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
}

/* line 204, app/assets/stylesheets/searches.scss */
.ais-RefinementList .ais-RefinementList-label .ais-RefinementList-count {
  display: none;
}

/* line 208, app/assets/stylesheets/searches.scss */
.ais-RefinementList input[type="checkbox"] {
  margin: 0px 5px;
  font-size: 1.3rem;
}

/* line 214, app/assets/stylesheets/searches.scss */
.ais-RefinementList-item {
  margin: 2px 5px;
}

/* line 216, app/assets/stylesheets/searches.scss */
.ais-RefinementList-item label {
  margin-bottom: 0px;
}

/* line 221, app/assets/stylesheets/searches.scss */
.ais-RefinementList-list {
  max-width: 500px;
  margin: 0px 0px 0px -5px;
}

/* line 224, app/assets/stylesheets/searches.scss */
.ais-RefinementList-list ul {
  padding: 0px;
  display: flex;
  align-items: center;
}

/* line 229, app/assets/stylesheets/searches.scss */
.ais-RefinementList-list .ais-RefinementList-labelText {
  border: solid 1px #E4E4E4;
  padding: 1px 8px;
}

/* line 233, app/assets/stylesheets/searches.scss */
.ais-RefinementList-list .ais-RefinementList-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 238, app/assets/stylesheets/searches.scss */
.ais-RefinementList-list .ais-RefinementList-item--selected {
  color: #02d6be;
  border: 1px solid #02d6be;
}

/* line 241, app/assets/stylesheets/searches.scss */
.ais-RefinementList-list .ais-RefinementList-item--selected .ais-RefinementList-list,
.ais-RefinementList-list .ais-RefinementList-item--selected .ais-RefinementList-labelText {
  border: none;
}

/* line 248, app/assets/stylesheets/searches.scss */
.line-content-center {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/show_user.scss */
.admin_row {
  width: 100vw;
  height: 50px;
  background-color: gold;
  flex-direction: row;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  /* line 2, app/assets/stylesheets/show_user.scss */
  .admin_row {
    margin-top: 8vh;
  }
}

/* line 16, app/assets/stylesheets/show_user.scss */
.user_top {
  background-color: #f4f4f4;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/show_user.scss */
.user_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  min-height: 80px;
  margin-bottom: 10px;
}

/* line 30, app/assets/stylesheets/show_user.scss */
.user_row_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 35, app/assets/stylesheets/show_user.scss */
.user_avatar_row {
  display: flex;
  position: relative;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/show_user.scss */
.user_avatar_row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 50, app/assets/stylesheets/show_user.scss */
.user_pseudo {
  font-weight: bold;
  padding: 0 10px;
}

/* line 55, app/assets/stylesheets/show_user.scss */
.user_row_right {
  display: flex;
  flex-direction: row;
}

/* line 60, app/assets/stylesheets/show_user.scss */
.edit_profile_link {
  padding: 10px 10px;
  border-radius: 3px;
  background-color: #BCBCBC;
  font-size: 10px;
}

/* line 65, app/assets/stylesheets/show_user.scss */
.edit_profile_link a {
  color: white;
}

/* line 66, app/assets/stylesheets/show_user.scss */
.edit_profile_link a:hover {
  color: #09125A;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/show_user.scss */
.artist_profile_link {
  margin-right: 10px;
  padding: 10px 10px;
  border-radius: 3px;
  background-color: #09125A;
  font-size: 10px;
}

/* line 74, app/assets/stylesheets/show_user.scss */
.artist_profile_link a {
  color: white;
}

/* line 75, app/assets/stylesheets/show_user.scss */
.artist_profile_link a:hover {
  color: #09125A;
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/show_user.scss */
.status_artist {
  width: 30vw;
  height: 20px;
  color: white;
  margin: 5px 0px;
  border-radius: 5px;
  text-align: center;
  padding: 2px 10px;
}

/* Blocs statistiques sur le profil */
/*
.user_stats{
  display: flex;
  margin: 0 14px 15px;
  border-top: #80808066 1px solid;
}
.user_stats div{
  width: 33.3%;
  text-align: center;
  padding: 10px;
  border-right:#80808066 1px solid;
  font-weight: 700;
}
.user_stats div:first-child {
    border-left: none;
}
.user_stats div:last-child {
    border-right: none;
}
*/
/* line 111, app/assets/stylesheets/show_user.scss */
.user_tabs, .profile_tabs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  list-style: none;
  cursor: pointer;
  height: 72px;
}

/* line 118, app/assets/stylesheets/show_user.scss */
.user_tabs li, .profile_tabs li {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  background-color: white;
  border-bottom: 1px #ccc solid;
  padding-bottom: 6px;
  /*  border-left: 1px grey solid;
    border-right: 1px grey solid;
    border-top : 1px grey solid;*/
}

/* line 131, app/assets/stylesheets/show_user.scss */
.user_tabs i, .profile_tabs i {
  color: #ccc;
  font-size: 30px;
  padding: 0.5vh 10px 1px;
}

/* line 142, app/assets/stylesheets/show_user.scss */
.active_tab i {
  color: #09125A !important;
}

/* line 147, app/assets/stylesheets/show_user.scss */
.tp-supp-link-v2 {
  position: absolute;
  right: 0vw;
  background-color: white;
  padding: 3vw;
  border-bottom-left-radius: 13px;
}

@media screen and (min-width: 980px) {
  /* line 155, app/assets/stylesheets/show_user.scss */
  .tp-supp-link-v2 {
    background-color: #dadada;
    padding: 1vw;
    border-bottom-left-radius: 13px;
    right: 25vw;
  }
}

/* line 163, app/assets/stylesheets/show_user.scss */
.user_bottom .user_tabs_description,
.track_pretitle, .event_pretitle {
  padding: 12px 0;
  text-align: center;
}

/* line 167, app/assets/stylesheets/show_user.scss */
.user_bottom .user_tabs_description svg,
.track_pretitle svg, .event_pretitle svg {
  height: 10vh;
  border: 1px solid;
  border-radius: 30%;
  width: 10vh;
  padding: 1px 0;
}

/* line 176, app/assets/stylesheets/show_user.scss */
.user_map, .user_pictures_likes, .artist_map, .artist_infos, .profile_users {
  display: none;
}

/* line 180, app/assets/stylesheets/show_user.scss */
.user_pictures-bloc div {
  padding: 0;
}

/* line 183, app/assets/stylesheets/show_user.scss */
.user_pictures, .artist_artworks_pictures, .user_pictures_likes, .track_pictures, .event_pictures,
.list_pictures {
  padding: 0;
  width: 100%;
}

/* line 187, app/assets/stylesheets/show_user.scss */
.user_pictures a, .artist_artworks_pictures a, .user_pictures_likes a, .track_pictures a, .event_pictures a,
.list_pictures a {
  width: 100%;
  height: 100%;
  color: #09125A;
}

/* line 192, app/assets/stylesheets/show_user.scss */
.user_pictures img, .artist_artworks_pictures img, .user_pictures_likes img, .track_pictures img, .event_pictures img,
.list_pictures img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* line 197, app/assets/stylesheets/show_user.scss */
.user_pictures .row, .artist_artworks_pictures .row, .user_pictures_likes .row, .track_pictures .row, .event_pictures .row,
.list_pictures .row {
  margin: 0;
  min-height: 50vh;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* line 202, app/assets/stylesheets/show_user.scss */
  .user_pictures .row div, .artist_artworks_pictures .row div, .user_pictures_likes .row div, .track_pictures .row div, .event_pictures .row div,
.list_pictures .row div {
    padding: 1px;
  }
}

/* line 207, app/assets/stylesheets/show_user.scss */
.user_pictures .row-padding-bottom, .artist_artworks_pictures .row-padding-bottom, .user_pictures_likes .row-padding-bottom, .track_pictures .row-padding-bottom, .event_pictures .row-padding-bottom,
.list_pictures .row-padding-bottom {
  padding-bottom: 8vh;
}

/* line 210, app/assets/stylesheets/show_user.scss */
.user_pictures .pagy-bootstrap-nav, .artist_artworks_pictures .pagy-bootstrap-nav, .user_pictures_likes .pagy-bootstrap-nav, .track_pictures .pagy-bootstrap-nav, .event_pictures .pagy-bootstrap-nav,
.list_pictures .pagy-bootstrap-nav {
  padding-bottom: 14vh;
}

/* line 214, app/assets/stylesheets/show_user.scss */
.event_pictures .row > div {
  padding: 0px;
}

/* line 218, app/assets/stylesheets/show_user.scss */
.users_list_inline {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

/* line 222, app/assets/stylesheets/show_user.scss */
.users_list_inline img {
  padding-right: 10px;
}

/* Mixin permet de réutiliser du code dans différentes media-queries */
@media screen and (min-width: 980px) {
  /* line 282, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4,
.user_pictures_likes .col-md-2,
.user_pictures .col-xs-4,
.user_pictures .col-md-2,
.artist_artworks_pictures .col-xs-4,
.artist_artworks_pictures .col-md-2,
.track_pictures .col-xs-4,
.track_pictures .col-md-2,
.profile_users .col-xs-4,
.profile_users .col-md-2 {
    box-sizing: border-box;
    min-height: 5px;
    border: 1px white solid;
    overflow: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.45vw;
    height: 16.45vw;
    padding: 1px;
  }
  /* line 243, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4 a,
.user_pictures_likes .col-md-2 a,
.user_pictures .col-xs-4 a,
.user_pictures .col-md-2 a,
.artist_artworks_pictures .col-xs-4 a,
.artist_artworks_pictures .col-md-2 a,
.track_pictures .col-xs-4 a,
.track_pictures .col-md-2 a,
.profile_users .col-xs-4 a,
.profile_users .col-md-2 a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* line 250, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4 img,
.user_pictures_likes .col-md-2 img,
.user_pictures .col-xs-4 img,
.user_pictures .col-md-2 img,
.artist_artworks_pictures .col-xs-4 img,
.artist_artworks_pictures .col-md-2 img,
.track_pictures .col-xs-4 img,
.track_pictures .col-md-2 img,
.profile_users .col-xs-4 img,
.profile_users .col-md-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  /* line 299, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4,
.user_pictures_likes .col-md-2,
.user_pictures .col-xs-4,
.user_pictures .col-md-2,
.track_pictures .col-xs-4,
.track_pictures .col-md-2,
.profile_users .col-xs-4,
.profile_users .col-md-2 {
    box-sizing: border-box;
    min-height: 5px;
    border: 1px white solid;
    overflow: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    height: 25vw;
  }
  /* line 243, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4 a,
.user_pictures_likes .col-md-2 a,
.user_pictures .col-xs-4 a,
.user_pictures .col-md-2 a,
.track_pictures .col-xs-4 a,
.track_pictures .col-md-2 a,
.profile_users .col-xs-4 a,
.profile_users .col-md-2 a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* line 250, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4 img,
.user_pictures_likes .col-md-2 img,
.user_pictures .col-xs-4 img,
.user_pictures .col-md-2 img,
.track_pictures .col-xs-4 img,
.track_pictures .col-md-2 img,
.profile_users .col-xs-4 img,
.profile_users .col-md-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  /* line 314, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4,
.user_pictures_likes .col-md-2,
.col-xs-4.col-md-2 {
    box-sizing: border-box;
    min-height: 5px;
    border: 1px white solid;
    overflow: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333333vw;
    height: 33.333333vw;
  }
  /* line 243, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4 a,
.user_pictures_likes .col-md-2 a,
.col-xs-4.col-md-2 a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* line 250, app/assets/stylesheets/show_user.scss */
  .user_pictures_likes .col-xs-4 img,
.user_pictures_likes .col-md-2 img,
.col-xs-4.col-md-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  /* line 324, app/assets/stylesheets/show_user.scss */
  .list_pictures .two-thirds-by6 {
    box-sizing: border-box;
    min-height: 5px;
    border: 1px white solid;
    overflow: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.45vw;
    height: 16.45vw;
    float: left;
    padding: 1px;
    position: relative;
  }
  /* line 243, app/assets/stylesheets/show_user.scss */
  .list_pictures .two-thirds-by6 a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* line 250, app/assets/stylesheets/show_user.scss */
  .list_pictures .two-thirds-by6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/* line 333, app/assets/stylesheets/show_user.scss */
#map_user {
  height: 54vh;
}

/* line 337, app/assets/stylesheets/show_user.scss */
.artist_artworks_pictures {
  width: 100%;
  margin: 0;
}

/* line 342, app/assets/stylesheets/show_user.scss */
.fa, .far, .fas {
  font-size: 1.8rem;
}

/* line 346, app/assets/stylesheets/show_user.scss */
.user_information_update {
  text-align: center;
  font-style: italic;
  height: 7vh;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* line 355, app/assets/stylesheets/show_user.scss */
.user_information_update p {
  margin: 0px;
}

/* User EDIT */
/* line 363, app/assets/stylesheets/show_user.scss */
#edit_user .field {
  padding: 5px 0;
}
@charset "UTF-8";
/* ------- spot Intro ---------- */
@media screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/spot.scss */
  .spot-container {
    display: flex;
    height: calc(100vh - 75px - calc(max(4vh,35px)));
    overflow: scroll;
  }
  /* line 7, app/assets/stylesheets/spot.scss */
  .spot-container .user_top {
    width: 34vw;
    overflow-y: auto;
  }
  /* line 11, app/assets/stylesheets/spot.scss */
  .spot-container .show_bottom {
    width: 65vw;
  }
}

/* line 17, app/assets/stylesheets/spot.scss */
.first_tab_desktop {
  padding: 0 15px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  /* line 27, app/assets/stylesheets/spot.scss */
  .spot-container .spot-popup-container {
    z-index: 999;
    /* position: fixed; */
    /* display: flex; */
    /* flex-direction: column; */
    width: 100%;
    /* box-shadow: 0px -4px 20px 0px #585858; */
    transition: 0.3s;
    background-color: white;
    padding-bottom: 8vh;
  }
}

@media screen and (min-width: 768px) {
  /* line 43, app/assets/stylesheets/spot.scss */
  .spot-container .spot-popup-container {
    z-index: 999;
    /* position: fixed; */
    /* display: flex; */
    /* flex-direction: column; */
    width: 100%;
    /* box-shadow: 0px -4px 20px 0px #585858; */
    transition: 0.3s;
    background-color: white;
  }
}

/* line 56, app/assets/stylesheets/spot.scss */
.spotartwork-row {
  display: flex;
  height: 33vw;
  padding: 0px 0 5px 5px;
}

@media screen and (max-width: 879px) {
  /* line 64, app/assets/stylesheets/spot.scss */
  .spotartwork-row {
    max-height: 200px;
  }
}

@media screen and (min-width: 880px) {
  /* line 69, app/assets/stylesheets/spot.scss */
  .spotartwork-row {
    padding: 0;
    height: 29vh;
  }
}

/* line 76, app/assets/stylesheets/spot.scss */
.popup-spot-title {
  font-size: 18px;
  color: #777777;
  text-overflow: ellipsis;
  width: auto;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  padding: 2px 5px 0 7px;
  margin-bottom: 0px;
  border-radius: 20px;
}

/* line 88, app/assets/stylesheets/spot.scss */
.popup-spot-title a {
  color: #777777;
  text-transform: none;
  text-decoration: none;
}

/* line 95, app/assets/stylesheets/spot.scss */
.popup-spot-type {
  line-height: normal;
  color: #02d6be;
  width: 100%;
  display: flex;
  justify-content: center;
  font-variant: all-small-caps;
  margin-bottom: 5px;
}

/* line 103, app/assets/stylesheets/spot.scss */
.popup-spot-type div {
  background-color: #ccf7f2;
  border-radius: 5%;
  padding: 2px;
}

/* line 110, app/assets/stylesheets/spot.scss */
.spot_intro_title {
  text-align: center;
  padding: 20px 5px 5px 5px;
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 118, app/assets/stylesheets/spot.scss */
.spot_description {
  padding-top: 10px;
}

/*Artwork_info*/
/* line 123, app/assets/stylesheets/spot.scss */
.spots_info {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}

/* line 133, app/assets/stylesheets/spot.scss */
.spots_info svg {
  height: 26px;
  width: 26px;
  margin-right: 8px;
  margin-left: 8px;
  fill: #65676b;
}

/* line 139, app/assets/stylesheets/spot.scss */
.spots_info svg path {
  fill: #65676b;
}

/* line 143, app/assets/stylesheets/spot.scss */
.spot-address {
  display: flex;
  flex-direction: raw;
}

@media screen and (min-width: 880px) {
  /* line 149, app/assets/stylesheets/spot.scss */
  .spot-address {
    margin-bottom: 0px;
    padding-bottom: 10px;
    width: 100%;
  }
}

/* line 172, app/assets/stylesheets/spot.scss */
.row-spot {
  display: flex;
  margin: 0px 0px 10px 0px;
  flex-wrap: wrap;
  width: 100%;
}

/* line 177, app/assets/stylesheets/spot.scss */
.row-spot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* line 185, app/assets/stylesheets/spot.scss */
.spot-pictures {
  box-sizing: border-box;
  border: 1px white solid;
  overflow: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 196, app/assets/stylesheets/spot.scss */
.column-spot a {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 980px) {
  /* line 204, app/assets/stylesheets/spot.scss */
  .column-spot {
    width: 16.25vw;
    height: 16.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  /* line 210, app/assets/stylesheets/spot.scss */
  .column-spot {
    width: 25vw;
    height: 25vw;
  }
}

@media screen and (max-width: 767px) {
  /* line 216, app/assets/stylesheets/spot.scss */
  .column-spot {
    width: 33.3vw;
    height: 33.3vw;
  }
}

/* line 221, app/assets/stylesheets/spot.scss */
.artwork-disappearance-watermark {
  filter: grayscale(1);
}

/* Style général des œuvres */
/* line 236, app/assets/stylesheets/spot.scss */
.column-spot {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  /* Centrer les images et les contenus */
}

/* Style pour les boutons de déplacement */
/* line 243, app/assets/stylesheets/spot.scss */
.order-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  /* Empiler les flèches verticalement */
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* Style pour chaque flèche */
/* line 255, app/assets/stylesheets/spot.scss */
.order-controls a {
  background-color: white;
  /* Fond blanc pour les flèches */
  opacity: 80%;
  color: #337ab7;
  /* Couleur bleue pour les flèches */
  font-size: 22px;
  /* Taille plus grande pour les flèches */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* Cercle parfait */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  /* Flèches en gras */
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  /* Pas de bordure */
}

/* line 273, app/assets/stylesheets/spot.scss */
.order-controls a:hover {
  background-color: #337ab7;
  /* Changer la couleur de fond au survol */
  color: white;
  /* Changer la couleur du texte au survol */
}

/* Affichage du numéro de position */
/* line 279, app/assets/stylesheets/spot.scss */
.position-number {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: white;
  /* Fond blanc pour le numéro */
  opacity: 80%;
  color: #337ab7;
  /* Couleur bleue pour le numéro */
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centrer le texte du numéro */
  border-radius: 50%;
  /* Cercle parfait */
  width: 30px;
  /* Largeur fixe pour assurer un cercle */
  height: 30px;
  /* Hauteur fixe pour assurer un cercle */
  line-height: 30px;
  /* Ajuster la hauteur de ligne pour centrer verticalement */
}

/* line 298, app/assets/stylesheets/spot.scss */
.dragging {
  opacity: 0.6;
  border: 2px dashed #337ab7;
  background-color: #f8f9fa;
}

/* line 304, app/assets/stylesheets/spot.scss */
.column-spot {
  transition: opacity 0.3s ease;
}

/* line 308, app/assets/stylesheets/spot.scss */
.column-spot.removed {
  opacity: 0;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/statistics.scss */
.questions-statistics {
  /* CSS moderne pour les statistiques des questions - sans Bootstrap */
  /* Entête principal */
  /* Sélecteur de parcours */
  /* Statistiques du parcours */
  /* Questions */
  /* Carte de question */
  /* Table de réponses */
  /* Top des participants */
  /* Actions */
  /* JavaScript pour l'accordion des questions */
}

/* line 3, app/assets/stylesheets/statistics.scss */
.questions-statistics .statistics-questions-page {
  --primary: #5364ff;
  --primary-light: #ebefff;
  --primary-dark: #3a4cd7;
  --success: #22c55e;
  --warning: #fbbf24;
  --danger: #ef4444;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-700: #374151;
  --gray-900: #111827;
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  color: var(--gray-900);
  background-color: #f9fafc;
}

/* line 28, app/assets/stylesheets/statistics.scss */
.questions-statistics .statistics-questions-page h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  position: relative;
}

/* line 36, app/assets/stylesheets/statistics.scss */
.questions-statistics .statistics-questions-page h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 4px;
}

/* line 48, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-selector-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
  padding: 1.5rem;
}

/* line 56, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-selector-card h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--gray-700);
}

/* line 63, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-selector-card form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* line 69, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-selector-card select {
  flex: 1;
  min-width: 250px;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--gray-300);
  appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") no-repeat;
  background-position: right 1rem center;
  font-size: 0.95rem;
}

/* line 81, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-selector-card .btn-primary {
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: var(--radius);
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 92, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-selector-card .btn-primary:hover {
  background-color: var(--primary-dark);
  transform: translateY(-1px);
}

/* line 98, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-stats-card {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border-radius: var(--radius);
  padding: 2rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

/* line 109, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-stats-card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(50%, -50%);
  z-index: 0;
}

/* line 122, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-stats-card h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  position: relative;
}

/* line 129, app/assets/stylesheets/statistics.scss */
.questions-statistics .track-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  position: relative;
}

/* line 136, app/assets/stylesheets/statistics.scss */
.questions-statistics .stat-item {
  text-align: center;
}

/* line 140, app/assets/stylesheets/statistics.scss */
.questions-statistics .stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1;
}

/* line 147, app/assets/stylesheets/statistics.scss */
.questions-statistics .stat-label {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* line 152, app/assets/stylesheets/statistics.scss */
.questions-statistics .users-count {
  margin-top: 1.5rem;
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 159, app/assets/stylesheets/statistics.scss */
.questions-statistics .users-count .stat-value {
  font-size: 2rem;
}

/* line 164, app/assets/stylesheets/statistics.scss */
.questions-statistics .questions-section h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

/* line 170, app/assets/stylesheets/statistics.scss */
.questions-statistics .alert {
  padding: 1rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}

/* line 176, app/assets/stylesheets/statistics.scss */
.questions-statistics .alert-info {
  background-color: var(--primary-light);
  color: var(--primary-dark);
}

/* line 181, app/assets/stylesheets/statistics.scss */
.questions-statistics .alert-warning {
  background-color: #fff7ed;
  color: #9a3412;
}

/* line 187, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.2s ease;
}

/* line 196, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

/* line 201, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-header {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

/* line 210, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-header:hover {
  background-color: var(--gray-100);
}

/* line 214, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-title {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 221, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-id {
  color: var(--gray-700);
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 227, app/assets/stylesheets/statistics.scss */
.questions-statistics .success-rate {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  color: white;
}

/* line 235, app/assets/stylesheets/statistics.scss */
.questions-statistics .success-rate.high {
  background-color: var(--success);
}

/* line 239, app/assets/stylesheets/statistics.scss */
.questions-statistics .success-rate.medium {
  background-color: var(--warning);
  color: var(--gray-900);
}

/* line 244, app/assets/stylesheets/statistics.scss */
.questions-statistics .success-rate.low {
  background-color: var(--danger);
}

/* line 248, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-content {
  padding: 1.5rem;
  display: none;
  background-color: #fafafa;
}

/* line 254, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-card.active .question-content {
  display: block;
}

/* line 258, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-card.active .question-header {
  border-bottom: 1px solid var(--gray-200);
}

/* line 262, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  /* line 269, app/assets/stylesheets/statistics.scss */
  .questions-statistics .question-grid {
    grid-template-columns: 40% 60%;
  }
}

/* line 274, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-info h5, .questions-statistics .answers-distribution h5, .questions-statistics .correct-explanation h5 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--gray-700);
}

/* line 281, app/assets/stylesheets/statistics.scss */
.questions-statistics .question-text {
  margin-bottom: 1.5rem;
}

/* line 285, app/assets/stylesheets/statistics.scss */
.questions-statistics .trackpart-info {
  font-size: 0.9rem;
  color: var(--gray-700);
  margin-bottom: 1.5rem;
}

/* line 291, app/assets/stylesheets/statistics.scss */
.questions-statistics .stats-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}

/* line 300, app/assets/stylesheets/statistics.scss */
.questions-statistics .stats-list li {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

/* line 308, app/assets/stylesheets/statistics.scss */
.questions-statistics .stats-list .stat-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

/* line 315, app/assets/stylesheets/statistics.scss */
.questions-statistics .stats-list .stat-label {
  font-size: 0.8rem;
  color: var(--gray-700);
}

/* line 321, app/assets/stylesheets/statistics.scss */
.questions-statistics .answers-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* line 327, app/assets/stylesheets/statistics.scss */
.questions-statistics .answers-table th {
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--gray-700);
  background: var(--gray-100);
}

/* line 336, app/assets/stylesheets/statistics.scss */
.questions-statistics .answers-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--gray-200);
}

/* line 341, app/assets/stylesheets/statistics.scss */
.questions-statistics .answers-table tr:last-child td {
  border-bottom: none;
}

/* line 345, app/assets/stylesheets/statistics.scss */
.questions-statistics .progress-container {
  width: 100%;
  min-width: 100px;
  background-color: var(--gray-200);
  border-radius: 20px;
  height: 10px;
  overflow: hidden;
}

/* line 354, app/assets/stylesheets/statistics.scss */
.questions-statistics .progress-bar {
  height: 100%;
  border-radius: 20px;
  transition: width 0.5s ease;
}

/* line 360, app/assets/stylesheets/statistics.scss */
.questions-statistics .progress-bar.correct {
  background-color: var(--success);
}

/* line 364, app/assets/stylesheets/statistics.scss */
.questions-statistics .progress-bar.incorrect {
  background-color: var(--gray-300);
}

/* line 368, app/assets/stylesheets/statistics.scss */
.questions-statistics .answer-status {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

/* line 376, app/assets/stylesheets/statistics.scss */
.questions-statistics .answer-status.correct {
  background-color: #dcfce7;
  color: #166534;
}

/* line 381, app/assets/stylesheets/statistics.scss */
.questions-statistics .answer-status.incorrect {
  background-color: #fee2e2;
  color: #991b1b;
}

/* line 386, app/assets/stylesheets/statistics.scss */
.questions-statistics .correct-explanation {
  background-color: var(--primary-light);
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  margin-top: 1.5rem;
}

/* line 395, app/assets/stylesheets/statistics.scss */
.questions-statistics .user-stats-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 2.5rem 0;
  overflow: hidden;
}

/* line 403, app/assets/stylesheets/statistics.scss */
.questions-statistics .user-stats-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1.25rem;
  margin: 0;
  background-color: var(--gray-100);
  border-bottom: 1px solid var(--gray-200);
}

/* line 412, app/assets/stylesheets/statistics.scss */
.questions-statistics .users-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 417, app/assets/stylesheets/statistics.scss */
.questions-statistics .users-table th {
  text-align: left;
  padding: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--gray-700);
  border-bottom: 2px solid var(--gray-200);
}

/* line 426, app/assets/stylesheets/statistics.scss */
.questions-statistics .users-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--gray-200);
}

/* line 431, app/assets/stylesheets/statistics.scss */
.questions-statistics .users-table tr:hover {
  background-color: var(--gray-100);
}

/* line 436, app/assets/stylesheets/statistics.scss */
.questions-statistics .actions {
  margin: 2rem 0;
}

/* line 440, app/assets/stylesheets/statistics.scss */
.questions-statistics .btn-secondary {
  background-color: var(--gray-700);
  color: white;
  border: none;
  border-radius: var(--radius);
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

/* line 453, app/assets/stylesheets/statistics.scss */
.questions-statistics .btn-secondary:hover {
  background-color: var(--gray-900);
  transform: translateY(-1px);
}

/* line 459, app/assets/stylesheets/statistics.scss */
.questions-statistics .js-question-toggle {
  cursor: pointer;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/structure.scss */
header {
  width: 100vw;
  box-shadow: 0 0px 1vh 0vh #f1f1f1;
  min-height: 75px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 999999;
  background-color: #fff;
  top: 0;
}

/* line 14, app/assets/stylesheets/structure.scss */
.bgc-blue {
  background-color: deepskyblue;
}

/* line 15, app/assets/stylesheets/structure.scss */
.bgc-orange {
  background-color: orange;
}

/* line 16, app/assets/stylesheets/structure.scss */
.bgc-green {
  background-color: green;
}

/* line 17, app/assets/stylesheets/structure.scss */
.bgc-pink {
  background-color: pink;
}

/* HEADER with drop-shadow on scroll */
/* line 53, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5vw 0;
  left: 0;
  right: 0;
  /* make sure navbar overlaps main*/
  z-index: 999;
  background-color: #fff;
  top: 0;
  /* negative top allows for 16 pixels of movement before sticking */
  font-size: 1.25rem;
}

@media screen and (max-width: 1100px) {
  /* line 92, app/assets/stylesheets/structure.scss */
  .crea-navbar-desktop {
    font-size: 1rem;
    line-height: 1.1;
  }
  /* line 95, app/assets/stylesheets/structure.scss */
  .crea-navbar-desktop p, .crea-navbar-desktop div, .crea-navbar-desktop li {
    font-size: 1rem;
  }
}

/* line 101, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop-left {
  display: flex;
  align-items: center;
}

/* line 105, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop-menu {
  text-align: center;
  position: relative;
  z-index: 4;
}

/* line 110, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop-logo {
  margin-right: 5vw;
}

/* line 112, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop-logo img {
  height: 60px;
}

/* line 115, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 124, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop-item {
  width: 80px;
}

/* line 128, app/assets/stylesheets/structure.scss */
.crea-navbar-desktop .menu_desktop a > li {
  display: flex;
  min-width: 100px;
  width: fit-content;
  height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  /* line 136, app/assets/stylesheets/structure.scss */
  body.crea-navbar-fixed-top, html.crea-navbar-fixed-top {
    padding-top: 4.25rem;
  }
  /* line 139, app/assets/stylesheets/structure.scss */
  .navbar {
    max-width: 100vw;
    min-height: 4.25rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 145, app/assets/stylesheets/structure.scss */
  .navbar {
    min-height: 3.25rem;
  }
}

/* line 149, app/assets/stylesheets/structure.scss */
.navbar-item.is-hoverable:hover .navbar-link {
  color: #2d2d39ff;
}

/* line 152, app/assets/stylesheets/structure.scss */
.navbar-link:focus-within {
  color: #2d2d39ff;
}

/* line 156, app/assets/stylesheets/structure.scss */
.menu_desktop li.selected {
  color: #02d6be;
}

/* sous menu analysis */
/* line 164, app/assets/stylesheets/structure.scss */
.nested.dropdown:hover > .dropdown-menu {
  display: block;
}

/* line 167, app/assets/stylesheets/structure.scss */
.nested.dropdown .dropdown-menu {
  top: -15px;
  margin-left: 100%;
}

/* line 172, app/assets/stylesheets/structure.scss */
.nested.dropdown .dropdown-trigger button::after {
  content: '⦠';
}

/* line 175, app/assets/stylesheets/structure.scss */
.nested.dropdown .dropdown-trigger button {
  padding: 0px 0px;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  height: 2em;
}

/* line 187, app/assets/stylesheets/structure.scss */
.crea-main {
  width: 100vw;
  margin: auto;
  display: inline-block;
  flex-flow: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  /* line 200, app/assets/stylesheets/structure.scss */
  .crea-main {
    min-height: calc(min(96vh, 100vh - 35px) - 75px);
  }
  /* line 204, app/assets/stylesheets/structure.scss */
  .crea-main p, .crea-main div {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 769px) {
  /* line 209, app/assets/stylesheets/structure.scss */
  .crea-main {
    margin-bottom: calc(max(10vh, 60px));
  }
}

/* line 214, app/assets/stylesheets/structure.scss */
.crea-main:first-child {
  padding-top: 0px;
}

/* line 218, app/assets/stylesheets/structure.scss */
.crea-large-head {
  padding: 2vh 1vw;
  height: 100px;
  max-height: 100px;
  margin-bottom: 4vh;
  width: 100vw;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #09125A;
  color: white;
  z-index: 3;
  position: sticky;
  top: 75px;
}

/* line 236, app/assets/stylesheets/structure.scss */
.crea-large-head h1, .crea-large-head h2 {
  margin: 10px;
  font-weight: bold;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 242, app/assets/stylesheets/structure.scss */
.crea-large-head h1 {
  font-size: 20px !important;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 250, app/assets/stylesheets/structure.scss */
  .crea-large-head {
    display: none;
  }
}

/* line 254, app/assets/stylesheets/structure.scss */
.crea-large-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 258, app/assets/stylesheets/structure.scss */
.crea-large-title svg {
  height: 3vh;
  width: auto;
  margin-right: 10px;
}

/* line 264, app/assets/stylesheets/structure.scss */
.crea-small {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  margin-top: initial;
}

@media screen and (min-width: 768px) {
  /* line 274, app/assets/stylesheets/structure.scss */
  .crea-small {
    padding: 2vh 5vw 10vh;
  }
}

/* line 287, app/assets/stylesheets/structure.scss */
.crea-small-head-frame {
  padding: 10px 0;
  position: sticky !important;
  top: 74px;
  background-color: white;
  z-index: 4;
}

/* line 294, app/assets/stylesheets/structure.scss */
.crea-small-head-frame-not-sticky {
  padding: 10px 0;
  background-color: white;
}

/* line 299, app/assets/stylesheets/structure.scss */
.crea-small-head-frame::before,
.crea-small-head-frame::after {
  /*height: 2px;
  width: 100%;
  @include bluegradient;
  content: '';
  display: block;*/
}

/* line 307, app/assets/stylesheets/structure.scss */
.crea-small-head-frame-event::after {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /* line 311, app/assets/stylesheets/structure.scss */
  .crea-small-head-frame {
    top: 8vh;
  }
}

/* line 317, app/assets/stylesheets/structure.scss */
.crea-small-head {
  width: 100%;
  min-height: 70px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 325, app/assets/stylesheets/structure.scss */
.crea-small-head h1, .crea-small-head h2 {
  margin: 10px;
  font-weight: bold;
}

/* line 330, app/assets/stylesheets/structure.scss */
.crea-large-head-right,
.crea-large-head-left,
.crea-small-head-right,
.crea-small-head-left {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 340, app/assets/stylesheets/structure.scss */
.crea-small-title {
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
}

/* line 350, app/assets/stylesheets/structure.scss */
.crea-large-body {
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 354, app/assets/stylesheets/structure.scss */
  .crea-large-body {
    flex-direction: column;
    align-items: center;
  }
}

/* line 360, app/assets/stylesheets/structure.scss */
.crea-large-body,
.crea-small-body {
  width: 100%;
}

/* line 368, app/assets/stylesheets/structure.scss */
.crea-large-body form, .crea-large-body img,
.crea-small-body form,
.crea-small-body img {
  width: -webkit-fill-available;
}

/* line 379, app/assets/stylesheets/structure.scss */
.crea-large-head-left, .crea-large-head-right {
  width: 15%;
}

/* line 381, app/assets/stylesheets/structure.scss */
.crea-large-head-left a, .crea-large-head-right a {
  color: white;
  text-decoration: none;
}

/* line 385, app/assets/stylesheets/structure.scss */
.crea-large-head-left a:hover, .crea-large-head-right a:hover {
  color: #337ab7;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /* line 392, app/assets/stylesheets/structure.scss */
  .crea-large-body-left, .crea-large-body-right,
.crea-small-body-left, .crea-small-body-right {
    width: 49.8%;
    display: inline-grid;
  }
  /* line 397, app/assets/stylesheets/structure.scss */
  .crea-large-body-third {
    width: 33%;
  }
  /* line 400, app/assets/stylesheets/structure.scss */
  .crea-large-body-two-thirds {
    width: 66.667%;
  }
}

@media screen and (max-width: 767px) {
  /* line 405, app/assets/stylesheets/structure.scss */
  .crea-large-body-left, .crea-large-body-right,
.crea-small-body-left, .crea-small-body-right,
.crea-large-body-third, .crea-large-body-two-thirds {
    width: 99.9%;
    display: inline-grid;
  }
}

/* line 413, app/assets/stylesheets/structure.scss */
.crea-large-body-third,
.crea-large-body-two-thirds {
  display: inline-block;
}

/* line 418, app/assets/stylesheets/structure.scss */
.crea-large-textbloc {
  margin: 0 1vw;
}

/* line 421, app/assets/stylesheets/structure.scss */
.crea-small-textbloc {
  margin: 1vh 4vw 1vh 4vw;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  /* line 427, app/assets/stylesheets/structure.scss */
  .crea-small-textbloc {
    text-align: justify;
  }
}

/* line 435, app/assets/stylesheets/structure.scss */
.crea-large-listofelements-scroll {
  height: calc(100vh - 8vh - 75px - 110px);
  overflow-y: auto;
}

/* line 440, app/assets/stylesheets/structure.scss */
.crea-small-mainpicture img {
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 480px) {
  /* line 446, app/assets/stylesheets/structure.scss */
  .crea-small-mainpicture {
    height: 25vh;
  }
}

/* line 450, app/assets/stylesheets/structure.scss */
.crea-small-previewslideshow > .row {
  justify-content: center;
}

/* line 453, app/assets/stylesheets/structure.scss */
.crea-track-icones {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}

/* line 458, app/assets/stylesheets/structure.scss */
.crea-track-icones .track-icones-svg {
  max-width: 20%;
  text-align: center;
}

/* line 461, app/assets/stylesheets/structure.scss */
.crea-track-icones .track-icones-svg svg {
  width: 4em;
  height: auto;
}

@media screen and (min-width: 840px) {
  /* line 469, app/assets/stylesheets/structure.scss */
  .crea-track-icones {
    width: 70%;
    padding: 0% 5%;
    margin: 0% 15% -20px 15%;
  }
}

@media screen and (max-width: 767px) {
  /* line 477, app/assets/stylesheets/structure.scss */
  .crea-track-icones {
    margin: 1vh 4vw 3vh 4vw;
  }
}

/* line 482, app/assets/stylesheets/structure.scss */
.crea-item-list-frame {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}

/* line 487, app/assets/stylesheets/structure.scss */
.crea-item-list-frame .crea-item-list-round {
  border: 1px solid white;
  padding: 1vw;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 1px;
}

@media screen and (min-width: 980px) {
  /* line 487, app/assets/stylesheets/structure.scss */
  .crea-item-list-frame .crea-item-list-round {
    width: 15vw;
    height: 15vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  /* line 487, app/assets/stylesheets/structure.scss */
  .crea-item-list-frame .crea-item-list-round {
    width: 25vw;
    height: 25vw;
  }
}

@media screen and (max-width: 767px) {
  /* line 487, app/assets/stylesheets/structure.scss */
  .crea-item-list-frame .crea-item-list-round {
    width: 33.333333vw;
    height: 33.333333vw;
  }
}

/* line 505, app/assets/stylesheets/structure.scss */
.crea-item-list-frame .crea-item-list-round .crea-item-list-images {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 1vw;
}

/* line 513, app/assets/stylesheets/structure.scss */
.crea-item-list-frame .crea-item-list-round .crea-item-list-images a, .crea-item-list-frame .crea-item-list-round .crea-item-list-images img {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 5%;
}

/* line 520, app/assets/stylesheets/structure.scss */
.crea-item-list-frame .crea-item-list-round .crea-item-list-images svg {
  height: 100%;
  width: 100%;
}

/* line 524, app/assets/stylesheets/structure.scss */
.crea-item-list-frame .crea-item-list-round .crea-item-list-images svg:not(:root) {
  overflow: hidden;
  width: -webkit-fill-available;
  height: fit-content;
}

/* line 529, app/assets/stylesheets/structure.scss */
.crea-item-list-frame .crea-item-list-round .crea-item-list-images img {
  object-fit: cover;
}

/* line 537, app/assets/stylesheets/structure.scss */
.crea-tabs {
  padding: 0 !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 8vh;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

/* line 550, app/assets/stylesheets/structure.scss */
.crea-tabs li, .crea-tabs div {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  width: -webkit-fill-available;
  color: #999;
  font-size: 10px;
  height: 8vh;
  justify-content: center;
  background-color: white;
  border-bottom: 1px #ccc solid;
  position: relative;
  padding: 10px 0px 5px;
  margin-bottom: -10px;
  top: -5px;
}

/* line 568, app/assets/stylesheets/structure.scss */
.crea-tabs li:hover, .crea-tabs div:hover {
  text-decoration: none;
  color: #09125A;
}

/* line 572, app/assets/stylesheets/structure.scss */
.crea-tabs li:first-child {
  border-top-left-radius: 30px 10px;
  -moz-border-top-left-radius: 30px 10px;
  -webkit-border-top-left-radius: 30px 10px;
}

/* line 577, app/assets/stylesheets/structure.scss */
.crea-tabs li:last-child {
  border-top-right-radius: 30px 10px;
  -moz-border-top-right-radius: 30px 10px;
  -webkit-border-top-right-radius: 30px 10px;
}

@media screen and (min-width: 980px) {
  /* line 583, app/assets/stylesheets/structure.scss */
  .crea-tabs svg {
    width: 5vw;
    max-width: 35px;
    padding: 12px 0 5px;
    height: auto;
  }
}

@media screen and (max-width: 979px) {
  /* line 583, app/assets/stylesheets/structure.scss */
  .crea-tabs svg {
    height: 30px;
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  /* line 600, app/assets/stylesheets/structure.scss */
  .crea-popup-container {
    left: 10px;
    width: calc(33% - 20px) !important;
    min-height: calc(60vh + 60px + 4vh);
  }
  /* line 607, app/assets/stylesheets/structure.scss */
  .crea-popup-container .artwork-image-likes img {
    object-fit: contain;
    height: 100%;
    max-height: 50vh;
  }
}

/* line 617, app/assets/stylesheets/structure.scss */
.crea-bottombar-desktop {
  height: calc(max(4vh, 35px));
  background-color: #fff;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 1000;
  font-weight: 700;
  border-top: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}
/* ------- Styles & techniques Index ---------- */
/* line 2, app/assets/stylesheets/styles.scss */
.styles-offset-botmenu, .techniques-offset-botmenu, .eventcat-offset-botmenu {
  margin-bottom: calc(max(50px, 8vh));
}

@media screen and (min-width: 980px) {
  /* line 6, app/assets/stylesheets/styles.scss */
  .styles-offset-botmenu, .techniques-offset-botmenu, .eventcat-offset-botmenu {
    padding: 0 165px 12vh;
  }
}

/* line 11, app/assets/stylesheets/styles.scss */
.list-styles, .list-techniques {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}

/* line 26, app/assets/stylesheets/styles.scss */
.images-list-techniques {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* line 33, app/assets/stylesheets/styles.scss */
.images-list-techniques svg {
  max-height: 7vh;
  height: 100%;
  width: auto;
}

/* line 37, app/assets/stylesheets/styles.scss */
.images-list-techniques svg g {
  fill: #4c00d7;
}

/* line 40, app/assets/stylesheets/styles.scss */
.images-list-styles {
  width: 20vw;
  max-width: 98px;
}

/* line 43, app/assets/stylesheets/styles.scss */
.images-list-styles a, .images-list-styles img {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 48, app/assets/stylesheets/styles.scss */
.images-list-styles img {
  object-fit: cover;
  border-radius: 5px;
}

/* line 54, app/assets/stylesheets/styles.scss */
.images-list-link:hover {
  background-color: #007a8026;
}

/* line 58, app/assets/stylesheets/styles.scss */
.each-item-styles, .each-item-techniques {
  border: 1px solid white;
  height: 25vw;
  width: 25vw;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 1px;
}

@media screen and (max-width: 767px) {
  /* line 70, app/assets/stylesheets/styles.scss */
  .each-item-styles, .each-item-techniques {
    height: 33.333333vw;
    width: 33.333333vw;
  }
}

@media screen and (min-width: 980px) {
  /* line 77, app/assets/stylesheets/styles.scss */
  .each-item-styles, .each-item-techniques {
    height: 11.6666666667vw;
    width: 14.6666666667vw;
  }
}

@media screen and (max-width: 979px) {
  /* line 85, app/assets/stylesheets/styles.scss */
  .list-styles-inline, .list-techniques-inline {
    width: 100vw;
    margin-left: -4%;
  }
  /* line 89, app/assets/stylesheets/styles.scss */
  .each-item-styles-inline, .each-item-techniques-inline {
    /* Version depliee  */
  }
  /* line 91, app/assets/stylesheets/styles.scss */
  .each-item-styles-inline .images-list-styles, .each-item-styles-inline .images-list-techniques, .each-item-techniques-inline .images-list-styles, .each-item-techniques-inline .images-list-techniques {
    width: 25vw;
    max-width: 150px;
    padding-left: 4%;
  }
  /* line 96, app/assets/stylesheets/styles.scss */
  .each-item-styles-inline .infos-styles-inline, .each-item-styles-inline .infos-techniques-inline, .each-item-techniques-inline .infos-styles-inline, .each-item-techniques-inline .infos-techniques-inline {
    width: 65vw;
  }
  /* line 99, app/assets/stylesheets/styles.scss */
  .each-item-styles-inline .infos-list-rightarrow, .each-item-techniques-inline .infos-list-rightarrow {
    width: 20vw;
  }
}

/* line 106, app/assets/stylesheets/styles.scss */
.infos-styles a, .infos-techniques a {
  width: 100%;
  height: 100%;
  text-align: center;
  /*
    display: flex;
    align-items: center;
*/
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-variant: all-small-caps;
}

/* line 118, app/assets/stylesheets/styles.scss */
.infos-styles a:hover, .infos-techniques a:hover {
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/styles.scss */
.infos-styles-inline, .infos-techniques-inline {
  /* Version depliee */
  width: 70vw;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 133, app/assets/stylesheets/styles.scss */
.infos-styles-inline a, .infos-techniques-inline a {
  text-align: justify;
}

/* line 138, app/assets/stylesheets/styles.scss */
.each-item-styles-inline, .each-item-techniques-inline {
  /* Version depliee  */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vw;
  max-width: 700px;
  margin-bottom: -1px;
  border-left: 0;
  border-right: 0;
}

/* line 151, app/assets/stylesheets/styles.scss */
.infos-list-rightarrow {
  width: 10vw;
  text-align: center;
}

/* line 154, app/assets/stylesheets/styles.scss */
.infos-list-rightarrow svg {
  height: 3vh;
}

/* line 155, app/assets/stylesheets/styles.scss */
.infos-list-rightarrow g {
  fill: #ccc;
}

/* line 158, app/assets/stylesheets/styles.scss */
.infos-list-title {
  font-variant-caps: all-small-caps;
  font-weight: bold;
}

/* line 163, app/assets/stylesheets/styles.scss */
.infos-list-description, .infos-list-rightarrow {
  display: none;
}

/* line 168, app/assets/stylesheets/styles.scss */
.infos-list-description-inline {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 175, app/assets/stylesheets/styles.scss */
.fiche_description {
  text-align: justify;
  padding-top: 10px;
}
/* line 2, app/assets/stylesheets/techniques.scss */
.edit_technique img {
  max-height: 8vh;
}
/* line 1, app/assets/stylesheets/tests.scss */
#console {
  padding: 10px 15px;
  background-color: white;
  right: 0;
  z-index: 1;
  position: absolute;
  width: 240px;
  margin: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid rgba(174, 174, 174, 0.4);
}

/* line 12, app/assets/stylesheets/tests.scss */
#console h3, #console .h3 {
  margin-top: 5px;
}

/* line 17, app/assets/stylesheets/tests.scss */
.session {
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/tests.scss */
.session a {
  text-decoration: none;
  color: #2dc4b2;
}

/* line 24, app/assets/stylesheets/tests.scss */
.session .row {
  height: auto;
  width: 100%;
  margin: 0;
  min-height: 12px;
}

/* line 30, app/assets/stylesheets/tests.scss */
.session .colors {
  background: linear-gradient(to right, #2dc4b2, #3bb3c3, #669ec4, #8b88b6, #a2719b, #aa5e79);
  margin-bottom: 5px;
}

/* line 35, app/assets/stylesheets/tests.scss */
.session .label {
  color: black;
  width: 15%;
  display: inline-block;
  text-align: center;
}

/* line 46, app/assets/stylesheets/tests.scss */
.onoffswitch {
  position: relative;
  width: 47px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  left: 25px;
  top: 0;
}

/* line 53, app/assets/stylesheets/tests.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 56, app/assets/stylesheets/tests.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid #495057;
  border-radius: 2px;
}

/* line 60, app/assets/stylesheets/tests.scss */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 64, app/assets/stylesheets/tests.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 12px;
  padding: 0;
  line-height: 12px;
  font-size: 11px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 69, app/assets/stylesheets/tests.scss */
.onoffswitch-inner:before {
  content: "OFF";
  padding-left: 5px;
  background-color: #8D8D8D;
  color: #FFFFFF;
  font-weight: 300;
}

/* line 75, app/assets/stylesheets/tests.scss */
.onoffswitch-inner:after {
  content: "ON";
  padding-right: 5px;
  background-color: #97BF97;
  color: #FFFFFF;
  text-align: right;
  font-weight: 300;
}

/* line 82, app/assets/stylesheets/tests.scss */
.onoffswitch-switch {
  display: block;
  width: 16px;
  margin: -2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border: 2px solid #495057;
  border-radius: 2px;
  transition: all 0.3s ease-in 0s;
}

/* line 90, app/assets/stylesheets/tests.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 93, app/assets/stylesheets/tests.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* line 5, app/assets/stylesheets/trackparts.scss */
.slider-wrap-popup {
  display: flex;
  width: 100%;
  height: 42vh;
  justify-content: center;
  position: relative;
}

/* line 12, app/assets/stylesheets/trackparts.scss */
.slider-wrap-popup-extend {
  height: calc(80vh - 50px) !important;
}

/* line 14, app/assets/stylesheets/trackparts.scss */
.slider-wrap-popup-extend img {
  object-fit: contain;
}

/* line 19, app/assets/stylesheets/trackparts.scss */
.slider-popup {
  height: 100%;
  overflow-x: scroll;
}

/* line 24, app/assets/stylesheets/trackparts.scss */
.holder-popup {
  height: 100%;
  max-width: 100vw;
  display: flex;
}

/* line 30, app/assets/stylesheets/trackparts.scss */
.slide-wrapper-popup {
  width: 100vw;
}

/* line 34, app/assets/stylesheets/trackparts.scss */
.slide-popup {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
}

/* line 39, app/assets/stylesheets/trackparts.scss */
.slide-popup img {
  margin-top: -20px;
  min-height: 100%;
  max-width: 100vw;
  object-fit: cover;
  padding: 0px 5px 10px 5px;
}

@media screen and (min-width: 879px) {
  /* line 49, app/assets/stylesheets/trackparts.scss */
  .slide-popup img {
    object-fit: contain;
  }
}

/* line 54, app/assets/stylesheets/trackparts.scss */
.slide-bigpopup {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
}

/* line 59, app/assets/stylesheets/trackparts.scss */
.slide-bigpopup img {
  margin-top: -20px;
  max-height: 100%;
  max-width: 100vw;
  object-fit: contain;
}

/* line 69, app/assets/stylesheets/trackparts.scss */
.animate-slider-popup {
  transition: transform 0.3s ease-out;
}

/* line 73, app/assets/stylesheets/trackparts.scss */
.slide-picture-index {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
  z-index: 10;
}

/* line 85, app/assets/stylesheets/trackparts.scss */
.slide-wrap-index-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #E8E8DE;
}

/* ---------- Mise en forme show_small d'artwork -- */
/* line 95, app/assets/stylesheets/trackparts.scss */
.popup-container {
  z-index: 999;
  position: fixed;
  bottom: 8vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px -4px 20px 0px #585858;
  transition: 0.3s;
  background-color: white;
  border-radius: 5px;
}

/* line 106, app/assets/stylesheets/trackparts.scss */
.popup-container a:hover {
  text-decoration: none;
}

@media screen and (max-width: 879px) {
  /* line 112, app/assets/stylesheets/trackparts.scss */
  .popup-container {
    border-radius: 15px;
  }
}

/* line 117, app/assets/stylesheets/trackparts.scss */
.popup-container-edit-spot {
  bottom: 0;
  box-shadow: 0px -4px 20px 0px #585858;
  position: fixed !important;
  z-index: 99999;
  display: block;
  background-color: white;
  width: 100%;
}

@media screen and (min-width: 879px) {
  /* line 127, app/assets/stylesheets/trackparts.scss */
  .popup-container-edit-spot {
    margin-bottom: 8vh;
  }
}

@media screen and (max-width: 879px) {
  /* line 133, app/assets/stylesheets/trackparts.scss */
  .main-map-popup {
    max-height: 30vh;
    margin: 0 3vw 2vh;
    transition: 0.3s;
    background-color: white;
    width: 94vw;
    border-radius: 15px;
  }
}

@media screen and (min-width: 880px) {
  /* line 150, app/assets/stylesheets/trackparts.scss */
  .main-map-popup {
    max-height: 30vh;
    margin: 0 3vw 2vh;
    box-shadow: 0px -4px 20px 0px #585858;
    transition: 0.3s;
    background-color: white;
    width: 94vw;
    border-radius: 15px;
  }
}

/* line 161, app/assets/stylesheets/trackparts.scss */
.trackparts-row {
  display: flex;
  padding: 5px 0 5px 5px;
}

@media screen and (max-width: 879px) {
  /* line 169, app/assets/stylesheets/trackparts.scss */
  .trackparts-row {
    max-height: 200px;
  }
  /* line 171, app/assets/stylesheets/trackparts.scss */
  .trackparts-row .artwork-images-tracks {
    cursor: pointer;
  }
}

@media screen and (min-width: 880px) {
  /* line 177, app/assets/stylesheets/trackparts.scss */
  .trackparts-row {
    flex-direction: column;
    padding: 0;
  }
  /* line 181, app/assets/stylesheets/trackparts.scss */
  .trackparts-row .artwork-images-tracks {
    max-height: 40vh;
  }
  /* line 183, app/assets/stylesheets/trackparts.scss */
  .trackparts-row .artwork-images-tracks img {
    border-radius: 5px;
    cursor: pointer;
  }
}

/* line 191, app/assets/stylesheets/trackparts.scss */
.trackparts-column {
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

/* line 197, app/assets/stylesheets/trackparts.scss */
.trackparts-audio {
  display: block;
  max-height: 10vh;
  margin: 8px 8px 8px 5px;
  border-radius: 5px;
  color: black;
  background-color: black;
}

/* line 205, app/assets/stylesheets/trackparts.scss */
.trackparts-audio iframe {
  margin: 5px 5px 0px 5px;
  width: 95%;
  max-height: 10vh;
}

/* line 210, app/assets/stylesheets/trackparts.scss */
.trackparts-audio div {
  margin: 0px 5px;
  padding-bottom: 5px;
}

/* line 216, app/assets/stylesheets/trackparts.scss */
.chevron {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -19px;
  left: 0;
  background-color: white;
  -webkit-border-top-left-radius: 30px 10px;
  -webkit-border-top-right-radius: 30px 10px;
}

/* line 226, app/assets/stylesheets/trackparts.scss */
.chevron svg {
  height: 20px;
  width: 20px;
}

/* line 232, app/assets/stylesheets/trackparts.scss */
.chevron:hover, .cross-close-popup:hover {
  cursor: pointer;
}

/* line 235, app/assets/stylesheets/trackparts.scss */
.reverse-chevron {
  transform: rotate(0.5turn);
  position: relative;
  padding: 5px 0;
  top: 0;
  width: 100vw;
}

/* line 243, app/assets/stylesheets/trackparts.scss */
.cross-close-popup {
  text-align: center;
  width: 100vw;
  position: relative;
  padding: 5px 0;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-border-top-left-radius: 30px 10px;
  -webkit-border-top-right-radius: 30px 10px;
}

@media screen and (min-width: 880px) {
  /* line 258, app/assets/stylesheets/trackparts.scss */
  .cross-close-popup {
    width: 100%;
  }
  /* line 261, app/assets/stylesheets/trackparts.scss */
  .close_button {
    display: flex;
    justify-content: center;
    background-color: white;
    border-bottom-left-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
}

/* line 272, app/assets/stylesheets/trackparts.scss */
#track-artist, .address-artwork, #trackpart-spot-name, #trackpart-spot-cat-name {
  display: flex;
  flex-direction: raw;
}

/* line 277, app/assets/stylesheets/trackparts.scss */
.main-map-popup .trackparts-row .artwork-infos,
.main-map-popup .spot-infos .spot-infos-right,
.main-map-popup .gallery-infos {
  max-width: 61vw;
  max-height: 200px;
}

/* line 284, app/assets/stylesheets/trackparts.scss */
.fullwidth_description {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 2.0rem;
  border-top: 1px solid #ccc;
  padding: 10px;
}

/* line 296, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container .artwork-infos,
.event_path .popup-container .artwork-infos {
  overflow: auto;
  padding: 7px 10px 5px 10px;
  font-weight: bold;
}

/* line 301, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container .artwork-infos p,
.event_path .popup-container .artwork-infos p {
  overflow: visible;
  height: auto;
}

/* line 305, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container .artwork-infos h2,
.event_path .popup-container .artwork-infos h2 {
  font-weight: bold;
  margin-left: 26px;
}

/* line 309, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container .artwork-infos i,
.event_path .popup-container .artwork-infos i {
  text-align: center;
  width: 100%;
}

/* line 312, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container .artwork-infos i:hover,
.event_path .popup-container .artwork-infos i:hover {
  cursor: pointer;
}

/* line 319, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container h2,
.event_path .popup-container h2 {
  margin-top: 0;
  font-size: 17px !important;
}

/* line 321, app/assets/stylesheets/trackparts.scss */
.track_path .popup-container .small-popup-hidden,
.event_path .popup-container .small-popup-hidden {
  display: none;
}

/* line 326, app/assets/stylesheets/trackparts.scss */
.large-popup-container {
  transition: 0.3s;
  z-index: 999;
  position: fixed;
  bottom: 8vh;
  display: flex;
  flex-direction: column;
  height: 84vh;
  background-color: white;
  box-shadow: 0px 4px 20px 0px #464646bf;
  overflow: scroll;
}

/* line 337, app/assets/stylesheets/trackparts.scss */
.large-popup-container .artwork-image-likes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* line 343, app/assets/stylesheets/trackparts.scss */
.large-popup-container .artwork-infos {
  padding: 10px 4%;
  border-radius: 0;
}

/* line 347, app/assets/stylesheets/trackparts.scss */
.large-popup-container .artwork-infos p {
  font-weight: normal;
  font-size: 1.3rem;
}

@media screen and (max-width: 879px) {
  /* line 355, app/assets/stylesheets/trackparts.scss */
  .large-popup-container {
    width: 94vw !important;
    height: 72vh !important;
    margin: 10vh 3vw !important;
    bottom: 0vh;
    border-radius: 15px;
  }
}

@media screen and (min-width: 879px) {
  /* line 365, app/assets/stylesheets/trackparts.scss */
  .large-popup-container {
    height: calc(min(63vh, 73vh - 50px));
    width: 80vw;
    margin: 0% 10vw;
    border-radius: 10px;
    overflow: hidden;
  }
  /* line 373, app/assets/stylesheets/trackparts.scss */
  #track-artist {
    width: 100%;
  }
  /* line 377, app/assets/stylesheets/trackparts.scss */
  .address-artwork {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding-bottom: 10px;
    width: 100%;
  }
  /* line 383, app/assets/stylesheets/trackparts.scss */
  .small-popup-hidden {
    display: block;
    max-height: 50vh;
  }
  /* line 386, app/assets/stylesheets/trackparts.scss */
  .small-popup-hidden p {
    font-weight: normal;
    text-align: justify;
    font-size: 1.3rem;
  }
  /* line 391, app/assets/stylesheets/trackparts.scss */
  .small-popup-hidden i {
    color: #ec607e;
  }
  /* line 394, app/assets/stylesheets/trackparts.scss */
  .small-popup-hidden h2 {
    margin-top: 10px;
    font-size: 1.8rem !important;
  }
  /* line 399, app/assets/stylesheets/trackparts.scss */
  .big-popup-hidden {
    display: block;
  }
}

/* line 404, app/assets/stylesheets/trackparts.scss */
.big-popup-title {
  display: flex;
}

/* line 406, app/assets/stylesheets/trackparts.scss */
.big-popup-title h2 {
  font-weight: bold;
  margin-left: 6px !important;
  margin-top: 1px !important;
  font-size: 1.8rem !important;
}

/* line 413, app/assets/stylesheets/trackparts.scss */
.trackpart-order-popup {
  border: black 2px solid;
  color: black;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  padding: 0;
}

/* line 429, app/assets/stylesheets/trackparts.scss */
.small-popup-hidden svg {
  height: 26px;
  width: 26px;
}

/* line 432, app/assets/stylesheets/trackparts.scss */
.small-popup-hidden svg path {
  fill: #65676b;
}

/* line 437, app/assets/stylesheets/trackparts.scss */
.small-popup-hidden .trackparts-audio iframe {
  width: 90%;
}

@media screen and (max-width: 879px) {
  /* line 445, app/assets/stylesheets/trackparts.scss */
  .small-popup-hidden svg {
    height: 18px;
    width: 18px;
  }
  /* line 450, app/assets/stylesheets/trackparts.scss */
  .small-popup-hidden .trackparts-audio iframe {
    width: 95%;
  }
}

@media screen and (max-width: 879px) {
  /* line 458, app/assets/stylesheets/trackparts.scss */
  .popup-container .artwork-image-likes {
    max-width: 33vw;
    max-height: 200px;
    width: 31vw;
    height: 31vw;
    overflow: hidden;
    align-items: center;
  }
  /* line 466, app/assets/stylesheets/trackparts.scss */
  .artwork-image-likes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 50vh;
    border-radius: 5px;
  }
  /* line 473, app/assets/stylesheets/trackparts.scss */
  .trackparts-row .artwork-infos {
    max-width: 61vw;
    max-height: 200px;
  }
}

@media screen and (min-width: 880px) {
  /* line 480, app/assets/stylesheets/trackparts.scss */
  .popup-container {
    width: 24%;
    right: 2vw;
    flex-direction: column;
    top: calc(175px + 15vh);
    min-width: 300px;
    max-height: calc(100vh - 15vh - 175px - max(4vh, 35px));
  }
  /* line 489, app/assets/stylesheets/trackparts.scss */
  .artwork-image-likes img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  /* line 494, app/assets/stylesheets/trackparts.scss */
  .track_path {
    display: flex;
    flex-direction: column;
  }
  /* line 497, app/assets/stylesheets/trackparts.scss */
  .track_path .popup-container-edit {
    width: 100%;
    min-height: 70vh;
    padding: 0px 10px;
    position: absolute;
  }
  /* line 503, app/assets/stylesheets/trackparts.scss */
  .track_path .form-track-half-line input {
    width: inherit;
  }
}

/* line 509, app/assets/stylesheets/trackparts.scss */
.artwork-popup-options-button {
  padding-left: 15px;
}

/* line 513, app/assets/stylesheets/trackparts.scss */
.bigpopup-container {
  z-index: 999;
  position: fixed;
  bottom: 0vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px -4px 20px 0px #585858;
  transition: 0.3s;
  background-color: white;
  margin: 15vh 10vw;
  height: 70vh;
  width: 80vw;
  border-radius: 15px;
}

/* line 529, app/assets/stylesheets/trackparts.scss */
.bigpopup-container .artwork-meta {
  margin: 0 3vw 2vh;
  height: calc(38vh - 60px);
  overflow: auto;
}

/* line 534, app/assets/stylesheets/trackparts.scss */
.bigpopup-container .artwork-meta .artwork_info {
  padding: 5px 1vw;
}

/* line 539, app/assets/stylesheets/trackparts.scss */
.bigpopup-container .artwork-pictures-display {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 542, app/assets/stylesheets/trackparts.scss */
.bigpopup-container .artwork-pictures-display img {
  max-height: 36vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 549, app/assets/stylesheets/trackparts.scss */
.bigpopup-container .artwork-page-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 555, app/assets/stylesheets/trackparts.scss */
.bigpopup-container .slide-picture-index {
  transform: translate(12%, 12px);
  text-align: center;
  width: 50px;
  background-color: #333333;
  margin: 0;
}

@media screen and (max-width: 879px) {
  /* line 564, app/assets/stylesheets/trackparts.scss */
  .slider-popup {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  /* line 568, app/assets/stylesheets/trackparts.scss */
  .slide-popup {
    width: 94vw !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  /* line 572, app/assets/stylesheets/trackparts.scss */
  .slide-popup img {
    max-width: 94vw;
    padding: 0;
  }
  /* line 577, app/assets/stylesheets/trackparts.scss */
  .slider-bigpopup {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-x: scroll;
  }
  /* line 582, app/assets/stylesheets/trackparts.scss */
  .slide-bigpopup {
    width: 94vw !important;
  }
  /* line 585, app/assets/stylesheets/trackparts.scss */
  .slide-bigpopup img {
    max-width: 94vw;
    padding: 0;
  }
}

@media screen and (min-width: 880px) {
  /* line 592, app/assets/stylesheets/trackparts.scss */
  .bigpopup-container {
    height: 69vh;
  }
  /* line 594, app/assets/stylesheets/trackparts.scss */
  .bigpopup-container .artwork-meta {
    min-height: 69vh;
    margin: 0;
  }
  /* line 599, app/assets/stylesheets/trackparts.scss */
  .slide-bigpopup {
    width: 80vw;
  }
  /* line 602, app/assets/stylesheets/trackparts.scss */
  .slider-wrap-popup {
    height: 69vh;
    border-radius: 15px;
  }
  /* line 607, app/assets/stylesheets/trackparts.scss */
  .track_path .slider-wrap-popup {
    height: 40vh;
  }
  /* line 610, app/assets/stylesheets/trackparts.scss */
  .track_path .slider-popup, .track_path .holder-popup, .track_path .slide-wrapper-popup, .track_path .slide-wrap-index-img, .track_path .slide-wrap-index-img, .track_path .slide-image-popup {
    width: 80vw;
  }
  /* line 614, app/assets/stylesheets/trackparts.scss */
  .artwork-picture-info {
    width: 100%;
  }
  /* line 617, app/assets/stylesheets/trackparts.scss */
  .slider-popup {
    border-top-right-radius: 0px;
  }
  /* line 620, app/assets/stylesheets/trackparts.scss */
  .slide-popup {
    width: calc(80vw * 0.75) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  /* line 624, app/assets/stylesheets/trackparts.scss */
  .slide-popup img {
    max-width: calc(80vw * 0.75);
    padding: 0;
  }
}

/* Nouvelle version popup */
/* line 634, app/assets/stylesheets/trackparts.scss */
.trackpart-artwork-popup {
  max-height: 100%;
  margin: auto;
  min-width: 100px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

/* line 641, app/assets/stylesheets/trackparts.scss */
.trackpart-artwork-popup img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 1vw;
}

/* line 649, app/assets/stylesheets/trackparts.scss */
.trackpart-popup-slide {
  width: 94vw;
  height: 94vw;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #E8E8DE;
}

@media screen and (min-width: 879px) {
  /* line 659, app/assets/stylesheets/trackparts.scss */
  .trackpart-popup-slide {
    width: 56vw;
    height: calc(min(63vh - 6.5vw, 73vh - 50px - 6.5vw));
  }
  /* line 664, app/assets/stylesheets/trackparts.scss */
  .trackpart-artwork-popup img {
    padding: 5px;
  }
  /* line 668, app/assets/stylesheets/trackparts.scss */
  .scroll-group-trackpart {
    width: 56vw;
    height: 6.5vw;
  }
  /* line 671, app/assets/stylesheets/trackparts.scss */
  .scroll-group-trackpart .row {
    height: 100%;
    min-width: max-content;
  }
  /* line 674, app/assets/stylesheets/trackparts.scss */
  .scroll-group-trackpart .row .round-preview {
    width: 6.222222vw;
    height: 6.222222vw;
  }
  /* line 677, app/assets/stylesheets/trackparts.scss */
  .scroll-group-trackpart .row .round-preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  /* line 686, app/assets/stylesheets/trackparts.scss */
  .trackparts-row-hidden {
    display: flex;
  }
  /* line 689, app/assets/stylesheets/trackparts.scss */
  .fullwidth_description {
    border: none;
  }
  /* line 692, app/assets/stylesheets/trackparts.scss */
  .group-description-pc {
    overflow-y: auto;
    max-height: calc(min(63vh, 73vh - 50px));
  }
  /* line 695, app/assets/stylesheets/trackparts.scss */
  .group-description-pc .artwork-infos {
    height: auto;
    width: 24vw !important;
  }
}

/* line 702, app/assets/stylesheets/trackparts.scss */
.selected-thumbnail {
  border: 3px solid #09125A;
}

/* line 706, app/assets/stylesheets/trackparts.scss */
.scroll-group-trackpart {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/*Bottom Oeuvres*/
/* line 713, app/assets/stylesheets/trackparts.scss */
.trackparts-oeuvres {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 720, app/assets/stylesheets/trackparts.scss */
.trackparts-oeuvres h2 {
  padding: 3px 3px 3px 0px;
}

/* line 725, app/assets/stylesheets/trackparts.scss */
.oeuvres-track-artist, .oeuvres-address-artwork, .trackpart-spot-name {
  margin-left: -7px;
  display: flex;
  flex-direction: raw;
}

/* line 729, app/assets/stylesheets/trackparts.scss */
.oeuvres-track-artist svg, .oeuvres-address-artwork svg, .trackpart-spot-name svg {
  height: 18px;
  width: 18px;
  margin-right: 8px;
}

/* line 734, app/assets/stylesheets/trackparts.scss */
.oeuvres-track-artist p, .oeuvres-address-artwork p, .trackpart-spot-name p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

/*Trackparts Edit*/
/* line 744, app/assets/stylesheets/trackparts.scss */
.trackparts-admin-picture {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* line 749, app/assets/stylesheets/trackparts.scss */
.trackparts-admin-main-picture {
  border: 5px solid red;
}

/* line 752, app/assets/stylesheets/trackparts.scss */
.form-track-popup {
  display: inline-block;
  padding: 2%;
  width: 100%;
}

/* line 758, app/assets/stylesheets/trackparts.scss */
.popup-container-edit {
  height: auto;
  max-height: 87vh;
  padding: 0px;
}

/* line 762, app/assets/stylesheets/trackparts.scss */
.popup-container-edit .form-track-half-line {
  width: 49%;
  display: inline-flex;
  justify-content: space-around;
  padding-bottom: 5px;
}

/* line 767, app/assets/stylesheets/trackparts.scss */
.popup-container-edit .form-track-half-line label {
  min-width: 50px;
  width: auto;
}

/* line 771, app/assets/stylesheets/trackparts.scss */
.popup-container-edit .form-track-half-line .small-input {
  width: 40px;
}

/* line 772, app/assets/stylesheets/trackparts.scss */
.popup-container-edit .form-track-half-line select {
  height: 25px;
}
@charset "UTF-8";
/* -------------- Routes ----------------- */
/* line 3, app/assets/stylesheets/tracks.scss */
.title_tracks {
  font-size: 18px;
  color: #ccc;
  font-weight: lighter;
  padding: 20px 0px 20px 0px;
}

/* line 10, app/assets/stylesheets/tracks.scss */
.spaceleft {
  padding: 0 2vh;
  text-align: center;
}

/* line 15, app/assets/stylesheets/tracks.scss */
.new_track_button {
  padding: 5px;
  margin: 0 5%;
  border: 2px solid #337ab7;
  color: #337ab7;
  text-align: center;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 27, app/assets/stylesheets/tracks.scss */
.new_track_button:hover {
  background-color: #337ab7;
}

/* line 29, app/assets/stylesheets/tracks.scss */
.new_track_button:hover a {
  color: white;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/tracks.scss */
.list-special .list-group-item {
  border-radius: 5px !important;
}

/* line 38, app/assets/stylesheets/tracks.scss */
.list-special .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 20px;
}

/* line 45, app/assets/stylesheets/tracks.scss */
.equilibre {
  margin-left: 20px;
}

/* line 50, app/assets/stylesheets/tracks.scss */
.list-tracks {
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 500px;
}

/* line 58, app/assets/stylesheets/tracks.scss */
.list-group-tracks {
  display: flex;
  flex-direction: column;
  padding: 0vw 2vw 0vw 2vw;
  height: 56vw;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  max-width: 500px;
  max-height: 283px;
  cursor: pointer;
  position: relative;
}

/* line 70, app/assets/stylesheets/tracks.scss */
.list-group-tracks img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
}

/* line 77, app/assets/stylesheets/tracks.scss */
.list-group-tracks a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/tracks.scss */
.list-group-tracks a:hover {
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/tracks.scss */
.list-group-tracks:hover {
  opacity: 0.8;
}

/* line 92, app/assets/stylesheets/tracks.scss */
.ais-Hits-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

/* line 97, app/assets/stylesheets/tracks.scss */
.track_pictures_desc {
  padding-left: 10px !important;
}

/* line 100, app/assets/stylesheets/tracks.scss */
.tracks-descriptions {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 56vw;
  max-width: 500px;
  max-height: 283px;
  margin: 0px auto;
  padding: 0vw 1%;
  color: white;
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/tracks.scss */
.tracks-descriptions > a:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

@media screen and (min-width: 980px) {
  /* line 124, app/assets/stylesheets/tracks.scss */
  .track_intro_top_bloc {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 30px 0px;
  }
}

/* line 132, app/assets/stylesheets/tracks.scss */
.tracks-description-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 5px 10px;
  font-size: 1.7rem;
}

/* line 140, app/assets/stylesheets/tracks.scss */
.tracks-description-top-like {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

/* line 144, app/assets/stylesheets/tracks.scss */
.tracks-description-top-like i {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  font-weight: bold;
}

/* line 150, app/assets/stylesheets/tracks.scss */
.tracks-description-top-like i p {
  padding: 5px 0px 5px 5px;
  font-size: 1.7rem;
  margin: 0px;
}

/* line 156, app/assets/stylesheets/tracks.scss */
.tracks-description-top-like i::before {
  padding: 5px;
  font-size: 1.7rem;
}

/* line 160, app/assets/stylesheets/tracks.scss */
.tracks-description-top-like .fas::before {
  color: #E76262;
}

/* line 163, app/assets/stylesheets/tracks.scss */
.tracks-description-top-like .far::before {
  color: white;
}

/* line 168, app/assets/stylesheets/tracks.scss */
.tracks-description-bottom {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}

/* line 172, app/assets/stylesheets/tracks.scss */
.tracks-description-bottom p {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0px;
}

/* line 179, app/assets/stylesheets/tracks.scss */
.tracks-description-bottom .track-description-title {
  font-variant-caps: all-small-caps;
  font-size: 1.8rem;
}

/* line 183, app/assets/stylesheets/tracks.scss */
.tracks-description-bottom .track-description-organizer {
  font-weight: bold;
  font-style: italic;
}

/* line 190, app/assets/stylesheets/tracks.scss */
.tracks-description-bottom-duration {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 5px 0px;
}

/* line 195, app/assets/stylesheets/tracks.scss */
.tracks-description-bottom-duration svg {
  height: 2rem;
  width: 2rem;
  fill: white;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}

@media screen and (min-width: 980px) {
  /* line 205, app/assets/stylesheets/tracks.scss */
  .list-group-item {
    display: inline-block !important;
    width: 32.19vw;
  }
}

/* line 211, app/assets/stylesheets/tracks.scss */
.list-group-item-inside {
  justify-content: space-between;
}

/* line 214, app/assets/stylesheets/tracks.scss */
.list-group-item-inside {
  width: auto;
  bottom: 0;
  color: white;
  min-width: 50%;
  height: 100%;
  padding: 10px 10px;
  right: 0;
  display: flex;
  flex-direction: column;
}

/* line 224, app/assets/stylesheets/tracks.scss */
.list-group-item-inside a {
  font-size: 14px;
  position: relative;
  width: 100%;
  bottom: 0;
  color: white;
  font-weight: bold;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 238, app/assets/stylesheets/tracks.scss */
.list-group-item-inside a:hover {
  text-decoration: none !important;
}

/* line 242, app/assets/stylesheets/tracks.scss */
.list-group-item-title {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
}

/* line 248, app/assets/stylesheets/tracks.scss */
.list-group-item-description {
  color: white;
}

/* line 253, app/assets/stylesheets/tracks.scss */
.route-info {
  padding: 10px 15px;
  background-color: white;
  top: 10vh;
  right: 2vh;
  width: 26vh;
  border-radius: 3px;
  position: absolute;
  z-index: 999;
  opacity: 0.75;
  box-shadow: 0 2px 8px 0;
}

/* line 266, app/assets/stylesheets/tracks.scss */
.route-info p {
  font-size: 0.89em;
  margin: 5px 0 5px 0;
}

/* line 271, app/assets/stylesheets/tracks.scss */
.go-to-route {
  padding: 8px;
  background-color: #ec607e;
  top: 25vh;
  right: 2vh;
  width: 13vh;
  border-radius: 3px;
  position: absolute;
  z-index: 999;
  text-align: center;
  box-shadow: 0 2px 8px 0;
}

/* line 282, app/assets/stylesheets/tracks.scss */
.go-to-route a {
  text-decoration: none;
  color: white;
}

/* line 287, app/assets/stylesheets/tracks.scss */
.go-to-route fas {
  color: white;
  margin-left: 20px;
}

/*------------- EDIT TRACK ----------*/
/* line 295, app/assets/stylesheets/tracks.scss */
.form-display-none {
  display: none !important;
}

/* line 299, app/assets/stylesheets/tracks.scss */
.flexform {
  display: flex;
  padding-bottom: 10px;
}

/* line 303, app/assets/stylesheets/tracks.scss */
.demi-largeur {
  width: calc(100% - 270px);
}

/* line 305, app/assets/stylesheets/tracks.scss */
.demi-largeur label {
  width: 80px;
}

/* line 308, app/assets/stylesheets/tracks.scss */
.demi-largeur input {
  width: calc(100% - 85px);
}

/* line 312, app/assets/stylesheets/tracks.scss */
.quart-largeur {
  padding-right: 15px;
}

/* line 314, app/assets/stylesheets/tracks.scss */
.quart-largeur input {
  width: 60px;
}

@media screen and (max-width: 767px) {
  /* line 319, app/assets/stylesheets/tracks.scss */
  .flexform {
    flex-direction: column;
    width: 100%;
  }
  /* line 323, app/assets/stylesheets/tracks.scss */
  .demi-largeur {
    width: 100%;
  }
}

/* line 329, app/assets/stylesheets/tracks.scss */
.track_top {
  z-index: 9999;
  background-color: #f4f4f4;
  background-size: cover;
}

@media screen and (min-width: 879px) {
  /* line 336, app/assets/stylesheets/tracks.scss */
  .track_top {
    margin-top: -4vh;
  }
}

/* line 341, app/assets/stylesheets/tracks.scss */
.track_tabs {
  background-color: #fff;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 8vh;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}

/* line 353, app/assets/stylesheets/tracks.scss */
.track_tabs li, .track_tabs div {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  width: 20vw;
  color: #999;
  font-size: 10px;
  height: 8vh;
}

/* line 364, app/assets/stylesheets/tracks.scss */
.track_tabs li:hover, .track_tabs div:hover {
  text-decoration: none;
  color: #09125A;
}

/* line 368, app/assets/stylesheets/tracks.scss */
.track_tabs svg {
  width: 5vw;
  max-width: 35px;
  padding: 12px 0 5px;
  height: auto;
}

/* line 377, app/assets/stylesheets/tracks.scss */
.active_tab i {
  color: #09125A !important;
}

/* line 380, app/assets/stylesheets/tracks.scss */
.active_tab li {
  color: #09125A;
}

/* line 381, app/assets/stylesheets/tracks.scss */
.active_tab g, .active_tab path {
  fill: #4c00d7;
}

/* line 384, app/assets/stylesheets/tracks.scss */
.track_pictures {
  display: none;
}

/* line 388, app/assets/stylesheets/tracks.scss */
.track_pictures .row {
  padding-top: 5px;
}

/* line 393, app/assets/stylesheets/tracks.scss */
.track_edit_sponsors {
  display: flex;
}

/* line 395, app/assets/stylesheets/tracks.scss */
.track_edit_sponsors .track_edit_sponsors_img {
  width: 70px;
  height: 70px;
}

/* line 398, app/assets/stylesheets/tracks.scss */
.track_edit_sponsors .track_edit_sponsors_img img {
  align-items: center;
  height: auto;
  width: 100%;
  object-fit: contain;
}

/* line 407, app/assets/stylesheets/tracks.scss */
.track_edit_coverpic {
  height: 100px;
  width: 100px;
  display: flex;
}

/* line 411, app/assets/stylesheets/tracks.scss */
.track_edit_coverpic img {
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  object-fit: contain;
}

/* line 420, app/assets/stylesheets/tracks.scss */
.hidden-form, .hidden-images {
  max-height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out, opacity 0.3s ease-out;
}

/* line 427, app/assets/stylesheets/tracks.scss */
.fade-in-form, .fade-in-images {
  max-height: 1000px;
  /* Valeur arbitraire suffisante */
  opacity: 1;
  transition: max-height 1.5s ease-out, opacity 0.3s ease-out;
}

/* line 433, app/assets/stylesheets/tracks.scss */
.track-form-button, .track-images-button {
  border-radius: 5px;
  cursor: pointer;
}

/* line 438, app/assets/stylesheets/tracks.scss */
.artworks-row-drag-tracks {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

/* line 446, app/assets/stylesheets/tracks.scss */
.artwork-drag-tracks {
  width: 9vw;
  height: 9vw;
}

/* line 449, app/assets/stylesheets/tracks.scss */
.artwork-drag-tracks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 980px) {
  /* line 457, app/assets/stylesheets/tracks.scss */
  .artwork-drag-tracks {
    width: 30vw;
    height: 30vw;
  }
}

/* ------- Track Intro ---------- */
/* line 467, app/assets/stylesheets/tracks.scss */
.track_intro .show_mainpicture {
  height: 35vh;
  width: 35%;
}

/* line 473, app/assets/stylesheets/tracks.scss */
.track_intro_title {
  text-align: center;
  padding-bottom: 5px;
}

/* line 477, app/assets/stylesheets/tracks.scss */
.track_intro_desc {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  padding: 0px 4% 15px 4%;
}

@media screen and (min-width: 768px) {
  /* line 486, app/assets/stylesheets/tracks.scss */
  .track_intro_desc {
    padding: 0px 15% 15px 15%;
    text-align: center;
  }
}

/* line 492, app/assets/stylesheets/tracks.scss */
.track_intro_city {
  text-align: center;
  font-weight: bold;
  padding-bottom: 12px;
}

/* line 497, app/assets/stylesheets/tracks.scss */
.vote-track-intro-ajax {
  display: flex !important;
  justify-content: center;
}

/* line 502, app/assets/stylesheets/tracks.scss */
.track_intro_image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 2px;
  max-height: 35vh;
  align-items: center;
  overflow: hidden;
}

/* line 510, app/assets/stylesheets/tracks.scss */
.track_intro_image img {
  width: 100%;
  height: auto;
}

/* line 516, app/assets/stylesheets/tracks.scss */
.track_intro_link_show {
  display: flex;
  justify-content: center;
  padding: 0px 4%;
}

/* line 520, app/assets/stylesheets/tracks.scss */
.track_intro_link_show a {
  display: flex;
  justify-content: flex-end;
  border: 1px solid #19e8bf;
  border-radius: 5px;
  background-color: #19e8bf;
  width: 70%;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  color: white;
}

/* line 532, app/assets/stylesheets/tracks.scss */
.track_intro_link_show a:hover {
  color: black;
  text-decoration: none;
}

/* line 536, app/assets/stylesheets/tracks.scss */
.track_intro_link_show span {
  margin: 0;
  text-align: center;
  min-width: 100%;
  font-size: 1.3rem;
}

/* line 542, app/assets/stylesheets/tracks.scss */
.track_intro_link_show i {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

/* line 549, app/assets/stylesheets/tracks.scss */
.track_intro_sponsors {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

/* line 556, app/assets/stylesheets/tracks.scss */
.track_intro_sponsors_image {
  box-sizing: border-box;
  display: flex;
  max-width: 200px;
  max-height: 200px;
  width: 30vw;
  padding: 2vw;
}

/* line 563, app/assets/stylesheets/tracks.scss */
.track_intro_sponsors_image img {
  align-items: center;
  height: auto;
  width: 100%;
  object-fit: contain;
}

/* line 571, app/assets/stylesheets/tracks.scss */
.track-intro-headline {
  text-align: center;
  top: -30px;
  position: relative;
}

/* line 575, app/assets/stylesheets/tracks.scss */
.track-intro-headline h3 {
  position: relative;
  background-color: white;
  padding: 15px 5% 2%;
  -webkit-border-top-left-radius: 30px 10px;
  -webkit-border-top-right-radius: 30px 10px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 18px;
}

/* line 588, app/assets/stylesheets/tracks.scss */
.track-intro-icones {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  padding: 3% 2% 0% 2%;
  box-sizing: border-box;
}

/* line 594, app/assets/stylesheets/tracks.scss */
.track-intro-icones .track-icones-svg {
  max-width: 20%;
}

/* line 597, app/assets/stylesheets/tracks.scss */
.track-intro-icones svg {
  width: 4em;
  height: auto;
}

/* ------- Track Show ---------- */
/* line 604, app/assets/stylesheets/tracks.scss */
.track_title_line {
  display: flex;
  align-items: baseline;
  padding-bottom: 5px;
  justify-content: space-between;
}

/* line 614, app/assets/stylesheets/tracks.scss */
.track_title_line h3 {
  max-width: 74%;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: scroll;
  scrollbar-width: none;
  line-height: inherit;
}

/* line 627, app/assets/stylesheets/tracks.scss */
.track_pictures_desc, .event_pictures_desc {
  overflow: hidden;
  padding-bottom: 10px !important;
}

/* line 630, app/assets/stylesheets/tracks.scss */
.track_pictures_desc h2, .event_pictures_desc h2 {
  margin: 0px 0 3px;
  font-size: 15px !important;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  /* line 637, app/assets/stylesheets/tracks.scss */
  .col-xs-8.col-md-4 {
    height: 25vw;
  }
}

@media screen and (max-width: 767px) {
  /* line 642, app/assets/stylesheets/tracks.scss */
  .col-xs-8.col-md-4 {
    min-height: 33.333333vw;
  }
}

@media screen and (min-width: 980px) {
  /* line 647, app/assets/stylesheets/tracks.scss */
  .col-xs-8.col-md-4 {
    height: 16.6666666667vw;
  }
}

/* line 653, app/assets/stylesheets/tracks.scss */
.desc_show_icon {
  position: absolute;
  right: 20px;
}

/* ------- Track show slider ---------- */
/* line 667, app/assets/stylesheets/tracks.scss */
.map-overlay {
  z-index: 2;
  position: absolute;
  bottom: 10vh;
  min-height: 150px;
  width: 100%;
  padding: 10px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #fff;
}

/* line 678, app/assets/stylesheets/tracks.scss */
.map-overlay h3,
.map-overlay p {
  margin: 0 0 10px;
}

/* line 683, app/assets/stylesheets/tracks.scss */
.line-form-button {
  max-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 688, app/assets/stylesheets/tracks.scss */
.line-form-button label {
  margin: 0px 5px 0px 0px;
}

/* line 691, app/assets/stylesheets/tracks.scss */
.line-form-button input {
  margin: 0px;
}

/* line 694, app/assets/stylesheets/tracks.scss */
.line-form-button input[type="checkbox"] {
  margin: 0px;
}

/* line 699, app/assets/stylesheets/tracks.scss */
rect.btn {
  stroke: #fff;
  fill: #fff;
  fill-opacity: 0;
  stroke-opacity: 0;
}

/* line 706, app/assets/stylesheets/tracks.scss */
.form-row {
  display: flex;
}

/* line 710, app/assets/stylesheets/tracks.scss */
.form-track-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 717, app/assets/stylesheets/tracks.scss */
  .form-track-column {
    justify-content: center;
  }
  /* line 720, app/assets/stylesheets/tracks.scss */
  .form-track-half-line label {
    width: inherit;
  }
}

/* line 725, app/assets/stylesheets/tracks.scss */
.form-track-artworkid,
.form-track-order,
.form-track-titre {
  width: 100%;
  display: flex;
  flex-direction: row;
}

/* line 731, app/assets/stylesheets/tracks.scss */
.form-track-artworkid label,
.form-track-order label,
.form-track-titre label {
  margin: auto;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  /* line 738, app/assets/stylesheets/tracks.scss */
  .form-track-artworkid,
.form-track-order,
.form-track-titre {
    margin-bottom: 5px;
  }
}

/* line 746, app/assets/stylesheets/tracks.scss */
.form-track-image {
  overflow: auto;
  margin-right: 10px;
  color: white;
  font-weight: 900;
}

/* line 752, app/assets/stylesheets/tracks.scss */
.form-track-image .picture-container-edit-trackpart {
  position: relative;
  display: inline-block;
}

/* line 755, app/assets/stylesheets/tracks.scss */
.form-track-image .picture-container-edit-trackpart .form-picture-id {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: white;
  /* Fond blanc pour le numéro */
  opacity: 80%;
  color: #337ab7;
  /* Couleur bleue pour le numéro */
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centrer le texte du numéro */
  border-radius: 50%;
  /* Cercle parfait */
  width: 30px;
  /* Largeur fixe pour assurer un cercle */
  height: 30px;
  /* Hauteur fixe pour assurer un cercle */
  line-height: 30px;
  /* Ajuster la hauteur de ligne pour centrer verticalement */
}

/* line 777, app/assets/stylesheets/tracks.scss */
#add-trackpart-form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px -4px 20px 0px #585858;
  transition: 0.3s;
}

/* line 782, app/assets/stylesheets/tracks.scss */
#add-trackpart-form .form-track-half-line {
  width: 49%;
  display: inline-block;
}

/* line 785, app/assets/stylesheets/tracks.scss */
#add-trackpart-form .form-track-half-line label {
  width: 25%;
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  /* line 793, app/assets/stylesheets/tracks.scss */
  .form-track-image {
    display: flex;
    justify-content: left;
    max-width: 100%;
    margin-bottom: 5px;
    overflow: auto;
    padding-left: 7px;
  }
  /* line 802, app/assets/stylesheets/tracks.scss */
  .form-column-mobile {
    display: flex;
    flex-direction: column;
  }
}

/* line 808, app/assets/stylesheets/tracks.scss */
.track-user-opinion {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 10;
}

/* line 816, app/assets/stylesheets/tracks.scss */
.track-user-opinion-message {
  position: absolute;
  height: fit-content;
  width: 80vw;
  top: 15vh;
  background: white;
  border-radius: 20px;
  margin: 16% 10%;
  z-index: 1000;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: aliceblue 15px solid;
  padding: 5vh 2vw;
  line-height: 1.8;
}

/* line 833, app/assets/stylesheets/tracks.scss */
.track-user-opinion-message .vote-track-intro-ajax {
  padding-top: 2vh;
}
@charset "UTF-8";
/* Variables de la charte graphique */
/* line 2, app/assets/stylesheets/user_responses.scss */
:root {
  --cyan: #80FFBB;
  --cyan-light-1: #80FFBB;
  --cyan-light-2: #80FFBB;
  --cyan-light-3: #80FFBB;
  --cyan-white: #80FFBB;
  --grey: #847d7d;
  --blue-violet: #000033;
  --blue-dark: #000033;
  --blue-dark-2: #000033;
  --violet-light: #c2a8f2;
  --rose: #ed2d54;
  --rose-dark: #ed2d54;
  /* Variables fonctionnelles */
  --border-radius-sm: 12px;
  --border-radius-md: 16px;
  --border-radius-lg: 24px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 20px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  --font-size-xs: 12px;
  --font-size-sm: 13px;
  --font-size-base: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-xxl: 24px;
  --font-size-huge: 28px;
  --transition-base: all 0.3s ease;
  --shadow-popup: 0 20px 60px rgba(27, 0, 145, 0.3);
  --shadow-button: 0 8px 25px rgba(2, 214, 190, 0.3);
}

/* Scope spécifique à la page tracks-show */
/* line 40, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-overlay {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 53, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-container {
  background: white;
  border-radius: var(--border-radius-lg);
  width: 100%;
  max-width: 60%;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  box-shadow: var(--shadow-popup);
  position: fixed;
  top: 100px;
  animation: slideUpQuiz 0.4s ease-out;
}

@keyframes slideUpQuiz {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* line 77, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-header {
  background: #000033;
  padding: var(--spacing-xl) var(--spacing-lg);
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
  text-align: center;
  position: relative;
}

/* line 85, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-close-btn {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  background: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-base);
  backdrop-filter: blur(10px);
}

/* line 102, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* line 107, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-close-btn::before,
body.tracks-show .quiz-close-btn::after {
  content: '';
  position: absolute;
  width: var(--spacing-md);
  height: 2px;
  background: var(--blue-dark-2);
  border-radius: 1px;
}

/* line 117, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-close-btn::before {
  transform: rotate(45deg);
}

/* line 121, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-close-btn::after {
  transform: rotate(-45deg);
}

/* line 125, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-title {
  color: white;
  font-size: var(--font-size-xxl);
  font-weight: 700;
  margin-bottom: var(--spacing-xs);
}

/* line 132, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-track-name {
  color: white;
  font-size: var(--font-size-md);
  font-weight: 500;
}

/* line 138, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-content {
  padding: var(--spacing-xl) var(--spacing-lg);
}

/* line 142, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-section {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
}

/* line 147, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto var(--spacing-md);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: conic-gradient(from 0deg, var(--cyan) 0%, var(--cyan-light-1) var(--score-percentage, 75%), var(--cyan-white) var(--score-percentage, 75%), var(--cyan-white) 100%);
  padding: var(--spacing-xs);
}

/* line 160, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-inner {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 171, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-value {
  font-size: var(--font-size-huge);
  font-weight: 800;
  color: var(--blue-dark-2);
  line-height: 1;
}

/* line 178, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-total {
  font-size: var(--font-size-base);
  color: var(--blue-dark);
  font-weight: 500;
}

/* line 184, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-message {
  font-size: var(--font-size-lg);
  font-weight: 600;
  margin-bottom: var(--spacing-xs);
}

/* line 190, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-message.excellent {
  color: var(--cyan);
}

/* line 194, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-message.good {
  color: var(--blue-violet);
}

/* line 198, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-message.fair {
  color: var(--rose);
}

/* line 202, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-description {
  color: var(--grey);
  font-size: var(--font-size-base);
  line-height: 1.4;
}

/* line 208, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-md);
  margin: var(--spacing-xl) 0;
}

/* line 215, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-stat-card {
  background: #80FFBB90;
  border-radius: var(--border-radius-md);
  padding: var(--spacing-md);
  text-align: center;
  border: 1px solid rgba(2, 214, 190, 0.2);
}

/* line 223, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-stat-value {
  font-size: var(--font-size-xxl);
  font-weight: 800;
  color: var(--blue-dark-2);
  display: block;
}

/* line 230, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-stat-label {
  font-size: var(--font-size-xs);
  color: var(--blue-dark);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* line 239, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-questions-details {
  margin-top: var(--spacing-xl);
}

/* line 243, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-section-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--blue-dark-2);
  margin-bottom: var(--spacing-md);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

/* line 253, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-section-icon {
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background: linear-gradient(45deg, var(--cyan), var(--cyan-light-1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  color: white;
  font-weight: bold;
}

/* line 266, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-question-item {
  background: rgba(204, 247, 242, 0.3);
  border-radius: var(--border-radius-md);
  padding: var(--spacing-md);
  margin-bottom: var(--spacing-sm);
  border-left: 4px solid transparent;
  transition: var(--transition-base);
}

/* line 275, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-question-item.correct {
  border-left-color: var(--cyan);
  background: rgba(2, 214, 190, 0.15);
}

/* line 280, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-question-item.incorrect {
  border-left-color: var(--rose);
  background: rgba(237, 97, 126, 0.15);
}

/* line 285, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-question-title {
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--blue-dark-2);
  margin-bottom: var(--spacing-xs);
  line-height: 1.3;
}

/* line 293, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-answer-row {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  margin-bottom: 4px;
}

/* line 300, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-answer-status {
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  font-weight: bold;
  flex-shrink: 0;
}

/* line 312, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-answer-status.correct {
  background: var(--cyan);
  color: white;
}

/* line 317, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-answer-status.incorrect {
  background: var(--rose);
  color: white;
}

/* line 322, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-answer-text {
  font-size: var(--font-size-sm);
  color: var(--blue-dark);
  line-height: 1.3;
}

/* line 328, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-explanation {
  margin-top: var(--spacing-xs);
  padding: var(--spacing-sm);
  background: rgba(76, 0, 215, 0.05);
  border-radius: var(--border-radius-sm);
  border-left: 3px solid var(--blue-violet);
}

/* line 336, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-explanation-text {
  font-size: var(--font-size-xs);
  color: var(--blue-dark);
  line-height: 1.4;
  font-style: italic;
}

/* line 343, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-action-buttons {
  display: flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-xl);
}

/* line 349, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-btn {
  flex: 1;
  padding: var(--spacing-base) var(--spacing-lg);
  border: none;
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: var(--transition-base);
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
}

/* line 366, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-btn-primary {
  background: #80FFBB;
  color: var(--blue-dark-2);
  padding: 10px;
}

/* line 372, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-button);
}

/* line 377, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-btn-secondary {
  background: rgba(76, 0, 215, 0.1);
  color: var(--blue-violet);
  border: 1px solid rgba(76, 0, 215, 0.2);
}

/* line 383, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-btn-secondary:hover {
  background: rgba(76, 0, 215, 0.15);
  transform: translateY(-2px);
}

/* Responsive mobile-first */
@media (max-width: 840px) {
  /* line 390, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-popup-container {
    margin: 10px;
    max-height: 80vh;
    width: 95vw;
    max-width: 95vw;
    top: 8vh;
  }
  /* line 398, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-popup-overlay {
    backdrop-filter: none;
  }
  /* line 402, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-popup-header {
    padding: var(--spacing-lg) var(--spacing-md);
  }
  /* line 406, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-popup-content {
    padding: var(--spacing-lg) var(--spacing-md);
  }
  /* line 410, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-popup-title {
    font-size: var(--font-size-xl);
  }
  /* line 414, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-score-circle {
    width: 100px;
    height: 100px;
  }
  /* line 419, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-score-value {
    font-size: var(--font-size-xxl);
  }
  /* line 423, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-stats-grid {
    gap: var(--spacing-sm);
  }
  /* line 427, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-stat-card {
    padding: var(--spacing-sm);
  }
  /* line 431, app/assets/stylesheets/user_responses.scss */
  body.tracks-show .quiz-action-buttons {
    flex-direction: column;
  }
}

/* Scrollbar personnalisée pour le popup */
/* line 437, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-container::-webkit-scrollbar {
  width: 6px;
}

/* line 441, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-container::-webkit-scrollbar-track {
  background: rgba(204, 247, 242, 0.3);
  border-radius: 3px;
}

/* line 446, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-container::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-light-1));
  border-radius: 3px;
}

/* line 451, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-popup-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, var(--cyan-light-1), var(--cyan-light-2));
}

/* États de score pour les messages */
/* line 456, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-circle[data-score="perfect"] {
  background: conic-gradient(from 0deg, var(--cyan) 0%, var(--cyan-light-1) 360deg);
}

/* line 460, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-circle[data-score="excellent"] {
  background: conic-gradient(from 0deg, var(--cyan) 0%, var(--cyan-light-1) 300deg, var(--cyan-white) 300deg, var(--cyan-white) 100%);
}

/* line 464, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-circle[data-score="good"] {
  background: conic-gradient(from 0deg, var(--blue-violet) 0%, var(--violet-light) 240deg, var(--cyan-white) 240deg, var(--cyan-white) 100%);
}

/* line 468, app/assets/stylesheets/user_responses.scss */
body.tracks-show .quiz-score-circle[data-score="fair"] {
  background: conic-gradient(from 0deg, var(--rose) 0%, var(--rose-dark) 180deg, var(--cyan-white) 180deg, var(--cyan-white) 100%);
}

/* line 472, app/assets/stylesheets/user_responses.scss */
.quiz-btn-secondary {
  background: transparent;
  border: 1px solid var(--grey);
  color: var(--grey);
}

/* line 478, app/assets/stylesheets/user_responses.scss */
.quiz-btn-secondary:hover {
  background: var(--grey);
  color: white;
}
/* line 5, app/assets/stylesheets/users.scss */
.claim-artist-status {
  text-align: center;
  display: flex;
  width: 100%;
  margin-top: 2vh;
}

/* line 12, app/assets/stylesheets/users.scss */
.claim-artist-status a {
  color: white;
  text-decoration: none;
  background-color: #26348B;
  border-radius: 4px;
  padding: 12px 10px 12px 10px;
  width: 100vw;
}

/* line 20, app/assets/stylesheets/users.scss */
.claim-artist-status a:hover {
  color: white;
  background-color: darkblue;
}

/* line 25, app/assets/stylesheets/users.scss */
.insta_link .fab.fa-instagram {
  font-size: 25px;
  padding-right: 15px;
}

/* line 30, app/assets/stylesheets/users.scss */
.tp-supp-link-v3 {
  position: absolute;
  background-color: white;
  padding: 3vw;
  border-bottom-left-radius: 13px;
  top: 0;
  right: 0;
}

/* line 39, app/assets/stylesheets/users.scss */
.parameters-symbol svg {
  height: 3vh;
}

/* line 44, app/assets/stylesheets/users.scss */
.user_bottom #div_next_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 48, app/assets/stylesheets/users.scss */
.user_bottom #div_next_link a {
  display: flex;
  width: 100%;
}

/* line 51, app/assets/stylesheets/users.scss */
.user_bottom #div_next_link a svg {
  height: 30px;
  margin: 8px;
  border: solid #3241cf 1px;
  padding: 2px;
  border-radius: 5px;
}

/* line 60, app/assets/stylesheets/users.scss */
.user_bottom .disabled {
  display: none;
}

@media screen and (min-width: 879px) {
  /* line 70, app/assets/stylesheets/users.scss */
  .user_bottom #div_next_link a svg {
    margin-bottom: 30px;
  }
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/*!
 * 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 */
/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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;
}

/* line 106, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 286, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 287, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 41, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 57, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 62, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 94, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 101, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 136, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 146, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 197, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 215, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 231, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 315, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 333, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 340, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 344, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 348, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 359, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 366, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 370, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 374, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 393, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 442, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 569, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 575, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 582, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 593, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 603, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 611, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 101, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 54, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 110, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 128, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 212, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 108, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 128, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 138, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 170, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 175, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 180, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 206, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 211, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 217, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 193, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 235, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 243, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 232, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 478, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 298, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 286, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 346, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 349, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 359, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 382, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 397, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 401, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 403, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 410, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 415, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 418, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 425, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 433, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 444, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 448, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 453, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 462, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 473, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 506, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 508, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 513, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 515, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 521, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 535, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 537, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 544, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 549, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 552, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 559, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 567, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 577, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 579, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 583, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 588, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 596, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 607, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 641, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 643, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 648, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 650, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 656, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 25, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 25, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 41, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 35, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 34, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 50, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 55, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 87, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 96, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 101, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 82, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 121, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 127, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 153, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 74, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 115, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .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);
  }
  /* line 145, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 20, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 21, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 52, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 66, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 73, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 80, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 87, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 94, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 28, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 29, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 30, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 77, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 85, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 92, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 100, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 107, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 116, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 123, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

/* line 109, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 112, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 119, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 128, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 138, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 158, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 163, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 185, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 207, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 229, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 260, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 267, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

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

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 11, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Override default control style */
/* line 3, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-bottom-left, .mapbox-gl-draw_ctrl-top-left {
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

/* line 8, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-top-right, .mapbox-gl-draw_ctrl-bottom-right {
  margin-right: 0;
  border-radius: 4px 0 0 4px;
}

/* line 13, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-draw {
  background-color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-draw > button {
  border-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 30px;
}

/* line 23, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-draw > button:hover {
  background-color: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.75);
}

/* line 28, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-draw > button.active {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
}

/* line 32, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-draw > button.active:hover {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
}

/* line 40, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}

/* line 45, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_point {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjIwIiAgIGhlaWdodD0iMjAiICAgdmlld0JveD0iMCAwIDIwIDIwIiAgIGlkPSJzdmcxOTE2NyIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45MStkZXZlbCtvc3htZW51IHIxMjkxMSIgICBzb2RpcG9kaTpkb2NuYW1lPSJtYXJrZXIuc3ZnIj4gIDxkZWZzICAgICBpZD0iZGVmczE5MTY5IiAvPiAgPHNvZGlwb2RpOm5hbWVkdmlldyAgICAgaWQ9ImJhc2UiICAgICBwYWdlY29sb3I9IiNmZmZmZmYiICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIgICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6em9vbT0iMTYiICAgICBpbmtzY2FwZTpjeD0iMTQuMTY0MjUzIiAgICAgaW5rc2NhcGU6Y3k9IjguODg1NzIiICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0iZmFsc2UiICAgICB1bml0cz0icHgiICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjEyODAiICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI3NTEiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMjA4IiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjE5MCIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiICAgICBpbmtzY2FwZTpvYmplY3Qtbm9kZXM9InRydWUiPiAgICA8aW5rc2NhcGU6Z3JpZCAgICAgICB0eXBlPSJ4eWdyaWQiICAgICAgIGlkPSJncmlkMTk3MTUiIC8+ICA8L3NvZGlwb2RpOm5hbWVkdmlldz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhMTkxNzIiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGUgLz4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZyAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIiAgICAgaWQ9ImxheWVyMSIgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMzIuMzYyMikiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMDtjbGlwLXJ1bGU6bm9uemVybztkaXNwbGF5OmlubGluZTtvdmVyZmxvdzp2aXNpYmxlO3Zpc2liaWxpdHk6dmlzaWJsZTtvcGFjaXR5OjE7aXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsO2NvbG9yLWludGVycG9sYXRpb246c1JHQjtjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM6bGluZWFyUkdCO3NvbGlkLWNvbG9yOiMwMDAwMDA7c29saWQtb3BhY2l0eToxO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eToxO21hcmtlcjpub25lO2NvbG9yLXJlbmRlcmluZzphdXRvO2ltYWdlLXJlbmRlcmluZzphdXRvO3NoYXBlLXJlbmRlcmluZzphdXRvO3RleHQtcmVuZGVyaW5nOmF1dG87ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZSIgICAgICAgZD0ibSAzNiwxMDQwLjM2MjIgYyA2ZS02LDMuMzA5MyAtNS45ODg2MTIsMTAgLTUuOTg4NjEyLDEwIDAsMCAtNS45OTg3NzYsLTYuNjY4IC02LjAxMTM0NSwtOS45NzcyIC0wLjAxMjU3LC0zLjMwOTIgMi42NTY1NzYsLTYuMDAzOSA1Ljk2NTc5MiwtNi4wMjI3IDMuMzA5MTg5LC0wLjAxOSA2LjAwODg0LDIuNjQ1MiA2LjAzMzk5Miw1Ljk1NDMiICAgICAgIGlkPSJwYXRoMTI1NjEiICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICAgIHNvZGlwb2RpOm5vZGV0eXBlcz0iY2Nzc2MiIC8+ICAgIDxwYXRoICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2NsaXAtcnVsZTpub256ZXJvO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO29wYWNpdHk6MTtpc29sYXRpb246YXV0bzttaXgtYmxlbmQtbW9kZTpub3JtYWw7Y29sb3ItaW50ZXJwb2xhdGlvbjpzUkdCO2NvbG9yLWludGVycG9sYXRpb24tZmlsdGVyczpsaW5lYXJSR0I7c29saWQtY29sb3I6IzAwMDAwMDtzb2xpZC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDowO3N0cm9rZS1vcGFjaXR5OjE7bWFya2VyOm5vbmU7Y29sb3ItcmVuZGVyaW5nOmF1dG87aW1hZ2UtcmVuZGVyaW5nOmF1dG87c2hhcGUtcmVuZGVyaW5nOmF1dG87dGV4dC1yZW5kZXJpbmc6YXV0bztlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBkPSJtIDM0LjAwMDExNSwxMDQwLjM2MjIgYyAtNWUtNiwyLjIwNjIgLTMuOTkyNTIzLDcuMDAwMSAtMy45OTI1MjMsNy4wMDAxIDAsMCAtMy45OTkyOTEsLTQuNzc4NyAtNC4wMDc2NzksLTYuOTg0OSAtMC4wMDg0LC0yLjIwNjIgMS43NzEwODIsLTQuMDAyNyAzLjk3NzMxLC00LjAxNTMgMi4yMDYyMSwtMC4wMTMgNC4wMDYwMzcsMS43NjM1IDQuMDIyNzc3LDMuOTY5NyIgICAgICAgaWQ9InBhdGgxMjU2MyIgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgICAgICAgc29kaXBvZGk6bm9kZXR5cGVzPSJjY2NzYyIgLz4gICAgPHBhdGggICAgICAgc3R5bGU9ImNvbG9yOiMwMDAwMDA7Y2xpcC1ydWxlOm5vbnplcm87ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTt2aXNpYmlsaXR5OnZpc2libGU7b3BhY2l0eToxO2lzb2xhdGlvbjphdXRvO21peC1ibGVuZC1tb2RlOm5vcm1hbDtjb2xvci1pbnRlcnBvbGF0aW9uOnNSR0I7Y29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzOmxpbmVhclJHQjtzb2xpZC1jb2xvcjojMDAwMDAwO3NvbGlkLW9wYWNpdHk6MTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MTttYXJrZXI6bm9uZTtjb2xvci1yZW5kZXJpbmc6YXV0bztpbWFnZS1yZW5kZXJpbmc6YXV0bztzaGFwZS1yZW5kZXJpbmc6YXV0bzt0ZXh0LXJlbmRlcmluZzphdXRvO2VuYWJsZS1iYWNrZ3JvdW5kOmFjY3VtdWxhdGUiICAgICAgIGQ9Ik0gOS45NjY3OTY5LDEwMTQuMzYyMiBDIDYuNjU3NTgwOSwxMDE0LjM4MSAzLjk4NzQzLDEwMTcuMDc2NCA0LDEwMjAuMzg1NiBjIDAuMDEyNTY5LDMuMzA5MiA2LjAxMTcxOSw4Ljk3NjYgNi4wMTE3MTksOC45NzY2IDAsMCA1Ljk4ODI4NywtNS42OTA3IDUuOTg4MjgxLC05IGwgMCwtMC4wNDUgYyAtMC4wMjUxNSwtMy4zMDkxIC0yLjcyNDAxNCwtNS45NzQxIC02LjAzMzIwMzEsLTUuOTU1MSB6IG0gMC4wMDk3NywyIGMgMi4yMDYyMDYxLC0wLjAxMyA0LjAwNjY5MzEsMS43NjI2IDQuMDIzNDMzMSwzLjk2ODggbCAwLDAuMDMxIGMgLTVlLTYsMi4yMDYyIC0zLjk5MjE4OCw2IC0zLjk5MjE4OCw2IDAsMCAtMy45OTk0MjQsLTMuNzc4MiAtNC4wMDc4MTIsLTUuOTg0NCAtMC4wMDg0LC0yLjIwNjIgMS43NzAzMzQ1LC00LjAwMyAzLjk3NjU2MjUsLTQuMDE1NiB6IiAgICAgICBpZD0icGF0aDEyNTY4IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBzb2RpcG9kaTpub2RldHlwZXM9ImNzY3NjY2Njc2NzYyIgLz4gICAgPHBhdGggICAgICAgc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46YmV2ZWw7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eToxO21hcmtlcjpub25lIiAgICAgICBkPSJNIDEwIDIgQyA2LjY4NjI5MiAyIDQgNC42ODYzIDQgOCBDIDQgMTEuMzEzNyAxMCAxNyAxMCAxNyBDIDEwIDE3IDE2IDExLjMxMzcgMTYgOCBDIDE2IDQuNjg2MyAxMy4zMTM3MDggMiAxMCAyIHogTSAxMCA0IEMgMTIuMDcxMDY4IDQgMTMuNzUgNS42Nzg5IDEzLjc1IDcuNzUgQyAxMy43NSA5LjIwNTMyNzggMTEuOTMxMTEgMTEuNjQ0MzkzIDEwLjgzMDA3OCAxMyBMIDkuMTY5OTIxOSAxMyBDIDguMDY4ODkwMyAxMS42NDQzOTMgNi4yNSA5LjIwNTMyNzggNi4yNSA3Ljc1IEMgNi4yNSA1LjY3ODkgNy45Mjg5MzIgNCAxMCA0IHogIiAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDEwMzIuMzYyMikiICAgICAgIGlkPSJwYXRoMTczMDUiIC8+ICA8L2c+PC9zdmc+);
}

/* line 49, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_polygon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjIwIiAgIGhlaWdodD0iMjAiICAgdmlld0JveD0iMCAwIDIwIDIwIiAgIGlkPSJzdmcxOTE2NyIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45MStkZXZlbCtvc3htZW51IHIxMjkxMSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzcXVhcmUuc3ZnIj4gIDxkZWZzICAgICBpZD0iZGVmczE5MTY5IiAvPiAgPHNvZGlwb2RpOm5hbWVkdmlldyAgICAgaWQ9ImJhc2UiICAgICBwYWdlY29sb3I9IiNmZmZmZmYiICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIgICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6em9vbT0iMTEuMzEzNzA4IiAgICAgaW5rc2NhcGU6Y3g9IjExLjY4MTYzNCIgICAgIGlua3NjYXBlOmN5PSI5LjI4NTcxNDMiICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0idHJ1ZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTI4MCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijc1MSIgICAgIGlua3NjYXBlOndpbmRvdy14PSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjIzIiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+ICAgIDxpbmtzY2FwZTpncmlkICAgICAgIHR5cGU9Inh5Z3JpZCIgICAgICAgaWQ9ImdyaWQxOTcxNSIgLz4gIDwvc29kaXBvZGk6bmFtZWR2aWV3PiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGExOTE3MiI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZSAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIgICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiICAgICBpZD0ibGF5ZXIxIiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTAzMi4zNjIyKSI+ICAgIDxwYXRoICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC41O21hcmtlcjpub25lO2VuYWJsZS1iYWNrZ3JvdW5kOmFjY3VtdWxhdGUiICAgICAgIGQ9Im0gNSwxMDM5LjM2MjIgMCw2IDIsMiA2LDAgMiwtMiAwLC02IC0yLC0yIC02LDAgeiBtIDMsMCA0LDAgMSwxIDAsNCAtMSwxIC00LDAgLTEsLTEgMCwtNCB6IiAgICAgICBpZD0icmVjdDc3OTciICAgICAgIHNvZGlwb2RpOm5vZGV0eXBlcz0iY2NjY2NjY2NjY2NjY2NjY2NjIiAvPiAgICA8Y2lyY2xlICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS42MDAwMDAwMjttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBpZD0icGF0aDQzNjQiICAgICAgIGN4PSI2IiAgICAgICBjeT0iMTA0Ni4zNjIyIiAgICAgICByPSIyIiAvPiAgICA8Y2lyY2xlICAgICAgIGlkPSJwYXRoNDM2OCIgICAgICAgc3R5bGU9ImNvbG9yOiMwMDAwMDA7ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTt2aXNpYmlsaXR5OnZpc2libGU7ZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjYwMDAwMDAyO21hcmtlcjpub25lO2VuYWJsZS1iYWNrZ3JvdW5kOmFjY3VtdWxhdGUiICAgICAgIGN4PSIxNCIgICAgICAgY3k9IjEwNDYuMzYyMiIgICAgICAgcj0iMiIgLz4gICAgPGNpcmNsZSAgICAgICBpZD0icGF0aDQzNzAiICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS42MDAwMDAwMjttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBjeD0iNiIgICAgICAgY3k9IjEwMzguMzYyMiIgICAgICAgcj0iMiIgLz4gICAgPGNpcmNsZSAgICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMDtkaXNwbGF5OmlubGluZTtvdmVyZmxvdzp2aXNpYmxlO3Zpc2liaWxpdHk6dmlzaWJsZTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNjAwMDAwMDI7bWFya2VyOm5vbmU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZSIgICAgICAgaWQ9InBhdGg0MzcyIiAgICAgICBjeD0iMTQiICAgICAgIGN5PSIxMDM4LjM2MjIiICAgICAgIHI9IjIiIC8+ICA8L2c+PC9zdmc+);
}

/* line 53, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_line {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjIwIiAgIGhlaWdodD0iMjAiICAgdmlld0JveD0iMCAwIDIwIDIwIiAgIGlkPSJzdmcxOTE2NyIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45MStkZXZlbCtvc3htZW51IHIxMjkxMSIgICBzb2RpcG9kaTpkb2NuYW1lPSJsaW5lLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMxOTE2OSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjE2IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjg5ODc3NSIgICAgIGlua3NjYXBlOmN5PSI5LjU4OTAxNTIiICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0idHJ1ZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTI4MCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijc1MSIgICAgIGlua3NjYXBlOndpbmRvdy14PSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjIzIiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+ICAgIDxpbmtzY2FwZTpncmlkICAgICAgIHR5cGU9Inh5Z3JpZCIgICAgICAgaWQ9ImdyaWQxOTcxNSIgLz4gIDwvc29kaXBvZGk6bmFtZWR2aWV3PiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGExOTE3MiI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZSAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIgICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiICAgICBpZD0ibGF5ZXIxIiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTAzMi4zNjIyKSI+ICAgIDxwYXRoICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MzttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBkPSJtIDEzLjUsMTAzNS44NjIyIGMgLTEuMzgwNzEyLDAgLTIuNSwxLjExOTMgLTIuNSwyLjUgMCwwLjMyMDggMC4wNDYxNCwwLjYyNDQgMC4xNTYyNSwwLjkwNjMgbCAtMy43NSwzLjc1IGMgLTAuMjgxODM2LC0wLjExMDIgLTAuNTg1NDIxLC0wLjE1NjMgLTAuOTA2MjUsLTAuMTU2MyAtMS4zODA3MTIsMCAtMi41LDEuMTE5MyAtMi41LDIuNSAwLDEuMzgwNyAxLjExOTI4OCwyLjUgMi41LDIuNSAxLjM4MDcxMiwwIDIuNSwtMS4xMTkzIDIuNSwtMi41IDAsLTAuMzIwOCAtMC4wNDYxNCwtMC42MjQ0IC0wLjE1NjI1LC0wLjkwNjIgbCAzLjc1LC0zLjc1IGMgMC4yODE4MzYsMC4xMTAxIDAuNTg1NDIxLDAuMTU2MiAwLjkwNjI1LDAuMTU2MiAxLjM4MDcxMiwwIDIuNSwtMS4xMTkzIDIuNSwtMi41IDAsLTEuMzgwNyAtMS4xMTkyODgsLTIuNSAtMi41LC0yLjUgeiIgICAgICAgaWQ9InJlY3Q2NDY3IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPiAgPC9nPjwvc3ZnPg==);
}

/* line 57, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_trash {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjIwIiAgIGhlaWdodD0iMjAiICAgaWQ9InN2ZzU3MzgiICAgdmVyc2lvbj0iMS4xIiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTErZGV2ZWwrb3N4bWVudSByMTI5MTEiICAgc29kaXBvZGk6ZG9jbmFtZT0idHJhc2guc3ZnIiAgIHZpZXdCb3g9IjAgMCAyMCAyMCI+ICA8ZGVmcyAgICAgaWQ9ImRlZnM1NzQwIiAvPiAgPHNvZGlwb2RpOm5hbWVkdmlldyAgICAgaWQ9ImJhc2UiICAgICBwYWdlY29sb3I9IiNmZmZmZmYiICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIgICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6em9vbT0iMjIuNjI3NDE3IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjEyODE4NCIgICAgIGlua3NjYXBlOmN5PSI4Ljg0NjEzMDciICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0idHJ1ZSIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTAzMyIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijc1MSIgICAgIGlua3NjYXBlOndpbmRvdy14PSIyMCIgICAgIGlua3NjYXBlOndpbmRvdy15PSIyMyIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiICAgICBpbmtzY2FwZTpzbmFwLXNtb290aC1ub2Rlcz0idHJ1ZSIgICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+ICAgIDxpbmtzY2FwZTpncmlkICAgICAgIHR5cGU9Inh5Z3JpZCIgICAgICAgaWQ9ImdyaWQ1NzQ2IiAgICAgICBlbXBzcGFjaW5nPSI1IiAgICAgICB2aXNpYmxlPSJ0cnVlIiAgICAgICBlbmFibGVkPSJ0cnVlIiAgICAgICBzbmFwdmlzaWJsZWdyaWRsaW5lc29ubHk9InRydWUiIC8+ICA8L3NvZGlwb2RpOm5hbWVkdmlldz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNTc0MyI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZSAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIgICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiICAgICBpZD0ibGF5ZXIxIiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTAzMi4zNjIyKSI+ICAgIDxwYXRoICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC45OTk5OTk4MjttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBkPSJtIDEwLDEwMzUuNzc0MyBjIC0wLjc4NDkyNTMsOGUtNCAtMS40OTY4Mzc2LDAuNDYwNiAtMS44MjAzMTI1LDEuMTc1OCBsIC0zLjE3OTY4NzUsMCAtMSwxIDAsMSAxMiwwIDAsLTEgLTEsLTEgLTMuMTc5Njg4LDAgYyAtMC4zMjM0NzUsLTAuNzE1MiAtMS4wMzUzODcsLTEuMTc1IC0xLjgyMDMxMiwtMS4xNzU4IHogbSAtNSw0LjU4NzkgMCw3IGMgMCwxIDEsMiAyLDIgbCA2LDAgYyAxLDAgMiwtMSAyLC0yIGwgMCwtNyAtMiwwIDAsNS41IC0xLjUsMCAwLC01LjUgLTMsMCAwLDUuNSAtMS41LDAgMCwtNS41IHoiICAgICAgIGlkPSJyZWN0MjQzOS03IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBzb2RpcG9kaTpub2RldHlwZXM9ImNjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2MiIC8+ICA8L2c+PC9zdmc+);
}

/* line 61, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_uncombine {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjIwIgogICBoZWlnaHQ9IjIwIgogICBpZD0ic3ZnNTczOCIKICAgdmVyc2lvbj0iMS4xIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0idW5jb21iaW5lLnN2ZyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczU3NDAiPgogICAgPGxpbmVhckdyYWRpZW50CiAgICAgICBpbmtzY2FwZTpjb2xsZWN0PSJhbHdheXMiCiAgICAgICB4bGluazpocmVmPSIjbGluZWFyR3JhZGllbnQ0MTAzIgogICAgICAgaWQ9ImxpbmVhckdyYWRpZW50NDE4NCIKICAgICAgIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgeDE9IjMwMDMiCiAgICAgICB5MT0iMTAiCiAgICAgICB4Mj0iMzAxNyIKICAgICAgIHkyPSIxMCIKICAgICAgIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSwyLjYxNzE4NzRlLTYpIiAvPgogICAgPGxpbmVhckdyYWRpZW50CiAgICAgICBpbmtzY2FwZTpjb2xsZWN0PSJhbHdheXMiCiAgICAgICBpZD0ibGluZWFyR3JhZGllbnQ0MTAzIj4KICAgICAgPHN0b3AKICAgICAgICAgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMDtzdG9wLW9wYWNpdHk6MTsiCiAgICAgICAgIG9mZnNldD0iMCIKICAgICAgICAgaWQ9InN0b3A0MTA1IiAvPgogICAgICA8c3RvcAogICAgICAgICBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eTowOyIKICAgICAgICAgb2Zmc2V0PSIxIgogICAgICAgICBpZD0ic3RvcDQxMDciIC8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iMTEuMzEzNzA4IgogICAgIGlua3NjYXBlOmN4PSItMTAuMjczOTQ2IgogICAgIGlua3NjYXBlOmN5PSI2LjkzMDM0NCIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjIwNzgiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTA1NCIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iOTAwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyOTYiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBzaG93Z3VpZGVzPSJmYWxzZSIKICAgICBpbmtzY2FwZTpzbmFwLWJib3g9InRydWUiCiAgICAgaW5rc2NhcGU6YmJveC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpvYmplY3Qtbm9kZXM9InRydWUiCiAgICAgaW5rc2NhcGU6c25hcC1zbW9vdGgtbm9kZXM9InRydWUiCiAgICAgaW5rc2NhcGU6c25hcC1vdGhlcnM9ImZhbHNlIgogICAgIGlua3NjYXBlOnNuYXAtbm9kZXM9ImZhbHNlIj4KICAgIDxpbmtzY2FwZTpncmlkCiAgICAgICB0eXBlPSJ4eWdyaWQiCiAgICAgICBpZD0iZ3JpZDU3NDYiCiAgICAgICBlbXBzcGFjaW5nPSIyIgogICAgICAgdmlzaWJsZT0idHJ1ZSIKICAgICAgIGVuYWJsZWQ9InRydWUiCiAgICAgICBzbmFwdmlzaWJsZWdyaWRsaW5lc29ubHk9InRydWUiCiAgICAgICBzcGFjaW5neD0iMC41cHgiCiAgICAgICBzcGFjaW5neT0iMC41cHgiCiAgICAgICBjb2xvcj0iIzAwMDBmZiIKICAgICAgIG9wYWNpdHk9IjAuMDU4ODIzNTMiIC8+CiAgPC9zb2RpcG9kaTpuYW1lZHZpZXc+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNTc0MyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTAzMi4zNjIyKSI+CiAgICA8cGF0aAogICAgICAgc3R5bGU9ImNvbG9yOiMwMDAwMDA7Y2xpcC1ydWxlOm5vbnplcm87ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTt2aXNpYmlsaXR5OnZpc2libGU7b3BhY2l0eToxO2lzb2xhdGlvbjphdXRvO21peC1ibGVuZC1tb2RlOm5vcm1hbDtjb2xvci1pbnRlcnBvbGF0aW9uOnNSR0I7Y29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzOmxpbmVhclJHQjtzb2xpZC1jb2xvcjojMDAwMDAwO3NvbGlkLW9wYWNpdHk6MTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eToxO21hcmtlcjpub25lO2NvbG9yLXJlbmRlcmluZzphdXRvO2ltYWdlLXJlbmRlcmluZzphdXRvO3NoYXBlLXJlbmRlcmluZzphdXRvO3RleHQtcmVuZGVyaW5nOmF1dG87ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZSIKICAgICAgIGQ9Ik0gMTIuMDA1ODU5IDIgQyAxMS43NTAzNiAyIDExLjQ5NDYwNSAyLjA5NzE4NyAxMS4yOTg4MjggMi4yOTI5Njg4IEwgMTAuMzAyNzM0IDMuMjg5MDYyNSBDIDkuOTExMTgwNCAzLjY4MDYyNiA5LjkxMTE4MDQgNC4zMTE1NjE1IDEwLjMwMjczNCA0LjcwMzEyNSBMIDExLjMwMjczNCA1LjcwMTE3MTkgQyAxMS42OTQyODggNi4wOTI3MzU0IDEyLjMyMzI5IDYuMDkyNzM1NCAxMi43MTQ4NDQgNS43MDExNzE5IEwgMTMuNzEwOTM4IDQuNzA1MDc4MSBDIDE0LjEwMjQ5MSA0LjMxMzUxNDYgMTQuMTAyNDkxIDMuNjgyNTc5MSAxMy43MTA5MzggMy4yOTEwMTU2IEwgMTIuNzEyODkxIDIuMjkyOTY4OCBDIDEyLjUxNzExNCAyLjA5NzE4NyAxMi4yNjEzNTkgMiAxMi4wMDU4NTkgMiB6IE0gMTYuMDAxOTUzIDUuOTk0MTQwNiBDIDE1Ljc0NjQ2MyA1Ljk5NDE0MDYgMTUuNDkwNjkyIDYuMDkzMjczNSAxNS4yOTQ5MjIgNi4yODkwNjI1IEwgMTQuMjk4ODI4IDcuMjg1MTU2MiBDIDEzLjkwNzI4OSA3LjY3NjczNDIgMTMuOTA3Mjg5IDguMzA1Njg3NyAxNC4yOTg4MjggOC42OTcyNjU2IEwgMTUuMjk2ODc1IDkuNjk3MjY1NiBDIDE1LjY4ODQxNCAxMC4wODg4NDQgMTYuMzE5Mzk4IDEwLjA4ODg0NCAxNi43MTA5MzggOS42OTcyNjU2IEwgMTcuNzA3MDMxIDguNzAxMTcxOSBDIDE4LjA5ODU3MSA4LjMwOTU5MzkgMTguMDk4NTcxIDcuNjc4Njg3MyAxNy43MDcwMzEgNy4yODcxMDk0IEwgMTYuNzA4OTg0IDYuMjg5MDYyNSBDIDE2LjUxMzIxNSA2LjA5MzI3MzUgMTYuMjU3NDQzIDUuOTk0MTQwNiAxNi4wMDE5NTMgNS45OTQxNDA2IHogTSA5IDcgQyA4IDcgOCA4IDguNSA4LjUgQyA4LjgzMzMzMyA4LjgzMzMgOS41IDkuNSA5LjUgOS41IEwgOC41IDEwLjUgQyA4LjUgMTAuNSA4IDExIDguNSAxMS41IEMgOSAxMiA5LjUgMTEuNSA5LjUgMTEuNSBMIDEwLjUgMTAuNSBMIDExLjUgMTEuNSBDIDEyIDEyIDEzIDEyIDEzIDExIEwgMTMgNyBMIDkgNyB6IE0gNC4wNDg4MjgxIDEwLjAwMTk1MyBDIDMuNzkzMzA4NyAxMC4wMDE5NTMgMy41Mzc1ODkxIDEwLjA5OTEyOSAzLjM0MTc5NjkgMTAuMjk0OTIyIEwgMi4yOTg4MjgxIDExLjMzNzg5MSBDIDEuOTA3MjQzNyAxMS43Mjk0NzYgMS45MDcyNDM3IDEyLjM2MDM2OCAyLjI5ODgyODEgMTIuNzUxOTUzIEwgNy4yNDgwNDY5IDE3LjcwMTE3MiBDIDcuNjM5NjMxMyAxOC4wOTI3NTcgOC4yNzA1MjUgMTguMDkyNzU3IDguNjYyMTA5NCAxNy43MDExNzIgTCA5LjcwNTA3ODEgMTYuNjU4MjAzIEMgMTAuMDk2NjYzIDE2LjI2NjYxOCAxMC4wOTY2NjMgMTUuNjM1NzI2IDkuNzA1MDc4MSAxNS4yNDQxNDEgTCA0Ljc1NTg1OTQgMTAuMjk0OTIyIEMgNC41NjAwNjcyIDEwLjA5OTEyOSA0LjMwNDM0NzUgMTAuMDAxOTUzIDQuMDQ4ODI4MSAxMC4wMDE5NTMgeiAiCiAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDEwMzIuMzYyMikiCiAgICAgICBpZD0icmVjdDkxOTgiIC8+CiAgPC9nPgo8L3N2Zz4K);
}

/* line 65, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_combine {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjIwIgogICBoZWlnaHQ9IjIwIgogICBpZD0ic3ZnNTczOCIKICAgdmVyc2lvbj0iMS4xIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iY29tYmluZS5zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM1NzQwIj4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICAgaW5rc2NhcGU6Y29sbGVjdD0iYWx3YXlzIgogICAgICAgeGxpbms6aHJlZj0iI2xpbmVhckdyYWRpZW50NDEwMyIKICAgICAgIGlkPSJsaW5lYXJHcmFkaWVudDQxODQiCiAgICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIHgxPSIzMDAzIgogICAgICAgeTE9IjEwIgogICAgICAgeDI9IjMwMTciCiAgICAgICB5Mj0iMTAiCiAgICAgICBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDEsMi42MTcxODc0ZS02KSIgLz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICAgaW5rc2NhcGU6Y29sbGVjdD0iYWx3YXlzIgogICAgICAgaWQ9ImxpbmVhckdyYWRpZW50NDEwMyI+CiAgICAgIDxzdG9wCiAgICAgICAgIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjE7IgogICAgICAgICBvZmZzZXQ9IjAiCiAgICAgICAgIGlkPSJzdG9wNDEwNSIgLz4KICAgICAgPHN0b3AKICAgICAgICAgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMDtzdG9wLW9wYWNpdHk6MDsiCiAgICAgICAgIG9mZnNldD0iMSIKICAgICAgICAgaWQ9InN0b3A0MTA3IiAvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJiYXNlIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxLjAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjE2IgogICAgIGlua3NjYXBlOmN4PSIyLjQyMzAwNiIKICAgICBpbmtzY2FwZTpjeT0iMTIuMTczMTY1IgogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMjA3OCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDU0IgogICAgIGlua3NjYXBlOndpbmRvdy14PSI5MDAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI5NiIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIwIgogICAgIHNob3dndWlkZXM9ImZhbHNlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOmJib3gtbm9kZXM9InRydWUiCiAgICAgaW5rc2NhcGU6b2JqZWN0LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSIKICAgICBpbmtzY2FwZTpzbmFwLXNtb290aC1ub2Rlcz0idHJ1ZSIKICAgICBpbmtzY2FwZTpzbmFwLW90aGVycz0iZmFsc2UiCiAgICAgaW5rc2NhcGU6c25hcC1ub2Rlcz0iZmFsc2UiPgogICAgPGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNTc0NiIKICAgICAgIGVtcHNwYWNpbmc9IjIiCiAgICAgICB2aXNpYmxlPSJ0cnVlIgogICAgICAgZW5hYmxlZD0idHJ1ZSIKICAgICAgIHNuYXB2aXNpYmxlZ3JpZGxpbmVzb25seT0idHJ1ZSIKICAgICAgIHNwYWNpbmd4PSIwLjVweCIKICAgICAgIHNwYWNpbmd5PSIwLjVweCIKICAgICAgIGNvbG9yPSIjMDAwMGZmIgogICAgICAgb3BhY2l0eT0iMC4wNTg4MjM1MyIgLz4KICA8L3NvZGlwb2RpOm5hbWVkdmlldz4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE1NzQzIj4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMyLjM2MjIpIj4KICAgIDxwYXRoCiAgICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMDtjbGlwLXJ1bGU6bm9uemVybztkaXNwbGF5OmlubGluZTtvdmVyZmxvdzp2aXNpYmxlO3Zpc2liaWxpdHk6dmlzaWJsZTtvcGFjaXR5OjE7aXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsO2NvbG9yLWludGVycG9sYXRpb246c1JHQjtjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM6bGluZWFyUkdCO3NvbGlkLWNvbG9yOiMwMDAwMDA7c29saWQtb3BhY2l0eToxO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDowO3N0cm9rZS1vcGFjaXR5OjE7bWFya2VyOm5vbmU7Y29sb3ItcmVuZGVyaW5nOmF1dG87aW1hZ2UtcmVuZGVyaW5nOmF1dG87c2hhcGUtcmVuZGVyaW5nOmF1dG87dGV4dC1yZW5kZXJpbmc6YXV0bztlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIgogICAgICAgZD0iTSAxMi4wNTA3ODEgMiBDIDExLjc5NTI2MiAyIDExLjUzOTU0MiAyLjA5NzE3NjIgMTEuMzQzNzUgMi4yOTI5Njg4IEwgMTAuMjk4ODI4IDMuMzM3ODkwNiBDIDkuOTA3MjQzNyAzLjcyOTQ3NTcgOS45MDcyNDM3IDQuMzYwMzY4IDEwLjI5ODgyOCA0Ljc1MTk1MzEgTCAxNS4yNDgwNDcgOS43MDExNzE5IEMgMTUuNjM5NjMxIDEwLjA5Mjc1NyAxNi4yNzA1MjUgMTAuMDkyNzU3IDE2LjY2MjEwOSA5LjcwMTE3MTkgTCAxNy43MDcwMzEgOC42NTYyNSBDIDE4LjA5ODYxNiA4LjI2NDY2NDkgMTguMDk4NjE2IDcuNjMzNzcyNiAxNy43MDcwMzEgNy4yNDIxODc1IEwgMTIuNzU3ODEyIDIuMjkyOTY4OCBDIDEyLjU2MjAyIDIuMDk3MTc2MiAxMi4zMDYzMDEgMiAxMi4wNTA3ODEgMiB6IE0gOCA4IEMgNyA4IDcgOSA3LjUgOS41IEMgNy44MzMzMzMgOS44MzMzIDguNSAxMC41IDguNSAxMC41IEwgNy41IDExLjUgQyA3LjUgMTEuNSA3IDEyIDcuNSAxMi41IEMgOCAxMyA4LjUgMTIuNSA4LjUgMTIuNSBMIDkuNSAxMS41IEwgMTAuNSAxMi41IEMgMTEgMTMgMTIgMTMgMTIgMTIgTCAxMiA4IEwgOCA4IHogTSA0IDEwLjAwMzkwNiBDIDMuNzQ0NTEgMTAuMDAzOTA2IDMuNDkwNjkxNiAxMC4xMDMwMzkgMy4yOTQ5MjE5IDEwLjI5ODgyOCBMIDIuMjk4ODI4MSAxMS4yOTQ5MjIgQyAxLjkwNzI4ODggMTEuNjg2NSAxLjkwNzI4ODggMTIuMzE1NDUzIDIuMjk4ODI4MSAxMi43MDcwMzEgTCAzLjI5Njg3NSAxMy43MDcwMzEgQyAzLjY4ODQxNDQgMTQuMDk4NjA5IDQuMzE5Mzk4MSAxNC4wOTg2MDkgNC43MTA5Mzc1IDEzLjcwNzAzMSBMIDUuNzA3MDMxMiAxMi43MTA5MzggQyA2LjA5ODU3MDYgMTIuMzE5MzYgNi4wOTg1NzA2IDExLjY4ODQ1MyA1LjcwNzAzMTIgMTEuMjk2ODc1IEwgNC43MDcwMzEyIDEwLjI5ODgyOCBDIDQuNTExMjYxNiAxMC4xMDMwMzkgNC4yNTU0OSAxMC4wMDM5MDYgNCAxMC4wMDM5MDYgeiBNIDcuOTk2MDkzOCAxNCBDIDcuNzQwNTk0MiAxNCA3LjQ4NDgzOTUgMTQuMDk3MTg3IDcuMjg5MDYyNSAxNC4yOTI5NjkgTCA2LjI5NDkyMTkgMTUuMjg5MDYyIEMgNS45MDMzNjc5IDE1LjY4MDYyNiA1LjkwMzM2NzkgMTYuMzExNTYxIDYuMjk0OTIxOSAxNi43MDMxMjUgTCA3LjI5Mjk2ODggMTcuNzAxMTcyIEMgNy42ODQ1MjI3IDE4LjA5MjczNSA4LjMxMzUyNDIgMTguMDkyNzM1IDguNzA1MDc4MSAxNy43MDExNzIgTCA5LjcwMTE3MTkgMTYuNzA1MDc4IEMgMTAuMDkyNzI2IDE2LjMxMzUxNSAxMC4wOTI3MjYgMTUuNjg0NTMyIDkuNzAxMTcxOSAxNS4yOTI5NjkgTCA4LjcwMzEyNSAxNC4yOTI5NjkgQyA4LjUwNzM0OCAxNC4wOTcxODcgOC4yNTE1OTMzIDE0IDcuOTk2MDkzOCAxNCB6ICIKICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsMTAzMi4zNjIyKSIKICAgICAgIGlkPSJyZWN0OTE5OCIgLz4KICA8L2c+Cjwvc3ZnPgo=);
}

/* line 70, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}

/* line 74, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}

/* line 78, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}

/* line 82, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* line 89, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}

/* line 93, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}

/* line 97, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}

/* line 102, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapboxgl-map.mode-static.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* line 109, ../../.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/mapbox-gl-rails-2.9.0/app/assets/stylesheets/mapbox-gl-draw.scss */
.mapbox-gl-draw_boxselect {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  border: 2px dotted #fff;
  opacity: 0.5;
}

/*
Trix 0.10.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .button_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
trix-toolbar .button_group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
    position: relative;
    float: left;
    font-size: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: transparent; }
    trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
      border-left: 1px solid #ccc; }
    trix-toolbar .button_group button:not(:disabled), trix-toolbar .button_group input[type=button]:not(:disabled) {
      cursor: pointer; }
    trix-toolbar .button_group button.active, trix-toolbar .button_group input[type=button].active {
      background: #cbeefa; }
    trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
      width: 2.6em;
      height: 1.6em;
      max-width: calc(0.8em + 4vw);
      text-indent: -9999px; }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
          height: 2em;
          max-width: calc(0.8em + 3.5vw); } }
      trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.6;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-device-width: 768px) {
          trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
            right: 6%;
            left: 6%; } }
      trix-toolbar .button_group button.icon.bold::before, trix-toolbar .button_group input[type=button].icon.bold::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.italic::before, trix-toolbar .button_group input[type=button].icon.italic::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.link::before, trix-toolbar .button_group input[type=button].icon.link::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.strike::before, trix-toolbar .button_group input[type=button].icon.strike::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.quote::before, trix-toolbar .button_group input[type=button].icon.quote::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.heading-1::before, trix-toolbar .button_group input[type=button].icon.heading-1::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.code::before, trix-toolbar .button_group input[type=button].icon.code::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.bullets::before, trix-toolbar .button_group input[type=button].icon.bullets::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.numbers::before, trix-toolbar .button_group input[type=button].icon.numbers::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.undo::before, trix-toolbar .button_group input[type=button].icon.undo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.redo::before, trix-toolbar .button_group input[type=button].icon.redo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.decrease::before, trix-toolbar .button_group input[type=button].icon.nesting-level.decrease::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.increase::before, trix-toolbar .button_group input[type=button].icon.nesting-level.increase::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.active::before, trix-toolbar .button_group input[type=button].icon.active::before {
        opacity: 1; }
      trix-toolbar .button_group button.icon:disabled::before, trix-toolbar .button_group input[type=button].icon:disabled::before {
        opacity: 0.125; }
    trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
      font-size: 0.75em;
      font-weight: 600;
      white-space: nowrap;
      padding: 0 0.5em;
      color: rgba(0, 0, 0, 0.6); }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
          letter-spacing: -0.01em;
          padding: 0 0.3em; } }
      trix-toolbar .button_group button:not(.icon).active, trix-toolbar .button_group input[type=button]:not(.icon).active {
        color: black; }
      trix-toolbar .button_group button:not(.icon):disabled, trix-toolbar .button_group input[type=button]:not(.icon):disabled {
        color: rgba(0, 0, 0, 0.125); }
trix-toolbar .dialogs {
  position: relative; }
  trix-toolbar .dialogs .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 0.3em 1em #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5; }
    trix-toolbar .dialogs .dialog input {
      font-size: inherit;
      font-weight: normal; }
    trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
      padding: 0.5em 0.8em;
      margin: 0 10px 0 0;
      border-radius: 3px;
      border: 1px solid #bbb;
      background-color: #fff;
      box-shadow: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      trix-toolbar .dialogs .dialog input[type=url].validate:invalid, trix-toolbar .dialogs .dialog input[type=text].validate:invalid {
        box-shadow: #F00 0px 0px 1.5px 1px; }
    trix-toolbar .dialogs .dialog .button_group input[type=button] {
      font-size: inherit;
      padding: 0.5em;
      border-bottom: none; }
    trix-toolbar .dialogs .dialog.link_dialog {
      max-width: 600px; }
      trix-toolbar .dialogs .dialog.link_dialog .link_url_fields {
        display: flex;
        align-items: baseline; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields input[type=url] {
          flex: 1; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields .button_group {
          flex: 0 0 content;
          margin: 0; }
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  trix-editor [data-trix-mutable=true] ::-moz-selection {
    background: none; }
  trix-editor [data-trix-mutable=true] img {
    box-shadow: 0 0 0 2px highlight; }
  trix-editor [data-trix-mutable=true].attachment.attachment-file {
    box-shadow: 0 0 0 2px highlight;
    border-color: transparent; }
trix-editor .attachment:hover {
  cursor: default; }
trix-editor .attachment.attachment-preview .caption:hover {
  cursor: text; }
trix-editor .attachment button.remove {
  cursor: pointer; }
  trix-editor .attachment button.remove.icon {
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
    top: -1.1em;
    left: calc(50% - 0.8em);
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: #fff;
    border: 2px solid highlight;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
    trix-editor .attachment button.remove.icon::before {
      display: inline-block;
      position: absolute;
      top: 0.1em;
      right: 0.1em;
      bottom: 0.1em;
      left: 0.1em;
      opacity: 0.75;
      content: "";
      background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  trix-editor .attachment button.remove:hover {
    border-color: #333; }
    trix-editor .attachment button.remove:hover::before {
      opacity: 1; }
trix-editor .attachment .caption.caption-editing textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0; }
  .trix-content blockquote {
    margin: 0 0 0 0.3em;
    padding: 0 0 0 0.6em;
    border-left: 0.3em solid #ccc; }
  .trix-content pre {
    font-family: monospace;
    font-size: 0.9em;
    margin: 0;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content ul, .trix-content ol, .trix-content li {
    margin: 0;
    padding: 0; }
    .trix-content ul li, .trix-content ol li, .trix-content li li {
      margin-left: 1em; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content a[data-trix-attachment] {
    color: inherit;
    text-decoration: none; }
    .trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
      color: inherit; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .trix-content .attachment .caption {
      padding: 0;
      text-align: center; }
      .trix-content .attachment .caption .size:before {
        content: ' · '; }
    .trix-content .attachment.attachment-preview {
      width: 100%;
      text-align: center; }
      .trix-content .attachment.attachment-preview .caption {
        color: #666;
        font-size: 0.9em;
        line-height: 1.2; }
    .trix-content .attachment.attachment-file {
      color: #333;
      line-height: 1;
      margin: 0 2px 2px 0;
      padding: 0.4em 1em;
      border: 1px solid #bbb;
      border-radius: 5px; }
