@charset "UTF-8";
/*
 $borders-color - USING ON:
	  stroke-button borders,
	  logo-buttons flags,
	  fields borders,
	  borders of some mind blocks,
	  borders of some blocks,
	  password progress-line bg,
	  other borders */
/*
 $borders-hash - USING ON:
	  posts where images bordered (autoposts, link-post) */
/*
 $font-medium - USING ON:
	  all buttons
	  some titles
	  all links */
/*
 $font-light - USING ON:
	  "Check your email" popup, */
/*
	$color-08 - USING ON:
	cards hover overlay */
/*
	$color-white-05 - USING ON:
	cards buttons after hover with dark-bg, hover on text, etc. */
/*
	$color-white-03 - USING ON:
	hover on $color-white-05 */
/*
	$color-white-01 - USING ON:
	progress-bar on add track at add album */
/*
 $color-03 - USING ON:
	  disabled btns - pledges activity
		longArrow and disable text  - manage campaign */
/*
 $color-02 - USING ON:
	  applause icons */
/*
 $color-01 - USING ON:
	  applause icons hover
		notice in price-popup(on album for sale and crowd. album) */
/*
 $gray-hover - USING ON (only gray links when you hover on):
		post's time
		"Describe more" in "add post"
		"Add photo, video" in "add post" */
/*
 $color-03 - USING ON:
		as background in payout(pending step) */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge",
		confirmation progress lines */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge", */
/*
 $placeholder-color - USING ON:
		placeholder */
/*
	альбом плашка с applause и другими функциями */
/*
 $red - USING ON:
	  hover on delete button,
	  password tips,
	  notice titles, */
/*
 $line-height-* - USING ON:
	  buttons
		text */
/*
 $box-shadow - USING ON:
	  tips */
/*
 $box-shadow - USING ON:
	  posts (news-feed, profiles, post-page) */
/*
 $box-shadow - USING ON:
	  video posts */
/*
 $drop-down-shadow - USING ON:
	  drop-downs (only, without selectized fields) */
/*
 $select-shadow - USING ON:
	  selectized fields (only, without drop-downs) */
/*
	from "organizer.sass" */
[contentEditable="true"] {
  height: auto; }
  [contentEditable="true"]:empty:after {
    content: attr(data-ph);
    color: rgba(0, 0, 0, 0.3); }

.tooltipster-base.hint .tooltipster-box {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: default; }
  .tooltipster-base.hint .tooltipster-box .tooltipster-content {
    max-width: 400px;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #fff;
    line-height: 24px;
    word-break: break-word;
    white-space: normal;
    height: 100%;
    padding: 0 7px;
    border-radius: 2px;
    min-width: 24px;
    text-align: center; }

