/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap");
.upload:hover .upload-text:before, .upload .upload-text:before, .header .back-btn.home .arrow-icon {
  display: inline-block;
  background-image: url("../scss/svg-sprites/sprite.svg");
  background-size: 12.8125em 12.8125em; }

.fs-14 {
  font-size: 14px; }

.lh-17 {
  line-height: 17px; }

.lh-1 {
  line-height: 1; }

.radius {
  border-radius: 10px; }

.radius-mid, .basic-box {
  border-radius: 20px; }

.radius-large {
  border-radius: 30px; }

.basic-box {
  background: white;
  padding: 20px 40px; }

.shadowed {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25); }

.transition {
  transition: all 0.3s; }

.white-pill {
  color: white;
  border-radius: 15px;
  padding: 3px 16px 7px 16px;
  display: inline-block; }

.blue {
  color: #0000ff; }

.magenta,
.pink {
  color: #fa339a; }

.white-hover {
  cursor: pointer;
  background: white;
  color: #1d1d1f !important; }

.live {
  background: #fd3927;
  border-radius: 4px;
  color: white;
  width: 54px;
  height: 22px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center; }
  .live .circle {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    background: white;
    border-radius: 50%; }

.swiper-scroll {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #d3d3d3;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.swiper-initialized {
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.flex-column {
  flex-direction: column; }

.flex-center {
  justify-content: center; }

.fl {
  display: flex; }
  .fl-row {
    flex-direction: row; }
    .fl-row-reversed {
      flex-direction: row-reverse; }
  .fl-col {
    flex-direction: column; }
    .fl-col-reversed {
      flex-direction: column-reverse; }
    @media (max-width: 660px) {
      .fl-col-mobile {
        flex-direction: column; } }
  .fl-wrap {
    flex-wrap: wrap; }
  .fl-nowrap {
    flex-wrap: nowrap; }
  .fl-al-center {
    align-items: center; }
  .fl-al-base {
    align-items: baseline; }
  .fl-al-start {
    align-items: flex-start; }
  .fl-al-end {
    align-items: flex-end; }
  .fl-jus-space-between {
    justify-content: space-between; }
  .fl-jus-center {
    justify-content: center; }
  .fl-jus-end {
    justify-content: flex-end; }

.job-grid,
.discover-grid,
.entity-grid {
  display: flex;
  align-items: flex-start; }
  .job-grid.reversed,
  .discover-grid.reversed,
  .entity-grid.reversed {
    flex-direction: row-reverse; }
  .job-grid .sidebar,
  .discover-grid .sidebar,
  .entity-grid .sidebar {
    width: 300px; }
  .job-grid .content,
  .discover-grid .content,
  .entity-grid .content {
    width: calc(100% - 320px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap; }

.entity-grid #profile-content-wrapper {
  width: calc(100% - 320px);
  margin-left: auto; }
  .entity-grid #profile-content-wrapper .content {
    width: 100%; }

.job-grid .content {
  margin-left: 0;
  margin-right: auto; }

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
p {
  margin-bottom: 20px; }

.basic-text {
  font-size: 16px;
  font-weight: 600; }

.tiny-normal-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px; }

.smaller-italic-title {
  font-size: 14px;
  font-weight: 900;
  font-style: italic; }

.smaller-normal-title {
  font-size: 14px;
  letter-spacing: -0.35px; }

.smaller-medium-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px; }

.smaller-plus-normal-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px; }
  @media (max-width: 430px) {
    .smaller-plus-normal-title {
      font-size: 14px;
      letter-spacing: -0.35px; } }

.smaller-plusplus-normal-title {
  font-size: 18px;
  font-weight: 600; }

.smaller-plusplus-medium-title {
  font-size: 18px;
  font-weight: 500; }

.small-normal-title {
  font-size: 20px;
  font-weight: 500; }

.small-medium-title {
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 440px) {
    .small-medium-title {
      font-size: 16px; } }

.small-italic-title {
  font-size: 20px;
  font-weight: 900;
  font-style: italic; }

.small-plus-italic-title {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.5px; }

.small-xplus-normal-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px; }

.small-xplusplus-normal-title {
  font-size: 26px;
  font-weight: bold; }

.small-xl-italic-title {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: -0.75px; }
  @media (max-width: 900px) {
    .small-xl-italic-title {
      font-size: 26px;
      letter-spacing: -0.5px; } }
  @media (max-width: 430px) {
    .small-xl-italic-title {
      font-size: 24px; } }

.medium-italic-title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic; }

.big-s-black-italic {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.9px; }
  @media (max-width: 440px) {
    .big-s-black-italic {
      font-size: 30px; } }
  @media (max-width: 500px) {
    .big-s-black-italic {
      font-size: 24px; } }

.big-black-italic-shadow {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.66px;
  font-style: italic;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 900px) {
    .big-black-italic-shadow {
      font-size: 36px;
      letter-spacing: -0.5px; } }
  @media (max-width: 500px) {
    .big-black-italic-shadow {
      font-size: 24px; } }

