/*!
 * froala_editor v4.2.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2024 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-box .fr-counter{padding:10px;float:right;color:#999;content:attr(data-chars);font-size:14px;font-family:sans-serif;z-index:1;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-rtl .fr-counter{left:0;right:auto;border-left:none;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-code-view .fr-counter{display:none}
/* line 8, app/assets/stylesheets/admin.scss */
.l-admin-container {
  font-family: "HelveticaNeueW01-75Bold" Sans-Serif;
  padding-top: 50px;
}

/* line 11, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav {
  width: 100%;
  height: 50px;
}

/* line 15, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav .media-nav-item {
  float: left;
  padding: 7px 14px;
  border: 1px solid #007ea5;
  margin-right: 7px;
  border-radius: 4px;
}

/* line 22, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav .media-nav-item a {
  color: #007ea5;
}

/* line 26, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav .media-nav-item.active {
  background-color: #007ea5;
}

/* line 29, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav .media-nav-item.active a {
  color: #fff;
}

/* line 34, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav .media-nav-item:hover {
  background-color: #007ea5;
}

/* line 37, app/assets/stylesheets/admin.scss */
.l-admin-container .media-nav .media-nav-item:hover a {
  color: #fff;
}

/* line 44, app/assets/stylesheets/admin.scss */
.l-admin-container .media-filters {
  height: 100px;
  width: 100%;
}

