/* line 2, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px; }
/* line 8, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 14px; }
/* line 16, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__field {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
  min-width: 0; }
/* line 24, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__label {
  margin-bottom: 0;
  white-space: nowrap;
  flex: 0 0 auto; }
/* line 30, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__input {
  width: 240px;
  flex: 0 1 240px;
  min-width: 180px; }
  /* line 35, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
  .search-form-section .search-form-section__input .input__widget {
    width: 100%; }
/* line 40, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__action {
  display: flex;
  align-items: center;
  flex: 0 0 auto; }
/* line 46, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap; }
/* line 54, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__button--submit {
  width: 240px; }
/* line 58, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
.search-form-section .search-form-section__button--columns {
  width: 110px;
  min-width: 110px; }

@media (max-width: 767px) {
  /* line 66, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
  .search-form-section .search-form-section__content {
    align-items: stretch;
    row-gap: 12px; }
  /* line 71, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
  .search-form-section .search-form-section__field {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px; }
  /* line 78, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
  .search-form-section .search-form-section__input {
    width: 100%;
    min-width: 0;
    flex-basis: auto; }
  /* line 87, /opt/wander/app/assets/stylesheets/client_v2/views/general/search_filters.css.scss */
  .search-form-section .search-form-section__action,
  .search-form-section .search-form-section__button,
  .search-form-section .search-form-section__button--submit,
  .search-form-section .search-form-section__button--columns {
    width: 100%;
    min-width: 0; } }
/* line 4, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.img_croping {
  width: 100%;
  overflow: hidden;
  margin-top: 15px; }
  /* line 9, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .img_croping .img_crop_preview {
    width: 128px;
    height: 128px;
    overflow: hidden; }
  /* line 15, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .img_croping .img_crop_content {
    height: 364px;
    width: 100%;
    overflow: hidden; }

/* line 23, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.my-referrals-section .wander-coins {
  background-color: #faecfd;
  border-radius: 8px;
  padding: 8px;
  color: #563c5c;
  align-items: center;
  justify-content: center; }
  /* line 31, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .my-referrals-section .wander-coins .icon {
    font-size: 24px; }
  /* line 35, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .my-referrals-section .wander-coins b {
    font-size: inherit; }

/* line 42, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.cardRating .mood__rating {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
/* line 50, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.cardRating .mood__label {
  cursor: pointer;
  font-size: 3rem;
  transition: transform 0.2s;
  display: inline-block;
  color: #d5d5d5; }
  /* line 57, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .cardRating .mood__label .icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: middle; }
/* line 69, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.cardRating .mood__rating:checked + i {
  color: #670aea !important;
  transform: scale(1.2); }
/* line 74, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.cardRating .mood__rating:hover + i {
  color: #f2289f; }

/* line 82, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.dashboard .remote-widget .dashboard__widget-body .profile-card {
  white-space: normal; }
  /* line 85, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .dashboard .remote-widget .dashboard__widget-body .profile-card:hover {
    background-color: unset;
    border-radius: unset; }

/* line 97, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
#section_add_more_items.cart-grid-videos #button_go_to_grid_videos {
  display: none; }
/* line 100, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
#section_add_more_items.cart-checkout #button_go_to_checkout {
  display: none; }

/* line 105, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.wandercoins__section__client .label {
  font-size: 1rem;
  font-weight: 600;
  border-radius: 3px;
  transition: all ease 0.5s;
  padding: 2px 10px;
  color: white;
  display: inline-block; }

/* line 119, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
#inbox-section .chat__section-list .peer .peer__message {
  color: #76839c; }
/* line 125, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
#inbox-section .chat__section-list .peer--unread .peer__message, #inbox-section .chat__section-list .peer--unread .peer__name {
  color: #2d2d2d;
  font-weight: bold; }
/* line 132, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
#inbox-section .definitions__table {
  border-collapse: separate;
  border-spacing: 0px 15px; }
  /* line 135, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  #inbox-section .definitions__table td {
    padding-left: 20px; }
/* line 140, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
#inbox-section .definitions__video-list {
  list-style: none; }
  /* line 143, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  #inbox-section .definitions__video-list li::before {
    content: "- "; }

/* line 150, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.notifications-section .notification-emisor {
  color: #76839c; }
/* line 154, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.notifications-section .notification-comment-preview {
  font-style: italic; }
/* line 158, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.notifications-section .notification-link {
  text-decoration: underline;
  color: #670aea; }

/* line 165, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.project-section-show .described-action:hover {
  background-color: unset;
  border-radius: unset; }
/* line 170, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.project-section-show .references--single-column {
  grid-template-columns: minmax(0, 1fr); }
/* line 174, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.project-section-show .technical-template__link {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* swal2 */
/* line 186, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.swal2-container .swal2-modal {
  animation: none !important; }
/* line 190, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.swal2-container .swal2-popup:not(.swal2-toast) .swal2-icon.swal2-error {
  width: 3em !important;
  height: 3em !important;
  line-height: 3em !important;
  font-size: 1rem; }
  /* line 196, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .swal2-container .swal2-popup:not(.swal2-toast) .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    top: 1.3875em !important;
    width: 1.7625em !important;
    height: 0.1875em !important; }
  /* line 201, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .swal2-container .swal2-popup:not(.swal2-toast) .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
    left: 0.6375em !important; }
  /* line 204, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
  .swal2-container .swal2-popup:not(.swal2-toast) .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
    right: 0.6em !important; }
/* line 209, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.swal2-container .swal2-popup:not(.swal2-toast) .swal2-icon.swal2-success {
  font-size: 0.6rem; }

/* summernote */
/* line 218, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.chat .messaging-window .note-frame {
  font-family: unset; }

/* line 226, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.section-my-account .account-settings-select--single-line .ts-wrapper.single .ts-control {
  padding-right: 38px !important; }
/* line 230, /opt/wander/app/assets/stylesheets/client_v2/my-custom-styles.css.scss */
.section-my-account .account-settings-select--single-line .ts-wrapper.single .ts-control > .item {
  display: block;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  line-height: var(--tom-tag-height);
  text-overflow: ellipsis;
  white-space: nowrap; }