button, .button {
  margin-right: 0;
  cursor: pointer;
  height: 50px;
  transition: all 0.3s ease;
  width: auto;
  font-family: "Commissioner", sans-serif;
  text-align: center; }
  button.remove, .button.remove {
    background: #f0f0f7 url("../images/user/close.svg") no-repeat 5px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    display: inline-block;
    padding: 0; }
    button.remove.black, .button.remove.black {
      background: #1d1d1f url("../images/user/close-white.svg") no-repeat 5px; }
    button.remove:hover, .button.remove:hover {
      background: #00f url("../images/user/close-white.svg") no-repeat 5px;
      border: 0; }
  button.crop, .button.crop {
    width: 190px;
    margin-top: 0;
    background: #00f;
    color: white;
    border: none; }
    button.crop:hover, .button.crop:hover {
      border: 1px solid #1d1d1f !important;
      color: #1d1d1f !important;
      background: white !important; }
  button.edit, .button.edit {
    width: 100%;
    margin-top: 7px;
    margin-right: 0;
    margin-left: 0; }
  button.action, .button.action {
    width: 23px;
    height: 30px;
    border-radius: 50%;
    border: 0; }
  button.zoom-in, .button.zoom-in {
    background: url("../images/crop/zoom-in.svg") no-repeat 5px; }
  button.zoom-out, .button.zoom-out {
    background: url("../images/crop/zoom-out.svg") no-repeat 5px; }
  button.rotate-left, .button.rotate-left {
    background: url("../images/crop/rotate-clockwise.svg") no-repeat 5px; }
  button.rotate-right, .button.rotate-right {
    background: url("../images/crop/rotate-counter-clockwise.svg") no-repeat 5px; }
  button.move-top, .button.move-top {
    background: url("../images/crop/arrow-top.svg") no-repeat 5px; }
  button.move-right, .button.move-right {
    background: url("../images/crop/arrow-right.svg") no-repeat 5px; }
  button.move-left, .button.move-left {
    background: url("../images/crop/arrow-left.svg") no-repeat 5px; }
  button.move-bottom, .button.move-bottom {
    background: url("../images/crop/arrow-bottom.svg") no-repeat 5px; }
  button:not(.close-btn):not(.burgermenu):not(.container-checks):not(.remove):not(.add-more):hover, .button:not(.close-btn):not(.burgermenu):not(.container-checks):not(.remove):not(.add-more):hover {
    background: #00f;
    color: #fff;
    border: 2px solid #00f; }
    button:not(.close-btn):not(.burgermenu):not(.container-checks):not(.remove):not(.add-more):hover.no-side-mg, .button:not(.close-btn):not(.burgermenu):not(.container-checks):not(.remove):not(.add-more):hover.no-side-mg {
      margin-left: 0;
      margin-right: 0; }
  button.add-more, .button.add-more {
    position: relative;
    padding: 10px 47px;
    display: flex;
    align-items: center;
    margin: 30px 0 15px 0;
    border-radius: 10px;
    border: solid 2px #7b7b7b;
    background: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    font-style: italic; }
    button.add-more.empty-list, .button.add-more.empty-list {
      margin-top: 0; }
    @media (max-width: 660px) {
      button.add-more, .button.add-more {
        width: 100%;
        margin: 30px 0 15px 0; }
        button.add-more.empty-list, .button.add-more.empty-list {
          margin-top: 0; } }
    button.add-more.mobile, .button.add-more.mobile {
      position: relative;
      padding: 13px;
      display: flex;
      align-items: center;
      margin: 15px 0;
      border-radius: 50%;
      border: 2px solid #7b7b7b;
      background: #fff;
      height: auto;
      text-transform: uppercase; }
      button.add-more.mobile:before, .button.add-more.mobile:before {
        left: -3px; }
    button.add-more:before, .button.add-more:before {
      content: '+';
      left: 17px;
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 24px;
      font-weight: normal;
      font-style: normal;
      line-height: 1; }
    button.add-more:hover, .button.add-more:hover {
      background: #00f;
      color: #fff;
      border: solid 2px #00f; }
      button.add-more:hover:before, .button.add-more:hover:before {
        color: #fff; }
  button.update, .button.update {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 14px !important;
    font-style: italic;
    position: relative;
    cursor: pointer;
    background: #1d1d1f; }

.edit-profile button.add-more {
  background: transparent; }
  .edit-profile button.add-more:hover {
    background: #00f; }

.mobile .add-more {
  position: relative;
  margin: -15px auto 0 auto;
  border: 0; }
  .mobile .add-more:hover {
    background: transparent !important;
    color: #00f;
    border: unset; }
    .mobile .add-more:hover:before {
      color: #00f; }

.slider-target {
  width: 280px;
  margin-left: 10px; }
  @media (max-width: 660px) {
    .slider-target {
      width: 100%; } }
  .slider-target .slider-connect {
    background: #00f; }
  .slider-target .slider-tooltip {
    background: #1d1d1f;
    border-color: #1d1d1f;
    font-weight: 500; }
  .slider-target .slider-handle:focus {
    box-shadow: rgba(0, 0, 255, 0.2) 0px 2px 8px 0px; }

.multiselect-search {
  width: 87% !important;
  border: 0 !important; }

.images-upload .filepond--list {
  position: unset;
  display: flex; }

.images-upload .filepond--item {
  width: calc(25% - 0.5em);
  height: 180px !important; }

.images-upload .filepond--root {
  display: flex; }

.images-upload .filepond--drop-label {
  position: absolute;
  bottom: -50px; }

.media-list-images .filepond--root {
  height: 220px; }
  .media-list-images .filepond--root .filepond--drop-label {
    height: 220px;
    background: #f0f0f7;
    border-radius: 10px; }

.media-list-images .filepond--list-scroller {
  height: 220px !important;
  margin: 9px -9px 0 -8px;
  overflow: hidden; }

.media-list-images .filepond--label-action {
  font-family: Commissioner;
  font-weight: 900;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding: 0 0 0 28px; }
  .media-list-images .filepond--label-action:before {
    content: url("../images/user/upload.svg");
    position: absolute;
    left: 1px;
    top: -1px; }

.media-list-images .multiselect-search {
  width: 73% !important; }

.images-upload .filepond--drop-label {
  background: #f0f0f7;
  border-radius: 10px; }

.images-upload .filepond--label-action {
  font-family: Commissioner;
  font-weight: 900;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding: 0 0 0 28px;
  text-decoration: unset;
  color: #1d1d1f; }
  .images-upload .filepond--label-action:before {
    content: url("../images/user/upload.svg");
    position: absolute;
    left: 1px;
    top: -1px; }

.multiselect {
  border: 2px solid #e5e5e5;
  padding: 0 16px 0 21px;
  border-radius: 10px;
  min-height: 46px;
  font-size: 16px;
  font-weight: 500; }
  .multiselect-clear {
    padding-right: 10px; }
  .multiselect.is-open {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .multiselect.is-active {
    box-shadow: unset;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #e5e5e5; }
  .multiselect .multiselect-tag {
    background: white;
    color: #1d1d1f;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: 1.7px solid #a7a7a7;
    border-radius: 13px;
    padding: 1px;
    font-size: 12px;
    padding: 2px 6px;
    margin-bottom: 5px;
    margin-right: 5px; }
    .multiselect .multiselect-tag-remove {
      padding: 0;
      border-radius: 13px;
      position: relative;
      bottom: -1px; }
  .multiselect .multiselect-option {
    font-size: 16px;
    font-weight: 500; }
    .multiselect .multiselect-option.is-selected, .multiselect .multiselect-option.is-pointed {
      background: #f0f0f7;
      color: #1d1d1f; }
  .multiselect .multiselect-dropdown {
    border-radius: 10px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: 2px solid #e5e5e5;
    width: calc(100% + 4px);
    left: -2px;
    z-index: 4;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    scrollbar-width: none; }
  .multiselect .multiselect-caret {
    background: url("../images/user/down.svg");
    width: 19px;
    height: 19px;
    mask-image: unset;
    margin: 0;
    z-index: 1; }
  .multiselect .multiselect-placeholder {
    color: #a7a7a7;
    font-weight: 500;
    font-family: 'Commissioner'; }
  .multiselect .multiselect-tags-search {
    border: unset !important;
    border-radius: unset;
    padding: 0;
    background: transparent; }
    .multiselect .multiselect-tags-search-wrapper {
      display: none; }
  .multiselect .multiselect-tags {
    padding-left: 0;
    margin-top: 0; }
  .multiselect input {
    height: 42px !important; }

.multiselect-fake-input {
  display: none; }

.media-list {
  display: flex;
  align-items: center;
  padding: 15px 0; }
  @media (max-width: 660px) {
    .media-list {
      flex-direction: column; } }
  .media-list:first-child {
    border-top: 0; }
  .media-list .item {
    margin-right: 35px;
    width: 90%; }
    @media (max-width: 660px) {
      .media-list .item {
        margin-right: 10px;
        width: 100%; } }

.pager {
  display: flex;
  justify-content: space-between; }
  .pager.jus-end {
    justify-content: flex-end; }
  .pager .button {
    width: 240px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #7b7b7b;
    font-weight: 900;
    font-style: italic;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
    font-family: Commissioner; }
    .pager .button.no-right-mg {
      margin-right: 0; }
    .pager .button.disabled {
      cursor: default;
      opacity: 0.2; }
      .pager .button.disabled:hover {
        background: #1d1d1f !important;
        color: #fff; }
    @media (max-width: 660px) {
      .pager .button {
        width: 100%;
        margin-left: 0; } }
    .pager .button:only-child {
      margin-left: auto; }
    .pager .button:before {
      content: '';
      border: solid white;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      position: absolute; }
    .pager .button:hover {
      background: #00f;
      color: #fff;
      border: 1px solid #00f; }
      .pager .button:hover:before {
        border: solid #fff;
        border-width: 0 2px 2px 0; }
    .pager .button.prev:before {
      content: none; }
    .pager .button.next:before {
      content: none; }

.edit-profile .pager .button {
  border: 1px solid #1d1d1f;
  background: #1d1d1f;
  color: #fff; }
  .edit-profile .pager .button:only-child {
    margin-left: 0; }

@media (max-width: 660px) {
  .edit-profile .pager.credentials {
    flex-direction: column-reverse;
    height: 130px; }
    .edit-profile .pager.credentials button {
      margin-right: 0; } }

.modal-header {
  position: relative; }
  .modal-header .des {
    font-size: 1rem;
    letter-spacing: -0.6px;
    font-weight: 500;
    color: #1d1d1f;
    text-align: center;
    margin-top: 15px; }
  .modal-header button {
    position: absolute;
    right: -14px;
    top: 0; }
  .modal-header .remove {
    position: absolute;
    right: 0;
    top: 0; }

.modal-body {
  margin: 20px 0; }
  .modal-body .label {
    font-size: 0.77778rem;
    letter-spacing: -0.6px;
    font-style: italic;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 25px; }

.edit-profile .top-wrapper {
  background: #f0f0f7;
  width: 100%;
  height: 190px;
  margin-bottom: 80px; }
  @media (max-width: 660px) {
    .edit-profile .top-wrapper {
      height: auto;
      margin-bottom: 20px; } }
  .edit-profile .top-wrapper .inside {
    padding: 0 60px; }
    @media (max-width: 660px) {
      .edit-profile .top-wrapper .inside {
        padding: 0 20px; } }
  .edit-profile .top-wrapper .user-info {
    display: flex;
    align-items: center;
    padding: 38px 0; }
    .edit-profile .top-wrapper .user-info .image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px;
      flex-shrink: 0;
      background: #e5e5e5; }
      .edit-profile .top-wrapper .user-info .image img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }
      @media (max-width: 660px) {
        .edit-profile .top-wrapper .user-info .image {
          width: 60px;
          height: 60px; } }
  @media (max-width: 660px) {
    .edit-profile .top-wrapper .profile-menu {
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 10px;
      margin-right: -20px; } }
  .edit-profile .top-wrapper .profile-menu a {
    font-size: 16px;
    margin-right: 40px;
    font-weight: 600;
    padding-bottom: 7px;
    color: #7b7b7b; }
    .edit-profile .top-wrapper .profile-menu a.router-link-active {
      color: #1d1d1f;
      border-bottom: 4px solid #fa339a; }

.edit-profile .form-container {
  max-width: 680px;
  background: #f0f0f7;
  box-shadow: none; }
  @media (max-width: 660px) {
    .edit-profile .form-container {
      margin: 0 20px; } }

.edit-profile .form {
  padding: 40px; }
  .edit-profile .form.no-bot-padd {
    padding-bottom: 0; }
  .edit-profile .form.no-top-padd {
    padding-top: 0; }
  @media (max-width: 700px) {
    .edit-profile .form {
      padding: 20px 10px; } }
  .edit-profile .form .has-error label {
    color: #fd3927; }
    @media (max-width: 350px) {
      .edit-profile .form .has-error label {
        margin-bottom: 10px; } }
  .edit-profile .form .form-wrap {
    gap: 30px;
    margin-bottom: 20px; }
  .edit-profile .form .multiselect-dropdown {
    z-index: 3; }
    @media (max-width: 360px) {
      .edit-profile .form .multiselect-dropdown {
        font-size: 14px; } }
  .edit-profile .form textarea, .edit-profile .form input, .edit-profile .form .multiselect {
    border: 2px solid #fff;
    z-index: 1; }
    @media (max-width: 360px) {
      .edit-profile .form textarea, .edit-profile .form input, .edit-profile .form .multiselect {
        font-size: 14px; } }

.edit-profile .profile-image .actions .upload {
  width: 200px; }
  .edit-profile .profile-image .actions .upload input {
    width: 100%; }

@media (max-width: 430px) {
  .edit-profile .profile-image {
    flex-direction: column;
    width: 100%;
    align-items: center; }
    .edit-profile .profile-image .preview-wrapper {
      width: auto;
      height: auto; }
      .edit-profile .profile-image .preview-wrapper .preview {
        width: auto;
        height: auto; }
        .edit-profile .profile-image .preview-wrapper .preview .image-wrap {
          width: 100px;
          height: 100px; }
    .edit-profile .profile-image .actions {
      margin-left: 0;
      width: 100%; }
      .edit-profile .profile-image .actions .upload {
        width: 100%; }
        .edit-profile .profile-image .actions .upload input {
          width: 100%; }
      .edit-profile .profile-image .actions .text {
        display: flex;
        justify-content: center; } }

.list-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .list-info .list-info-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
    .list-info .list-info-tile label {
      font-size: 16px;
      margin-bottom: 0; }
  @media (max-width: 660px) {
    .list-info .pager {
      width: 100%; } }
  .list-info .submit-btn {
    font-size: 14px; }
  .list-info button {
    background-color: #f0f0f7; }
    .list-info button:hover {
      background-color: #0000FF; }
      .list-info button:hover a {
        color: white; }

.billing-loader {
  display: block;
  margin: 0 auto; }

.path-register-talent .form textarea,
.path-register-business .form textarea,
.path-profile .form textarea {
  padding: 5px 10px; }

.path-register-talent .form input,
.path-register-business .form input,
.path-profile .form input {
  padding: 0 10px; }

.path-register-talent .form .multiselect.is-open,
.path-register-business .form .multiselect.is-open,
.path-profile .form .multiselect.is-open {
  z-index: 3;
  border: 2px solid #e5e5e5; }

@media (max-width: 430px) {
  .path-register-talent .form .multiselect,
  .path-register-business .form .multiselect,
  .path-profile .form .multiselect {
    padding: 0 10px; } }

.path-register-talent .modal-body,
.path-register-business .modal-body,
.path-profile .modal-body {
  height: auto; }

.pos-cropper {
  height: 600px; }
  @media (max-width: 430px) {
    .pos-cropper {
      height: 70vh; } }

.multiselect-placeholder,
.multiselect-single-label {
  z-index: 2; }

#firstStepForm .form-item .top {
  margin-bottom: 10px; }
  #firstStepForm .form-item .top label {
    margin-bottom: 0; }

#firstStepForm .form-item.main-cat .multiselect .multiselect-dropdown {
  box-sizing: border-box;
  width: calc(100% + 4px); }

#firstStepForm .info-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.form {
  max-width: 810px;
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto; }
  @media (max-width: 660px) {
    .form {
      padding: 20px 10px; } }
  .form input, .form textarea {
    background: #fff;
    font-weight: 500; }
  .form input:focus, .form textarea:focus, .form select:focus, .form .multiselect:focus {
    border: 2px solid #1d1d1f;
    outline: none; }
  .form .title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 1.33333rem;
    letter-spacing: -0.6px;
    font-style: italic;
    font-weight: 900;
    color: #1d1d1f; }
  .form textarea {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 0 21px;
    resize: unset;
    width: 100%;
    font-size: 16px; }
    .form textarea.search-tags {
      height: 46px; }
  .form input {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 0 21px;
    height: 46px;
    font-size: 16px;
    font-size: 0.88889rem;
    width: 100%; }
    .form input.username {
      position: relative; }
      .form input.username:before {
        content: url("../images/user/username.svg");
        position: absolute;
        right: 10px;
        bottom: 17px;
        width: 20px;
        height: 20px;
        cursor: pointer; }
  .form label {
    font-size: 0.88889rem;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
    font-weight: 500;
    line-height: 1;
    display: inline-block; }
    .form label.no-mg {
      margin-bottom: 0; }
  .form .helptext {
    font-size: 0.77778rem;
    letter-spacing: -0.4px;
    font-weight: normal;
    line-height: nill;
    color: #1d1d1f; }
    .form .helptext.padded {
      padding-bottom: 10px; }
    .form .helptext.padded-top {
      padding-top: 10px; }
    .form .helptext.centered {
      text-align: center; }
  .form .helptext-icon {
    cursor: pointer;
    height: 22px; }
  .form .form-wrap {
    display: flex;
    gap: 45px;
    margin-bottom: 32px; }
    .form .form-wrap.int-avail {
      margin-bottom: 10px; }
    @media (max-width: 800px) {
      .form .form-wrap {
        gap: 20px; } }
    @media (max-width: 660px) {
      .form .form-wrap {
        flex-direction: column;
        margin-bottom: 20px; }
        .form .form-wrap .left .form-item {
          display: flex;
          flex-direction: column; }
          .form .form-wrap .left .form-item .profile-image {
            width: 100%; }
            .form .form-wrap .left .form-item .profile-image .preview-wrapper {
              width: 100%; }
          .form .form-wrap .left .form-item .actions {
            justify-content: center;
            display: flex; }
            .form .form-wrap .left .form-item .actions .upload {
              width: 100%; } }
    .form .form-wrap.center {
      align-items: center; }
    .form .form-wrap.multiple {
      margin-bottom: 0px; }
      @media (max-width: 660px) {
        .form .form-wrap.multiple .form-wrap {
          margin-bottom: 0; } }
    .form .form-wrap.disabled {
      opacity: 0.6; }
    .form .form-wrap.profile .right {
      width: 100%; }
      .form .form-wrap.profile .right label {
        width: 100%; }
    .form .form-wrap.two .form-item {
      width: 47%; }
      @media (max-width: 660px) {
        .form .form-wrap.two .form-item {
          width: 100%; }
          .form .form-wrap.two .form-item.production-type {
            margin-bottom: 10px; } }
    .form .form-wrap .form-item {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      align-content: flex-start;
      margin: 0; }
      @media (max-width: 660px) {
        .form .form-wrap .form-item.profile-image {
          margin-bottom: 10px; } }
      .form .form-wrap .form-item .top {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between; }
        @media (max-width: 350px) {
          .form .form-wrap .form-item .top {
            flex-wrap: wrap; } }

.section {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 40px; }
  .section.mobile {
    border-bottom: 1px solid #e5e5e5; }
  .section.normal-padded, .section.images {
    padding-bottom: 20px; }
  @media (max-width: 660px) {
    .section {
      margin-bottom: 30px;
      border-bottom: 1px solid #e5e5e5; } }
  .section .title-wrap {
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 1; }
    .section .title-wrap.no-mg {
      margin-bottom: 0px; }
  .section.inline-single .title-wrap {
    text-align: center;
    padding-left: 125px; }
    @media (max-width: 500px) {
      .section.inline-single .title-wrap {
        padding-left: 0;
        text-align: left; } }
  .section.inline-single .form-item {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 500px) {
      .section.inline-single .form-item {
        flex-direction: column;
        align-items: flex-start; } }
    .section.inline-single .form-item.has-error label, .section.inline-single .form-item.has-error-mail label {
      color: #fd3927; }
      @media (max-width: 350px) {
        .section.inline-single .form-item.has-error label, .section.inline-single .form-item.has-error-mail label {
          margin-bottom: 10px; } }
    .section.inline-single .form-item.has-error input, .section.inline-single .form-item.has-error .multiselect, .section.inline-single .form-item.has-error textarea, .section.inline-single .form-item.has-error-mail input, .section.inline-single .form-item.has-error-mail .multiselect, .section.inline-single .form-item.has-error-mail textarea {
      border: 2px solid #fd3927; }
    .section.inline-single .form-item.slider {
      margin-top: 40px; }
    .section.inline-single .form-item > label {
      min-width: 155px;
      text-align: right;
      padding-right: 25px; }
      @media (max-width: 500px) {
        .section.inline-single .form-item > label {
          min-width: auto; } }
    .section.inline-single .form-item .multiselect {
      width: 300px;
      margin: 0;
      padding-left: 10px;
      padding-top: 5px; }
      @media (max-width: 660px) {
        .section.inline-single .form-item .multiselect {
          width: 100%; } }
  .section.images .container {
    width: 100%;
    height: 100%;
    background: #fff !important;
    border: 0;
    border-radius: 10px;
    padding: 0px;
    position: relative;
    min-height: 210px; }
    .section.images .container .clearButton {
      display: none; }
  .section.images .imgsPreview .imageHolder .plus {
    color: #2d3748;
    background: #fff;
    border-radius: 50%;
    border: 1px solid; }

.form-item.has-error label, .form-item.has-error-mail label {
  color: #fd3927; }

.form-item.has-error input, .form-item.has-error .multiselect, .form-item.has-error textarea, .form-item.has-error-mail input, .form-item.has-error-mail .multiselect, .form-item.has-error-mail textarea {
  border: 2px solid #fd3927; }

.form-item.hidden {
  display: none !important; }

.form-item.radio, .form-item.button-list {
  margin-top: 20px; }
  .form-item.radio .items, .form-item.button-list .items {
    display: flex;
    flex-wrap: wrap;
    width: 300px; }
    @media (max-width: 660px) {
      .form-item.radio .items, .form-item.button-list .items {
        width: 100%; } }
    @media (max-width: 500px) {
      .form-item.radio .items, .form-item.button-list .items {
        flex-direction: column; } }
    @media (max-width: 500px) {
      .form-item.radio .items .item, .form-item.button-list .items .item {
        width: 100%; } }
    .form-item.radio .items .item .button, .form-item.button-list .items .item .button {
      font-style: normal; }
      @media (max-width: 500px) {
        .form-item.radio .items .item .button, .form-item.button-list .items .item .button {
          width: 100%; } }

.warning-message,
.help-message {
  position: relative;
  color: #fd3927;
  font-size: 14px;
  padding-left: 26px;
  font-weight: 500; }
  @media (max-width: 430px) {
    .warning-message,
    .help-message {
      font-size: 12px;
      margin-bottom: 10px; } }
  @media (max-width: 350px) {
    .warning-message,
    .help-message {
      width: 100%;
      margin-bottom: 10px; } }
  .warning-message.bottom,
  .help-message.bottom {
    margin-top: 10px; }
    .warning-message.bottom:before,
    .help-message.bottom:before {
      top: 50%;
      transform: translateY(-50%); }
  .warning-message:before,
  .help-message:before {
    content: url("../images/user/error.svg");
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px; }

@media (max-width: 430px) {
  .top .help-message {
    margin-bottom: 0; } }

.warning-message {
  color: #ff6700; }
  .warning-message::before {
    content: none;
    content: url("../images/user/warning_rounded.svg"); }

/* checkboxes */
.container-checks {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.88889rem;
  height: 24px;
  display: flex !important;
  align-items: center;
  line-height: 22px; }
  .container-checks a {
    color: #000;
    margin-left: 5px;
    text-decoration: underline; }
  .container-checks.has-error .checkmark {
    border: 2px solid #fd3927; }
  .container-checks.has-error .help-message {
    margin: 15px 0 0 -33px; }
  .container-checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .container-checks input:checked ~ .checkmark {
      border-color: #1d1d1f;
      background-color: #fff; }
    .container-checks input:checked ~ .checkmark:after {
      display: block; }
  .container-checks.button {
    width: 125px;
    height: 50px;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
    background: transparent !important;
    color: #1d1d1f !important;
    border: unset; }
    .container-checks.button .checkmark {
      position: unset;
      width: 120px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      border: 2px solid #e5e5e5;
      border-radius: 10px;
      margin-right: 15px; }
      @media (max-width: 500px) {
        .container-checks.button .checkmark {
          width: 100%;
          margin-right: 0; } }
      .container-checks.button .checkmark:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: unset;
        border-width: 0;
        transform: unset; }
  .container-checks.radio .checkmark {
    border-radius: 50%; }
    .container-checks.radio .checkmark:after {
      left: 4px;
      top: 4px;
      width: 12px;
      height: 12px;
      background: #1d1d1f;
      border-width: 0;
      transform: unset;
      border-radius: 50%; }
  .container-checks .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 4px; }
    .container-checks .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .container-checks .checkmark:after {
      left: 6px;
      top: 2px;
      width: 5px;
      height: 12px;
      border: solid #1d1d1f;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .container-checks input:hover ~ .checkmark {
    border-color: #1d1d1f;
    background-color: #fff; }

.user-container.business .container-checks {
  margin-bottom: 20px; }

.pass-hide {
  position: absolute;
  right: 10px;
  background-image: url("../images/user/pass-show.svg");
  top: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 2; }
  .pass-hide.text {
    background-image: url("../images/user/pass-hide.svg"); }

.form-message {
  width: 100%;
  max-width: 440px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto 40px auto; }
  @media (max-width: 660px) {
    .form-message {
      margin: 0 auto 30px auto; } }
  @media (max-width: 430px) {
    .form-message {
      margin: 20px 0;
      display: flex;
      flex-direction: column;
      text-align: center; } }
  .form-message .des a.talent {
    color: #00f; }
  .form-message .des a.business {
    color: #fa339a; }
  .form-message svg {
    margin: 0 15px;
    overflow: visible; }
  .form-message.notification {
    background: #00f; }
    .form-message.notification.success {
      background: #71b500; }
      .form-message.notification.success a.talent {
        color: white !important;
        text-decoration: underline !important; }
    .form-message.notification.error {
      background: #fd3927; }
      .form-message.notification.error a.talent {
        color: white !important;
        text-decoration: underline !important; }
    .form-message.notification .des {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      color: #fff; }
  .form-message.info {
    background: #fff; }
    .form-message.info.register {
      background: #f0f0f7; }
    .form-message.info .des {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      color: #1d1d1f; }

.profile-loader {
  margin-left: 0; }

@media (max-width: 660px) {
  .mobile-form .form-wrap {
    flex-direction: row; } }

@media (max-width: 430px) {
  .mobile-form .form-wrap .icon {
    display: none; } }

.upload:hover .upload-text:before {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -11.25em -4.0625em; }

.upload .upload-text:before {
  content: "";
  width: 1.3125em;
  height: 1.3125em;
  background-position: -11.25em -5.9375em; }

@media (max-width: 660px) {
  .firstStepForm .form-wrap.two {
    gap: 30px; } }

body {
  margin: 0; }

button, .button {
  margin-right: 0; }

.header {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 260px; }
  @media (max-width: 430px) {
    .header {
      height: auto;
      padding-bottom: 30px; } }
  .header:before {
    position: absolute;
    content: url("../images/user/art.svg");
    right: 65px;
    top: 40px; }
    @media (max-width: 860px) {
      .header:before {
        display: none; } }
  .header:after {
    position: absolute;
    content: url("../images/user/line-art.svg");
    top: 38px;
    right: -30px; }
    @media (max-width: 860px) {
      .header:after {
        display: none; } }
  .header .back-btn.home {
    position: absolute;
    left: 0;
    top: 70px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    z-index: 2; }
    .header .back-btn.home .arrow-icon {
      width: 0.9375em;
      height: 0.9375em;
      background-position: -9.375em -7.8125em;
      transform: rotate(90deg); }
  @media (max-width: 600px) {
    .header .back-btn {
      display: none; } }
  .header .logo {
    text-align: center;
    margin-top: 25px;
    z-index: 1; }
    @media (max-width: 450px) {
      .header .logo img {
        width: 100px; } }
    @media (max-width: 430px) {
      .header .logo {
        padding-bottom: 30px; } }
  .header .info {
    text-align: center;
    width: 100%;
    z-index: 1; }
    .header .info .title {
      font-size: 2.22222rem;
      letter-spacing: -0.83px;
      font-style: italic;
      font-weight: 900;
      color: #fff; }
      @media (max-width: 660px) {
        .header .info .title {
          font-size: 1.88889rem;
          letter-spacing: -0.49px;
          font-style: italic;
          font-weight: 900;
          color: #fff; } }
    .header .info .des {
      margin-top: 8px;
      font-size: 1rem;
      letter-spacing: -0.38px;
      font-style: italic;
      font-weight: 900;
      color: #fff; }
      @media (max-width: 660px) {
        .header .info .des {
          padding: 0 5px; } }
    .header .info a {
      color: #fa339a; }
      .header .info a.business {
        color: #00f; }
        .header .info a.business:hover {
          border-bottom: 1px solid #00f; }
      .header .info a:hover {
        border-bottom: 1px solid #fa339a; }

.form-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 10px 10px 37px 10px;
  border-radius: 20px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5); }
  @media (max-width: 660px) {
    .form-container {
      padding-bottom: 0; } }

.user-container.business, .user-container.business-profile {
  background: #fa339a;
  min-height: 100vh;
  width: 100%;
  max-width: 100% !important;
  padding-bottom: 100px; }
  @media (max-width: 660px) {
    .user-container.business, .user-container.business-profile {
      padding: 10px 10px 40px 10px; } }

.user-container.talent, .user-container.talent-profile {
  background: #00f;
  min-height: 100vh;
  width: 100%;
  max-width: 100% !important;
  padding-bottom: 100px; }
  @media (max-width: 660px) {
    .user-container.talent, .user-container.talent-profile {
      padding: 10px 10px 40px 10px; } }

@media (max-width: 1024px) {
  .user-container.Billing,
  .user-container .talent-account, .user-container.EditDetails, .user-container.Media, .user-container.EditTalent {
    margin-bottom: 120px; } }

@media (max-width: 430px) {
  .user-container.Billing,
  .user-container .talent-account, .user-container.EditDetails, .user-container.Media, .user-container.EditTalent {
    margin-bottom: 50px; } }

.modal__overlay main {
  padding-top: 0 !important; }

.profile-image .image-wrap {
  height: 100%; }

.uploading-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.error-msg {
  font-size: 0.88889rem;
  letter-spacing: -0.4px;
  color: #fd3927; }
  @media (max-width: 420px) {
    .error-msg {
      font-size: 0.77778rem;
      letter-spacing: -0.4px;
      color: #fd3927; } }
  .error-msg svg {
    margin-right: 5px; }

.optional {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.25px;
  color: #7b7b7b;
  font-style: normal;
  display: inline-block;
  margin-left: 10px; }

.path-register-business .images-wrapper,
.path-register-talent .images-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .path-register-business .images-wrapper .col,
  .path-register-talent .images-wrapper .col {
    position: relative;
    border-radius: 10px;
    display: flex;
    max-width: 185px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 100%; }
    @media (max-width: 830px) {
      .path-register-business .images-wrapper .col,
      .path-register-talent .images-wrapper .col {
        max-width: calc(33% - 5px); } }
    @media (max-width: 645px) {
      .path-register-business .images-wrapper .col,
      .path-register-talent .images-wrapper .col {
        max-width: calc(50% - 5px); } }
    @media (max-width: 440px) {
      .path-register-business .images-wrapper .col,
      .path-register-talent .images-wrapper .col {
        max-width: 100%;
        margin-right: 0 !important; } }
    .path-register-business .images-wrapper .col div,
    .path-register-talent .images-wrapper .col div {
      width: 100%; }
    .path-register-business .images-wrapper .col:nth-child(3n),
    .path-register-talent .images-wrapper .col:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 830px) {
        .path-register-business .images-wrapper .col:nth-child(3n),
        .path-register-talent .images-wrapper .col:nth-child(3n) {
          margin-right: 0; } }
      @media (max-width: 645px) {
        .path-register-business .images-wrapper .col:nth-child(3n),
        .path-register-talent .images-wrapper .col:nth-child(3n) {
          margin-right: 10px; } }
    .path-register-business .images-wrapper .col:nth-child(4n),
    .path-register-talent .images-wrapper .col:nth-child(4n) {
      margin-right: 0; }
      @media (max-width: 830px) {
        .path-register-business .images-wrapper .col:nth-child(4n),
        .path-register-talent .images-wrapper .col:nth-child(4n) {
          margin-right: 10px; } }
    @media (max-width: 645px) {
      .path-register-business .images-wrapper .col:nth-child(2n),
      .path-register-talent .images-wrapper .col:nth-child(2n) {
        margin-right: 0; } }

.path-profile .images-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .path-profile .images-wrapper .col {
    position: relative;
    border-radius: 10px;
    display: flex;
    max-width: 185px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 100%; }
    @media (max-width: 830px) {
      .path-profile .images-wrapper .col {
        max-width: calc(33% - 5px); } }
    @media (max-width: 645px) {
      .path-profile .images-wrapper .col {
        max-width: calc(50% - 5px); } }
    @media (max-width: 440px) {
      .path-profile .images-wrapper .col {
        max-width: 100%;
        margin-right: 0 !important; } }
    .path-profile .images-wrapper .col div {
      width: 100%; }
    .path-profile .images-wrapper .col:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 830px) {
        .path-profile .images-wrapper .col:nth-child(3n) {
          margin-right: 0; } }
      @media (max-width: 645px) {
        .path-profile .images-wrapper .col:nth-child(3n) {
          margin-right: 10px; } }
    @media (max-width: 645px) {
      .path-profile .images-wrapper .col:nth-child(2n) {
        margin-right: 0; } }

@media (max-width: 660px) {
  .media-list-images .item {
    flex-direction: column; }
    .media-list-images .item .form-wrap.info {
      margin-bottom: 0; } }

.list-info-tile a {
  font-size: 0.66667rem;
  color: #fa339a; }

.list-info-tile .list-tile-value {
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 400;
  color: #717171; }

@media (max-width: 550px) {
  .list-info-tile .full-width {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .list-info-tile .full-width .account-tile-action {
      margin-top: 20px; } }

.delete-account:hover {
  cursor: pointer; }

.path-profile .modal-container,
.path-register-talent .modal-container,
.path-register-business .modal-container {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif; }
  .path-profile .modal-container .preview,
  .path-register-talent .modal-container .preview,
  .path-register-business .modal-container .preview {
    padding-left: 10px; }
  @media (max-width: 980px) {
    .path-profile .modal-container,
    .path-register-talent .modal-container,
    .path-register-business .modal-container {
      padding: 20px;
      max-width: 100vw;
      width: 100vw; }
      .path-profile .modal-container .modal-body,
      .path-register-talent .modal-container .modal-body,
      .path-register-business .modal-container .modal-body {
        position: relative;
        margin-bottom: 0; }
      .path-profile .modal-container .crop-image,
      .path-register-talent .modal-container .crop-image,
      .path-register-business .modal-container .crop-image {
        flex-direction: column; }
        .path-profile .modal-container .crop-image .image,
        .path-register-talent .modal-container .crop-image .image,
        .path-register-business .modal-container .crop-image .image {
          width: 100%; }
      .path-profile .modal-container .preview,
      .path-register-talent .modal-container .preview,
      .path-register-business .modal-container .preview {
        position: absolute;
        right: 0;
        width: auto;
        bottom: 20px; } }
    @media (max-width: 980px) and (max-width: 550px) {
      .path-profile .modal-container .preview,
      .path-register-talent .modal-container .preview,
      .path-register-business .modal-container .preview {
        display: flex;
        align-items: center; } }
  @media (max-width: 980px) {
        .path-profile .modal-container .preview .button.crop,
        .path-register-talent .modal-container .preview .button.crop,
        .path-register-business .modal-container .preview .button.crop {
          width: 130px;
          border-radius: 30px;
          height: 40px;
          border: none; } }
      @media (max-width: 980px) and (max-width: 550px) {
        .path-profile .modal-container .preview .button.crop,
        .path-register-talent .modal-container .preview .button.crop,
        .path-register-business .modal-container .preview .button.crop {
          margin-top: 0; } }
  @media (max-width: 980px) {
          .path-profile .modal-container .preview .button.crop:last-child,
          .path-register-talent .modal-container .preview .button.crop:last-child,
          .path-register-business .modal-container .preview .button.crop:last-child {
            margin-left: 0;
            margin-top: 20px; } }
        @media (max-width: 980px) and (max-width: 550px) {
          .path-profile .modal-container .preview .button.crop:last-child,
          .path-register-talent .modal-container .preview .button.crop:last-child,
          .path-register-business .modal-container .preview .button.crop:last-child {
            margin-left: 10px;
            margin-top: 0; } }
  @media (max-width: 500px) {
    .path-profile .modal-container,
    .path-register-talent .modal-container,
    .path-register-business .modal-container {
      padding: 20px 10px; }
      .path-profile .modal-container .modal-header .remove,
      .path-register-talent .modal-container .modal-header .remove,
      .path-register-business .modal-container .modal-header .remove {
        right: -17px;
        top: -20px; }
      .path-profile .modal-container .modal-header .des,
      .path-register-talent .modal-container .modal-header .des,
      .path-register-business .modal-container .modal-header .des {
        font-size: 16px; }
      .path-profile .modal-container .modal-header .crop-title,
      .path-register-talent .modal-container .modal-header .crop-title,
      .path-register-business .modal-container .modal-header .crop-title {
        font-size: 20px; }
      .path-profile .modal-container .preview,
      .path-register-talent .modal-container .preview,
      .path-register-business .modal-container .preview {
        bottom: -5px;
        right: 5px;
        left: 5px;
        padding-left: 0;
        display: flex;
        justify-content: space-around; }
        .path-profile .modal-container .preview .crop,
        .path-register-talent .modal-container .preview .crop,
        .path-register-business .modal-container .preview .crop {
          border: 1px solid #1d1d1f !important; } }

@media (max-width: 760px) {
  .modal-mask {
    display: block !important;
    overflow: auto; }
    .modal-mask .modal-wrapper {
      display: block;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.modal-mask .modal-wrapper.image-cropper .modal-body {
  margin-top: 10px; }

.modal-mask .modal-wrapper.image-cropper .modal-header {
  display: flex;
  flex-direction: column; }
  .modal-mask .modal-wrapper.image-cropper .modal-header .des {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 22px; }
    @media (max-width: 430px) {
      .modal-mask .modal-wrapper.image-cropper .modal-header .des {
        font-size: 14px;
        line-height: 20px; } }
  .modal-mask .modal-wrapper.image-cropper .modal-header .lds-ellipsis {
    margin: 0 auto; }

@media (max-width: 660px) {
  .media-list-images .item .info .year-wrap {
    flex-direction: column; } }

.path-register-user .profile-image .actions {
  flex-direction: column-reverse;
  display: flex; }
  .path-register-user .profile-image .actions .warning-message {
    margin-top: 10px; }

@media (max-width: 660px) {
  .path-register-user .pager {
    flex-direction: column;
    height: 130px; } }

.path-register-business .form .form-wrap.profile textarea,
.path-register-talent .form .form-wrap.profile textarea {
  height: 256px; }
  @media (max-width: 660px) {
    .path-register-business .form .form-wrap.profile textarea,
    .path-register-talent .form .form-wrap.profile textarea {
      height: 100px; } }

@media (max-width: 660px) {
  .sm-col-mg {
    flex-direction: column; }
    .sm-col-mg button {
      margin-bottom: 10px; } }

#secondStepForm.form.business .section .header-wrap, #secondStepForm.form.talent .section .header-wrap {
  margin-bottom: 30px;
  letter-spacing: -0.4px;
  font-weight: 500; }

#secondStepForm.form.business .section .title-wrap, #secondStepForm.form.talent .section .title-wrap {
  margin-bottom: 10px;
  width: 100%; }
  #secondStepForm.form.business .section .title-wrap label, #secondStepForm.form.talent .section .title-wrap label {
    margin-bottom: 0; }

#secondStepForm.form.business .media-list-wrapper, #secondStepForm.form.talent .media-list-wrapper {
  gap: 10px; }
  #secondStepForm.form.business .media-list-wrapper button.remove, #secondStepForm.form.talent .media-list-wrapper button.remove {
    margin-left: auto; }
    @media (max-width: 660px) {
      #secondStepForm.form.business .media-list-wrapper button.remove, #secondStepForm.form.talent .media-list-wrapper button.remove {
        margin-top: 10px;
        margin-right: auto; } }

#secondStepForm.form.business .media-list, #secondStepForm.form.talent .media-list {
  padding-bottom: 0; }
  @media (max-width: 660px) {
    #secondStepForm.form.business .media-list.audio .item, #secondStepForm.form.business .media-list.academia .item, #secondStepForm.form.business .media-list.video .item, #secondStepForm.form.talent .media-list.audio .item, #secondStepForm.form.talent .media-list.academia .item, #secondStepForm.form.talent .media-list.video .item {
      margin-right: 0; }
      #secondStepForm.form.business .media-list.audio .item .form-wrap, #secondStepForm.form.business .media-list.academia .item .form-wrap, #secondStepForm.form.business .media-list.video .item .form-wrap, #secondStepForm.form.talent .media-list.audio .item .form-wrap, #secondStepForm.form.talent .media-list.academia .item .form-wrap, #secondStepForm.form.talent .media-list.video .item .form-wrap {
        gap: 10px; } }
  #secondStepForm.form.business .media-list.academia .item, #secondStepForm.form.business .media-list.video .item, #secondStepForm.form.talent .media-list.academia .item, #secondStepForm.form.talent .media-list.video .item {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    #secondStepForm.form.business .media-list.academia .item .form-wrap, #secondStepForm.form.business .media-list.video .item .form-wrap, #secondStepForm.form.talent .media-list.academia .item .form-wrap, #secondStepForm.form.talent .media-list.video .item .form-wrap {
      margin-bottom: 0; }

#secondStepForm.form.business .media-list-images.bkf .item.bkf, #secondStepForm.form.talent .media-list-images.bkf .item.bkf {
  width: 100%;
  margin-right: 0; }

#secondStepForm.form.business .media-list-images.bkf .item .error-msg, #secondStepForm.form.talent .media-list-images.bkf .item .error-msg {
  margin-bottom: 10px; }

#secondStepForm.form.business .media-list-images.bkf .title-wrap, #secondStepForm.form.talent .media-list-images.bkf .title-wrap {
  margin-bottom: 20px; }
  #secondStepForm.form.business .media-list-images.bkf .title-wrap label, #secondStepForm.form.talent .media-list-images.bkf .title-wrap label {
    margin-bottom: 10px; }
  @media (max-width: 660px) {
    #secondStepForm.form.business .media-list-images.bkf .title-wrap, #secondStepForm.form.talent .media-list-images.bkf .title-wrap {
      margin-bottom: 10px; } }
  #secondStepForm.form.business .media-list-images.bkf .title-wrap input, #secondStepForm.form.talent .media-list-images.bkf .title-wrap input {
    font-weight: 500; }

#secondStepForm.form .form-wrap.two {
  margin-bottom: 0; }

#secondStepForm .pager .error-msg {
  margin-top: 10px; }
  @media (max-width: 660px) {
    #secondStepForm .pager .error-msg {
      text-align: center; } }

.steps {
  margin: 10px;
  border: 1px solid #1d1d1f;
  border-radius: 10px;
  display: flex;
  padding: 34px 73px; }
  @media (max-width: 860px) {
    .steps {
      padding: 30px 20px; } }
  @media (max-width: 660px) {
    .steps {
      padding: 10px;
      margin: 0; } }
  .steps .active.step {
    color: #00f; }
    @media (max-width: 660px) {
      .steps .active.step {
        margin-right: auto;
        padding-left: 0; } }
    .steps .active.step .step-no {
      background: #00f;
      color: #fff; }
    @media (max-width: 660px) {
      .steps .active.step .step-name {
        display: inline-block; } }
    @media (max-width: 660px) {
      .steps .active.step:after {
        content: none; } }
  .steps .step {
    position: relative;
    font-size: 0.88889rem;
    letter-spacing: -0.4px;
    font-weight: 900;
    color: #1d1d1f;
    padding-right: 90px;
    flex-shrink: 0; }
    @media (max-width: 660px) {
      .steps .step {
        font-size: 0.77778rem;
        letter-spacing: -0.35px;
        font-weight: 900;
        color: #1d1d1f;
        padding-right: 0;
        padding-left: 40px; }
        .steps .step span.step-name {
          display: none; } }
    @media (max-width: 430px) {
      .steps .step {
        padding-left: 20px; } }
    @media (max-width: 660px) {
      .steps .step.previous {
        padding-left: 0;
        padding-right: 5px; } }
    .steps .step.previous .step-no {
      text-indent: -5000px;
      background: #1d1d1f; }
      .steps .step.previous .step-no:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        left: 6px;
        background: url("../images/user/check.svg");
        top: 7px; }
    .steps .step.previous:after {
      border: unset;
      height: 4px;
      background: #1d1d1f;
      border-radius: 10px; }
    .steps .step .step-no {
      background: #f0f0f7;
      width: 36px;
      height: 34px;
      padding-bottom: 2px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      font-weight: 500;
      font-style: normal; }
      @media (max-width: 660px) {
        .steps .step .step-no {
          margin-right: 0; } }
    .steps .step:after {
      content: '';
      width: 50px;
      border: dashed 2px #979797;
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 660px) {
        .steps .step:after {
          width: 12px;
          left: 14px;
          right: unset; } }
      @media (max-width: 430px) {
        .steps .step:after {
          width: 7px;
          left: 5px; } }
    .steps .step:last-child:after {
      border: unset; }
      @media (max-width: 660px) {
        .steps .step:last-child:after {
          border: 2px dashed #979797; } }
  .steps.company .step:last-child {
    margin-right: auto;
    margin-left: 150px; }

.business .steps .active.step {
  color: #fa339a; }
  .business .steps .active.step .step-no {
    background: #fa339a; }

.thirdStepForm.form .options-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .thirdStepForm.form .options-list-wrapper .form-item {
    margin: 0 !important; }

.thirdStepForm.form .submit-btn.next {
  margin-right: 0; }

.thirdStepForm.form .submit-btn.prev {
  margin-right: auto; }

html,
body {
  overflow-x: hidden; }
  @media (max-width: 600px) {
    html,
    body {
      overflow-x: visible; } }

.grecaptcha-badge {
  z-index: 9; }

.vue-line-wrapper--east, .vue-line-wrapper--west,
.vue-line-wrapper--north, .vue-line-wrapper--south {
  cursor: default !important; }