/* line 48, app/assets/stylesheets/admin.scss */
.l-admin-container .media-filters .media-filter-item {
  float: left;
  padding: 7px 14px;
  border: 1px solid #00789e;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 4px;
  color: #00789e;
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/admin.scss */
.l-admin-container .media-filters .media-filter-item.active {
  background-color: #00789e;
  color: #fff;
}

/* line 63, app/assets/stylesheets/admin.scss */
.l-admin-container .media-filters .media-filter-item:hover {
  background-color: #00789e;
}

/* line 66, app/assets/stylesheets/admin.scss */
.l-admin-container .media-filters .media-filter-item:hover a:hover {
  color: #fff;
}

/* line 73, app/assets/stylesheets/admin.scss */
.l-admin-container h1 {
  font-size: 40px;
}

/* line 77, app/assets/stylesheets/admin.scss */
.l-admin-container h3 {
  font-weight: bold;
}

/* line 81, app/assets/stylesheets/admin.scss */
.l-admin-container img {
  max-width: 800px;
  margin-bottom: 20px;
  display: block;
}

/* line 87, app/assets/stylesheets/admin.scss */
.l-admin-container label {
  display: block;
}

/* line 91, app/assets/stylesheets/admin.scss */
.l-admin-container .checkbox-row {
  width: 100%;
  height: 40px;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 97, app/assets/stylesheets/admin.scss */
.l-admin-container .checkbox-row a {
  text-decoration: underline;
  color: black;
}

/* line 103, app/assets/stylesheets/admin.scss */
.l-admin-container .checkbox-signup {
  float: left;
  margin-right: 10px;
}

/* line 108, app/assets/stylesheets/admin.scss */
.l-admin-container .checkbox-copy {
  padding-top: 6px;
}

/* line 114, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav {
  background-color: #b3b3b3;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 123, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner {
  max-width: 1200px;
}

/* line 126, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner .admin-nav-logo {
  float: left;
  margin-left: 15px;
}

/* line 131, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner .admin-nav-header {
  padding-left: 5px;
}

/* line 135, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner img {
  float: left;
  margin: 0;
  max-height: 60px;
  max-width: 300px;
  margin-top: 10px;
}

@media screen and (max-width: 1275px) {
  /* line 135, app/assets/stylesheets/admin.scss */
  .l-admin-container .admin-nav-inner img {
    display: none;
  }
}

/* line 147, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner ul {
  width: 100%;
}

/* line 151, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner li {
  padding: 15px 0;
  color: #3c3c3c;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* line 158, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner .admin-nav-left {
  float: left;
}

/* line 167, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-nav-inner .admin-nav-right {
  position: fixed;
  top: 0;
  right: 0;
}

/* line 174, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-edit-header {
  width: 100%;
  background-color: white;
  z-index: 999;
}

/* line 180, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-edit-header-inner {
  max-width: 1200px;
}

/* line 184, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-form-header {
  margin-bottom: 5px;
}

/* line 188, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-edit-header.sticky {
  position: fixed;
  top: 68px;
}

/* line 192, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-edit-header.sticky h1 {
  font-size: 24px;
}

/* line 196, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-edit-header.sticky .admin-edit-header-inner {
  border-bottom: solid 1px;
}

/* line 202, app/assets/stylesheets/admin.scss */
.l-admin-container .requests a {
  color: black;
  display: block;
}

/* line 207, app/assets/stylesheets/admin.scss */
.l-admin-container .requests li {
  display: inline-block;
  margin-right: 10px;
  padding: 15px;
}

/* line 212, app/assets/stylesheets/admin.scss */
.l-admin-container .requests li:hover {
  border: solid 1px #2c353b;
}

/* line 217, app/assets/stylesheets/admin.scss */
.l-admin-container .requests .active {
  border: solid 1px #2c353b;
}

/* line 222, app/assets/stylesheets/admin.scss */
.l-admin-container .input {
  margin-bottom: 20px;
}

/* line 226, app/assets/stylesheets/admin.scss */
.l-admin-container input.string {
  width: 80%;
}

/* line 230, app/assets/stylesheets/admin.scss */
.l-admin-container hr {
  margin-top: 10px;
  margin-bottom: 40px;
  border: 0;
  height: 1px;
  background: #ccc;
}

/* line 238, app/assets/stylesheets/admin.scss */
.l-admin-container .photo-cell {
  border: solid 1px #ccc;
  padding: 10px 20px;
  margin: 10px 0px;
}

/* line 243, app/assets/stylesheets/admin.scss */
.l-admin-container .photo-cell .preview_caption {
  margin-bottom: 0px;
}

/* line 249, app/assets/stylesheets/admin.scss */
.l-admin-container .photo-cell .image_preview {
  padding-bottom: 20px;
}

/* line 254, app/assets/stylesheets/admin.scss */
.l-admin-container .photo-cell.no-border {
  border: none;
  padding: 0px;
}

/* line 259, app/assets/stylesheets/admin.scss */
.l-admin-container .has-image {
  margin-bottom: 30px;
}

/* line 263, app/assets/stylesheets/admin.scss */
.l-admin-container .photo-title {
  margin-top: 50px;
}

/* line 267, app/assets/stylesheets/admin.scss */
.l-admin-container .image_preview.pure-control-group {
  float: left;
  width: 35%;
}

/* line 272, app/assets/stylesheets/admin.scss */
.l-admin-container .controls {
  font-style: italic;
}

/* line 276, app/assets/stylesheets/admin.scss */
.l-admin-container .select2-input {
  min-width: 50%;
}

/* line 280, app/assets/stylesheets/admin.scss */
.l-admin-container .select2-container {
  min-width: 50%;
}

/* line 284, app/assets/stylesheets/admin.scss */
.l-admin-container input.btn {
  padding: 10px 20px;
  color: white;
}

/* line 289, app/assets/stylesheets/admin.scss */
.l-admin-container .contacted-page {
  display: table;
}

/* line 292, app/assets/stylesheets/admin.scss */
.l-admin-container .contacted-page .contacted-cell {
  display: table-row;
}

/* line 296, app/assets/stylesheets/admin.scss */
.l-admin-container .contacted-page .contacted-left {
  width: 45%;
  float: left;
}

/* line 301, app/assets/stylesheets/admin.scss */
.l-admin-container .contacted-page .contacted-right {
  width: 45%;
  float: right;
}

/* line 311, app/assets/stylesheets/admin.scss */
.l-admin-container .listing-pre-page {
  margin-top: 50px;
}

/* line 315, app/assets/stylesheets/admin.scss */
.l-admin-container .version-card {
  border: solid #1a2229 1px;
  margin-bottom: 21px;
  padding: 15px;
}

/* line 320, app/assets/stylesheets/admin.scss */
.l-admin-container .version-card .version-type {
  margin-top: 45px;
}

/* line 324, app/assets/stylesheets/admin.scss */
.l-admin-container .version-card .version-to {
  margin-left: 70px;
}

/* line 328, app/assets/stylesheets/admin.scss */
.l-admin-container .version-card .version-box {
  padding: 20px;
  border: solid black 1px;
}

/* line 334, app/assets/stylesheets/admin.scss */
.l-admin-container .form-delete {
  float: right;
  font-size: 50px;
}

/* line 339, app/assets/stylesheets/admin.scss */
.l-admin-container .form-submit {
  float: right;
  font-size: 30px;
}

/* line 344, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-form-buttons {
  list-style: none;
}

/* line 347, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-form-buttons li {
  display: inline-block;
  margin-left: 7px;
}

/* line 352, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-form-buttons .admin-form-button {
  font-size: 20px;
  margin-right: 10px;
  padding-top: 15px 30px;
}

/* line 358, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-form-buttons .admin-form-save {
  color: white;
  background: #1cb841;
  /* this is a green */
}

/* line 364, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-form-buttons .admin-form-submit {
  color: white;
  background-color: blue;
}

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

/* line 373, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-table-full-width a {
  display: block;
}

/* line 377, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-table-full-width a:hover {
  background-color: #ccc;
}

/* line 382, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-add-button {
  margin-bottom: 30px;
  font-size: 20px;
  padding: 15px 27px;
}

/* line 388, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-edit-button {
  margin-bottom: 30px;
  font-size: 20px;
  padding: 10px 50px;
}

/* line 394, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-report-button {
  float: right;
  margin-bottom: 30px;
  margin-left: 3px;
  font-size: 15px;
  padding: 15px 27px;
}

/* line 402, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-print:before {
  content: " \f02f";
  font-family: FontAwesome;
  margin-right: 3px;
}

/* line 408, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-report-filters {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #80898b;
  margin-bottom: 40px;
}

/* line 415, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-report-search {
  float: right;
  margin: 10px 10px;
  width: 50%;
}

/* line 420, app/assets/stylesheets/admin.scss */
.l-admin-container .admin-report-search .admin-report-search-field {
  width: 100%;
}

/* line 425, app/assets/stylesheets/admin.scss */
.l-admin-container .sort-carot:after {
  font-family: FontAwesome;
  float: right;
}