.tooltipster-base.tooltipster-gallery .tooltipster-box {
  cursor: default;
  padding: 15px;
  max-width: 620px;
  border-radius: 0; }
  .tooltipster-base.tooltipster-gallery .tooltipster-box .tooltipster-content {
    display: flex;
    flex-wrap: wrap; }
    .tooltipster-base.tooltipster-gallery .tooltipster-box .tooltipster-content .image {
      margin: 5px;
      width: 108px;
      height: 108px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

.tooltipster-base .menu-list .price {
  font-weight: 400; }

.tooltipster-base .feedback:hover {
  color: rgba(0, 0, 0, 0.5); }

.tooltipster-box {
  background-color: #fff;
  border-radius: 2px; }

.tooltipster-content .notice {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  z-index: 2;
  min-width: 40px;
  text-align: center; }

.tooltipster-content .tooltip-information {
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #000;
  max-width: 400px;
  line-height: 1.2;
  cursor: default;
  word-wrap: break-word; }
  .tooltipster-content .tooltip-information.rubber {
    width: 100%;
    max-width: 400px; }
  .tooltipster-content .tooltip-information.list {
    width: 100%; }
    .tooltipster-content .tooltip-information.list .tooltip-information-inner {
      font-weight: 600;
      font-size: 12px;
      letter-spacing: -0.2px; }
    .tooltipster-content .tooltip-information.list a {
      display: block;
      white-space: nowrap;
      cursor: pointer;
      margin-bottom: 15px;
      line-height: 1; }
      .tooltipster-content .tooltip-information.list a:last-child {
        margin-bottom: 0; }
      .tooltipster-content .tooltip-information.list a:hover {
        color: rgba(0, 0, 0, 0.5); }
  .tooltipster-content .tooltip-information .tooltip-information-inner {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  .tooltipster-content .tooltip-information .tooltip_header {
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 600;
    margin-bottom: 10px; }
  .tooltipster-content .tooltip-information .link {
    font-weight: 600;
    display: inline-block; }
    .tooltipster-content .tooltip-information .link:hover {
      color: rgba(0, 0, 0, 0.5); }
  .tooltipster-content .tooltip-information .create-club-tooltip-inner .benefits li {
    position: relative;
    padding-left: 10px; }
  .tooltipster-content .tooltip-information .create-club-tooltip-inner .benefits .dot {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    width: 4px;
    height: 4px;
    background-color: black;
    border-radius: 50%;
    z-index: 1; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease; }
  .tooltipster-fade.tooltipster-show {
    opacity: 1; }

.tooltip_ask {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  margin-left: 5px;
  position: relative; }
  .tooltip_ask:hover .symbol_ask {
    fill: rgba(0, 0, 0, 0.4); }
  .tooltip_ask:hover .svg_ask {
    fill: rgba(0, 0, 0, 0.4); }
  .tooltip_ask:hover .tooltip-information {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
    z-index: 4; }
  .tooltip_ask .icon-check {
    color: #fff;
    height: 14px;
    width: 14px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    font-size: 8px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .tooltip_ask .icon-check.green {
      background: #48ea8d; }
  .tooltip_ask .svg_ask {
    vertical-align: middle;
    fill: rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -1px; }
  .tooltip_ask .tooltip-information {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #000;
    position: absolute;
    width: 400px;
    line-height: 1.2;
    cursor: default; }
    .tooltip_ask .tooltip-information .tooltip-information-inner {
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    .tooltip_ask .tooltip-information .tooltip_header {
      font-size: 14px;
      letter-spacing: -0.4px;
      font-weight: 600;
      margin-bottom: 10px; }
    .tooltip_ask .tooltip-information .link {
      font-weight: 600;
      display: inline-block; }
      .tooltip_ask .tooltip-information .link:hover {
        color: rgba(0, 0, 0, 0.5); }

.tooltip-more {
  display: flex;
  flex-wrap: nowrap; }
  .tooltip-more > .show-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    padding-right: 4px; }
    .tooltip-more > .show-item:after {
      content: ',';
      display: inline; }
    .tooltip-more > .show-item:last-of-type {
      padding-right: 0; }
      .tooltip-more > .show-item:last-of-type:after {
        content: none; }
  .tooltip-more .and {
    padding-left: 4px;
    white-space: nowrap;
    flex-shrink: 0; }
    .tooltip-more .and .tooltip_ask {
      margin-left: 0;
      vertical-align: baseline; }
  .tooltip-more .more-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #000; }
    .tooltip-more .more-button:hover .tooltip-information {
      display: block; }

.tooltip-like {
  cursor: pointer; }

.white-bg .checkbox-item .btn-checkbox {
  border: 1px solid rgba(0, 0, 0, 0.07); }
  .white-bg .checkbox-item .btn-checkbox:hover {
    border-color: rgba(0, 0, 0, 0.1); }

.checkbox-item {
  display: flex;
  font-size: 13px;
  letter-spacing: -0.4px;
  text-align: left; }
  .checkbox-item:last-child {
    margin-bottom: 0; }
  .checkbox-item input {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkbox-item input[type="checkbox"]:focus + label {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    .checkbox-item input[type="checkbox"] + label {
      cursor: pointer; }
    .checkbox-item input:checked + .btn-checkbox {
      background-color: #000; }
  .checkbox-item > p {
    line-height: 1.5; }
  .checkbox-item a {
    font-weight: 600; }
    .checkbox-item a:hover {
      color: rgba(0, 0, 0, 0.5); }
  .checkbox-item .btn-checkbox {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    color: #fff; }
    .checkbox-item .btn-checkbox .svg-check {
      fill: #fff;
      width: 14px; }

.text-area-outer {
  border-radius: 2px; }

.field {
  position: relative;
  height: 50px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  width: 100%;
  padding: 23px 9px 8px 11px;
  display: block;
  transition: border-color 0.3s;
  transition-property: border-color, box-shadow; }
  .field.open {
    transition: none; }
  .field:not(.open):not(.focus):not(:focus-within):not(.field-disabled):not([disabled]):hover {
    border-color: rgba(0, 0, 0, 0.17) !important; }
    .field:not(.open):not(.focus):not(:focus-within):not(.field-disabled):not([disabled]):hover.select .selectize-control {
      border-color: rgba(0, 0, 0, 0.17) !important; }
  .field:not(.select):not(.artist-field-select):focus-within {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 3; }
  .field:not(.select):not(.artist-field-select).focus {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 3; }
  .field.select {
    padding: 0;
    border: none; }
    .field.select .long-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: calc(100% - 10px); }
    .field.select .selectize-control {
      border: 1px solid rgba(0, 0, 0, 0.07);
      height: 50px;
      border-radius: 2px;
      transition: border-color 0.3s; }
      .field.select .selectize-control:not(.selectize-multi) .selectize-input {
        display: flex; }
        .field.select .selectize-control:not(.selectize-multi) .selectize-input .item {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-right: 8px; }
    .field.select.open {
      border-color: #fff !important; }
      .field.select.open .selectize-control {
        transition: none;
        height: auto;
        border-color: #fff;
        border-radius: 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        z-index: 5; }
        .field.select.open .selectize-control:not(.selectize-multi) {
          border-bottom-width: 0; }
        .field.select.open .selectize-control:not(.selectize-multi) .selectize-input .item {
          padding-right: 0; }
        .field.select.open .selectize-control:not(.selectize-multi) .selectize-input input {
          padding-right: 10px !important;
          box-sizing: content-box; }
      .field.select.open .field-name {
        z-index: 6;
        pointer-events: all; }
      .field.select.open .field-error-message {
        z-index: 7; }
  .field input {
    font-size: 13px;
    letter-spacing: -0.4px; }
    .field input::placeholder {
      opacity: 0; }
    .field input:focus::placeholder {
      opacity: 1; }
  .field.facebook:focus-within .facebook-icon, .field.facebook.focus .facebook-icon, .field.facebook.typed .facebook-icon {
    visibility: visible;
    opacity: 1; }
  .field.facebook .facebook-icon {
    font-size: 0;
    margin-right: 6px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s; }
    .field.facebook .facebook-icon .svg-fb {
      width: 14px;
      height: 14px;
      fill: #4e72bd; }
  .field.password-challenge .show_hide_pass {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.4px;
    cursor: pointer;
    padding-left: 10px; }
    .field.password-challenge .show_hide_pass:hover {
      color: rgba(0, 0, 0, 0.5); }
  .field.password-challenge .forgot_password {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: color 0.3s; }
    .field.password-challenge .forgot_password:hover {
      color: rgba(0, 0, 0, 0.5); }
  .field.password-challenge .complexity {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-size: 0; }
    .field.password-challenge .complexity.weak .complexity-process {
      background-color: #ff2051; }
    .field.password-challenge .complexity.weak .complexity-text {
      color: #ff2051; }
    .field.password-challenge .complexity.strong .complexity-process {
      background-color: #48ea8d; }
    .field.password-challenge .complexity.strong .complexity-text {
      color: #48ea8d; }
  .field.password-challenge .complexity-bar {
    display: none;
    position: relative;
    height: 4px;
    width: calc(100% - 12px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.07); }
  .field.password-challenge .complexity-process {
    position: absolute;
    left: 0;
    width: 0;
    height: 4px; }
  .field.password-challenge .complexity-tip {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    padding: 20px;
    font-size: 12px;
    letter-spacing: -0.2px;
    text-align: left;
    line-height: 1.5; }
    .field.password-challenge .complexity-tip .complexity-title {
      font-size: 14px;
      letter-spacing: -0.4px;
      font-weight: 600;
      margin-bottom: 10px; }
  .field.focus .complexity-bar {
    display: inline-block; }
  .field .input_outer {
    display: flex;
    align-items: center; }
  .field .field-name {
    position: absolute;
    left: 11px;
    top: 7px;
    color: rgba(0, 0, 0, 0.5);
    z-index: 2; }
    .field .field-name:first-letter {
      text-transform: uppercase; }
  .field.select .field-name {
    left: 12px;
    top: 8px;
    pointer-events: none; }
  .field .input {
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.4px;
    background-color: #fff; }

.info_set .change-password-profile .forgot-pass-link {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: color 0.3s;
  margin: 0;
  color: black; }
  .info_set .change-password-profile .forgot-pass-link:hover {
    color: rgba(0, 0, 0, 0.5); }

.together {
  margin-bottom: 20px; }
  .together .field {
    margin-bottom: 0;
    border-top-color: #fff;
    border-radius: 0; }
    .together .field .selectize-control {
      border-top-color: #fff;
      border-radius: 0; }
    .together .field:first-child {
      border-top-color: rgba(0, 0, 0, 0.07);
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
      .together .field:first-child .selectize-control {
        border-top-color: rgba(0, 0, 0, 0.07);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
    .together .field:last-child {
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
      .together .field:last-child .selectize-control {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px; }

.columns {
  display: flex;
  margin-bottom: 20px; }
  .columns .field {
    margin-bottom: 0;
    border-radius: 0; }
    .columns .field .selectize-control {
      border-left-color: #fff;
      border-radius: 0; }
    .columns .field:first-of-type {
      border-left-color: rgba(0, 0, 0, 0.07);
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
      .columns .field:first-of-type .selectize-control {
        border-left-color: rgba(0, 0, 0, 0.07);
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
    .columns .field:last-child {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
      .columns .field:last-child .selectize-control {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px; }
  .columns .before .selectize-dropdown::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 1px; }

.pledge_buy .columns .field:last-child {
  border-left: none; }

.gray-bg .field {
  border-color: #fff; }
  .gray-bg .field:not(.open):not(:focus-within):not([disabled]):hover {
    border-color: rgba(0, 0, 0, 0.1) !important; }
    .gray-bg .field:not(.open):not(:focus-within):not([disabled]):hover.select .selectize-control {
      border-color: rgba(0, 0, 0, 0.1) !important; }
  .gray-bg .field .selectize-control {
    border-color: #fff; }

.gray-bg .together .field {
  border-top-color: rgba(0, 0, 0, 0.07); }
  .gray-bg .together .field .selectize-control {
    border-top-color: rgba(0, 0, 0, 0.07); }
  .gray-bg .together .field:first-child {
    border-top-color: #fff; }
    .gray-bg .together .field:first-child .selectize-control {
      border-top-color: #fff; }

.gray-bg .columns .field {
  border-left-color: rgba(0, 0, 0, 0.07); }
  .gray-bg .columns .field .selectize-control {
    border-left-color: rgba(0, 0, 0, 0.07); }
  .gray-bg .columns .field:first-of-type {
    border-left-color: #fff; }
    .gray-bg .columns .field:first-of-type .selectize-control {
      border-left-color: #fff; }

.field-error {
  position: relative; }
  .field-error:focus-within .field-error-message {
    z-index: 7; }
  .field-error .field-error-message {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear 0s;
    z-index: 3; }

.field-error-message {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  left: -7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-font-smoothing: initial;
  text-align: left; }
  .field-error-message > span {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 0;
    max-width: 400px;
    margin-right: -20000px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);
    background-color: #ff2051;
    color: #fff;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear 0s; }
    .field-error-message > span.slow-hidden {
      visibility: hidden;
      opacity: 0;
      z-index: -1; }
  .field-error-message .svg-error {
    width: 14px;
    height: 14px; }
    .field-error-message .svg-error .cls-1 {
      fill: #ff2051; }
    .field-error-message .svg-error .cls-2 {
      fill: #fff;
      fill-rule: evenodd; }

.filter-tabs .tabs li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: -0.4px;
  position: relative;
  margin-right: 15px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: color 0.3s; }
  .filter-tabs .tabs li:hover {
    color: rgba(0, 0, 0, 0.3); }
  .filter-tabs .tabs li.active {
    color: #000;
    font-weight: 600; }
    .filter-tabs .tabs li.active:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background-color: #48ea8d; }
    .filter-tabs .tabs li.active > a {
      transition: none; }
  .filter-tabs .tabs li > a {
    color: inherit; }

.filter-tabs.column-tabs .tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.selectize-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .selectize-control.multi .selectize-input > div {
    margin-bottom: 2px; }
  .selectize-control input {
    left: 50% !important; }
    .selectize-control input:focus {
      position: static !important; }

.select.open:before {
  content: '';
  border: none;
  position: absolute;
  right: 12px;
  height: 10px;
  top: calc(50% - 5px);
  width: 12px;
  display: block;
  cursor: pointer;
  z-index: 10; }

.selectize-control.single .selectize-input:after {
  content: '';
  border: none;
  right: 13px;
  top: 50%;
  height: 6px;
  width: 10px;
  opacity: 0.2;
  background-image: url("/frontend/img/arrowdropdownBlack.svg"); }

.open .selectize-control.single .selectize-input:after {
  margin-top: -3px;
  border: none;
  transform: rotate(180deg); }

.selectize-input {
  color: #000;
  display: block;
  padding: 22px 25px 8px 11px;
  box-shadow: none;
  background: none;
  font-size: 13px;
  letter-spacing: -0.4px;
  border: none;
  border-radius: 0; }
  .selectize-input > input {
    margin: 0 !important; }
  .selectize-input.focus {
    box-shadow: none; }
  .selectize-input.dropdown-active {
    box-shadow: none; }
    .selectize-input.dropdown-active + .selectize-dropdown {
      z-index: 99; }

.pledge_buy .selectize-input .item {
  flex-shrink: 0; }

.pledge_buy .selectize-input input[readonly] {
  width: 100% !important; }

.selectize-control.single .selectize-input.input-active {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-dropdown {
  color: #000;
  border-color: #fff;
  padding-top: 2px;
  border-bottom: none;
  box-shadow: none;
  border-radius: 0; }
  .selectize-dropdown:after {
    content: "";
    width: calc(100% + 4px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 1px;
    left: -2px; }
  .selectize-dropdown.dropdown-empty-message {
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5); }
  .selectize-dropdown .scroll-wrapper > .scroll-element.scroll-x {
    width: calc(100% - 20px);
    left: 10px; }
  .selectize-dropdown .scroll-wrapper > .scroll-element.scroll-y {
    height: calc(100% - 20px);
    top: 10px; }

.selectize-dropdown-content {
  height: 100%; }

.selectize-dropdown [data-selectable] {
  padding: 8px 10px;
  margin: 0 8px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%; }
  .selectize-dropdown [data-selectable]:first-child {
    margin-top: 5px; }
  .selectize-dropdown [data-selectable]:last-child {
    margin-bottom: 5px; }
  .selectize-dropdown [data-selectable] .highlight {
    background-color: #f2f2f2; }

.selectize-dropdown .active {
  background-color: rgba(0, 0, 0, 0.07);
  color: #000; }
  .selectize-dropdown .active.create {
    color: #000; }

.birthday .selectize-dropdown .active > input {
  min-width: 90%; }

/************** SCROLLBAR BASE CSS TODO improve **************/
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }
  .scroll-wrapper > .scroll-content.scroll-scrolly_visible {
    padding-right: 7px; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-wrapper:hover .scroll-x.scroll-scrollx_visible, .scroll-wrapper:hover .scroll-y.scroll-scrolly_visible {
  visibility: visible;
  opacity: 1; }

.scroll-element {
  display: none;
  transition: visibility 0.3s, opacity 0.3s; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
  visibility: hidden;
  opacity: 0; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid rgba(0, 0, 0, 0.07); }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/* SIMPLE INNER SCROLLBAR */
.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-wrapper > .scroll-x {
  bottom: 2px;
  height: 5px;
  left: 0;
  width: 100%; }
  .scroll-wrapper > .scroll-x .scroll-bar {
    min-width: 30px; }

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  right: 5px;
  top: 0;
  width: 5px; }
  .scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
    min-height: 30px; }

.scroll-wrapper > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: rgba(0, 0, 0, 0.07); }

/* update scrollbar offset if both scrolls are visible */
.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/************** end of SCROLLBAR BASE CSS **************/
/************** Popup menu ***********************/
.post_menu {
  position: relative;
  z-index: 1;
  display: inline-block; }
  .post_menu.active {
    z-index: 5; }
    .post_menu.active .post_menu_list {
      display: block; }
  .post_menu .post_menu_btn {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    padding: 10px 4px;
    vertical-align: middle; }
    .post_menu .post_menu_btn:hover .menu_point {
      background-color: rgba(0, 0, 0, 0.1); }
    .post_menu .post_menu_btn .menu_point {
      display: inline-block;
      width: 3px;
      height: 3px;
      margin-right: 3px;
      background-color: rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s; }
      .post_menu .post_menu_btn .menu_point:last-child {
        margin-right: 0; }
  .post_menu .text_menu_btn {
    display: inline-block;
    cursor: pointer; }
    .post_menu .text_menu_btn:hover {
      text-decoration: underline; }
  .post_menu .post_menu_list {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    z-index: 2; }
    .post_menu .post_menu_list ul li {
      white-space: nowrap;
      cursor: pointer;
      margin-bottom: 15px;
      line-height: 1;
      transition: color 0.3s; }
      .post_menu .post_menu_list ul li:last-child {
        margin-bottom: 0; }
      .post_menu .post_menu_list ul li:hover {
        color: rgba(0, 0, 0, 0.5); }
      .post_menu .post_menu_list ul li a {
        transition: color 0.3s; }
        .post_menu .post_menu_list ul li a:hover {
          color: rgba(0, 0, 0, 0.5); }
      .post_menu .post_menu_list ul li .price {
        font-weight: 400; }

.share-block {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 305px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 3;
  cursor: initial;
  line-height: 1.2;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.2px; }
  .share-block ::placeholder {
    color: rgba(0, 0, 0, 0.5); }

.share-cont-block .search-block {
  position: relative;
  height: 50px;
  align-items: center;
  display: flex;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .share-cont-block .search-block input {
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.4px;
    border: none;
    padding-left: 25px; }
  .share-cont-block .search-block .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 15px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.2); }
  .share-cont-block .search-block > span {
    font-size: 13px;
    letter-spacing: -0.4px;
    font-weight: 600;
    margin-left: 25px; }

.share-cont-block .share-people .scroll-x {
  bottom: 4px;
  left: 10px;
  width: calc(100% - 20px); }

.share-people {
  position: relative;
  min-width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #000; }
  .share-people .share-item {
    flex-shrink: 0;
    padding: 0 10px;
    text-align: center;
    width: 80px;
    cursor: pointer;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis; }
    .share-people .share-item:hover .share-item-img .avatar {
      opacity: 0.55;
      background-color: #dedede; }
    .share-people .share-item:hover .user_name {
      color: rgba(0, 0, 0, 0.5); }
    .share-people .share-item .share-item-img .avatar {
      color: rgba(0, 0, 0, 0.2);
      background-color: #dedede; }
    .share-people .share-item.select .share-item-img {
      position: relative; }
      .share-people .share-item.select .share-item-img:before {
        font-family: icomoon;
        content: '\e901';
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; }
    .share-people .share-item.select .user_name {
      font-weight: 600; }
  .share-people .share-item-img {
    height: 60px;
    width: 60px;
    margin-bottom: 8px; }
    .share-people .share-item-img .no_image {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      font-size: 20px;
      letter-spacing: -0.6px;
      background-color: #dedede;
      color: rgba(0, 0, 0, 0.2); }
    .share-people .share-item-img .avatar {
      font-size: 20px;
      letter-spacing: -0.6px; }
    .share-people .share-item-img .user_name {
      line-height: 1.2; }
  .share-people .empty-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.5); }

.step2 {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 10px; }
  .step2 .respon-img {
    width: 30px;
    height: 30px; }
  .step2 [contenteditable="true"] {
    font-size: 13px;
    letter-spacing: -0.4px;
    padding: 8px 8px 8px 15px; }
  .step2 .btn-black-36 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1; }

.share-mail input {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  width: 100%;
  font-size: 13px;
  letter-spacing: -0.4px; }

.share-mail ::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }

.share-mail [contenteditable="true"] {
  padding: 20px 20px 10px 20px;
  min-height: 180px; }
  .share-mail [contenteditable="true"]:before {
    font-size: 13px;
    letter-spacing: -0.4px; }

.share-mail .share-email-ft {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px 10px 0; }
  .share-mail .share-email-ft .btn-link {
    margin-right: 20px; }

.share-bot {
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 20px 20px 15px; }
  .share-bot .share-bot-item {
    cursor: pointer;
    text-align: center;
    width: 56px;
    margin-right: 14px; }
    .share-bot .share-bot-item:last-child {
      margin-right: 0; }
    .share-bot .share-bot-item:hover .share-bot-item-top {
      opacity: 0.5; }
    .share-bot .share-bot-item > p {
      margin-top: 4px;
      color: #a1a1a1;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      letter-spacing: -0.2px;
      white-space: nowrap; }
  .share-bot .share-bot-item-top {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    color: #000; }

/************** End popup menu ***********************/
/************** Labels and badge ***********************/
.gray-stroked-label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px; }

.buy-label {
  display: inline-block;
  color: #48ea8d;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #48ea8d;
  border-radius: 2px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease; }
  .buy-label:hover {
    background: #48ea8d;
    color: #fff; }
  .buy-label[disabled] {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
    pointer-events: none; }

.gray-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 2px; }

.approve-label {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 3px 3px 2px 3px;
  font-size: 10px;
  letter-spacing: 0;
  color: white; }

.decline-label {
  display: inline-block;
  background: #ff2051;
  border-radius: 50%;
  padding: 3px 3px 2px 3px;
  font-size: 10px;
  letter-spacing: 0;
  color: white; }

.badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  font-size: 9px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border-radius: 10px; }

/************** End of labels and badge ***********************/
.menu-list {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 20px; }
  .menu-list > ul > li {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 1;
    transition: color 0.3s; }
    .menu-list > ul > li::first-letter {
      text-transform: uppercase; }
    .menu-list > ul > li a {
      color: inherit;
      transition: none; }
      .menu-list > ul > li a::first-letter {
        text-transform: uppercase; }
    .menu-list > ul > li:last-child {
      margin-bottom: 0; }
    .menu-list > ul > li:hover {
      color: rgba(0, 0, 0, 0.5); }
  .menu-list .lang {
    margin-bottom: 20px; }
  .menu-list .change-block, .menu-list .change-la {
    position: relative;
    cursor: pointer; }
    .menu-list .change-block .block, .menu-list .change-la .block {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .menu-list .change-block .block:hover, .menu-list .change-la .block:hover {
        opacity: 0.5; }
    .menu-list .change-block span, .menu-list .change-la span {
      font-size: 12px;
      letter-spacing: -0.2px;
      color: #000;
      margin-right: 6px;
      font-weight: 400;
      padding-right: 10px; }
    .menu-list .change-block svg .arrowDropdown, .menu-list .change-la svg .arrowDropdown {
      fill: rgba(0, 0, 0, 0.2); }
  .menu-list .block-dropDown, .menu-list .la-dropDown {
    display: none; }

.album-list-wrapper {
  width: 340px;
  padding: 0 10px 0 20px; }
  .album-list-wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; }
    .album-list-wrapper .top .left {
      font-weight: 600;
      color: rgba(0, 0, 0, 0.5);
      font-size: 14px;
      letter-spacing: -0.4px; }
    .album-list-wrapper .top .right {
      font-weight: 600;
      transition: color 0.3s;
      cursor: pointer;
      padding-right: 10px; }
      .album-list-wrapper .top .right:hover {
        color: rgba(0, 0, 0, 0.5); }
  .album-list-wrapper .bottom {
    padding-top: 5px;
    padding-bottom: 30px; }
    .album-list-wrapper .bottom .scroll-content {
      padding-right: 0; }
    .album-list-wrapper .bottom .scroll-element.scroll-y {
      right: 0; }
    .album-list-wrapper .bottom .list {
      max-height: 230px;
      overflow-y: hidden; }
      .album-list-wrapper .bottom .list .block {
        display: flex;
        align-items: center;
        padding-bottom: 20px; }
        .album-list-wrapper .bottom .list .block:last-child {
          padding-bottom: 0; }
        .album-list-wrapper .bottom .list .block .avatar {
          width: 30px;
          height: 30px;
          flex-shrink: 0; }
        .album-list-wrapper .bottom .list .block .album-name {
          padding: 0 19px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-left: 0;
          line-height: 1.2; }
        .album-list-wrapper .bottom .list .block .checkbox-item {
          margin-left: auto;
          flex-shrink: 0; }

.tooltipster-content .block-dropDown, .tooltipster-content .la-dropDown {
  padding: 10px;
  background-color: #fff; }
  .tooltipster-content .block-dropDown.active-dd, .tooltipster-content .la-dropDown.active-dd {
    z-index: 3;
    visibility: visible;
    opacity: 1; }
  .tooltipster-content .block-dropDown ul li, .tooltipster-content .la-dropDown ul li {
    font-weight: 400;
    display: block;
    padding: 0px 10px;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 30px;
    margin-bottom: 0;
    color: #000;
    cursor: pointer; }
    .tooltipster-content .block-dropDown ul li:hover, .tooltipster-content .la-dropDown ul li:hover {
      background-color: rgba(0, 0, 0, 0.07); }

@media (max-width: 400px) {
  .tooltipster-content .tooltip-information {
    max-width: 100%;
    width: auto;
    min-width: 300px; } }

[data-card-info="warning-block"] .field-error-message {
  left: -15px; }