/* line 430, app/assets/stylesheets/admin.scss */
.l-admin-container .active-asc:after {
  content: " \f0d8";
}

/* line 434, app/assets/stylesheets/admin.scss */
.l-admin-container .active-desc:after {
  content: " \f0d7";
}

/* line 438, app/assets/stylesheets/admin.scss */
.l-admin-container .listing-published {
  color: #667f35;
}

/* line 442, app/assets/stylesheets/admin.scss */
.l-admin-container .listing-not-published {
  color: #cb283c;
}

/* line 446, app/assets/stylesheets/admin.scss */
.l-admin-container .listing-paused {
  color: #ffcc00;
}

/* line 450, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in {
  width: 60%;
  margin-bottom: 200px;
}

/* line 454, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in label {
  color: #b3b3b3;
}

/* line 458, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in input {
  margin-bottom: 20px;
  width: 70%;
  padding: 10px 20px;
}

/* line 464, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in select {
  margin-top: 5px;
  margin-bottom: 20px;
  width: 85%;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 474, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in .sign-in-button {
  background-color: #2c353b;
  color: white;
  width: 85%;
  padding: 10px 30px;
  border-radius: 5px;
}

/* line 481, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in .sign-in-button.facebook {
  background-color: #3b5998;
}

/* line 486, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-in .sign-in-link {
  display: block;
  color: black;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 450, app/assets/stylesheets/admin.scss */
  .l-admin-container .sign-in {
    width: 90%;
    margin-left: 5%;
  }
}

/* line 498, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up {
  float: left;
  padding-bottom: 50px;
}

/* line 502, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up h3 {
  margin-top: 70px;
}

/* line 506, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-main-cta {
  font-size: 18px;
  font-weight: 500;
}

/* line 511, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-sub-cta {
  font-size: 16px;
  font-weight: 300;
}

/* line 516, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-button {
  background-color: #2c353b;
  color: white;
  width: 45%;
}

/* line 522, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-in-link {
  margin-top: 10px;
}

/* line 525, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-in-link .link {
  margin-top: 5px;
}

/* line 528, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-in-link .link a {
  text-decoration: none;
  color: black;
}

/* line 536, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .dashed-list p {
  margin: 0px;
}

/* line 540, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .dashed-list ul {
  width: 100%;
  margin: 0px;
  list-style: none;
}

/* line 546, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .dashed-list li:before {
  content: "-";
  position: relative;
  left: 1px;
}

/* line 552, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .dashed-list li {
  margin-top: 5px;
}

/* line 558, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-bottom-cells h4 {
  margin-bottom: 0px;
}

/* line 562, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-bottom-cells ul {
  margin-top: 7px;
  list-style: none;
}

/* line 567, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-bottom-cells li {
  margin-top: 5px;
}

/* line 572, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-bottom-cells .listing-list ul {
  float: left;
  margin-bottom: 40px;
}

/* line 577, app/assets/stylesheets/admin.scss */
.l-admin-container .sign-up .sign-up-bottom-cells .listing-list li {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 498, app/assets/stylesheets/admin.scss */
  .l-admin-container .sign-up {
    width: 100%;
  }
}

/* line 589, app/assets/stylesheets/admin.scss */
.l-admin-container .resend-button {
  margin: 20px 0;
}

/* line 593, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view {
  position: absolute;
  top: 0;
  width: 1200px;
}

/* line 600, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view .html-nav .admin-nav-logo img {
  padding-top: 20px;
  width: 300px;
}

/* line 607, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view hr {
  margin: 0px;
}

/* line 615, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view .html-content {
  padding-top: 30px;
}

/* line 619, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view .html-content .html-name {
  margin-top: 0px;
  margin-bottom: 5px;
}

/* line 624, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view .html-content .html-contact {
  margin-top: 20px;
}

/* line 628, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view .html-content .html-description {
  margin: 20px 0px;
}

/* line 631, app/assets/stylesheets/admin.scss */
.l-admin-container .html-view .html-content .html-description p {
  line-height: 24px;
}

/* line 640, app/assets/stylesheets/admin.scss */
.admin-iframe iframe {
  width: 100%;
  height: 2000px;
}

/* line 646, app/assets/stylesheets/admin.scss */
.sign-up-left-col {
  float: left;
  width: 50%;
}

/* line 651, app/assets/stylesheets/admin.scss */
.sign-up-right-col {
  float: right;
  width: 50%;
}

/* line 656, app/assets/stylesheets/admin.scss */
.admin-signup-subhead {
  width: 80%;
  margin-bottom: 40px;
}

/* line 660, app/assets/stylesheets/admin.scss */
.admin-signup-subhead h3 {
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
}

/* line 666, app/assets/stylesheets/admin.scss */
.admin-signup-subhead p {
  float: left;
}

/* line 670, app/assets/stylesheets/admin.scss */
.admin-signup-subhead span {
  text-decoration: underline;
  display: inline-block;
}

/* line 677, app/assets/stylesheets/admin.scss */
.verfication .verify-button {
  background-color: #2c353b;
  margin-bottom: 40px;
  width: 60%;
}

/* line 684, app/assets/stylesheets/admin.scss */
.email-sent {
  padding-bottom: 40px;
}

/* line 687, app/assets/stylesheets/admin.scss */
.email-sent p {
  margin: 0px;
}

/* line 691, app/assets/stylesheets/admin.scss */
.email-sent span {
  text-decoration: underline;
}

/* line 695, app/assets/stylesheets/admin.scss */
.email-sent .content {
  margin-bottom: 40px;
}

/* line 700, app/assets/stylesheets/admin.scss */
.signup-photo-cell {
  float: left;
  width: 50%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* line 709, app/assets/stylesheets/admin.scss */
.signup-photo-cell img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
}

/* line 718, app/assets/stylesheets/admin.scss */
.admin-checkbox-box h3 {
  margin-bottom: 0px;
}

/* line 722, app/assets/stylesheets/admin.scss */
.admin-checkbox-box p {
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 727, app/assets/stylesheets/admin.scss */
.admin-checkbox-box .multi-select-box {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

/* line 734, app/assets/stylesheets/admin.scss */
.admin-checkbox-box .checkbox label {
  width: 50%;
  float: left;
}

/* line 739, app/assets/stylesheets/admin.scss */
.admin-checkbox-box .checkbox input {
  width: 20px;
}

/* line 746, app/assets/stylesheets/admin.scss */
.admin-listing-description p {
  margin-bottom: 10px;
}

/* line 752, app/assets/stylesheets/admin.scss */
.admin-listing-contact p {
  margin-bottom: 0px;
}

/* line 758, app/assets/stylesheets/admin.scss */
.admin-geo-complete .geo-form-location-button {
  margin-bottom: 10px;
}

/* line 762, app/assets/stylesheets/admin.scss */
.admin-geo-complete p {
  margin: 0px;
}

/* line 766, app/assets/stylesheets/admin.scss */
.admin-geo-complete .latlngs {
  width: 100%;
  float: right;
  margin-bottom: 20px;
}

/* line 771, app/assets/stylesheets/admin.scss */
.admin-geo-complete .latlngs .lat-span {
  margin-right: 15px;
}

/* line 778, app/assets/stylesheets/admin.scss */
.admin-mailing-location h3 {
  float: left;
  margin-right: 15px;
}

/* line 783, app/assets/stylesheets/admin.scss */
.admin-mailing-location .same-checkbox {
  padding-top: 29px;
}

/* line 789, app/assets/stylesheets/admin.scss */
.admin-form-season h3 {
  margin-bottom: 0px;
}

/* line 793, app/assets/stylesheets/admin.scss */
.admin-form-season input {
  margin-right: 10px;
}

/* line 798, app/assets/stylesheets/admin.scss */
.business-hours-day {
  margin-bottom: 0px;
}

/* line 802, app/assets/stylesheets/admin.scss */
.business-hour-wrapper {
  display: inline-block;
}

/* line 805, app/assets/stylesheets/admin.scss */
.business-hour-wrapper .attraction_business_hours_open {
  float: left;
  width: 200px;
}

/* line 810, app/assets/stylesheets/admin.scss */
.business-hour-wrapper .attraction_business_hours_close {
  float: left;
  width: 200px;
}

/* line 815, app/assets/stylesheets/admin.scss */
.business-hour-wrapper .attraction_business_hours_is_closed {
  float: right;
  width: 200px;
}

/* line 820, app/assets/stylesheets/admin.scss */
.business-hour-wrapper .boolean {
  padding-top: 10px;
}

/* line 825, app/assets/stylesheets/admin.scss */
.video-input {
  width: 60%;
  margin-bottom: 10px;
}

/* line 831, app/assets/stylesheets/admin.scss */
.photo-wrapper h3 {
  margin-bottom: 0px;
}

/* line 835, app/assets/stylesheets/admin.scss */
.photo-wrapper p {
  margin: 0px;
}

/* line 839, app/assets/stylesheets/admin.scss */
.photo-wrapper .photo-approval {
  width: 50%;
  margin-bottom: 30px;
}

/* line 843, app/assets/stylesheets/admin.scss */
.photo-wrapper .photo-approval input {
  margin-right: 10px;
}

/* line 849, app/assets/stylesheets/admin.scss */
span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89a4cc;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

/* line 864, app/assets/stylesheets/admin.scss */
span.question:hover {
  background-color: #3d6199;
}

/* line 868, app/assets/stylesheets/admin.scss */
div.tooltip {
  background-color: #3d6199;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  min-width: 500px;
  border-radius: 5px;
}

/* line 879, app/assets/stylesheets/admin.scss */
div.tooltip:before {
  border-color: transparent #3d6199 transparent transparent;
  border-right: 6px solid #3d6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
}

/* line 894, app/assets/stylesheets/admin.scss */
div.tooltip p {
  margin: 10px;
  color: White;
}

/* line 899, app/assets/stylesheets/admin.scss */
.flash-message {
  position: fixed;
  top: 85px;
  z-index: 9999;
  display: none;
  width: 90%;
  margin-left: 4%;
  text-align: center;
  font-size: 20px;
  background-color: #1a2229;
  padding: 15px;
  border-radius: 2px;
}

/* line 912, app/assets/stylesheets/admin.scss */
.flash-message .flash-close {
  float: right;
  font-size: 30px;
  margin-top: -5px;
}

/* line 919, app/assets/stylesheets/admin.scss */
.flash-message-open {
  display: block;
}

/* line 923, app/assets/stylesheets/admin.scss */
.flash-message-notice {
  background-color: #cbf3dc;
  color: #2ecc71;
  border: solid 1px #97e6b8;
}

/* line 928, app/assets/stylesheets/admin.scss */
.flash-message-notice .flash-close {
  color: #63d995;
}

/* line 933, app/assets/stylesheets/admin.scss */
.flash-message-alert {
  background-color: #f9d3cf;
  color: #e74c3c;
  border: solid 1px #f3a69e;
}

/* line 938, app/assets/stylesheets/admin.scss */
.flash-message-alert .flash-close {
  color: #ee796d;
}

/* line 943, app/assets/stylesheets/admin.scss */
.admin-alert-button {
  display: none;
  color: #f9d3cf;
  background: #e74c3c;
}

/* line 949, app/assets/stylesheets/admin.scss */
.admin-alert-button.visable {
  width: 80%;
  margin-left: 10%;
  display: block;
}

/* line 955, app/assets/stylesheets/admin.scss */
.editor-dashboard {
  margin-top: 100px;
  list-style: none;
}

/* line 959, app/assets/stylesheets/admin.scss */
.editor-dashboard .options {
  float: left;
  width: 100%;
}

/* line 964, app/assets/stylesheets/admin.scss */
.editor-dashboard .partner_tools {
  padding: 10px;
  margin: 40px 0;
  border: solid 1px #2c353b;
}

/* line 969, app/assets/stylesheets/admin.scss */
.editor-dashboard .partner_tools h4 {
  font-weight: bold;
  font-size: 1em;
}

/* line 974, app/assets/stylesheets/admin.scss */
.editor-dashboard .partner_tools a {
  color: #cb283c;
}

/* line 978, app/assets/stylesheets/admin.scss */
.editor-dashboard .partner_tools a:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 3px;
}

/* line 986, app/assets/stylesheets/admin.scss */
.itinerary-component {
  width: 100%;
}

/* line 989, app/assets/stylesheets/admin.scss */
.itinerary-component .add-day.is-hidden {
  display: none;
}

/* line 993, app/assets/stylesheets/admin.scss */
.itinerary-component .days-controls {
  width: 100%;
  height: 60px;
}

/* line 997, app/assets/stylesheets/admin.scss */
.itinerary-component .days-controls .days-control {
  float: right;
  margin: 0px 20px 30px 0px;
  font-size: 20px;
  padding: 10px 70px;
}

/* line 1005, app/assets/stylesheets/admin.scss */
.itinerary-component .day-delete {
  background: #ca3c3c;
  color: white;
}

/* line 1009, app/assets/stylesheets/admin.scss */
.itinerary-component .day-delete:hover {
  background: #963c3c;
}

/* line 1014, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-drop-zone {
  width: 100%;
  height: 15px;
}

/* line 1018, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-drop-zone.waypoint-droppable {
  background-color: #bfbfbf;
}

/* line 1023, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-new-wrapper {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 21px;
}

/* line 1028, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-new-wrapper .waypoint-new-waypoint {
  margin: 7px 0px 21px 0px;
}

/* line 1031, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-new-wrapper .waypoint-new-waypoint:hover {
  cursor: pointer;
}

/* line 1037, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form {
  padding: 0 20px;
  width: 100%;
  border: solid 1px #bfbfbf;
}

/* line 1043, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-placeholder {
  border: solid 5px red;
}

/* line 1047, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-header {
  width: 100%;
  height: 90px;
}

/* line 1052, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-title {
  float: left;
  width: 80%;
}

/* line 1057, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-handle {
  margin: 0px 10px;
  color: #bfbfbf;
}

/* line 1061, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-handle:hover {
  cursor: pointer;
}

/* line 1066, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-controls {
  width: 20%;
  float: right;
  padding-top: 10px;
}

/* line 1071, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-controls h4 {
  text-decoration: underline;
}

/* line 1074, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-controls h4:hover {
  color: #bfbfbf;
}

/* line 1079, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-controls:hover {
  cursor: pointer;
}

/* line 1084, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-delete {
  float: right;
  margin-right: 30px;
}

/* line 1089, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-edit-toggle {
  float: right;
  margin: 0px 30px;
}

/* line 1094, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .address-header {
  margin: 5px 0px;
}

/* line 1102, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .pre-geocomplete {
  float: left;
}

/* line 1106, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-visable-geo {
  float: right;
  width: 40%;
}

/* line 1110, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-visable-geo .waypoint-geofield {
  float: left;
  margin-right: 10px;
}

/* line 1115, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-visable-geo span {
  margin-left: 10px;
}

/* line 1120, app/assets/stylesheets/admin.scss */
.itinerary-component .waypoint-form .waypoint-find-location {
  margin-left: 7px;
}

/* line 1125, app/assets/stylesheets/admin.scss */
.itinerary-component .is-hidden {
  display: none;
}

/* line 1130, app/assets/stylesheets/admin.scss */
.itinerary-component .itinerary-distance .itinerary-distance-breakdown {
  width: 45%;
  float: left;
  margin-bottom: 45px;
}

/* line 1139, app/assets/stylesheets/admin.scss */
.admin-report-filters .search-input {
  padding: 5px;
}

/* line 1143, app/assets/stylesheets/admin.scss */
.admin-report-filters .listing-filter {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}

/* line 1148, app/assets/stylesheets/admin.scss */
.admin-report-filters .listing-filter input {
  width: 300px !important;
}

/* line 1153, app/assets/stylesheets/admin.scss */
.admin-report-filters .listings-found {
  width: 100%;
  clear: both;
}

/* line 1159, app/assets/stylesheets/admin.scss */
.clickable-header {
  cursor: ns-resize;
}

/* line 1163, app/assets/stylesheets/admin.scss */
.record-tribe-name-header {
  margin-bottom: 5px;
}

/* line 1167, app/assets/stylesheets/admin.scss */
.audior-recorder {
  margin-bottom: 10px;
}

/* line 1171, app/assets/stylesheets/admin.scss */
.tribe-start-record {
  padding: 20px;
  float: left;
}

/* line 1175, app/assets/stylesheets/admin.scss */
.tribe-start-record:hover {
  cursor: pointer;
  background: #007ea5;
}

/* line 1181, app/assets/stylesheets/admin.scss */
.name-recording {
  width: 100%;
  height: 250px;
  border: solid black 1px;
  padding: 0px 15px;
  clear: both;
  margin-bottom: 20px;
}

/* line 1189, app/assets/stylesheets/admin.scss */
.name-recording .recorded_name_checkbox {
  visibility: hidden;
}

/* line 1193, app/assets/stylesheets/admin.scss */
.name-recording .speaker-icon {
  float: left;
  font-size: 2em;
  margin-right: 17px;
  background-color: #80898b;
  padding: 15px;
  border-radius: 5px;
}

/* line 1201, app/assets/stylesheets/admin.scss */
.name-recording .speaker-icon:hover {
  color: white;
  cursor: pointer;
  background-color: #1a2229;
}

/* line 1208, app/assets/stylesheets/admin.scss */
.name-recording .pure-button {
  padding: 15px;
}

/* line 1213, app/assets/stylesheets/admin.scss */
.name-recording .tribe-audio-delete {
  float: right;
}

/* line 1218, app/assets/stylesheets/admin.scss */
.name-recording .edit-audio-button {
  float: right;
  margin: 0px 20px;
}

/* line 1224, app/assets/stylesheets/admin.scss */
.esri-mapping {
  padding: 30px 0px;
}

/* line 1227, app/assets/stylesheets/admin.scss */
.esri-mapping h2 {
  font-size: 2.2em;
}

/* line 1231, app/assets/stylesheets/admin.scss */
.esri-mapping h3 {
  font-size: 1.2em;
  margin: 60px 0px 5px 0px;
}

/* line 1236, app/assets/stylesheets/admin.scss */
.esri-mapping hr {
  margin-top: 50px;
}

/* line 1240, app/assets/stylesheets/admin.scss */
.esri-mapping ol {
  margin-left: 17px;
  padding: 0px;
}

/* line 1244, app/assets/stylesheets/admin.scss */
.esri-mapping ol li {
  margin-bottom: 7px;
  line-height: 21px;
}

/* line 1250, app/assets/stylesheets/admin.scss */
.esri-mapping ul {
  margin-left: 17px;
}

/* line 1253, app/assets/stylesheets/admin.scss */
.esri-mapping ul li {
  margin-bottom: 7px;
  line-height: 21px;
}

/* line 1257, app/assets/stylesheets/admin.scss */
.esri-mapping ul li a {
  color: #cb283c;
}

/* line 1261, app/assets/stylesheets/admin.scss */
.esri-mapping ul li a:after {
  font-family: FontAwesome;
  content: "\f08e";
  margin-left: 5px;
}

/* line 1269, app/assets/stylesheets/admin.scss */
.esri-mapping iframe {
  margin-top: 20px;
}

/* line 1273, app/assets/stylesheets/admin.scss */
.esri-mapping .figure-img {
  float: left;
  width: 48%;
  height: 350px;
  margin-right: 10px;
}

/* line 1280, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-outbound {
  color: #cb283c;
}

/* line 1283, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-outbound:after {
  font-family: FontAwesome;
  content: "\f08e";
  margin-left: 5px;
}

/* line 1290, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-banner {
  border: solid 1px #80898b;
  height: auto;
  padding: 30px;
}

/* line 1295, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-banner .esri-mapping-banner-content {
  float: left;
  width: 65%;
}

/* line 1299, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-banner .esri-mapping-banner-content h2 {
  margin-top: 0;
}

/* line 1303, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-banner .esri-mapping-banner-content a {
  padding: 1em 1.8em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #e6e6e6;
  text-decoration: none;
  border-radius: 2px;
}

/* line 1319, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-banner .esri-mapping-banner-image {
  float: right;
  width: 34%;
}

/* line 1323, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-banner .esri-mapping-banner-image img {
  max-height: 250px;
  max-width: 400px;
}

/* line 1330, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-examples {
  margin-top: 60px;
  padding-bottom: 20px;
}

/* line 1335, app/assets/stylesheets/admin.scss */
.esri-mapping .esri-mapping-figure {
  float: left;
  width: 49%;
}

/* line 1341, app/assets/stylesheets/admin.scss */
.admin-nav-left > li > .pure-menu-link,
.admin-nav-right > li > .pure-menu-link {
  padding: 10px 10px;
  font-size: 15px;
}

/* line 1347, app/assets/stylesheets/admin.scss */
.inline-block {
  display: inline-block !important;
}

/* line 1351, app/assets/stylesheets/admin.scss */
.margin-center {
  margin: 0 auto;
}

/* line 1355, app/assets/stylesheets/admin.scss */
.top-space {
  margin-top: 15px;
}

/* line 1359, app/assets/stylesheets/admin.scss */
.max-500 {
  max-width: 500px;
  overflow: auto;
}

/* line 1364, app/assets/stylesheets/admin.scss */
.trash-btn {
  font-size: 40px;
  margin: 0 15px;
}

/* line 1369, app/assets/stylesheets/admin.scss */
.super-vertical {
  vertical-align: super;
}

/* line 1373, app/assets/stylesheets/admin.scss */
.preview-blog-img {
  width: 100%;
  height: 100%;
  max-width: 250px !important;
  max-height: 250px !important;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 1px 10px #0000003b;
}

/* line 1383, app/assets/stylesheets/admin.scss */
.small-label {
  color: #393939;
  font-weight: 600;
  font-size: 18px;
  margin: 11px 5px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  text-shadow: 0px 0px 10px #0000001f;
}

/* line 1393, app/assets/stylesheets/admin.scss */
.tui-image-editor-header-logo {
  display: none;
}

/* line 1397, app/assets/stylesheets/admin.scss */
.addImageCard {
  border: 1px solid #414141;
  width: 100px;
  height: 100px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #414141;
}

/* line 1409, app/assets/stylesheets/admin.scss */
.addImageCard:hover {
  color: #595858;
}

/* line 1414, app/assets/stylesheets/admin.scss */
.imagesColumn {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  width: 140px;
  overflow-y: scroll;
}

/* line 1421, app/assets/stylesheets/admin.scss */
.imagesColumn .closeButtonWrapper {
  position: relative;
  width: 100%;
}

/* line 1425, app/assets/stylesheets/admin.scss */
.imagesColumn .closeButtonWrapper .removeButton {
  right: 12px;
  position: absolute;
  color: #ff6060;
}

/* line 1430, app/assets/stylesheets/admin.scss */
.imagesColumn .closeButtonWrapper .removeButton:hover {
  color: #ff7979;
}

/* line 1436, app/assets/stylesheets/admin.scss */
.imagesColumn > * {
  margin-bottom: 10px;
}

/* line 1440, app/assets/stylesheets/admin.scss */
.imagesColumn img {
  cursor: pointer;
}

/* line 1445, app/assets/stylesheets/admin.scss */
.singleImageWrapper {
  width: 100%;
  display: flex;
  height: fit-content;
  align-items: flex-start;
}

/* line 1451, app/assets/stylesheets/admin.scss */
.singleImageWrapper > div {
  width: 100%;
}

/* line 1455, app/assets/stylesheets/admin.scss */
.singleImageWrapper .singlePreviewWrapper {
  display: inline-block;
}

/* line 1460, app/assets/stylesheets/admin.scss */
.singleImageWrapper .singlePreviewWrapper .singleActionsButtons {
  display: flex;
  position: relative;
  right: -83%;
  margin-bottom: 10px;
}

/* line 1466, app/assets/stylesheets/admin.scss */
.singleImageWrapper .singlePreviewWrapper .singleActionsButtons .editImage {
  border-radius: 4px;
  position: static;
}

/* line 1471, app/assets/stylesheets/admin.scss */
.singleImageWrapper .singlePreviewWrapper .singleActionsButtons .singleDeleteImage {
  color: #d65858;
  background: transparent;
  border: none;
}

/* line 1480, app/assets/stylesheets/admin.scss */
.editImage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f0f0fa;
  border: 1px solid #494848;
  position: relative;
  right: 32px;
}

/* line 1490, app/assets/stylesheets/admin.scss */
.editImage img {
  width: 16px;
  margin: 0;
  height: 23px;
}

/* line 1497, app/assets/stylesheets/admin.scss */
.button-as-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: #3d3dff;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  left: 95.5%;
  z-index: 10;
  top: 45px;
}

/* line 1512, app/assets/stylesheets/admin.scss */
.button-as-link:hover, .button-as-link:focus {
  color: darkblue;
  text-decoration: none;
  outline: none;
}

/* line 1519, app/assets/stylesheets/admin.scss */
.button-as-link:active {
  color: navy;
}

/* line 1523, app/assets/stylesheets/admin.scss */
.button-as-link:disabled {
  cursor: not-allowed;
  color: gray;
}

/* line 1529, app/assets/stylesheets/admin.scss */
.image-preview {
  width: 300px;
}

/* line 1532, app/assets/stylesheets/admin.scss */
.w-100 {
  width: 100%;
}

/* line 1535, app/assets/stylesheets/admin.scss */
.content-right {
  display: flex;
}

/* line 1539, app/assets/stylesheets/admin.scss */
.field-instructions {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  margin-top: 5px;
}

/* line 1546, app/assets/stylesheets/admin.scss */
.image-gallery-container {
  margin: 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 1552, app/assets/stylesheets/admin.scss */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

/* line 1560, app/assets/stylesheets/admin.scss */
.photo-grid--empty {
  text-align: center;
  padding: 40px;
  color: #777;
  border: 2px dashed #ddd;
  border-radius: 8px;
  grid-column: 1 / -1;
}

/* line 1567, app/assets/stylesheets/admin.scss */
.photo-grid--empty p {
  font-size: 1.1em;
}

/* line 1573, app/assets/stylesheets/admin.scss */
.photo-card,
.add-photo-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

/* line 1585, app/assets/stylesheets/admin.scss */
.photo-card:hover,
.add-photo-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 1590, app/assets/stylesheets/admin.scss */
.photo-card__preview {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-color: #f0f0f0;
  overflow: hidden;
}

/* line 1597, app/assets/stylesheets/admin.scss */
.photo-card__preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 1607, app/assets/stylesheets/admin.scss */
.photo-card__preview:hover img {
  transform: scale(1.05);
}

/* line 1611, app/assets/stylesheets/admin.scss */
.photo-card__preview .photo-card__no-preview-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9em;
}

/* line 1625, app/assets/stylesheets/admin.scss */
.photo-card__info {
  padding: 15px;
  border-top: 1px solid #f0f0f0;
}

/* line 1629, app/assets/stylesheets/admin.scss */
.photo-card__info label {
  display: block;
  font-size: 0.85em;
  color: #555;
  margin-bottom: 5px;
  font-weight: 500;
}

/* line 1637, app/assets/stylesheets/admin.scss */
.photo-card__info input[type="text"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 0.9em;
}

/* line 1645, app/assets/stylesheets/admin.scss */
.photo-card__info input[type="text"]:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

/* line 1652, app/assets/stylesheets/admin.scss */
.photo-card__info input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 1656, app/assets/stylesheets/admin.scss */
.photo-card__info .featured-label {
  font-size: 0.9em;
  color: #333;
  vertical-align: middle;
  font-weight: normal;
}

/* line 1665, app/assets/stylesheets/admin.scss */
.add-photo-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-style: dashed;
  border-width: 2px;
  border-color: #007bff;
  color: #007bff;
  min-height: 150px;
  padding: 20px;
  box-sizing: border-box;
}

/* line 1680, app/assets/stylesheets/admin.scss */
.add-photo-card:hover {
  background-color: #f0f8ff;
  border-color: #0056b3;
}

/* line 1687, app/assets/stylesheets/admin.scss */
.add-photo-card .image-uploader-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1694, app/assets/stylesheets/admin.scss */
.add-photo-card .uploader-icon {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 8px;
}

/* line 1700, app/assets/stylesheets/admin.scss */
.add-photo-card .uploader-text {
  font-size: 0.9em;
  color: #555;
}

/* line 1706, app/assets/stylesheets/admin.scss */
.add-photo-card input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 1716, app/assets/stylesheets/admin.scss */
.add-photo-card.is-uploading {
  cursor: not-allowed;
}

/* line 1727, app/assets/stylesheets/admin.scss */
.photo-card__loading-overlay,
.photo-card__error-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  text-align: center;
  border-radius: inherit;
}

/* line 1744, app/assets/stylesheets/admin.scss */
.photo-card__loading-overlay .spinner,
.photo-card__error-overlay .spinner {
  border: 4px solid #f0f0f0;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

/* line 1754, app/assets/stylesheets/admin.scss */
.photo-card__loading-overlay span,
.photo-card__error-overlay span {
  font-weight: 500;
  color: #333;
  font-size: 0.9em;
}

/* line 1761, app/assets/stylesheets/admin.scss */
.photo-card__error-overlay span {
  color: #dc3545;
  font-weight: bold;
}

/* line 1768, app/assets/stylesheets/admin.scss */
.photo-card__error-message {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px 15px;
  font-size: 0.85em;
  border-top: 1px solid #f5c6cb;
}

/* line 1777, app/assets/stylesheets/admin.scss */
.photo-card__featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffc107;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 0.8em;
  z-index: 1;
  display: flex;
  align-items: center;
}

/* line 1793, app/assets/stylesheets/admin.scss */
.photo-card__actions-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: inherit;
}

/* line 1808, app/assets/stylesheets/admin.scss */
.photo-card__preview:hover .photo-card__actions-overlay {
  opacity: 1;
}

/* line 1812, app/assets/stylesheets/admin.scss */
.photo-card__actions-overlay .action-btn {
  background-color: #ffffff;
  color: #343a40;
  border: 1px solid #ced4da;
  padding: 6px 10px;
  margin: 0 5px;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.85em;
  font-weight: 500;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  text-decoration: none;
}

/* line 1826, app/assets/stylesheets/admin.scss */
.photo-card__actions-overlay .action-btn:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

/* line 1830, app/assets/stylesheets/admin.scss */
.photo-card__actions-overlay .action-btn.edit-btn:hover {
  color: #007bff;
  border-color: #007bff;
}

/* line 1834, app/assets/stylesheets/admin.scss */
.photo-card__actions-overlay .action-btn.remove-btn:hover {
  color: #dc3545;
  border-color: #dc3545;
  background-color: #f8d7da;
}

/* line 1839, app/assets/stylesheets/admin.scss */
.photo-card__actions-overlay .action-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1863, app/assets/stylesheets/admin.scss */
.truncate-link {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
